/**
 * <wood/> framework - Jahia bundle
 * @version v4.6.0
 * Components: Core, Bootstrap, Layout, Text, List, Media, Table, Box, Form, Navigation
 * Compatibility: ie11
 */
@charset "UTF-8";

/*!
 * Bootstrap  v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@keyframes progress-bar-stripes {
	0% {
		background-position-x: var(--bs-progress-height)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@keyframes placeholder-wave {
	to {
		mask-position: -200% 0
	}
}

@-webkit-keyframes updown {

	0%,
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
}

@-moz-keyframes updown {

	0%,
	to {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-moz-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
}

@-o-keyframes updown {

	0%,
	to {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-o-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
}

@keyframes updown {

	0%,
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
}

@keyframes datatables-loader-1 {
	0% {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

@keyframes datatables-loader-3 {
	0% {
		transform: scale(1)
	}

	to {
		transform: scale(0)
	}
}

@keyframes datatables-loader-2 {
	0% {
		transform: translate(0, 0)
	}

	to {
		transform: translate(24px, 0)
	}
}

:root,
[data-bs-theme=light] {
	--bs-brand: #e3000f;
	--bs-brand-mid: #9c2b42;
	--bs-brand-dark: #4f051f;
	--bs-navy: #19285f;
	--bs-blue: #006bb7;
	--bs-pink: #ff8c9e;
	--bs-purple: #8c4fc2;
	--bs-green: #008f67;
	--bs-yellow: #f9b83e;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #e3000f;
	--bs-secondary: #4f051f;
	--bs-info: #006bb7;
	--bs-success: #008f67;
	--bs-warning: #f9b83e;
	--bs-danger: #9c2b42;
	--bs-light: #faf9f9;
	--bs-dark: #2c2d2e;
	--bs-primary-rgb: 227, 0, 15;
	--bs-secondary-rgb: 79, 5, 31;
	--bs-info-rgb: 0, 107, 183;
	--bs-success-rgb: 0, 143, 103;
	--bs-warning-rgb: 249, 184, 62;
	--bs-danger-rgb: 156, 43, 66;
	--bs-light-rgb: 250, 249, 249;
	--bs-dark-rgb: 44, 45, 46;
	--bs-primary-text-emphasis: #5b0006;
	--bs-secondary-text-emphasis: #20020c;
	--bs-success-text-emphasis: #003929;
	--bs-info-text-emphasis: #002b49;
	--bs-warning-text-emphasis: #644a19;
	--bs-danger-text-emphasis: #3e111a;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #f9cccf;
	--bs-secondary-bg-subtle: #dccdd2;
	--bs-success-bg-subtle: #cce9e1;
	--bs-info-bg-subtle: #cce1f1;
	--bs-warning-bg-subtle: #fef1d8;
	--bs-danger-bg-subtle: #ebd5d9;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #d5d5d5;
	--bs-primary-border-subtle: #f4999f;
	--bs-secondary-border-subtle: #b99ba5;
	--bs-success-border-subtle: #99d2c2;
	--bs-info-border-subtle: #99c4e2;
	--bs-warning-border-subtle: #fde3b2;
	--bs-danger-border-subtle: #d7aab3;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: "Inter var ISO", Arial, Helvetica, system-ui, sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 350;
	--bs-body-line-height: 1.4;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #ffffff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #e3000f;
	--bs-link-color-rgb: 227, 0, 15;
	--bs-link-decoration: none;
	--bs-link-hover-color: #b6000c;
	--bs-link-hover-color-rgb: 182, 0, 12;
	--bs-code-color: #4f051f;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fef1d8;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.5rem;
	--bs-border-radius-sm: 0.35rem;
	--bs-border-radius-lg: 0.66rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(227, 0, 15, 0.25);
	--bs-form-valid-color: #008f67;
	--bs-form-valid-border-color: #008f67;
	--bs-form-invalid-color: #9c2b42;
	--bs-form-invalid-border-color: #9c2b42
}

[data-bs-theme=dark] {
	color-scheme: dark;
	--bs-body-color: #dee2e6;
	--bs-body-color-rgb: 222, 226, 230;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #ffffff;
	--bs-emphasis-color-rgb: 255, 255, 255;
	--bs-secondary-color: rgba(222, 226, 230, 0.75);
	--bs-secondary-color-rgb: 222, 226, 230;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(222, 226, 230, 0.5);
	--bs-tertiary-color-rgb: 222, 226, 230;
	--bs-tertiary-bg: #2b3035;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-primary-text-emphasis: #ee666f;
	--bs-secondary-text-emphasis: #956979;
	--bs-success-text-emphasis: #66bca4;
	--bs-info-text-emphasis: #66a6d4;
	--bs-warning-text-emphasis: #fbd48b;
	--bs-danger-text-emphasis: #c4808e;
	--bs-light-text-emphasis: #f8f9fa;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: #2d0003;
	--bs-secondary-bg-subtle: #100106;
	--bs-success-bg-subtle: #001d15;
	--bs-info-bg-subtle: #001525;
	--bs-warning-bg-subtle: #32250c;
	--bs-danger-bg-subtle: #1f090d;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #880009;
	--bs-secondary-border-subtle: #2f0313;
	--bs-success-border-subtle: #00563e;
	--bs-info-border-subtle: #00406e;
	--bs-warning-border-subtle: #956e25;
	--bs-danger-border-subtle: #5e1a28;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: inherit;
	--bs-link-color: #ee666f;
	--bs-link-hover-color: #f1858c;
	--bs-link-color-rgb: 238, 102, 111;
	--bs-link-hover-color-rgb: 241, 133, 140;
	--bs-code-color: #956979;
	--bs-highlight-color: #dee2e6;
	--bs-highlight-bg: #644a19;
	--bs-border-color: #495057;
	--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
	--bs-form-valid-color: #66bca4;
	--bs-form-valid-border-color: #66bca4;
	--bs-form-invalid-color: #ee666f;
	--bs-form-invalid-border-color: #ee666f
}

*,
::after,
::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	color: var(--bs-heading-color)
}

.h1,
h1 {
	font-size: calc(1.5459rem + 3.5508vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 4.209rem
	}
}

.h2,
h2 {
	font-size: calc(1.4407rem + 2.2884vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 3.157rem
	}
}

.h3,
h3 {
	font-size: calc(1.3619rem + 1.3428vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 2.369rem
	}
}

.h4,
h4 {
	font-size: calc(1.3027rem + .6324vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.777rem
	}
}

.h5,
h5 {
	font-size: calc(1.2583rem + .0996vw)
}

@media (min-width:1200px) {

	.h5,
	h5 {
		font-size: 1.333rem
	}
}

.h6,
h6 {
	font-size: 1rem
}

p {
	margin-top: 0
}

abbr[title] {
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

ol,
ul,
ul.fit-to-box.list-box>li ul>li>a {
	padding-left: 2rem
}

address,
dl,
ol,
p,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 600
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote,
figure {
	margin: 0 0 1rem
}

.h1 b,
.h1 strong,
.h2 b,
.h2 strong,
.h3 b,
.h3 strong,
.h4 b,
.h4 strong,
.h5 b,
.h5 strong,
.h6 b,
.h6 strong,
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
	font-weight: 750
}

.small,
small {
	font-size: .875em
}

.mark,
mark {
	padding: .1875em;
	color: var(--bs-highlight-color);
	background-color: var(--bs-highlight-bg)
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace)
}

samp {
	font-size: 1em
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

pre code {
	font-size: inherit;
	word-break: normal
}

code,
kbd,
pre {
	font-size: .875em
}

code {
	color: var(--bs-code-color);
	word-wrap: break-word;
	background-color: #faebd7;
	padding: .2em
}

a>code,
pre code {
	color: inherit
}

kbd {
	padding: .1875rem .375rem;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: .35rem
}

kbd kbd {
	padding: 0;
	font-size: 1em
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-secondary-color);
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label,
output {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[role=button],
select {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	line-height: inherit;
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer;
	color: #e3000f
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.lead {
	font-size: 1.25rem
}

.display-1 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(2.2339rem + 11.8068vw)
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 11.089rem
	}
}

.display-2 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.8104rem + 6.7248vw)
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 6.854rem
	}
}

.display-3 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.5486rem + 3.5832vw)
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4.236rem
	}
}

.display-4 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.3868rem + 1.6416vw)
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 2.618rem
	}
}

.display-5 {
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.2868rem + .4416vw)
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 1.618rem
	}
}

.display-6 {
	font-weight: 300;
	line-height: 1.2;
	font-size: 1rem
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote>:last-child {
	margin-bottom: 0
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}

.blockquote-footer::before {
	content: "— "
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius)
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: .875em;
	color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 1.875rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {

	.container,
	.container-sm,
	.container-xs {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-md,
	.container-sm,
	.container-xs {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xs {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xs {
		max-width: 1320px
	}
}

@media (min-width:1680px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xs,
	.container-xxl {
		max-width: 1584px
	}
}

:root {
	--bs-breakpoint-xxs: 0;
	--bs-breakpoint-xs: 576px;
	--bs-breakpoint-sm: 768px;
	--bs-breakpoint-md: 992px;
	--bs-breakpoint-lg: 1200px;
	--bs-breakpoint-xl: 1400px;
	--bs-breakpoint-xxl: 1680px
}

.row {
	--bs-gutter-x: 1.875rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1*var(--bs-gutter-y));
	margin-right: calc(-.5*var(--bs-gutter-x));
	margin-left: calc(-.5*var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.33333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.col-auto,
.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-auto {
	width: auto
}

.col-1,
.col-2 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	width: 16.66666667%
}

.col-3,
.col-4 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	width: 33.33333333%
}

.col-5,
.col-6 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	width: 50%
}

.col-7,
.col-8 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	width: 66.66666667%
}

.col-10,
.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	width: 83.33333333%
}

.col-11,
.col-12 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-xs {
		flex: 1 0 0
	}

	.row-cols-xs-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xs-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xs-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xs-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-xs-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xs-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-xs-auto,
	.row-cols-xs-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xs-auto {
		width: auto
	}

	.col-xs-1,
	.col-xs-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xs-2 {
		width: 16.66666667%
	}

	.col-xs-3,
	.col-xs-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xs-4 {
		width: 33.33333333%
	}

	.col-xs-5,
	.col-xs-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xs-6 {
		width: 50%
	}

	.col-xs-7,
	.col-xs-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xs-8 {
		width: 66.66666667%
	}

	.col-xs-10,
	.col-xs-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xs-10 {
		width: 83.33333333%
	}

	.col-xs-11,
	.col-xs-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xs-12 {
		width: 100%
	}

	.offset-xs-0 {
		margin-left: 0
	}

	.offset-xs-1 {
		margin-left: 8.33333333%
	}

	.offset-xs-2 {
		margin-left: 16.66666667%
	}

	.offset-xs-3 {
		margin-left: 25%
	}

	.offset-xs-4 {
		margin-left: 33.33333333%
	}

	.offset-xs-5 {
		margin-left: 41.66666667%
	}

	.offset-xs-6 {
		margin-left: 50%
	}

	.offset-xs-7 {
		margin-left: 58.33333333%
	}

	.offset-xs-8 {
		margin-left: 66.66666667%
	}

	.offset-xs-9 {
		margin-left: 75%
	}

	.offset-xs-10 {
		margin-left: 83.33333333%
	}

	.offset-xs-11 {
		margin-left: 91.66666667%
	}

	.g-xs-0,
	.gx-xs-0 {
		--bs-gutter-x: 0
	}

	.g-xs-0,
	.gy-xs-0 {
		--bs-gutter-y: 0
	}

	.g-xs-1,
	.gx-xs-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xs-1,
	.gy-xs-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xs-2,
	.gx-xs-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xs-2,
	.gy-xs-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xs-3,
	.gx-xs-3 {
		--bs-gutter-x: 1rem
	}

	.g-xs-3,
	.gy-xs-3 {
		--bs-gutter-y: 1rem
	}

	.g-xs-4,
	.gx-xs-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xs-4,
	.gy-xs-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xs-5,
	.gx-xs-5 {
		--bs-gutter-x: 3rem
	}

	.g-xs-5,
	.gy-xs-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-sm {
		flex: 1 0 0
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-sm-auto,
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-auto {
		width: auto
	}

	.col-sm-1,
	.col-sm-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-3,
	.col-sm-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-5,
	.col-sm-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7,
	.col-sm-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-10,
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-11,
	.col-sm-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:992px) {
	.col-md {
		flex: 1 0 0
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-md-auto,
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-auto {
		width: auto
	}

	.col-md-1,
	.col-md-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-3,
	.col-md-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-5,
	.col-md-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7,
	.col-md-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-10,
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-11,
	.col-md-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-offset-0,
	.offset-md-0 {
		margin-left: 0
	}

	.col-md-offset-1,
	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-2,
	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-3,
	.offset-md-3 {
		margin-left: 25%
	}

	.col-md-offset-4,
	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-5,
	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-6,
	.offset-md-6 {
		margin-left: 50%
	}

	.col-md-offset-7,
	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-8,
	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-9,
	.offset-md-9 {
		margin-left: 75%
	}

	.col-md-offset-10,
	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-11,
	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1200px) {
	.col-lg {
		flex: 1 0 0
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-lg-auto,
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-auto {
		width: auto
	}

	.col-lg-1,
	.col-lg-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-3,
	.col-lg-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-5,
	.col-lg-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7,
	.col-lg-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-10,
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-11,
	.col-lg-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1400px) {
	.col-xl {
		flex: 1 0 0
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.col-xl-auto,
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-auto {
		width: auto
	}

	.col-xl-1,
	.col-xl-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		width: 16.66666667%
	}

	.col-xl-3,
	.col-xl-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		width: 33.33333333%
	}

	.col-xl-5,
	.col-xl-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-7,
	.col-xl-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		width: 66.66666667%
	}

	.col-xl-10,
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		width: 83.33333333%
	}

	.col-xl-11,
	.col-xl-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1680px) {
	.col-xxl {
		flex: 1 0 0
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1,
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxl-2 {
		width: 16.66666667%
	}

	.col-xxl-3,
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		width: 33.33333333%
	}

	.col-xxl-5,
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxl-6 {
		width: 50%
	}

	.col-xxl-7,
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxl-8 {
		width: 66.66666667%
	}

	.col-xxl-10,
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		width: 83.33333333%
	}

	.col-xxl-11,
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxl-12 {
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none
	}
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: #e3000f;
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:focus,
.nav-link:hover {
	color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(227, 0, 15, .25)
}

.nav-link.disabled,
.nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	--bs-nav-tabs-border-width: 2px;
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: #ffffff;
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) #ffffff;
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
	margin-top: calc(-1*var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #ffffff;
	--bs-nav-pills-link-active-bg: #e3000f
}

.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: 0.125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
	padding-right: 0;
	padding-left: 0;
	border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
	border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
	font-weight: 600;
	color: var(--bs-nav-underline-link-active-color);
	border-bottom-color: currentcolor
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 0.5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.325rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
	color: var(--bs-navbar-active-color)
}

.navbar-collapse {
	flex-grow: 1;
	flex-basis: 100%;
	align-items: center
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

@media (min-width:576px) {
	.navbar-expand-xs {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xs .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xs .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xs .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-xs .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xs .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xs .navbar-toggler,
	.navbar-expand-xs .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-xs .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-xs .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:768px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler,
	.navbar-expand-sm .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-sm .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:992px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler,
	.navbar-expand-md .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-md .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:1200px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler,
	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:1400px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler,
	.navbar-expand-xl .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media (min-width:1680px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xxl .navbar-toggler,
	.navbar-expand-xxl .offcanvas .offcanvas-header {
		display: none
	}

	.navbar-expand-xxl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none
	}

	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	position: static;
	z-index: auto;
	flex-grow: 1;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	background-color: transparent !important;
	border: 0 !important;
	transform: none !important;
	transition: none
}

.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
	--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
	--bs-navbar-active-color: #ffffff;
	--bs-navbar-brand-color: #ffffff;
	--bs-navbar-brand-hover-color: #ffffff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: transparent;
	--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: calc(0 - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: transparent;
	--bs-accordion-btn-icon: none;
	--bs-accordion-btn-icon-width: 1rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: none;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(227, 0, 15, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none
	}
}

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header,
.entry-teaser.is-blockquote figure,
.entry-teaser.is-facebook figure,
.entry-teaser.is-instagram figure,
.entry-teaser.is-linkedin figure,
.entry-teaser.is-tiktok figure,
.entry-teaser.is-twitter figure,
.entry-teaser.is-youtube figure {
	margin-bottom: 0
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type,
.accordion-item:last-of-type>.accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
	border-top: 0
}

.accordion-flush>.accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
	border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee666f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee666f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.breadcrumb,
.pagination {
	display: flex;
	list-style: none
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(227, 0, 15, 0.25);
	--bs-pagination-active-color: #ffffff;
	--bs-pagination-active-bg: #e3000f;
	--bs-pagination-active-border-color: #e3000f;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	padding-left: 0
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,
.page-link.active {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
	margin-left: calc(-1*var(--bs-border-width))
}

.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: 0.75rem;
	--bs-pagination-font-size: 1.25rem;
	--bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
	--bs-pagination-padding-x: 0.5rem;
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-font-size: 0.875rem;
	--bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 600;
	--bs-badge-color: #ffffff;
	--bs-badge-border-radius: 0.15rem;
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 600;
	color: var(--bs-alert-link-color)
}

.alert-dismissible {
	padding-right: 3rem
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-info {
	--bs-alert-color: var(--bs-info-text-emphasis);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-success {
	--bs-alert-color: var(--bs-success-text-emphasis);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-warning {
	--bs-alert-color: var(--bs-warning-text-emphasis);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
	--bs-alert-color: var(--bs-danger-text-emphasis);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
	--bs-alert-color: var(--bs-light-text-emphasis);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
	--bs-alert-color: var(--bs-dark-text-emphasis);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text-emphasis)
}

.progress,
.progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #ffffff;
	--bs-progress-bar-bg: #e3000f;
	--bs-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
	overflow: visible
}

.progress-stacked>.progress>.progress-bar {
	width: 100%
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		animation: none
	}
}

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #ffffff;
	--bs-list-group-active-bg: #e3000f;
	--bs-list-group-active-border-color: #e3000f;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.list-group-numbered>.list-group-item::before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: calc(-1*var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width)
}

.list-group-item-action {
	width: 100%;
	color: var(--bs-list-group-action-color);
	text-align: inherit
}

.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:not(.active):active {
	color: var(--bs-list-group-action-active-color);
	background-color: var(--bs-list-group-action-active-bg)
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--bs-list-group-border-radius);
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: var(--bs-list-group-border-width);
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: calc(-1*var(--bs-list-group-border-width));
	border-left-width: var(--bs-list-group-border-width)
}

@media (min-width:576px) {
	.list-group-horizontal-xs {
		flex-direction: row
	}

	.list-group-horizontal-xs>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xs>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xs>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xs>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xs>.list-group-item+.list-group-item.active {
		margin-left: calc(-1*var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

@media (min-width:768px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: calc(-1*var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

@media (min-width:992px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: calc(-1*var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: calc(-1*var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

@media (min-width:1400px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1*var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

@media (min-width:1680px) {
	.list-group-horizontal-xxl {
		flex-direction: row
	}

	.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1*var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width)
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary,
.list-group-item-secondary {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-color: var(--bs-emphasis-color)
}

.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text-emphasis);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
	--bs-list-group-active-color: var(--bs-primary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text-emphasis);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text-emphasis);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
	--bs-list-group-active-color: var(--bs-info-bg-subtle);
	--bs-list-group-active-bg: var(--bs-info-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-info,
.list-group-item-success,
.list-group-item-warning {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-color: var(--bs-emphasis-color)
}

.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text-emphasis);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
	--bs-list-group-active-color: var(--bs-success-bg-subtle);
	--bs-list-group-active-bg: var(--bs-success-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text-emphasis);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
	--bs-list-group-active-color: var(--bs-warning-bg-subtle);
	--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text-emphasis);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
	--bs-list-group-active-color: var(--bs-danger-bg-subtle);
	--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-danger,
.list-group-item-dark,
.list-group-item-light {
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-color: var(--bs-emphasis-color)
}

.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text-emphasis);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
	--bs-list-group-active-color: var(--bs-light-bg-subtle);
	--bs-list-group-active-bg: var(--bs-light-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text-emphasis);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
	--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
	--bs-list-group-active-color: var(--bs-dark-bg-subtle);
	--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close,
.btn-close:hover {
	color: var(--bs-btn-close-color)
}

.btn-close {
	--bs-btn-close-color: #000000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(227, 0, 15, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	background: var(--bs-btn-close-bg) center/1em auto no-repeat;
	filter: var(--bs-btn-close-filter);
	border: 0;
	border-radius: .5rem;
	opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
	pointer-events: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

:root,
[data-bs-theme=light] {
	--bs-btn-close-filter:
}

[data-bs-theme=dark] {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 1.875rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
	opacity: 0
}

.toast:not(.show) {
	display: none
}

.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
	border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
	border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
	margin-right: calc(-.5*var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x)
}

.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: var(--bs-body-color);
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.4;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none
}

.modal.fade .modal-dialog {
	transform: translate(0, -50px);
	transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity)
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
	margin-top: calc(-.5*var(--bs-modal-header-padding-y));
	margin-right: calc(-.5*var(--bs-modal-header-padding-x));
	margin-bottom: calc(-.5*var(--bs-modal-header-padding-y));
	margin-left: auto
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height)
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding)
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width:768px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow)
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto
	}

	.modal-sm {
		--bs-modal-width: 300px
	}
}

@media (min-width:1200px) {

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px
	}
}

@media (min-width:1400px) {
	.modal-xl {
		--bs-modal-width: 1140px
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

@media (max-width:575.98px) {
	.modal-fullscreen-xs-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xs-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xs-down .modal-footer,
	.modal-fullscreen-xs-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xs-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-footer,
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-footer,
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-footer,
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:1399.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-footer,
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:1679.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-footer,
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
}

.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	margin: var(--bs-tooltip-margin);
	font-family: "Inter var ISO", Arial, Helvetica, system-ui, sans-serif;
	font-style: normal;
	font-weight: 350;
	line-height: 1.4;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
	border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
	left: calc(-1*var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
	border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
	right: calc(-1*var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius)
}

.carousel,
.carousel-inner {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	width: 100%;
	overflow: hidden
}

.carousel-inner::after,
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	filter: var(--bs-carousel-control-icon-filter);
	border: 0;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--bs-carousel-indicator-active-bg);
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: var(--bs-carousel-caption-color);
	text-align: center
}

.carousel-dark {
	--bs-carousel-indicator-active-bg: #000000;
	--bs-carousel-caption-color: #000000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

:root,
[data-bs-theme=light] {
	--bs-carousel-indicator-active-bg: #ffffff;
	--bs-carousel-caption-color: #ffffff;
	--bs-carousel-control-icon-filter:
}

[data-bs-theme=dark] {
	--bs-carousel-indicator-active-bg: #000000;
	--bs-carousel-caption-color: #000000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

.spinner-border,
.spinner-grow {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em
}

.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {

	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s
	}
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xs,
.offcanvas-xxl {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.4
}

@media (max-width:575.98px) {
	.offcanvas-xs {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xs {
		transition: none
	}
}

@media (max-width:575.98px) {
	.offcanvas-xs.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-xs.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-xs.offcanvas-bottom,
	.offcanvas-xs.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-xs.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xs.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xs.show:not(.hiding),
	.offcanvas-xs.showing {
		transform: none
	}

	.offcanvas-xs.hiding,
	.offcanvas-xs.show,
	.offcanvas-xs.showing {
		visibility: visible
	}
}

@media (min-width:576px) {
	.offcanvas-xs {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xs .offcanvas-header {
		display: none
	}

	.offcanvas-xs .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media (max-width:767.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-sm {
		transition: none
	}
}

@media (max-width:767.98px) {
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-sm.offcanvas-bottom,
	.offcanvas-sm.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-sm.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-sm.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-sm.show:not(.hiding),
	.offcanvas-sm.showing {
		transform: none
	}

	.offcanvas-sm.hiding,
	.offcanvas-sm.show,
	.offcanvas-sm.showing {
		visibility: visible
	}
}

@media (min-width:768px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-sm .offcanvas-header {
		display: none
	}

	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media (max-width:991.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-md {
		transition: none
	}
}

@media (max-width:991.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-md.offcanvas-bottom,
	.offcanvas-md.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-md.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-md.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-md.show:not(.hiding),
	.offcanvas-md.showing {
		transform: none
	}

	.offcanvas-md.hiding,
	.offcanvas-md.show,
	.offcanvas-md.showing {
		visibility: visible
	}
}

@media (min-width:992px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-md .offcanvas-header {
		display: none
	}

	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media (max-width:1199.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-lg {
		transition: none
	}
}

@media (max-width:1199.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-lg.offcanvas-bottom,
	.offcanvas-lg.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-lg.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-lg.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-lg.show:not(.hiding),
	.offcanvas-lg.showing {
		transform: none
	}

	.offcanvas-lg.hiding,
	.offcanvas-lg.show,
	.offcanvas-lg.showing {
		visibility: visible
	}
}

@media (min-width:1200px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-lg .offcanvas-header {
		display: none
	}

	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media (max-width:1399.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xl {
		transition: none
	}
}

@media (max-width:1399.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-xl.offcanvas-bottom,
	.offcanvas-xl.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-xl.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xl.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xl.show:not(.hiding),
	.offcanvas-xl.showing {
		transform: none
	}

	.offcanvas-xl.hiding,
	.offcanvas-xl.show,
	.offcanvas-xl.showing {
		visibility: visible
	}
}

@media (min-width:1400px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xl .offcanvas-header {
		display: none
	}

	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

@media (max-width:1679.98px) {
	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}
}

@media (max-width:1679.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xxl {
		transition: none
	}
}

@media (max-width:1679.98px) {
	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-xxl.offcanvas-bottom,
	.offcanvas-xxl.offcanvas-top {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%
	}

	.offcanvas-xxl.offcanvas-top {
		top: 0;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xxl.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

	.offcanvas-xxl.show:not(.hiding),
	.offcanvas-xxl.showing {
		transform: none
	}

	.offcanvas-xxl.hiding,
	.offcanvas-xxl.show,
	.offcanvas-xxl.showing {
		visibility: visible
	}
}

@media (min-width:1680px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xxl .offcanvas-header {
		display: none
	}

	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none
	}
}

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%
}

.offcanvas.offcanvas-top {
	top: 0;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
	visibility: visible
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.offcanvas-backdrop.fade {
	opacity: 0
}

.offcanvas-backdrop.show {
	opacity: .5
}

.offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
	margin-top: calc(-.5*var(--bs-offcanvas-padding-y));
	margin-right: calc(-.5*var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-.5*var(--bs-offcanvas-padding-y));
	margin-left: auto
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: .5
}

.placeholder.btn::before {
	display: inline-block;
	content: ""
}

.placeholder-xs {
	min-height: .6em
}

.placeholder-sm {
	min-height: .8em
}

.placeholder-lg {
	min-height: 1.2em
}

.placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite
}

.placeholder-wave {
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite
}

.text-bg-primary {
	color: #fff !important;
	background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
	color: #fff !important;
	background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
	color: #fff !important;
	background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
	color: #fff !important;
	background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
	color: #000 !important;
	background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
	color: #fff !important;
	background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
	color: #000 !important;
	background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
	color: #fff !important;
	background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
	color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
	color: RGBA(182, 0, 12, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(182, 0, 12, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
	color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
	color: RGBA(63, 4, 25, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(63, 4, 25, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
	color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
	color: RGBA(0, 86, 146, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(0, 86, 146, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
	color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
	color: RGBA(0, 114, 82, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(0, 114, 82, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
	color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
	color: RGBA(250, 198, 101, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(250, 198, 101, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
	color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
	color: RGBA(125, 34, 53, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(125, 34, 53, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
	color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
	color: RGBA(251, 250, 250, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(251, 250, 250, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
	color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
	color: RGBA(35, 36, 37, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(35, 36, 37, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important
}

.focus-ring:focus {
	outline: 0;
	box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
	display: inline-flex;
	gap: .375rem;
	align-items: center;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
	text-underline-offset: .25em;
	backface-visibility: hidden
}

.icon-link>.bi,
figure .icon-link>a[class*=" bi-"]:before,
figure .icon-link>a[class^=bi-]:before {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion:reduce) {

	.icon-link>.bi,
	figure .icon-link>a[class*=" bi-"]:before,
	figure .icon-link>a[class^=bi-]:before {
		transition: none
	}
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi,
figure .icon-link-hover:focus-visible>a[class*=" bi-"]:before,
figure .icon-link-hover:focus-visible>a[class^=bi-]:before,
figure .icon-link-hover:hover>a[class*=" bi-"]:before,
figure .icon-link-hover:hover>a[class^=bi-]:before {
	transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.ratio,
.ratio>* {
	position: relative;
	width: 100%
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

.sticky-bottom,
.sticky-top {
	position: sticky;
	z-index: 1020
}

.sticky-top {
	top: 0
}

.sticky-bottom {
	bottom: 0
}

@media (min-width:576px) {
	.sticky-xs-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xs-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media (min-width:768px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-sm-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media (min-width:992px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-md-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media (min-width:1200px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-lg-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media (min-width:1400px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

@media (min-width:1680px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xxl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

.hstack,
.vstack {
	display: flex;
	align-self: stretch
}

.hstack {
	flex-direction: row;
	align-items: center
}

.vstack {
	flex: 1 1 auto;
	flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
	overflow: hidden !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: var(--bs-border-width);
	min-height: 1em;
	background-color: currentcolor;
	opacity: .25
}

.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
}

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.object-fit-contain {
	object-fit: contain !important
}

.object-fit-cover {
	object-fit: cover !important
}

.object-fit-fill {
	object-fit: fill !important
}

.object-fit-scale {
	object-fit: scale-down !important
}

.object-fit-none {
	object-fit: none !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-75 {
	opacity: .75 !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.overflow-x-auto {
	overflow-x: auto !important
}

.overflow-x-hidden {
	overflow-x: hidden !important
}

.overflow-x-visible {
	overflow-x: visible !important
}

.overflow-x-scroll {
	overflow-x: scroll !important
}

.overflow-y-auto {
	overflow-y: auto !important
}

.overflow-y-hidden {
	overflow-y: hidden !important
}

.overflow-y-visible {
	overflow-y: visible !important
}

.overflow-y-scroll {
	overflow-y: scroll !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-inline-grid {
	display: inline-grid !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
}

.d-none {
	display: none !important
}

.shadow {
	box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
	box-shadow: none !important
}

.focus-ring-primary {
	--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
	--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
	--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
	--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
	--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
	--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
	--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

.top-50 {
	top: 50% !important
}

.top-100 {
	top: 100% !important
}

.bottom-0 {
	bottom: 0 !important
}

.bottom-50 {
	bottom: 50% !important
}

.bottom-100 {
	bottom: 100% !important
}

.start-0 {
	left: 0 !important
}

.start-50 {
	left: 50% !important
}

.start-100 {
	left: 100% !important
}

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

.translate-middle {
	transform: translate(-50%, -50%) !important
}

.translate-middle-x {
	transform: translateX(-50%) !important
}

.translate-middle-y {
	transform: translateY(-50%) !important
}

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
	border-right: 0 !important
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
	border-left: 0 !important
}

.border-primary,
.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-info,
.border-success {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-success {
	border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-danger,
.border-warning {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-dark,
.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black,
.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.border-opacity-10 {
	--bs-border-opacity: 0.1
}

.border-opacity-25 {
	--bs-border-opacity: 0.25
}

.border-opacity-50 {
	--bs-border-opacity: 0.5
}

.border-opacity-75 {
	--bs-border-opacity: 0.75
}

.border-opacity-100 {
	--bs-border-opacity: 1
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.grid-inline-4 img.img-svg,
.mw-100 {
	max-width: 100% !important
}

.vw-100 {
	width: 100vw !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mh-100 {
	max-height: 100% !important
}

.vh-100 {
	height: 100vh !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.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-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
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !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
}

.justify-content-evenly {
	justify-content: space-evenly !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
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.m-n1 {
	margin: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mx-n1 {
	margin-right: -.25rem !important;
	margin-left: -.25rem !important
}

.mx-n2 {
	margin-right: -.5rem !important;
	margin-left: -.5rem !important
}

.mx-n3 {
	margin-right: -1rem !important;
	margin-left: -1rem !important
}

.mx-n4 {
	margin-right: -1.5rem !important;
	margin-left: -1.5rem !important
}

.mx-n5 {
	margin-right: -3rem !important;
	margin-left: -3rem !important
}

.my-n1 {
	margin-top: -.25rem !important;
	margin-bottom: -.25rem !important
}

.my-n2 {
	margin-top: -.5rem !important;
	margin-bottom: -.5rem !important
}

.my-n3 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important
}

.my-n4 {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important
}

.my-n5 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important
}

.mt-n1 {
	margin-top: -.25rem !important
}

.mt-n2 {
	margin-top: -.5rem !important
}

.mt-n3 {
	margin-top: -1rem !important
}

.mt-n4 {
	margin-top: -1.5rem !important
}

.mt-n5 {
	margin-top: -3rem !important
}

.me-n1 {
	margin-right: -.25rem !important
}

.me-n2 {
	margin-right: -.5rem !important
}

.me-n3 {
	margin-right: -1rem !important
}

.me-n4 {
	margin-right: -1.5rem !important
}

.me-n5 {
	margin-right: -3rem !important
}

.mb-n1 {
	margin-bottom: -.25rem !important
}

.mb-n2 {
	margin-bottom: -.5rem !important
}

.mb-n3 {
	margin-bottom: -1rem !important
}

.mb-n4 {
	margin-bottom: -1.5rem !important
}

.mb-n5 {
	margin-bottom: -3rem !important
}

.ms-n1 {
	margin-left: -.25rem !important
}

.ms-n2 {
	margin-left: -.5rem !important
}

.ms-n3 {
	margin-left: -1rem !important
}

.ms-n4 {
	margin-left: -1.5rem !important
}

.ms-n5 {
	margin-left: -3rem !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .25rem !important
}

.gap-2 {
	gap: .5rem !important
}

.gap-3 {
	gap: 1rem !important
}

.gap-4 {
	gap: 1.5rem !important
}

.gap-5 {
	gap: 3rem !important
}

.row-gap-0 {
	row-gap: 0 !important
}

.row-gap-1 {
	row-gap: .25rem !important
}

.row-gap-2 {
	row-gap: .5rem !important
}

.row-gap-3 {
	row-gap: 1rem !important
}

.row-gap-4 {
	row-gap: 1.5rem !important
}

.row-gap-5 {
	row-gap: 3rem !important
}

.column-gap-0 {
	column-gap: 0 !important
}

.column-gap-1 {
	column-gap: .25rem !important
}

.column-gap-2 {
	column-gap: .5rem !important
}

.column-gap-3 {
	column-gap: 1rem !important
}

.column-gap-4 {
	column-gap: 1.5rem !important
}

.column-gap-5 {
	column-gap: 3rem !important
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-lighter {
	font-weight: lighter !important
}

.fw-light {
	font-weight: 200 !important
}

.fw-normal {
	font-weight: 350 !important
}

.fw-medium,
.fw-semibold {
	font-weight: 500 !important
}

.fw-bold {
	font-weight: 600 !important
}

.fw-bolder {
	font-weight: 750 !important
}

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.4 !important
}

.lh-lg {
	line-height: 2 !important
}

.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-info,
.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-info {
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-success,
.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger,
.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-black,
.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-body,
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important
}

.text-black-50,
.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
	--bs-text-opacity: 1;
	color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
	--bs-text-opacity: 1;
	color: var(--bs-emphasis-color) !important
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important
}

.text-opacity-25 {
	--bs-text-opacity: 0.25
}

.text-opacity-50 {
	--bs-text-opacity: 0.5
}

.text-opacity-75 {
	--bs-text-opacity: 0.75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

.text-primary-emphasis {
	color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
	color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
	color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
	color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
	color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
	color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
	color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
	--bs-link-opacity: 0.1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
	--bs-link-opacity: 0.25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
	--bs-link-opacity: 0.5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
	--bs-link-opacity: 0.75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
	--bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
	text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
	text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
	text-underline-offset: .375em !important
}

.link-underline-primary,
.link-underline-secondary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info,
.link-underline-success {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger,
.link-underline-warning {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark,
.link-underline-light {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
	--bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
	--bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
	--bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
	--bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
	--bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
	--bs-link-underline-opacity: 1
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-info,
.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-success,
.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger,
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-black,
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-body,
.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important
}

.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
	background-image: var(--bs-gradient) !important
}

.user-select-all {
	user-select: all !important
}

.user-select-auto {
	user-select: auto !important
}

.user-select-none {
	user-select: none !important
}

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded {
	border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.z-n1 {
	z-index: -1 !important
}

.z-0 {
	z-index: 0 !important
}

.z-1 {
	z-index: 1 !important
}

.z-2 {
	z-index: 2 !important
}

.z-3 {
	z-index: 3 !important
}

@media (min-width:576px) {
	.float-xs-start {
		float: left !important
	}

	.float-xs-end {
		float: right !important
	}

	.float-xs-none {
		float: none !important
	}

	.object-fit-xs-contain {
		object-fit: contain !important
	}

	.object-fit-xs-cover {
		object-fit: cover !important
	}

	.object-fit-xs-fill {
		object-fit: fill !important
	}

	.object-fit-xs-scale {
		object-fit: scale-down !important
	}

	.object-fit-xs-none {
		object-fit: none !important
	}

	.d-xs-inline {
		display: inline !important
	}

	.d-xs-inline-block {
		display: inline-block !important
	}

	.d-xs-block {
		display: block !important
	}

	.d-xs-grid {
		display: grid !important
	}

	.d-xs-inline-grid {
		display: inline-grid !important
	}

	.d-xs-table {
		display: table !important
	}

	.d-xs-table-row {
		display: table-row !important
	}

	.d-xs-table-cell {
		display: table-cell !important
	}

	.d-xs-flex {
		display: flex !important
	}

	.d-xs-inline-flex {
		display: inline-flex !important
	}

	.d-xs-none {
		display: none !important
	}

	.flex-xs-fill {
		flex: 1 1 auto !important
	}

	.flex-xs-row {
		flex-direction: row !important
	}

	.flex-xs-column {
		flex-direction: column !important
	}

	.flex-xs-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xs-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xs-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xs-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xs-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xs-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xs-wrap {
		flex-wrap: wrap !important
	}

	.flex-xs-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xs-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xs-start {
		justify-content: flex-start !important
	}

	.justify-content-xs-end {
		justify-content: flex-end !important
	}

	.justify-content-xs-center {
		justify-content: center !important
	}

	.justify-content-xs-between {
		justify-content: space-between !important
	}

	.justify-content-xs-around {
		justify-content: space-around !important
	}

	.justify-content-xs-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xs-start {
		align-items: flex-start !important
	}

	.align-items-xs-end {
		align-items: flex-end !important
	}

	.align-items-xs-center {
		align-items: center !important
	}

	.align-items-xs-baseline {
		align-items: baseline !important
	}

	.align-items-xs-stretch {
		align-items: stretch !important
	}

	.align-content-xs-start {
		align-content: flex-start !important
	}

	.align-content-xs-end {
		align-content: flex-end !important
	}

	.align-content-xs-center {
		align-content: center !important
	}

	.align-content-xs-between {
		align-content: space-between !important
	}

	.align-content-xs-around {
		align-content: space-around !important
	}

	.align-content-xs-stretch {
		align-content: stretch !important
	}

	.align-self-xs-auto {
		align-self: auto !important
	}

	.align-self-xs-start {
		align-self: flex-start !important
	}

	.align-self-xs-end {
		align-self: flex-end !important
	}

	.align-self-xs-center {
		align-self: center !important
	}

	.align-self-xs-baseline {
		align-self: baseline !important
	}

	.align-self-xs-stretch {
		align-self: stretch !important
	}

	.order-xs-first {
		order: -1 !important
	}

	.order-xs-0 {
		order: 0 !important
	}

	.order-xs-1 {
		order: 1 !important
	}

	.order-xs-2 {
		order: 2 !important
	}

	.order-xs-3 {
		order: 3 !important
	}

	.order-xs-4 {
		order: 4 !important
	}

	.order-xs-5 {
		order: 5 !important
	}

	.order-xs-last {
		order: 6 !important
	}

	.m-xs-0 {
		margin: 0 !important
	}

	.m-xs-1 {
		margin: .25rem !important
	}

	.m-xs-2 {
		margin: .5rem !important
	}

	.m-xs-3 {
		margin: 1rem !important
	}

	.m-xs-4 {
		margin: 1.5rem !important
	}

	.m-xs-5 {
		margin: 3rem !important
	}

	.m-xs-auto {
		margin: auto !important
	}

	.mx-xs-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xs-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xs-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xs-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xs-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xs-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xs-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xs-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xs-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xs-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xs-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xs-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xs-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xs-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xs-0 {
		margin-top: 0 !important
	}

	.mt-xs-1 {
		margin-top: .25rem !important
	}

	.mt-xs-2 {
		margin-top: .5rem !important
	}

	.mt-xs-3 {
		margin-top: 1rem !important
	}

	.mt-xs-4 {
		margin-top: 1.5rem !important
	}

	.mt-xs-5 {
		margin-top: 3rem !important
	}

	.mt-xs-auto {
		margin-top: auto !important
	}

	.me-xs-0 {
		margin-right: 0 !important
	}

	.me-xs-1 {
		margin-right: .25rem !important
	}

	.me-xs-2 {
		margin-right: .5rem !important
	}

	.me-xs-3 {
		margin-right: 1rem !important
	}

	.me-xs-4 {
		margin-right: 1.5rem !important
	}

	.me-xs-5 {
		margin-right: 3rem !important
	}

	.me-xs-auto {
		margin-right: auto !important
	}

	.mb-xs-0 {
		margin-bottom: 0 !important
	}

	.mb-xs-1 {
		margin-bottom: .25rem !important
	}

	.mb-xs-2 {
		margin-bottom: .5rem !important
	}

	.mb-xs-3 {
		margin-bottom: 1rem !important
	}

	.mb-xs-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xs-5 {
		margin-bottom: 3rem !important
	}

	.mb-xs-auto {
		margin-bottom: auto !important
	}

	.ms-xs-0 {
		margin-left: 0 !important
	}

	.ms-xs-1 {
		margin-left: .25rem !important
	}

	.ms-xs-2 {
		margin-left: .5rem !important
	}

	.ms-xs-3 {
		margin-left: 1rem !important
	}

	.ms-xs-4 {
		margin-left: 1.5rem !important
	}

	.ms-xs-5 {
		margin-left: 3rem !important
	}

	.ms-xs-auto {
		margin-left: auto !important
	}

	.m-xs-n1 {
		margin: -.25rem !important
	}

	.m-xs-n2 {
		margin: -.5rem !important
	}

	.m-xs-n3 {
		margin: -1rem !important
	}

	.m-xs-n4 {
		margin: -1.5rem !important
	}

	.m-xs-n5 {
		margin: -3rem !important
	}

	.mx-xs-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important
	}

	.mx-xs-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important
	}

	.mx-xs-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important
	}

	.mx-xs-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important
	}

	.mx-xs-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important
	}

	.my-xs-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.my-xs-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.my-xs-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.my-xs-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.my-xs-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.mt-xs-n1 {
		margin-top: -.25rem !important
	}

	.mt-xs-n2 {
		margin-top: -.5rem !important
	}

	.mt-xs-n3 {
		margin-top: -1rem !important
	}

	.mt-xs-n4 {
		margin-top: -1.5rem !important
	}

	.mt-xs-n5 {
		margin-top: -3rem !important
	}

	.me-xs-n1 {
		margin-right: -.25rem !important
	}

	.me-xs-n2 {
		margin-right: -.5rem !important
	}

	.me-xs-n3 {
		margin-right: -1rem !important
	}

	.me-xs-n4 {
		margin-right: -1.5rem !important
	}

	.me-xs-n5 {
		margin-right: -3rem !important
	}

	.mb-xs-n1 {
		margin-bottom: -.25rem !important
	}

	.mb-xs-n2 {
		margin-bottom: -.5rem !important
	}

	.mb-xs-n3 {
		margin-bottom: -1rem !important
	}

	.mb-xs-n4 {
		margin-bottom: -1.5rem !important
	}

	.mb-xs-n5 {
		margin-bottom: -3rem !important
	}

	.ms-xs-n1 {
		margin-left: -.25rem !important
	}

	.ms-xs-n2 {
		margin-left: -.5rem !important
	}

	.ms-xs-n3 {
		margin-left: -1rem !important
	}

	.ms-xs-n4 {
		margin-left: -1.5rem !important
	}

	.ms-xs-n5 {
		margin-left: -3rem !important
	}

	.p-xs-0 {
		padding: 0 !important
	}

	.p-xs-1 {
		padding: .25rem !important
	}

	.p-xs-2 {
		padding: .5rem !important
	}

	.p-xs-3 {
		padding: 1rem !important
	}

	.p-xs-4 {
		padding: 1.5rem !important
	}

	.p-xs-5 {
		padding: 3rem !important
	}

	.px-xs-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xs-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xs-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xs-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xs-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xs-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xs-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xs-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xs-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xs-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xs-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xs-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xs-0 {
		padding-top: 0 !important
	}

	.pt-xs-1 {
		padding-top: .25rem !important
	}

	.pt-xs-2 {
		padding-top: .5rem !important
	}

	.pt-xs-3 {
		padding-top: 1rem !important
	}

	.pt-xs-4 {
		padding-top: 1.5rem !important
	}

	.pt-xs-5 {
		padding-top: 3rem !important
	}

	.pe-xs-0 {
		padding-right: 0 !important
	}

	.pe-xs-1 {
		padding-right: .25rem !important
	}

	.pe-xs-2 {
		padding-right: .5rem !important
	}

	.pe-xs-3 {
		padding-right: 1rem !important
	}

	.pe-xs-4 {
		padding-right: 1.5rem !important
	}

	.pe-xs-5 {
		padding-right: 3rem !important
	}

	.pb-xs-0 {
		padding-bottom: 0 !important
	}

	.pb-xs-1 {
		padding-bottom: .25rem !important
	}

	.pb-xs-2 {
		padding-bottom: .5rem !important
	}

	.pb-xs-3 {
		padding-bottom: 1rem !important
	}

	.pb-xs-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xs-5 {
		padding-bottom: 3rem !important
	}

	.ps-xs-0 {
		padding-left: 0 !important
	}

	.ps-xs-1 {
		padding-left: .25rem !important
	}

	.ps-xs-2 {
		padding-left: .5rem !important
	}

	.ps-xs-3 {
		padding-left: 1rem !important
	}

	.ps-xs-4 {
		padding-left: 1.5rem !important
	}

	.ps-xs-5 {
		padding-left: 3rem !important
	}

	.gap-xs-0 {
		gap: 0 !important
	}

	.gap-xs-1 {
		gap: .25rem !important
	}

	.gap-xs-2 {
		gap: .5rem !important
	}

	.gap-xs-3 {
		gap: 1rem !important
	}

	.gap-xs-4 {
		gap: 1.5rem !important
	}

	.gap-xs-5 {
		gap: 3rem !important
	}

	.row-gap-xs-0 {
		row-gap: 0 !important
	}

	.row-gap-xs-1 {
		row-gap: .25rem !important
	}

	.row-gap-xs-2 {
		row-gap: .5rem !important
	}

	.row-gap-xs-3 {
		row-gap: 1rem !important
	}

	.row-gap-xs-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xs-5 {
		row-gap: 3rem !important
	}

	.column-gap-xs-0 {
		column-gap: 0 !important
	}

	.column-gap-xs-1 {
		column-gap: .25rem !important
	}

	.column-gap-xs-2 {
		column-gap: .5rem !important
	}

	.column-gap-xs-3 {
		column-gap: 1rem !important
	}

	.column-gap-xs-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-xs-5 {
		column-gap: 3rem !important
	}

	.text-xs-start {
		text-align: left !important
	}

	.text-xs-end {
		text-align: right !important
	}

	.text-xs-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.float-sm-start {
		float: left !important
	}

	.float-sm-end {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

	.object-fit-sm-contain {
		object-fit: contain !important
	}

	.object-fit-sm-cover {
		object-fit: cover !important
	}

	.object-fit-sm-fill {
		object-fit: fill !important
	}

	.object-fit-sm-scale {
		object-fit: scale-down !important
	}

	.object-fit-sm-none {
		object-fit: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-inline-grid {
		display: inline-grid !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
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.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-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
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !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
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !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
	}

	.order-sm-first {
		order: -1 !important
	}

	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: .25rem !important
	}

	.mt-sm-2 {
		margin-top: .5rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .25rem !important
	}

	.me-sm-2 {
		margin-right: .5rem !important
	}

	.me-sm-3 {
		margin-right: 1rem !important
	}

	.me-sm-4 {
		margin-right: 1.5rem !important
	}

	.me-sm-5 {
		margin-right: 3rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .25rem !important
	}

	.ms-sm-2 {
		margin-left: .5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mx-sm-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important
	}

	.mx-sm-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important
	}

	.mx-sm-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important
	}

	.mx-sm-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important
	}

	.mx-sm-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important
	}

	.my-sm-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.my-sm-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.my-sm-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.my-sm-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.my-sm-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.mt-sm-n1 {
		margin-top: -.25rem !important
	}

	.mt-sm-n2 {
		margin-top: -.5rem !important
	}

	.mt-sm-n3 {
		margin-top: -1rem !important
	}

	.mt-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mt-sm-n5 {
		margin-top: -3rem !important
	}

	.me-sm-n1 {
		margin-right: -.25rem !important
	}

	.me-sm-n2 {
		margin-right: -.5rem !important
	}

	.me-sm-n3 {
		margin-right: -1rem !important
	}

	.me-sm-n4 {
		margin-right: -1.5rem !important
	}

	.me-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.mb-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.mb-sm-n3 {
		margin-bottom: -1rem !important
	}

	.mb-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.mb-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ms-sm-n1 {
		margin-left: -.25rem !important
	}

	.ms-sm-n2 {
		margin-left: -.5rem !important
	}

	.ms-sm-n3 {
		margin-left: -1rem !important
	}

	.ms-sm-n4 {
		margin-left: -1.5rem !important
	}

	.ms-sm-n5 {
		margin-left: -3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}

	.gap-sm-0 {
		gap: 0 !important
	}

	.gap-sm-1 {
		gap: .25rem !important
	}

	.gap-sm-2 {
		gap: .5rem !important
	}

	.gap-sm-3 {
		gap: 1rem !important
	}

	.gap-sm-4 {
		gap: 1.5rem !important
	}

	.gap-sm-5 {
		gap: 3rem !important
	}

	.row-gap-sm-0 {
		row-gap: 0 !important
	}

	.row-gap-sm-1 {
		row-gap: .25rem !important
	}

	.row-gap-sm-2 {
		row-gap: .5rem !important
	}

	.row-gap-sm-3 {
		row-gap: 1rem !important
	}

	.row-gap-sm-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-sm-5 {
		row-gap: 3rem !important
	}

	.column-gap-sm-0 {
		column-gap: 0 !important
	}

	.column-gap-sm-1 {
		column-gap: .25rem !important
	}

	.column-gap-sm-2 {
		column-gap: .5rem !important
	}

	.column-gap-sm-3 {
		column-gap: 1rem !important
	}

	.column-gap-sm-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-sm-5 {
		column-gap: 3rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.object-fit-md-contain {
		object-fit: contain !important
	}

	.object-fit-md-cover {
		object-fit: cover !important
	}

	.object-fit-md-fill {
		object-fit: fill !important
	}

	.object-fit-md-scale {
		object-fit: scale-down !important
	}

	.object-fit-md-none {
		object-fit: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-inline-grid {
		display: inline-grid !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
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.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-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
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !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
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !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
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .25rem !important
	}

	.me-md-2 {
		margin-right: .5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mx-md-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important
	}

	.mx-md-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important
	}

	.mx-md-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important
	}

	.mx-md-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important
	}

	.mx-md-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important
	}

	.my-md-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.my-md-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.my-md-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.my-md-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.my-md-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.mt-md-n1 {
		margin-top: -.25rem !important
	}

	.mt-md-n2 {
		margin-top: -.5rem !important
	}

	.mt-md-n3 {
		margin-top: -1rem !important
	}

	.mt-md-n4 {
		margin-top: -1.5rem !important
	}

	.mt-md-n5 {
		margin-top: -3rem !important
	}

	.me-md-n1 {
		margin-right: -.25rem !important
	}

	.me-md-n2 {
		margin-right: -.5rem !important
	}

	.me-md-n3 {
		margin-right: -1rem !important
	}

	.me-md-n4 {
		margin-right: -1.5rem !important
	}

	.me-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n1 {
		margin-bottom: -.25rem !important
	}

	.mb-md-n2 {
		margin-bottom: -.5rem !important
	}

	.mb-md-n3 {
		margin-bottom: -1rem !important
	}

	.mb-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.mb-md-n5 {
		margin-bottom: -3rem !important
	}

	.ms-md-n1 {
		margin-left: -.25rem !important
	}

	.ms-md-n2 {
		margin-left: -.5rem !important
	}

	.ms-md-n3 {
		margin-left: -1rem !important
	}

	.ms-md-n4 {
		margin-left: -1.5rem !important
	}

	.ms-md-n5 {
		margin-left: -3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}

	.gap-md-0 {
		gap: 0 !important
	}

	.gap-md-1 {
		gap: .25rem !important
	}

	.gap-md-2 {
		gap: .5rem !important
	}

	.gap-md-3 {
		gap: 1rem !important
	}

	.gap-md-4 {
		gap: 1.5rem !important
	}

	.gap-md-5 {
		gap: 3rem !important
	}

	.row-gap-md-0 {
		row-gap: 0 !important
	}

	.row-gap-md-1 {
		row-gap: .25rem !important
	}

	.row-gap-md-2 {
		row-gap: .5rem !important
	}

	.row-gap-md-3 {
		row-gap: 1rem !important
	}

	.row-gap-md-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-md-5 {
		row-gap: 3rem !important
	}

	.column-gap-md-0 {
		column-gap: 0 !important
	}

	.column-gap-md-1 {
		column-gap: .25rem !important
	}

	.column-gap-md-2 {
		column-gap: .5rem !important
	}

	.column-gap-md-3 {
		column-gap: 1rem !important
	}

	.column-gap-md-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-md-5 {
		column-gap: 3rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.object-fit-lg-contain {
		object-fit: contain !important
	}

	.object-fit-lg-cover {
		object-fit: cover !important
	}

	.object-fit-lg-fill {
		object-fit: fill !important
	}

	.object-fit-lg-scale {
		object-fit: scale-down !important
	}

	.object-fit-lg-none {
		object-fit: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-inline-grid {
		display: inline-grid !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
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.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-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
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !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
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !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
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mx-lg-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important
	}

	.mx-lg-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important
	}

	.mx-lg-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important
	}

	.mx-lg-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important
	}

	.mx-lg-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important
	}

	.my-lg-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.my-lg-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.my-lg-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.my-lg-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.my-lg-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.mt-lg-n1 {
		margin-top: -.25rem !important
	}

	.mt-lg-n2 {
		margin-top: -.5rem !important
	}

	.mt-lg-n3 {
		margin-top: -1rem !important
	}

	.mt-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mt-lg-n5 {
		margin-top: -3rem !important
	}

	.me-lg-n1 {
		margin-right: -.25rem !important
	}

	.me-lg-n2 {
		margin-right: -.5rem !important
	}

	.me-lg-n3 {
		margin-right: -1rem !important
	}

	.me-lg-n4 {
		margin-right: -1.5rem !important
	}

	.me-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.mb-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.mb-lg-n3 {
		margin-bottom: -1rem !important
	}

	.mb-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.mb-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ms-lg-n1 {
		margin-left: -.25rem !important
	}

	.ms-lg-n2 {
		margin-left: -.5rem !important
	}

	.ms-lg-n3 {
		margin-left: -1rem !important
	}

	.ms-lg-n4 {
		margin-left: -1.5rem !important
	}

	.ms-lg-n5 {
		margin-left: -3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.row-gap-lg-0 {
		row-gap: 0 !important
	}

	.row-gap-lg-1 {
		row-gap: .25rem !important
	}

	.row-gap-lg-2 {
		row-gap: .5rem !important
	}

	.row-gap-lg-3 {
		row-gap: 1rem !important
	}

	.row-gap-lg-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-lg-5 {
		row-gap: 3rem !important
	}

	.column-gap-lg-0 {
		column-gap: 0 !important
	}

	.column-gap-lg-1 {
		column-gap: .25rem !important
	}

	.column-gap-lg-2 {
		column-gap: .5rem !important
	}

	.column-gap-lg-3 {
		column-gap: 1rem !important
	}

	.column-gap-lg-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-lg-5 {
		column-gap: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1400px) {
	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.object-fit-xl-contain {
		object-fit: contain !important
	}

	.object-fit-xl-cover {
		object-fit: cover !important
	}

	.object-fit-xl-fill {
		object-fit: fill !important
	}

	.object-fit-xl-scale {
		object-fit: scale-down !important
	}

	.object-fit-xl-none {
		object-fit: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-inline-grid {
		display: inline-grid !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
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.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-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
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !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
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !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
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mx-xl-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important
	}

	.mx-xl-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important
	}

	.mx-xl-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important
	}

	.mx-xl-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important
	}

	.mx-xl-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important
	}

	.my-xl-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.my-xl-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.my-xl-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.my-xl-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.my-xl-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.mt-xl-n1 {
		margin-top: -.25rem !important
	}

	.mt-xl-n2 {
		margin-top: -.5rem !important
	}

	.mt-xl-n3 {
		margin-top: -1rem !important
	}

	.mt-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mt-xl-n5 {
		margin-top: -3rem !important
	}

	.me-xl-n1 {
		margin-right: -.25rem !important
	}

	.me-xl-n2 {
		margin-right: -.5rem !important
	}

	.me-xl-n3 {
		margin-right: -1rem !important
	}

	.me-xl-n4 {
		margin-right: -1.5rem !important
	}

	.me-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.mb-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.mb-xl-n3 {
		margin-bottom: -1rem !important
	}

	.mb-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.mb-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ms-xl-n1 {
		margin-left: -.25rem !important
	}

	.ms-xl-n2 {
		margin-left: -.5rem !important
	}

	.ms-xl-n3 {
		margin-left: -1rem !important
	}

	.ms-xl-n4 {
		margin-left: -1.5rem !important
	}

	.ms-xl-n5 {
		margin-left: -3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.row-gap-xl-0 {
		row-gap: 0 !important
	}

	.row-gap-xl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xl-0 {
		column-gap: 0 !important
	}

	.column-gap-xl-1 {
		column-gap: .25rem !important
	}

	.column-gap-xl-2 {
		column-gap: .5rem !important
	}

	.column-gap-xl-3 {
		column-gap: 1rem !important
	}

	.column-gap-xl-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-xl-5 {
		column-gap: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

@media (min-width:1680px) {
	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.object-fit-xxl-contain {
		object-fit: contain !important
	}

	.object-fit-xxl-cover {
		object-fit: cover !important
	}

	.object-fit-xxl-fill {
		object-fit: fill !important
	}

	.object-fit-xxl-scale {
		object-fit: scale-down !important
	}

	.object-fit-xxl-none {
		object-fit: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-inline-grid {
		display: inline-grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

	.order-xxl-0 {
		order: 0 !important
	}

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

	.mt-xxl-2 {
		margin-top: .5rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .25rem !important
	}

	.me-xxl-2 {
		margin-right: .5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .25rem !important
	}

	.ms-xxl-2 {
		margin-left: .5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.m-xxl-n1 {
		margin: -.25rem !important
	}

	.m-xxl-n2 {
		margin: -.5rem !important
	}

	.m-xxl-n3 {
		margin: -1rem !important
	}

	.m-xxl-n4 {
		margin: -1.5rem !important
	}

	.m-xxl-n5 {
		margin: -3rem !important
	}

	.mx-xxl-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important
	}

	.mx-xxl-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important
	}

	.mx-xxl-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important
	}

	.mx-xxl-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important
	}

	.mx-xxl-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important
	}

	.my-xxl-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.my-xxl-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.my-xxl-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.my-xxl-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.my-xxl-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.mt-xxl-n1 {
		margin-top: -.25rem !important
	}

	.mt-xxl-n2 {
		margin-top: -.5rem !important
	}

	.mt-xxl-n3 {
		margin-top: -1rem !important
	}

	.mt-xxl-n4 {
		margin-top: -1.5rem !important
	}

	.mt-xxl-n5 {
		margin-top: -3rem !important
	}

	.me-xxl-n1 {
		margin-right: -.25rem !important
	}

	.me-xxl-n2 {
		margin-right: -.5rem !important
	}

	.me-xxl-n3 {
		margin-right: -1rem !important
	}

	.me-xxl-n4 {
		margin-right: -1.5rem !important
	}

	.me-xxl-n5 {
		margin-right: -3rem !important
	}

	.mb-xxl-n1 {
		margin-bottom: -.25rem !important
	}

	.mb-xxl-n2 {
		margin-bottom: -.5rem !important
	}

	.mb-xxl-n3 {
		margin-bottom: -1rem !important
	}

	.mb-xxl-n4 {
		margin-bottom: -1.5rem !important
	}

	.mb-xxl-n5 {
		margin-bottom: -3rem !important
	}

	.ms-xxl-n1 {
		margin-left: -.25rem !important
	}

	.ms-xxl-n2 {
		margin-left: -.5rem !important
	}

	.ms-xxl-n3 {
		margin-left: -1rem !important
	}

	.ms-xxl-n4 {
		margin-left: -1.5rem !important
	}

	.ms-xxl-n5 {
		margin-left: -3rem !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .25rem !important
	}

	.pe-xxl-2 {
		padding-right: .5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .25rem !important
	}

	.ps-xxl-2 {
		padding-left: .5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}

	.gap-xxl-0 {
		gap: 0 !important
	}

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.row-gap-xxl-0 {
		row-gap: 0 !important
	}

	.row-gap-xxl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xxl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xxl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xxl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xxl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xxl-0 {
		column-gap: 0 !important
	}

	.column-gap-xxl-1 {
		column-gap: .25rem !important
	}

	.column-gap-xxl-2 {
		column-gap: .5rem !important
	}

	.column-gap-xxl-3 {
		column-gap: 1rem !important
	}

	.column-gap-xxl-4 {
		column-gap: 1.5rem !important
	}

	.column-gap-xxl-5 {
		column-gap: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important
	}

	.fs-2 {
		font-size: 2rem !important
	}

	.fs-3 {
		font-size: 1.75rem !important
	}

	.fs-4 {
		font-size: 1.5rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-inline-grid {
		display: inline-grid !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
	}

	.d-print-none {
		display: none !important
	}
}

@supports not (-ms-high-contrast:none) {
	.grid {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 1.875rem;
		margin-left: 0;
		margin-right: 0
	}

	.grid.grid-center {
		align-items: center
	}

	@media (min-width:576px) {
		.grid.grid-inline-xs-1 {
			grid-template-columns: repeat(12, 1fr)
		}

		.grid.grid-inline-xs-2 {
			grid-template-columns: repeat(6, 2fr)
		}

		.grid.grid-inline-xs-3 {
			grid-template-columns: repeat(4, 3fr)
		}

		.grid.grid-inline-xs-4 {
			grid-template-columns: repeat(3, 4fr)
		}

		.grid.grid-inline-xs-5 {
			grid-template-columns: repeat(2.4, 5fr)
		}

		.grid.grid-inline-xs-6 {
			grid-template-columns: repeat(2, 6fr)
		}

		.grid.grid-inline-xs-7 {
			grid-template-columns: repeat(1.7142857143, 7fr)
		}

		.grid.grid-inline-xs-8 {
			grid-template-columns: repeat(1.5, 8fr)
		}

		.grid.grid-inline-xs-9 {
			grid-template-columns: repeat(1.3333333333, 9fr)
		}

		.grid.grid-inline-xs-10 {
			grid-template-columns: repeat(1.2, 10fr)
		}

		.grid.grid-inline-xs-11 {
			grid-template-columns: repeat(1.0909090909, 11fr)
		}

		.grid.grid-inline-xs-12 {
			grid-template-columns: repeat(1, 12fr)
		}
	}

	@media (min-width:768px) {
		.grid.grid-inline-sm-1 {
			grid-template-columns: repeat(12, 1fr)
		}

		.grid.grid-inline-sm-2 {
			grid-template-columns: repeat(6, 2fr)
		}

		.grid.grid-inline-sm-3 {
			grid-template-columns: repeat(4, 3fr)
		}

		.grid.grid-inline-sm-4 {
			grid-template-columns: repeat(3, 4fr)
		}

		.grid.grid-inline-sm-5 {
			grid-template-columns: repeat(2.4, 5fr)
		}

		.grid.grid-inline-sm-6 {
			grid-template-columns: repeat(2, 6fr)
		}

		.grid.grid-inline-sm-7 {
			grid-template-columns: repeat(1.7142857143, 7fr)
		}

		.grid.grid-inline-sm-8 {
			grid-template-columns: repeat(1.5, 8fr)
		}

		.grid.grid-inline-sm-9 {
			grid-template-columns: repeat(1.3333333333, 9fr)
		}

		.grid.grid-inline-sm-10 {
			grid-template-columns: repeat(1.2, 10fr)
		}

		.grid.grid-inline-sm-11 {
			grid-template-columns: repeat(1.0909090909, 11fr)
		}

		.grid.grid-inline-sm-12 {
			grid-template-columns: repeat(1, 12fr)
		}
	}

	@media (min-width:992px) {
		.grid.grid-inline-md-1 {
			grid-template-columns: repeat(12, 1fr)
		}

		.grid.grid-inline-md-2 {
			grid-template-columns: repeat(6, 2fr)
		}

		.grid.grid-inline-md-3 {
			grid-template-columns: repeat(4, 3fr)
		}

		.grid.grid-inline-md-4 {
			grid-template-columns: repeat(3, 4fr)
		}

		.grid.grid-inline-md-5 {
			grid-template-columns: repeat(2.4, 5fr)
		}

		.grid.grid-inline-md-6 {
			grid-template-columns: repeat(2, 6fr)
		}

		.grid.grid-inline-md-7 {
			grid-template-columns: repeat(1.7142857143, 7fr)
		}

		.grid.grid-inline-md-8 {
			grid-template-columns: repeat(1.5, 8fr)
		}

		.grid.grid-inline-md-9 {
			grid-template-columns: repeat(1.3333333333, 9fr)
		}

		.grid.grid-inline-md-10 {
			grid-template-columns: repeat(1.2, 10fr)
		}

		.grid.grid-inline-md-11 {
			grid-template-columns: repeat(1.0909090909, 11fr)
		}

		.grid.grid-inline-md-12 {
			grid-template-columns: repeat(1, 12fr)
		}
	}

	@media (min-width:1200px) {
		.grid.grid-inline-lg-1 {
			grid-template-columns: repeat(12, 1fr)
		}

		.grid.grid-inline-lg-2 {
			grid-template-columns: repeat(6, 2fr)
		}

		.grid.grid-inline-lg-3 {
			grid-template-columns: repeat(4, 3fr)
		}

		.grid.grid-inline-lg-4 {
			grid-template-columns: repeat(3, 4fr)
		}

		.grid.grid-inline-lg-5 {
			grid-template-columns: repeat(2.4, 5fr)
		}

		.grid.grid-inline-lg-6 {
			grid-template-columns: repeat(2, 6fr)
		}

		.grid.grid-inline-lg-7 {
			grid-template-columns: repeat(1.7142857143, 7fr)
		}

		.grid.grid-inline-lg-8 {
			grid-template-columns: repeat(1.5, 8fr)
		}

		.grid.grid-inline-lg-9 {
			grid-template-columns: repeat(1.3333333333, 9fr)
		}

		.grid.grid-inline-lg-10 {
			grid-template-columns: repeat(1.2, 10fr)
		}

		.grid.grid-inline-lg-11 {
			grid-template-columns: repeat(1.0909090909, 11fr)
		}

		.grid.grid-inline-lg-12 {
			grid-template-columns: repeat(1, 12fr)
		}
	}

	@media (min-width:1400px) {
		.grid.grid-inline-xl-1 {
			grid-template-columns: repeat(12, 1fr)
		}

		.grid.grid-inline-xl-2 {
			grid-template-columns: repeat(6, 2fr)
		}

		.grid.grid-inline-xl-3 {
			grid-template-columns: repeat(4, 3fr)
		}

		.grid.grid-inline-xl-4 {
			grid-template-columns: repeat(3, 4fr)
		}

		.grid.grid-inline-xl-5 {
			grid-template-columns: repeat(2.4, 5fr)
		}

		.grid.grid-inline-xl-6 {
			grid-template-columns: repeat(2, 6fr)
		}

		.grid.grid-inline-xl-7 {
			grid-template-columns: repeat(1.7142857143, 7fr)
		}

		.grid.grid-inline-xl-8 {
			grid-template-columns: repeat(1.5, 8fr)
		}

		.grid.grid-inline-xl-9 {
			grid-template-columns: repeat(1.3333333333, 9fr)
		}

		.grid.grid-inline-xl-10 {
			grid-template-columns: repeat(1.2, 10fr)
		}

		.grid.grid-inline-xl-11 {
			grid-template-columns: repeat(1.0909090909, 11fr)
		}

		.grid.grid-inline-xl-12 {
			grid-template-columns: repeat(1, 12fr)
		}
	}

	@media (min-width:1680px) {
		.grid.grid-inline-xxl-1 {
			grid-template-columns: repeat(12, 1fr)
		}

		.grid.grid-inline-xxl-2 {
			grid-template-columns: repeat(6, 2fr)
		}

		.grid.grid-inline-xxl-3 {
			grid-template-columns: repeat(4, 3fr)
		}

		.grid.grid-inline-xxl-4 {
			grid-template-columns: repeat(3, 4fr)
		}

		.grid.grid-inline-xxl-5 {
			grid-template-columns: repeat(2.4, 5fr)
		}

		.grid.grid-inline-xxl-6 {
			grid-template-columns: repeat(2, 6fr)
		}

		.grid.grid-inline-xxl-7 {
			grid-template-columns: repeat(1.7142857143, 7fr)
		}

		.grid.grid-inline-xxl-8 {
			grid-template-columns: repeat(1.5, 8fr)
		}

		.grid.grid-inline-xxl-9 {
			grid-template-columns: repeat(1.3333333333, 9fr)
		}

		.grid.grid-inline-xxl-10 {
			grid-template-columns: repeat(1.2, 10fr)
		}

		.grid.grid-inline-xxl-11 {
			grid-template-columns: repeat(1.0909090909, 11fr)
		}

		.grid.grid-inline-xxl-12 {
			grid-template-columns: repeat(1, 12fr)
		}
	}

	.grid::after,
	.grid::before {
		content: none;
		display: initial
	}

	.grid [class^=col-] {
		grid-column-end: span 12;
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	@media (min-width:576px) {
		.grid .col-xs-1 {
			grid-column-end: span 1
		}

		.grid .col-xs-2 {
			grid-column-end: span 2
		}

		.grid .col-xs-3 {
			grid-column-end: span 3
		}

		.grid .col-xs-4 {
			grid-column-end: span 4
		}

		.grid .col-xs-5 {
			grid-column-end: span 5
		}

		.grid .col-xs-6 {
			grid-column-end: span 6
		}

		.grid .col-xs-7 {
			grid-column-end: span 7
		}

		.grid .col-xs-8 {
			grid-column-end: span 8
		}

		.grid .col-xs-9 {
			grid-column-end: span 9
		}

		.grid .col-xs-10 {
			grid-column-end: span 10
		}

		.grid .col-xs-11 {
			grid-column-end: span 11
		}

		.grid .col-xs-12 {
			grid-column-end: span 12
		}
	}

	@media (min-width:768px) {
		.grid .col-sm-1 {
			grid-column-end: span 1
		}

		.grid .col-sm-2 {
			grid-column-end: span 2
		}

		.grid .col-sm-3 {
			grid-column-end: span 3
		}

		.grid .col-sm-4 {
			grid-column-end: span 4
		}

		.grid .col-sm-5 {
			grid-column-end: span 5
		}

		.grid .col-sm-6 {
			grid-column-end: span 6
		}

		.grid .col-sm-7 {
			grid-column-end: span 7
		}

		.grid .col-sm-8 {
			grid-column-end: span 8
		}

		.grid .col-sm-9 {
			grid-column-end: span 9
		}

		.grid .col-sm-10 {
			grid-column-end: span 10
		}

		.grid .col-sm-11 {
			grid-column-end: span 11
		}

		.grid .col-sm-12 {
			grid-column-end: span 12
		}
	}

	@media (min-width:992px) {
		.grid .col-md-1 {
			grid-column-end: span 1
		}

		.grid .col-md-2 {
			grid-column-end: span 2
		}

		.grid .col-md-3 {
			grid-column-end: span 3
		}

		.grid .col-md-4 {
			grid-column-end: span 4
		}

		.grid .col-md-5 {
			grid-column-end: span 5
		}

		.grid .col-md-6 {
			grid-column-end: span 6
		}

		.grid .col-md-7 {
			grid-column-end: span 7
		}

		.grid .col-md-8 {
			grid-column-end: span 8
		}

		.grid .col-md-9 {
			grid-column-end: span 9
		}

		.grid .col-md-10 {
			grid-column-end: span 10
		}

		.grid .col-md-11 {
			grid-column-end: span 11
		}

		.grid .col-md-12 {
			grid-column-end: span 12
		}
	}

	@media (min-width:1200px) {
		.grid .col-lg-1 {
			grid-column-end: span 1
		}

		.grid .col-lg-2 {
			grid-column-end: span 2
		}

		.grid .col-lg-3 {
			grid-column-end: span 3
		}

		.grid .col-lg-4 {
			grid-column-end: span 4
		}

		.grid .col-lg-5 {
			grid-column-end: span 5
		}

		.grid .col-lg-6 {
			grid-column-end: span 6
		}

		.grid .col-lg-7 {
			grid-column-end: span 7
		}

		.grid .col-lg-8 {
			grid-column-end: span 8
		}

		.grid .col-lg-9 {
			grid-column-end: span 9
		}

		.grid .col-lg-10 {
			grid-column-end: span 10
		}

		.grid .col-lg-11 {
			grid-column-end: span 11
		}

		.grid .col-lg-12 {
			grid-column-end: span 12
		}
	}

	@media (min-width:1400px) {
		.grid .col-xl-1 {
			grid-column-end: span 1
		}

		.grid .col-xl-2 {
			grid-column-end: span 2
		}

		.grid .col-xl-3 {
			grid-column-end: span 3
		}

		.grid .col-xl-4 {
			grid-column-end: span 4
		}

		.grid .col-xl-5 {
			grid-column-end: span 5
		}

		.grid .col-xl-6 {
			grid-column-end: span 6
		}

		.grid .col-xl-7 {
			grid-column-end: span 7
		}

		.grid .col-xl-8 {
			grid-column-end: span 8
		}

		.grid .col-xl-9 {
			grid-column-end: span 9
		}

		.grid .col-xl-10 {
			grid-column-end: span 10
		}

		.grid .col-xl-11 {
			grid-column-end: span 11
		}

		.grid .col-xl-12 {
			grid-column-end: span 12
		}
	}

	@media (min-width:1680px) {
		.grid .col-xxl-1 {
			grid-column-end: span 1
		}

		.grid .col-xxl-2 {
			grid-column-end: span 2
		}

		.grid .col-xxl-3 {
			grid-column-end: span 3
		}

		.grid .col-xxl-4 {
			grid-column-end: span 4
		}

		.grid .col-xxl-5 {
			grid-column-end: span 5
		}

		.grid .col-xxl-6 {
			grid-column-end: span 6
		}

		.grid .col-xxl-7 {
			grid-column-end: span 7
		}

		.grid .col-xxl-8 {
			grid-column-end: span 8
		}

		.grid .col-xxl-9 {
			grid-column-end: span 9
		}

		.grid .col-xxl-10 {
			grid-column-end: span 10
		}

		.grid .col-xxl-11 {
			grid-column-end: span 11
		}

		.grid .col-xxl-12 {
			grid-column-end: span 12
		}
	}

	.grid .alert,
	.grid .card,
	.grid .citebox,
	.grid .entry-teaser,
	.grid .well {
		height: 100%;
		margin-bottom: 0
	}

	@media (max-width:991.98px) {

		.grid .alert,
		.grid .card,
		.grid .citebox,
		.grid .entry-teaser,
		.grid .well {
			height: auto
		}
	}

	.grid .btn-tile {
		height: min-content
	}
}

.grid-inline-4 .flex-hide {
	display: flex;
	flex-wrap: wrap
}

@media (min-width:1400px) {
	.grid-inline-4 .media-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.grid-inline-4 .media,
	.grid-inline-4 .publication {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: calc(50% - (1.875rem))
	}

	.grid-inline-4 .media-left {
		margin-bottom: 1.2em
	}

	.grid-inline-4 .content-box,
	.grid-inline-4 .media-body {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: auto
	}
}

@media (min-width:1680px) {

	.grid-inline-4 .media,
	.grid-inline-4 .publication {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: calc(25% - (1.875rem))
	}
}

.grid-inline .flex-hide {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

@media (min-width:992px) {
	.grid-inline .media-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between
	}
}

.grid-inline .publication {
	margin-left: .9375rem;
	margin-right: .9375rem
}

@media (min-width:1200px) {
	.grid-inline .publication {
		display: flex;
		border-bottom: 0;
		flex-direction: column;
		flex-wrap: wrap;
		width: calc(33.33% - (1.875rem))
	}

	.grid-inline .publication .figure-box {
		width: 80%;
		margin-left: 15px
	}

	.grid-inline .publication .figure-box:hover+.content-box {
		opacity: 0;
		bottom: -30px
	}

	.grid-inline .publication .content-box {
		padding: 1rem;
		position: absolute;
		margin-left: 20%;
		width: auto;
		z-index: 2;
		left: 0;
		bottom: -15px;
		background-color: #fff;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		max-height: 80%;
		overflow: hidden
	}

	.grid-inline .publication .content-box::after {
		content: " ";
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%)
	}
}

@media (min-width:1680px) {
	.grid-inline .publication {
		width: calc(25% - (1.875rem))
	}
}

.row-middle,
.row-top {
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem
}

.row-middle-lg.row-line,
.row-middle-sm.row-line,
.row-middle.row-line,
.row-top-lg.row-line,
.row-top-sm.row-line,
.row-top.row-line {
	border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.row-middle-sm,
.row-top-sm {
	margin-bottom: .9375rem;
	padding-bottom: .9375rem
}

.row-middle-lg,
.row-top-lg {
	margin-bottom: 3.75rem;
	padding-bottom: 3.75rem
}

.row-bottom,
.row-middle {
	margin-top: 1.875rem;
	padding-top: 1.875rem
}

.row-bottom-lg.row-line,
.row-bottom-sm.row-line,
.row-bottom.row-line,
.row-middle-lg.row-line,
.row-middle-sm.row-line,
.row-middle.row-line {
	border-top: 1px solid rgba(0, 0, 0, .25)
}

.row-bottom-sm,
.row-middle-sm {
	margin-top: .9375rem;
	padding-top: .9375rem
}

.row-bottom-lg,
.row-middle-lg {
	margin-top: 3.75rem;
	padding-top: 3.75rem
}

.bg-info .row-line,
.bg-primary .row-line,
.bg-secondary .row-line,
.bg-success .row-line {
	border-color: rgba(255, 255, 255, .25) !important
}

.bg-warning .row-line {
	border-color: rgba(0, 0, 0, .25) !important
}

.bg-blue .row-line,
.bg-brand .row-line,
.bg-brand-dark .row-line,
.bg-brand-mid .row-line,
.bg-danger .row-line,
.bg-navy .row-line {
	border-color: rgba(255, 255, 255, .25) !important
}

.bg-pink .row-line {
	border-color: rgba(0, 0, 0, .25) !important
}

.bg-green .row-line,
.bg-purple .row-line {
	border-color: rgba(255, 255, 255, .25) !important
}

.bg-yellow .row-line {
	border-color: rgba(0, 0, 0, .25) !important
}

.bg-black .row-line,
.bg-dark .row-line,
.bg-darkergray .row-line,
.bg-darkgray .row-line {
	border-color: rgba(255, 255, 255, .25) !important
}

.row>.top-row-section {
	margin: -1.875rem -.9375rem .9375rem;
	padding: 10px;
	background-color: #f3f3f3;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	z-index: 1
}

@media (min-width:1200px) {
	[class^=col-md-].col-md-line {
		padding-right: 1.875rem;
		border-right: 2px solid rgba(0, 0, 0, .25)
	}

	[class^=col-md-].col-md-line+[class^=col-md-] {
		padding-left: 1.875rem
	}
}

@media (max-width:575.98px) {
	[class^=col-xs-]+[class^=col-xs-] {
		margin-top: 1.875rem
	}
}

@media (max-width:767.98px) {
	[class^=col-sm-]+[class^=col-sm-] {
		margin-top: 1.875rem
	}
}

@media (max-width:991.98px) {
	[class^=col-md-]+[class^=col-md-] {
		margin-top: 1.875rem
	}
}

@media (max-width:1199.98px) {
	[class^=col-lg-]+[class^=col-lg-] {
		margin-top: 1.875rem
	}
}

@media (max-width:1399.98px) {
	[class^=col-xl-]+[class^=col-xl-] {
		margin-top: 1.875rem
	}
}

.no-gutter>[class*=col-] {
	padding: 0;
	float: left;
	margin: 0
}

@media (max-width:991.98px) {
	.mobile-vspace>[class^=col-sm] {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	.mobile-vspace>[class^=col-sm]:first-of-type {
		margin-top: 0
	}

	.mobile-vspace>[class^=col-sm]:last-of-type {
		margin-bottom: 0
	}
}

@media (max-width:1199.98px) {

	.mobile-vspace>[class^=col-lg],
	.mobile-vspace>[class^=col-md] {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	.mobile-vspace>[class^=col-md]:first-of-type {
		margin-top: 0
	}

	.mobile-vspace>[class^=col-md]:last-of-type {
		margin-bottom: 0
	}

	.mobile-vspace>[class^=col-lg]:first-of-type {
		margin-top: 0
	}

	.mobile-vspace>[class^=col-lg]:last-of-type {
		margin-bottom: 0
	}
}

.top-lg-push-1,
.top-md-push-1,
.top-push-1,
.top-sm-push-1,
.top-xl-push-1,
.top-xs-push-1 {
	margin-top: calc(-1*1.875rem*1);
	z-index: 5
}

@media (max-width:1399.98px) {
	.top-xl-push-1 {
		margin-top: inherit
	}
}

@media (max-width:1199.98px) {
	.top-lg-push-1 {
		margin-top: inherit
	}
}

@media (max-width:991.98px) {
	.top-md-push-1 {
		margin-top: inherit
	}
}

@media (max-width:767.98px) {
	.top-sm-push-1 {
		margin-top: inherit
	}
}

@media (max-width:575.98px) {
	.top-xs-push-1 {
		margin-top: inherit
	}
}

.bottom-lg-push-1,
.bottom-md-push-1,
.bottom-push-1,
.bottom-sm-push-1,
.bottom-xl-push-1,
.bottom-xs-push-1 {
	margin-bottom: calc(-1*1.875rem*1);
	z-index: 5
}

@media (max-width:1399.98px) {
	.bottom-xl-push-1 {
		margin-bottom: inherit
	}
}

@media (max-width:1199.98px) {
	.bottom-lg-push-1 {
		margin-bottom: inherit
	}
}

@media (max-width:991.98px) {
	.bottom-md-push-1 {
		margin-bottom: inherit
	}
}

@media (max-width:767.98px) {
	.bottom-sm-push-1 {
		margin-bottom: inherit
	}
}

@media (max-width:575.98px) {
	.bottom-xs-push-1 {
		margin-bottom: inherit
	}
}

.top-lg-push-2,
.top-md-push-2,
.top-push-2,
.top-sm-push-2,
.top-xl-push-2,
.top-xs-push-2 {
	margin-top: calc(-1*1.875rem*2);
	z-index: 5
}

@media (max-width:1399.98px) {
	.top-xl-push-2 {
		margin-top: inherit
	}
}

@media (max-width:1199.98px) {
	.top-lg-push-2 {
		margin-top: inherit
	}
}

@media (max-width:991.98px) {
	.top-md-push-2 {
		margin-top: inherit
	}
}

@media (max-width:767.98px) {
	.top-sm-push-2 {
		margin-top: inherit
	}
}

@media (max-width:575.98px) {
	.top-xs-push-2 {
		margin-top: inherit
	}
}

.bottom-lg-push-2,
.bottom-md-push-2,
.bottom-push-2,
.bottom-sm-push-2,
.bottom-xl-push-2,
.bottom-xs-push-2 {
	margin-bottom: calc(-1*1.875rem*2);
	z-index: 5
}

@media (max-width:1399.98px) {
	.bottom-xl-push-2 {
		margin-bottom: inherit
	}
}

@media (max-width:1199.98px) {
	.bottom-lg-push-2 {
		margin-bottom: inherit
	}
}

@media (max-width:991.98px) {
	.bottom-md-push-2 {
		margin-bottom: inherit
	}
}

@media (max-width:767.98px) {
	.bottom-sm-push-2 {
		margin-bottom: inherit
	}
}

@media (max-width:575.98px) {
	.bottom-xs-push-2 {
		margin-bottom: inherit
	}
}

.top-lg-push-3,
.top-md-push-3,
.top-push-3,
.top-sm-push-3,
.top-xl-push-3,
.top-xs-push-3 {
	margin-top: calc(-1*1.875rem*3);
	z-index: 5
}

@media (max-width:1399.98px) {
	.top-xl-push-3 {
		margin-top: inherit
	}
}

@media (max-width:1199.98px) {
	.top-lg-push-3 {
		margin-top: inherit
	}
}

@media (max-width:991.98px) {
	.top-md-push-3 {
		margin-top: inherit
	}
}

@media (max-width:767.98px) {
	.top-sm-push-3 {
		margin-top: inherit
	}
}

@media (max-width:575.98px) {
	.top-xs-push-3 {
		margin-top: inherit
	}
}

.bottom-lg-push-3,
.bottom-md-push-3,
.bottom-push-3,
.bottom-sm-push-3,
.bottom-xl-push-3,
.bottom-xs-push-3 {
	margin-bottom: calc(-1*1.875rem*3);
	z-index: 5
}

@media (max-width:1399.98px) {
	.bottom-xl-push-3 {
		margin-bottom: inherit
	}
}

@media (max-width:1199.98px) {
	.bottom-lg-push-3 {
		margin-bottom: inherit
	}
}

@media (max-width:991.98px) {
	.bottom-md-push-3 {
		margin-bottom: inherit
	}
}

@media (max-width:767.98px) {
	.bottom-sm-push-3 {
		margin-bottom: inherit
	}
}

@media (max-width:575.98px) {
	.bottom-xs-push-3 {
		margin-bottom: inherit
	}
}

.top-lg-push-4,
.top-md-push-4,
.top-push-4,
.top-sm-push-4,
.top-xl-push-4,
.top-xs-push-4 {
	margin-top: calc(-1*1.875rem*4);
	z-index: 5
}

@media (max-width:1399.98px) {
	.top-xl-push-4 {
		margin-top: inherit
	}
}

@media (max-width:1199.98px) {
	.top-lg-push-4 {
		margin-top: inherit
	}
}

@media (max-width:991.98px) {
	.top-md-push-4 {
		margin-top: inherit
	}
}

@media (max-width:767.98px) {
	.top-sm-push-4 {
		margin-top: inherit
	}
}

@media (max-width:575.98px) {
	.top-xs-push-4 {
		margin-top: inherit
	}
}

.bottom-lg-push-4,
.bottom-md-push-4,
.bottom-push-4,
.bottom-sm-push-4,
.bottom-xl-push-4,
.bottom-xs-push-4 {
	margin-bottom: calc(-1*1.875rem*4);
	z-index: 5
}

@media (max-width:1399.98px) {
	.bottom-xl-push-4 {
		margin-bottom: inherit
	}
}

@media (max-width:1199.98px) {
	.bottom-lg-push-4 {
		margin-bottom: inherit
	}
}

@media (max-width:991.98px) {
	.bottom-md-push-4 {
		margin-bottom: inherit
	}
}

@media (max-width:767.98px) {
	.bottom-sm-push-4 {
		margin-bottom: inherit
	}
}

@media (max-width:575.98px) {
	.bottom-xs-push-4 {
		margin-bottom: inherit
	}
}

.top-lg-push-5,
.top-md-push-5,
.top-push-5,
.top-sm-push-5,
.top-xl-push-5,
.top-xs-push-5 {
	margin-top: calc(-1*1.875rem*5);
	z-index: 5
}

@media (max-width:1399.98px) {
	.top-xl-push-5 {
		margin-top: inherit
	}
}

@media (max-width:1199.98px) {
	.top-lg-push-5 {
		margin-top: inherit
	}
}

@media (max-width:991.98px) {
	.top-md-push-5 {
		margin-top: inherit
	}
}

@media (max-width:767.98px) {
	.top-sm-push-5 {
		margin-top: inherit
	}
}

@media (max-width:575.98px) {
	.top-xs-push-5 {
		margin-top: inherit
	}
}

.bottom-lg-push-5,
.bottom-md-push-5,
.bottom-push-5,
.bottom-sm-push-5,
.bottom-xl-push-5,
.bottom-xs-push-5 {
	margin-bottom: calc(-1*1.875rem*5);
	z-index: 5
}

@media (max-width:1399.98px) {
	.bottom-xl-push-5 {
		margin-bottom: inherit
	}
}

@media (max-width:1199.98px) {
	.bottom-lg-push-5 {
		margin-bottom: inherit
	}
}

@media (max-width:991.98px) {
	.bottom-md-push-5 {
		margin-bottom: inherit
	}
}

@media (max-width:767.98px) {
	.bottom-sm-push-5 {
		margin-bottom: inherit
	}
}

@media (max-width:575.98px) {
	.bottom-xs-push-5 {
		margin-bottom: inherit
	}
}

.top-lg-push-6,
.top-md-push-6,
.top-push-6,
.top-sm-push-6,
.top-xl-push-6,
.top-xs-push-6 {
	margin-top: calc(-1*1.875rem*6);
	z-index: 5
}

@media (max-width:1399.98px) {
	.top-xl-push-6 {
		margin-top: inherit
	}
}

@media (max-width:1199.98px) {
	.top-lg-push-6 {
		margin-top: inherit
	}
}

@media (max-width:991.98px) {
	.top-md-push-6 {
		margin-top: inherit
	}
}

@media (max-width:767.98px) {
	.top-sm-push-6 {
		margin-top: inherit
	}
}

@media (max-width:575.98px) {
	.top-xs-push-6 {
		margin-top: inherit
	}
}

.bottom-lg-push-6,
.bottom-md-push-6,
.bottom-push-6,
.bottom-sm-push-6,
.bottom-xl-push-6,
.bottom-xs-push-6 {
	margin-bottom: calc(-1*1.875rem*6);
	z-index: 5
}

@media (max-width:1399.98px) {
	.bottom-xl-push-6 {
		margin-bottom: inherit
	}
}

@media (max-width:1199.98px) {
	.bottom-lg-push-6 {
		margin-bottom: inherit
	}
}

@media (max-width:991.98px) {
	.bottom-md-push-6 {
		margin-bottom: inherit
	}
}

@media (max-width:767.98px) {
	.bottom-sm-push-6 {
		margin-bottom: inherit
	}
}

@media (max-width:575.98px) {
	.bottom-xs-push-6 {
		margin-bottom: inherit
	}
}

[class*=col] :where(p, ol, ul, .media, .card, .well):last-child {
	margin-block-end: 0
}

.section,
section {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
	position: relative
}

.section:last-child,
section:last-child {
	border-bottom-width: 0
}

.section.section-xl,
section.section-xl {
	padding-top: 15rem;
	padding-bottom: 15rem
}

.section.section-lg,
section.section-lg {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem
}

.section.section-md,
section.section-md {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

.section.section-sm,
section.section-sm {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem
}

.section.section-xs,
section.section-xs {
	padding-top: .9375rem;
	padding-bottom: .9375rem
}

@media (max-width:1199.98px) {

	.section,
	section {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}
}

.section.section-navigation,
section.section-navigation {
	padding-bottom: 0
}

.section-img,
.section-img-right {
	position: relative;
	overflow: hidden
}

.section-img {
	min-height: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.section-img .container,
.section-img .container-fluid,
.section-img .container-lg,
.section-img .container-md,
.section-img .container-sm,
.section-img .container-xl,
.section-img .container-xxl {
	position: relative;
	z-index: 5
}

.section-img .img-caption {
	position: absolute;
	z-index: 1;
	bottom: 3.75rem;
	text-align: left
}

.section-img .overlay {
	left: 0;
	width: 100%;
	height: 100%
}

.section-img .overlay+.container,
.section-img .overlay+.container-fluid,
.section-img .overlay+.container-lg,
.section-img .overlay+.container-md,
.section-img .overlay+.container-sm,
.section-img .overlay+.container-xl,
.section-img .overlay+.container-xxl {
	position: relative
}

.section-img .overlay,
.section-img img.bg {
	position: absolute;
	top: 0
}

.section-img .nav-shadow {
	display: none
}

.section-img-right {
	padding-top: 100px;
	height: calc(100vh - 1.9375rem - 4.125rem)
}

@media (max-width:1199.98px) {
	.section-img-right {
		height: auto !important;
		padding-bottom: 0
	}

	.section-img-right .flex-left-50pct {
		padding-bottom: 1.875rem
	}
}

@media (min-width:1200px) {
	.section-img-right {
		min-height: 500px;
		display: flex;
		flex-wrap: wrap;
		width: 100vw;
		position: relative;
		left: 50%;
		margin-left: -50vw
	}

	.section-img-right .flex-left-50pct {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		width: 50%;
		align-content: flex-start
	}
}

@media (min-width:1200px) and (min-width:1680px) {
	.section-img-right .flex-left-50pct {
		width: 33.33%
	}
}

@media (min-width:1200px) {
	.section-img-right .flex-right-50pct {
		display: flex;
		margin-top: -100px;
		height: calc(100vh - 1.9375rem - 4.125rem);
		width: 50%
	}
}

@media (min-width:1200px) and (min-width:1680px) {
	.section-img-right .flex-right-50pct {
		width: 66.66%
	}
}

@media (min-width:1200px) {
	.section-img-right .flex-right-50pct img {
		width: auto;
		min-width: 100%;
		object-fit: cover;
		display: block;
		min-height: 500px
	}

	.section-img-right .container {
		height: calc(100% - 3.75rem);
		margin-right: 0;
		width: calc(1140px/2);
		position: relative;
		z-index: 5
	}
}

@media (min-width:1200px) and (min-width:1400px) {
	.section-img-right .container {
		width: calc(1320px/2)
	}
}

@media (min-width:1200px) and (min-width:1680px) {
	.section-img-right .container {
		width: calc(33.33vw - (100vw - 1584px)/2)
	}
}

@media (min-width:1200px) {
	.section-img-right .row-title {
		position: relative;
		bottom: 0;
		width: 100%;
		border-radius: .5rem
	}
}

@media (min-width:1200px) and (min-height:600px) {
	.section-img-right .row-title {
		position: absolute
	}
}

@media (min-width:1200px) and (min-width:1680px) {
	.section-img-right .row-title {
		min-width: 600px;
		padding-top: 1rem;
		padding-bottom: 1rem
	}
}

.section-img-right.bg-primary-subtle .row-title {
	background-color: #f9cccf
}

.section-img-right.bg-secondary-subtle .row-title {
	background-color: #dccdd2
}

.section-img-right.bg-info-subtle .row-title {
	background-color: #cce1f1
}

.section-img-right.bg-success-subtle .row-title {
	background-color: #cce9e1
}

.section-img-right.bg-warning-subtle .row-title {
	background-color: #fef1d8
}

.section-img-right.bg-danger-subtle .row-title {
	background-color: #ebd5d9
}

.section-img-right.bg-pink-subtle .row-title {
	background-color: #ffdde2
}

.section-img-right.bg-purple-subtle .row-title {
	background-color: #ddcaed
}

.section-img-right.bg-navy-subtle .row-title {
	background-color: #babfcf
}

.section-img-right.bg-white .row-title,
ul.fit-to-box.list-box>li ul>li.active>a {
	background-color: #fff
}

.section-img-right.bg-lightergray .row-title {
	background-color: #efeded
}

.section-img-right.bg-lightgray .row-title {
	background-color: #e4e2e1
}

.section-img-right.bg-gray .row-title {
	background-color: #c9c4c2
}

.section-img-right.bg-darkgray .row-title {
	background-color: #58595b
}

.section-img-right.bg-darkergray .row-title {
	background-color: #2c2d2e
}

.section-img-right.bg-black .row-title {
	background-color: #000
}

.section-img-right.bg-primary .row-title {
	background-color: #e3000f
}

.section-img-right.bg-secondary .row-title {
	background-color: #4f051f
}

.section-img-right.bg-info .row-title {
	background-color: #006bb7
}

.section-img-right.bg-success .row-title {
	background-color: #008f67
}

.section-img-right.bg-warning .row-title {
	background-color: #f9b83e
}

.section-img-right.bg-danger .row-title {
	background-color: #9c2b42
}

.section-img-right.bg-light .row-title {
	background-color: #faf9f9
}

.section-img-right.bg-dark .row-title {
	background-color: #2c2d2e
}

.section-img-right.bg-brand .row-title {
	background-color: #e3000f
}

.section-img-right.bg-brand-mid .row-title {
	background-color: #9c2b42
}

.section-img-right.bg-brand-dark .row-title {
	background-color: #4f051f
}

.section-img-right.bg-navy .row-title {
	background-color: #19285f
}

.section-img-right.bg-blue .row-title {
	background-color: #006bb7
}

.section-img-right.bg-pink .row-title {
	background-color: #ff8c9e
}

.section-img-right.bg-purple .row-title {
	background-color: #8c4fc2
}

.section-img-right.bg-green .row-title {
	background-color: #008f67
}

.section-img-right.bg-yellow .row-title {
	background-color: #f9b83e
}

.bg-fixed,
.bg-parallax {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

@media only screen and (max-device-width:1024px) {

	.bg-fixed,
	.bg-parallax {
		background-attachment: scroll
	}
}

.bg-parallax {
	transform: translateY(2.5%) scale(1.05);
	width: 97.5vw !important;
	margin-bottom: 3.5vh
}

.bg-parallax .container {
	transform: translateY(-2.5%) scale(.95);
	padding-left: calc(1.5% + 15px);
	padding-right: calc(1.5% + 15px)
}

@media (max-width:991.98px) {
	.bg-parallax .container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.section-overflowed {
	padding-bottom: 1.875rem
}

@media (min-width:992px) {
	.section-overflowed {
		padding-bottom: 7.5rem
	}
}

@media (min-width:1200px) {
	.section-overflowed {
		padding-bottom: 8.75rem
	}
}

.height-100pct,
.height-100vh,
.height-95pct,
.height-95vh,
.height-full,
nav.nav-utility+header.sticky-top+main>section.height-100vh,
nav.nav-utility+header.sticky-top~section.height-100vh {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px
}

.height-100vh {
	height: 100vh
}

.height-100pct {
	height: 100%
}

.height-full,
nav.nav-utility+header.sticky-top+main>section.height-100vh,
nav.nav-utility+header.sticky-top~section.height-100vh {
	height: calc(100vh - 1.9375rem - 4.125rem)
}

.height-95vh {
	height: 95vh
}

@media (max-width:1199.98px) {
	.height-95vh {
		height: 80vh
	}
}

.height-95pct,
section.height-100pct .container,
section.height-100vh .container,
section.height-300 .container,
section.height-500 .container,
section.height-800 .container,
section.height-95pct .container,
section.height-95vh .container {
	height: 100%
}

section.height-100pct .container .row-absolute-bottom,
section.height-100vh .container .row-absolute-bottom,
section.height-300 .container .row-absolute-bottom,
section.height-500 .container .row-absolute-bottom,
section.height-800 .container .row-absolute-bottom,
section.height-95pct .container .row-absolute-bottom,
section.height-95vh .container .row-absolute-bottom {
	position: absolute;
	bottom: 0;
	width: 100%
}

section.section-hero {
	float: left;
	padding: 0;
	width: 33.33%;
	position: relative;
	z-index: 2
}

section.section-hero.section-img {
	width: 66.66%
}

@media (min-width:1680px) {
	section.section-hero.section-img {
		width: 75%
	}
}

@media (max-width:1199.98px) {
	section.section-hero.section-img {
		width: 50%
	}
}

@media (max-width:767.98px) {
	section.section-hero.section-img {
		width: 33.33%
	}
}

@media (min-width:1680px) {
	section.section-hero {
		width: 25%
	}
}

@media (max-width:1199.98px) {
	section.section-hero {
		width: 50%
	}
}

@media (max-width:767.98px) {
	section.section-hero {
		width: 66.66%
	}
}

section.section-hero .container-fluid,
section.section-hero .container-lg,
section.section-hero .container-md,
section.section-hero .container-sm,
section.section-hero .container-xl,
section.section-hero .container-xxl {
	padding: 3.75rem 1.875rem 1.875rem
}

section.section-hero .row {
	position: relative
}

@media (max-width:1199.98px) {
	section.section-hero .row {
		padding: 1.875rem .9375rem;
		margin-left: -7.5rem;
		margin-top: 1.875rem
	}
}

section.section-hero.section-img {
	z-index: 1
}

.padding-section {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

section.no-padding>figure.width-100pct {
	margin: 0
}

section.no-padding>figure.width-100pct figcaption {
	padding-left: 15px;
	padding-right: 15px
}

.overlaySVG {
	z-index: 1;
	height: 100%;
	position: absolute;
	max-width: 596px;
	max-height: 596px
}

@media (max-width:991.98px) {
	.overlaySVG {
		display: none
	}
}

.overlaySVG svg {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100vw
}

.overlaySVG.stroke-primary-subtle svg g,
.overlaySVG.stroke-primary-subtle svg path {
	stroke: #f9cccf
}

.overlaySVG.stroke-secondary-subtle svg g,
.overlaySVG.stroke-secondary-subtle svg path {
	stroke: #dccdd2
}

.overlaySVG.stroke-info-subtle svg g,
.overlaySVG.stroke-info-subtle svg path {
	stroke: #cce1f1
}

.overlaySVG.stroke-success-subtle svg g,
.overlaySVG.stroke-success-subtle svg path {
	stroke: #cce9e1
}

.overlaySVG.stroke-warning-subtle svg g,
.overlaySVG.stroke-warning-subtle svg path {
	stroke: #fef1d8
}

.overlaySVG.stroke-danger-subtle svg g,
.overlaySVG.stroke-danger-subtle svg path {
	stroke: #ebd5d9
}

.overlaySVG.stroke-pink-subtle svg g,
.overlaySVG.stroke-pink-subtle svg path {
	stroke: #ffdde2
}

.overlaySVG.stroke-purple-subtle svg g,
.overlaySVG.stroke-purple-subtle svg path {
	stroke: #ddcaed
}

.overlaySVG.stroke-navy-subtle svg g,
.overlaySVG.stroke-navy-subtle svg path {
	stroke: #babfcf
}

.overlaySVG.stroke-white svg g,
.overlaySVG.stroke-white svg path {
	stroke: #fff
}

.overlaySVG.stroke-lightergray svg g,
.overlaySVG.stroke-lightergray svg path {
	stroke: #efeded
}

.overlaySVG.stroke-lightgray svg g,
.overlaySVG.stroke-lightgray svg path {
	stroke: #e4e2e1
}

.overlaySVG.stroke-gray svg g,
.overlaySVG.stroke-gray svg path {
	stroke: #c9c4c2
}

.overlaySVG.stroke-darkgray svg g,
.overlaySVG.stroke-darkgray svg path {
	stroke: #58595b
}

.overlaySVG.stroke-darkergray svg g,
.overlaySVG.stroke-darkergray svg path {
	stroke: #2c2d2e
}

.overlaySVG.stroke-black svg g,
.overlaySVG.stroke-black svg path {
	stroke: #000
}

.overlaySVG.stroke-primary svg g,
.overlaySVG.stroke-primary svg path {
	stroke: #e3000f
}

.overlaySVG.stroke-secondary svg g,
.overlaySVG.stroke-secondary svg path {
	stroke: #4f051f
}

.overlaySVG.stroke-info svg g,
.overlaySVG.stroke-info svg path {
	stroke: #006bb7
}

.overlaySVG.stroke-success svg g,
.overlaySVG.stroke-success svg path {
	stroke: #008f67
}

.overlaySVG.stroke-warning svg g,
.overlaySVG.stroke-warning svg path {
	stroke: #f9b83e
}

.overlaySVG.stroke-danger svg g,
.overlaySVG.stroke-danger svg path {
	stroke: #9c2b42
}

.overlaySVG.stroke-light svg g,
.overlaySVG.stroke-light svg path {
	stroke: #faf9f9
}

.overlaySVG.stroke-dark svg g,
.overlaySVG.stroke-dark svg path {
	stroke: #2c2d2e
}

.overlaySVG.stroke-brand svg g,
.overlaySVG.stroke-brand svg path {
	stroke: #e3000f
}

.overlaySVG.stroke-brand-mid svg g,
.overlaySVG.stroke-brand-mid svg path {
	stroke: #9c2b42
}

.overlaySVG.stroke-brand-dark svg g,
.overlaySVG.stroke-brand-dark svg path {
	stroke: #4f051f
}

.overlaySVG.stroke-navy svg g,
.overlaySVG.stroke-navy svg path {
	stroke: #19285f
}

.overlaySVG.stroke-blue svg g,
.overlaySVG.stroke-blue svg path {
	stroke: #006bb7
}

.overlaySVG.stroke-pink svg g,
.overlaySVG.stroke-pink svg path {
	stroke: #ff8c9e
}

.overlaySVG.stroke-purple svg g,
.overlaySVG.stroke-purple svg path {
	stroke: #8c4fc2
}

.overlaySVG.stroke-green svg g,
.overlaySVG.stroke-green svg path {
	stroke: #008f67
}

.overlaySVG.stroke-yellow svg g,
.overlaySVG.stroke-yellow svg path {
	stroke: #f9b83e
}

.overlaySVG.left-top {
	left: 0;
	top: 0;
	transform: scale(-1, -1)
}

.overlaySVG.left-bottom {
	left: 0;
	bottom: 0;
	transform: scaleX(-1)
}

.overlaySVG.right-bottom {
	right: 0;
	bottom: 0
}

.overlaySVG.right-top {
	right: 0;
	top: 0;
	transform: scaleY(-1)
}

section+.wave,
section+.wave-reverse {
	fill: #f4f3f3;
	margin-block: -1px
}

@media only screen and (max-width:420px) {

	section+.wave,
	section+.wave-reverse {
		width: 100%;
		height: 30px
	}
}

.bg-primary-subtle+.wave {
	fill: #f9cccf
}

.bg-primary-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #f9cccf
}

.wave:has(+.bg-primary-subtle) {
	background-color: #f9cccf
}

.wave-reverse:has(+.bg-primary-subtle) {
	transform: rotate(180deg);
	fill: #f9cccf
}

.bg-secondary-subtle+.wave {
	fill: #dccdd2
}

.bg-secondary-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #dccdd2
}

.wave:has(+.bg-secondary-subtle) {
	background-color: #dccdd2
}

.wave-reverse:has(+.bg-secondary-subtle) {
	transform: rotate(180deg);
	fill: #dccdd2
}

.bg-info-subtle+.wave {
	fill: #cce1f1
}

.bg-info-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #cce1f1
}

.wave:has(+.bg-info-subtle) {
	background-color: #cce1f1
}

.wave-reverse:has(+.bg-info-subtle) {
	transform: rotate(180deg);
	fill: #cce1f1
}

.bg-success-subtle+.wave {
	fill: #cce9e1
}

.bg-success-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #cce9e1
}

.wave:has(+.bg-success-subtle) {
	background-color: #cce9e1
}

.wave-reverse:has(+.bg-success-subtle) {
	transform: rotate(180deg);
	fill: #cce9e1
}

.bg-warning-subtle+.wave {
	fill: #fef1d8
}

.bg-warning-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #fef1d8
}

.wave:has(+.bg-warning-subtle) {
	background-color: #fef1d8
}

.wave-reverse:has(+.bg-warning-subtle) {
	transform: rotate(180deg);
	fill: #fef1d8
}

.bg-danger-subtle+.wave {
	fill: #ebd5d9
}

.bg-danger-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #ebd5d9
}

.wave:has(+.bg-danger-subtle) {
	background-color: #ebd5d9
}

.wave-reverse:has(+.bg-danger-subtle) {
	transform: rotate(180deg);
	fill: #ebd5d9
}

.bg-pink-subtle+.wave {
	fill: #ffdde2
}

.bg-pink-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #ffdde2
}

.wave:has(+.bg-pink-subtle) {
	background-color: #ffdde2
}

.wave-reverse:has(+.bg-pink-subtle) {
	transform: rotate(180deg);
	fill: #ffdde2
}

.bg-purple-subtle+.wave {
	fill: #ddcaed
}

.bg-purple-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #ddcaed
}

.wave:has(+.bg-purple-subtle) {
	background-color: #ddcaed
}

.wave-reverse:has(+.bg-purple-subtle) {
	transform: rotate(180deg);
	fill: #ddcaed
}

.bg-navy-subtle+.wave {
	fill: #babfcf
}

.bg-navy-subtle+.wave-reverse {
	transform: rotate(180deg);
	background-color: #babfcf
}

.wave:has(+.bg-navy-subtle) {
	background-color: #babfcf
}

.wave-reverse:has(+.bg-navy-subtle) {
	transform: rotate(180deg);
	fill: #babfcf
}

.bg-white+.wave {
	fill: #fff
}

.bg-white+.wave-reverse {
	transform: rotate(180deg);
	background-color: #fff
}

.wave:has(+.bg-white) {
	background-color: #fff
}

.wave-reverse:has(+.bg-white) {
	transform: rotate(180deg);
	fill: #fff
}

.bg-lightergray+.wave {
	fill: #efeded
}

.bg-lightergray+.wave-reverse {
	transform: rotate(180deg);
	background-color: #efeded
}

.wave:has(+.bg-lightergray) {
	background-color: #efeded
}

.wave-reverse:has(+.bg-lightergray) {
	transform: rotate(180deg);
	fill: #efeded
}

.bg-lightgray+.wave {
	fill: #e4e2e1
}

.bg-lightgray+.wave-reverse {
	transform: rotate(180deg);
	background-color: #e4e2e1
}

.wave:has(+.bg-lightgray) {
	background-color: #e4e2e1
}

.wave-reverse:has(+.bg-lightgray) {
	transform: rotate(180deg);
	fill: #e4e2e1
}

.bg-gray+.wave {
	fill: #c9c4c2
}

.bg-gray+.wave-reverse {
	transform: rotate(180deg);
	background-color: #c9c4c2
}

.wave:has(+.bg-gray) {
	background-color: #c9c4c2
}

.wave-reverse:has(+.bg-gray) {
	transform: rotate(180deg);
	fill: #c9c4c2
}

.bg-darkgray+.wave {
	fill: #58595b
}

.bg-darkgray+.wave-reverse {
	transform: rotate(180deg);
	background-color: #58595b
}

.wave:has(+.bg-darkgray) {
	background-color: #58595b
}

.wave-reverse:has(+.bg-darkgray) {
	transform: rotate(180deg);
	fill: #58595b
}

.bg-darkergray+.wave {
	fill: #2c2d2e
}

.bg-darkergray+.wave-reverse {
	transform: rotate(180deg);
	background-color: #2c2d2e
}

.wave:has(+.bg-darkergray) {
	background-color: #2c2d2e
}

.wave-reverse:has(+.bg-darkergray) {
	transform: rotate(180deg);
	fill: #2c2d2e
}

.bg-black+.wave {
	fill: #000
}

.bg-black+.wave-reverse {
	transform: rotate(180deg);
	background-color: #000
}

.wave:has(+.bg-black) {
	background-color: #000
}

.wave-reverse:has(+.bg-black) {
	transform: rotate(180deg);
	fill: #000
}

.bg-primary+.wave {
	fill: #e3000f
}

.bg-primary+.wave-reverse {
	transform: rotate(180deg);
	background-color: #e3000f
}

.wave:has(+.bg-primary) {
	background-color: #e3000f
}

.wave-reverse:has(+.bg-primary) {
	transform: rotate(180deg);
	fill: #e3000f
}

.bg-secondary+.wave {
	fill: #4f051f
}

.bg-secondary+.wave-reverse {
	transform: rotate(180deg);
	background-color: #4f051f
}

.wave:has(+.bg-secondary) {
	background-color: #4f051f
}

.wave-reverse:has(+.bg-secondary) {
	transform: rotate(180deg);
	fill: #4f051f
}

.bg-info+.wave {
	fill: #006bb7
}

.bg-info+.wave-reverse {
	transform: rotate(180deg);
	background-color: #006bb7
}

.wave:has(+.bg-info) {
	background-color: #006bb7
}

.wave-reverse:has(+.bg-info) {
	transform: rotate(180deg);
	fill: #006bb7
}

.bg-success+.wave {
	fill: #008f67
}

.bg-success+.wave-reverse {
	transform: rotate(180deg);
	background-color: #008f67
}

.wave:has(+.bg-success) {
	background-color: #008f67
}

.wave-reverse:has(+.bg-success) {
	transform: rotate(180deg);
	fill: #008f67
}

.bg-warning+.wave {
	fill: #f9b83e
}

.bg-warning+.wave-reverse {
	transform: rotate(180deg);
	background-color: #f9b83e
}

.wave:has(+.bg-warning) {
	background-color: #f9b83e
}

.wave-reverse:has(+.bg-warning) {
	transform: rotate(180deg);
	fill: #f9b83e
}

.bg-danger+.wave {
	fill: #9c2b42
}

.bg-danger+.wave-reverse {
	transform: rotate(180deg);
	background-color: #9c2b42
}

.wave:has(+.bg-danger) {
	background-color: #9c2b42
}

.wave-reverse:has(+.bg-danger) {
	transform: rotate(180deg);
	fill: #9c2b42
}

.bg-light+.wave {
	fill: #faf9f9
}

.bg-light+.wave-reverse {
	transform: rotate(180deg);
	background-color: #faf9f9
}

.wave:has(+.bg-light) {
	background-color: #faf9f9
}

.wave-reverse:has(+.bg-light) {
	transform: rotate(180deg);
	fill: #faf9f9
}

.bg-dark+.wave {
	fill: #2c2d2e
}

.bg-dark+.wave-reverse {
	transform: rotate(180deg);
	background-color: #2c2d2e
}

.wave:has(+.bg-dark) {
	background-color: #2c2d2e
}

.wave-reverse:has(+.bg-dark) {
	transform: rotate(180deg);
	fill: #2c2d2e
}

.bg-brand+.wave {
	fill: #e3000f
}

.bg-brand+.wave-reverse {
	transform: rotate(180deg);
	background-color: #e3000f
}

.wave:has(+.bg-brand) {
	background-color: #e3000f
}

.wave-reverse:has(+.bg-brand) {
	transform: rotate(180deg);
	fill: #e3000f
}

.bg-brand-mid+.wave {
	fill: #9c2b42
}

.bg-brand-mid+.wave-reverse {
	transform: rotate(180deg);
	background-color: #9c2b42
}

.wave:has(+.bg-brand-mid) {
	background-color: #9c2b42
}

.wave-reverse:has(+.bg-brand-mid) {
	transform: rotate(180deg);
	fill: #9c2b42
}

.bg-brand-dark+.wave {
	fill: #4f051f
}

.bg-brand-dark+.wave-reverse {
	transform: rotate(180deg);
	background-color: #4f051f
}

.wave:has(+.bg-brand-dark) {
	background-color: #4f051f
}

.wave-reverse:has(+.bg-brand-dark) {
	transform: rotate(180deg);
	fill: #4f051f
}

.bg-navy+.wave {
	fill: #19285f
}

.bg-navy+.wave-reverse {
	transform: rotate(180deg);
	background-color: #19285f
}

.wave:has(+.bg-navy) {
	background-color: #19285f
}

.wave-reverse:has(+.bg-navy) {
	transform: rotate(180deg);
	fill: #19285f
}

.bg-blue+.wave {
	fill: #006bb7
}

.bg-blue+.wave-reverse {
	transform: rotate(180deg);
	background-color: #006bb7
}

.wave:has(+.bg-blue) {
	background-color: #006bb7
}

.wave-reverse:has(+.bg-blue) {
	transform: rotate(180deg);
	fill: #006bb7
}

.bg-pink+.wave {
	fill: #ff8c9e
}

.bg-pink+.wave-reverse {
	transform: rotate(180deg);
	background-color: #ff8c9e
}

.wave:has(+.bg-pink) {
	background-color: #ff8c9e
}

.wave-reverse:has(+.bg-pink) {
	transform: rotate(180deg);
	fill: #ff8c9e
}

.bg-purple+.wave {
	fill: #8c4fc2
}

.bg-purple+.wave-reverse {
	transform: rotate(180deg);
	background-color: #8c4fc2
}

.wave:has(+.bg-purple) {
	background-color: #8c4fc2
}

.wave-reverse:has(+.bg-purple) {
	transform: rotate(180deg);
	fill: #8c4fc2
}

.bg-green+.wave {
	fill: #008f67
}

.bg-green+.wave-reverse {
	transform: rotate(180deg);
	background-color: #008f67
}

.wave:has(+.bg-green) {
	background-color: #008f67
}

.wave-reverse:has(+.bg-green) {
	transform: rotate(180deg);
	fill: #008f67
}

.bg-yellow+.wave {
	fill: #f9b83e
}

.bg-yellow+.wave-reverse {
	transform: rotate(180deg);
	background-color: #f9b83e
}

.wave:has(+.bg-yellow) {
	background-color: #f9b83e
}

.wave-reverse:has(+.bg-yellow) {
	transform: rotate(180deg);
	fill: #f9b83e
}

.rubber {
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: #e3000f
}

.rubber .rubber-poweredby {
	position: absolute;
	right: 30px;
	top: 0;
	width: 32px;
	height: 5px;
	z-index: 4
}

.multicolumns {
	column-width: 250px
}

.multicolumns.multicolumn-2 {
	column-count: 2
}

.multicolumns.multicolumn-3 {
	column-count: 3
}

.multicolumns.multicolumn-4 {
	column-count: 4
}

.multicolumns.multicolumn-6 {
	column-count: 6
}

.multicolumns.column-rule {
	column-rule: 1px solid #ced4da;
	column-gap: 1.875rem
}

.multicolumns .h1,
.multicolumns .h2,
.multicolumns .h3,
.multicolumns .h4,
.multicolumns .h5,
.multicolumns .h6,
.multicolumns h1,
.multicolumns h2,
.multicolumns h3,
.multicolumns h4,
.multicolumns h5,
.multicolumns h6 {
	column-span: all
}

@media print {

	*,
	::after,
	::before {
		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
	}

	blockquote,
	pre {
		border: 1px solid #adb5bd
	}

	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}

	.h2,
	.h3,
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	.h2,
	.h3,
	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	.container,
	body {
		min-width: 992px !important
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}
}

html {
	font-size: clamp(1.125rem, 1.094rem + .156vw, 1.25rem)
}

@media (min-width:992px) and (max-width:1199.98px) {
	html {
		font-size: 1.0625rem
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	html {
		font-size: 1.125rem
	}
}

@media (min-width:1400px) and (max-width:1679.98px) {
	html {
		font-size: 1.1875rem
	}
}

@media (min-width:1680px) {
	html {
		font-size: 1.25rem
	}
}

* {
	font-variation-settings: "slnt" 0
}

.italic,
em {
	font-style: normal;
	font-variation-settings: "slnt" -10
}

:focus:not(:focus-visible) {
	border-color: transparent;
	outline: 0
}

@media (prefers-reduced-motion:no-preference) {
	@view-transition {
		navigation: auto
	}
}

a,
button {
	transition: color .25s;
	text-decoration: none
}

a:focus,
a:hover,
a:visited {
	text-decoration: underline;
	text-underline-offset: .15em
}

a:has([class^=bi-]:only-child):hover {
	text-decoration: none
}

.text-overflow-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	white-space: nowrap
}

.smaller {
	font-size: 75%
}

.smallest {
	font-size: 65%
}

.maxwidth-100pct {
	max-width: 100%
}

.maxwidth-50pct {
	max-width: 50%
}

@media (max-width:991.98px) {
	.maxwidth-50pct {
		max-width: 100%;
		width: 100%
	}
}

.label {
	padding: .25em .4em .15em;
	font-weight: 400;
	vertical-align: middle
}

.fit-to-row {
	margin: 1.875rem -1.875rem
}

@media (max-width:991.98px) {
	.text-center-sm {
		text-align: center !important
	}

	.text-center-sm .pull-left,
	.text-center-sm .pull-right {
		float: initial !important
	}
}

@media (max-width:1199.98px) {
	.text-center-md {
		text-align: center !important
	}

	.text-center-md .pull-left,
	.text-center-md .pull-right {
		float: initial !important
	}
}

@media (max-width:991.98px) {
	.text-left-sm {
		text-align: left !important
	}

	.text-left-sm .pull-left,
	.text-left-sm .pull-right {
		float: initial !important
	}
}

@media (max-width:1199.98px) {
	.text-left-md {
		text-align: left !important
	}

	.text-left-md .pull-left,
	.text-left-md .pull-right {
		float: initial !important
	}
}

@media (min-width:1200px) {
	.text-end-md {
		text-align: right
	}
}

.strong {
	font-weight: 700 !important
}

.w-5ch {
	width: 5ch !important
}

.w-10ch {
	width: 10ch !important
}

.w-15ch {
	width: 15ch !important
}

.w-20ch {
	width: 20ch !important
}

.w-30ch {
	width: 30ch !important
}

.w-auto {
	width: auto !important
}

.dropdown-menu a.dropdown-item:hover {
	color: #e3000f !important;
	text-decoration: none !important
}

.dropdown-menu a.dropdown-item.muted {
	color: var(--bs-tertiary-color)
}

.text-sm {
	font-size: .875em
}

.text-xs {
	font-size: .75em
}

@media (max-width:767.98px) {
	.text-xxs-smaller {
		font-size: .75em
	}

	.text-xxs-smallest {
		font-size: .5625em
	}
}

.text-normal {
	font-weight: 400
}

.text-md {
	font-size: 2rem
}

.text-lg {
	font-size: 4rem;
	line-height: 1.05
}

@media (max-width:767.98px) {
	.text-lg {
		font-size: 3rem
	}
}

.text-xl {
	font-size: 6rem;
	line-height: .63
}

@media (max-width:767.98px) {
	.text-xl {
		font-size: 4.5rem
	}
}

.text-xxl {
	font-size: 8rem;
	line-height: .63
}

@media (max-width:767.98px) {
	.text-xxl {
		font-size: 6rem
	}
}

.text-initial {
	text-transform: initial !important
}

.text-shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.text-shadow-light {
	text-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

.text-shadow-strong {
	text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.mark,
mark {
	background-color: #e3000f;
	color: #fff
}

.entry-description p.author .fn,
a.link-nav {
	color: #e9ecef
}

a.link-nav:focus,
a.link-nav:hover {
	color: #e3000f;
	text-decoration: none
}

a.link-nav.active,
a.link-nav:active {
	color: #e3000f;
	text-decoration: none
}

a.link-dark:hover {
	color: #e3000f !important;
	text-decoration-color: #e3000f !important
}

.block {
	display: block !important
}

.inline {
	display: inline !important
}

.inline-block {
	display: inline-block !important
}

@media (max-width:767.98px) {
	.block-xxs {
		display: block !important
	}

	.inline-xxs {
		display: inline !important
	}

	.inline-block-xxs {
		display: inline-block !important
	}
}

@media (max-width:991.98px) {
	.block-xs {
		display: block !important
	}

	.inline-xs {
		display: inline !important
	}

	.inline-block-xs {
		display: inline-block !important
	}
}

@media (max-width:1199.98px) {
	.block-sm {
		display: block !important
	}

	.inline-sm {
		display: inline !important
	}

	.inline-block-sm {
		display: inline-block !important
	}

	.block-md {
		display: block !important
	}

	.inline-md {
		display: inline !important
	}

	.inline-block-md {
		display: inline-block !important
	}
}

@media (min-width:1400px) {
	.block-lg {
		display: block !important
	}

	.inline-lg {
		display: inline !important
	}

	.inline-block-lg {
		display: inline-block !important
	}
}

.shadow-md {
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .075)
}

.no-hover:focus,
.no-hover:hover,
.no-hover:visited {
	text-decoration: none !important
}

.hover-zoom {
	display: block;
	cursor: pointer;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: transform .35s
}

.hover-zoom:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.text-brand-description {
	color: #bbb;
	padding: 0 15px 15px 100px;
	z-index: 5;
	font-size: 22px;
	line-height: 22px;
	width: 70%;
	position: relative;
	top: -40px
}

@media (max-width:1199.98px) {
	.text-brand-description {
		width: 100%
	}
}

@media (max-width:767.98px) {
	.text-brand-description {
		padding-left: 15px
	}
}

.fit-to-box {
	margin-left: -1rem;
	margin-right: -1rem
}

.fit-to-box table td:first-child {
	padding-left: 1rem
}

.fit-to-box table td:last-child {
	padding-right: 1rem
}

a.skip-navigation {
	margin: -30px 45%
}

a.skip-navigation:active,
a.skip-navigation:focus {
	margin: 7px 45%;
	position: fixed;
	z-index: 99999
}

.flex {
	display: flex;
	flex-wrap: wrap
}

.next a:hover::after,
.previous a:hover::before,
.section-back a:hover::before,
summary:hover {
	color: #b6000c
}

:where(ul, ol, dl, dt, dd, p, figure, blockquote) {
	hanging-punctuation: first last;
	text-wrap: pretty
}

@font-face {
	font-family: "bootstrap-icons";
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class*=" bi-"],
[class^=bi-] {
	font-family: "bootstrap-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

svg.isoicon {
	width: clamp(6.25rem, 5rem + 6.25vw, 10rem);
	margin-bottom: .9375rem
}

svg.isoicon * {
	stroke: #9c2b42;
	stroke-width: 2px
}

.bg-info svg.isoicon path,
.bg-primary svg.isoicon path,
.bg-secondary svg.isoicon path,
.bg-success svg.isoicon path {
	stroke: rgba(255, 255, 255, .5)
}

.bg-warning svg.isoicon path {
	stroke: rgba(0, 0, 0, .5)
}

.bg-blue svg.isoicon path,
.bg-brand svg.isoicon path,
.bg-brand-dark svg.isoicon path,
.bg-brand-mid svg.isoicon path,
.bg-danger svg.isoicon path,
.bg-navy svg.isoicon path {
	stroke: rgba(255, 255, 255, .5)
}

.bg-pink svg.isoicon path {
	stroke: rgba(0, 0, 0, .5)
}

.bg-green svg.isoicon path,
.bg-purple svg.isoicon path {
	stroke: rgba(255, 255, 255, .5)
}

.bg-yellow svg.isoicon path {
	stroke: rgba(0, 0, 0, .5)
}

.bg-black svg.isoicon path,
.bg-dark svg.isoicon path,
.bg-darkergray svg.isoicon path,
.bg-darkgray svg.isoicon path {
	stroke: rgba(255, 255, 255, .5)
}

.bi-search:before {
	content: "\e912"
}

.bi-cart-solid:before {
	content: "\e914"
}

.bi-cart:before {
	content: "\e915"
}

.bi-leaf-solid:before {
	content: "\e907"
}

.bi-leaf:before {
	content: "\e955"
}

.bi-arrow-down:before {
	content: "\f128"
}

.bi-arrow-left:before {
	content: "\f12f"
}

.bi-arrow-return-right:before {
	content: "\f132"
}

.bi-arrow-right-short:before {
	content: "\f135"
}

.bi-arrow-right:before {
	content: "\f138"
}

.bi-arrow-up:before {
	content: "\f148"
}

.bi-book:before {
	content: "\e909"
}

.bi-bookmark-fill:before {
	content: "\e908"
}

.bi-bookmark:before {
	content: "\e90e"
}

.bi-box-arrow-up-right:before {
	content: "\e90a"
}

.bi-briefcase:before {
	content: "\e90b"
}

.bi-bug:before {
	content: "\e90c"
}

.bi-calendar:before {
	content: "\e900"
}

.bi-camera:before {
	content: "\e90d"
}

.bi-check-circle-fill:before {
	content: "\e901"
}

.bi-check-circle:before {
	content: "\e903"
}

.bi-check-lg:before {
	content: "\e90f"
}

.bi-chevron-double-left:before {
	content: "\e910"
}

.bi-chevron-double-right:before {
	content: "\e911"
}

.bi-chevron-down:before {
	content: "\f282"
}

.bi-chevron-left:before {
	content: "\e913"
}

.bi-chevron-right:before {
	content: "\f285"
}

.bi-chevron-up:before {
	content: "\f286"
}

.bi-circle:before {
	content: "\e916"
}

.bi-clock:before {
	content: "\e917"
}

.bi-download:before {
	content: "\f30a"
}

.bi-envelope:before {
	content: "\e919"
}

.bi-exclamation-circle-fill:before {
	content: "\e918"
}

.bi-exclamation-circle:before {
	content: "\e943"
}

.bi-facebook:before {
	content: "\e91a"
}

.bi-file-text:before {
	content: "\e91b"
}

.bi-file-zip:before {
	content: "\e91c"
}

.bi-filetype-ai:before {
	content: "\e91d"
}

.bi-filetype-csv:before {
	content: "\e91e"
}

.bi-filetype-doc:before {
	content: "\e91f"
}

.bi-filetype-docx:before {
	content: "\e920"
}

.bi-filetype-gif:before {
	content: "\e921"
}

.bi-filetype-html:before {
	content: "\e922"
}

.bi-filetype-jpg:before {
	content: "\e923"
}

.bi-filetype-mp4:before {
	content: "\e924"
}

.bi-filetype-pdf:before {
	content: "\e925"
}

.bi-filetype-png:before {
	content: "\e926"
}

.bi-filetype-ppt:before {
	content: "\e927"
}

.bi-filetype-pptx:before {
	content: "\e928"
}

.bi-filetype-psd:before {
	content: "\e929"
}

.bi-filetype-svg:before {
	content: "\e902"
}

.bi-filetype-txt:before {
	content: "\e92a"
}

.bi-filetype-xls:before {
	content: "\e92b"
}

.bi-filetype-xlsx:before {
	content: "\e92c"
}

.bi-filetype-xml:before {
	content: "\e92d"
}

.bi-flag:before {
	content: "\e92e"
}

.bi-folder:before {
	content: "\e92f"
}

.bi-folder2-open:before {
	content: "\e930"
}

.bi-funnel:before {
	content: "\e931"
}

.bi-geo-alt:before {
	content: "\e932"
}

.bi-globe:before {
	content: "\e933"
}

.bi-grid-3x3-gap-fill:before {
	content: "\e934"
}

.bi-house:before {
	content: "\e935"
}

.bi-info-circle-fill:before {
	content: "\e94d"
}

.bi-info-circle:before {
	content: "\e936"
}

.bi-instagram:before {
	content: "\e937"
}

.bi-journal-text:before {
	content: "\e938"
}

.bi-lightbulb-fill:before {
	content: "\e94e"
}

.bi-lightbulb:before {
	content: "\e94f"
}

.bi-link:before {
	content: "\f471"
}

.bi-linkedin:before {
	content: "\e939"
}

.bi-list:before {
	content: "\e93a"
}

.bi-mortarboard-fill:before {
	content: "\e950"
}

.bi-mortarboard:before {
	content: "\e93b"
}

.bi-newspaper:before {
	content: "\e93c"
}

.bi-person-circle:before {
	content: "\e904"
}

.bi-person:before {
	content: "\e93d"
}

.bi-play-circle:before {
	content: "\e93e"
}

.bi-play:before {
	content: "\e93f"
}

.bi-plus-lg:before {
	content: "\e940"
}

.bi-quote:before {
	content: "\f6b0"
}

.bi-record-circle:before {
	content: "\e941"
}

.bi-rss-fill:before {
	content: "\e942"
}

.bi-signpost-split:before {
	content: "\e944"
}

.bi-slash-circle:before {
	content: "\e945"
}

.bi-tag-fill:before {
	content: "\e951"
}

.bi-tag:before {
	content: "\e952"
}

.bi-tags-fill:before {
	content: "\e953"
}

.bi-tags:before {
	content: "\e946"
}

.bi-tiktok:before {
	content: "\e947"
}

.bi-trash3:before {
	content: "\e905"
}

.bi-twitter-og:before {
	content: "\e948"
}

.bi-vimeo:before {
	content: "\e954"
}

.bi-x-circle:before {
	content: "\e906"
}

.bi-x-lg:before {
	content: "\e949"
}

.bi-x:before {
	content: "\e94a"
}

.bi-youtube:before {
	content: "\e94b"
}

.bi-zoom-in:before {
	content: "\e94c"
}

.bi-twitter:before {
	content: "\e956"
}

.bi-flickr:before {
	content: "\e957"
}

.bi-file-pdf-regular:before {
	content: "\e96a"
}

.bi-file-regular:before {
	content: "\e959"
}

.bi-files-regular:before {
	content: "\e95c"
}

.bi-box-open-regular:before {
	content: "\e95a"
}

.bi-plus-solid:before {
	content: "\e95b"
}

.bi-xmark-large-regular:before {
	content: "\e961"
}

.bi-xmark-regular:before {
	content: "\e960"
}

.bi-cube-regular:before {
	content: "\e95d"
}

.bi-envelope-regular:before {
	content: "\e95e"
}

.bi-box-archive-regular:before {
	content: "\e95f"
}

.bi-book-regular:before {
	content: "\e962"
}

.bi-box-regular:before {
	content: "\e963"
}

.bi-lightbulb-regular:before {
	content: "\e964"
}

.bi-circle-question-regular:before {
	content: "\e965"
}

.bi-circle-info-regular:before {
	content: "\e966"
}

.bi-square-question-regular:before {
	content: "\e967"
}

.bi-square-info-regular:before {
	content: "\e968"
}

.bi-circle-exclamation-regular:before {
	content: "\e969"
}

.bi-mic-fill:before {
	content: "\e96c"
}

.bi-mic:before {
	content: "\e96d"
}

.bi-chat:before {
	content: "\e96b"
}

.bi-lock-solid:before {
	content: "\e96e"
}

.bi-lock-regular:before {
	content: "\e96f"
}

.bi-arrow-down-to-line-light:before {
	content: "\e973"
}

.bi-arrow-down-to-line-regular:before {
	content: "\e974"
}

.bi-registration:before {
	content: "\e975"
}

.bi-registration-light:before {
	content: "\e976"
}

.bi-badge-percent-fill:before {
	content: "\e977"
}

.bi-badge-percent-light:before {
	content: "\e978"
}

.bi-badge-percent:before {
	content: "\e979"
}

.bi-bluesky:before {
	content: "\e97a"
}

.bi-calendar-arrow-down-light:before {
	content: "\e97b"
}

.bi-calendar-arrow-down:before {
	content: "\e97c"
}

.bi-right-long-solid:before {
	content: "\e970"
}

.bi-angle-right-solid:before {
	content: "\e971"
}

.bi-arrow-right-solid:before {
	content: "\e972"
}

.bi-plus-circle-dotted:before {
	content: "\e97d"
}

.bi-arrows-vertical:before {
	content: "\e97f"
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(../fonts/inter/Inter-Thin.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-Thin.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(../fonts/inter/Inter-ThinItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-ThinItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(../fonts/inter/Inter-ExtraLight.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-ExtraLight.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(../fonts/inter/Inter-ExtraLightItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-ExtraLightItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/inter/Inter-Light.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-Light.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/inter/Inter-LightItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-LightItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/inter/Inter-Regular.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-Regular.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/inter/Inter-Italic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-Italic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/inter/Inter-Medium.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-Medium.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/inter/Inter-MediumItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-MediumItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/inter/Inter-SemiBold.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-SemiBold.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/inter/Inter-SemiBoldItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-SemiBoldItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/inter/Inter-Bold.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-Bold.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/inter/Inter-BoldItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-BoldItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/inter/Inter-ExtraBold.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-ExtraBold.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/inter/Inter-ExtraBoldItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-ExtraBoldItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/inter/Inter-Black.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-Black.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/inter/Inter-BlackItalic.woff2?v=3.19) format("woff2"), url(../fonts/inter/Inter-BlackItalic.woff?v=3.19) format("woff")
}

@font-face {
	font-family: "Inter var ISO";
	font-style: oblique 0deg 10deg;
	font-weight: 100 900;
	font-display: swap;
	src: url(../fonts/inter/Inter.var.woff2?v=3.19) format("woff2")
}

:root {
	--bs-body-font-family: "Inter", Arial, Helvetica, system-ui, sans-serif
}

@supports (font-variation-settings:normal) {
	:root {
		--bs-body-font-family: "Inter var ISO", Arial, Helvetica, system-ui, sans-serif
	}
}

abbr,
abbr[data-original-title],
abbr[title] {
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted #e3000f
}

.entry-social {
	font-size: 1rem;
	display: block;
	margin: 10px
}

.entry-social ul {
	margin-bottom: 0;
	padding-left: 0
}

.entry-social ul li {
	white-space: normal;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0
}

.entry-social ul li a {
	background: 0 0 !important;
	color: rgba(51, 51, 51, .5)
}

.entry-social ul li a:hover {
	color: #b6000c;
	-webkit-transition: color .5s;
	transition: color .5s
}

.entry-description .entry-social {
	float: right;
	text-align: right;
	margin: 0 0 0 1.875rem
}

@media (max-width:991.98px) {
	.entry-description .entry-social {
		float: none;
		text-align: left;
		margin: .9375rem 0 0
	}
}

.hentry header figure img.entry-image {
	width: 150px;
	height: auto
}

@media (max-width:991.98px) {
	.hentry header figure img.entry-image {
		width: 100px
	}
}

@media (max-width:767.98px) {
	.hentry header figure img.entry-image {
		float: none
	}
}

.hentry .entry-content blockquote.align-left>p {
	text-align: right;
	padding-right: 0
}

.hentry .entry-content figure p {
	max-width: initial
}

.hentry .h1,
.hentry .h2,
.hentry .h3,
.hentry .h4,
.hentry .h5,
.hentry .h6,
.hentry blockquote,
.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6,
.hentry li,
.hentry p,
.readable .h1,
.readable .h2,
.readable .h3,
.readable .h4,
.readable .h5,
.readable .h6,
.readable blockquote,
.readable h1,
.readable h2,
.readable h3,
.readable h4,
.readable h5,
.readable h6,
.readable li,
.readable p {
	max-width: 66ch
}

.hentry .text-center .h1,
.hentry .text-center .h2,
.hentry .text-center .h3,
.hentry .text-center .h4,
.hentry .text-center .h5,
.hentry .text-center .h6,
.hentry .text-center blockquote,
.hentry .text-center h1,
.hentry .text-center h2,
.hentry .text-center h3,
.hentry .text-center h4,
.hentry .text-center h5,
.hentry .text-center h6,
.hentry .text-center li,
.hentry .text-center p,
.readable .text-center .h1,
.readable .text-center .h2,
.readable .text-center .h3,
.readable .text-center .h4,
.readable .text-center .h5,
.readable .text-center .h6,
.readable .text-center blockquote,
.readable .text-center h1,
.readable .text-center h2,
.readable .text-center h3,
.readable .text-center h4,
.readable .text-center h5,
.readable .text-center h6,
.readable .text-center li,
.readable .text-center p {
	margin-inline: auto
}

.readable .width-120pct {
	max-width: calc(66ch + 20%)
}

.readable .width-100pct,
blockquote {
	max-width: 66ch
}

@media (min-width:992px) and (max-width:1199.98px) {
	.fs-readable {
		font-size: 1.17647059rem
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.fs-readable {
		font-size: 1.1111111rem
	}
}

@media (min-width:1400px) and (max-width:1679.98px) {
	.fs-readable {
		font-size: 1.05263158rem
	}
}

.entry-description p.author {
	float: left;
	display: block;
	margin-right: .3em;
	margin-bottom: 0
}

blockquote {
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #9c2b42;
	padding: 1rem;
	position: relative;
	line-height: 1.19
}

blockquote>p {
	font-size: clamp(1.25rem, 1.1591rem + .4545vw, 1.5rem);
	color: #9c2b42
}

blockquote>p:first-of-type {
	padding-right: clamp(4rem, 3.2727rem + 3.6364vw, 6rem)
}

blockquote>p:first-of-type:after {
	font-family: "bootstrap-icons";
	content: "\f6b0";
	position: absolute;
	right: 1rem;
	top: -.3em;
	color: #9c2b42;
	opacity: .5;
	transform: rotate(180deg);
	font-size: clamp(4rem, 3.2727rem + 3.6364vw, 6rem)
}

blockquote.blockquote-xl>p {
	font-size: calc(1.3324rem + .9888vw)
}

@media (min-width:1200px) {
	blockquote.blockquote-xl>p {
		font-size: 2.074rem
	}
}

blockquote.blockquote-xl>p:first-of-type {
	padding-right: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*1.5)
}

blockquote.blockquote-xl>p:first-of-type:after {
	font-size: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*1.5)
}

blockquote.blockquote-lg>p {
	font-size: calc(1.2978rem + .5736vw)
}

@media (min-width:1200px) {
	blockquote.blockquote-lg>p {
		font-size: 1.728rem
	}
}

blockquote.blockquote-lg>p:first-of-type {
	padding-right: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*1.2)
}

blockquote.blockquote-lg>p:first-of-type:after {
	font-size: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*1.2)
}

blockquote.blockquote-sm>p {
	font-size: 1.2rem
}

blockquote.blockquote-sm>p:first-of-type {
	padding-right: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*.8)
}

blockquote.blockquote-sm>p:first-of-type:after {
	font-size: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*.8)
}

blockquote.blockquote-xs>p {
	font-size: 1rem
}

blockquote.blockquote-xs>p:first-of-type {
	padding-right: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*.5)
}

blockquote.blockquote-xs>p:first-of-type:after {
	font-size: calc(clamp(4rem, 3.2727rem + 3.6364vw, 6rem)*.5)
}

blockquote :last-child {
	margin-bottom: 0
}

blockquote.no-quote p:after {
	content: none !important
}

blockquote.no-quote>p:first-of-type {
	padding-right: 0;
	padding-left: 0 !important
}

blockquote.epigraph>p {
	opacity: .75;
	font-weight: 700;
	hyphens: auto
}

blockquote.epigraph>p b,
blockquote.epigraph>p strong {
	font-weight: bolder
}

blockquote .blockquote-footer {
	margin-top: 1rem;
	color: #333
}

blockquote .blockquote-footer:after,
blockquote .blockquote-footer:before {
	content: ""
}

@media (min-width:768px) {

	.text-end blockquote,
	.text-lg-end blockquote,
	.text-md-end blockquote,
	.text-sm-end blockquote,
	.text-xl-end blockquote {
		border-width: 0 5px 0 0
	}

	.text-end blockquote>p:first-of-type,
	.text-lg-end blockquote>p:first-of-type,
	.text-md-end blockquote>p:first-of-type,
	.text-sm-end blockquote>p:first-of-type,
	.text-xl-end blockquote>p:first-of-type {
		padding-right: 0;
		padding-left: clamp(4rem, 3.2727rem + 3.6364vw, 6rem)
	}

	.text-end blockquote>p:first-of-type:after,
	.text-lg-end blockquote>p:first-of-type:after,
	.text-md-end blockquote>p:first-of-type:after,
	.text-sm-end blockquote>p:first-of-type:after,
	.text-xl-end blockquote>p:first-of-type:after {
		right: auto;
		left: 1rem;
		transform: rotate(0)
	}

	.text-end blockquote .vcard,
	.text-lg-end blockquote .vcard,
	.text-md-end blockquote .vcard,
	.text-sm-end blockquote .vcard,
	.text-xl-end blockquote .vcard {
		direction: rtl
	}

	.text-end blockquote .vcard .content-box,
	.text-lg-end blockquote .vcard .content-box,
	.text-md-end blockquote .vcard .content-box,
	.text-sm-end blockquote .vcard .content-box,
	.text-xl-end blockquote .vcard .content-box {
		text-align: right
	}
}

.text-center blockquote,
.text-sm-center blockquote {
	border-width: 0
}

.bg-info blockquote,
.bg-primary blockquote,
.bg-secondary blockquote,
.bg-success blockquote {
	border-color: rgba(255, 255, 255, .25)
}

.bg-info blockquote p:first-of-type:after,
.bg-primary blockquote p:first-of-type:after,
.bg-secondary blockquote p:first-of-type:after,
.bg-success blockquote p:first-of-type:after {
	color: rgba(255, 255, 255, .75)
}

.bg-info blockquote .blockquote-footer,
.bg-primary blockquote .blockquote-footer,
.bg-secondary blockquote .blockquote-footer,
.bg-success blockquote .blockquote-footer {
	color: rgba(255, 255, 255, .75)
}

.bg-info blockquote p,
.bg-primary blockquote p,
.bg-secondary blockquote p,
.bg-success blockquote p {
	color: #fff
}

.bg-warning blockquote {
	border-color: rgba(0, 0, 0, .25)
}

.bg-warning blockquote p:first-of-type:after {
	color: rgba(0, 0, 0, .75)
}

.bg-warning blockquote .blockquote-footer {
	color: rgba(0, 0, 0, .75)
}

.bg-warning blockquote p {
	color: #333
}

.bg-blue blockquote,
.bg-brand blockquote,
.bg-brand-dark blockquote,
.bg-brand-mid blockquote,
.bg-danger blockquote,
.bg-navy blockquote {
	border-color: rgba(255, 255, 255, .25)
}

.bg-blue blockquote p:first-of-type:after,
.bg-brand blockquote p:first-of-type:after,
.bg-brand-dark blockquote p:first-of-type:after,
.bg-brand-mid blockquote p:first-of-type:after,
.bg-danger blockquote p:first-of-type:after,
.bg-navy blockquote p:first-of-type:after {
	color: rgba(255, 255, 255, .75)
}

.bg-blue blockquote .blockquote-footer,
.bg-brand blockquote .blockquote-footer,
.bg-brand-dark blockquote .blockquote-footer,
.bg-brand-mid blockquote .blockquote-footer,
.bg-danger blockquote .blockquote-footer,
.bg-navy blockquote .blockquote-footer {
	color: rgba(255, 255, 255, .75)
}

.bg-blue blockquote p,
.bg-brand blockquote p,
.bg-brand-dark blockquote p,
.bg-brand-mid blockquote p,
.bg-danger blockquote p,
.bg-navy blockquote p {
	color: #fff
}

.bg-pink blockquote {
	border-color: rgba(0, 0, 0, .25)
}

.bg-pink blockquote p:first-of-type:after {
	color: rgba(0, 0, 0, .75)
}

.bg-pink blockquote .blockquote-footer {
	color: rgba(0, 0, 0, .75)
}

.bg-pink blockquote p {
	color: #333
}

.bg-green blockquote,
.bg-purple blockquote {
	border-color: rgba(255, 255, 255, .25)
}

.bg-green blockquote p:first-of-type:after,
.bg-purple blockquote p:first-of-type:after {
	color: rgba(255, 255, 255, .75)
}

.bg-green blockquote .blockquote-footer,
.bg-purple blockquote .blockquote-footer {
	color: rgba(255, 255, 255, .75)
}

.bg-green blockquote p,
.bg-purple blockquote p {
	color: #fff
}

.bg-yellow blockquote {
	border-color: rgba(0, 0, 0, .25)
}

.bg-yellow blockquote p:first-of-type:after {
	color: rgba(0, 0, 0, .75)
}

.bg-yellow blockquote .blockquote-footer {
	color: rgba(0, 0, 0, .75)
}

.bg-yellow blockquote p {
	color: #333
}

.bg-black blockquote,
.bg-dark blockquote,
.bg-darkergray blockquote,
.bg-darkgray blockquote {
	border-color: rgba(255, 255, 255, .25)
}

.bg-black blockquote p:first-of-type:after,
.bg-dark blockquote p:first-of-type:after,
.bg-darkergray blockquote p:first-of-type:after,
.bg-darkgray blockquote p:first-of-type:after {
	color: rgba(255, 255, 255, .75)
}

.bg-black blockquote .blockquote-footer,
.bg-dark blockquote .blockquote-footer,
.bg-darkergray blockquote .blockquote-footer,
.bg-darkgray blockquote .blockquote-footer {
	color: rgba(255, 255, 255, .75)
}

.bg-black blockquote p,
.bg-dark blockquote p,
.bg-darkergray blockquote p,
.bg-darkgray blockquote p {
	color: #fff
}

.bg-light blockquote,
.bg-lightergray blockquote,
.bg-lightgray blockquote,
.bg-white blockquote {
	border-color: #9c2b42
}

.bg-light blockquote p:first-of-type:after,
.bg-lightergray blockquote p:first-of-type:after,
.bg-lightgray blockquote p:first-of-type:after,
.bg-white blockquote p:first-of-type:after {
	color: #9c2b42
}

.bg-light blockquote .blockquote-footer,
.bg-lightergray blockquote .blockquote-footer,
.bg-lightgray blockquote .blockquote-footer,
.bg-white blockquote .blockquote-footer {
	color: rgba(0, 0, 0, .75)
}

.entry-description p.time {
	float: left;
	display: block
}

header.entry-header {
	margin-bottom: 2em;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

header.entry-header figure {
	margin-right: 1.2em;
	margin-bottom: 1.2em;
	border-radius: .5rem
}

header.entry-header .entry-description {
	margin-top: .5rem
}

.bg-info header.entry-header,
.bg-primary header.entry-header,
.bg-secondary header.entry-header,
.bg-success header.entry-header {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-warning header.entry-header,
header.entry-header {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-blue header.entry-header,
.bg-brand header.entry-header,
.bg-brand-dark header.entry-header,
.bg-brand-mid header.entry-header,
.bg-danger header.entry-header,
.bg-navy header.entry-header {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-pink header.entry-header {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-green header.entry-header,
.bg-purple header.entry-header {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-yellow header.entry-header {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-black header.entry-header,
.bg-dark header.entry-header,
.bg-darkergray header.entry-header,
.bg-darkgray header.entry-header {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.section-header {
	border-bottom: 1px solid #eee;
	padding-bottom: 2px
}

.card .badge-card,
.well .badge-card {
	margin-left: -1rem;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	padding-left: 1rem;
	padding-right: 1.25em;
	padding-block: .5em
}

.badge.badge-default {
	color: #333;
	background-color: rgba(0, 0, 0, .1)
}

.entry-comment p:last-child,
.entry-header p:last-child,
.entry-name p:last-child,
.entry-summary p:last-child,
.entry-title p:last-child {
	margin-bottom: 0
}

.entry-spotlight,
.entry-teaser {
	margin-bottom: 1.875rem
}

.entry-spotlight header,
.entry-teaser header {
	margin-bottom: 1em
}

.entry-spotlight header figure,
.entry-teaser header figure {
	overflow: hidden
}

.entry-meta {
	margin-bottom: .25em
}

.entry-header {
	margin-bottom: .16em
}

.entry-header .entry-name+.entry-title {
	margin-top: .1em !important
}

.entry-type {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px 3px
}

.bg-info .entry-type,
.bg-primary .entry-type,
.bg-secondary .entry-type,
.bg-success .entry-type {
	background-color: rgba(0, 0, 0, .25)
}

.bg-warning .entry-type {
	background-color: rgba(255, 255, 255, .25)
}

.bg-blue .entry-type,
.bg-brand .entry-type,
.bg-brand-dark .entry-type,
.bg-brand-mid .entry-type,
.bg-danger .entry-type,
.bg-navy .entry-type {
	background-color: rgba(0, 0, 0, .25)
}

.bg-pink .entry-type {
	background-color: rgba(255, 255, 255, .25)
}

.bg-green .entry-type,
.bg-purple .entry-type {
	background-color: rgba(0, 0, 0, .25)
}

.bg-yellow .entry-type {
	background-color: rgba(255, 255, 255, .25)
}

.bg-black .entry-type,
.bg-dark .entry-type,
.bg-darkergray .entry-type,
.bg-darkgray .entry-type,
hr {
	background-color: rgba(0, 0, 0, .25)
}

@media (max-width:991.98px) {
	.entry-description {
		clear: both
	}
}

.clamp-summary .entry-summary {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.entry-label {
	font-weight: 500
}

.entry-block,
.entry-label,
a:hover .hover-info {
	display: inline-block
}

.entry-teaser.is-blockquote .entry-header,
.entry-teaser.is-facebook .entry-header,
.entry-teaser.is-instagram .entry-header,
.entry-teaser.is-linkedin .entry-header,
.entry-teaser.is-tiktok .entry-header,
.entry-teaser.is-twitter .entry-header,
.entry-teaser.is-youtube .entry-header {
	border: 0;
	margin-bottom: .4444444em
}

.entry-teaser.is-blockquote .entry-content:empty,
.entry-teaser.is-facebook .entry-content:empty,
.entry-teaser.is-instagram .entry-content:empty,
.entry-teaser.is-linkedin .entry-content:empty,
.entry-teaser.is-tiktok .entry-content:empty,
.entry-teaser.is-twitter .entry-content:empty,
.entry-teaser.is-youtube .entry-content:empty,
table.dataTable tfoot:empty,
table.dataTable tfoot>tr>td div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot>tr>td div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot>tr>th div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot>tr>th div.dt-column-header span.dt-column-title:empty,
table.dataTable thead>tr>td div.dt-column-footer span.dt-column-title:empty,
table.dataTable thead>tr>td div.dt-column-header span.dt-column-title:empty,
table.dataTable thead>tr>th div.dt-column-footer span.dt-column-title:empty,
table.dataTable thead>tr>th div.dt-column-header span.dt-column-title:empty {
	display: none
}

.entry-teaser.is-blockquote .entry-description,
.entry-teaser.is-facebook .entry-description,
.entry-teaser.is-instagram .entry-description,
.entry-teaser.is-linkedin .entry-description,
.entry-teaser.is-tiktok .entry-description,
.entry-teaser.is-twitter .entry-description,
.entry-teaser.is-youtube .entry-description {
	display: flex;
	margin-top: 1rem;
	gap: 3px
}

.entry-teaser.is-blockquote figure,
.entry-teaser.is-blockquote figure img,
.entry-teaser.is-blockquote iframe,
.entry-teaser.is-blockquote video,
.entry-teaser.is-facebook figure,
.entry-teaser.is-facebook figure img,
.entry-teaser.is-facebook iframe,
.entry-teaser.is-facebook video,
.entry-teaser.is-instagram figure,
.entry-teaser.is-instagram figure img,
.entry-teaser.is-instagram iframe,
.entry-teaser.is-instagram video,
.entry-teaser.is-linkedin figure,
.entry-teaser.is-linkedin figure img,
.entry-teaser.is-linkedin iframe,
.entry-teaser.is-linkedin video,
.entry-teaser.is-tiktok figure,
.entry-teaser.is-tiktok figure img,
.entry-teaser.is-tiktok iframe,
.entry-teaser.is-tiktok video,
.entry-teaser.is-twitter figure,
.entry-teaser.is-twitter figure img,
.entry-teaser.is-twitter iframe,
.entry-teaser.is-twitter video,
.entry-teaser.is-youtube figure,
.entry-teaser.is-youtube figure img,
.entry-teaser.is-youtube iframe,
.entry-teaser.is-youtube video {
	border-radius: .5rem;
	overflow: unset
}

.entry-teaser.post-reverse .entry-description {
	justify-content: flex-end
}

.entry-teaser.post-reverse .h5,
.entry-teaser.post-reverse h5 {
	text-align: right
}

.entry-teaser.is-blockquote .h5,
.entry-teaser.is-blockquote h5,
.entry-teaser.is-twitter .h5,
.entry-teaser.is-twitter h5 {
	position: relative;
	text-indent: 1.6em
}

.entry-teaser.is-blockquote .h5:before,
.entry-teaser.is-blockquote h5:before,
.entry-teaser.is-twitter .h5:before,
.entry-teaser.is-twitter h5:before {
	position: absolute;
	font-family: "bootstrap-icons";
	content: "\f6b0";
	line-height: 1em;
	font-size: 2em;
	color: rgba(0, 0, 0, .25);
	left: -1em;
	top: -.25em
}

.tooltip-primary {
	--bs-tooltip-bg: var(--bs-primary);
	--bs-tooltip-color: white
}

.tooltip-danger.text-sm,
.tooltip-dark.text-sm,
.tooltip-info.text-sm,
.tooltip-light.text-sm,
.tooltip-primary.text-sm,
.tooltip-secondary.text-sm,
.tooltip-success.text-sm,
.tooltip-warning.text-sm {
	font-size: small
}

.tooltip-secondary {
	--bs-tooltip-bg: var(--bs-secondary);
	--bs-tooltip-color: white
}

.tooltip-info {
	--bs-tooltip-bg: var(--bs-info);
	--bs-tooltip-color: white
}

.tooltip-success {
	--bs-tooltip-bg: var(--bs-success);
	--bs-tooltip-color: white
}

.tooltip-warning {
	--bs-tooltip-bg: var(--bs-warning);
	--bs-tooltip-color: white;
	--bs-tooltip-color: black
}

.tooltip-danger {
	--bs-tooltip-bg: var(--bs-danger);
	--bs-tooltip-color: white
}

.tooltip-light {
	--bs-tooltip-bg: var(--bs-light);
	--bs-tooltip-color: white;
	--bs-tooltip-color: black
}

.tooltip-dark {
	--bs-tooltip-bg: var(--bs-dark);
	--bs-tooltip-color: white
}

a .hover-info {
	display: none
}

a:hover .hover-info::before {
	content: " "
}

.cart .card-header {
	--bs-card-inner-border-radius: 0.5rem
}

.cart.fade .modal-dialog {
	transform: scale(.8);
	transform-origin: top
}

@media (min-width:992px) {
	.cart.fade .modal-dialog {
		transform-origin: top right
	}
}

.cart.show .modal-dialog {
	transform: none
}

.cart .btn-link,
.cart .modal-dialog .cart-item-name a {
	color: #333
}

.cart .btn-close {
	--bs-btn-close-opacity: 0.8;
	--bs-btn-close-hover-opacity: 1;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}

@media (min-width:768px) {
	.cart .modal-dialog {
		margin-top: 2.4375rem
	}
}

@media (min-width:992px) {
	.cart .modal-dialog {
		margin-right: calc((100vw - 960px)/2 + .9375rem)
	}
}

@media (min-width:1200px) {
	.cart .modal-dialog {
		margin-right: calc((100vw - 1140px)/2 + .9375rem)
	}
}

@media (min-width:1400px) {
	.cart .modal-dialog {
		margin-right: calc((100vw - 1320px)/2 + .9375rem)
	}
}

@media (min-width:1680px) {
	.cart .modal-dialog {
		margin-right: calc((100vw - 1584px)/2 + .9375rem)
	}
}

.cart .modal-dialog .modal-body {
	padding-block: 0
}

.cart .modal-dialog .modal-content {
	border: 0
}

.cart .modal-dialog .modal-title {
	font-size: 18px;
	font-weight: 700
}

.statistic {
	padding-top: 15px;
	padding-bottom: 15px
}

.statistic .number {
	font-size: clamp(5rem, -4.538rem + 13.385vw, 7rem);
	letter-spacing: -5px;
	line-height: 1em;
	margin-left: -8px;
	margin-right: 5px;
	font-weight: 600;
	white-space: nowrap
}

.statistic .number.small {
	font-size: 75px
}

.statistic .number a:active,
.statistic .number a:hover,
.statistic .number a:link,
.statistic .number a:visited {
	text-decoration: none
}

.statistic .number a:hover {
	font-weight: bolder
}

.statistic .unit {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 1em;
	margin-bottom: 7px;
	display: inline-block
}

.statistic .description {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 7px
}

.card>.statistic:first-child,
.well>.statistic:first-child {
	padding-top: 0
}

.circle figcaption,
.text-center .statistic {
	text-align: center
}

.bg-white .statistic .number {
	color: #4f051f
}

.bg-white .statistic .description {
	border-top-color: rgba(0, 0, 0, .1)
}

.bg-light .statistic .number {
	color: #4f051f
}

.bg-light .statistic .description {
	border-top-color: rgba(0, 0, 0, .1)
}

.bg-lightergray .statistic .number {
	color: #4f051f
}

.bg-lightergray .statistic .description {
	border-top-color: rgba(0, 0, 0, .1)
}

.bg-lightgray .statistic .number {
	color: #4f051f
}

.bg-lightgray .statistic .description {
	border-top-color: rgba(0, 0, 0, .1)
}

.bg-black .statistic .description,
.bg-blue .statistic .description,
.bg-brand .statistic .description,
.bg-brand-dark .statistic .description,
.bg-brand-mid .statistic .description,
.bg-danger .statistic .description,
.bg-dark .statistic .description,
.bg-darkergray .statistic .description,
.bg-darkgray .statistic .description,
.bg-green .statistic .description,
.bg-info .statistic .description,
.bg-navy .statistic .description,
.bg-pink .statistic .description,
.bg-primary .statistic .description,
.bg-purple .statistic .description,
.bg-secondary .statistic .description,
.bg-success .statistic .description,
.bg-warning .statistic .description,
.bg-yellow .statistic .description {
	border-top-color: rgba(255, 255, 255, .1)
}

p.dropcap:first-letter {
	font-size: 5rem;
	float: left;
	margin: 0 .05em 0 0;
	line-height: .9;
	font-weight: 700
}

p.dropcap.lead:first-letter {
	font-size: 8rem
}

.accordion-item {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.accordion-item .accordion-button {
	gap: 1.5em;
	line-height: 1.4
}

.accordion-item .accordion-button:hover {
	color: #e3000f
}

.accordion-item .accordion-button:after {
	font-family: "bootstrap-icons" !important;
	content: "\f282"
}

.accordion-item .accordion-button:not(.collapsed) {
	background-color: rgba(0, 0, 0, .05);
	box-shadow: none
}

.accordion-item .accordion-body {
	background-color: transparent;
	color: #333
}

.accordion-item .accordion-body>p:last-of-type {
	margin-bottom: 0
}

.accordion-item .accordion-button.disabled {
	background-color: #fafafa;
	cursor: not-allowed;
	color: rgba(51, 51, 51, .5)
}

.accordion-item .accordion-button.disabled:after {
	content: none
}

.accordion {
	margin-bottom: 1.875rem
}

.accordion.faqs .accordion-body,
.accordion.faqs button {
	padding-inline: 0;
	background-color: transparent !important
}

.accordion.faqs button {
	font-weight: 500
}

.accordion.faqs .accordion-collapse .accordion-body {
	padding-top: 0
}

.alert-info .accordion-item,
.alert-primary .accordion-item,
.alert-secondary .accordion-item,
.alert-success .accordion-item,
.bg-info .accordion-item,
.bg-primary .accordion-item,
.bg-secondary .accordion-item,
.bg-success .accordion-item {
	border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.alert-primary .accordion-item .accordion-button,
.bg-primary .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-primary .accordion-item .accordion-button:not(.collapsed),
.bg-primary .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-black .accordion-item .accordion-button:after svg,
.alert-blue .accordion-item .accordion-button:after svg,
.alert-brand .accordion-item .accordion-button:after svg,
.alert-brand-dark .accordion-item .accordion-button:after svg,
.alert-brand-mid .accordion-item .accordion-button:after svg,
.alert-danger .accordion-item .accordion-button:after svg,
.alert-dark .accordion-item .accordion-button:after svg,
.alert-darkergray .accordion-item .accordion-button:after svg,
.alert-darkgray .accordion-item .accordion-button:after svg,
.alert-green .accordion-item .accordion-button:after svg,
.alert-info .accordion-item .accordion-button:after svg,
.alert-navy .accordion-item .accordion-button:after svg,
.alert-pink .accordion-item .accordion-button:after svg,
.alert-primary .accordion-item .accordion-button:after svg,
.alert-purple .accordion-item .accordion-button:after svg,
.alert-secondary .accordion-item .accordion-button:after svg,
.alert-success .accordion-item .accordion-button:after svg,
.alert-warning .accordion-item .accordion-button:after svg,
.alert-yellow .accordion-item .accordion-button:after svg,
.bg-black .accordion-item .accordion-button:after svg,
.bg-blue .accordion-item .accordion-button:after svg,
.bg-brand .accordion-item .accordion-button:after svg,
.bg-brand-dark .accordion-item .accordion-button:after svg,
.bg-brand-mid .accordion-item .accordion-button:after svg,
.bg-danger .accordion-item .accordion-button:after svg,
.bg-dark .accordion-item .accordion-button:after svg,
.bg-darkergray .accordion-item .accordion-button:after svg,
.bg-darkgray .accordion-item .accordion-button:after svg,
.bg-green .accordion-item .accordion-button:after svg,
.bg-info .accordion-item .accordion-button:after svg,
.bg-navy .accordion-item .accordion-button:after svg,
.bg-pink .accordion-item .accordion-button:after svg,
.bg-primary .accordion-item .accordion-button:after svg,
.bg-purple .accordion-item .accordion-button:after svg,
.bg-secondary .accordion-item .accordion-button:after svg,
.bg-success .accordion-item .accordion-button:after svg,
.bg-warning .accordion-item .accordion-button:after svg,
.bg-yellow .accordion-item .accordion-button:after svg {
	fill: rgba(255, 255, 255, .75)
}

.alert-primary .accordion-item .accordion-body,
.bg-primary .accordion-item .accordion-body {
	color: #fff
}

.alert-primary .card .accordion-item,
.alert-primary .well .accordion-item,
.bg-primary .card .accordion-item,
.bg-primary .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-primary .card .accordion-item .accordion-button,
.alert-primary .well .accordion-item .accordion-button,
.bg-primary .card .accordion-item .accordion-button,
.bg-primary .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-black .card .accordion-item .accordion-button:not(.collapsed),
.alert-black .well .accordion-item .accordion-button:not(.collapsed),
.alert-blue .card .accordion-item .accordion-button:not(.collapsed),
.alert-blue .well .accordion-item .accordion-button:not(.collapsed),
.alert-brand .card .accordion-item .accordion-button:not(.collapsed),
.alert-brand .well .accordion-item .accordion-button:not(.collapsed),
.alert-brand-dark .card .accordion-item .accordion-button:not(.collapsed),
.alert-brand-dark .well .accordion-item .accordion-button:not(.collapsed),
.alert-brand-mid .card .accordion-item .accordion-button:not(.collapsed),
.alert-brand-mid .well .accordion-item .accordion-button:not(.collapsed),
.alert-danger .card .accordion-item .accordion-button:not(.collapsed),
.alert-danger .well .accordion-item .accordion-button:not(.collapsed),
.alert-dark .card .accordion-item .accordion-button:not(.collapsed),
.alert-dark .well .accordion-item .accordion-button:not(.collapsed),
.alert-darkergray .card .accordion-item .accordion-button:not(.collapsed),
.alert-darkergray .well .accordion-item .accordion-button:not(.collapsed),
.alert-darkgray .card .accordion-item .accordion-button:not(.collapsed),
.alert-darkgray .well .accordion-item .accordion-button:not(.collapsed),
.alert-green .card .accordion-item .accordion-button:not(.collapsed),
.alert-green .well .accordion-item .accordion-button:not(.collapsed),
.alert-info .card .accordion-item .accordion-button:not(.collapsed),
.alert-info .well .accordion-item .accordion-button:not(.collapsed),
.alert-navy .card .accordion-item .accordion-button:not(.collapsed),
.alert-navy .well .accordion-item .accordion-button:not(.collapsed),
.alert-pink .card .accordion-item .accordion-button:not(.collapsed),
.alert-pink .well .accordion-item .accordion-button:not(.collapsed),
.alert-primary .card .accordion-item .accordion-button:not(.collapsed),
.alert-primary .well .accordion-item .accordion-button:not(.collapsed),
.alert-purple .card .accordion-item .accordion-button:not(.collapsed),
.alert-purple .well .accordion-item .accordion-button:not(.collapsed),
.alert-secondary .card .accordion-item .accordion-button:not(.collapsed),
.alert-secondary .well .accordion-item .accordion-button:not(.collapsed),
.alert-success .card .accordion-item .accordion-button:not(.collapsed),
.alert-success .well .accordion-item .accordion-button:not(.collapsed),
.alert-warning .card .accordion-item .accordion-button:not(.collapsed),
.alert-warning .well .accordion-item .accordion-button:not(.collapsed),
.alert-yellow .card .accordion-item .accordion-button:not(.collapsed),
.alert-yellow .well .accordion-item .accordion-button:not(.collapsed),
.bg-black .card .accordion-item .accordion-button:not(.collapsed),
.bg-black .well .accordion-item .accordion-button:not(.collapsed),
.bg-blue .card .accordion-item .accordion-button:not(.collapsed),
.bg-blue .well .accordion-item .accordion-button:not(.collapsed),
.bg-brand .card .accordion-item .accordion-button:not(.collapsed),
.bg-brand .well .accordion-item .accordion-button:not(.collapsed),
.bg-brand-dark .card .accordion-item .accordion-button:not(.collapsed),
.bg-brand-dark .well .accordion-item .accordion-button:not(.collapsed),
.bg-brand-mid .card .accordion-item .accordion-button:not(.collapsed),
.bg-brand-mid .well .accordion-item .accordion-button:not(.collapsed),
.bg-danger .card .accordion-item .accordion-button:not(.collapsed),
.bg-danger .well .accordion-item .accordion-button:not(.collapsed),
.bg-dark .card .accordion-item .accordion-button:not(.collapsed),
.bg-dark .well .accordion-item .accordion-button:not(.collapsed),
.bg-darkergray .card .accordion-item .accordion-button:not(.collapsed),
.bg-darkergray .well .accordion-item .accordion-button:not(.collapsed),
.bg-darkgray .card .accordion-item .accordion-button:not(.collapsed),
.bg-darkgray .well .accordion-item .accordion-button:not(.collapsed),
.bg-green .card .accordion-item .accordion-button:not(.collapsed),
.bg-green .well .accordion-item .accordion-button:not(.collapsed),
.bg-info .card .accordion-item .accordion-button:not(.collapsed),
.bg-info .well .accordion-item .accordion-button:not(.collapsed),
.bg-navy .card .accordion-item .accordion-button:not(.collapsed),
.bg-navy .well .accordion-item .accordion-button:not(.collapsed),
.bg-pink .card .accordion-item .accordion-button:not(.collapsed),
.bg-pink .well .accordion-item .accordion-button:not(.collapsed),
.bg-primary .card .accordion-item .accordion-button:not(.collapsed),
.bg-primary .well .accordion-item .accordion-button:not(.collapsed),
.bg-purple .card .accordion-item .accordion-button:not(.collapsed),
.bg-purple .well .accordion-item .accordion-button:not(.collapsed),
.bg-secondary .card .accordion-item .accordion-button:not(.collapsed),
.bg-secondary .well .accordion-item .accordion-button:not(.collapsed),
.bg-success .card .accordion-item .accordion-button:not(.collapsed),
.bg-success .well .accordion-item .accordion-button:not(.collapsed),
.bg-warning .card .accordion-item .accordion-button:not(.collapsed),
.bg-warning .well .accordion-item .accordion-button:not(.collapsed),
.bg-yellow .card .accordion-item .accordion-button:not(.collapsed),
.bg-yellow .well .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(0, 0, 0, .75);
	background-color: rgba(255, 255, 255, .1)
}

.alert-primary .card .accordion-item .accordion-body,
.alert-primary .well .accordion-item .accordion-body,
.bg-primary .card .accordion-item .accordion-body,
.bg-primary .well .accordion-item .accordion-body {
	color: #333
}

.alert-secondary .accordion-item .accordion-button,
.bg-secondary .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-secondary .accordion-item .accordion-button:not(.collapsed),
.bg-secondary .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-secondary .accordion-item .accordion-body,
.bg-secondary .accordion-item .accordion-body {
	color: #fff
}

.alert-secondary .card .accordion-item,
.alert-secondary .well .accordion-item,
.bg-secondary .card .accordion-item,
.bg-secondary .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-secondary .card .accordion-item .accordion-button,
.alert-secondary .well .accordion-item .accordion-button,
.bg-secondary .card .accordion-item .accordion-button,
.bg-secondary .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-secondary .card .accordion-item .accordion-body,
.alert-secondary .well .accordion-item .accordion-body,
.bg-secondary .card .accordion-item .accordion-body,
.bg-secondary .well .accordion-item .accordion-body {
	color: #333
}

.alert-info .accordion-item .accordion-button,
.bg-info .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-info .accordion-item .accordion-button:not(.collapsed),
.bg-info .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-info .accordion-item .accordion-body,
.bg-info .accordion-item .accordion-body {
	color: #fff
}

.alert-info .card .accordion-item,
.alert-info .well .accordion-item,
.bg-info .card .accordion-item,
.bg-info .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-info .card .accordion-item .accordion-button,
.alert-info .well .accordion-item .accordion-button,
.bg-info .card .accordion-item .accordion-button,
.bg-info .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-info .card .accordion-item .accordion-body,
.alert-info .well .accordion-item .accordion-body,
.bg-info .card .accordion-item .accordion-body,
.bg-info .well .accordion-item .accordion-body {
	color: #333
}

.alert-success .accordion-item .accordion-button,
.bg-success .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-success .accordion-item .accordion-button:not(.collapsed),
.bg-success .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-success .accordion-item .accordion-body,
.bg-success .accordion-item .accordion-body {
	color: #fff
}

.alert-success .card .accordion-item,
.alert-success .well .accordion-item,
.alert-warning .accordion-item,
.bg-success .card .accordion-item,
.bg-success .well .accordion-item,
.bg-warning .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-success .card .accordion-item .accordion-button,
.alert-success .well .accordion-item .accordion-button,
.bg-success .card .accordion-item .accordion-button,
.bg-success .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-success .card .accordion-item .accordion-body,
.alert-success .well .accordion-item .accordion-body,
.bg-success .card .accordion-item .accordion-body,
.bg-success .well .accordion-item .accordion-body {
	color: #333
}

.alert-warning .accordion-item .accordion-button:not(.collapsed),
.bg-warning .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(0, 0, 0, .75);
	background-color: rgba(255, 255, 255, .1)
}

.alert-warning .accordion-item .accordion-button,
.alert-warning .card .accordion-item .accordion-button,
.alert-warning .well .accordion-item .accordion-button,
.bg-warning .accordion-item .accordion-button,
.bg-warning .card .accordion-item .accordion-button,
.bg-warning .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-warning .accordion-item .accordion-body,
.alert-warning .card .accordion-item .accordion-body,
.alert-warning .well .accordion-item .accordion-body,
.bg-warning .accordion-item .accordion-body,
.bg-warning .card .accordion-item .accordion-body,
.bg-warning .well .accordion-item .accordion-body {
	color: #333
}

.alert-warning .card .accordion-item,
.alert-warning .well .accordion-item,
.bg-warning .card .accordion-item,
.bg-warning .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-blue .accordion-item,
.alert-brand .accordion-item,
.alert-brand-dark .accordion-item,
.alert-brand-mid .accordion-item,
.alert-danger .accordion-item,
.alert-navy .accordion-item,
.bg-blue .accordion-item,
.bg-brand .accordion-item,
.bg-brand-dark .accordion-item,
.bg-brand-mid .accordion-item,
.bg-danger .accordion-item,
.bg-navy .accordion-item {
	border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.alert-danger .accordion-item .accordion-button,
.bg-danger .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-danger .accordion-item .accordion-button:not(.collapsed),
.bg-danger .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-danger .accordion-item .accordion-body,
.bg-danger .accordion-item .accordion-body {
	color: #fff
}

.alert-danger .card .accordion-item,
.alert-danger .well .accordion-item,
.bg-danger .card .accordion-item,
.bg-danger .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-danger .card .accordion-item .accordion-button,
.alert-danger .well .accordion-item .accordion-button,
.bg-danger .card .accordion-item .accordion-button,
.bg-danger .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-danger .card .accordion-item .accordion-body,
.alert-danger .well .accordion-item .accordion-body,
.bg-danger .card .accordion-item .accordion-body,
.bg-danger .well .accordion-item .accordion-body {
	color: #333
}

.alert-brand .accordion-item .accordion-button,
.bg-brand .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-brand .accordion-item .accordion-button:not(.collapsed),
.bg-brand .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-brand .accordion-item .accordion-body,
.bg-brand .accordion-item .accordion-body {
	color: #fff
}

.alert-brand .card .accordion-item,
.alert-brand .well .accordion-item,
.bg-brand .card .accordion-item,
.bg-brand .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-brand .card .accordion-item .accordion-button,
.alert-brand .well .accordion-item .accordion-button,
.bg-brand .card .accordion-item .accordion-button,
.bg-brand .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-brand .card .accordion-item .accordion-body,
.alert-brand .well .accordion-item .accordion-body,
.bg-brand .card .accordion-item .accordion-body,
.bg-brand .well .accordion-item .accordion-body {
	color: #333
}

.alert-brand-mid .accordion-item .accordion-button,
.bg-brand-mid .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-brand-mid .accordion-item .accordion-button:not(.collapsed),
.bg-brand-mid .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-brand-mid .accordion-item .accordion-body,
.bg-brand-mid .accordion-item .accordion-body {
	color: #fff
}

.alert-brand-mid .card .accordion-item,
.alert-brand-mid .well .accordion-item,
.bg-brand-mid .card .accordion-item,
.bg-brand-mid .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-brand-mid .card .accordion-item .accordion-button,
.alert-brand-mid .well .accordion-item .accordion-button,
.bg-brand-mid .card .accordion-item .accordion-button,
.bg-brand-mid .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-brand-mid .card .accordion-item .accordion-body,
.alert-brand-mid .well .accordion-item .accordion-body,
.bg-brand-mid .card .accordion-item .accordion-body,
.bg-brand-mid .well .accordion-item .accordion-body {
	color: #333
}

.alert-brand-dark .accordion-item .accordion-button,
.bg-brand-dark .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-brand-dark .accordion-item .accordion-button:not(.collapsed),
.bg-brand-dark .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-brand-dark .accordion-item .accordion-body,
.bg-brand-dark .accordion-item .accordion-body {
	color: #fff
}

.alert-brand-dark .card .accordion-item,
.alert-brand-dark .well .accordion-item,
.bg-brand-dark .card .accordion-item,
.bg-brand-dark .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-brand-dark .card .accordion-item .accordion-button,
.alert-brand-dark .well .accordion-item .accordion-button,
.bg-brand-dark .card .accordion-item .accordion-button,
.bg-brand-dark .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-brand-dark .card .accordion-item .accordion-body,
.alert-brand-dark .well .accordion-item .accordion-body,
.bg-brand-dark .card .accordion-item .accordion-body,
.bg-brand-dark .well .accordion-item .accordion-body {
	color: #333
}

.alert-navy .accordion-item .accordion-button,
.bg-navy .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-navy .accordion-item .accordion-button:not(.collapsed),
.bg-navy .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-navy .accordion-item .accordion-body,
.bg-navy .accordion-item .accordion-body {
	color: #fff
}

.alert-navy .card .accordion-item,
.alert-navy .well .accordion-item,
.bg-navy .card .accordion-item,
.bg-navy .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-navy .card .accordion-item .accordion-button,
.alert-navy .well .accordion-item .accordion-button,
.bg-navy .card .accordion-item .accordion-button,
.bg-navy .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-navy .card .accordion-item .accordion-body,
.alert-navy .well .accordion-item .accordion-body,
.bg-navy .card .accordion-item .accordion-body,
.bg-navy .well .accordion-item .accordion-body {
	color: #333
}

.alert-blue .accordion-item .accordion-button,
.bg-blue .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-blue .accordion-item .accordion-button:not(.collapsed),
.bg-blue .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-blue .accordion-item .accordion-body,
.bg-blue .accordion-item .accordion-body {
	color: #fff
}

.alert-blue .card .accordion-item,
.alert-blue .well .accordion-item,
.alert-pink .accordion-item,
.bg-blue .card .accordion-item,
.bg-blue .well .accordion-item,
.bg-pink .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-blue .card .accordion-item .accordion-button,
.alert-blue .well .accordion-item .accordion-button,
.bg-blue .card .accordion-item .accordion-button,
.bg-blue .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-blue .card .accordion-item .accordion-body,
.alert-blue .well .accordion-item .accordion-body,
.bg-blue .card .accordion-item .accordion-body,
.bg-blue .well .accordion-item .accordion-body {
	color: #333
}

.alert-pink .accordion-item .accordion-button:not(.collapsed),
.bg-pink .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(0, 0, 0, .75);
	background-color: rgba(255, 255, 255, .1)
}

.alert-pink .accordion-item .accordion-button,
.alert-pink .card .accordion-item .accordion-button,
.alert-pink .well .accordion-item .accordion-button,
.bg-pink .accordion-item .accordion-button,
.bg-pink .card .accordion-item .accordion-button,
.bg-pink .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-pink .accordion-item .accordion-body,
.alert-pink .card .accordion-item .accordion-body,
.alert-pink .well .accordion-item .accordion-body,
.bg-pink .accordion-item .accordion-body,
.bg-pink .card .accordion-item .accordion-body,
.bg-pink .well .accordion-item .accordion-body {
	color: #333
}

.alert-pink .card .accordion-item,
.alert-pink .well .accordion-item,
.bg-pink .card .accordion-item,
.bg-pink .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-green .accordion-item,
.alert-purple .accordion-item,
.bg-green .accordion-item,
.bg-purple .accordion-item {
	border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.alert-purple .accordion-item .accordion-button,
.bg-purple .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-purple .accordion-item .accordion-button:not(.collapsed),
.bg-purple .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-purple .accordion-item .accordion-body,
.bg-purple .accordion-item .accordion-body {
	color: #fff
}

.alert-purple .card .accordion-item,
.alert-purple .well .accordion-item,
.bg-purple .card .accordion-item,
.bg-purple .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-purple .card .accordion-item .accordion-button,
.alert-purple .well .accordion-item .accordion-button,
.bg-purple .card .accordion-item .accordion-button,
.bg-purple .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-purple .card .accordion-item .accordion-body,
.alert-purple .well .accordion-item .accordion-body,
.bg-purple .card .accordion-item .accordion-body,
.bg-purple .well .accordion-item .accordion-body {
	color: #333
}

.alert-green .accordion-item .accordion-button,
.bg-green .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-green .accordion-item .accordion-button:not(.collapsed),
.bg-green .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-green .accordion-item .accordion-body,
.bg-green .accordion-item .accordion-body {
	color: #fff
}

.alert-green .card .accordion-item,
.alert-green .well .accordion-item,
.alert-yellow .accordion-item,
.bg-green .card .accordion-item,
.bg-green .well .accordion-item,
.bg-yellow .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-green .card .accordion-item .accordion-button,
.alert-green .well .accordion-item .accordion-button,
.bg-green .card .accordion-item .accordion-button,
.bg-green .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-green .card .accordion-item .accordion-body,
.alert-green .well .accordion-item .accordion-body,
.bg-green .card .accordion-item .accordion-body,
.bg-green .well .accordion-item .accordion-body {
	color: #333
}

.alert-yellow .accordion-item .accordion-button:not(.collapsed),
.bg-yellow .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(0, 0, 0, .75);
	background-color: rgba(255, 255, 255, .1)
}

.alert-yellow .accordion-item .accordion-button,
.alert-yellow .card .accordion-item .accordion-button,
.alert-yellow .well .accordion-item .accordion-button,
.bg-yellow .accordion-item .accordion-button,
.bg-yellow .card .accordion-item .accordion-button,
.bg-yellow .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-yellow .accordion-item .accordion-body,
.alert-yellow .card .accordion-item .accordion-body,
.alert-yellow .well .accordion-item .accordion-body,
.bg-yellow .accordion-item .accordion-body,
.bg-yellow .card .accordion-item .accordion-body,
.bg-yellow .well .accordion-item .accordion-body {
	color: #333
}

.alert-yellow .card .accordion-item,
.alert-yellow .well .accordion-item,
.bg-yellow .card .accordion-item,
.bg-yellow .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-black .accordion-item,
.alert-dark .accordion-item,
.alert-darkergray .accordion-item,
.alert-darkgray .accordion-item,
.bg-black .accordion-item,
.bg-dark .accordion-item,
.bg-darkergray .accordion-item,
.bg-darkgray .accordion-item {
	border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.alert-dark .accordion-item .accordion-button,
.bg-dark .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-dark .accordion-item .accordion-button:not(.collapsed),
.bg-dark .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-dark .accordion-item .accordion-body,
.bg-dark .accordion-item .accordion-body {
	color: #fff
}

.alert-dark .card .accordion-item,
.alert-dark .well .accordion-item,
.bg-dark .card .accordion-item,
.bg-dark .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-dark .card .accordion-item .accordion-button,
.alert-dark .well .accordion-item .accordion-button,
.bg-dark .card .accordion-item .accordion-button,
.bg-dark .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-dark .card .accordion-item .accordion-body,
.alert-dark .well .accordion-item .accordion-body,
.bg-dark .card .accordion-item .accordion-body,
.bg-dark .well .accordion-item .accordion-body {
	color: #333
}

.alert-darkgray .accordion-item .accordion-button,
.bg-darkgray .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-darkgray .accordion-item .accordion-button:not(.collapsed),
.bg-darkgray .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-darkgray .accordion-item .accordion-body,
.bg-darkgray .accordion-item .accordion-body {
	color: #fff
}

.alert-darkgray .card .accordion-item,
.alert-darkgray .well .accordion-item,
.bg-darkgray .card .accordion-item,
.bg-darkgray .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-darkgray .card .accordion-item .accordion-button,
.alert-darkgray .well .accordion-item .accordion-button,
.bg-darkgray .card .accordion-item .accordion-button,
.bg-darkgray .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-darkgray .card .accordion-item .accordion-body,
.alert-darkgray .well .accordion-item .accordion-body,
.bg-darkgray .card .accordion-item .accordion-body,
.bg-darkgray .well .accordion-item .accordion-body {
	color: #333
}

.alert-darkergray .accordion-item .accordion-button,
.bg-darkergray .accordion-item .accordion-button {
	color: rgba(255, 255, 255, .75)
}

.alert-darkergray .accordion-item .accordion-button:not(.collapsed),
.bg-darkergray .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-darkergray .accordion-item .accordion-body,
.bg-darkergray .accordion-item .accordion-body {
	color: #fff
}

.alert-darkergray .card .accordion-item,
.alert-darkergray .well .accordion-item,
.bg-darkergray .card .accordion-item,
.bg-darkergray .well .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-darkergray .card .accordion-item .accordion-button,
.alert-darkergray .well .accordion-item .accordion-button,
.bg-darkergray .card .accordion-item .accordion-button,
.bg-darkergray .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-darkergray .card .accordion-item .accordion-body,
.alert-darkergray .well .accordion-item .accordion-body,
.bg-darkergray .card .accordion-item .accordion-body,
.bg-darkergray .well .accordion-item .accordion-body {
	color: #333
}

.alert-black .accordion-item .accordion-button,
.bg-black .accordion-item .accordion-button,
.bg-text-black>a:hover,
.bg-text-blue>a:hover,
.bg-text-brand-dark>a:hover,
.bg-text-brand-mid>a:hover,
.bg-text-brand>a:hover,
.bg-text-danger>a:hover,
.bg-text-dark>a:hover,
.bg-text-darkergray>a:hover,
.bg-text-darkgray>a:hover,
.bg-text-green>a:hover,
.bg-text-info>a:hover,
.bg-text-navy>a:hover,
.bg-text-pink>a:hover,
.bg-text-primary>a:hover,
.bg-text-purple>a:hover,
.bg-text-secondary>a:hover,
.bg-text-success>a:hover,
.bg-text-warning>a:hover,
.bg-text-yellow>a:hover {
	color: rgba(255, 255, 255, .75)
}

.alert-black .accordion-item .accordion-button:not(.collapsed),
.bg-black .accordion-item .accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, .75);
	background-color: rgba(0, 0, 0, .1)
}

.alert-black .accordion-item .accordion-body,
.bg-black .accordion-item .accordion-body {
	color: #fff
}

.alert-black .card .accordion-item,
.alert-black .well .accordion-item,
.bg-black .card .accordion-item,
.bg-black .well .accordion-item,
.collapse-link {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.alert-black .card .accordion-item .accordion-button,
.alert-black .well .accordion-item .accordion-button,
.bg-black .card .accordion-item .accordion-button,
.bg-black .well .accordion-item .accordion-button {
	color: rgba(0, 0, 0, .75)
}

.alert-black .card .accordion-item .accordion-body,
.alert-black .well .accordion-item .accordion-body,
.bg-black .card .accordion-item .accordion-body,
.bg-black .well .accordion-item .accordion-body {
	color: #333
}

.collapse-link {
	position: relative;
	width: 100%;
	padding: .5rem 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
	gap: 1.5em
}

.collapse-link button {
	color: var(--bs-accordion-btn-color);
	display: flex;
	margin-top: .25em;
	gap: 1.5em
}

.collapse-link button:hover {
	color: #e3000f
}

.collapse-link button::after {
	font-family: "bootstrap-icons" !important;
	content: "\f282";
	transition: transform .2s ease-in-out
}

.collapse-link button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: rotate(-180deg)
}

.interview .h5,
.interview .h6,
.interview h5,
.interview h6 {
	text-transform: initial;
	line-height: 1.4;
	margin-bottom: 1.4
}

@media (min-width:1200px) {

	.interview .col-md-2,
	.interview .col-md-2 .vcard .content-box,
	.interview .col-md-3,
	.interview .col-md-3 .vcard .content-box,
	.interview .col-md-4,
	.interview .col-md-4 .vcard .content-box {
		text-align: right
	}

	.interview .col-md-2 .vcard,
	.interview .col-md-3 .vcard,
	.interview .col-md-4 .vcard {
		direction: rtl
	}

	.interview .col-md-2 .vcard .social,
	.interview .col-md-3 .vcard .social,
	.interview .col-md-4 .vcard .social {
		padding-right: 0
	}
}

@media (max-width:1199.98px) {
	.interview .vcard.vcard-xs {
		margin-top: 1.875rem;
		margin-bottom: .9375rem
	}

	.interview .vcard.vcard-xs+.h5,
	.interview .vcard.vcard-xs+.h6,
	.interview .vcard.vcard-xs+h5,
	.interview .vcard.vcard-xs+h6 {
		margin-top: 0
	}
}

.error-code {
	font-size: 2000%;
	font-weight: 700;
	line-height: 80%;
	margin-top: 10%;
	opacity: .25
}

@media (max-width:991.98px) {
	.error-code {
		font-size: 1000%
	}
}

.section-head {
	font-size: .85rem
}

.bg-info .section-back a:hover::before,
.bg-primary .section-back a:hover::before,
.bg-secondary .section-back a:hover::before,
.bg-success .section-back a:hover::before,
.section-head.text-white {
	color: #fff
}

.section-head>a {
	margin-right: .3em
}

.section-h1.section-head {
	font-size: 1.2rem
}

.section-h2.section-head {
	font-size: 1rem
}

.section-h3.section-head {
	font-size: .9rem
}

.section-h4.section-head,
.section-h5.section-head,
.section-h6.section-head {
	font-size: .8rem
}

.next a,
.previous a,
.section-back a {
	text-decoration: none
}

.next a::after,
.previous a::before,
.section-back a::before {
	font-family: "bootstrap-icons";
	vertical-align: bottom;
	transition: color .35s;
	color: rgba(227, 0, 15, .5)
}

.previous a::before,
.section-back a::before {
	content: "\f12f";
	padding-right: .3em
}

.next a::after {
	content: "\f138";
	padding-left: .3em
}

.section-back {
	margin-left: -1.15em;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.25
}

@media (max-width:767.98px) {
	.section-back {
		margin-left: 0
	}
}

.bg-info .section-back a::before,
.bg-primary .section-back a::before,
.bg-secondary .section-back a::before,
.bg-success .section-back a::before {
	color: rgba(255, 255, 255, .25)
}

.bg-warning .section-back a::before {
	color: rgba(0, 0, 0, .25)
}

.bg-warning .section-back a:hover::before {
	color: #333
}

.bg-blue .section-back a::before,
.bg-brand .section-back a::before,
.bg-brand-dark .section-back a::before,
.bg-brand-mid .section-back a::before,
.bg-danger .section-back a::before,
.bg-navy .section-back a::before {
	color: rgba(255, 255, 255, .25)
}

.bg-blue .section-back a:hover::before,
.bg-brand .section-back a:hover::before,
.bg-brand-dark .section-back a:hover::before,
.bg-brand-mid .section-back a:hover::before,
.bg-danger .section-back a:hover::before,
.bg-navy .section-back a:hover::before {
	color: #fff
}

.bg-pink .section-back a::before {
	color: rgba(0, 0, 0, .25)
}

.bg-pink .section-back a:hover::before {
	color: #333
}

.bg-green .section-back a::before,
.bg-purple .section-back a::before {
	color: rgba(255, 255, 255, .25)
}

.bg-green .section-back a:hover::before,
.bg-purple .section-back a:hover::before {
	color: #fff
}

.bg-yellow .section-back a::before {
	color: rgba(0, 0, 0, .25)
}

.bg-yellow .section-back a:hover::before {
	color: #333
}

.bg-black .section-back a::before,
.bg-dark .section-back a::before,
.bg-darkergray .section-back a::before,
.bg-darkgray .section-back a::before {
	color: rgba(255, 255, 255, .25)
}

.bg-black .section-back a:hover::before,
.bg-dark .section-back a:hover::before,
.bg-darkergray .section-back a:hover::before,
.bg-darkgray .section-back a:hover::before,
.list-group .list-group-item.active a {
	color: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	margin-bottom: .25em;
	font-weight: 500;
	text-wrap: pretty
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: inherit;
	color: rgba(0, 0, 0, .5)
}

:not(.section-head, .entry-description, .isoicon)+.h1,
:not(.section-head, .entry-description, .isoicon)+.h2,
:not(.section-head, .entry-description, .isoicon)+.h3,
:not(.section-head, .entry-description, .isoicon)+.h4,
:not(.section-head, .entry-description, .isoicon)+.h5,
:not(.section-head, .entry-description, .isoicon)+.h6,
:not(.section-head, .entry-description, .isoicon)+h1,
:not(.section-head, .entry-description, .isoicon)+h2,
:not(.section-head, .entry-description, .isoicon)+h3,
:not(.section-head, .entry-description, .isoicon)+h4,
:not(.section-head, .entry-description, .isoicon)+h5,
:not(.section-head, .entry-description, .isoicon)+h6 {
	margin-top: 1.4em
}

@media (max-width:767.98px) {

	.h1,
	h1 {
		overflow-wrap: break-word;
		word-wrap: break-word;
		hyphens: auto
	}
}

b,
strong {
	font-weight: 600
}

.h1,
h1 {
	letter-spacing: -1.493px;
	font-size: clamp(2.1rem, 1.725rem + 1.25vw, 2.5rem)
}

@media (min-width:992px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	letter-spacing: -1.244px;
	font-size: clamp(1.8rem, 1.5188rem + .9375vw, 2.1rem)
}

@media (min-width:992px) {

	.h2,
	h2 {
		font-size: 2.1rem
	}
}

.h3,
h3 {
	letter-spacing: -1.037px;
	font-size: clamp(1.5rem, 1.2188rem + .9375vw, 1.8rem)
}

@media (min-width:992px) {

	.h3,
	h3 {
		font-size: 1.8rem
	}
}

.h4,
h4 {
	letter-spacing: -.864px;
	font-size: clamp(1.25rem, 1.0156rem + .7813vw, 1.5rem)
}

@media (min-width:992px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	letter-spacing: -.72px;
	font-size: clamp(1.125rem, 1.0078rem + .3906vw, 1.25rem)
}

@media (min-width:992px) {

	.h5,
	h5 {
		font-size: 1.25rem
	}
}

.h6,
h6 {
	letter-spacing: -.6px;
	font-size: clamp(1rem, .8828rem + .3906vw, 1.125rem)
}

@media (min-width:992px) {

	.h6,
	h6 {
		font-size: 1.125rem
	}
}

.heading-condensed .h1,
.heading-condensed .h2,
.heading-condensed .h3,
.heading-condensed .h4,
.heading-condensed .h5,
.heading-condensed .h6,
.heading-condensed h1,
.heading-condensed h2,
.heading-condensed h3,
.heading-condensed h4,
.heading-condensed h5,
.heading-condensed h6 {
	margin-top: 0 !important
}

.display-1 {
	letter-spacing: -.05em
}

.display-2 {
	letter-spacing: -.025em
}

.display-3 {
	letter-spacing: -.0125em
}

.display-4 {
	letter-spacing: -.01em
}

.bg-info hr,
.bg-primary hr,
.bg-secondary hr,
.bg-success hr {
	background-color: #fff !important
}

.bg-warning hr {
	background-color: #000 !important
}

.bg-blue hr,
.bg-brand hr,
.bg-brand-dark hr,
.bg-brand-mid hr,
.bg-danger hr,
.bg-navy hr {
	background-color: #fff !important
}

.bg-pink hr {
	background-color: #000 !important
}

.bg-green hr,
.bg-purple hr {
	background-color: #fff !important
}

.bg-yellow hr {
	background-color: #000 !important
}

.bg-black hr,
.bg-dark hr,
.bg-darkergray hr,
.bg-darkgray hr {
	background-color: #fff !important
}

details {
	margin-bottom: 1rem
}

details.icon>summary {
	display: flex;
	gap: .25em;
	margin-block-end: .25em;
	align-items: baseline
}

details.icon>summary::before {
	content: "\e97d";
	font-family: bootstrap-icons;
	transform-origin: center;
	transform: rotate(0deg);
	transition: .25s;
	height: 1em;
	width: 1em;
	line-height: 1;
	position: relative;
	bottom: -.05em
}

details.icon>summary::-webkit-details-marker {
	display: none
}

details.icon[open]>summary:before {
	transform: rotate(45deg)
}

.lead {
	font-size: clamp(1.25rem, 1.1719rem + .2603vw, 1.3333rem);
	line-height: 1.19;
	letter-spacing: -.025rem;
	font-weight: 350
}

@media (min-width:992px) {
	.lead {
		font-size: 1.3333rem
	}
}

.lead-lg {
	font-size: 200%;
	letter-spacing: -.035rem
}

.lead-xl {
	font-size: 300%;
	letter-spacing: -.05rem
}

.lead-sm {
	font-size: 125%;
	letter-spacing: -.01rem
}

.lead-xs {
	font-size: 112.5%;
	letter-spacing: 0
}

.bg-text-black>a,
.bg-text-blue>a,
.bg-text-brand-dark>a,
.bg-text-brand-mid>a,
.bg-text-brand>a,
.bg-text-danger>a,
.bg-text-dark>a,
.bg-text-darkergray>a,
.bg-text-darkgray>a,
.bg-text-green>a,
.bg-text-info>a,
.bg-text-navy>a,
.bg-text-pink>a,
.bg-text-primary>a,
.bg-text-purple>a,
.bg-text-secondary>a,
.bg-text-success>a,
.bg-text-warning>a,
.bg-text-yellow>a {
	color: rgba(255, 255, 255, .5)
}

.bg-text-danger,
.bg-text-primary {
	background-color: #e3000f;
	color: #fff;
	display: inline;
	padding: .5rem 1rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 1.45
}

.bg-text-danger {
	background-color: #9c2b42
}

.bg-text,
.bg-text-black,
.bg-text-dark,
.bg-text-gray,
.bg-text-info,
.bg-text-light,
.bg-text-success,
.bg-text-warning,
.bg-text-white {
	background-color: #008f67;
	color: #fff;
	display: inline;
	padding: .5rem 1rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 1.45
}

.bg-text,
.bg-text-black,
.bg-text-dark,
.bg-text-gray,
.bg-text-info,
.bg-text-light,
.bg-text-warning,
.bg-text-white {
	background-color: #006bb7
}

.bg-text,
.bg-text-black,
.bg-text-dark,
.bg-text-gray,
.bg-text-light,
.bg-text-warning,
.bg-text-white {
	background-color: #f9b83e
}

.bg-text,
.bg-text-black,
.bg-text-dark,
.bg-text-gray,
.bg-text-light,
.bg-text-white {
	background-color: #fff;
	color: #212529
}

.bg-text,
.bg-text-black,
.bg-text-dark,
.bg-text-gray,
.bg-text-light {
	background-color: #000;
	color: #fff
}

.bg-text,
.bg-text-dark,
.bg-text-gray,
.bg-text-light {
	background-color: #e4e2e1;
	color: #212529
}

.bg-text,
.bg-text-dark,
.bg-text-gray {
	background-color: #58595b;
	color: #fff
}

.bg-text,
.bg-text-gray {
	background-color: #c9c4c2
}

.bg-text {
	background-color: transparent;
	color: #212529
}

.text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.text-warning {
	color: #c79332 !important
}

.bg-blue .text-warning,
.bg-brand .text-warning,
.bg-darkgray .text-warning,
.bg-green .text-warning,
.bg-info .text-warning,
.bg-pink .text-warning,
.bg-primary .text-warning,
.bg-purple .text-warning,
.bg-success .text-warning,
.bg-warning .text-warning,
.bg-yellow .text-warning {
	color: #fac665 !important
}

.links-dark a {
	color: #2c2d2e
}

.links-dark a:hover {
	color: #b6000c
}

.wrapped-darkgray {
	display: inline-block;
	background-color: #343a40;
	color: #fff !important;
	margin-bottom: .1em
}

.wrapped-darkgray a,
.wrapped-gray a,
.wrapped-lightgray a,
.wrapped-white a {
	opacity: 1 !important;
	color: #fff !important
}

.wrapped-gray,
.wrapped-lightgray,
.wrapped-primary,
.wrapped-white {
	display: inline-block;
	background-color: #adb5bd;
	color: #fff !important;
	margin-bottom: .1em
}

.wrapped-lightgray,
.wrapped-primary,
.wrapped-white {
	background-color: #e9ecef
}

.wrapped-primary,
.wrapped-white {
	background-color: #fff;
	color: #212529 !important
}

.wrapped-white a {
	color: #212529 !important
}

.wrapped-primary {
	background-color: #e3000f;
	color: #fff !important
}

.wrapped-danger a,
.wrapped-dark a,
.wrapped-info a,
.wrapped-light a,
.wrapped-primary a,
.wrapped-success a,
.wrapped-warning a {
	opacity: 1 !important;
	color: #fff !important
}

.wrapped-danger,
.wrapped-info,
.wrapped-success,
.wrapped-warning {
	display: inline-block;
	background-color: #9c2b42;
	color: #fff !important;
	margin-bottom: .1em
}

.wrapped-info,
.wrapped-success,
.wrapped-warning {
	background-color: #008f67
}

.wrapped-info,
.wrapped-warning {
	background-color: #f9b83e
}

.wrapped-info {
	background-color: #006bb7
}

.wrapped-dark {
	background-color: rgba(0, 0, 0, .1);
	color: #fff !important
}

.wrapped-dark,
.wrapped-light,
.wrapped-transparent {
	display: inline-block;
	margin-bottom: .1em
}

.wrapped-light {
	background-color: rgba(255, 255, 255, .1);
	color: #212529 !important
}

.wrapped-light a {
	color: #212529 !important
}

.wrapped-transparent {
	background-color: transparent;
	color: rgba(51, 51, 51, .5) !important
}

.wrapped-transparent a {
	opacity: 1 !important;
	color: rgba(51, 51, 51, .5) !important
}

.h1 [class^=wrapped-],
[class^=wrapped-].h1,
h1 [class^=wrapped-],
h1[class^=wrapped-] {
	padding: .35rem .7rem;
	margin-right: .7rem;
	font-size: 1em
}

.wrapped-h1.section-head {
	padding-left: .4666666667rem;
	padding-right: .4666666667rem
}

.wrapped-h1 {
	font-size: 1.4rem
}

.h2 [class^=wrapped-],
[class^=wrapped-].h2,
h2 [class^=wrapped-],
h2[class^=wrapped-] {
	padding: .275rem .55rem;
	margin-right: .55rem;
	font-size: 1em
}

.wrapped-h2.section-head {
	padding-left: .3666666667rem;
	padding-right: .3666666667rem
}

.wrapped-h2 {
	font-size: 1.1rem
}

.h3 [class^=wrapped-],
[class^=wrapped-].h3,
h3 [class^=wrapped-],
h3[class^=wrapped-] {
	padding: .225rem .45rem;
	margin-right: .45rem;
	font-size: 1em
}

.wrapped-h3.section-head {
	padding-left: .3rem;
	padding-right: .3rem
}

.wrapped-h3 {
	font-size: .9rem
}

.h4 [class^=wrapped-],
[class^=wrapped-].h4,
h4 [class^=wrapped-],
h4[class^=wrapped-] {
	padding: .2rem .4rem;
	margin-right: .4rem;
	font-size: 1em
}

.wrapped-h4.section-head {
	padding-left: .2666666667rem;
	padding-right: .2666666667rem
}

.wrapped-h4,
.wrapped-h5,
.wrapped-h6 {
	font-size: .8rem
}

.h5 [class^=wrapped-],
[class^=wrapped-].h5,
h5 [class^=wrapped-],
h5[class^=wrapped-],
h6[class^=wrapped-] {
	padding: .2rem .4rem;
	margin-right: .4rem;
	font-size: 1em
}

.wrapped-h5.section-head {
	padding-left: .2666666667rem;
	padding-right: .2666666667rem
}

.h6 [class^=wrapped-],
[class^=wrapped-].h6,
h6 [class^=wrapped-] {
	padding: .2rem .4rem;
	margin-right: .4rem;
	font-size: 1em
}

.wrapped-h6.section-head {
	padding-left: .2666666667rem;
	padding-right: .2666666667rem
}

a>[class^=wrapped-] {
	text-decoration: inherit
}

.metadata-container {
	color: rgba(0, 0, 0, .5);
	width: 100%
}

.metadata-container .entry-keywords {
	float: left
}

.metadata-container .entry-keywords.maxwidth-100pct+.entry-keywords.maxwidth-100pct {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}

@media (max-width:991.98px) {
	.metadata-container .entry-keywords.maxwidth-50pct+.entry-keywords.maxwidth-50pct {
		border-top: none;
		margin-top: 0;
		padding-top: 0
	}
}

.metadata-container dl.dl-inline {
	margin-bottom: 0;
	padding-right: 2em
}

.metadata-container.metadata-right .entry-hashtags,
.metadata-container.metadata-right .entry-hashtags.maxwidth-100pct,
.metadata-container.metadata-right .entry-hashtags.maxwidth-50pct,
.metadata-container.metadata-right .entry-keywords.maxwidth-100pct,
.metadata-container.metadata-right .entry-keywords.maxwidth-50pct {
	float: right
}

.metadata-container.metadata-right dl.dl-inline {
	padding-left: 2em;
	padding-right: 0
}

dl.dl-inline {
	padding-top: 3px;
	padding-bottom: 3px
}

dl.dl-inline dt {
	display: inline-block;
	font-weight: 400;
	margin-right: 2px
}

dl.dl-inline dd {
	display: inline
}

dl.dl-inline dd:after {
	content: " | "
}

.entry-hashtags dl.dl-inline dd:last-child:after,
dl.dl-inline dd:last-child:after {
	content: ""
}

.entry-hashtags dl.dl-inline dd {
	padding-right: 3px
}

.entry-hashtags dl.dl-inline dd:before {
	content: "#";
	color: #ff1726
}

.entry-hashtags dl.dl-inline dd:after {
	content: " ·"
}

.list-group .list-group-item-action:not(.active):hover {
	color: #e3000f
}

ul.steps {
	padding-left: 0
}

ul.steps>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 10px 40px 10px 10px;
	border-radius: .5rem;
	margin-bottom: 33px
}

ul.steps>li.step {
	margin-left: 30px
}

ul.steps>li.step:before {
	font-family: "bootstrap-icons";
	content: "\f138";
	position: absolute;
	top: .5em;
	left: -1em;
	font-size: 2em;
	color: #adb5bd
}

@media (min-width:992px) {
	ul.steps>li.step.alert-bind {
		border-radius: .5rem 0 0 .5rem
	}

	ul.steps>li.step.alert-bind+li.alert {
		border-radius: 0 .5rem .5rem 0;
		margin-left: -5px
	}
}

@media (max-width:767.98px) {
	ul.steps>li {
		display: block
	}

	ul.steps>li.step {
		margin-left: 0;
		margin-top: 20px
	}

	ul.steps>li.step:before {
		font-family: "bootstrap-icons";
		content: "\f128";
		position: absolute;
		top: -44px;
		left: calc(50% - .5em);
		font-size: 2em
	}
}

ul.steps>li .step-date {
	font-size: .75em;
	position: absolute;
	margin-top: 25px
}

.step-primary-subtle,
.step-secondary-subtle {
	border-width: 0 0 5px;
	border-style: solid;
	border-bottom-color: #e0b8ba;
	background-color: #fef5f5;
	padding: 1rem !important;
	border-radius: .5rem;
	color: #333
}

.step-primary-subtle.active {
	background-color: #f9cccf;
	color: #333
}

.step-black.active a,
.step-blue.active a,
.step-brand-dark.active a,
.step-brand-mid.active a,
.step-brand.active a,
.step-danger-subtle.active a,
.step-danger.active a,
.step-dark.active a,
.step-darkergray.active a,
.step-darkgray.active a,
.step-gray.active a,
.step-green.active a,
.step-info-subtle.active a,
.step-info.active a,
.step-light.active a,
.step-lightergray.active a,
.step-lightgray.active a,
.step-navy-subtle.active a,
.step-navy.active a,
.step-pink-subtle.active a,
.step-pink.active a,
.step-primary-subtle.active a,
.step-primary.active a,
.step-purple-subtle.active a,
.step-purple.active a,
.step-secondary-subtle.active a,
.step-secondary.active a,
.step-success-subtle.active a,
.step-success.active a,
.step-warning-subtle.active a,
.step-warning.active a,
.step-white.active a,
.step-yellow.active a {
	color: rgba(255, 255, 255, .5)
}

.step-primary-subtle .step-date,
.step-primary-subtle:after {
	color: #e0b8ba
}

.step-secondary-subtle {
	border-bottom-color: #c6b9bd;
	background-color: #f8f5f6
}

.step-secondary-subtle.active {
	background-color: #dccdd2;
	color: #333
}

.step-secondary-subtle .step-date,
.step-secondary-subtle:after {
	color: #c6b9bd
}

.step-danger-subtle,
.step-info-subtle,
.step-pink-subtle,
.step-success-subtle,
.step-warning-subtle {
	border-width: 0 0 5px;
	border-style: solid;
	border-bottom-color: #b8cbd9;
	background-color: #f5f9fc;
	padding: 1rem !important;
	border-radius: .5rem;
	color: #333
}

.step-info-subtle.active {
	background-color: #cce1f1;
	color: #333
}

.step-info-subtle .step-date,
.step-info-subtle:after {
	color: #b8cbd9
}

.step-danger-subtle,
.step-pink-subtle,
.step-success-subtle,
.step-warning-subtle {
	border-bottom-color: #b8d2cb;
	background-color: #f5fbf9
}

.step-success-subtle.active {
	background-color: #cce9e1;
	color: #333
}

.step-success-subtle .step-date,
.step-success-subtle:after {
	color: #b8d2cb
}

.step-danger-subtle,
.step-pink-subtle,
.step-warning-subtle {
	border-bottom-color: #e5d9c2;
	background-color: #fffcf7
}

.step-warning-subtle.active {
	background-color: #fef1d8;
	color: #333
}

.step-warning-subtle .step-date,
.step-warning-subtle:after {
	color: #e5d9c2
}

.step-danger-subtle,
.step-pink-subtle {
	border-bottom-color: #d4c0c3;
	background-color: #fbf7f7
}

.step-danger-subtle.active {
	background-color: #ebd5d9;
	color: #333
}

.step-danger-subtle .step-date,
.step-danger-subtle:after {
	color: #d4c0c3
}

.step-pink-subtle {
	border-bottom-color: #e6c7cb;
	background-color: #fff8f9
}

.step-pink-subtle.active {
	background-color: #ffdde2;
	color: #333
}

.step-pink-subtle .step-date,
.step-pink-subtle:after {
	color: #e6c7cb
}

.step-purple-subtle {
	border-bottom-color: #c7b6d5;
	background-color: #f8f4fb;
	color: #333
}

.step-purple-subtle.active {
	background-color: #ddcaed;
	color: #333
}

.step-purple-subtle .step-date,
.step-purple-subtle:after {
	color: #c7b6d5
}

.step-navy-subtle,
.step-purple-subtle,
.step-white {
	border-width: 0 0 5px;
	border-style: solid;
	padding: 1rem !important;
	border-radius: .5rem
}

.step-navy-subtle {
	border-bottom-color: #a7acba;
	background-color: #f1f2f5;
	color: #333
}

.step-navy-subtle.active {
	background-color: #babfcf;
	color: #333
}

.step-navy-subtle .step-date,
.step-navy-subtle:after {
	color: #a7acba
}

.step-white {
	border-bottom-color: #e6e6e6
}

.step-white,
.step-white.active {
	background-color: #fff;
	color: #333
}

.step-white .step-date,
.step-white:after {
	color: #e6e6e6
}

.step-black,
.step-darkergray,
.step-darkgray,
.step-gray,
.step-lightergray,
.step-lightgray,
.step-primary {
	border-width: 0 0 5px;
	border-style: solid;
	border-bottom-color: #d7d5d5;
	background-color: #fcfbfb;
	padding: 1rem !important;
	border-radius: .5rem;
	color: #333
}

.step-lightergray.active {
	background-color: #efeded;
	color: #333
}

.step-lightergray .step-date,
.step-lightergray:after {
	color: #d7d5d5
}

.step-black,
.step-darkergray,
.step-darkgray,
.step-gray,
.step-lightgray,
.step-primary {
	border-bottom-color: #cdcbcb;
	background-color: #faf9f9
}

.step-lightgray.active {
	background-color: #e4e2e1;
	color: #333
}

.step-lightgray .step-date,
.step-lightgray:after {
	color: #cdcbcb
}

.step-black,
.step-darkergray,
.step-darkgray,
.step-gray,
.step-primary {
	border-bottom-color: #b5b0af;
	background-color: #f4f3f3
}

.step-gray.active {
	background-color: #c9c4c2;
	color: #333
}

.step-gray .step-date,
.step-gray:after {
	color: #b5b0af
}

.step-black,
.step-darkergray,
.step-darkgray,
.step-primary {
	border-bottom-color: #4f5052;
	background-color: #dedede
}

.step-darkgray.active {
	color: #fff;
	background-color: #58595b
}

.step-darkgray .step-date,
.step-darkgray:after {
	color: #4f5052
}

.step-black,
.step-darkergray,
.step-primary {
	border-bottom-color: #282929;
	background-color: #d5d5d5
}

.step-darkergray.active {
	color: #fff;
	background-color: #2c2d2e
}

.step-darkergray .step-date,
.step-darkergray:after {
	color: #282929
}

.step-black,
.step-primary {
	border-bottom-color: #000;
	background-color: #ccc
}

.step-black.active {
	color: #fff;
	background-color: #000
}

.step-black .step-date,
.step-black:after {
	color: #000
}

.step-primary {
	border-bottom-color: #cc000e;
	background-color: #f9cccf
}

.step-primary.active {
	color: #fff;
	background-color: #e3000f
}

.step-primary .step-date,
.step-primary:after {
	color: #cc000e
}

.step-brand,
.step-danger,
.step-dark,
.step-info,
.step-light,
.step-secondary,
.step-success,
.step-warning {
	border-width: 0 0 5px;
	border-style: solid;
	border-bottom-color: #47051c;
	background-color: #dccdd2;
	padding: 1rem !important;
	border-radius: .5rem;
	color: #333
}

.step-secondary.active {
	color: #fff;
	background-color: #4f051f
}

.step-secondary .step-date,
.step-secondary:after {
	color: #47051c
}

.step-brand,
.step-danger,
.step-dark,
.step-info,
.step-light,
.step-success,
.step-warning {
	border-bottom-color: #0060a5;
	background-color: #cce1f1
}

.step-info.active {
	color: #fff;
	background-color: #006bb7
}

.step-info .step-date,
.step-info:after {
	color: #0060a5
}

.step-brand,
.step-danger,
.step-dark,
.step-light,
.step-success,
.step-warning {
	border-bottom-color: #00815d;
	background-color: #cce9e1
}

.step-success.active {
	color: #fff;
	background-color: #008f67
}

.step-success .step-date,
.step-success:after {
	color: #00815d
}

.step-brand,
.step-danger,
.step-dark,
.step-light,
.step-warning {
	border-bottom-color: #e0a638;
	background-color: #fef1d8
}

.step-warning.active {
	background-color: #f9b83e;
	color: #333
}

.step-warning .step-date,
.step-warning:after {
	color: #e0a638
}

.step-brand,
.step-danger,
.step-dark,
.step-light {
	border-bottom-color: #8c273b;
	background-color: #ebd5d9
}

.step-danger.active {
	color: #fff;
	background-color: #9c2b42
}

.step-danger .step-date,
.step-danger:after {
	color: #8c273b
}

.step-brand,
.step-dark,
.step-light {
	border-bottom-color: #e1e0e0;
	background-color: #fefefe
}

.step-light.active {
	background-color: #faf9f9;
	color: #333
}

.step-light .step-date,
.step-light:after {
	color: #e1e0e0
}

.step-brand,
.step-dark {
	border-bottom-color: #282929;
	background-color: #d5d5d5
}

.step-dark.active {
	color: #fff;
	background-color: #2c2d2e
}

.step-dark .step-date,
.step-dark:after {
	color: #282929
}

.step-brand {
	border-bottom-color: #cc000e;
	background-color: #f9cccf
}

.step-brand.active {
	color: #fff;
	background-color: #e3000f
}

.step-brand .step-date,
.step-brand:after {
	color: #cc000e
}

.step-blue,
.step-brand-dark,
.step-brand-mid,
.step-green,
.step-navy,
.step-pink,
.step-purple,
.step-yellow {
	border-width: 0 0 5px;
	border-style: solid;
	border-bottom-color: #8c273b;
	background-color: #ebd5d9;
	padding: 1rem !important;
	border-radius: .5rem;
	color: #333
}

.step-brand-mid.active {
	color: #fff;
	background-color: #9c2b42
}

.step-brand-mid .step-date,
.step-brand-mid:after {
	color: #8c273b
}

.step-blue,
.step-brand-dark,
.step-green,
.step-navy,
.step-pink,
.step-purple,
.step-yellow {
	border-bottom-color: #47051c;
	background-color: #dccdd2
}

.step-brand-dark.active {
	color: #fff;
	background-color: #4f051f
}

.step-brand-dark .step-date,
.step-brand-dark:after {
	color: #47051c
}

.step-blue,
.step-green,
.step-navy,
.step-pink,
.step-purple,
.step-yellow {
	border-bottom-color: #172456;
	background-color: #d1d4df
}

.step-navy.active {
	color: #fff;
	background-color: #19285f
}

.step-navy .step-date,
.step-navy:after {
	color: #172456
}

.step-blue,
.step-green,
.step-pink,
.step-purple,
.step-yellow {
	border-bottom-color: #0060a5;
	background-color: #cce1f1
}

.step-blue.active {
	color: #fff;
	background-color: #006bb7
}

.step-blue .step-date,
.step-blue:after {
	color: #0060a5
}

.step-green,
.step-pink,
.step-purple,
.step-yellow {
	border-bottom-color: #e67e8e;
	background-color: #ffe8ec
}

.step-pink.active {
	background-color: #ff8c9e;
	color: #333
}

.step-pink .step-date,
.step-pink:after {
	color: #e67e8e
}

.step-green,
.step-purple,
.step-yellow {
	border-bottom-color: #7e47af;
	background-color: #e8dcf3
}

.step-purple.active {
	color: #fff;
	background-color: #8c4fc2
}

.step-purple .step-date,
.step-purple:after {
	color: #7e47af
}

.step-green,
.step-yellow {
	border-bottom-color: #00815d;
	background-color: #cce9e1
}

.step-green.active {
	color: #fff;
	background-color: #008f67
}

.step-green .step-date,
.step-green:after {
	color: #00815d
}

.step-yellow {
	border-bottom-color: #e0a638;
	background-color: #fef1d8
}

.step-yellow.active {
	background-color: #f9b83e;
	color: #333
}

.step-yellow .step-date,
.step-yellow:after {
	color: #e0a638
}

@media (max-width:767.98px) {
	.steps.grid {
		grid-gap: 1.875rem 0
	}
}

.steps.grid .step {
	padding: 1rem;
	position: relative
}

.steps.grid .step::after {
	display: block;
	clear: both;
	content: ""
}

@media (max-width:991.98px) {
	.steps.grid .step.alert {
		margin-bottom: .5rem
	}
}

.steps.grid .step:after {
	font-family: "bootstrap-icons";
	content: "\f138";
	position: absolute;
	top: calc(50% - 28px);
	right: -35px;
	font-size: 40px;
	z-index: 10
}

@media (max-width:767.98px) {
	.steps.grid .step:after {
		transform: rotate(90deg);
		top: auto;
		bottom: -50px;
		left: -33px
	}
}

.steps.grid .step:last-child:after {
	display: none
}

.lifecycle-container {
	text-align: center;
	padding: 1em 0 0
}

.lifecycle-container ul.lifecycle {
	display: table;
	width: 100%;
	list-style: none
}

.lifecycle-container ul.lifecycle>li {
	display: table-cell;
	text-align: center;
	width: 16.66%;
	position: relative
}

@media (max-width:991.98px) {
	.lifecycle-container ul.lifecycle>li {
		display: block;
		width: 100%;
		text-align: left;
		height: 50px
	}
}

.lifecycle-container ul.lifecycle>li::after {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	background-color: rgba(51, 51, 51, .5);
	top: 12px;
	left: -50%;
	z-index: 0
}

@media (max-width:991.98px) {
	.lifecycle-container ul.lifecycle>li::after {
		height: 50px;
		width: 1px;
		top: -60%;
		left: 8px
	}
}

.lifecycle-container ul.lifecycle>li:first-child::after {
	display: none
}

.lifecycle-container ul.lifecycle>li i {
	width: 1em;
	height: 1em;
	line-height: 1em;
	display: block;
	text-align: center;
	margin: .25em auto;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	position: relative;
	font-size: 1rem
}

@media (max-width:991.98px) {
	.lifecycle-container ul.lifecycle>li i {
		float: left
	}
}

.lifecycle-container ul.lifecycle>li .status {
	font-size: .8em;
	line-height: 1em;
	display: inline-block;
	padding: 0 5px
}

.lifecycle-container ul.lifecycle>li .date {
	font-size: .7em;
	position: absolute;
	top: -1.2em;
	width: 100%
}

@media (max-width:991.98px) {
	.lifecycle-container ul.lifecycle>li .date {
		position: relative;
		float: right;
		margin-top: 22px;
		width: auto
	}
}

.lifecycle-container ul.lifecycle>li .date,
.lifecycle-container ul.lifecycle>li .status,
.lifecycle-container ul.lifecycle>li i {
	color: rgba(51, 51, 51, .5)
}

.lifecycle-container ul.lifecycle>li.closed::after {
	background: #212529
}

.lifecycle-container ul.lifecycle>li.closed .date,
.lifecycle-container ul.lifecycle>li.closed .status,
.lifecycle-container ul.lifecycle>li.closed i {
	color: #212529
}

.lifecycle-container ul.lifecycle>li.active+li:after {
	background: linear-gradient(to right, #9c2b42, rgba(51, 51, 51, .5))
}

@media (max-width:991.98px) {
	.lifecycle-container ul.lifecycle>li.active+li:after {
		background: linear-gradient(to bottom, #9c2b42, rgba(51, 51, 51, .5))
	}
}

.lifecycle-container ul.lifecycle>li.active::after {
	background: linear-gradient(to right, #212529, #9c2b42)
}

@media (max-width:991.98px) {
	.lifecycle-container ul.lifecycle>li.active::after {
		background: linear-gradient(to bottom, #212529, #9c2b42)
	}
}

.lifecycle-container ul.lifecycle>li.active .date,
.lifecycle-container ul.lifecycle>li.active i,
.list-box li.active .arrow,
.list-box li:hover .arrow {
	color: #e3000f
}

.lifecycle-container ul.lifecycle>li.active .status {
	background-color: #e3000f;
	color: #fff;
	padding: 3px 8px 2px;
	border-radius: 12px;
	white-space: nowrap
}

@media (max-width:991.98px) {
	.lifecycle-container ul.lifecycle>li.active .status {
		margin: 5px
	}
}

ol,
ul {
	padding-left: 20px
}

.footnote ol,
ol.footnote {
	border-top: 2px solid #e9ecef;
	color: rgba(0, 0, 0, .5);
	padding-top: 1rem;
	margin-top: 1.875rem;
	text-align: left
}

.footnote ol>li,
ol.footnote>li {
	margin: .25rem 1rem;
	text-indent: -1.5rem;
	counter-increment: li-counter;
	list-style-type: none;
	list-style-position: inside
}

.footnote ol>li::before,
ol.footnote>li::before {
	content: "[" counter(li-counter) "]";
	padding-right: .25rem
}

ul.fit-to-box {
	margin-left: -2rem;
	margin-right: -1rem
}

ul.fit-to-box.list-box a,
ul.fit-to-box>li {
	padding-left: 2rem;
	padding-right: 1rem
}

ul.fit-to-box.list-box>li {
	padding-left: 0;
	padding-right: 0
}

ul.fit-to-box.list-box a {
	border-right: none !important
}

ul.list-zebra li:nth-child(even) a,
ul.list-zebra li:nth-child(odd) a {
	background-color: #fff
}

ul .list-label {
	margin-left: 1rem
}

ul .list-label,
ul .list-label+a {
	display: inline-block
}

ul.list-inline li .btn {
	margin-bottom: 0
}

.list-multilines li {
	margin-block-end: .5rem
}

ul.list-check li::marker,
ul.list-toc li::marker {
	content: "\e901" " ";
	font-family: bootstrap-icons;
	font-size: .8em
}

ul.list-toc li::marker {
	content: "\f138" " "
}

.list-primary li::marker {
	color: #e3000f !important
}

.list-secondary li::marker {
	color: #4f051f !important
}

.list-info li::marker {
	color: #006bb7 !important
}

.list-success li::marker {
	color: #008f67 !important
}

.list-warning li::marker {
	color: #f9b83e !important
}

.list-danger li::marker {
	color: #9c2b42 !important
}

.list-light li::marker {
	color: #faf9f9 !important
}

.list-dark li::marker {
	color: #2c2d2e !important
}

.list-box {
	padding-left: 0
}

.list-box li {
	list-style: none
}

.list-box li .arrow {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1
}

.list-box li a.list-group-item {
	border: 1px solid rgba(0, 0, 0, .25);
	border-left: none;
	border-radius: 0;
	padding-right: 30px;
	margin-bottom: -1px
}

.list-box li.active a.list-group-item,
.list-box li:hover a.list-group-item {
	color: #e3000f;
	text-decoration: none
}

.list-box ul {
	margin-left: -20px
}

.list-box ul>li>a {
	padding-left: 1.875rem
}

ul.list-inline>li {
	padding: .5rem 1rem;
	display: inline-block
}

ul.list-inline>li.list-inline-item {
	padding: 0 .5rem 0 0
}

.list-box li,
section.vignette,
ul.list-separation>li {
	position: relative
}

ul.list-separation>li::after {
	content: "";
	background-color: #212529;
	opacity: .3;
	position: absolute;
	right: -1px;
	top: .8rem;
	height: 1.25rem;
	width: 1px
}

ul.list-separation>li:last-child::after {
	display: none
}

.bg-dark ul.list-separation>li::after {
	background-color: #fff
}

.list-callout {
	list-style: none;
	position: relative;
	padding-left: 0;
	margin-bottom: 1em
}

.list-callout li {
	border-inline-start-width: 5px;
	border-inline-start-style: solid;
	border-color: #e3000f;
	padding: 5px 0 5px 1rem
}

.list-callout li:last-child>* {
	margin-bottom: 0
}

.list-callout .state-primary-subtle {
	border-left-color: #f9cccf
}

.list-callout .state-secondary-subtle {
	border-left-color: #dccdd2
}

.list-callout .state-info-subtle {
	border-left-color: #cce1f1
}

.list-callout .state-success-subtle {
	border-left-color: #cce9e1
}

.list-callout .state-warning-subtle {
	border-left-color: #fef1d8
}

.list-callout .state-danger-subtle {
	border-left-color: #ebd5d9
}

.list-callout .state-pink-subtle {
	border-left-color: #ffdde2
}

.list-callout .state-purple-subtle {
	border-left-color: #ddcaed
}

.list-callout .state-navy-subtle {
	border-left-color: #babfcf
}

.list-callout .state-white {
	border-left-color: #fff
}

.list-callout .state-lightergray {
	border-left-color: #efeded
}

.list-callout .state-lightgray {
	border-left-color: #e4e2e1
}

.list-callout .state-gray {
	border-left-color: #c9c4c2
}

.list-callout .state-darkgray {
	border-left-color: #58595b
}

.list-callout .state-darkergray {
	border-left-color: #2c2d2e
}

.list-callout .state-black {
	border-left-color: #000
}

.list-callout .state-primary {
	border-left-color: #e3000f
}

.list-callout .state-secondary {
	border-left-color: #4f051f
}

.list-callout .state-info {
	border-left-color: #006bb7
}

.list-callout .state-success {
	border-left-color: #008f67
}

.list-callout .state-warning {
	border-left-color: #f9b83e
}

.list-callout .state-danger {
	border-left-color: #9c2b42
}

.list-callout .state-light {
	border-left-color: #faf9f9
}

.list-callout .state-dark {
	border-left-color: #2c2d2e
}

.list-callout .state-brand {
	border-left-color: #e3000f
}

.list-callout .state-brand-mid {
	border-left-color: #9c2b42
}

.list-callout .state-brand-dark {
	border-left-color: #4f051f
}

.list-callout .state-navy {
	border-left-color: #19285f
}

.list-callout .state-blue {
	border-left-color: #006bb7
}

.list-callout .state-pink {
	border-left-color: #ff8c9e
}

.list-callout .state-purple {
	border-left-color: #8c4fc2
}

.list-callout .state-green {
	border-left-color: #008f67
}

.list-callout .state-yellow {
	border-left-color: #f9b83e
}

.text-end .list-callout li,
.text-end.list-callout li,
.text-lg-end .list-callout li,
.text-lg-end.list-callout li,
.text-md-end .list-callout li,
.text-md-end.list-callout li,
.text-sm-end .list-callout li,
.text-sm-end.list-callout li,
.text-xl-end .list-callout li,
.text-xl-end.list-callout li {
	border-width: 0;
	border-inline-end-width: 5px;
	border-inline-end-style: solid;
	padding: 5px 1rem 5px 0
}

ol.refine {
	margin-top: 12.5px
}

ol.refine>li,
ul.refine>li {
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	padding-top: .5rem
}

ol.refine>li:first-child,
ul.refine>li:first-child {
	padding-top: 0
}

ol.refine>li:last-child,
ul.refine>li:last-child {
	border-bottom: none
}

ul.refine {
	margin-top: 12.5px;
	padding-left: 0;
	list-style-type: none
}

ol.refine {
	padding-left: 20px
}

.alert-danger-subtle ol.refine>li,
.alert-danger-subtle ul.refine>li,
.alert-gray ol.refine>li,
.alert-gray ul.refine>li,
.alert-info-subtle ol.refine>li,
.alert-info-subtle ul.refine>li,
.alert-lightergray ol.refine>li,
.alert-lightergray ul.refine>li,
.alert-lightgray ol.refine>li,
.alert-lightgray ul.refine>li,
.alert-navy-subtle ol.refine>li,
.alert-navy-subtle ul.refine>li,
.alert-pink-subtle ol.refine>li,
.alert-pink-subtle ul.refine>li,
.alert-primary-subtle ol.refine>li,
.alert-primary-subtle ul.refine>li,
.alert-purple-subtle ol.refine>li,
.alert-purple-subtle ul.refine>li,
.alert-secondary-subtle ol.refine>li,
.alert-secondary-subtle ul.refine>li,
.alert-success-subtle ol.refine>li,
.alert-success-subtle ul.refine>li,
.alert-warning-subtle ol.refine>li,
.alert-warning-subtle ul.refine>li,
.alert-white ol.refine>li,
.alert-white ul.refine>li,
.bg-danger-subtle ol.refine>li,
.bg-danger-subtle ul.refine>li,
.bg-gray ol.refine>li,
.bg-gray ul.refine>li,
.bg-info-subtle ol.refine>li,
.bg-info-subtle ul.refine>li,
.bg-lightergray ol.refine>li,
.bg-lightergray ul.refine>li,
.bg-lightgray ol.refine>li,
.bg-lightgray ul.refine>li,
.bg-navy-subtle ol.refine>li,
.bg-navy-subtle ul.refine>li,
.bg-pink-subtle ol.refine>li,
.bg-pink-subtle ul.refine>li,
.bg-primary-subtle ol.refine>li,
.bg-primary-subtle ul.refine>li,
.bg-purple-subtle ol.refine>li,
.bg-purple-subtle ul.refine>li,
.bg-secondary-subtle ol.refine>li,
.bg-secondary-subtle ul.refine>li,
.bg-success-subtle ol.refine>li,
.bg-success-subtle ul.refine>li,
.bg-warning-subtle ol.refine>li,
.bg-warning-subtle ul.refine>li,
.bg-white ol.refine>li,
.bg-white ul.refine>li {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.alert-black ol.refine>li,
.alert-black ul.refine>li,
.alert-darkergray ol.refine>li,
.alert-darkergray ul.refine>li,
.alert-darkgray ol.refine>li,
.alert-darkgray ul.refine>li,
.alert-info ol.refine>li,
.alert-info ul.refine>li,
.alert-primary ol.refine>li,
.alert-primary ul.refine>li,
.alert-secondary ol.refine>li,
.alert-secondary ul.refine>li,
.alert-success ol.refine>li,
.alert-success ul.refine>li,
.bg-black ol.refine>li,
.bg-black ul.refine>li,
.bg-darkergray ol.refine>li,
.bg-darkergray ul.refine>li,
.bg-darkgray ol.refine>li,
.bg-darkgray ul.refine>li,
.bg-info ol.refine>li,
.bg-info ul.refine>li,
.bg-primary ol.refine>li,
.bg-primary ul.refine>li,
.bg-secondary ol.refine>li,
.bg-secondary ul.refine>li,
.bg-success ol.refine>li,
.bg-success ul.refine>li {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.alert-warning ol.refine>li,
.alert-warning ul.refine>li,
.bg-warning ol.refine>li,
.bg-warning ul.refine>li {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.alert-danger ol.refine>li,
.alert-danger ul.refine>li,
.bg-danger ol.refine>li,
.bg-danger ul.refine>li {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.alert-light ol.refine>li,
.alert-light ul.refine>li,
.bg-light ol.refine>li,
.bg-light ul.refine>li {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.alert-blue ol.refine>li,
.alert-blue ul.refine>li,
.alert-brand ol.refine>li,
.alert-brand ul.refine>li,
.alert-brand-dark ol.refine>li,
.alert-brand-dark ul.refine>li,
.alert-brand-mid ol.refine>li,
.alert-brand-mid ul.refine>li,
.alert-dark ol.refine>li,
.alert-dark ul.refine>li,
.alert-navy ol.refine>li,
.alert-navy ul.refine>li,
.bg-blue ol.refine>li,
.bg-blue ul.refine>li,
.bg-brand ol.refine>li,
.bg-brand ul.refine>li,
.bg-brand-dark ol.refine>li,
.bg-brand-dark ul.refine>li,
.bg-brand-mid ol.refine>li,
.bg-brand-mid ul.refine>li,
.bg-dark ol.refine>li,
.bg-dark ul.refine>li,
.bg-navy ol.refine>li,
.bg-navy ul.refine>li {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.alert-pink ol.refine>li,
.alert-pink ul.refine>li,
.bg-pink ol.refine>li,
.bg-pink ul.refine>li {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.alert-green ol.refine>li,
.alert-green ul.refine>li,
.alert-purple ol.refine>li,
.alert-purple ul.refine>li,
.bg-green ol.refine>li,
.bg-green ul.refine>li,
.bg-purple ol.refine>li,
.bg-purple ul.refine>li {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.alert-yellow ol.refine>li,
.alert-yellow ul.refine>li,
.bg-yellow ol.refine>li,
.bg-yellow ul.refine>li {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.logo {
	z-index: 1;
	display: block;
	width: 90px;
	/* background-repeat: no-repeat; */
	float: left
}

.logo.isologo {
	background-image: url(../img/cnex-logo.png);
	/* background-color: #e3000f */
}

.logo.ieclogo {
	background-image: url(../img/iso/iec-logo.svg);
	background-color: #0060aa
}

.logo.ieclogo,
.logo.isologo {
	height: 90px;
	background-position: center center
}

@media (max-width:991.98px) {

	.logo.ieclogo,
	.logo.isologo {
		height: 70px;
		width: 70px
	}
}

.logo.ieclogo.logo-xs,
.logo.isologo.logo-xs {
	height: 32px;
	width: 32px
}

.logo.ieclogo.logo-sm,
.logo.isologo.logo-sm {
	height: 3rem;
	width: 3rem
}

.logo.ieclogo.logo-md,
.logo.isologo.logo-md {
	height: 64px;
	width: 64px
}

.logo.ieclogo.logo-lg,
.logo.isologo.logo-lg {
	height: 128px;
	width: 128px
}

.logo.ieclogo.logo-xl,
.logo.isologo.logo-xl {
	height: 256px;
	width: 256px
}

.logo.notisologo {
	background-image: none;
	margin-left: 0;
	width: auto;
	height: auto
}

@media (max-width:991.98px) {
	.logo.notisologo {
		margin-left: 15px
	}
}

.logo.notisologo img {
	max-width: 115px;
	height: auto
}

@media (max-width:991.98px) {
	.logo.notisologo img {
		max-width: 85px;
		height: auto
	}
}

.logo.logo-scrollTop.poweredby {
	z-index: 1;
	text-decoration: none
}

.logo.logo-scrollTop.poweredby::after {
	font-family: bootstrap-icons;
	content: "\f286";
	font-size: 1.25em;
	transform-origin: center;
	display: inline-block;
	border: 0;
	vertical-align: baseline;
	margin-left: .4em;
	position: absolute;
	z-index: 0;
	top: -20px;
	left: 0;
	opacity: 0;
	transition-property: width, height, max-width;
	transition-duration: .35s
}

.logo.logo-scrollTop.poweredby:hover::after {
	opacity: 1;
	top: -25px
}

.ieclogo-print,
.isologo-print {
	display: none
}

@media print {

	.ieclogo-print,
	.isologo-print {
		display: block;
		width: 80px;
		margin-left: 30px;
		float: left
	}
}

.isologo.bg-secondary #logo-bg {
	fill: pink !important
}

.width-100pct {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: auto
}

@media (min-width:992px) {
	.width-120pct {
		margin-inline: -10%;
		width: 120%
	}
}

.width-300,
.width-500 {
	max-width: 500px !important;
	height: auto
}

.width-300 {
	max-width: 300px !important
}

.width-150,
.width-180 {
	max-width: 180px !important;
	height: auto
}

.width-150 {
	max-width: 150px !important
}

.width-100,
.width-64 {
	max-width: 100px !important;
	height: auto
}

.width-64 {
	max-width: 64px !important
}

.width-25pct {
	max-width: 25%
}

.width-33pct {
	max-width: 33%
}

.width-40pct {
	max-width: 40%
}

.width-50pct {
	max-width: 50%
}

.width-60pct {
	max-width: 60%
}

.width-75pct {
	max-width: 75%
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-25,
.opacity-50,
.opacity-75 {}

.opacity-100 {
	opacity: 1 !important
}

.height-300 {
	height: 300px
}

@media (min-width:1200px) {
	.height-md-300 {
		height: 300px
	}
}

.height-500 {
	height: 500px
}

@media (min-width:1200px) {
	.height-md-500 {
		height: 500px
	}
}

.height-800 {
	height: 800px
}

@media (min-width:1200px) {
	.height-md-800 {
		height: 800px
	}
}

.width-lg-25pct {
	width: 25%
}

@media (max-width:1399.98px) {
	.width-lg-25pct {
		width: 100%
	}
}

.width-md-25pct {
	width: 25%
}

@media (max-width:1199.98px) {
	.width-md-25pct {
		width: 100%
	}
}

.width-sm-25pct {
	width: 25%
}

@media (max-width:1199.98px) {
	.width-sm-25pct {
		width: 100%
	}
}

.width-xs-25pct {
	width: 25%
}

@media (max-width:991.98px) {
	.width-xs-25pct {
		width: 100%
	}
}

.width-xxs-25pct {
	width: 25%
}

@media (max-width:767.98px) {
	.width-xxs-25pct {
		width: 100%
	}
}

.width-lg-33pct {
	width: 33%
}

@media (max-width:1399.98px) {
	.width-lg-33pct {
		width: 100%
	}
}

.width-md-33pct {
	width: 33%
}

@media (max-width:1199.98px) {
	.width-md-33pct {
		width: 100%
	}
}

.width-sm-33pct {
	width: 33%
}

@media (max-width:1199.98px) {
	.width-sm-33pct {
		width: 100%
	}
}

.width-xs-33pct {
	width: 33%
}

@media (max-width:991.98px) {
	.width-xs-33pct {
		width: 100%
	}
}

.width-xxs-33pct {
	width: 33%
}

@media (max-width:767.98px) {
	.width-xxs-33pct {
		width: 100%
	}
}

.width-lg-40pct {
	width: 40%
}

@media (max-width:1399.98px) {
	.width-lg-40pct {
		width: 100%
	}
}

.width-md-40pct {
	width: 40%
}

@media (max-width:1199.98px) {
	.width-md-40pct {
		width: 100%
	}
}

.width-sm-40pct {
	width: 40%
}

@media (max-width:1199.98px) {
	.width-sm-40pct {
		width: 100%
	}
}

.width-xs-40pct {
	width: 40%
}

@media (max-width:991.98px) {
	.width-xs-40pct {
		width: 100%
	}
}

.width-xxs-40pct {
	width: 40%
}

@media (max-width:767.98px) {
	.width-xxs-40pct {
		width: 100%
	}
}

.width-lg-50pct {
	width: 50%
}

@media (max-width:1399.98px) {
	.width-lg-50pct {
		width: 100%
	}
}

.width-md-50pct {
	width: 50%
}

@media (max-width:1199.98px) {
	.width-md-50pct {
		width: 100%
	}
}

.width-sm-50pct {
	width: 50%
}

@media (max-width:1199.98px) {
	.width-sm-50pct {
		width: 100%
	}
}

.width-xs-50pct {
	width: 50%
}

@media (max-width:991.98px) {
	.width-xs-50pct {
		width: 100%
	}
}

.width-xxs-50pct {
	width: 50%
}

@media (max-width:767.98px) {
	.width-xxs-50pct {
		width: 100%
	}
}

.width-lg-60pct {
	width: 60%
}

@media (max-width:1399.98px) {
	.width-lg-60pct {
		width: 100%
	}
}

.width-md-60pct {
	width: 60%
}

@media (max-width:1199.98px) {
	.width-md-60pct {
		width: 100%
	}
}

.width-sm-60pct {
	width: 60%
}

@media (max-width:1199.98px) {
	.width-sm-60pct {
		width: 100%
	}
}

.width-xs-60pct {
	width: 60%
}

@media (max-width:991.98px) {
	.width-xs-60pct {
		width: 100%
	}
}

.width-xxs-60pct {
	width: 60%
}

@media (max-width:767.98px) {
	.width-xxs-60pct {
		width: 100%
	}
}

.width-lg-66pct {
	width: 66%
}

@media (max-width:1399.98px) {
	.width-lg-66pct {
		width: 100%
	}
}

.width-md-66pct {
	width: 66%
}

@media (max-width:1199.98px) {
	.width-md-66pct {
		width: 100%
	}
}

.width-sm-66pct {
	width: 66%
}

@media (max-width:1199.98px) {
	.width-sm-66pct {
		width: 100%
	}
}

.width-xs-66pct {
	width: 66%
}

@media (max-width:991.98px) {
	.width-xs-66pct {
		width: 100%
	}
}

.width-xxs-66pct {
	width: 66%
}

@media (max-width:767.98px) {
	.width-xxs-66pct {
		width: 100%
	}
}

.width-lg-75pct {
	width: 75%
}

@media (max-width:1399.98px) {
	.width-lg-75pct {
		width: 100%
	}
}

.width-md-75pct {
	width: 75%
}

@media (max-width:1199.98px) {
	.width-md-75pct {
		width: 100%
	}
}

.width-sm-75pct {
	width: 75%
}

@media (max-width:1199.98px) {
	.width-sm-75pct {
		width: 100%
	}
}

.width-xs-75pct {
	width: 75%
}

@media (max-width:991.98px) {
	.width-xs-75pct {
		width: 100%
	}
}

.width-xxs-75pct {
	width: 75%
}

@media (max-width:767.98px) {
	.width-xxs-75pct {
		width: 100%
	}
}

.width-lg-100pct {
	width: 100%
}

@media (max-width:1399.98px) {
	.width-lg-100pct {
		width: 100%
	}
}

.width-md-100pct {
	width: 100%
}

@media (max-width:1199.98px) {
	.width-md-100pct {
		width: 100%
	}
}

.width-sm-100pct {
	width: 100%
}

@media (max-width:1199.98px) {
	.width-sm-100pct {
		width: 100%
	}
}

.width-xs-100pct {
	width: 100%
}

@media (max-width:991.98px) {
	.width-xs-100pct {
		width: 100%
	}
}

.isobox figure.img-fluid img,
.width-xxs-100pct {
	width: 100%
}

@media (max-width:767.98px) {
	.width-xxs-100pct {
		width: 100%
	}
}

.overflow-bottom {
	max-width: 50%;
	max-height: 50%;
	margin-top: -25% !important
}

.min-height-250 {
	min-height: initial
}

@media (min-width:1200px) {
	.min-height-250 {
		min-height: 250px !important
	}
}

.min-height-300 {
	min-height: initial
}

@media (min-width:1200px) {
	.min-height-300 {
		min-height: 300px !important
	}
}

.min-height-400 {
	min-height: initial
}

@media (min-width:1200px) {
	.min-height-400 {
		min-height: 400px !important
	}
}

.min-height-500 {
	min-height: initial
}

@media (min-width:1200px) {
	.min-height-500 {
		min-height: 500px !important
	}
}

.align-right {
	margin: 0 0 1.2em 2em;
	float: right !important
}

.align-right .width-100pct {
	margin-left: 0
}

.align-left {
	margin: 0 2em 1.2em 0;
	float: left !important
}

.align-left .width-100pct {
	margin-right: 0
}

.align-center {
	margin: 0 auto 1.2em;
	float: none
}

.align-center .figure,
.align-center figure,
.align-center img {
	margin: auto
}

.no-alignment {
	margin-bottom: 1.2em;
	float: none
}

.circle,
.circle img {
	border-radius: 50%;
	position: inherit;
	z-index: 1
}

.figure img,
figure img,
p img {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: .5rem
}

.figure-video,
.img-fluid,
.media-left figure,
.youtube-player {
	border-radius: .5rem
}

@media (max-width:991.98px) {
	.width-500 {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

@media (max-width:767.98px) {

	.img-50pct,
	.img-60pct,
	.img-75pct,
	.width-300 {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.width-50pct {
		width: 100%
	}
}

.border5-white {
	border: 5px solid #fff
}

.border5-info {
	border: 5px solid #006bb7
}

.border5-primary {
	border: 5px solid #e3000f
}

.border5-success {
	border: 5px solid #008f67
}

.border5-danger {
	border: 5px solid #9c2b42
}

.border5-warning {
	border: 5px solid #f9b83e
}

svg text {
	font-family: "Inter var ISO", Arial, Helvetica, system-ui, sans-serif !important
}

.img-fit img,
img.bg,
img.img-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.grayscale {
	filter: grayscale(1)
}

.blur {
	filter: blur(4px)
}

[class^=col-] {
	container-type: inline-size;
	container-name: col-list
}

.media {
	margin-bottom: 1.875rem;
	display: grid;
	grid-template-columns: 100px auto;
	grid-template-rows: auto;
	grid-template-areas: "img body" "img metadata";
	gap: 0 .9375rem
}

.media.landscape {
	grid-template-columns: 33cqw auto
}

.media-left {
	grid-area: img
}

.media-left figure {
	margin-bottom: 0
}

.media-left figure img {
	width: 100%;
	height: auto;
	border-radius: 0
}

.media-left figure.obp,
.media-left figure.pub {
	border-radius: 0
}

.media-left figure.obp .img-container,
.media-left figure.pub .img-container,
.publication figure .img-container {
	border-radius: .1em .15em .15em .1em
}

.media-body {
	grid-area: body
}

.media-body>:last-child {
	margin-bottom: 0
}

.media-body:first-child {
	margin-left: calc((.9375rem + 100px)*-1)
}

.media-body .section-back {
	margin-left: 0
}

.media-metadata {
	grid-area: metadata;
	margin-top: .46875rem
}

@container col-list (max-width: 350px) {
	.media {
		grid-template-areas: "img ." "body body" "metadata metadata"
	}

	.media.landscape {
		grid-template-columns: 100% auto
	}

	.media .media-left {
		margin-bottom: .9375rem
	}

	.media .media-body:first-child {
		margin-left: 0
	}
}

.medias-lg .media {
	grid-template-columns: 33cqw auto
}

@container col-list (max-width: calc(350px * 1.5)) {
	.medias-lg .media {
		grid-template-areas: "img ." "body body" "metadata metadata";
		grid-template-columns: 100% auto
	}

	.medias-lg .media .media-left {
		margin-bottom: .9375rem
	}
}

.medias-xl .media {
	grid-template-columns: 50cqw auto
}

@container col-list (max-width: calc(350px * 2.5)) {
	.medias-xl .media {
		grid-template-areas: "img ." "body body" "metadata metadata";
		grid-template-columns: 100% auto
	}

	.medias-xl .media .media-left {
		margin-bottom: .9375rem
	}
}

.media-lead .media-body .h3,
.media-lead .media-body h3 {
	font-size: 3.157rem
}

.media-lead .media-body .h4,
.media-lead .media-body h4 {
	font-size: 2.369rem
}

.media-lead .media-body .h5,
.media-lead .media-body h5 {
	font-size: 1.777rem
}

.media-lead .media-body .entry-summary {
	font-size: 1.25rem
}

.refine .media,
.vcard .figure-box figure {
	margin-bottom: 0
}

.vcard {
	display: grid;
	grid-template-areas: "img body";
	grid-template-columns: 150px auto;
	grid-template-rows: auto;
	gap: 0 .9375rem
}

.vcard.no-figure {
	grid-template-areas: "body body";
	grid-column-gap: 0 !important
}

.vcard.no-figure .figure-box {
	display: none
}

.vcard.no-figure .content-box {
	margin-left: 0 !important
}

.vcard .figure-box {
	grid-area: img
}

.vcard .figure-box figure figcaption,
.vcard .figure-box figure img {
	text-align: center
}

.vcard .figure-box figure img,
div.dt-scroll {
	width: 100%
}

.vcard .content-box {
	grid-area: body;
	overflow: hidden;
	font-size: 1rem;
	text-align: left;
	align-self: center
}

.vcard .content-box:first-child {
	margin-left: calc((.9375rem + 150px)*-1)
}

.vcard .content-box .fn,
.vcard .content-box .n {
	font-weight: 500
}

.vcard .content-box .role {
	font-style: italic
}

.vcard .content-box .adr,
.vcard .content-box .email,
.vcard .content-box .tel,
.vcard .content-box .url {
	font-size: smaller
}

.vcard .content-box .note {
	line-height: 1.25em;
	font-size: .875em
}

.vcard .content-box .email,
.vcard .content-box .url {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto
}

@container col-list (max-width: 350px) {
	.vcard {
		grid-template-areas: "img ." "body body"
	}

	.vcard .content-box:first-child {
		margin-left: 0
	}

	.vcard .figure-box {
		margin-bottom: .9375rem
	}
}

.vcard.vcard-sm {
	grid-template-columns: 100px auto
}

.vcard.vcard-sm .content-box {
	font-size: 1rem
}

.vcard.vcard-xs {
	grid-template-columns: 50px auto;
	grid-column-gap: 10px
}

.vcard.vcard-xs .content-box {
	align-self: center;
	font-size: .875em
}

@container col-list (max-width: 350px) {
	.vcard.vcard-xs {
		grid-template-areas: "img body"
	}
}

.vcard.vcard-xs .figure-box {
	margin-bottom: 0
}

.vcard.vcard-lg {
	grid-template-columns: 300px auto
}

.vcard .social a {
	color: #333;
	opacity: .75;
	margin-right: 3px
}

.vcard .social a:active,
.vcard .social a:hover {
	opacity: 1;
	color: #e3000f;
	text-decoration: none
}

:root .vcard.vcard-sm .figure-box,
_:-ms-fullscreen .vcard.vcard-sm .figure-box {
	max-width: 100px
}

.text-center .vcard hr,
.vcard.text-center hr {
	margin-left: auto;
	margin-right: auto
}

.publication {
	display: table
}

.publication>* {
	vertical-align: top;
	display: table-cell
}

.publication .figure-box {
	width: 33%
}

.publication .content-box {
	padding-left: 1.2em;
	width: 66%
}

.publication figure .img-container img {
	border-radius: 0
}

@media (max-width:767.98px) {
	.section-detail .publication>* {
		display: block
	}

	.section-detail .publication .figure-box {
		width: 90%;
		margin: 0 5% 1.875rem;
		max-width: 300px
	}

	.section-detail .publication .content-box {
		padding-left: 0;
		width: 100%
	}
}

@container col-list (max-width: 350px) {

	.publication,
	.publication>* {
		display: block
	}

	.publication .figure-box {
		width: 80%;
		margin-left: 15px
	}

	.publication .figure-box:hover+.content-box {
		opacity: 0;
		bottom: -30px
	}

	.publication .figure-box img {
		border-left-width: 1.5cqw
	}

	.publication .content-box {
		border-radius: .5rem;
		padding: 1rem;
		position: absolute;
		margin-left: 20%;
		width: auto;
		z-index: 2;
		left: 0;
		bottom: -15px;
		background-color: #fff;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		max-height: 80%;
		overflow: hidden
	}

	.publication .content-box::after {
		content: " ";
		width: 100%;
		height: 50px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%)
	}
}

.publication.hero {
	width: 100%;
	z-index: 1
}

@media (max-width:1199.98px) {
	.publication.hero {
		display: block
	}
}

.publication.hero .figure-box figure {
	max-width: 350px
}

.publication.hero .figure-box figure a {
	opacity: 1
}

.publication.hero .content-box {
	margin-left: 0;
	width: 50%
}

@media (min-width:992px) {
	.publication.hero {
		margin-right: 0
	}

	.publication.hero .content-box,
	.publication.hero .figure-box {
		width: 100%
	}

	.publication.hero:hover img {
		opacity: 100
	}
}

@media (min-width:1400px) {
	.publication.hero {
		margin-top: -5.625rem;
		margin-right: 0;
		margin-bottom: -5.625rem;
		margin-left: 0
	}
}

.bg-primary-subtle .publication .content-box {
	background-color: #f9cccf !important
}

.bg-primary-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9cccf 80%)
}

.bg-secondary-subtle .publication .content-box {
	background-color: #dccdd2 !important
}

.bg-secondary-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #dccdd2 80%)
}

.bg-info-subtle .publication .content-box {
	background-color: #cce1f1 !important
}

.bg-info-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #cce1f1 80%)
}

.bg-success-subtle .publication .content-box {
	background-color: #cce9e1 !important
}

.bg-success-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #cce9e1 80%)
}

.bg-warning-subtle .publication .content-box {
	background-color: #fef1d8 !important
}

.bg-warning-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fef1d8 80%)
}

.bg-danger-subtle .publication .content-box {
	background-color: #ebd5d9 !important
}

.bg-danger-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ebd5d9 80%)
}

.bg-pink-subtle .publication .content-box {
	background-color: #ffdde2 !important
}

.bg-pink-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffdde2 80%)
}

.bg-purple-subtle .publication .content-box {
	background-color: #ddcaed !important
}

.bg-purple-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ddcaed 80%)
}

.bg-navy-subtle .publication .content-box {
	background-color: #babfcf !important
}

.bg-navy-subtle .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #babfcf 80%)
}

.bg-white .publication .content-box {
	background-color: #fff !important
}

.bg-white .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%)
}

.bg-lightergray .publication .content-box {
	background-color: #efeded !important
}

.bg-lightergray .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #efeded 80%)
}

.bg-lightgray .publication .content-box {
	background-color: #e4e2e1 !important
}

.bg-lightgray .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #e4e2e1 80%)
}

.bg-gray .publication .content-box {
	background-color: #c9c4c2 !important
}

.bg-gray .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #c9c4c2 80%)
}

.bg-darkgray .publication .content-box {
	background-color: #58595b !important
}

.bg-darkgray .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #58595b 80%)
}

.bg-darkergray .publication .content-box {
	background-color: #2c2d2e !important
}

.bg-darkergray .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2c2d2e 80%)
}

.bg-black .publication .content-box {
	background-color: #000 !important
}

.bg-black .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 80%)
}

.bg-primary .publication .content-box {
	background-color: #e3000f !important
}

.bg-primary .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #e3000f 80%)
}

.bg-secondary .publication .content-box {
	background-color: #4f051f !important
}

.bg-secondary .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #4f051f 80%)
}

.bg-info .publication .content-box {
	background-color: #006bb7 !important
}

.bg-info .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #006bb7 80%)
}

.bg-success .publication .content-box {
	background-color: #008f67 !important
}

.bg-success .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #008f67 80%)
}

.bg-warning .publication .content-box {
	background-color: #f9b83e !important
}

.bg-warning .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9b83e 80%)
}

.bg-danger .publication .content-box {
	background-color: #9c2b42 !important
}

.bg-danger .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #9c2b42 80%)
}

.bg-light .publication .content-box {
	background-color: #faf9f9 !important
}

.bg-light .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #faf9f9 80%)
}

.bg-dark .publication .content-box {
	background-color: #2c2d2e !important
}

.bg-dark .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2c2d2e 80%)
}

.bg-brand .publication .content-box {
	background-color: #e3000f !important
}

.bg-brand .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #e3000f 80%)
}

.bg-brand-mid .publication .content-box {
	background-color: #9c2b42 !important
}

.bg-brand-mid .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #9c2b42 80%)
}

.bg-brand-dark .publication .content-box {
	background-color: #4f051f !important
}

.bg-brand-dark .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #4f051f 80%)
}

.bg-navy .publication .content-box {
	background-color: #19285f !important
}

.bg-navy .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #19285f 80%)
}

.bg-blue .publication .content-box {
	background-color: #006bb7 !important
}

.bg-blue .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #006bb7 80%)
}

.bg-pink .publication .content-box {
	background-color: #ff8c9e !important
}

.bg-pink .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ff8c9e 80%)
}

.bg-purple .publication .content-box {
	background-color: #8c4fc2 !important
}

.bg-purple .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #8c4fc2 80%)
}

.bg-green .publication .content-box {
	background-color: #008f67 !important
}

.bg-green .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #008f67 80%)
}

.bg-yellow .publication .content-box {
	background-color: #f9b83e !important
}

.bg-yellow .publication .content-box:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9b83e 80%)
}

.thumbnail .box-text {
	padding: 1rem
}

figure a[class*=" bi-"]:before,
figure a[class^=bi-]:before {
	opacity: .5;
	transition: all .2s ease;
	z-index: 1
}

@media (prefers-reduced-motion:reduce) {

	figure a[class*=" bi-"]:before,
	figure a[class^=bi-]:before {
		transition: none
	}
}

figure a:hover[class*=" bi-"]:before,
figure a:hover[class^=bi-]:before {
	opacity: 1;
	font-size: 90px;
	transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {

	figure a:hover[class*=" bi-"]:before,
	figure a:hover[class^=bi-]:before {
		transition: none
	}
}

figure a:hover[class*=" bi-"],
figure a:hover[class^=bi-] {
	text-decoration: none
}

figure a[class*=" bi-"],
figure a[class^=bi-] {
	position: relative;
	display: block
}

figure .bi.bi-action,
figure a[class*=" bi-"]:before,
figure a[class^=bi-]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 72px;
	color: #fff;
	text-shadow: 0 0 4px #999
}

.figure,
figure {
	position: relative;
	overflow: hidden
}

.figure.image,
figure.image {
	margin-bottom: 1.2em
}

.figure.width-100pct,
figure.width-100pct {
	margin: 0 0 1.2em
}

.figure.pull-right,
figure.pull-right {
	margin: 0 0 1.2em 2em
}

.figure figcaption,
figure figcaption {
	max-width: 100%;
	padding-top: 8px;
	font-size: .875em;
	line-height: 1.3em
}

.figure figcaption>p,
figure figcaption>p {
	margin-bottom: .3em;
	max-width: initial !important
}

.figure .copyright,
.figure .info,
figure .copyright,
figure .info {
	position: absolute;
	color: #e9ecef;
	font-size: .7rem;
	z-index: 1;
	padding: 4px 6px 3px;
	background-color: rgba(0, 0, 0, .5)
}

.figure .copyright>p,
.figure .info>p,
figure .copyright>p,
figure .info>p {
	margin-bottom: 0
}

.figure .copyright a,
.figure .info a,
figure .copyright a,
figure .info a {
	color: #fff !important;
	text-decoration: underline;
	background: 0 0 !important
}

.figure .copyright a:hover,
.figure .info a:hover,
figure .copyright a:hover,
figure .info a:hover {
	cursor: hand
}

.figure .copyright,
figure .copyright {
	top: 0;
	right: 0;
	text-align: right
}

.figure .info,
figure .info {
	top: 0;
	left: 0;
	margin: 8px
}

.figure .info.pull-right,
figure .info.pull-right {
	left: inherit;
	right: 0
}

.figure .img-container,
figure .img-container {
	position: relative;
	overflow: hidden;
	border-radius: .5rem
}

.figure .img-container.ratio img,
figure .img-container.ratio img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%
}

.figure .img-container.ratio a:hover img.hover-zoom,
figure .img-container.ratio a:hover img.hover-zoom {
	transform: translate(-50%, -50%) scale(1.05)
}

.figure .img-container .info,
figure .img-container .info {
	bottom: 0;
	top: inherit;
	left: 0;
	border-radius: 0;
	width: 100%;
	margin: 0;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem
}

@media (min-width:768px) {

	.figure a img.hover-zoom,
	figure a img.hover-zoom {
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s
	}

	.figure a:hover img.hover-zoom,
	figure a:hover img.hover-zoom {
		opacity: .8;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05)
	}
}

.vignette .container,
.vignette .container-fluid,
.vignette .container-lg,
.vignette .container-md,
.vignette .container-sm,
.vignette .container-xl,
.vignette .container-xxl {
	position: relative;
	z-index: 2
}

.vignette:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	box-shadow: 0 0 200px rgba(0, 0, 0, .9) inset;
	-moz-box-shadow: 0 0 200px rgba(0, 0, 0, .9) inset;
	-webkit-box-shadow: 0 0 200px rgba(0, 0, 0, .9) inset;
	z-index: 1
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.vignette:before {
		box-shadow: none
	}
}

.vignette.vignette-light:before {
	opacity: .25
}

.vignette.vignette-dark:before {
	opacity: .75
}

.vignette.vignette-bottom:before {
	box-shadow: 0 -200px 200px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 -200px 200px rgba(0, 0, 0, .75) inset;
	-webkit-box-shadow: 0 -200px 200px rgba(0, 0, 0, .75) inset
}

.vignette.vignette-top:before {
	box-shadow: 0 200px 200px rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 0 200px 200px rgba(0, 0, 0, .75) inset;
	-webkit-box-shadow: 0 200px 200px rgba(0, 0, 0, .75) inset
}

.vignette.vignette-left:before {
	box-shadow: 50vw 0 50vw rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: 50vw 0 50vw rgba(0, 0, 0, .75) inset;
	-webkit-box-shadow: 50vw 0 50vw rgba(0, 0, 0, .75) inset
}

.vignette.vignette-right:before {
	box-shadow: -50vw 0 50vw rgba(0, 0, 0, .75) inset;
	-moz-box-shadow: -50vw 0 50vw rgba(0, 0, 0, .75) inset;
	-webkit-box-shadow: -50vw 0 50vw rgba(0, 0, 0, .75) inset
}

.tilt {
	transition: transform .35s;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.tilt:hover {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg)
}

figure.standard {
	overflow: visible;
	container-type: inline-size;
	container-name: std-cover
}

figure.standard a:focus,
figure.standard a:hover,
figure.standard a:visited {
	text-decoration: none
}

figure.standard .btn-preview {
	opacity: 0;
	transition: color .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@container std-cover (max-width: 50px) {
	figure.standard .standard-cover {
		display: none
	}
}

@container std-cover (min-width: 50px) {
	figure.standard .standard-cover {
		aspect-ratio: .7070707;
		font-size: 3cqw;
		background-color: #fff;
		line-height: 1.2;
		color: #333;
		position: relative;
		display: grid;
		grid-template-columns: 60% 40%;
		grid-template-rows: 40% 60%;
		padding: 5%;
		border-left-width: 1.5cqw;
		border-left-style: solid;
		border-left-color: #b6b6b6
	}

	figure.standard .standard-cover.standard-cover-old {
		grid-template-columns: 33% 66%;
		grid-template-rows: 10% 20% 61% 9%
	}

	figure.standard .standard-cover.standard-cover-old .cell-top-right {
		grid-column: 2;
		grid-row: 1;
		border: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 2cqw
	}

	figure.standard .standard-cover.standard-cover-old .cell-top-right .standard-type {
		font-size: 3cqw;
		text-transform: uppercase
	}

	figure.standard .standard-cover.standard-cover-old .cell-top-right .standard-number {
		text-align: right;
		font-size: 3cqw;
		color: #333
	}

	figure.standard .standard-cover.standard-cover-old .cell-bottom-right {
		grid-column: 2;
		grid-row: 2;
		border: 0;
		text-align: right
	}

	figure.standard .standard-cover.standard-cover-old .cell-bottom-right .standard-edition {
		font-size: 2cqw
	}

	figure.standard .standard-cover.standard-cover-old .cell-bottom-right:before {
		display: none
	}

	figure.standard .standard-cover.standard-cover-old .cell-bottom-left,
	figure.standard .standard-cover.standard-cover-old .cell-top-left {
		grid-column: 2;
		grid-row: 3;
		padding-top: 2cqw;
		border: 0;
		border-top: .35cqw double #333
	}

	figure.standard .standard-cover.standard-cover-old .cell-bottom-left .standard-title {
		font-size: 3cqw
	}

	figure.standard .standard-cover.standard-cover-old .cell-top-left {
		grid-row: 4;
		display: flex;
		flex-direction: row;
		justify-content: space-between
	}

	figure.standard .standard-cover.standard-cover-old .cell-top-left .standard-logo {
		width: 20cqw;
		height: 14cqw
	}

	figure.standard .standard-cover.standard-cover-custom {
		aspect-ratio: initial
	}

	figure.standard .standard-cover,
	figure.standard .standard-cover.standard-cover-custom img {
		border-radius: .5cqw 2cqw 2cqw .5cqw
	}

	figure.standard .standard-cover.bg-primary-subtle {
		border-left-color: #f1888f
	}

	figure.standard .standard-cover.bg-primary-subtle .cell-bottom-right::before {
		background-color: #f9cccf
	}

	figure.standard .standard-cover.bg-secondary-subtle {
		border-left-color: #bda0aa
	}

	figure.standard .standard-cover.bg-secondary-subtle .cell-bottom-right::before {
		background-color: #dccdd2
	}

	figure.standard .standard-cover.bg-info-subtle {
		border-left-color: #90bee1
	}

	figure.standard .standard-cover.bg-info-subtle .cell-bottom-right::before {
		background-color: #cce1f1
	}

	figure.standard .standard-cover.bg-success-subtle {
		border-left-color: #97d2c2
	}

	figure.standard .standard-cover.bg-success-subtle .cell-bottom-right::before {
		background-color: #cce9e1
	}

	figure.standard .standard-cover.bg-warning-subtle {
		border-left-color: #fcd68d
	}

	figure.standard .standard-cover.bg-warning-subtle .cell-bottom-right::before {
		background-color: #fef1d8
	}

	figure.standard .standard-cover.bg-danger-subtle {
		border-left-color: #d2a1aa
	}

	figure.standard .standard-cover.bg-danger-subtle .cell-bottom-right::before {
		background-color: #ebd5d9
	}

	figure.standard .standard-cover.bg-pink-subtle {
		border-left-color: #ff91a1
	}

	figure.standard .standard-cover.bg-pink-subtle .cell-bottom-right::before {
		background-color: #ffdde2
	}

	figure.standard .standard-cover.bg-purple-subtle {
		border-left-color: #b891da
	}

	figure.standard .standard-cover.bg-purple-subtle .cell-bottom-right::before {
		background-color: #ddcaed
	}

	figure.standard .standard-cover.bg-navy-subtle {
		border-left-color: #8d95b0
	}

	figure.standard .standard-cover.bg-navy-subtle .cell-bottom-right::before {
		background-color: #babfcf
	}

	figure.standard .standard-cover.bg-white .cell-bottom-right::before {
		background-color: #fff
	}

	figure.standard .standard-cover.bg-lightergray {
		border-left-color: #cbc5c5
	}

	figure.standard .standard-cover.bg-lightergray .cell-bottom-right::before {
		background-color: #efeded
	}

	figure.standard .standard-cover.bg-lightgray {
		border-left-color: #c0bbb9
	}

	figure.standard .standard-cover.bg-lightgray .cell-bottom-right::before {
		background-color: #e4e2e1
	}

	figure.standard .standard-cover.bg-gray {
		border-left-color: #a59d99
	}

	figure.standard .standard-cover.bg-gray .cell-bottom-right::before {
		background-color: #c9c4c2
	}

	figure.standard .standard-cover.bg-darkgray {
		border-left-color: #323334
	}

	figure.standard .standard-cover.bg-darkgray .cell-bottom-right::before {
		background-color: #58595b
	}

	figure.standard .standard-cover.bg-darkergray {
		border-left-color: #070707
	}

	figure.standard .standard-cover.bg-darkergray .cell-bottom-right::before {
		background-color: #2c2d2e
	}

	figure.standard .standard-cover.bg-black {
		border-left-color: #000
	}

	figure.standard .standard-cover.bg-black .cell-bottom-right::before {
		background-color: #000
	}

	figure.standard .standard-cover.bg-primary {
		border-left-color: #97000a
	}

	figure.standard .standard-cover.bg-primary .cell-bottom-right::before {
		background-color: #e3000f
	}

	figure.standard .standard-cover.bg-secondary {
		border-left-color: #070003
	}

	figure.standard .standard-cover.bg-secondary .cell-bottom-right::before {
		background-color: #4f051f
	}

	figure.standard .standard-cover.bg-info {
		border-left-color: #003e6b
	}

	figure.standard .standard-cover.bg-info .cell-bottom-right::before {
		background-color: #006bb7
	}

	figure.standard .standard-cover.bg-success {
		border-left-color: #004330
	}

	figure.standard .standard-cover.bg-success .cell-bottom-right::before {
		background-color: #008f67
	}

	figure.standard .standard-cover.bg-warning {
		border-left-color: #e39707
	}

	figure.standard .standard-cover.bg-warning .cell-bottom-right::before {
		background-color: #f9b83e
	}

	figure.standard .standard-cover.bg-danger {
		border-left-color: #601a29
	}

	figure.standard .standard-cover.bg-danger .cell-bottom-right::before {
		background-color: #9c2b42
	}

	figure.standard .standard-cover.bg-light {
		border-left-color: #d7cfcf
	}

	figure.standard .standard-cover.bg-light .cell-bottom-right::before {
		background-color: #faf9f9
	}

	figure.standard .standard-cover.bg-dark {
		border-left-color: #070707
	}

	figure.standard .standard-cover.bg-dark .cell-bottom-right::before {
		background-color: #2c2d2e
	}

	figure.standard .standard-cover.bg-brand {
		border-left-color: #97000a
	}

	figure.standard .standard-cover.bg-brand .cell-bottom-right::before {
		background-color: #e3000f
	}

	figure.standard .standard-cover.bg-brand-mid {
		border-left-color: #601a29
	}

	figure.standard .standard-cover.bg-brand-mid .cell-bottom-right::before {
		background-color: #9c2b42
	}

	figure.standard .standard-cover.bg-brand-dark {
		border-left-color: #070003
	}

	figure.standard .standard-cover.bg-brand-dark .cell-bottom-right::before {
		background-color: #4f051f
	}

	figure.standard .standard-cover.bg-navy {
		border-left-color: #090f22
	}

	figure.standard .standard-cover.bg-navy .cell-bottom-right::before {
		background-color: #19285f
	}

	figure.standard .standard-cover.bg-blue {
		border-left-color: #003e6b
	}

	figure.standard .standard-cover.bg-blue .cell-bottom-right::before {
		background-color: #006bb7
	}

	figure.standard .standard-cover.bg-pink {
		border-left-color: #ff405d
	}

	figure.standard .standard-cover.bg-pink .cell-bottom-right::before {
		background-color: #ff8c9e
	}

	figure.standard .standard-cover.bg-purple {
		border-left-color: #653392
	}

	figure.standard .standard-cover.bg-purple .cell-bottom-right::before {
		background-color: #8c4fc2
	}

	figure.standard .standard-cover.bg-green {
		border-left-color: #004330
	}

	figure.standard .standard-cover.bg-green .cell-bottom-right::before {
		background-color: #008f67
	}

	figure.standard .standard-cover.bg-yellow {
		border-left-color: #e39707
	}

	figure.standard .standard-cover.bg-yellow .cell-bottom-right::before {
		background-color: #f9b83e
	}

	figure.standard .standard-cover.bg-white {
		border-left-color: #b6b6b6
	}

	figure.standard .standard-cover>.blur {
		filter: blur(2cqw)
	}

	figure.standard .standard-cover .cell-top-left {
		grid-column: 1;
		grid-row: 1;
		border-bottom: .15cqw solid #333;
		border-right: .15cqw solid #333
	}

	figure.standard .standard-cover .cell-top-right {
		grid-column: 2;
		grid-row: 1;
		padding: 0 0 3cqw 3cqw;
		border-bottom: .15cqw solid #333;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	figure.standard .standard-cover .cell-bottom-left {
		grid-column: 1;
		grid-row: 2;
		padding: 3cqw 3cqw 0 0;
		border-right: .15cqw solid #333;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	figure.standard .standard-cover .cell-bottom-right {
		grid-column: 2;
		grid-row: 2;
		padding: 3cqw 0 0 3cqw;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	figure.standard .standard-cover .cell-bottom-right::before {
		content: " ";
		background-color: #fff;
		width: 2cqw;
		height: 2cqw;
		position: absolute;
		top: -1cqw;
		left: -1cqw
	}

	figure.standard .standard-cover .standard-label {
		color: #333;
		font-size: 11cqw;
		text-transform: uppercase;
		font-weight: 700;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-20deg);
		text-align: center
	}

	figure.standard .standard-cover .standard-type {
		font-weight: 400;
		font-size: 3.5cqw
	}

	figure.standard .standard-cover .standard-number {
		text-transform: uppercase;
		font-weight: 700;
		color: #e3000f
	}

	figure.standard .standard-cover .standard-edition {
		font-weight: 500;
		font-size: 2.5cqw
	}

	figure.standard .standard-cover .standard-title {
		font-size: 3cqw;
		font-weight: 500
	}

	figure.standard .standard-cover .standard-logo {
		height: 20cqw;
		width: 30cqw;
		margin-right: 1cqw;
		transition: none
	}

	figure.standard .standard-cover .standard-logo img {
		border-radius: 0;
		width: 100%;
		max-width: none
	}

	figure.standard .standard-cover .standard-copyright,
	figure.standard .standard-cover .standard-reference {
		font-size: 1.5cqw
	}

	figure.standard .standard-cover .standard-stage {
		position: absolute;
		top: 0;
		display: block;
		width: 3cqw;
		height: 100%
	}
}

.bundle-container {
	position: relative
}

.bundle-container .bundle figure {
	width: 60% !important;
	margin: 0 -10% -60% !important;
	z-index: 1
}

.bundle-container .bundle figure:nth-of-type(odd) {
	margin-left: 0;
	transform: rotate(-5deg)
}

.bundle-container .bundle figure:nth-of-type(even) {
	margin-right: 0;
	transform: rotate(5deg)
}

.bundle-container .bundle figure:nth-of-type(odd):last-child {
	transform: rotate(0deg);
	margin-inline: 0
}

.bundle-container .bundle figure:last-child,
.bundle-container .bundle figure:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0 !important
}

.bundle-container .bundle figure.obp .img-container,
.bundle-container .bundle figure.pub .img-container {
	border-radius: .1em .15em .15em .1em
}

.bundle-container .bundle figure.obp img,
.bundle-container .bundle figure.pub img {
	border-radius: 0
}

.rotate-0 {
	transform: rotate(0deg) !important
}

.gallery {
	position: relative;
	display: block;
	margin: 0 auto
}

.gallery .img-fluid {
	max-width: initial;
	width: 100%;
	border-radius: 0
}

.gallery .gallery-caption {
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.gallery .gallery-caption .gallery-caption-content {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.gallery .gallery-caption .gallery-caption-content .gallery-caption-content-txt {
	padding: 0 10px
}

.gallery:hover .gallery-caption {
	opacity: .8;
	filter: alpha(opacity=80)
}

.gallery:focus {
	outline: 0
}

.gallery.gallery-tile,
div.dt-scroll-body>table.dataTable>thead>tr>td,
div.dt-scroll-body>table.dataTable>thead>tr>th {
	overflow: hidden
}

.gallery.gallery-tile .gallery-caption,
.gallery:hover.gallery-tile .gallery-caption,
.gallery:hover.gallery-tile img {
	opacity: .75;
	filter: alpha(opacity=75)
}

.gallery.gallery-tile img {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1)
}

.gallery:hover.gallery-tile img {
	transform: scale(1.05)
}

.bg-primary-subtle .gallery .bg-text {
	background-color: #f9cccf
}

.bg-secondary-subtle .gallery .bg-text {
	background-color: #dccdd2
}

.bg-info-subtle .gallery .bg-text {
	background-color: #cce1f1
}

.bg-success-subtle .gallery .bg-text {
	background-color: #cce9e1
}

.bg-warning-subtle .gallery .bg-text {
	background-color: #fef1d8
}

.bg-danger-subtle .gallery .bg-text {
	background-color: #ebd5d9
}

.bg-pink-subtle .gallery .bg-text {
	background-color: #ffdde2
}

.bg-purple-subtle .gallery .bg-text {
	background-color: #ddcaed
}

.bg-navy-subtle .gallery .bg-text {
	background-color: #babfcf
}

.bg-white .gallery .bg-text {
	background-color: #fff
}

.bg-lightergray .gallery .bg-text {
	background-color: #efeded
}

.bg-lightgray .gallery .bg-text {
	background-color: #e4e2e1
}

.bg-gray .gallery .bg-text {
	background-color: #c9c4c2
}

.bg-darkgray .gallery .bg-text {
	background-color: #58595b
}

.bg-darkergray .gallery .bg-text {
	background-color: #2c2d2e
}

.bg-black .gallery .bg-text {
	background-color: #000
}

.bg-primary .gallery .bg-text {
	background-color: #e3000f
}

.bg-secondary .gallery .bg-text {
	background-color: #4f051f
}

.bg-info .gallery .bg-text {
	background-color: #006bb7
}

.bg-success .gallery .bg-text {
	background-color: #008f67
}

.bg-warning .gallery .bg-text {
	background-color: #f9b83e
}

.bg-danger .gallery .bg-text {
	background-color: #9c2b42
}

.bg-light .gallery .bg-text {
	background-color: #faf9f9
}

.bg-dark .gallery .bg-text {
	background-color: #2c2d2e
}

.bg-brand .gallery .bg-text {
	background-color: #e3000f
}

.bg-brand-mid .gallery .bg-text {
	background-color: #9c2b42
}

.bg-brand-dark .gallery .bg-text {
	background-color: #4f051f
}

.bg-navy .gallery .bg-text {
	background-color: #19285f
}

.bg-blue .gallery .bg-text {
	background-color: #006bb7
}

.bg-pink .gallery .bg-text {
	background-color: #ff8c9e
}

.bg-purple .gallery .bg-text {
	background-color: #8c4fc2
}

.bg-green .gallery .bg-text {
	background-color: #008f67
}

.bg-yellow .gallery .bg-text {
	background-color: #f9b83e
}

.caption-wrapped>* {
	width: fit-content;
	padding: .5rem 1rem;
	margin: 0
}

.caption-wrapped.caption-center>* {
	margin: 0 auto
}

.caption-wrapped.caption-end>* {
	text-align: right;
	margin-left: auto
}

.caption-wrapped.caption-start>* {
	text-align: left;
	margin-right: auto
}

.caption-wrapped.caption-dark>* {
	background-color: #2c2d2e;
	color: #fff
}

.caption-wrapped.caption-light>* {
	color: #333;
	background-color: #faf9f9
}

hr.sdg-line {
	height: 3px;
	width: 100%;
	margin: 10px 0 15px;
	border-top: none
}

.sdg-bottomline,
.sdg-topline,
hr.sdg-line {
	background-image: url(../img/sdg/sdg-line.png);
	background-size: 340px 3px;
	background-repeat: repeat-x;
	background-position: center bottom
}

.sdg-topline {
	background-position: center top
}

.sdg {
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	padding-top: 1px;
	position: relative;
	border-radius: .5rem
}

.sdg.sdg-sm {
	width: 28px !important;
	height: 28px !important;
	margin: 0 2px 2px 0;
	transition: width .3s ease-in-out .3s, height .3s ease-in-out .3s;
	border-radius: 0
}

.sdg .sdg-label {
	line-height: 26px;
	width: 28px;
	font-size: 20px;
	float: left;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: -.08em;
	margin-left: -1px;
	transition: color .3s ease-in-out
}

.sdg .sdg-logo,
.sdg .sdg-text {
	opacity: 0;
	transition: opacity .3s ease-in-out
}

.sdg .sdg-text {
	font-weight: 500;
	font-size: 7px;
	text-align: left;
	line-height: 1em;
	margin-top: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	margin-left: 28px;
	letter-spacing: -.35px
}

.sdg .sdg-logo {
	width: 100%;
	height: 100px;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0
}

.sdg.sdg-md,
.sdg.sdg-sm:hover {
	width: 100px !important;
	height: 100px !important;
	transition: width .3s ease-in-out, height .3s ease-in-out
}

.sdg.sdg-md .sdg-label,
.sdg.sdg-sm:hover .sdg-label {
	color: rgba(0, 0, 0, .4)
}

.sdg.sdg-md .sdg-text,
.sdg.sdg-sm:hover .sdg-text {
	opacity: .7;
	transition: opacity .3s ease-in-out .3s
}

.sdg.sdg-md .sdg-logo,
.sdg.sdg-sm:hover .sdg-logo {
	opacity: 1;
	transition: opacity .3s ease-in-out .3s
}

.sdg.sdg-md.sdg-icon .sdg-label,
.sdg.sdg-md.sdg-icon .sdg-text,
.sdg.sdg-sm:hover.sdg-icon .sdg-label,
.sdg.sdg-sm:hover.sdg-icon .sdg-text {
	display: none
}

.sdg.sdg-md.sdg-icon .sdg-logo,
.sdg.sdg-sm:hover.sdg-icon .sdg-logo {
	width: 120px;
	height: 120px;
	background-size: 100% 100%;
	position: absolute;
	top: -28px;
	left: -10px
}

.sdg .img-fluid {
	border-radius: 0
}

.sdg-00,
.sdg-00.active~hr {
	background-color: #aaa
}

.sdg-00 .sdg-logo {
	background-image: url(../img/sdg/sdg00.svg)
}

.sdg-00.active~hr {
	margin-left: 0
}

.sdg-00:hover~hr {
	margin-left: 0 !important;
	background-color: #aaa !important
}

.sdg-01,
.sdg-01.active~hr {
	background-color: #eb1c2d
}

.sdg-01 .sdg-logo {
	background-image: url(../img/sdg/sdg01.svg)
}

.sdg-01.active~hr {
	margin-left: 5.5555%
}

.sdg-01:hover~hr {
	margin-left: 5.5555% !important;
	background-color: #eb1c2d !important
}

.sdg-02,
.sdg-02.active~hr {
	background-color: #d3a029
}

.sdg-02 .sdg-logo {
	background-image: url(../img/sdg/sdg02.svg)
}

.sdg-02.active~hr {
	margin-left: 11.111%
}

.sdg-02:hover~hr {
	margin-left: 11.111% !important;
	background-color: #d3a029 !important
}

.sdg-03,
.sdg-03.active~hr {
	background-color: #279b48
}

.sdg-03 .sdg-logo {
	background-image: url(../img/sdg/sdg03.svg)
}

.sdg-03.active~hr {
	margin-left: 16.6665%
}

.sdg-03:hover~hr {
	margin-left: 16.6665% !important;
	background-color: #279b48 !important
}

.sdg-04,
.sdg-04.active~hr {
	background-color: #c31f33
}

.sdg-04 .sdg-logo {
	background-image: url(../img/sdg/sdg04.svg)
}

.sdg-04.active~hr {
	margin-left: 22.222%
}

.sdg-04:hover~hr {
	margin-left: 22.222% !important;
	background-color: #c31f33 !important
}

.sdg-05,
.sdg-05.active~hr {
	background-color: #ef402b
}

.sdg-05 .sdg-logo {
	background-image: url(../img/sdg/sdg05.svg)
}

.sdg-05.active~hr {
	margin-left: 27.7775%
}

.sdg-05:hover~hr {
	margin-left: 27.7775% !important;
	background-color: #ef402b !important
}

.sdg-06,
.sdg-06.active~hr {
	background-color: #00aed9
}

.sdg-06 .sdg-logo {
	background-image: url(../img/sdg/sdg06.svg)
}

.sdg-06.active~hr {
	margin-left: 33.333%
}

.sdg-06:hover~hr {
	margin-left: 33.333% !important;
	background-color: #00aed9 !important
}

.sdg-07,
.sdg-07.active~hr {
	background-color: #fdb714
}

.sdg-07 .sdg-logo {
	background-image: url(../img/sdg/sdg07.svg)
}

.sdg-07.active~hr {
	margin-left: 38.8885%
}

.sdg-07:hover~hr {
	margin-left: 38.8885% !important;
	background-color: #fdb714 !important
}

.sdg-08,
.sdg-08.active~hr {
	background-color: #8e1938
}

.sdg-08 .sdg-logo {
	background-image: url(../img/sdg/sdg08.svg)
}

.sdg-08.active~hr {
	margin-left: 44.444%
}

.sdg-08:hover~hr {
	margin-left: 44.444% !important;
	background-color: #8e1938 !important
}

.sdg-09,
.sdg-09.active~hr {
	background-color: #f36c25
}

.sdg-09 .sdg-logo {
	background-image: url(../img/sdg/sdg09.svg)
}

.sdg-09.active~hr {
	margin-left: 49.9995%
}

.sdg-09:hover~hr {
	margin-left: 49.9995% !important;
	background-color: #f36c25 !important
}

.sdg-10,
.sdg-10.active~hr {
	background-color: #e21384
}

.sdg-10 .sdg-logo {
	background-image: url(../img/sdg/sdg10.svg)
}

.sdg-10.active~hr {
	margin-left: 55.555%
}

.sdg-10:hover~hr {
	margin-left: 55.555% !important;
	background-color: #e21384 !important
}

.sdg-11,
.sdg-11.active~hr {
	background-color: #f99d26
}

.sdg-11 .sdg-logo {
	background-image: url(../img/sdg/sdg11.svg)
}

.sdg-11.active~hr {
	margin-left: 61.1105%
}

.sdg-11:hover~hr {
	margin-left: 61.1105% !important;
	background-color: #f99d26 !important
}

.sdg-12,
.sdg-12.active~hr {
	background-color: #d08c2b
}

.sdg-12 .sdg-logo {
	background-image: url(../img/sdg/sdg12.svg)
}

.sdg-12.active~hr {
	margin-left: 66.666%
}

.sdg-12:hover~hr {
	margin-left: 66.666% !important;
	background-color: #d08c2b !important
}

.sdg-13,
.sdg-13.active~hr {
	background-color: #47773e
}

.sdg-13 .sdg-logo {
	background-image: url(../img/sdg/sdg13.svg)
}

.sdg-13.active~hr {
	margin-left: 72.2215%
}

.sdg-13:hover~hr {
	margin-left: 72.2215% !important;
	background-color: #47773e !important
}

.sdg-14,
.sdg-14.active~hr {
	background-color: #007cbc
}

.sdg-14 .sdg-logo {
	background-image: url(../img/sdg/sdg14.svg)
}

.sdg-14.active~hr {
	margin-left: 77.777%
}

.sdg-14:hover~hr {
	margin-left: 77.777% !important;
	background-color: #007cbc !important
}

.sdg-15,
.sdg-15.active~hr {
	background-color: #3eb048
}

.sdg-15 .sdg-logo {
	background-image: url(../img/sdg/sdg15.svg)
}

.sdg-15.active~hr {
	margin-left: 83.3325%
}

.sdg-15:hover~hr {
	margin-left: 83.3325% !important;
	background-color: #3eb048 !important
}

.sdg-16,
.sdg-16.active~hr {
	background-color: #02558b
}

.sdg-16 .sdg-logo {
	background-image: url(../img/sdg/sdg16.svg)
}

.sdg-16.active~hr {
	margin-left: 88.888%
}

.sdg-16:hover~hr {
	margin-left: 88.888% !important;
	background-color: #02558b !important
}

.sdg-17,
.sdg-17.active~hr {
	background-color: #183667
}

.sdg-17 .sdg-logo {
	background-image: url(../img/sdg/sdg17.svg)
}

.sdg-17.active~hr {
	margin-left: 94.4435%
}

.sdg-17:hover~hr {
	margin-left: 94.4435% !important;
	background-color: #183667 !important
}

.sdg-graph {
	display: inline-table;
	width: 100%;
	margin-top: 120px
}

.sdg-graph .sdg {
	width: 5.38%;
	height: auto;
	margin-right: .5%;
	border-radius: 0
}

.sdg-graph .sdg .img-fluid {
	border-radius: 0 !important
}

.sdg-graph .sdg .sdg-bar {
	position: absolute;
	width: 100%
}

.sdg-graph .sdg .sdg-bar .sdg-quantity {
	font-size: 10px;
	color: #000;
	margin-top: -15px
}

.sdg-nav .sdg {
	width: 5.0555%;
	height: auto;
	padding: 0;
	margin: 0 .5% 0 0;
	background-color: transparent
}

.sdg-nav .sdg img {
	opacity: .3;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

@media (max-width:991.98px) {
	.sdg-nav .sdg {
		width: 10.61%;
		margin: 0 .5% .5% 0
	}

	.sdg-nav .sdg img {
		opacity: .25
	}

	.sdg-nav .sdg .sdg-active {
		display: none
	}
}

@media (max-width:767.98px) {
	.sdg-nav .sdg {
		width: 15.66%;
		margin: 0 1% 1% 0
	}
}

.sdg-nav .sdg.active img,
.sdg-nav .sdg:hover img {
	opacity: 1
}

.sdg-nav hr.sdg-active {
	height: 5px;
	width: 5.0555%;
	margin-bottom: 0;
	transition: .3s ease-in-out;
	border-top: 2px solid #e9ecef;
	float: left;
	margin-top: 0;
	opacity: 1
}

@media (max-width:991.98px) {
	.sdg-nav hr.sdg-active {
		display: none
	}
}

.sdg-box {
	border-bottom: 3px solid transparent;
	border-image: url(../img/sdg/sdg-line.png);
	border-image-slice: 6;
	border-image-repeat: repeat;
	padding: 1rem 0 .5rem;
	position: relative;
	margin-bottom: 1.2em
}

#home-scroll-down,
.scroll-down {
	position: absolute;
	bottom: 30px
}

.scroll-down {
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	bottom: 35px;
	padding-left: 7px;
	cursor: pointer;
	z-index: 2;
	color: rgba(255, 255, 255, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.scroll-down.svg svg {
	vertical-align: middle;
	width: 25px;
	opacity: 1;
	-webkit-transition: opacity 5s;
	-moz-transition: opacity 5s;
	-ms-transition: opacity 5s;
	-o-transition: opacity 5s;
	transition: opacity 5s
}

.scroll-down.svg .stroke {
	stroke: rgba(255, 255, 255, .5)
}

.scroll-down.svg .scroller {
	fill: rgba(255, 255, 255, .5);
	-webkit-animation: updown 1s infinite;
	-moz-animation: updown 1s infinite;
	-o-animation: updown 1s infinite;
	animation: updown 1s infinite
}

.caption,
.caption .icon {
	position: absolute;
	bottom: 0
}

.caption {
	color: #212529;
	width: 150px;
	text-align: left;
	background-color: rgba(255, 255, 255, .75);
	padding: 8px 10px;
	right: -150px;
	z-index: 10;
	opacity: .5;
	transition: all 1s;
	font-size: .75rem
}

.caption .icon {
	left: -1.5em;
	color: #fff;
	margin-bottom: 0;
	font-size: 1.25rem
}

.caption .icon>i::before {
	padding: .25em
}

.caption .title {
	position: relative;
	font-weight: 700
}

.caption .location {
	position: relative;
	color: rgba(0, 0, 0, .5)
}

.caption .copyright {
	position: relative;
	background: 0 0;
	text-align: left;
	color: #212529 !important;
	padding: 0
}

.caption .copyright a {
	color: #e3000f !important;
	text-decoration: none
}

.caption .copyright a:hover {
	text-decoration: underline
}

.caption .copyright p {
	margin: 0
}

.caption:hover {
	right: 0;
	transition: all 1s;
	opacity: .85;
	margin-left: 0
}

.row-sticky .col-lg-4>*,
.row-sticky .col-md-4>*,
.row-sticky .col-sm-4>*,
.row-sticky .col-xs-4>* {
	position: sticky;
	top: calc(1.9375rem + 4.125rem)
}

table.dataTable .dt-column-header {
	display: flex;
	align-items: last baseline !important;
	justify-content: left !important;
	gap: .25rem
}

table.dataTable .dt-column-header .dt-column-title {
	flex-grow: 0 !important
}

table.dataTable .dt-column-order {
	font-family: bootstrap-icons !important;
	width: 1rem !important;
	height: 1rem !important;
	display: flex;
	align-items: last baseline
}

table.dataTable .dt-column-order::after,
table.dataTable .dt-column-order::before {
	line-height: initial !important;
	font-size: 1em !important;
	position: static !important;
	opacity: 1 !important;
	color: var(--bs-link-color)
}

table.dataTable thead .dt-orderable-asc,
table.dataTable thead .dt-orderable-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc,
table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc {
	cursor: pointer
}

table.dataTable thead .dt-orderable-asc .dt-column-order,
table.dataTable thead .dt-orderable-desc .dt-column-order {
	opacity: 0
}

table.dataTable thead .dt-orderable-asc.dt-ordering-asc .dt-column-order,
table.dataTable thead .dt-orderable-asc.dt-ordering-desc .dt-column-order,
table.dataTable thead .dt-orderable-desc.dt-ordering-asc .dt-column-order,
table.dataTable thead .dt-orderable-desc.dt-ordering-desc .dt-column-order {
	opacity: 1 !important
}

table.dataTable thead .dt-orderable-asc.dt-ordering-asc .dt-column-order::before,
table.dataTable thead .dt-orderable-desc.dt-ordering-asc .dt-column-order::before {
	content: "\f148" !important
}

table.dataTable thead .dt-orderable-asc.dt-ordering-asc .dt-column-order::after,
table.dataTable thead .dt-orderable-asc.dt-ordering-desc .dt-column-order::before,
table.dataTable thead .dt-orderable-desc.dt-ordering-asc .dt-column-order::after,
table.dataTable thead .dt-orderable-desc.dt-ordering-desc .dt-column-order::before {
	content: "" !important
}

table.dataTable thead .dt-orderable-asc.dt-ordering-desc .dt-column-order:after,
table.dataTable thead .dt-orderable-desc.dt-ordering-desc .dt-column-order:after {
	content: "\f128" !important
}

table.dataTable thead:hover .dt-orderable-asc:hover,
table.dataTable thead:hover .dt-orderable-desc:hover {
	outline: 0 !important
}

table.dataTable thead:hover .dt-orderable-asc:hover .dt-column-title,
table.dataTable thead:hover .dt-orderable-desc:hover .dt-column-title {
	color: var(--bs-link-color)
}

table.dataTable thead:hover .dt-orderable-asc .dt-column-order,
table.dataTable thead:hover .dt-orderable-desc .dt-column-order {
	opacity: .33
}

table.dataTable thead:hover .dt-orderable-asc .dt-column-order::before,
table.dataTable thead:hover .dt-orderable-desc .dt-column-order::before {
	content: "\f148"
}

table.dataTable thead:hover .dt-orderable-asc .dt-column-order::after,
table.dataTable thead:hover .dt-orderable-desc .dt-column-order::after {
	content: ""
}

table.dataTable .dt-type-date,
table.dataTable .dt-type-numeric {
	text-align: left !important
}

table.dataTable .dt-type-date .dt-column-header,
table.dataTable .dt-type-numeric .dt-column-header {
	flex-direction: row !important
}

@media (max-width:991.98px) {
	table.responsive-table>tbody>tr>td {
		padding: .05rem !important;
		padding-left: 31.5% !important
	}

	table.responsive-table>tbody>tr>td:before {
		top: .1rem
	}

	div.dt-container .dt-paging ul.pagination {
		justify-content: center !important
	}
}

div.dt-container .dt-length,
div.dt-container .dt-search {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .5rem
}

div.dt-container .dt-length label,
div.dt-container .dt-search label {
	text-wrap: nowrap
}

div.dt-container .dt-length .form-select {
	width: auto
}

@media (max-width:575.98px) {

	div.dt-container .dt-length,
	div.dt-container .dt-search {
		margin-bottom: 1rem
	}

	div.dt-container .dt-info {
		text-align: center;
		margin-bottom: .5rem
	}
}

:root {
	--dt-row-selected: 13, 110, 253;
	--dt-row-selected-text: 255, 255, 255;
	--dt-row-selected-link: 9, 10, 11;
	--dt-row-stripe: 0, 0, 0;
	--dt-row-hover: 0, 0, 0;
	--dt-column-ordering: 0, 0, 0;
	--dt-html-background: white
}

:root.dark {
	--dt-html-background: rgb(33, 37, 41)
}

table.dataTable td.dt-control {
	text-align: center;
	cursor: pointer
}

table.dataTable td.dt-control:before {
	display: inline-block;
	box-sizing: border-box;
	content: "";
	border-top: 5px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, .5);
	border-bottom: 5px solid transparent;
	border-right: 0 solid transparent
}

table.dataTable tr.dt-hasChild td.dt-control:before {
	border-top: 10px solid rgba(0, 0, 0, .5);
	border-left: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 5px solid transparent
}

:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before,
html.dark table.dataTable td.dt-control:before {
	border-left-color: rgba(255, 255, 255, .5)
}

:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
	border-top-color: rgba(255, 255, 255, .5);
	border-left-color: transparent
}

div.dt-scroll-body tfoot tr,
div.dt-scroll-body thead tr {
	height: 0
}

div.dt-scroll-body tfoot tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body thead tr th {
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important
}

div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body thead tr th div.dt-scroll-sizing {
	height: 0 !important;
	overflow: hidden !important
}

table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before {
	position: absolute;
	display: block;
	bottom: 50%;
	content: "▲" /""
}

table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after {
	position: absolute;
	display: block;
	top: 50%;
	content: "▼" /""
}

table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order {
	position: relative;
	width: 12px;
	height: 20px
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before {
	left: 0;
	opacity: .125;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before {
	left: 0;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before {
	left: 0;
	opacity: .125;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after {
	left: 0;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before {
	left: 0;
	opacity: .125;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
	left: 0;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before {
	left: 0;
	opacity: .125;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
	left: 0;
	line-height: 9px;
	font-size: .8em
}

table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover,
table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover {
	outline: 2px solid rgba(0, 0, 0, .05);
	outline-offset: -2px
}

table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after {
	opacity: .6
}

table.dataTable thead>tr>td.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead>tr>td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead>tr>th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead>tr>th.sorting_desc_disabled span.dt-column-order:after {
	display: none
}

table.dataTable thead>tr>td:active,
table.dataTable thead>tr>th:active {
	outline: 0
}

table.dataTable tfoot>tr>td div.dt-column-footer,
table.dataTable tfoot>tr>td div.dt-column-header,
table.dataTable tfoot>tr>th div.dt-column-footer,
table.dataTable tfoot>tr>th div.dt-column-header,
table.dataTable thead>tr>td div.dt-column-footer,
table.dataTable thead>tr>td div.dt-column-header,
table.dataTable thead>tr>th div.dt-column-footer,
table.dataTable thead>tr>th div.dt-column-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px
}

table.dataTable tfoot>tr>td div.dt-column-footer span.dt-column-title,
table.dataTable tfoot>tr>td div.dt-column-header span.dt-column-title,
table.dataTable tfoot>tr>th div.dt-column-footer span.dt-column-title,
table.dataTable tfoot>tr>th div.dt-column-header span.dt-column-title,
table.dataTable thead>tr>td div.dt-column-footer span.dt-column-title,
table.dataTable thead>tr>td div.dt-column-header span.dt-column-title,
table.dataTable thead>tr>th div.dt-column-footer span.dt-column-title,
table.dataTable thead>tr>th div.dt-column-header span.dt-column-title {
	flex-grow: 1
}

:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,
:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,
:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,
:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover {
	outline: 2px solid rgba(255, 255, 255, .05)
}

div.dt-processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -22px;
	text-align: center;
	padding: 2px;
	z-index: 10
}

div.dt-processing>div:last-child {
	position: relative;
	width: 80px;
	height: 15px;
	margin: 1em auto
}

div.dt-processing>div:last-child>div {
	position: absolute;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #0d6efd;
	background: rgb(var(--dt-row-selected));
	animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

div.dt-processing>div:last-child>div:nth-child(1) {
	left: 8px;
	animation: datatables-loader-1 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(2) {
	left: 8px;
	animation: datatables-loader-2 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(3) {
	left: 32px;
	animation: datatables-loader-2 .6s infinite
}

div.dt-processing>div:last-child>div:nth-child(4) {
	left: 56px;
	animation: datatables-loader-3 .6s infinite
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
	white-space: nowrap
}

table.dataTable td,
table.dataTable th {
	box-sizing: border-box
}

table.dataTable td.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable th.dt-type-numeric {
	text-align: right
}

table.dataTable td.dt-right div.dt-column-footer,
table.dataTable td.dt-right div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable tfoot td.dt-head-right div.dt-column-footer,
table.dataTable tfoot td.dt-head-right div.dt-column-header,
table.dataTable tfoot th.dt-head-right div.dt-column-footer,
table.dataTable tfoot th.dt-head-right div.dt-column-header,
table.dataTable th.dt-right div.dt-column-footer,
table.dataTable th.dt-right div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer,
table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable thead td.dt-head-right div.dt-column-footer,
table.dataTable thead td.dt-head-right div.dt-column-header,
table.dataTable thead th.dt-head-right div.dt-column-footer,
table.dataTable thead th.dt-head-right div.dt-column-header {
	flex-direction: row-reverse
}

table.dataTable td.dt-left,
table.dataTable tfoot td,
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th,
table.dataTable tfoot th.dt-head-left,
table.dataTable th.dt-left,
table.dataTable thead td,
table.dataTable thead td.dt-head-left,
table.dataTable thead th,
table.dataTable thead th.dt-head-left {
	text-align: left
}

table.dataTable td.dt-center,
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable th.dt-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
	text-align: center
}

table.dataTable td.dt-right,
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable th.dt-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
	text-align: right
}

table.dataTable td.dt-justify,
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable th.dt-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
	text-align: justify
}

table.dataTable td.dt-nowrap,
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable th.dt-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
	white-space: nowrap
}

table.dataTable td.dt-empty,
table.dataTable th.dt-empty {
	text-align: center;
	vertical-align: top
}

table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
	text-align: left
}

table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
	text-align: center
}

table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
	text-align: right
}

table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
	text-align: justify
}

table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
	white-space: nowrap
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes tada {

	0%,
	to {
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		transform: scale3d(.75, .75, .75) rotate3d(0, 0, 1, -5deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, 5deg)
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.5, 1.5, 1.5) rotate3d(0, 0, 1, -5deg)
	}
}

@keyframes slideUp {
	to {
		transform: translateY(0);
		opacity: 1
	}

	0% {
		transform: translateY(1rem);
		opacity: 0
	}
}

table.table.dataTable {
	clear: both;
	margin-bottom: 0;
	max-width: none;
	border-spacing: 0
}

table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
	box-shadow: none;
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), .05)
}

table.table.dataTable>:not(caption)>*>* {
	background-color: var(--bs-table-bg)
}

table.table-browse tr>th:hover,
table.table.dataTable>tbody>tr {
	background-color: transparent
}

table.table.dataTable>tbody>tr.selected>* {
	box-shadow: inset 0 0 0 9999px #0d6efd;
	box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
	color: #fff;
	color: rgb(var(--dt-row-selected-text))
}

table.table.dataTable>tbody>tr.selected a {
	color: #090a0b;
	color: rgb(var(--dt-row-selected-link))
}

table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1).selected>* {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .95);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .95)
}

table.table.dataTable.table-hover>tbody>tr:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .075)
}

table.table.dataTable.table-hover>tbody>tr.selected:hover>* {
	box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, .975);
	box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), .975)
}

div.dt-container div.dt-layout-start>:not(:last-child) {
	margin-right: 1em
}

div.dt-container div.dt-layout-end>:not(:first-child) {
	margin-left: 1em
}

div.dt-container div.dt-layout-full {
	width: 100%
}

div.dt-container div.dt-layout-full>:only-child {
	margin-left: auto;
	margin-right: auto
}

div.dt-container div.dt-layout-table>div {
	display: block !important
}

@media screen and (max-width:767px) {
	div.dt-container div.dt-layout-start>:not(:last-child) {
		margin-right: 0
	}

	div.dt-container div.dt-layout-end>:not(:first-child) {
		margin-left: 0
	}
}

div.dt-container {
	position: relative
}

div.dt-container div.dt-length select {
	width: auto;
	display: inline-block;
	margin-right: .5em
}

div.dt-container div.dt-search {
	text-align: right
}

div.dt-container div.dt-length label,
div.dt-container div.dt-search label {
	font-weight: 400;
	white-space: nowrap;
	text-align: left
}

div.dt-container div.dt-search input {
	margin-left: .5em;
	display: inline-block;
	width: auto
}

div.dt-container div.dt-paging,
div.table-responsive>div.dt-container>div.row {
	margin: 0
}

div.dt-container div.dt-paging ul.pagination {
	margin: 2px 0;
	flex-wrap: wrap
}

div.dt-container div.dt-row {
	position: relative
}

div.dt-scroll-body>table,
div.dt-scroll-head table.dataTable {
	margin-bottom: 0 !important
}

div.dt-scroll-body {
	border-bottom-color: var(--bs-border-color);
	border-bottom-width: var(--bs-border-width);
	border-bottom-style: solid
}

div.dt-scroll-body>table {
	border-top: none;
	margin-top: 0 !important
}

div.dt-scroll-body>table>tbody>tr:first-child {
	border-top-width: 0
}

div.dt-scroll-body>table>thead>tr {
	border-width: 0 !important
}

div.dt-scroll-body>table>tbody>tr:last-child>* {
	border-bottom: none
}

div.dt-scroll-foot>.dt-scroll-footInner {
	box-sizing: content-box
}

div.dt-scroll-foot>.dt-scroll-footInner>table {
	margin-top: 0 !important;
	border-top: none
}

div.dt-scroll-foot>.dt-scroll-footInner>table>tfoot>tr:first-child {
	border-top-width: 0 !important
}

@media screen and (max-width:767px) {

	div.dt-container div.dt-info,
	div.dt-container div.dt-length,
	div.dt-container div.dt-paging,
	div.dt-container div.dt-search {
		text-align: center
	}

	div.dt-container .row {
		--bs-gutter-y: 0.5rem
	}

	div.dt-container div.dt-paging ul.pagination {
		justify-content: center !important
	}
}

table.dataTable.table-sm>thead>tr td.dt-orderable-asc,
table.dataTable.table-sm>thead>tr td.dt-orderable-desc,
table.dataTable.table-sm>thead>tr td.dt-ordering-asc,
table.dataTable.table-sm>thead>tr td.dt-ordering-desc,
table.dataTable.table-sm>thead>tr th.dt-orderable-asc,
table.dataTable.table-sm>thead>tr th.dt-orderable-desc,
table.dataTable.table-sm>thead>tr th.dt-ordering-asc,
table.dataTable.table-sm>thead>tr th.dt-ordering-desc {
	padding-right: 20px
}

table.dataTable.table-sm>thead>tr td.dt-orderable-asc span.dt-column-order,
table.dataTable.table-sm>thead>tr td.dt-orderable-desc span.dt-column-order,
table.dataTable.table-sm>thead>tr td.dt-ordering-asc span.dt-column-order,
table.dataTable.table-sm>thead>tr td.dt-ordering-desc span.dt-column-order,
table.dataTable.table-sm>thead>tr th.dt-orderable-asc span.dt-column-order,
table.dataTable.table-sm>thead>tr th.dt-orderable-desc span.dt-column-order,
table.dataTable.table-sm>thead>tr th.dt-ordering-asc span.dt-column-order,
table.dataTable.table-sm>thead>tr th.dt-ordering-desc span.dt-column-order {
	right: 5px
}

div.dt-scroll-head table.table-bordered {
	border-bottom-width: 0
}

div.table-responsive>div.dt-container>div.row>div[class^=col-]:first-child {
	padding-left: 0
}

div.table-responsive>div.dt-container>div.row>div[class^=col-]:last-child {
	padding-right: 0
}

:root[data-bs-theme=dark] {
	--dt-row-hover: 255, 255, 255;
	--dt-row-stripe: 255, 255, 255;
	--dt-column-ordering: 255, 255, 255
}

.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: transparent;
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
	padding: .5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table-group-divider {
	border-top: calc(var(--bs-border-width)*2) solid currentcolor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem
}

.table-bordered>:not(caption)>* {
	border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
	border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary,
.table-secondary {
	--bs-table-color: #000000;
	--bs-table-striped-color: #000000;
	--bs-table-active-color: #000000;
	--bs-table-hover-color: #000000
}

.table-primary {
	--bs-table-bg: #f9cccf;
	--bs-table-border-color: #c7a3a6;
	--bs-table-striped-bg: #edc2c5;
	--bs-table-active-bg: #e0b8ba;
	--bs-table-hover-bg: #e6bdbf;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-secondary {
	--bs-table-bg: #dccdd2;
	--bs-table-border-color: #b0a4a8;
	--bs-table-striped-bg: #d1c3c8;
	--bs-table-active-bg: #c6b9bd;
	--bs-table-hover-bg: #ccbec2
}

.table-info,
.table-secondary,
.table-success {
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-success {
	--bs-table-color: #000000;
	--bs-table-bg: #cce9e1;
	--bs-table-border-color: #a3bab4;
	--bs-table-striped-bg: #c2ddd6;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #b8d2cb;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #bdd8d0;
	--bs-table-hover-color: #000000
}

.table-info {
	--bs-table-bg: #cce1f1;
	--bs-table-border-color: #a3b4c1;
	--bs-table-striped-bg: #c2d6e5;
	--bs-table-active-bg: #b8cbd9;
	--bs-table-hover-bg: #bdd0df
}

.table-danger,
.table-info,
.table-warning {
	--bs-table-color: #000000;
	--bs-table-striped-color: #000000;
	--bs-table-active-color: #000000;
	--bs-table-hover-color: #000000
}

.table-warning {
	--bs-table-bg: #fef1d8;
	--bs-table-border-color: #cbc1ad;
	--bs-table-striped-bg: #f1e5cd;
	--bs-table-active-bg: #e5d9c2;
	--bs-table-hover-bg: #ebdfc8;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-danger {
	--bs-table-bg: #ebd5d9;
	--bs-table-border-color: #bcaaae;
	--bs-table-striped-bg: #dfcace;
	--bs-table-active-bg: #d4c0c3;
	--bs-table-hover-bg: #d9c5c9
}

.table-danger,
.table-dark,
.table-light {
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color)
}

.table-light {
	--bs-table-color: #000000;
	--bs-table-bg: #faf9f9;
	--bs-table-border-color: #c8c7c7;
	--bs-table-striped-bg: #eeeded;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #e1e0e0;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #e7e6e6;
	--bs-table-hover-color: #000000
}

.table-dark {
	--bs-table-color: #ffffff;
	--bs-table-bg: #2c2d2e;
	--bs-table-border-color: #565758;
	--bs-table-striped-bg: #373838;
	--bs-table-striped-color: #ffffff;
	--bs-table-active-bg: #414243;
	--bs-table-active-color: #ffffff;
	--bs-table-hover-bg: #3c3d3e;
	--bs-table-hover-color: #ffffff
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
	.table-responsive-xs {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:767.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:991.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1199.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width:1679.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.table,
table {
	border-color: rgba(0, 0, 0, .1)
}

.table>tbody>tr td,
.table>tbody>tr th,
.table>tfoot>tr td,
.table>tfoot>tr th,
table>tbody>tr td,
table>tbody>tr th,
table>tfoot>tr td,
table>tfoot>tr th {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.table>thead>tr th,
table>thead>tr th {
	border-bottom: 1px solid rgba(0, 0, 0, .25)
}

@media (max-width:991.98px) {

	table.responsive-table,
	table.table-responsive {
		display: block;
		border: 0 !important
	}

	table.responsive-table tbody,
	table.responsive-table td,
	table.responsive-table th,
	table.responsive-table thead,
	table.responsive-table tr,
	table.table-responsive tbody,
	table.table-responsive td,
	table.table-responsive th,
	table.table-responsive thead,
	table.table-responsive tr {
		display: block
	}

	table.responsive-table thead tr,
	table.table-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	table.responsive-table tr,
	table.table-responsive tr {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-color: var(--bs-table-border-color);
		padding-bottom: 10px;
		padding-top: 10px
	}

	table.responsive-table td,
	table.responsive-table th,
	table.responsive-table tr:last-child,
	table.table-responsive td,
	table.table-responsive th,
	table.table-responsive tr:last-child {
		border: 0 !important
	}

	table.responsive-table td,
	table.table-responsive td {
		position: relative;
		padding-left: 35% !important;
		white-space: normal;
		text-align: left
	}

	table.responsive-table td:before,
	table.table-responsive td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 30%;
		padding-right: 10px;
		overflow: hidden;
		text-align: right;
		font-weight: 500;
		content: attr(data-title);
		white-space: nowrap;
		text-overflow: ellipsis
	}

	table.responsive-table input,
	table.responsive-table select,
	table.table-responsive input,
	table.table-responsive select {
		max-width: 80px
	}

	table.responsive-table>tbody>tr>td,
	table.responsive-table>tbody>tr>th,
	table.responsive-table>tfoot>tr>td,
	table.responsive-table>tfoot>tr>th,
	table.responsive-table>thead>tr>td,
	table.responsive-table>thead>tr>th,
	table.table-responsive>tbody>tr>td,
	table.table-responsive>tbody>tr>th,
	table.table-responsive>tfoot>tr>td,
	table.table-responsive>tfoot>tr>th,
	table.table-responsive>thead>tr>td,
	table.table-responsive>thead>tr>th {
		padding: 6px
	}
}

table.table-bordered td,
table.table-bordered th {
	border-left-width: 0
}

table.table-bordered td:last-child,
table.table-bordered th:last-child {
	border-right-width: 0
}

table.table-bordered tbody td,
table.table-bordered tbody th {
	border-bottom-width: 0
}

table.table-browse tr>td.col-icon {
	padding-right: 5px !important;
	padding-left: 10px !important;
	text-align: center
}

table.table-browse tbody>tr:hover .col-icon,
table.table-browse tbody>tr:hover a {
	color: #e3000f !important
}

table.table-browse.table-hover a {
	color: #212529 !important
}

table.table-browse tbody>tr td,
table.table-browse tbody>tr td>a {
	color: #212529;
	text-decoration: none
}

table.table-browse tr.row-folder {
	font-weight: 500;
	color: #212529
}

table.table-browse tr>td.col-date {
	vertical-align: middle !important;
	color: rgba(51, 51, 51, .5)
}

table.table-browse td a {
	display: block
}

table.table-browse thead th.sorting_asc:first-child,
table.table-browse thead th.sorting_desc:first-child {
	text-align: center
}

.well {
	border-radius: .5rem
}

.emphasis,
.isobox,
.publication,
.vcard {
	margin-bottom: 1.875rem;
	border-radius: .5rem
}

.emphasis>.alert:last-child,
.emphasis>.article.hentry:last-child,
.emphasis>.emphasis:last-child,
.emphasis>.publication:last-child,
.emphasis>.vcard:last-child,
.isobox>.alert:last-child,
.isobox>.article.hentry:last-child,
.isobox>.emphasis:last-child,
.isobox>.publication:last-child,
.isobox>.vcard:last-child,
.publication>.alert:last-child,
.publication>.article.hentry:last-child,
.publication>.emphasis:last-child,
.publication>.publication:last-child,
.publication>.vcard:last-child,
.vcard>.alert:last-child,
.vcard>.article.hentry:last-child,
.vcard>.emphasis:last-child,
.vcard>.publication:last-child,
.vcard>.vcard:last-child,
.well>.alert:last-child,
.well>.article.hentry:last-child,
.well>.emphasis:last-child,
.well>.publication:last-child,
.well>.vcard:last-child {
	margin-bottom: 0
}

.emphasis .box-last,
.isobox .box-last,
.publication .box-last,
.vcard .box-last,
.well .box-last {
	margin-bottom: -10px
}

.emphasis+.h2,
.emphasis+.h3,
.emphasis+.h4,
.emphasis+.h5,
.emphasis+.h6,
.emphasis+h2,
.emphasis+h3,
.emphasis+h4,
.emphasis+h5,
.emphasis+h6,
.isobox+.h2,
.isobox+.h3,
.isobox+.h4,
.isobox+.h5,
.isobox+.h6,
.isobox+h2,
.isobox+h3,
.isobox+h4,
.isobox+h5,
.isobox+h6,
.publication+.h2,
.publication+.h3,
.publication+.h4,
.publication+.h5,
.publication+.h6,
.publication+h2,
.publication+h3,
.publication+h4,
.publication+h5,
.publication+h6,
.vcard+.h2,
.vcard+.h3,
.vcard+.h4,
.vcard+.h5,
.vcard+.h6,
.vcard+h2,
.vcard+h3,
.vcard+h4,
.vcard+h5,
.vcard+h6,
.well+.h2,
.well+.h3,
.well+.h4,
.well+.h5,
.well+.h6,
.well+h2,
.well+h3,
.well+h4,
.well+h5,
.well+h6 {
	margin-top: 1.875rem
}

.alert>:last-child,
.box>:last-child,
.callout>:last-child,
.card-body>:last-child,
.card-footer>:last-child,
.card-header>:last-child,
.details>:last-child,
.emphasis>:last-child,
.highlight-content>:last-child,
.highlight>:last-child,
.media>:last-child,
.step>:last-child,
.well>:last-child {
	margin-block-end: 0
}

.color-white {
	background-color: #fff
}

.color-primary {
	background-color: #e3000f;
	border: 0;
	color: #fff
}

.color-primary a {
	color: #ff7d86
}

.color-primary .h1 a:focus,
.color-primary .h1 a:hover,
.color-primary .h1 a:visited,
.color-primary .h2 a:focus,
.color-primary .h2 a:hover,
.color-primary .h2 a:visited,
.color-primary .h3 a:focus,
.color-primary .h3 a:hover,
.color-primary .h3 a:visited,
.color-primary .h4 a:focus,
.color-primary .h4 a:hover,
.color-primary .h4 a:visited,
.color-primary h1 a:focus,
.color-primary h1 a:hover,
.color-primary h1 a:visited,
.color-primary h2 a:focus,
.color-primary h2 a:hover,
.color-primary h2 a:visited,
.color-primary h3 a:focus,
.color-primary h3 a:hover,
.color-primary h3 a:visited,
.color-primary h4 a:focus,
.color-primary h4 a:hover,
.color-primary h4 a:visited {
	border-bottom: 1px solid #ff7d86
}

.color-success {
	background-color: #008f67;
	border: 0;
	color: #fff
}

.color-success a {
	color: #29ffc3
}

.color-success .h1 a:focus,
.color-success .h1 a:hover,
.color-success .h1 a:visited,
.color-success .h2 a:focus,
.color-success .h2 a:hover,
.color-success .h2 a:visited,
.color-success .h3 a:focus,
.color-success .h3 a:hover,
.color-success .h3 a:visited,
.color-success .h4 a:focus,
.color-success .h4 a:hover,
.color-success .h4 a:visited,
.color-success h1 a:focus,
.color-success h1 a:hover,
.color-success h1 a:visited,
.color-success h2 a:focus,
.color-success h2 a:hover,
.color-success h2 a:visited,
.color-success h3 a:focus,
.color-success h3 a:hover,
.color-success h3 a:visited,
.color-success h4 a:focus,
.color-success h4 a:hover,
.color-success h4 a:visited {
	border-bottom: 1px solid #29ffc3
}

.color-info {
	background-color: #006bb7;
	border: 0;
	color: #fff
}

.color-info a {
	color: #51b7ff
}

.color-info .h1 a:focus,
.color-info .h1 a:hover,
.color-info .h1 a:visited,
.color-info .h2 a:focus,
.color-info .h2 a:hover,
.color-info .h2 a:visited,
.color-info .h3 a:focus,
.color-info .h3 a:hover,
.color-info .h3 a:visited,
.color-info .h4 a:focus,
.color-info .h4 a:hover,
.color-info .h4 a:visited,
.color-info h1 a:focus,
.color-info h1 a:hover,
.color-info h1 a:visited,
.color-info h2 a:focus,
.color-info h2 a:hover,
.color-info h2 a:visited,
.color-info h3 a:focus,
.color-info h3 a:hover,
.color-info h3 a:visited,
.color-info h4 a:focus,
.color-info h4 a:hover,
.color-info h4 a:visited {
	border-bottom: 1px solid #51b7ff
}

.color-warning {
	background-color: #f9b83e;
	border: 0;
	color: #fff
}

.color-warning a {
	color: #feefd2
}

.color-warning .h1 a:focus,
.color-warning .h1 a:hover,
.color-warning .h1 a:visited,
.color-warning .h2 a:focus,
.color-warning .h2 a:hover,
.color-warning .h2 a:visited,
.color-warning .h3 a:focus,
.color-warning .h3 a:hover,
.color-warning .h3 a:visited,
.color-warning .h4 a:focus,
.color-warning .h4 a:hover,
.color-warning .h4 a:visited,
.color-warning h1 a:focus,
.color-warning h1 a:hover,
.color-warning h1 a:visited,
.color-warning h2 a:focus,
.color-warning h2 a:hover,
.color-warning h2 a:visited,
.color-warning h3 a:focus,
.color-warning h3 a:hover,
.color-warning h3 a:visited,
.color-warning h4 a:focus,
.color-warning h4 a:hover,
.color-warning h4 a:visited {
	border-bottom: 1px solid #feefd2
}

.color-danger {
	background-color: #9c2b42;
	border: 0;
	color: #fff
}

.color-danger a {
	color: #dd8395
}

.color-danger .h1 a:focus,
.color-danger .h1 a:hover,
.color-danger .h1 a:visited,
.color-danger .h2 a:focus,
.color-danger .h2 a:hover,
.color-danger .h2 a:visited,
.color-danger .h3 a:focus,
.color-danger .h3 a:hover,
.color-danger .h3 a:visited,
.color-danger .h4 a:focus,
.color-danger .h4 a:hover,
.color-danger .h4 a:visited,
.color-danger h1 a:focus,
.color-danger h1 a:hover,
.color-danger h1 a:visited,
.color-danger h2 a:focus,
.color-danger h2 a:hover,
.color-danger h2 a:visited,
.color-danger h3 a:focus,
.color-danger h3 a:hover,
.color-danger h3 a:visited,
.color-danger h4 a:focus,
.color-danger h4 a:hover,
.color-danger h4 a:visited {
	border-bottom: 1px solid #dd8395
}

.color-graylighter {
	background-color: #f8f9fa;
	color: #212529
}

.color-gray,
.color-graylight {
	background-color: #e9ecef;
	color: #212529
}

.color-gray {
	background-color: #adb5bd
}

.color-black {
	color: #fff;
	border: 0;
	background-color: #000
}

.color-transparent .h1 a:focus,
.color-transparent .h1 a:hover,
.color-transparent .h1 a:visited,
.color-transparent .h2 a:focus,
.color-transparent .h2 a:hover,
.color-transparent .h2 a:visited,
.color-transparent .h3 a:focus,
.color-transparent .h3 a:hover,
.color-transparent .h3 a:visited,
.color-transparent .h4 a:focus,
.color-transparent .h4 a:hover,
.color-transparent .h4 a:visited,
.color-transparent h1 a:focus,
.color-transparent h1 a:hover,
.color-transparent h1 a:visited,
.color-transparent h2 a:focus,
.color-transparent h2 a:hover,
.color-transparent h2 a:visited,
.color-transparent h3 a:focus,
.color-transparent h3 a:hover,
.color-transparent h3 a:visited,
.color-transparent h4 a:focus,
.color-transparent h4 a:hover,
.color-transparent h4 a:visited {
	border-bottom: 1px solid #fff
}

.publication,
.vcard {
	position: relative
}

.publication .figure-box figure,
.vcard .figure-box figure {
	margin: 0;
	width: 100%
}

.publication .content-box .h3,
.publication .content-box .h4,
.publication .content-box h3,
.publication .content-box h4,
.vcard .content-box .h3,
.vcard .content-box .h4,
.vcard .content-box h3,
.vcard .content-box h4 {
	margin-top: 0
}

.publication hr,
.vcard hr {
	margin: 8px 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bg-info .publication hr,
.bg-info .vcard hr,
.bg-primary .publication hr,
.bg-primary .vcard hr,
.bg-secondary .publication hr,
.bg-secondary .vcard hr,
.bg-success .publication hr,
.bg-success .vcard hr {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-warning .publication hr,
.bg-warning .vcard hr {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-blue .publication hr,
.bg-blue .vcard hr,
.bg-brand .publication hr,
.bg-brand .vcard hr,
.bg-brand-dark .publication hr,
.bg-brand-dark .vcard hr,
.bg-brand-mid .publication hr,
.bg-brand-mid .vcard hr,
.bg-danger .publication hr,
.bg-danger .vcard hr,
.bg-navy .publication hr,
.bg-navy .vcard hr {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-pink .publication hr,
.bg-pink .vcard hr {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-green .publication hr,
.bg-green .vcard hr,
.bg-purple .publication hr,
.bg-purple .vcard hr {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-yellow .publication hr,
.bg-yellow .vcard hr {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-black .publication hr,
.bg-black .vcard hr,
.bg-dark .publication hr,
.bg-dark .vcard hr,
.bg-darkergray .publication hr,
.bg-darkergray .vcard hr,
.bg-darkgray .publication hr,
.bg-darkgray .vcard hr,
.bg-info table thead>tr>th,
.bg-primary table thead>tr>th,
.bg-secondary table thead>tr>th,
.bg-success table thead>tr>th {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.callout {
	border-left-width: 5px;
	border-left-style: solid;
	border-color: #9c2b42;
	padding: 1rem 0 1rem 1rem
}

.callout.callout-top {
	border-left: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-color: #9c2b42;
	padding: 1rem 0
}

.callout.callout-primary-subtle {
	border-color: #f9cccf
}

.callout.callout-secondary-subtle {
	border-color: #dccdd2
}

.callout.callout-info-subtle {
	border-color: #cce1f1
}

.callout.callout-success-subtle {
	border-color: #cce9e1
}

.callout.callout-warning-subtle {
	border-color: #fef1d8
}

.callout.callout-danger-subtle {
	border-color: #ebd5d9
}

.callout.callout-pink-subtle {
	border-color: #ffdde2
}

.callout.callout-purple-subtle {
	border-color: #ddcaed
}

.callout.callout-navy-subtle {
	border-color: #babfcf
}

.callout.callout-white {
	border-color: #fff
}

.callout.callout-lightergray {
	border-color: #efeded
}

.callout.callout-lightgray {
	border-color: #e4e2e1
}

.callout.callout-gray {
	border-color: #c9c4c2
}

.callout.callout-darkgray {
	border-color: #58595b
}

.callout.callout-darkergray {
	border-color: #2c2d2e
}

.callout.callout-black {
	border-color: #000
}

.callout.callout-primary {
	border-color: #e3000f
}

.callout.callout-secondary {
	border-color: #4f051f
}

.callout.callout-info {
	border-color: #006bb7
}

.callout.callout-success {
	border-color: #008f67
}

.callout.callout-warning {
	border-color: #f9b83e
}

.callout.callout-danger {
	border-color: #9c2b42
}

.callout.callout-light {
	border-color: #faf9f9
}

.callout.callout-dark {
	border-color: #2c2d2e
}

.callout.callout-brand {
	border-color: #e3000f
}

.callout.callout-brand-mid {
	border-color: #9c2b42
}

.callout.callout-brand-dark {
	border-color: #4f051f
}

.callout.callout-navy {
	border-color: #19285f
}

.callout.callout-blue {
	border-color: #006bb7
}

.callout.callout-pink {
	border-color: #ff8c9e
}

.callout.callout-purple {
	border-color: #8c4fc2
}

.callout.callout-green {
	border-color: #008f67
}

.callout.callout-yellow {
	border-color: #f9b83e
}

.callout>.blockquote {
	border: 0;
	padding: 0
}

.bg-info .callout,
.bg-primary .callout,
.bg-secondary .callout,
.bg-success .callout {
	border-left-color: rgba(255, 255, 255, .25)
}

.bg-info .text-end .callout,
.bg-info .text-end.callout,
.bg-primary .text-end .callout,
.bg-primary .text-end.callout,
.bg-secondary .text-end .callout,
.bg-secondary .text-end.callout,
.bg-success .text-end .callout,
.bg-success .text-end.callout {
	border-right-color: rgba(255, 255, 255, .25)
}

.bg-warning .callout {
	border-left-color: rgba(0, 0, 0, .25)
}

.bg-warning .text-end .callout,
.bg-warning .text-end.callout {
	border-right-color: rgba(0, 0, 0, .25)
}

.bg-blue .callout,
.bg-brand .callout,
.bg-brand-dark .callout,
.bg-brand-mid .callout,
.bg-danger .callout,
.bg-navy .callout {
	border-left-color: rgba(255, 255, 255, .25)
}

.bg-blue .text-end .callout,
.bg-blue .text-end.callout,
.bg-brand .text-end .callout,
.bg-brand .text-end.callout,
.bg-brand-dark .text-end .callout,
.bg-brand-dark .text-end.callout,
.bg-brand-mid .text-end .callout,
.bg-brand-mid .text-end.callout,
.bg-danger .text-end .callout,
.bg-danger .text-end.callout,
.bg-navy .text-end .callout,
.bg-navy .text-end.callout {
	border-right-color: rgba(255, 255, 255, .25)
}

.bg-pink .callout {
	border-left-color: rgba(0, 0, 0, .25)
}

.bg-pink .text-end .callout,
.bg-pink .text-end.callout {
	border-right-color: rgba(0, 0, 0, .25)
}

.bg-green .callout,
.bg-purple .callout {
	border-left-color: rgba(255, 255, 255, .25)
}

.bg-green .text-end .callout,
.bg-green .text-end.callout,
.bg-purple .text-end .callout,
.bg-purple .text-end.callout {
	border-right-color: rgba(255, 255, 255, .25)
}

.bg-yellow .callout {
	border-left-color: rgba(0, 0, 0, .25)
}

.bg-yellow .text-end .callout,
.bg-yellow .text-end.callout {
	border-right-color: rgba(0, 0, 0, .25)
}

.bg-black .callout,
.bg-dark .callout,
.bg-darkergray .callout,
.bg-darkgray .callout {
	border-left-color: rgba(255, 255, 255, .25)
}

.bg-black .text-end .callout,
.bg-black .text-end.callout,
.bg-dark .text-end .callout,
.bg-dark .text-end.callout,
.bg-darkergray .text-end .callout,
.bg-darkergray .text-end.callout,
.bg-darkgray .text-end .callout,
.bg-darkgray .text-end.callout {
	border-right-color: rgba(255, 255, 255, .25)
}

.callout-scrollspy .heading-scrollspy,
.callout-scrollspy ul.list-scrollspy li:not(:has(a)),
.callout-scrollspy ul.list-scrollspy li>a {
	border-left-color: rgba(0, 0, 0, .25);
	border-left-width: 3px;
	border-left-style: solid;
	display: block;
	padding-left: 1rem;
	padding-block: .5rem;
	margin-bottom: 0
}

.callout-scrollspy ul.list-scrollspy {
	padding-left: 0;
	list-style: none
}

.callout-scrollspy ul.list-scrollspy a.active {
	font-weight: 700;
	border-left-color: #e3000f !important
}

.callout-scrollspy ul.list-scrollspy a:focus,
.callout-scrollspy ul.list-scrollspy a:hover {
	border-left-color: #e3000f !important;
	text-decoration: none
}

.text-end .callout,
.text-end.callout {
	border-width: 0;
	border-inline-end-width: 5px;
	border-inline-end-style: solid;
	padding: 1rem 1rem 1rem 0
}

.box-icon[class*=" bi-"]:before,
.box-icon[class^=bi-]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.box-icon {
	position: relative;
	display: block;
	float: left;
	margin-right: .5rem;
	border-radius: .35rem;
	width: 1.5em;
	height: 1.5em
}

.card-img .box-icon,
.figure .box-icon,
figure .box-icon {
	position: absolute;
	top: .5rem;
	left: .5rem
}

.highlight {
	margin: 1rem 0;
	border-left-style: dotted;
	border-left-width: 10px;
	padding: 1rem;
	transition: border-color .5s !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start
}

@media (min-width:992px) {
	.highlight {
		flex-direction: row;
		align-items: center
	}
}

.highlight.highlight-reverse {
	text-align: right;
	border-left: none;
	border-right-style: dotted;
	border-right-width: 10px;
	justify-content: flex-end;
	flex-direction: initial
}

.highlight.highlight-reverse::after,
.navbar-img ul.navbar-nav>li>ul {
	display: none
}

.highlight::after {
	font-family: "bootstrap-icons";
	content: "\f138";
	font-weight: 700;
	font-size: 3rem;
	color: rgba(227, 0, 15, .25);
	transition: color .5s ease-in-out
}

@media (min-width:992px) {
	.highlight::after {
		padding-top: 0;
		padding-left: 2rem
	}
}

.highlight:focus,
.highlight:hover {
	cursor: pointer
}

.highlight:focus .entry-title,
.highlight:hover .entry-title {
	color: #b6000c
}

.highlight-primary:focus::after,
.highlight-primary:hover::after,
.highlight:focus::after,
.highlight:hover::after {
	color: #e3000f
}

.highlight a {
	color: inherit
}

.highlight a:focus,
.highlight a:hover {
	text-decoration: none
}

.highlight+.highlight {
	margin: -.5rem 0 1rem
}

.highlight .entry-title {
	color: #e3000f
}

.highlight-primary {
	border-left-color: rgba(227, 0, 15, .25)
}

.highlight-primary.highlight-reverse {
	border-right-color: rgba(227, 0, 15, .25)
}

.highlight-primary.highlight-reverse:focus,
.highlight-primary.highlight-reverse:hover {
	border-right-color: #e3000f
}

.highlight-primary::after {
	color: rgba(227, 0, 15, .25)
}

.highlight-primary:focus,
.highlight-primary:hover {
	border-left-color: #e3000f
}

.highlight-info {
	border-left-color: rgba(0, 107, 183, .25)
}

.highlight-info.highlight-reverse {
	border-right-color: rgba(0, 107, 183, .25)
}

.highlight-info.highlight-reverse:focus,
.highlight-info.highlight-reverse:hover {
	border-right-color: #006bb7
}

.highlight-info::after {
	color: rgba(0, 107, 183, .25)
}

.highlight-info:focus,
.highlight-info:hover {
	border-left-color: #006bb7
}

.highlight-info:focus::after,
.highlight-info:hover::after {
	color: #006bb7
}

.highlight-warning {
	border-left-color: rgba(249, 184, 62, .25)
}

.highlight-warning.highlight-reverse {
	border-right-color: rgba(249, 184, 62, .25)
}

.highlight-warning.highlight-reverse:focus,
.highlight-warning.highlight-reverse:hover {
	border-right-color: #f9b83e
}

.highlight-warning::after {
	color: rgba(249, 184, 62, .25)
}

.highlight-warning:focus,
.highlight-warning:hover {
	border-left-color: #f9b83e
}

.highlight-warning:focus::after,
.highlight-warning:hover::after {
	color: #f9b83e
}

.highlight-danger {
	border-left-color: rgba(156, 43, 66, .25)
}

.highlight-danger.highlight-reverse {
	border-right-color: rgba(156, 43, 66, .25)
}

.highlight-danger.highlight-reverse:focus,
.highlight-danger.highlight-reverse:hover {
	border-right-color: #9c2b42
}

.highlight-danger::after {
	color: rgba(156, 43, 66, .25)
}

.highlight-danger:focus,
.highlight-danger:hover {
	border-left-color: #9c2b42
}

.highlight-danger:focus::after,
.highlight-danger:hover::after {
	color: #9c2b42
}

.highlight-success {
	border-left-color: rgba(0, 143, 103, .25)
}

.highlight-success.highlight-reverse {
	border-right-color: rgba(0, 143, 103, .25)
}

.highlight-success.highlight-reverse:focus,
.highlight-success.highlight-reverse:hover {
	border-right-color: #008f67
}

.highlight-success::after {
	color: rgba(0, 143, 103, .25)
}

.highlight-success:focus,
.highlight-success:hover {
	border-left-color: #008f67
}

.highlight-success:focus::after,
.highlight-success:hover::after {
	color: #008f67
}

.highlight-gray {
	border-left-color: rgba(201, 196, 194, .25)
}

.highlight-gray.highlight-reverse {
	border-right-color: rgba(201, 196, 194, .25)
}

.highlight-gray.highlight-reverse:focus,
.highlight-gray.highlight-reverse:hover {
	border-right-color: #c9c4c2
}

.highlight-gray::after {
	color: rgba(201, 196, 194, .25)
}

.highlight-gray:focus,
.highlight-gray:hover {
	border-left-color: #c9c4c2
}

.highlight-gray:focus::after,
.highlight-gray:hover::after {
	color: #c9c4c2
}

.highlight-light {
	border-left-color: rgba(250, 249, 249, .25)
}

.highlight-light.highlight-reverse {
	border-right-color: rgba(250, 249, 249, .25)
}

.highlight-light.highlight-reverse:focus,
.highlight-light.highlight-reverse:hover {
	border-right-color: #faf9f9
}

.highlight-light::after {
	color: rgba(250, 249, 249, .25)
}

.highlight-light:focus,
.highlight-light:hover {
	border-left-color: #faf9f9
}

.highlight-light:focus::after,
.highlight-light:hover::after {
	color: #faf9f9
}

.highlight-dark {
	border-left-color: rgba(44, 45, 46, .25)
}

.highlight-dark.highlight-reverse {
	border-right-color: rgba(44, 45, 46, .25)
}

.highlight-dark.highlight-reverse:focus,
.highlight-dark.highlight-reverse:hover {
	border-right-color: #2c2d2e
}

.highlight-dark::after {
	color: rgba(44, 45, 46, .25)
}

.highlight-dark:focus,
.highlight-dark:hover {
	border-left-color: #2c2d2e
}

.highlight-dark:focus::after,
.highlight-dark:hover::after {
	color: #2c2d2e
}

.highlight-white {
	border-left-color: rgba(255, 255, 255, .25)
}

.highlight-white.highlight-reverse {
	border-right-color: rgba(255, 255, 255, .25)
}

.highlight-white.highlight-reverse:focus,
.highlight-white.highlight-reverse:hover {
	border-right-color: #fff
}

.highlight-white::after {
	color: rgba(255, 255, 255, .25)
}

.highlight-white:focus,
.highlight-white:hover {
	border-left-color: #fff
}

.highlight-white:focus::after,
.highlight-white:hover::after {
	color: #fff
}

.card,
.well {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: 0rem;
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - 0rem);
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: white;
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.9375rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius)
}

.card>hr,
.well>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group,
.well>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child,
.well>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child,
.well>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer,
.well>.card-header+.list-group,
.well>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color)
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color)
}

.card-subtitle {
	margin-top: calc(-.5*var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link+.card-link {
	margin-left: var(--bs-card-spacer-x)
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
	margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
	border-bottom: 0
}

.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg)
}

.card-header-pills,
.card-header-tabs {
	margin-right: calc(-.5*var(--bs-card-cap-padding-x));
	margin-left: calc(-.5*var(--bs-card-cap-padding-x))
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card,
.card-group>.well {
	margin-bottom: var(--bs-card-group-margin)
}

@media (min-width:768px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card,
	.card-group>.well {
		flex: 1 0 0;
		margin-bottom: 0
	}

	.card-group>.card+.card,
	.card-group>.card+.well,
	.card-group>.well+.card,
	.card-group>.well+.well {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child),
	.card-group>.well:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child)>.card-header,
	.card-group>.card:not(:last-child)>.card-img-top,
	.card-group>.well:not(:last-child)>.card-header,
	.card-group>.well:not(:last-child)>.card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child)>.card-footer,
	.card-group>.card:not(:last-child)>.card-img-bottom,
	.card-group>.well:not(:last-child)>.card-footer,
	.card-group>.well:not(:last-child)>.card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child),
	.card-group>.well:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:not(:first-child)>.card-header,
	.card-group>.card:not(:first-child)>.card-img-top,
	.card-group>.well:not(:first-child)>.card-header,
	.card-group>.well:not(:first-child)>.card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child)>.card-footer,
	.card-group>.card:not(:first-child)>.card-img-bottom,
	.card-group>.well:not(:first-child)>.card-footer,
	.card-group>.well:not(:first-child)>.card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card,
.well {
	margin-bottom: 1.875rem;
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .075)
}

.card .card-img,
.card img,
.well .card-img,
.well img {
	margin: 0;
	border-top-right-radius: .5rem;
	border-top-left-radius: .5rem
}

.card>figure,
.well>figure {
	margin-bottom: 0
}

.card .card-img,
.card img,
.card>figure .img-container,
.well .card-img,
.well img,
.well>figure .img-container {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.card li.list-group-item,
.well li.list-group-item {
	max-width: initial
}

.card-btn.well .card-footer,
.card.card-btn .card-footer {
	padding-top: 0;
	background-color: transparent;
	padding-bottom: 1rem
}

.card-link.well svg.isoicon,
.card.card-link svg.isoicon {
	height: 100px
}

.card-link.well svg.isoicon *,
.card.card-link svg.isoicon * {
	stroke-width: 3px
}

.card-link[data-href].well a,
.card.card-link[data-href] a {
	color: #333
}

.card-link[data-href].well svg.isoicon *,
.card.card-link[data-href] svg.isoicon * {
	stroke: #e3000f
}

.card-link[data-href].well:focus,
.card-link[data-href].well:hover,
.card.card-link[data-href]:focus,
.card.card-link[data-href]:hover {
	background-color: var(--bs-link-hover-color);
	color: #fff
}

.card-link[data-href].well:focus svg.isoicon *,
.card-link[data-href].well:hover svg.isoicon *,
.card.card-link[data-href]:focus svg.isoicon *,
.card.card-link[data-href]:hover svg.isoicon * {
	stroke: #fff
}

.card-btn.h-100.well,
.card-link.h-100.well,
.card.card-btn.h-100,
.card.card-link.h-100 {
	margin-bottom: 0
}

.card-select.well,
.card.card-select {
	cursor: pointer
}

.card.selected,
.selected.well {
	outline-width: 3px;
	outline-color: #e3000f;
	outline-style: solid
}

.card.selected:not(:has(:checked)):after,
.selected.well:not(:has(:checked)):after {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='red' width='16' height='16' class='bi bi-check-circle-fill' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/></svg>");
	display: block;
	position: absolute;
	top: .5em;
	right: .5em
}

.card .accordion.faqs .accordion-body,
.card .accordion.faqs .accordion-button,
.well .accordion.faqs .accordion-body,
.well .accordion.faqs .accordion-button {
	padding-inline: var(--bs-accordion-btn-padding-x)
}

.card .nav-tabs,
.citebox .text-center>p,
.well .nav-tabs {
	padding: 0
}

.card .nav-tabs .nav-item,
.well .nav-tabs .nav-item {
	width: auto
}

.card .card-tab-content,
.well .card-tab-content {
	border: 0;
	padding: 0;
	margin-bottom: 0;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	border-top-color: var(--bs-border-color);
	border-top-width: 2px;
	border-top-style: solid
}

@media (max-width:767.98px) {

	.card .card-tab-content,
	.well .card-tab-content {
		padding: 0 !important
	}
}

.card:not(.card-link),
.well:not(.card-link) {
	background-color: #fff;
	color: #333
}

.card:not(.card-link) a:not(.btn, .disabled),
.well:not(.card-link) a:not(.btn, .disabled) {
	color: #e3000f
}

.card:not(.card-link) a:not(.btn, .disabled):hover,
.well:not(.card-link) a:not(.btn, .disabled):hover {
	color: #b6000c
}

.card.is-invalid,
.is-invalid.well {
	border: 1px solid #9c2b42;
	background-color: #f5eaec
}

.card.is-invalid::after,
.is-invalid.well::after {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='red' width='16' height='16' class='bi bi-check-circle-fill' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/><path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/></svg>");
	display: block;
	position: absolute;
	top: .5em;
	right: .5em
}

.card.is-invalid+.invalid-feedback,
.is-invalid.well+.invalid-feedback {
	margin-top: -1.5rem;
	font-size: .875rem;
	color: #9c2b42
}

.card-buy {
	container-type: inline-size;
	container-name: footer-buy
}

@container footer-buy (max-width: 400px) {
	.card-footer {
		flex-direction: column;
		gap: .5rem;
		padding-block: .5rem
	}
}

.emphasis-darkgray {
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	padding: 1rem;
	position: relative;
	margin-bottom: 1.2em
}

.emphasis-darkgray,
.emphasis-darkgray>.alert {
	border-radius: 0 !important
}

.emphasis-darkgray.circle {
	border-radius: 50%;
	border-left: 1px solid #000 !important;
	border-right: 1px solid #000 !important
}

.emphasis-lightergray {
	border-top: 1px solid #f8f9fa !important;
	border-bottom: 1px solid #f8f9fa !important
}

.emphasis-lightergray,
.emphasis-lightergray>.alert {
	border-radius: 0 !important
}

.emphasis-lightergray.circle {
	border-radius: 50%;
	border-left: 1px solid #f8f9fa !important;
	border-right: 1px solid #f8f9fa !important
}

.emphasis-gray,
.emphasis-lightergray,
.emphasis-lightgray {
	padding: 1rem;
	position: relative;
	margin-bottom: 1.2em
}

.emphasis-lightgray {
	border-top: 1px solid #e9ecef !important;
	border-bottom: 1px solid #e9ecef !important
}

.emphasis-lightgray,
.emphasis-lightgray>.alert {
	border-radius: 0 !important
}

.emphasis-lightgray.circle {
	border-radius: 50%;
	border-left: 1px solid #e9ecef !important;
	border-right: 1px solid #e9ecef !important
}

.emphasis-gray {
	border-top: 1px solid #adb5bd !important;
	border-bottom: 1px solid #adb5bd !important
}

.emphasis-gray,
.emphasis-gray>.alert {
	border-radius: 0 !important
}

.emphasis-gray.circle {
	border-radius: 50%;
	border-left: 1px solid #adb5bd !important;
	border-right: 1px solid #adb5bd !important
}

.emphasis-primary {
	border-top: 1px solid #e3000f !important;
	border-bottom: 1px solid #e3000f !important
}

.emphasis-primary,
.emphasis-primary>.alert {
	border-radius: 0 !important
}

.emphasis-primary.circle {
	border-radius: 50%;
	border-left: 1px solid #e3000f !important;
	border-right: 1px solid #e3000f !important
}

.emphasis-info,
.emphasis-primary,
.emphasis-success {
	padding: 1rem;
	position: relative;
	margin-bottom: 1.2em
}

.emphasis-info {
	border-top: 1px solid #006bb7 !important;
	border-bottom: 1px solid #006bb7 !important
}

.emphasis-info,
.emphasis-info>.alert {
	border-radius: 0 !important
}

.emphasis-info.circle {
	border-radius: 50%;
	border-left: 1px solid #006bb7 !important;
	border-right: 1px solid #006bb7 !important
}

.emphasis-success {
	border-top: 1px solid #008f67 !important;
	border-bottom: 1px solid #008f67 !important
}

.emphasis-success,
.emphasis-success>.alert {
	border-radius: 0 !important
}

.emphasis-success.circle {
	border-radius: 50%;
	border-left: 1px solid #008f67 !important;
	border-right: 1px solid #008f67 !important
}

.emphasis-warning {
	border-top: 1px solid #f9b83e !important;
	border-bottom: 1px solid #f9b83e !important
}

.emphasis-warning,
.emphasis-warning>.alert {
	border-radius: 0 !important
}

.emphasis-warning.circle {
	border-radius: 50%;
	border-left: 1px solid #f9b83e !important;
	border-right: 1px solid #f9b83e !important
}

.emphasis-danger,
.emphasis-restricted,
.emphasis-warning {
	padding: 1rem;
	position: relative;
	margin-bottom: 1.2em
}

.emphasis-danger {
	border-top: 1px solid #9c2b42 !important;
	border-bottom: 1px solid #9c2b42 !important
}

.emphasis-danger,
.emphasis-danger>.alert {
	border-radius: 0 !important
}

.emphasis-danger.circle {
	border-radius: 50%;
	border-left: 1px solid #9c2b42 !important;
	border-right: 1px solid #9c2b42 !important
}

.emphasis-restricted {
	border-top: 2px dashed rgba(51, 51, 51, .5) !important;
	border-bottom: 2px dashed rgba(51, 51, 51, .5) !important
}

.emphasis-restricted,
.emphasis-restricted>.alert {
	border-radius: 0 !important
}

.emphasis-restricted.circle {
	border-radius: 50%;
	border-left: 1px solid rgba(51, 51, 51, .5) !important;
	border-right: 1px solid rgba(51, 51, 51, .5) !important
}

.citebox {
	--citebox-imgsize: clamp(150px, 150px + 2.5vw, 200px);
	padding-top: calc(var(--citebox-imgsize)/2)
}

.citebox .citebox-img {
	overflow: inherit
}

.citebox .citebox-img img {
	margin-left: calc(50% - var(--citebox-imgsize)/2);
	overflow: auto;
	width: var(--citebox-imgsize);
	height: var(--citebox-imgsize);
	margin-top: calc(var(--citebox-imgsize)/2*-1);
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid #fff
}

.citebox blockquote {
	background-color: transparent !important;
	margin: auto;
	padding: 0;
	border: 0
}

.citebox blockquote>p {
	padding-right: 0
}

.citebox blockquote>p:first-of-type:after {
	right: 0;
	width: 4rem;
	top: -5rem;
	opacity: .2;
	font-size: 5em
}

.citebox blockquote.no-quote>p:before {
	content: none !important
}

.store-box {
	overflow: visible !important
}

.store-box .orderBasket {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0
}

.store-box.buy-box {
	container-type: inline-size;
	container-name: buybox
}

.store-box.buy-box .card-body {
	padding-block: 0
}

.store-box .card-body {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-template-areas: "price" "option" "action";
	align-items: center
}

@container buybox (min-width: 480px) {
	.store-box .card-body {
		gap: 0 .9375rem;
		grid-template-columns: calc(50cqw - 1.875rem) auto;
		grid-template-areas: "option price" "option action"
	}

	.store-box .card-body .accordion {
		border-right: 1px solid var(--bs-border-color)
	}
}

.store-box .card-cta {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-template-areas: "price price" "action action";
	align-items: center;
	justify-content: center
}

@container buybox (min-width: 400px) {
	.store-box .card-cta {
		gap: 0 .9375rem;
		grid-template-columns: calc(50cqw - 1.875rem) auto;
		grid-template-areas: "price action"
	}
}

.store-box .box-price {
	grid-area: price;
	padding-block: .9375rem;
	container-name: price
}

.store-box .box-option {
	grid-area: option;
	padding-block: .9375rem
}

.store-box .box-action {
	grid-area: action;
	padding-block: .9375rem
}

.productName {
	margin-block: 4px 0;
	display: inline-block;
	font-size: .65625rem;
	text-align: center;
	font-weight: 400
}

.price {
	line-height: 1
}

.price-sale {
	position: relative
}

.price-sale del {
	text-decoration: none
}

.price-sale del:before {
	content: " ";
	display: block;
	width: 100%;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #f9b83e;
	position: absolute;
	bottom: 50%;
	left: 0;
	transform: rotate(-12deg)
}

.currency {
	font-size: 1.25rem;
	color: rgba(0, 0, 0, .5)
}

.amount {
	font-size: 4em;
	letter-spacing: -.2rem;
	font-weight: 500
}

.slideInRight,
.tada {
	animation-name: slideInRight;
	animation-duration: 1s
}

.tada {
	animation-name: tada
}

.store-box__product {
	flex: 1;
	--standard-cover-color: white
}

@media (min-width:576px) {
	.store-box__product {
		min-width: 24rem
	}
}

@media (min-width:992px) {
	.store-box__product {
		max-width: 50%
	}
}

@media (min-width:1680px) {
	.store-box__product {
		max-width: 33%
	}
}

@media (min-width:768px) {
	@container buybox (min-width: 480px) {

		.store-box__product .box-action,
		.store-box__product .box-price {
			border-inline-start: 4px solid var(--bs-card-cap-bg);
			height: 100%;
			margin-inline: calc(-1*var(--bs-card-spacer-x))
		}
	}
}

.storebox-sm .price {
	font-size: 3em
}

.storebox-sm .amount,
.storebox-sm .currency {
	font-size: 1.1rem
}

.ribbon-wrapper {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
	z-index: 5
}

.ribbon-wrapper .ribbon {
	position: relative;
	font: 700 15px Sans-Serif;
	color: #333;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 7px 0;
	left: -6px;
	top: 15px;
	width: 120px;
	text-shadow: rgba(0, 0, 0, .3) 0 0 1px
}

.ribbon-wrapper .ribbon.ribbon-primary {
	background-color: #f20010;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f20010), to(#d4000e));
	background-image: -webkit-linear-gradient(top, #f20010, #d4000e);
	background-image: -moz-linear-gradient(top, #f20010, #d4000e);
	background-image: -ms-linear-gradient(top, #f20010, #d4000e);
	background-image: -o-linear-gradient(top, #f20010, #d4000e);
	color: #fff
}

.ribbon-wrapper .ribbon.ribbon-primary:after,
.ribbon-wrapper .ribbon.ribbon-primary:before {
	border-top-color: #b0000c
}

.ribbon-wrapper .ribbon.ribbon-success {
	background-color: #009e72;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009e72), to(#00805c));
	background-image: -webkit-linear-gradient(top, #009e72, #00805c);
	background-image: -moz-linear-gradient(top, #009e72, #00805c);
	background-image: -ms-linear-gradient(top, #009e72, #00805c);
	background-image: -o-linear-gradient(top, #009e72, #00805c);
	color: #fff
}

.ribbon-wrapper .ribbon.ribbon-success:after,
.ribbon-wrapper .ribbon.ribbon-success:before {
	border-top-color: #005c42
}

.ribbon-wrapper .ribbon.ribbon-info {
	background-color: #0074c6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0074c6), to(#0062a8));
	background-image: -webkit-linear-gradient(top, #0074c6, #0062a8);
	background-image: -moz-linear-gradient(top, #0074c6, #0062a8);
	background-image: -ms-linear-gradient(top, #0074c6, #0062a8);
	background-image: -o-linear-gradient(top, #0074c6, #0062a8);
	color: #fff
}

.ribbon-wrapper .ribbon.ribbon-info:after,
.ribbon-wrapper .ribbon.ribbon-info:before {
	border-top-color: #004d84
}

.ribbon-wrapper .ribbon.ribbon-warning {
	background-color: #f9bd4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9bd4d), to(#f9b32f));
	background-image: -webkit-linear-gradient(top, #f9bd4d, #f9b32f);
	background-image: -moz-linear-gradient(top, #f9bd4d, #f9b32f);
	background-image: -ms-linear-gradient(top, #f9bd4d, #f9b32f);
	background-image: -o-linear-gradient(top, #f9bd4d, #f9b32f);
	color: #fff
}

.ribbon-wrapper .ribbon.ribbon-warning:after,
.ribbon-wrapper .ribbon.ribbon-warning:before {
	border-top-color: #f7a60d
}

.ribbon-wrapper .ribbon.ribbon-danger {
	background-color: #a82e47;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a82e47), to(#90283d));
	background-image: -webkit-linear-gradient(top, #a82e47, #90283d);
	background-image: -moz-linear-gradient(top, #a82e47, #90283d);
	background-image: -ms-linear-gradient(top, #a82e47, #90283d);
	background-image: -o-linear-gradient(top, #a82e47, #90283d);
	color: #fff
}

.ribbon-wrapper .ribbon.ribbon-danger:after,
.ribbon-wrapper .ribbon.ribbon-danger:before {
	border-top-color: #742031
}

.ribbon-wrapper .ribbon:after,
.ribbon-wrapper .ribbon:before {
	content: "";
	border-top: 3px solid #6e8900;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px
}

.ribbon-wrapper .ribbon:before {
	left: 0
}

.ribbon-wrapper .ribbon:after {
	right: 0
}

.well {
	padding: 1rem
}

.form-label {
	margin-bottom: .5rem
}

.col-form-label {
	padding-top: calc(.375rem + var(--bs-border-width));
	padding-bottom: calc(.375rem + var(--bs-border-width));
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.4
}

.col-form-label-lg {
	padding-top: calc(.5rem + var(--bs-border-width));
	padding-bottom: calc(.5rem + var(--bs-border-width));
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: calc(.25rem + var(--bs-border-width));
	padding-bottom: calc(.25rem + var(--bs-border-width));
	font-size: .875rem
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-secondary-color)
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 350;
	line-height: 1.4;
	color: var(--bs-body-color);
	appearance: none;
	background-color: #fff;
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control[type=file] {
	overflow: hidden
}

.form-control-color:not(:disabled):not([readonly]),
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: #fff;
	border-color: #f18087;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(227, 0, 15, .25)
}

.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.4em;
	margin: 0
}

.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0
}

.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1
}

.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.4;
	color: var(--bs-body-color);
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
	outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	min-height: calc(1.4em + .5rem + calc(var(--bs-border-width)*2));
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem
}

.form-control-lg {
	min-height: calc(1.4em + 1rem + calc(var(--bs-border-width)*2));
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: calc(1.4em + .75rem + calc(var(--bs-border-width)*2))
}

textarea.form-control-sm {
	min-height: calc(1.4em + .5rem + calc(var(--bs-border-width)*2))
}

textarea.form-control-lg {
	min-height: calc(1.4em + 1rem + calc(var(--bs-border-width)*2))
}

.form-control-color {
	width: 3rem;
	height: calc(1.4em + .75rem + calc(var(--bs-border-width)*2));
	padding: .375rem
}

.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
	height: calc(1.4em + .5rem + calc(var(--bs-border-width)*2))
}

.form-control-color.form-control-lg {
	height: calc(1.4em + 1rem + calc(var(--bs-border-width)*2))
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 350;
	line-height: 1.4;
	color: var(--bs-body-color);
	appearance: none;
	background-color: #fff;
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none
	}
}

.form-select:focus {
	border-color: #f18087;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(227, 0, 15, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}

.form-select:disabled {
	background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
	display: block;
	min-height: 1.4rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-reverse {
	padding-right: 1.5em;
	padding-left: 0;
	text-align: right
}

.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0
}

.form-check-input {
	--bs-form-check-bg: #ffffff;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .2em;
	vertical-align: top;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	print-color-adjust: exact
}

.form-check-input[type=checkbox] {
	border-radius: .25em
}

.form-check-input[type=radio] {
	border-radius: 50%
}

.form-check-input:active {
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: #f18087;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(227, 0, 15, .25)
}

.form-check-input:checked {
	background-color: #e3000f;
	border-color: #e3000f
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #e3000f;
	border-color: #e3000f;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	cursor: default;
	opacity: .5
}

.form-switch {
	padding-left: 2.5em
}

.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	width: 2em;
	margin-left: -2.5em;
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none
	}
}

.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f18087'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	appearance: none;
	background-color: transparent
}

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(227, 0, 15, .25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(227, 0, 15, .25)
}

.form-range::-moz-focus-outer {
	border: 0
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	appearance: none;
	background-color: #e3000f;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		transition: none
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #f7b3b7
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	appearance: none;
	background-color: #e3000f;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		transition: none
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #f7b3b7
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem
}

.form-range:disabled {
	pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color)
}

.form-floating {
	position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	height: calc(3.5rem + calc(var(--bs-border-width)*2));
	min-height: calc(3.5rem + calc(var(--bs-border-width)*2));
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	max-width: 100%;
	height: 100%;
	padding: 1rem .75rem;
	overflow: hidden;
	color: rgba(var(--bs-body-color-rgb), .65);
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
	padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
	padding-left: .75rem
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>textarea:focus~label::after,
.form-floating>textarea:not(:placeholder-shown)~label::after {
	position: absolute;
	inset: 1rem .375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: #fff;
	border-radius: var(--bs-border-radius)
}

.form-floating>textarea:disabled~label::after {
	background-color: var(--bs-secondary-bg)
}

.form-floating>.form-control-plaintext~label {
	border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
	color: #6c757d
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
	z-index: 5
}

.input-group .btn {
	position: relative;
	z-index: 2
}

.input-group .btn:focus {
	z-index: 5
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 350;
	line-height: 1.4;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius)
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: calc(-1*var(--bs-border-width));
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-valid-color)
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: var(--bs-success);
	border-radius: var(--bs-border-radius)
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.4em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008f67' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.35em + .1875rem) center;
	background-size: calc(.7em + .375rem) calc(.7em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.4em + .75rem);
	background-position: top calc(.35em + .1875rem) right calc(.35em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008f67' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.7em + .375rem) calc(.7em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
	width: calc(3rem + calc(1.4em + .75rem))
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
	z-index: 3
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: var(--bs-danger);
	border-radius: var(--bs-border-radius)
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.4em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239c2b42'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239c2b42' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.35em + .1875rem) center;
	background-size: calc(.7em + .375rem) calc(.7em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.4em + .75rem);
	background-position: top calc(.35em + .1875rem) right calc(.35em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239c2b42'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%239c2b42' stroke='none'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.7em + .375rem) calc(.7em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
	width: calc(3rem + calc(1.4em + .75rem))
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
	z-index: 4
}

.selectize-input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1.06066rem;
	line-height: 1.4;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right .75rem center !important;
	background-size: 16px 12px !important;
	border-radius: .5rem !important
}

form.isosearch .input-group {
	border-radius: .5rem
}

.input-group-round input,
form.isosearch .input-group input {
	border-bottom-left-radius: .5rem;
	border-top-left-radius: .5rem
}

form.isosearch .input-group-lg {
	border-radius: .66rem
}

form.isosearch .btn,
form.isosearch input {
	border: 1px solid #c9c4c2;
	background-color: #fff
}

form.isosearch .btn {
	border-left: 0;
	color: #e3000f
}

.form-control.is-invalid,
.form-select.is-invalid,
.selectize-control.is-invalid .selectize-input,
.was-validated .form-control:invalid {
	background-color: #f5eaec
}

.form-control.is-valid,
.form-select.is-valid,
.selectize-control.is-valid .selectize-input,
.was-validated .form-control:valid {
	background-color: #e6f4f0
}

@media (max-width:1199.98px) {
	form.hero.navbar-form {
		border: 0;
		box-shadow: none
	}
}

form.hero .h2,
form.hero .h3,
form.hero .h4,
form.hero h2,
form.hero h3,
form.hero h4 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem
}

form.hero .h2,
form.hero h2 {
	margin-top: 9px
}

form.hero .h3,
form.hero h3 {
	margin-top: 12px
}

form.hero .h4,
form.hero h4 {
	margin-top: 6px
}

form.hero .btn,
form.hero .form-control {
	box-shadow: none;
	border: 0
}

:required+label.form-label:after {
	content: " *";
	display: inline;
	color: #e3000f
}

.form-floating label {
	left: initial
}

.btn,
.btn-check+.btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg)
}

.btn {
	--bs-btn-padding-x: 1rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1.4;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 2px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
	border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg)
}

.btn-check:focus-visible+.btn,
.btn:focus-visible {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary,
.btn-secondary {
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-primary {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #e3000f;
	--bs-btn-border-color: #e3000f;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #c1000d;
	--bs-btn-hover-border-color: #b6000c;
	--bs-btn-focus-shadow-rgb: 231, 38, 51;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #b6000c;
	--bs-btn-active-border-color: #aa000b;
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #e3000f;
	--bs-btn-disabled-border-color: #e3000f
}

.btn-secondary {
	--bs-btn-bg: #4f051f;
	--bs-btn-border-color: #4f051f;
	--bs-btn-hover-bg: #43041a;
	--bs-btn-hover-border-color: #3f0419;
	--bs-btn-focus-shadow-rgb: 105, 43, 65;
	--bs-btn-active-bg: #3f0419;
	--bs-btn-active-border-color: #3b0417;
	--bs-btn-disabled-bg: #4f051f;
	--bs-btn-disabled-border-color: #4f051f
}

.btn-info,
.btn-secondary,
.btn-success {
	--bs-btn-color: #ffffff;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-active-color: #ffffff;
	--bs-btn-disabled-color: #ffffff
}

.btn-info {
	--bs-btn-bg: #006bb7;
	--bs-btn-border-color: #006bb7;
	--bs-btn-hover-bg: #005b9c;
	--bs-btn-hover-border-color: #005692;
	--bs-btn-focus-shadow-rgb: 38, 129, 194;
	--bs-btn-active-bg: #005692;
	--bs-btn-active-border-color: #005089;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-bg: #006bb7;
	--bs-btn-disabled-border-color: #006bb7
}

.btn-success {
	--bs-btn-bg: #008f67;
	--bs-btn-border-color: #008f67;
	--bs-btn-hover-bg: #007a58;
	--bs-btn-hover-border-color: #007252;
	--bs-btn-focus-shadow-rgb: 38, 160, 126;
	--bs-btn-active-bg: #007252;
	--bs-btn-active-border-color: #006b4d;
	--bs-btn-disabled-bg: #008f67;
	--bs-btn-disabled-border-color: #008f67
}

.btn-danger,
.btn-success,
.btn-warning {
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-warning {
	--bs-btn-color: #000000;
	--bs-btn-bg: #f9b83e;
	--bs-btn-border-color: #f9b83e;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #fac35b;
	--bs-btn-hover-border-color: #fabf51;
	--bs-btn-focus-shadow-rgb: 212, 156, 53;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #fac665;
	--bs-btn-active-border-color: #fabf51;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #f9b83e;
	--bs-btn-disabled-border-color: #f9b83e
}

.btn-danger {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #9c2b42;
	--bs-btn-border-color: #9c2b42;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #852538;
	--bs-btn-hover-border-color: #7d2235;
	--bs-btn-focus-shadow-rgb: 171, 75, 94;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #7d2235;
	--bs-btn-active-border-color: #752032;
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #9c2b42;
	--bs-btn-disabled-border-color: #9c2b42
}

.btn-light {
	--bs-btn-color: #000000;
	--bs-btn-bg: #faf9f9;
	--bs-btn-border-color: #faf9f9;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #d5d4d4;
	--bs-btn-hover-border-color: #c8c7c7;
	--bs-btn-focus-shadow-rgb: 213, 212, 212;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #c8c7c7;
	--bs-btn-active-border-color: #bcbbbb;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #faf9f9;
	--bs-btn-disabled-border-color: #faf9f9
}

.btn-dark,
.btn-light,
.btn-outline-primary {
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-dark {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #2c2d2e;
	--bs-btn-border-color: #2c2d2e;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #4c4d4d;
	--bs-btn-hover-border-color: #414243;
	--bs-btn-focus-shadow-rgb: 76, 77, 77;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #565758;
	--bs-btn-active-border-color: #414243;
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #2c2d2e;
	--bs-btn-disabled-border-color: #2c2d2e
}

.btn-outline-primary {
	--bs-btn-color: #e3000f;
	--bs-btn-border-color: #e3000f;
	--bs-btn-hover-bg: #e3000f;
	--bs-btn-hover-border-color: #e3000f;
	--bs-btn-focus-shadow-rgb: 227, 0, 15;
	--bs-btn-active-bg: #e3000f;
	--bs-btn-active-border-color: #e3000f;
	--bs-btn-disabled-color: #e3000f;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #e3000f;
	--bs-gradient: none
}

.btn-outline-info,
.btn-outline-primary,
.btn-outline-secondary {
	--bs-btn-hover-color: #ffffff;
	--bs-btn-active-color: #ffffff
}

.btn-outline-secondary {
	--bs-btn-color: #4f051f;
	--bs-btn-border-color: #4f051f;
	--bs-btn-hover-bg: #4f051f;
	--bs-btn-hover-border-color: #4f051f;
	--bs-btn-focus-shadow-rgb: 79, 5, 31;
	--bs-btn-active-bg: #4f051f;
	--bs-btn-active-border-color: #4f051f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #4f051f;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #4f051f;
	--bs-gradient: none
}

.btn-outline-info {
	--bs-btn-color: #006bb7;
	--bs-btn-border-color: #006bb7;
	--bs-btn-hover-bg: #006bb7;
	--bs-btn-hover-border-color: #006bb7;
	--bs-btn-focus-shadow-rgb: 0, 107, 183;
	--bs-btn-active-bg: #006bb7;
	--bs-btn-active-border-color: #006bb7;
	--bs-btn-disabled-color: #006bb7;
	--bs-btn-disabled-border-color: #006bb7
}

.btn-outline-info,
.btn-outline-success,
.btn-outline-warning {
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-bg: transparent;
	--bs-gradient: none
}

.btn-outline-success {
	--bs-btn-color: #008f67;
	--bs-btn-border-color: #008f67;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #008f67;
	--bs-btn-hover-border-color: #008f67;
	--bs-btn-focus-shadow-rgb: 0, 143, 103;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #008f67;
	--bs-btn-active-border-color: #008f67;
	--bs-btn-disabled-color: #008f67;
	--bs-btn-disabled-border-color: #008f67
}

.btn-outline-warning {
	--bs-btn-color: #f9b83e;
	--bs-btn-border-color: #f9b83e;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #f9b83e;
	--bs-btn-hover-border-color: #f9b83e;
	--bs-btn-focus-shadow-rgb: 249, 184, 62;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #f9b83e;
	--bs-btn-active-border-color: #f9b83e;
	--bs-btn-disabled-color: #f9b83e;
	--bs-btn-disabled-border-color: #f9b83e
}

.btn-outline-danger {
	--bs-btn-color: #9c2b42;
	--bs-btn-border-color: #9c2b42;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #9c2b42;
	--bs-btn-hover-border-color: #9c2b42;
	--bs-btn-focus-shadow-rgb: 156, 43, 66;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #9c2b42;
	--bs-btn-active-border-color: #9c2b42;
	--bs-btn-disabled-color: #9c2b42;
	--bs-btn-disabled-border-color: #9c2b42
}

.btn-outline-danger,
.btn-outline-dark,
.btn-outline-light {
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-bg: transparent;
	--bs-gradient: none
}

.btn-outline-light {
	--bs-btn-color: #faf9f9;
	--bs-btn-border-color: #faf9f9;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #faf9f9;
	--bs-btn-hover-border-color: #faf9f9;
	--bs-btn-focus-shadow-rgb: 250, 249, 249;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #faf9f9;
	--bs-btn-active-border-color: #faf9f9;
	--bs-btn-disabled-color: #faf9f9;
	--bs-btn-disabled-border-color: #faf9f9
}

.btn-outline-dark {
	--bs-btn-color: #2c2d2e;
	--bs-btn-border-color: #2c2d2e;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #2c2d2e;
	--bs-btn-hover-border-color: #2c2d2e;
	--bs-btn-focus-shadow-rgb: 44, 45, 46;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #2c2d2e;
	--bs-btn-active-border-color: #2c2d2e;
	--bs-btn-disabled-color: #2c2d2e;
	--bs-btn-disabled-border-color: #2c2d2e
}

.btn-link {
	--bs-btn-font-weight: 350;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 231, 38, 51;
	text-decoration: none
}

.btn-link:focus-visible {
	color: var(--bs-btn-color)
}

.btn-link:hover {
	color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-group-sm>.btn,
.btn-sm {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.8rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm)
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle:empty::after,
.dropend .dropdown-toggle:empty::after,
.dropstart .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #ffffff;
	--bs-dropdown-link-active-bg: #e3000f;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-xs-start {
		--bs-position: start
	}

	.dropdown-menu-xs-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xs-end {
		--bs-position: end
	}

	.dropdown-menu-xs-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-end {
		--bs-position: end
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-end {
		--bs-position: end
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-end {
		--bs-position: end
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-end {
		--bs-position: end
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1680px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}

	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xxl-end {
		--bs-position: end
	}

	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 350;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: .875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #ffffff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-dropdown-link-active-color: #ffffff;
	--bs-dropdown-link-active-bg: #e3000f;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group {
	border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
	margin-left: calc(-1*2px)
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .6rem;
	padding-left: .6rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: calc(-1*2px)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:nth-child(n+3),
.btn-group-vertical>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn:hover {
	text-decoration: none
}

.btn-xl {
	--bs-btn-padding-y: 0.6rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: calc(1.3rem + 0.6vw);
	--bs-btn-border-radius: 1rem
}

@media (min-width:1200px) {
	.btn-xl {
		--bs-btn-font-size: 1.75rem
	}
}

.btn-tile {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	border-style: dotted;
	border-width: 3px;
	border-color: #e3000f;
	color: #e3000f;
	border-radius: .66rem
}

.btn-tile:hover {
	background-color: #ffe3e5;
	color: #b6000c;
	border-color: #b6000c
}

.btn-tile.btn-column {
	padding-bottom: calc(50% - 12.5px)
}

.btn-tile .btn-content {
	width: 100%;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.btn-light .navbar-toggler-icon-animated span,
.btn-outline-primary .navbar-toggler-icon-animated span {
	background: #e3000f
}

.btn-outline-primary:active .badge,
.btn-outline-primary:focus .badge,
.btn-outline-primary:hover .badge {
	color: #333 !important;
	background-color: #fff !important
}

.btn-outline-primary:active .navbar-toggler-icon-animated span,
.btn-outline-primary:focus .navbar-toggler-icon-animated span,
.btn-outline-primary:hover .navbar-toggler-icon-animated span {
	background: #fff
}

.btn-vertical {
	width: 2em;
	border-radius: 0
}

.btn-vertical-content {
	width: calc(100% - 2em)
}

.btn-bg-white-75 {
	background-color: rgba(255, 255, 255, .75)
}

.navbar-iso {
	border-radius: .5rem;
	border-right: none;
	border-left: none
}

.navbar-iso,
.navbar-iso.navbar-thin {
	border-bottom: 1px solid #ced4da
}

.navbar-iso .navbar-form {
	margin-top: 3px
}

nav .nav-link:focus,
nav .nav-link:hover {
	color: #e3000f
}

.row>.navbar-iso {
	padding-left: 35px;
	padding-right: 35px
}

.navbar-bigbrand {
	color: rgba(0, 0, 0, .5);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -1px;
	position: relative;
	top: 6px;
	padding-right: 15px;
	padding-left: 15px
}

.navbar-form {
	margin-top: 7px;
	margin-bottom: 7px
}

@media (max-width:1199.98px) {
	.navbar-form {
		margin: 0;
		padding-left: 0;
		padding-right: 0
	}
}

a.navbar-bigbrand:hover {
	text-decoration: none;
	color: #006bb7
}

.navbar-header .h1,
.navbar-header .h2,
.navbar-header .h3,
.navbar-header h1,
.navbar-header h2,
.navbar-header h3 {
	margin-bottom: 0
}

.navbar-header .h2,
.navbar-header h2 {
	margin-top: 3px
}

#collapseSitemap,
.navbar-header .h3,
.navbar-header h3 {
	margin-top: 10px
}

.theme-red a.navbar-bigbrand:hover {
	color: #e3000f
}

@media (min-width:992px) {
	.navbar-first {
		padding-left: 0
	}
}

.navbar .navbar-toggle {
	padding: 0;
	margin: 0;
	color: #212529;
	font-size: 28px;
	transform: rotate(90deg)
}

.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 15px
}

.navbar .navbar-toggle[aria-expanded=true] {
	transform: rotate(270deg)
}

@media (max-width:1199.98px) {
	.navbar .dropdown-menu>li>a {
		white-space: normal
	}

	.navbar .dropdown-menu>li>a[class^=bi-] {
		white-space: nowrap
	}

	.navbar .navbar-collapse .navbar-nav {
		margin: 15px 0
	}

	.navbar .navbar-collapse .navbar-nav li a:hover {
		background-color: #fff
	}

	.navbar .navbar-collapse .navbar-nav li.active a {
		background-color: #fefefe
	}

	.navbar .navbar-collapse .navbar-nav li a {
		border-bottom: none !important;
		text-align: left
	}
}

.navbar.navbar-small {
	min-height: 42px
}

.navbar.navbar-small ul.navbar-nav li a {
	font-size: 16px;
	line-height: .8em
}

.navbar.navbar-small .navbar-form {
	margin-top: 4px;
	margin-bottom: 4px
}

.navbar.navbar-small .navbar-bigbrand {
	font-size: 28px;
	top: 4px
}

.navbar.navbar-small .navbar-brand {
	padding-top: 11px;
	padding-bottom: 11px;
	height: 42px
}

.navbar-default .navbar-nav>.active>a,
.navbar-img ul.navbar-nav>li.active>ul.nav-level2>li>a:hover {
	background-color: transparent
}

@media (min-width:992px) {

	.navbar-default.small ul.navbar-nav>li>a,
	.navbar-default.small ul.navbar-nav>li>ul.dropdown-menu>li>a {
		font-size: .875em;
		color: #e9ecef
	}

	.navbar-default.small ul.navbar-nav>li.active>a {
		font-weight: 700
	}
}

.navbar-img {
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.navbar-img .navbar-header {
	position: fixed;
	z-index: 1100
}

.navbar-img .navbar-header .navbar-brand {
	padding: 17px 15px 14px;
	color: #e3000f;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 35px
}

.navbar-img .navbar-header .navbar-brand:focus,
.navbar-img .navbar-header .navbar-brand:hover {
	color: #ff1726
}

.navbar-img .navbar-header .navbar-brand:focus .logo.isologo,
.navbar-img .navbar-header .navbar-brand:hover .logo.isologo {
	transform: scale(1.1)
}

.navbar-img .navbar-header .navbar-brand .logo.isologo {
	top: 0;
	height: 45px;
	background-position: 2px 11px;
	margin-left: -45px;
	float: left;
	position: absolute;
	background-color: #e3000f;
	display: block;
	width: 35px;
	background-size: 90%;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.navbar-img .navbar-header .navbar-toggle {
	font-weight: 600;
	font-size: 12px;
	color: #212529;
	text-transform: uppercase
}

.navbar-img .navbar-nav,
.navbar-img.navbar {
	border: 0;
	border-bottom: 1px solid #ececec
}

.navbar-img.navbar-fixed-top:hover .navbar-nav {
	margin-top: 0
}

.navbar-img .nav-2levels.nav-container {
	padding: 0;
	border-bottom: none
}

@media (min-width:992px) {
	.navbar-img .nav-2levels li.hasChildren>a:after {
		display: none
	}
}

.navbar-img ul.navbar-nav {
	margin-top: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.navbar-img ul.navbar-nav.is-hidden {
	margin-top: -51px
}

.navbar-img ul.navbar-nav.is-hidden .nav.navbar-nav {
	margin-top: -2px
}

.navbar-img ul.navbar-nav li>a,
.navbar-img ul.navbar-nav li>a:focus {
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(255, 255, 255, .6);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

.navbar-img ul.navbar-nav li>a:focus:hover,
.navbar-img ul.navbar-nav li>a:hover {
	color: #e3000f
}

.navbar-img ul.navbar-nav li.active>a,
.navbar-img ul.navbar-nav li.active>a:focus {
	color: #e3000f;
	background-color: transparent
}

.navbar-img ul.navbar-nav li.active>a:focus:hover,
.navbar-img ul.navbar-nav li.active>a:hover {
	background-color: transparent
}

.navbar-img ul.navbar-nav li>a.btn {
	padding: 7px 9px 5px;
	margin: 6px 15px 4px;
	background-color: transparent;
	border-color: rgba(255, 255, 255, .3)
}

.navbar-img ul.navbar-nav li>a.btn:hover {
	background-color: rgba(255, 255, 255, .3)
}

.navbar-img ul.navbar-nav>li.active>ul.nav-level2 {
	position: fixed;
	right: 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid #e7e7e7;
	text-align: right;
	top: 1px;
	margin-top: 52px;
	padding: 0 0 0 15px
}

.navbar-img ul.navbar-nav>li.active>ul.nav-level2>li {
	float: none;
	display: inline-block
}

.navbar-img ul.navbar-nav>li.active>ul.nav-level2>li>a {
	padding: 17px 15px 14px
}

.navbar-img ul.navbar-nav>li.active>ul.nav-level2>li.active>a {
	background-color: transparent;
	border-bottom: 1px solid #e3000f
}

@media (min-width:992px) {
	.navbar-img {
		background-color: transparent;
		border-color: rgba(255, 255, 255, .3)
	}

	.navbar-img .navbar-header .navbar-brand {
		color: rgba(255, 255, 255, .7)
	}

	.navbar-img .nav>li>a,
	.navbar-img .nav>li>a:focus {
		color: rgba(255, 255, 255, .7)
	}

	.navbar-img .nav>li>a:focus:hover,
	.navbar-img .nav>li>a:hover,
	.navbar-img .navbar-header .navbar-brand:focus,
	.navbar-img .navbar-header .navbar-brand:hover {
		color: #fff
	}

	.navbar-img.affix {
		background-color: #fff;
		border: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
	}

	.navbar-img.affix .navbar-header .navbar-brand {
		color: #e3000f
	}

	.navbar-img.affix .navbar-header .navbar-brand:focus,
	.navbar-img.affix .navbar-header .navbar-brand:hover {
		color: #b0000c
	}

	.navbar-img.affix .nav>li>a,
	.navbar-img.affix .nav>li>a:focus {
		color: #212529
	}

	.navbar-img.affix .nav>li>a:focus:hover,
	.navbar-img.affix .nav>li>a:hover {
		color: #e3000f
	}

	.navbar-img.affix .nav>li>a.btn,
	.navbar-img.affix .nav>li>a:focus.btn {
		border-color: #c9c9c9
	}

	.navbar-img.affix-top {
		border-color: transparent
	}

	.navbar-img.affix-top .navbar-header .navbar-brand {
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		padding: 28px 0 0 30px;
		font-size: 30px
	}

	.navbar-img.affix-top .navbar-header .navbar-brand .logo.isologo {
		transform: scale(1.4);
		top: 9px;
		margin-left: -50px
	}

	.navbar-img.affix-top ul.nav-level2 {
		border-color: transparent !important;
		background-color: transparent !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: none !important
	}

	.navbar-img.affix-top .nav-2levels>ul.navbar-nav>li.open>a,
	.navbar-img.affix-top .nav-2levels>ul.navbar-nav>li>a:hover,
	.navbar-img.affix-top ul.nav-level2>li>a {
		color: #fff !important
	}

	.navbar-img.affix-top ul.nav-level2>li>a:focus {
		border-bottom: none !important
	}

	.navbar-img.affix-top .nav-2levels>ul.navbar-nav {
		border-bottom: 1px solid rgba(255, 255, 255, .3)
	}

	.navbar-img.affix-top .nav-2levels>ul.navbar-nav>li.active a {
		color: #fff;
		border-bottom-color: #fff !important
	}
}

.navbar-fixed-top .navbar-collapse {
	max-height: initial
}

@media (max-width:991.98px) {
	#offcanvas-menu.nav-2levels li.active a.current {
		background-color: initial !important
	}

	#offcanvas-menu.nav-2levels>ul>li.active>ul>li.active,
	#offcanvas-menu.nav-2levels>ul>li>ul>li.active a.current {
		background-color: #e3000f
	}

	#offcanvas-menu.nav-2levels>ul>li>ul>li>a {
		padding: 17px 25px 13px
	}
}

.navbar-header {
	padding-bottom: 3.75rem
}

.navbar-header .header-title {
	padding-top: 3.75rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: left;
	margin: 0
}

.navbar-header .header-title .header-content {
	order: 2
}

.navbar-header .header-title .logo {
	margin-right: .9375rem;
	float: none;
	position: relative;
	order: 1;
	width: 20%;
	min-width: 100px;
	max-width: 200px
}

.navbar-header .header-title.nologo {
	padding-left: 0;
	margin-left: 30px
}

.nav-iso {
	z-index: 1
}

.nav-iso.bg-lightergray,
.nav-iso.bg-lightgray {
	border-bottom: 1px solid #c9c4c2
}

.nav-iso.navbar-active-pilled .nav-item.active {
	background-color: rgba(0, 0, 0, .05)
}

.nav-iso.navbar-active-underlined {
	padding-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.nav-iso.navbar-active-underlined .nav-item {
	padding-bottom: .5rem
}

@media (min-width:576px) {
	.nav-iso.navbar-active-underlined .nav-item:first-of-type {
		margin-left: 0
	}

	.nav-iso.navbar-active-underlined .nav-item.inPath {
		border-bottom: 1px solid rgba(51, 51, 51, .5);
		margin-bottom: -1px
	}

	.nav-iso.navbar-active-underlined .nav-item.active {
		border-bottom: 1px solid #e3000f;
		margin-bottom: -1px
	}
}

.lifecycle ul.stages,
.nav-iso.navbar-active-underlined #shoppingCart,
.nav-iso.navbar-active-underlined .navbar-form {
	margin-top: 0
}

@media (min-width:576px) {
	.nav-iso .navbar-nav {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 2rem;
		row-gap: 10px
	}
}

@media (min-width:1200px) {
	.nav-iso .navbar-nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: .5rem
	}
}

@media (max-width:575.98px) {
	.nav-iso .navbar-nav .nav-item {
		margin: 0 calc(var(--bs-gutter-x, 0.9375rem)*-1);
		padding: 0 var(--bs-gutter-x, 0.9375rem)
	}
}

@media (min-width:1200px) {
	.nav-iso .navbar-nav .nav-item {
		margin-left: .5rem
	}
}

.nav-iso .navbar-nav .nav-item a {
	text-decoration: none
}

.nav-iso .navbar-nav .nav-item a:focus,
.nav-iso .navbar-nav .nav-item a:hover {
	color: #b6000c;
	background-color: transparent
}

.nav-iso .navbar-nav .nav-item.active>a {
	color: #e3000f;
	font-weight: 600;
	background-color: transparent
}

.nav-iso .navbar-nav .nav-item.inPath>a {
	color: #e3000f
}

.nav-iso #shoppingCart,
.nav-iso .navbar-form,
.nav-iso .navbar-toggler {
	margin-left: .5rem
}

.nav-iso .navbar-form {
	order: 2;
	flex: 1
}

.nav-iso .navbar-form button {
	font-weight: 350
}

.nav-iso #shoppingCart {
	order: 3;
	white-space: nowrap
}

.navbar-toggler-icon-animated {
	width: 20px;
	height: 15px;
	position: relative;
	margin: 0;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block
}

.navbar-toggler-icon-animated span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out
}

.navbar-toggler-icon-animated span:nth-child(1) {
	top: 2px
}

.navbar-toggler-icon-animated span:nth-child(2),
.navbar-toggler-icon-animated span:nth-child(3) {
	top: 8px
}

.navbar-toggler-icon-animated span:nth-child(4) {
	top: 14px
}

.navbar-toggler-icon-animated.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%
}

.navbar-toggler-icon-animated.open span:nth-child(2) {
	transform: rotate(45deg)
}

.navbar-toggler-icon-animated.open span:nth-child(3) {
	transform: rotate(-45deg)
}

.navbar-toggler-icon-animated.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%
}

.logo {
	order: 1
}

.navbar-toggler {
	order: 4
}

.navbar-collapse {
	order: 5
}

@media (min-width:1200px) {
	.navbar-collapse {
		order: 2
	}
}

.navbar-form {
	order: 4;
	width: 100vw
}

@media (min-width:992px) {
	.navbar-form {
		flex: 1
	}
}

@media (max-width:575.98px) {
	.visually-hidden-xs {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important
	}
}

.dropdown-toggle:focus,
.dropdown-toggle:hover,
ul.stages>li ul.dropdown-menu.show>li>a:focus,
ul.stages>li ul.dropdown-menu.show>li>a:hover {
	text-decoration: none
}

.dropdown-toggle::after {
	font-family: bootstrap-icons;
	content: "\f282";
	font-size: .75em;
	transform-origin: center;
	display: inline-block;
	transition: transform .25s ease;
	opacity: 1;
	border: 0;
	vertical-align: baseline;
	margin-left: .3em
}

.dropdown-toggle.show:after,
.dropdown-toggle[data-bs-toggle=collapse]:not(.collapsed):after {
	transform: rotate(180deg)
}

.megamenu-toggle::after,
ul.stages>li>a .stage-title {
	display: none
}

.nav-iso .dropdown:not(.inPath) .show:focus {
	color: #333;
	font-weight: 600
}

@media (min-width:576px) {
	.navbar-nav .megamenu {
		position: absolute
	}

	.megamenu-animate {
		animation-duration: .36s;
		animation-fill-mode: both;
		animation-timing-function: ease-in-out
	}
}

.slideUp {
	animation-name: slideUp
}

.megamenu .list-group-item {
	padding-left: 0
}

.megamenu .noChildren .section-head {
	color: #333;
	font-size: 1rem
}

.megamenu .hasChildren {
	padding-bottom: 1rem
}

.nav-megamenu .nav-link.show {
	font-weight: 600
}

.nav-megamenu .nav-link {
	color: #333
}

.nav-megamenu .section-head {
	color: rgba(51, 51, 51, .5)
}

.nav-megamenu .active>.section-head {
	font-weight: 600;
	color: #e3000f
}

.nav-megamenu .disabled {
	color: var(--bs-tertiary-color) !important
}

@media (max-width:575.98px) {
	.nav-megamenu .list-group .nav-item {
		padding: 0
	}
}

.megamenu-shadow {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15)
}

@media (min-width:992px) {
	.megamenu-shadow-md {
		box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15)
	}
}

@media (max-width:991.98px) {
	header.sticky-top:has(.megamenu.show) {
		position: relative
	}
}

.nav-utility {
	padding: 5px;
	z-index: 1024;
	position: relative
}

.nav-utility .logo {
	float: right;
	margin-top: -5px;
	margin-bottom: -5px
}

.nav-utility li.nav-item a.nav-link {
	padding: 0;
	text-decoration: none
}

.nav-utility li.nav-item,
.nav-utility li.navbar-text {
	padding: 0;
	margin-left: 0
}

@media (min-width:768px) {

	.nav-utility li.nav-item,
	.nav-utility li.navbar-text {
		margin-left: 2rem
	}
}

.nav-utility #lang-switcher a {
	text-transform: capitalize
}

.nav-relatives .nav-children,
.nav-relatives .section-head {
	font-size: calc(1.255rem + .06vw)
}

@media (min-width:1200px) {

	.nav-relatives .nav-children,
	.nav-relatives .section-head {
		font-size: 1.3rem
	}
}

.topbar {
	height: 32px;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%
}

@media print {
	.topbar {
		display: none
	}
}

.topbar .navbar-header {
	margin-bottom: 0;
	float: left
}

.topbar .topbar-brand {
	font-size: 20px;
	font-weight: 700;
	float: left;
	margin-left: .5rem;
	line-height: 32px
}

.topbar .btn-link,
.topbar ul.dropdown-menu li a,
.topbar ul>li>a {
	color: #343a40
}

.topbar .btn-link:hover,
.topbar ul.dropdown-menu li a:hover,
.topbar ul>li>a:hover {
	color: #000
}

.topbar .nav-link,
.topbar ul.list-inline>li {
	padding: 0 .5rem
}

.topbar.topbar-light {
	background-color: rgba(0, 0, 0, .1)
}

.topbar.topbar-light .poweredby-txt {
	color: rgba(51, 51, 51, .5)
}

.topbar.topbar-dark {
	background-color: rgba(0, 0, 0, .5)
}

.topbar.topbar-dark ul.dropdown-menu {
	background: rgba(0, 0, 0, .6)
}

.topbar.topbar-dark ul.dropdown-menu>li>a:hover {
	background: #000
}

.topbar.topbar-dark .poweredby-txt,
.topbar.topbar-dark ul>li>a,
.topbar.topbar-whitecontent .poweredby-txt,
.topbar.topbar-whitecontent ul>li>a {
	color: #f8f9fa
}

.topbar.topbar-dark ul>li>a:hover,
.topbar.topbar-whitecontent ul>li>a:hover,
ul.stages>li.alert-danger .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-danger .dropdown-menu li.active a .stage-date,
ul.stages>li.alert-dark .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-dark .dropdown-menu li.active a .stage-date,
ul.stages>li.alert-info .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-info .dropdown-menu li.active a .stage-date,
ul.stages>li.alert-light .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-light .dropdown-menu li.active a .stage-date,
ul.stages>li.alert-primary .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-primary .dropdown-menu li.active a .stage-date,
ul.stages>li.alert-secondary .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-secondary .dropdown-menu li.active a .stage-date,
ul.stages>li.alert-success .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-success .dropdown-menu li.active a .stage-date,
ul.stages>li.alert-warning .dropdown-menu li.active a .stage-code,
ul.stages>li.alert-warning .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-danger .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-danger .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-dark .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-dark .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-info .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-info .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-light .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-light .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-primary .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-primary .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-secondary .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-secondary .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-success .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-success .dropdown-menu li.active a .stage-date,
ul.stages>li.bg-warning .dropdown-menu li.active a .stage-code,
ul.stages>li.bg-warning .dropdown-menu li.active a .stage-date {
	color: #fff
}

.topbar .topbar-content {
	line-height: 32px;
	font-size: 14px;
	padding: 0 30px
}

@media (max-width:991.98px) {
	.topbar .topbar-content .offcanvas-menu {
		display: none
	}
}

.topbar .topbar-content .dropdown-menu {
	min-width: 0;
	left: auto;
	right: 0;
	font-size: 14px;
	z-index: 999
}

.topbar .topbar-content #lang-switcher {
	float: right
}

.topbar .topbar-content #lang-switcher,
.topbar .topbar-content .toplinks {
	position: relative;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0
}

@media (max-width:991.98px) {

	.topbar .topbar-content #lang-switcher,
	.topbar .topbar-content .toplinks {
		margin-right: 5px;
		margin-bottom: 0
	}
}

.topbar .topbar-content #lang-switcher li::first-letter {
	text-transform: uppercase
}

.topbar .topbar-content .logo.poweredby,
.topbar .topbar-content .toplinks,
.topbar .topbar-content .toplinks>ul {
	float: right
}

.topbar .topbar-content .toplinks>li,
.topbar .topbar-content .toplinks>ul>li {
	display: inline-block;
	margin-right: 15px
}

.topbar .topbar-content .logo {
	position: relative;
	float: left;
	margin-left: 5px
}

@media (max-width:991.98px) {
	.topbar .topbar-content .logo.poweredby {
		margin-left: 15px
	}
}

.topbar .topbar-content .navbar-header .logo {
	margin-right: 0
}

.topbar .topbar-content .poweredby-txt {
	position: relative;
	float: right;
	margin-left: 15px
}

@media (max-width:991.98px) {
	.topbar .topbar-content .poweredby-txt {
		display: none
	}
}

.topbar .topbar-content .btn {
	margin-top: -2px
}

.topbar .topbar-content .btn-switchapp {
	font-size: 1.5em;
	padding: 0
}

.nav-pills>li+li {
	margin-left: 5px
}

@media (min-width:768px) {
	.nav-pills>li>a {
		margin-bottom: 10px
	}
}

@media (max-width:767.98px) {

	.nav-pills>li,
	.nav-pills>li+li {
		margin: 0 0 5px
	}
}

.nav-tabs a:not(.active):focus,
.nav-tabs a:not(.active):hover,
.nav-tabs a:not(.active):visited {
	border-color: transparent !important
}

.tab-content {
	padding: 1.875rem;
	border-width: 2px;
	border-color: rgba(0, 0, 0, .1);
	border-style: solid;
	margin-bottom: 2em;
	background-color: #fff
}

@media (max-width:767.98px) {
	.tab-content {
		padding: 1.875rem .9375rem !important;
		padding: 0
	}
}

.nav-pills a:focus,
.nav-pills a:hover,
.nav-pills a:visited,
.nav-tabs a:focus,
.nav-tabs a:hover,
.nav-tabs a:visited {
	text-decoration: none;
	cursor: pointer
}

.nav-pills+.tab-content {
	border-top: 1px solid #e9ecef
}

.nav-pills,
.nav-tabs {
	margin: 0 -15px;
	padding: 0 15px;
	border-bottom: none
}

.nav-pills.h2,
.nav-pills.h3,
.nav-pills.h4,
.nav-pills.h5,
.nav-pills.h6,
.nav-pills>li a>.h2,
.nav-pills>li a>.h3,
.nav-pills>li a>.h4,
.nav-pills>li a>.h5,
.nav-pills>li a>.h6,
.nav-pills>li a>h2,
.nav-pills>li a>h3,
.nav-pills>li a>h4,
.nav-pills>li a>h5,
.nav-pills>li a>h6,
.nav-tabs.h2,
.nav-tabs.h3,
.nav-tabs.h4,
.nav-tabs.h5,
.nav-tabs.h6,
.nav-tabs>li a>.h2,
.nav-tabs>li a>.h3,
.nav-tabs>li a>.h4,
.nav-tabs>li a>.h5,
.nav-tabs>li a>.h6,
.nav-tabs>li a>h2,
.nav-tabs>li a>h3,
.nav-tabs>li a>h4,
.nav-tabs>li a>h5,
.nav-tabs>li a>h6 {
	margin-bottom: 0
}

.nav-pills.h2>li>a,
.nav-pills.h3>li>a,
.nav-pills.h4>li>a,
.nav-pills.h5>li>a,
.nav-pills.h6>li>a,
.nav-tabs.h2>li>a,
.nav-tabs.h3>li>a,
.nav-tabs.h4>li>a,
.nav-tabs.h5>li>a,
.nav-tabs.h6>li>a {
	line-height: inherit
}

.nav-pills>li,
.nav-tabs>li {
	float: none;
	display: inline-block;
	z-index: 1
}

.nav-pills>li.active,
.nav-tabs>li.active {
	z-index: 2
}

@media (max-width:767.98px) {

	.nav-pills>li,
	.nav-tabs>li {
		width: 100%;
		text-align: center
	}

	.nav-pills>li>.nav-link.active,
	.nav-tabs>li>.nav-link.active {
		border-width: 2px;
		border-color: var(--bs-border-color);
		border-style: solid;
		background-color: rgba(255, 255, 255, .75);
		color: #333;
		border-radius: .5rem
	}

	.nav-pills>li:last-child,
	.nav-tabs>li:last-child {
		margin-bottom: 1rem
	}
}

.tab-pane .well {
	background-color: #fff
}

.nav-pills.step-list>li,
.nav-tabs.step-list>li,
.navbar-nav.step-list>li,
.step-list .nav-pills>li,
.step-list .nav-tabs>li,
.step-list .navbar-nav>li {
	margin-left: 2em;
	position: relative
}

.nav-pills.step-list>li:before,
.nav-tabs.step-list>li:before,
.navbar-nav.step-list>li:before,
.step-list .nav-pills>li:before,
.step-list .nav-tabs>li:before,
.step-list .navbar-nav>li:before {
	font-family: "bootstrap-icons";
	content: "\f138";
	text-align: center;
	position: absolute;
	color: rgba(0, 0, 0, .5);
	padding: 10px 0;
	left: -1.5em
}

.nav-pills.step-list>li:first-child,
.nav-tabs.step-list>li:first-child,
.navbar-nav.step-list>li:first-child,
.step-list .nav-pills>li:first-child,
.step-list .nav-tabs>li:first-child,
.step-list .navbar-nav>li:first-child {
	margin-left: 0
}

.nav-pills.step-list>li:first-child:before,
.nav-tabs.step-list>li:first-child:before,
.navbar-nav.step-list>li:first-child:before,
.step-list .nav-pills>li:first-child:before,
.step-list .nav-tabs>li:first-child:before,
.step-list .navbar-nav>li:first-child:before {
	content: ""
}

@media (max-width:767.98px) {

	.nav-pills.step-list>li,
	.nav-tabs.step-list>li,
	.navbar-nav.step-list>li,
	.step-list .nav-pills>li,
	.step-list .nav-tabs>li,
	.step-list .navbar-nav>li {
		margin-left: 0;
		margin-bottom: 20px
	}

	.nav-pills.step-list>li a,
	.nav-pills.step-list>li a:hover,
	.nav-tabs.step-list>li a,
	.nav-tabs.step-list>li a:hover,
	.navbar-nav.step-list>li a,
	.navbar-nav.step-list>li a:hover,
	.step-list .nav-pills>li a,
	.step-list .nav-pills>li a:hover,
	.step-list .nav-tabs>li a,
	.step-list .nav-tabs>li a:hover,
	.step-list .navbar-nav>li a,
	.step-list .navbar-nav>li a:hover {
		border-bottom-right-radius: var(--bs-border-radius);
		border-bottom-left-radius: var(--bs-border-radius);
		border-top-left-radius: var(--bs-border-radius);
		border-top-right-radius: var(--bs-border-radius)
	}

	.nav-pills.step-list>li:before,
	.nav-tabs.step-list>li:before,
	.navbar-nav.step-list>li:before,
	.step-list .nav-pills>li:before,
	.step-list .nav-tabs>li:before,
	.step-list .navbar-nav>li:before {
		top: -32px;
		left: calc(50% - 12px);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.nav-pills.step-list>li.active>a:focus,
.nav-pills.step-list>li.active>a:hover,
.step-list .nav-pills>li.active>a:focus,
.step-list .nav-pills>li.active>a:hover {
	background-color: #e3000f
}

@media (min-width:768px) {

	.nav-pills.step-list>li,
	.step-list .nav-pills>li {
		position: relative
	}

	.nav-pills.step-list>li>a,
	.step-list .nav-pills>li>a {
		border: 1px solid var(--bs-border-color);
		padding: .5rem 1rem;
		background-color: #fff
	}

	.nav-pills.step-list>li.active>a,
	.step-list .nav-pills>li.active>a {
		border: 1px solid #e3000f
	}
}

.navbar-nav.step-list>li:before,
.step-list .navbar-nav>li:before {
	top: -10px
}

@media (max-width:991.98px) {

	.navbar-nav.step-list>li,
	.step-list .navbar-nav>li {
		margin: 0 0 20px
	}

	.navbar-nav.step-list>li>a,
	.step-list .navbar-nav>li>a {
		text-align: center !important
	}

	.navbar-nav.step-list>li:before,
	.step-list .navbar-nav>li:before {
		margin: 0 50%;
		width: 32px;
		height: 32px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		top: -12px;
		left: -16px
	}
}

ul.stages {
	display: flex;
	padding: 0
}

@media (max-width:991.98px) {
	ul.stages {
		flex-direction: column
	}
}

ul.stages .stage-code,
ul.stages .stage-title,
ul.stages>li.active .stage-title {
	display: inline-block
}

ul.stages .stage-code,
ul.stages>li .dropdown-menu>li>a .stage-code {
	font-weight: 700
}

ul.stages .stage-date {
	font-size: 10px;
	line-height: 21px
}

ul.stages li a {
	opacity: 1 !important
}

ul.stages>li {
	list-style-type: none;
	margin-left: 2px;
	margin-bottom: 20px;
	background-color: #dee2e6;
	position: relative
}

@media print {
	ul.stages>li {
		display: inline-block
	}
}

@media (min-width:992px) {

	ul.stages>li:not(:first-child)::before,
	ul.stages>li:not(:last-child)::after {
		content: "";
		border-top: 1.125em solid transparent;
		border-bottom: 1.125em solid transparent;
		position: absolute;
		top: 0
	}

	ul.stages>li:not(:last-child)::after {
		border-left: .5625em solid #dee2e6;
		right: -.5510204082em;
		z-index: 7;
		transform: rotate(0)
	}

	ul.stages>li:not(:first-child)::before {
		border-left: .5625em solid #fff;
		left: 0;
		z-index: 5
	}
}

ul.stages>li>a {
	display: block;
	position: relative;
	font-size: 1rem;
	padding: .675em .675em .675em 1.35em;
	line-height: 1;
	text-decoration: none
}

@media (max-width:991.98px) {
	ul.stages>li>a {
		padding: .675em 1.35em
	}
}

ul.stages>li>a:focus,
ul.stages>li>a:hover {
	min-width: 225px;
	color: #aeb9c5
}

ul.stages>li>a:focus .stage-title,
ul.stages>li>a:hover .stage-title {
	display: inline-block
}

ul.stages>li.noChildren>a:hover {
	min-width: auto
}

ul.stages>li>.stage-date {
	position: absolute;
	padding: 3px 0 0 25px
}

@media (max-width:991.98px) {
	ul.stages>li>.stage-date {
		right: 15px;
		top: 13px
	}
}

ul.stages>li.dropdown:has(>.dropdown-menu.show) {
	min-width: 225px
}

ul.stages>li ul.dropdown-menu.show>li>a {
	display: block;
	color: #212529
}

ul.stages>li ul.dropdown-menu.show>li>a .stage-title {
	display: inline-block;
	line-height: 1.2
}

ul.stages>li ul.dropdown-menu.show>li>a .stage-date {
	float: right;
	padding-left: 15px;
	color: rgba(0, 0, 0, .5)
}

ul.stages>li.active {
	min-width: 225px
}

ul.stages>li .dropdown-menu {
	width: 100%;
	background-color: #f8f9fa;
	border: 0;
	font-size: .875em;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0
}

ul.stages>li .dropdown-menu>li>a {
	white-space: normal;
	padding: 5px 15px
}

ul.stages>li .dropdown-menu>li:last-child,
ul.stages>li .dropdown-menu>li:last-child>a {
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem
}

ul.stages>li .dropdown-menu .active>a,
ul.stages>li .dropdown-menu .active>a:focus,
ul.stages>li .dropdown-menu .active>a:hover {
	color: #fff !important;
	background-color: #e9ecef
}

ul.stages>li .dropdown-menu>li.list-separation:not(:first-child) a {
	border-top-width: 5px !important
}

ul.stages>li:first-child>a {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem
}

ul.stages>li:first-child>a::before {
	display: none
}

ul.stages>li:first-child.show>a {
	border-bottom-left-radius: 0
}

ul.stages>li:last-child,
ul.stages>li:last-child>a {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem
}

ul.stages>li:last-child.show>a {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

ul.stages li.alert-muted a {
	color: rgba(51, 51, 51, .5)
}

ul.stages li.alert-muted>a:focus,
ul.stages li.alert-muted>a:hover {
	background-color: #e9ecef
}

ul.stages li.alert-muted ul.dropdown-menu>li>a {
	color: rgba(51, 51, 51, .5) !important
}

ul.stages>li.bg-primary::after {
	border-left: .5869565217em solid #cc000e
}

ul.stages>li.bg-primary.show>a,
ul.stages>li.bg-primary>a {
	background-color: #cc000e;
	color: #e3000f
}

ul.stages>li.bg-primary.active>a {
	color: #fff !important
}

ul.stages>li.bg-primary>a:hover {
	background-color: #c2000d
}

.lifecycle ul.steps .step-primary a,
ul.stages>li.bg-primary>.stage-date {
	color: #cc000e
}

ul.stages>li.bg-primary>a:hover:after {
	border-left-color: #c2000d
}

ul.stages>li.alert-primary.show>a,
ul.stages>li.bg-primary .dropdown-menu {
	background-color: #f9cccf
}

ul.stages>li.bg-primary .dropdown-menu>li>a {
	border-top: 1px solid #f49ea4
}

ul.stages>li.alert-primary .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-primary .dropdown-menu>li>a .stage-code {
	color: #880009
}

ul.stages>li.bg-primary .dropdown-menu li a:hover {
	background-color: #f7bec2
}

ul.stages>li.bg-primary .dropdown-menu li.active a {
	background-color: #cc000e;
	border-bottom: none
}

ul.stages>li.bg-primary .dropdown-menu li.active a:hover {
	background-color: #bd000d
}

ul.stages>li.alert-primary::after {
	border-left: .5625em solid #f9cccf
}

ul.stages>li.alert-primary a {
	background-color: #f9cccf;
	color: #880009
}

ul.stages>li.alert-primary .dropdown-menu>li>a {
	border-bottom: 1px solid #f49ea4;
	background-color: #fdeced
}

ul.stages>li.alert-primary .dropdown-menu li.active a {
	background-color: #cc000e
}

ul.stages>li.alert-primary .dropdown-menu li a:hover {
	background-color: #f7bec2
}

ul.stages>li.bg-secondary::after {
	border-left: .5869565217em solid #47051c
}

ul.stages>li.bg-secondary.show>a,
ul.stages>li.bg-secondary>a {
	background-color: #47051c;
	color: #4f051f
}

ul.stages>li.bg-secondary.active>a {
	color: #fff !important
}

ul.stages>li.bg-secondary>a:hover {
	background-color: #3d0418
}

.lifecycle ul.steps .step-secondary a,
ul.stages>li.bg-secondary>.stage-date {
	color: #47051c
}

ul.stages>li.bg-secondary>a:hover:after {
	border-left-color: #3d0418
}

ul.stages>li.alert-secondary.show>a,
ul.stages>li.bg-secondary .dropdown-menu {
	background-color: #dccdd2
}

ul.stages>li.bg-secondary .dropdown-menu>li>a {
	border-top: 1px solid #c7afb7
}

ul.stages>li.alert-secondary .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-secondary .dropdown-menu>li>a .stage-code {
	color: #2f0313
}

ul.stages>li.bg-secondary .dropdown-menu li a:hover {
	background-color: #d6c4ca
}

ul.stages>li.bg-secondary .dropdown-menu li.active a {
	background-color: #47051c;
	border-bottom: none
}

ul.stages>li.bg-secondary .dropdown-menu li.active a:hover {
	background-color: #390416
}

ul.stages>li.alert-secondary::after {
	border-left: .5625em solid #dccdd2
}

ul.stages>li.alert-secondary a {
	background-color: #dccdd2;
	color: #2f0313
}

ul.stages>li.alert-secondary .dropdown-menu>li>a {
	border-bottom: 1px solid #c7afb7;
	background-color: #ebe2e5
}

ul.stages>li.alert-secondary .dropdown-menu li.active a {
	background-color: #47051c
}

ul.stages>li.alert-secondary .dropdown-menu li a:hover {
	background-color: #d6c4ca
}

ul.stages>li.bg-info::after {
	border-left: .5869565217em solid #0060a5
}

ul.stages>li.bg-info.show>a,
ul.stages>li.bg-info>a {
	background-color: #0060a5;
	color: #006bb7
}

ul.stages>li.bg-info.active>a {
	color: #fff !important
}

ul.stages>li.bg-info>a:hover {
	background-color: #005a9b
}

.lifecycle ul.steps .step-info a,
ul.stages>li.bg-info>.stage-date {
	color: #0060a5
}

ul.stages>li.bg-info>a:hover:after {
	border-left-color: #005a9b
}

ul.stages>li.alert-info.show>a,
ul.stages>li.bg-info .dropdown-menu {
	background-color: #cce1f1
}

ul.stages>li.bg-info .dropdown-menu>li>a {
	border-top: 1px solid #a4c9e6
}

ul.stages>li.alert-info .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-info .dropdown-menu>li>a .stage-code {
	color: #00406e
}

ul.stages>li.bg-info .dropdown-menu li a:hover {
	background-color: #c0daee
}

ul.stages>li.bg-info .dropdown-menu li.active a {
	background-color: #0060a5;
	border-bottom: none
}

ul.stages>li.bg-info .dropdown-menu li.active a:hover {
	background-color: #005796
}

ul.stages>li.alert-info::after {
	border-left: .5625em solid #cce1f1
}

ul.stages>li.alert-info a {
	background-color: #cce1f1;
	color: #00406e
}

ul.stages>li.alert-info .dropdown-menu>li>a {
	border-bottom: 1px solid #a4c9e6;
	background-color: #e8f1f9
}

ul.stages>li.alert-info .dropdown-menu li.active a {
	background-color: #0060a5
}

ul.stages>li.alert-info .dropdown-menu li a:hover {
	background-color: #c0daee
}

ul.stages>li.bg-success::after {
	border-left: .5869565217em solid #00815d
}

ul.stages>li.bg-success.show>a,
ul.stages>li.bg-success>a {
	background-color: #00815d;
	color: #008f67
}

ul.stages>li.bg-success.active>a {
	color: #fff !important
}

ul.stages>li.bg-success>a:hover {
	background-color: #007756
}

.lifecycle ul.steps .step-success a,
ul.stages>li.bg-success>.stage-date {
	color: #00815d
}

ul.stages>li.bg-success>a:hover:after {
	border-left-color: #007756
}

ul.stages>li.alert-success.show>a,
ul.stages>li.bg-success .dropdown-menu {
	background-color: #cce9e1
}

ul.stages>li.bg-success .dropdown-menu>li>a {
	border-top: 1px solid #a8dacc
}

ul.stages>li.alert-success .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-success .dropdown-menu>li>a .stage-code {
	color: #00563e
}

ul.stages>li.bg-success .dropdown-menu li a:hover {
	background-color: #c1e4db
}

ul.stages>li.bg-success .dropdown-menu li.active a {
	background-color: #00815d;
	border-bottom: none
}

ul.stages>li.bg-success .dropdown-menu li.active a:hover {
	background-color: #007252
}

ul.stages>li.alert-success::after {
	border-left: .5625em solid #cce9e1
}

ul.stages>li.alert-success a {
	background-color: #cce9e1;
	color: #00563e
}

ul.stages>li.alert-success .dropdown-menu>li>a {
	border-bottom: 1px solid #a8dacc;
	background-color: #e5f4f0
}

ul.stages>li.alert-success .dropdown-menu li.active a {
	background-color: #00815d
}

ul.stages>li.alert-success .dropdown-menu li a:hover {
	background-color: #c1e4db
}

ul.stages>li.bg-warning::after {
	border-left: .5869565217em solid #e0a638
}

ul.stages>li.bg-warning.show>a,
ul.stages>li.bg-warning>a {
	background-color: #e0a638;
	color: #f9b83e
}

ul.stages>li.bg-warning.active>a {
	color: #fff !important
}

ul.stages>li.bg-warning>a:hover {
	background-color: #dfa22f
}

.lifecycle ul.steps .step-warning a,
ul.stages>li.bg-warning>.stage-date {
	color: #e0a638
}

ul.stages>li.bg-warning>a:hover:after {
	border-left-color: #dfa22f
}

ul.stages>li.alert-warning.show>a,
ul.stages>li.bg-warning .dropdown-menu {
	background-color: #fef1d8
}

ul.stages>li.bg-warning .dropdown-menu>li>a {
	border-top: 1px solid #fddfa6
}

ul.stages>li.alert-warning .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-warning .dropdown-menu>li>a .stage-code {
	color: #956e25
}

ul.stages>li.bg-warning .dropdown-menu li a:hover {
	background-color: #feecc9
}

ul.stages>li.bg-warning .dropdown-menu li.active a {
	background-color: #e0a638;
	border-bottom: none
}

ul.stages>li.bg-warning .dropdown-menu li.active a:hover {
	background-color: #dea02b
}

ul.stages>li.alert-warning::after {
	border-left: .5625em solid #fef1d8
}

ul.stages>li.alert-warning a {
	background-color: #fef1d8;
	color: #956e25
}

ul.stages>li.alert-warning .dropdown-menu>li>a {
	border-bottom: 1px solid #fddfa6;
	background-color: #fffdfb
}

ul.stages>li.alert-warning .dropdown-menu li.active a {
	background-color: #e0a638
}

ul.stages>li.alert-warning .dropdown-menu li a:hover {
	background-color: #feecc9
}

ul.stages>li.bg-danger::after {
	border-left: .5869565217em solid #8c273b
}

ul.stages>li.bg-danger.show>a,
ul.stages>li.bg-danger>a {
	background-color: #8c273b;
	color: #9c2b42
}

ul.stages>li.bg-danger.active>a {
	color: #fff !important
}

ul.stages>li.bg-danger>a:hover {
	background-color: #842538
}

.lifecycle ul.steps .step-danger a,
ul.stages>li.bg-danger>.stage-date {
	color: #8c273b
}

ul.stages>li.bg-danger>a:hover:after {
	border-left-color: #842538
}

ul.stages>li.alert-danger.show>a,
ul.stages>li.bg-danger .dropdown-menu {
	background-color: #ebd5d9
}

ul.stages>li.bg-danger .dropdown-menu>li>a {
	border-top: 1px solid #dbb2ba
}

ul.stages>li.alert-danger .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-danger .dropdown-menu>li>a .stage-code {
	color: #5e1a28
}

ul.stages>li.bg-danger .dropdown-menu li a:hover {
	background-color: #e6cbd0
}

ul.stages>li.bg-danger .dropdown-menu li.active a {
	background-color: #8c273b;
	border-bottom: none
}

ul.stages>li.bg-danger .dropdown-menu li.active a:hover {
	background-color: #802436
}

ul.stages>li.alert-danger::after {
	border-left: .5625em solid #ebd5d9
}

ul.stages>li.alert-danger a {
	background-color: #ebd5d9;
	color: #5e1a28
}

ul.stages>li.alert-danger .dropdown-menu>li>a {
	border-bottom: 1px solid #dbb2ba;
	background-color: #f7edef
}

ul.stages>li.alert-danger .dropdown-menu li.active a {
	background-color: #8c273b
}

ul.stages>li.alert-danger .dropdown-menu li a:hover {
	background-color: #e6cbd0
}

ul.stages>li.bg-light::after {
	border-left: .5869565217em solid #e1e0e0
}

ul.stages>li.bg-light.show>a,
ul.stages>li.bg-light>a {
	background-color: #e1e0e0;
	color: #faf9f9
}

ul.stages>li.bg-light.active>a {
	color: #fff !important
}

ul.stages>li.bg-light>a:hover {
	background-color: #dcdbdb
}

.lifecycle ul.steps .step-light a,
ul.stages>li.bg-light>.stage-date {
	color: #e1e0e0
}

ul.stages>li.bg-light>a:hover:after {
	border-left-color: #dcdbdb
}

ul.stages>li.alert-light.show>a,
ul.stages>li.bg-light .dropdown-menu {
	background-color: #fefefe
}

ul.stages>li.bg-light .dropdown-menu>li>a {
	border-top: 1px solid #e5e5e5
}

ul.stages>li.alert-light .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-light .dropdown-menu>li>a .stage-code {
	color: #969595
}

ul.stages>li.bg-light .dropdown-menu li a:hover {
	background-color: #f6f6f6
}

ul.stages>li.bg-light .dropdown-menu li.active a {
	background-color: #e1e0e0;
	border-bottom: none
}

ul.stages>li.bg-light .dropdown-menu li.active a:hover {
	background-color: #d9d8d8
}

ul.stages>li.alert-light::after {
	border-left: .5625em solid #fefefe
}

ul.stages>li.alert-light a {
	background-color: #fefefe;
	color: #969595
}

ul.stages>li.alert-light .dropdown-menu>li>a {
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff
}

ul.stages>li.alert-light .dropdown-menu li.active a {
	background-color: #e1e0e0
}

ul.stages>li.alert-light .dropdown-menu li a:hover {
	background-color: #f6f6f6
}

ul.stages>li.bg-dark::after {
	border-left: .5869565217em solid #282929
}

ul.stages>li.bg-dark.show>a,
ul.stages>li.bg-dark>a {
	background-color: #282929;
	color: #2c2d2e
}

ul.stages>li.bg-dark.active>a {
	color: #fff !important
}

ul.stages>li.bg-dark>a:hover {
	background-color: #232424
}

.lifecycle ul.steps .step-dark a,
ul.stages>li.bg-dark>.stage-date {
	color: #282929
}

ul.stages>li.bg-dark>a:hover:after {
	border-left-color: #232424
}

ul.stages>li.alert-dark.show>a,
ul.stages>li.bg-dark .dropdown-menu {
	background-color: #d5d5d5
}

ul.stages>li.bg-dark .dropdown-menu>li>a {
	border-top: 1px solid #bcbcbc
}

ul.stages>li.alert-dark .dropdown-menu>li>a .stage-code,
ul.stages>li.bg-dark .dropdown-menu>li>a .stage-code {
	color: #1a1b1c
}

ul.stages>li.bg-dark .dropdown-menu li a:hover {
	background-color: #cdcdcd
}

ul.stages>li.bg-dark .dropdown-menu li.active a {
	background-color: #282929;
	border-bottom: none
}

ul.stages>li.bg-dark .dropdown-menu li.active a:hover {
	background-color: #202121
}

ul.stages>li.alert-dark::after {
	border-left: .5625em solid #d5d5d5
}

ul.stages>li.alert-dark a {
	background-color: #d5d5d5;
	color: #1a1b1c
}

ul.stages>li.alert-dark .dropdown-menu>li>a {
	border-bottom: 1px solid #bcbcbc;
	background-color: #e7e7e7
}

ul.stages>li.alert-dark .dropdown-menu li.active a {
	background-color: #282929
}

ul.stages>li.alert-dark .dropdown-menu li a:hover {
	background-color: #cdcdcd
}

@media (max-width:991.98px) {
	ul.stages {
		margin-left: 0;
		margin-right: 0
	}

	ul.stages>li {
		margin-bottom: 2px
	}

	ul.stages>li>a {
		display: flex;
		gap: .5em;
		align-items: center
	}

	ul.stages>li>a::after,
	ul.stages>li>a::before {
		display: none
	}

	ul.stages>li>a .stage-title {
		display: inline-block;
		flex-grow: 2
	}

	ul.stages>li:first-child>a {
		border-radius: .5rem
	}

	ul.stages>li:last-child>a {
		border-radius: 0 0 .5rem .5rem
	}
}

ul.stages .dropdown-toggle::after {
	display: inline-block
}

@media (min-width:992px) {
	ul.stages .dropdown-toggle::after {
		display: none
	}

	ul.stages .dropdown-toggle:where(:focus, :hover)::after,
	ul.stages .dropdown.active .dropdown-toggle::after {
		display: inline-block
	}
}

.theme-red ul.stages .dropdown-menu .active>a,
.theme-red ul.stages .dropdown-menu .active>a:focus,
.theme-red ul.stages .dropdown-menu .active>a:hover {
	background-color: #9c2b42
}

.theme-blue ul.stages .dropdown-menu .active>a,
.theme-blue ul.stages .dropdown-menu .active>a:focus,
.theme-blue ul.stages .dropdown-menu .active>a:hover {
	background-color: #e3000f
}

.lifecycle ul.steps>li {
	padding: 10px 40px 10px 0;
	min-width: 250px
}

.lifecycle ul.steps>li+li::before {
	font-family: bootstrap-icons;
	content: "\f138";
	position: absolute;
	top: 2em;
	left: -1.1em;
	font-size: 2em;
	color: #adb5bd
}

.lifecycle ul.steps>li .section-head {
	color: inherit
}

.lifecycle ul.steps>li .step-date {
	margin-top: 24px
}

@media (min-width:768px) {
	.lifecycle ul.steps>li:not(:has(h4))+li:not(:has(h4))::before {
		top: 1em
	}
}

.lifecycle ul.steps .step {
	padding: 15px;
	min-width: 200px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

@media (min-width:992px) {
	.lifecycle ul.steps .step {
		border-top-left-radius: .5rem;
		border-top-right-radius: .5rem
	}
}

.lifecycle ul.steps .sub-step {
	margin-top: 2em;
	margin-left: 3em;
	position: relative
}

.lifecycle ul.steps .sub-step::before {
	font-family: bootstrap-icons;
	content: "\f132";
	position: absolute;
	font-weight: 800;
	top: 30px;
	left: -40px;
	font-size: 2em;
	color: #adb5bd
}

.lifecycle ul.steps .sub-step.sub-step-cor::before {
	content: "\e940"
}

.lifecycle ul.steps .sub-step .step-item.bg-dark-subtle,
.lifecycle ul.steps .sub-step .step-item.bg-info-subtle,
.lifecycle ul.steps .sub-step .step-item.bg-success-subtle {
	margin: .5em -1rem -.5em;
	padding: .5em 1rem
}

.lifecycle ul.steps .sub-step .step-item.bg-dark-subtle:first-child,
.lifecycle ul.steps .sub-step .step-item.bg-info-subtle:first-child,
.lifecycle ul.steps .sub-step .step-item.bg-success-subtle:first-child {
	padding-top: 0;
	margin-top: 0
}

.lifecycle ul.steps .sub-step .step-item .h5,
.lifecycle ul.steps .sub-step .step-item h5 {
	margin-bottom: 0
}

.lifecycle ul.steps .current-stage {
	cursor: pointer
}

.lifecycle ul.steps .step-item+.step-item {
	margin-top: 1em
}

.lifecycle ul.steps .step-danger .current-stage,
.lifecycle ul.steps .step-dark .current-stage,
.lifecycle ul.steps .step-info .current-stage,
.lifecycle ul.steps .step-light .current-stage,
.lifecycle ul.steps .step-primary .current-stage,
.lifecycle ul.steps .step-secondary .current-stage,
.lifecycle ul.steps .step-success .current-stage,
.lifecycle ul.steps .step-warning .current-stage,
header.header-img.offcanvas-active .navbar-header .navbar-brand {
	color: #fff
}

.lifecycle ul.steps .step-primary+ul.stages .bg-primary>a {
	color: #fff;
	background-color: #cc000e
}

.lifecycle ul.steps .step-primary+ul.stages .bg-primary>a:after {
	border-left-color: #cc000e
}

.lifecycle ul.steps .step-secondary+ul.stages .bg-secondary>a {
	color: #fff;
	background-color: #47051c
}

.lifecycle ul.steps .step-secondary+ul.stages .bg-secondary>a:after {
	border-left-color: #47051c
}

.lifecycle ul.steps .step-info+ul.stages .bg-info>a {
	color: #fff;
	background-color: #0060a5
}

.lifecycle ul.steps .step-info+ul.stages .bg-info>a:after {
	border-left-color: #0060a5
}

.lifecycle ul.steps .step-success+ul.stages .bg-success>a {
	color: #fff;
	background-color: #00815d
}

.lifecycle ul.steps .step-success+ul.stages .bg-success>a:after {
	border-left-color: #00815d
}

.lifecycle ul.steps .step-warning+ul.stages .bg-warning>a {
	color: #fff;
	background-color: #e0a638
}

.lifecycle ul.steps .step-warning+ul.stages .bg-warning>a:after {
	border-left-color: #e0a638
}

.lifecycle ul.steps .step-danger+ul.stages .bg-danger>a {
	color: #fff;
	background-color: #8c273b
}

.lifecycle ul.steps .step-danger+ul.stages .bg-danger>a:after {
	border-left-color: #8c273b
}

.lifecycle ul.steps .step-light+ul.stages .bg-light>a {
	color: #fff;
	background-color: #e1e0e0
}

.lifecycle ul.steps .step-light+ul.stages .bg-light>a:after {
	border-left-color: #e1e0e0
}

.lifecycle ul.steps .step-dark+ul.stages .bg-dark>a {
	color: #fff;
	background-color: #282929
}

.lifecycle ul.steps .step-dark+ul.stages .bg-dark>a:after {
	border-left-color: #282929
}

@media (max-width:767.98px) {
	.lifecycle ul.steps>li {
		margin: 0;
		padding: 0 0 3.75rem
	}

	.lifecycle ul.steps>li+li:before {
		transform: rotate(90deg);
		position: absolute;
		top: -1.4em;
		left: -.1em
	}

	.lifecycle ul.steps>li .sub-step {
		margin-left: 2.5em
	}
}

.lifecycle ul.stages>li {
	margin-bottom: 0;
	margin-left: 3px
}

@media (min-width:992px) {
	.lifecycle ul.stages>li:first-of-type {
		border-top-left-radius: 0;
		border-bottom-left-radius: .5rem
	}

	.lifecycle ul.stages>li:last-of-type {
		border-top-right-radius: 0;
		border-bottom-right-radius: .5rem
	}
}

@media (max-width:991.98px) {
	.lifecycle ul.stages>li {
		margin-left: 0
	}

	.lifecycle ul.stages>li .dropdown-menu.show {
		position: relative
	}

	.lifecycle ul.stages>li:last-of-type,
	.lifecycle ul.stages>li:last-of-type>a {
		border-radius: 0
	}
}

.lifecycle ul.stages>li .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

@media (max-width:991.98px) {

	.lifecycle ul.stages>li .dropdown-menu>li:last-child,
	.lifecycle ul.stages>li .dropdown-menu>li:last-child a {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
}

@media (min-width:992px) {
	.lifecycle ul.stages>li .dropdown-menu>li:last-of-type>a {
		border-bottom-left-radius: .5rem;
		border-bottom-right-radius: .5rem
	}
}

.lifecycle ul.stages>li.active>a,
.lifecycle ul.stages>li.open>a,
.lifecycle ul.stages>li>a:hover {
	min-width: 225px
}

.lifecycle ul.stages>li:first-child {
	margin-left: 0
}

@media (min-width:992px) {
	.lifecycle ul.stages>li:first-child>a {
		padding-left: 15px;
		padding-right: 15px
	}
}

.lifecycle ul.stages>li:last-child.active>a,
.lifecycle ul.stages>li:last-child>a:hover {
	min-width: 235px
}

@media (min-width:992px) {
	.lifecycle ul.stages>li:last-child>a {
		padding-left: 20px;
		padding-right: 20px
	}

	.lifecycle ul.stages>li>a {
		padding-left: 20px;
		padding-right: 10px
	}
}

.nav-breadcrumb {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.nav-breadcrumb ol.breadcrumb,
.nav-breadcrumb ul {
	padding: 0;
	margin-bottom: 0
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active,
.side-navigation ul.list-box>li.active .list-group-item-text,
.side-navigation ul.list-box>li.inPath .list-group-item-text,
.side-navigation ul.list-box>li:hover .list-group-item-text {
	color: rgba(0, 0, 0, .5)
}

.bg-black .breadcrumb-item+.breadcrumb-item::before,
.bg-black .breadcrumb-item.active,
.bg-blue .breadcrumb-item+.breadcrumb-item::before,
.bg-blue .breadcrumb-item.active,
.bg-brand .breadcrumb-item+.breadcrumb-item::before,
.bg-brand .breadcrumb-item.active,
.bg-brand-dark .breadcrumb-item+.breadcrumb-item::before,
.bg-brand-dark .breadcrumb-item.active,
.bg-brand-mid .breadcrumb-item+.breadcrumb-item::before,
.bg-brand-mid .breadcrumb-item.active,
.bg-danger .breadcrumb-item+.breadcrumb-item::before,
.bg-danger .breadcrumb-item.active,
.bg-dark .breadcrumb-item+.breadcrumb-item::before,
.bg-dark .breadcrumb-item.active,
.bg-darkergray .breadcrumb-item+.breadcrumb-item::before,
.bg-darkergray .breadcrumb-item.active,
.bg-darkgray .breadcrumb-item+.breadcrumb-item::before,
.bg-darkgray .breadcrumb-item.active,
.bg-green .breadcrumb-item+.breadcrumb-item::before,
.bg-green .breadcrumb-item.active,
.bg-info .breadcrumb-item+.breadcrumb-item::before,
.bg-info .breadcrumb-item.active,
.bg-navy .breadcrumb-item+.breadcrumb-item::before,
.bg-navy .breadcrumb-item.active,
.bg-pink .breadcrumb-item+.breadcrumb-item::before,
.bg-pink .breadcrumb-item.active,
.bg-primary .breadcrumb-item+.breadcrumb-item::before,
.bg-primary .breadcrumb-item.active,
.bg-purple .breadcrumb-item+.breadcrumb-item::before,
.bg-purple .breadcrumb-item.active,
.bg-secondary .breadcrumb-item+.breadcrumb-item::before,
.bg-secondary .breadcrumb-item.active,
.bg-success .breadcrumb-item+.breadcrumb-item::before,
.bg-success .breadcrumb-item.active,
.bg-warning .breadcrumb-item+.breadcrumb-item::before,
.bg-warning .breadcrumb-item.active,
.bg-yellow .breadcrumb-item+.breadcrumb-item::before,
.bg-yellow .breadcrumb-item.active {
	color: rgba(255, 255, 255, .5)
}

.pagination-container nav.navbar ul.pagination {
	margin-bottom: .1em
}

.pagination-container nav.navbar ul.pagination li a {
	border: 0;
	border-left: 1px solid rgba(0, 0, 0, .25);
	color: rgba(0, 0, 0, .5);
	border-radius: 0
}

.pagination-container nav.navbar ul.pagination li a:hover {
	color: rgba(0, 0, 0, .5);
	text-decoration: none
}

.pagination-container nav.navbar ul.pagination li:first-child a {
	border-left: none;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem
}

.pagination-container nav.navbar ul.pagination li:last-child a {
	border-right: none;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem
}

.pagination-container nav.navbar .pagination-info {
	text-align: center;
	color: rgba(0, 0, 0, .5)
}

.pagination-container ul.pagination li.page-item a.page-link {
	background-color: transparent
}

ul.pagination li.page-item a.page-link:focus,
ul.pagination li.page-item a.page-link:hover,
ul.pagination li.page-item a.page-link:visited {
	text-decoration: none
}

.pagination-container nav.navbar ul.pagination li a:hover,
.side-navigation ul.list-box>li.active .arrow,
.side-navigation ul.list-box>li.inPath .arrow,
.side-navigation ul.list-box>li:hover .arrow {
	color: #e3000f
}

.pagination-container nav.navbar ul.pagination li.page-item.active {
	background-color: #e3000f
}

.pagination-container nav.navbar ul.pagination li.active a,
.pagination-container nav.navbar ul.pagination li.active a:focus,
.pagination-container nav.navbar ul.pagination li.active a:hover,
.pagination-container nav.navbar ul.pagination li.active span,
.pagination-container nav.navbar ul.pagination li.active span:focus,
.pagination-container nav.navbar ul.pagination li.active span:hover {
	background-color: #e3000f;
	border-color: #e3000f;
	color: #fff
}

.theme-blue .pagination-container nav.navbar ul.pagination li a:hover {
	color: #006bb7
}

.theme-blue .pagination-container nav.navbar ul.pagination li.page-item.active {
	background-color: #006bb7
}

.theme-blue .pagination-container nav.navbar ul.pagination li.active a,
.theme-blue .pagination-container nav.navbar ul.pagination li.active a:focus,
.theme-blue .pagination-container nav.navbar ul.pagination li.active a:hover,
.theme-blue .pagination-container nav.navbar ul.pagination li.active span,
.theme-blue .pagination-container nav.navbar ul.pagination li.active span:focus,
.theme-blue .pagination-container nav.navbar ul.pagination li.active span:hover {
	background-color: #006bb7;
	border-color: #006bb7;
	color: #fff
}

.sitemap-footer {
	margin-top: 15px
}

.sitemap-footer>ul.list-inline-4>li {
	width: 24.5%
}

.sitemap-footer>ul.list-inline-5>li {
	width: 19.5%
}

.sitemap-footer>ul.list-inline-6>li {
	width: 16%
}

.sitemap-footer>ul.list-inline-4>li,
.sitemap-footer>ul.list-inline-5>li,
.sitemap-footer>ul.list-inline-6>li {
	padding: 0 7.5px 10px;
	list-style-type: none;
	margin-bottom: 15px;
	clear: bottom;
	display: inline-block;
	vertical-align: top
}

.sitemap-footer>ul.list-inline-4>li>a,
.sitemap-footer>ul.list-inline-5>li>a,
.sitemap-footer>ul.list-inline-6>li>a {
	font-weight: 700;
	margin-bottom: 5px;
	display: block
}

.sitemap-footer>ul.list-inline-4>li a.nav-link,
.sitemap-footer>ul.list-inline-5>li a.nav-link,
.sitemap-footer>ul.list-inline-6>li a.nav-link {
	padding-top: 0;
	padding-bottom: .25em
}

.sitemap-footer>ul.list-inline-4>li a.nav-link.disabled,
.sitemap-footer>ul.list-inline-5>li a.nav-link.disabled,
.sitemap-footer>ul.list-inline-6>li a.nav-link.disabled {
	opacity: .66;
	font-style: italic
}

@media (max-width:991.98px) {

	.sitemap-footer>ul.list-inline-4>li,
	.sitemap-footer>ul.list-inline-5>li,
	.sitemap-footer>ul.list-inline-6>li {
		width: 32%
	}

	.sitemap-footer>ul.list-inline-4>li:nth-of-type(4),
	.sitemap-footer>ul.list-inline-5>li:nth-of-type(4),
	.sitemap-footer>ul.list-inline-6>li:nth-of-type(4) {
		clear: both
	}
}

@media (max-width:767.98px) {

	.sitemap-footer>ul.list-inline-4>li,
	.sitemap-footer>ul.list-inline-5>li,
	.sitemap-footer>ul.list-inline-6>li {
		width: 49%
	}

	.sitemap-footer>ul.list-inline-4>li:nth-of-type(3),
	.sitemap-footer>ul.list-inline-4>li:nth-of-type(5),
	.sitemap-footer>ul.list-inline-5>li:nth-of-type(3),
	.sitemap-footer>ul.list-inline-5>li:nth-of-type(5),
	.sitemap-footer>ul.list-inline-6>li:nth-of-type(3),
	.sitemap-footer>ul.list-inline-6>li:nth-of-type(5) {
		clear: both
	}
}

.sitemap-full {
	font-size: 2em
}

.sitemap-full ul li {
	list-style-type: none
}

.sitemap-full ul li a.nav-link {
	padding: .5rem 0;
	color: #333;
	line-height: 1.1
}

.sitemap-full ul li a.nav-link:focus,
.sitemap-full ul li a.nav-link:hover {
	color: #e3000f;
	text-decoration: none
}

.sitemap-full ul.nav-level1>li>a {
	font-size: 1.3em;
	font-weight: 100;
	margin-bottom: 1em;
	display: none
}

.sitemap-full ul.nav-level2>li>a {
	font-size: 1.1em;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	margin-bottom: .5em
}

.sitemap-full ul.nav-level3>li>a {
	font-size: .75em;
	font-weight: 700;
	margin-bottom: 0
}

.sitemap-full ul.nav-level4>li>a {
	font-size: .5em;
	font-weight: 600;
	padding: .35rem 0;
	margin-bottom: .15em
}

.sitemap-full ul.nav-level5>li>a {
	font-size: .5em;
	padding: .25rem 0;
	margin-bottom: .05em
}

.sitemap-full ul.nav-level6>li>a {
	font-size: .4em;
	padding: .2rem 0;
	margin-bottom: 0
}

.sitemap-full ul.nav-level6>li>a:before {
	font-family: "bootstrap-icons";
	content: "\f135";
	vertical-align: bottom
}

.sitemap-full ul.nav-level7>li>a {
	margin-left: 1.25em;
	font-size: .3em;
	padding: .15rem 0;
	margin-bottom: 0
}

.sitemap-full ul {
	padding-left: 0
}

.sitemap-full ul.nav-level2>li {
	margin-top: 2em
}

.sitemap-full ul.nav-level2>li:first-of-type {
	margin-top: 0
}

.sitemap-full ul.nav-level3 {
	column-count: 4;
	column-gap: 1.875rem;
	margin-bottom: 3em
}

@media (max-width:1399.98px) {
	.sitemap-full ul.nav-level3 {
		column-count: 3
	}
}

@media (max-width:991.98px) {
	.sitemap-full ul.nav-level3 {
		column-count: 2
	}
}

@media (max-width:575.98px) {
	.sitemap-full ul.nav-level3 {
		column-count: 1
	}
}

.sitemap-full ul.nav-level3>li {
	margin-bottom: .35em
}

.sitemap-full ul.nav-level3>li:not(:first-of-type) {
	margin-top: .5em
}

.sitemap-full ul.nav-level2 {
	margin-bottom: 2em
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.875rem;
	--bs-popover-bg: #efeded;
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: #efeded;
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: "Inter var ISO", Arial, Helvetica, system-ui, sans-serif;
	font-style: normal;
	font-weight: 350;
	line-height: 1.4;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
	bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-top>.popover-arrow::before {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
	left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-end>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
	top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::before {
	border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-.5*var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
	right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-start>.popover-arrow::before {
	border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg)
}

.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color)
}

.popover {
	--bs-popover-arrow-height: 0.51rem !important
}

.popover .popover-header {
	margin-top: 0 !important;
	letter-spacing: 0;
	font-size: 1rem;
	font-weight: 600
}

.popover .popover-body {
	margin-block: 0;
	border-bottom-left-radius: var(--bs-border-radius-lg);
	border-bottom-right-radius: var(--bs-border-radius-lg);
	padding-block: .5rem;
	font-size: 1rem
}

.popover.text-sm .popover-body,
.popover.text-sm .popover-header {
	font-size: .875rem
}

.popover.popover-lg {
	--bs-popover-max-width: 400px
}

.popover-primary,
.popover-secondary {
	--bs-popover-header-color: white;
	--bs-popover-color: white
}

.popover-primary {
	--bs-popover-bg: var(--bs-primary);
	--bs-popover-border-color: var(--bs-primary);
	--bs-popover-header-bg: var(--bs-primary)
}

.popover-primary .popover-body {
	background-color: #e3000f;
	color: #fff;
	padding-top: 0
}

.popover-secondary {
	--bs-popover-bg: var(--bs-secondary);
	--bs-popover-border-color: var(--bs-secondary);
	--bs-popover-header-bg: var(--bs-secondary)
}

.popover-secondary .popover-body {
	background-color: #4f051f;
	color: #fff;
	padding-top: 0
}

.popover-info {
	--bs-popover-bg: var(--bs-info);
	--bs-popover-border-color: var(--bs-info);
	--bs-popover-header-bg: var(--bs-info)
}

.popover-info .popover-body {
	background-color: #006bb7;
	color: #fff;
	padding-top: 0
}

.popover-info,
.popover-success,
.popover-warning {
	--bs-popover-header-color: white;
	--bs-popover-color: white
}

.popover-success {
	--bs-popover-bg: var(--bs-success);
	--bs-popover-border-color: var(--bs-success);
	--bs-popover-header-bg: var(--bs-success)
}

.popover-success .popover-body {
	background-color: #008f67;
	color: #fff;
	padding-top: 0
}

.popover-warning {
	--bs-popover-bg: var(--bs-warning);
	--bs-popover-border-color: var(--bs-warning);
	--bs-popover-header-bg: var(--bs-warning);
	--bs-popover-header-color: black;
	--bs-popover-color: black
}

.popover-warning .popover-body {
	background-color: #f9b83e;
	padding-top: 0;
	color: #000
}

.popover-danger {
	--bs-popover-bg: var(--bs-danger);
	--bs-popover-border-color: var(--bs-danger);
	--bs-popover-header-bg: var(--bs-danger)
}

.popover-danger .popover-body {
	background-color: #9c2b42;
	color: #fff;
	padding-top: 0
}

.popover-danger,
.popover-dark,
.popover-light {
	--bs-popover-header-color: white;
	--bs-popover-color: white
}

.popover-light {
	--bs-popover-bg: var(--bs-light);
	--bs-popover-border-color: var(--bs-light);
	--bs-popover-header-bg: var(--bs-light);
	--bs-popover-header-color: black;
	--bs-popover-color: black
}

.popover-light .popover-body {
	background-color: #faf9f9;
	padding-top: 0;
	color: #000
}

.popover-dark {
	--bs-popover-bg: var(--bs-dark);
	--bs-popover-border-color: var(--bs-dark);
	--bs-popover-header-bg: var(--bs-dark)
}

.popover-dark .popover-body {
	background-color: #2c2d2e;
	color: #fff;
	padding-top: 0
}

.pager-relative {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.pager-relative>li {
	flex: 1;
	min-width: 200px;
	padding: 0 1rem
}

.pager-relative>li .bi,
.pager-relative>li figure a[class*=" bi-"]:before,
.pager-relative>li figure a[class^=bi-]:before,
figure .pager-relative>li a[class*=" bi-"]:before,
figure .pager-relative>li a[class^=bi-]:before {
	display: block;
	margin-bottom: 5px;
	transition: opacity .25s;
	opacity: .5;
	font-size: 2em
}

.pager-relative>li a,
.side-navigation a:hover {
	text-decoration: none
}

.pager-relative>li a:focus .bi,
.pager-relative>li a:focus figure a[class*=" bi-"]:before,
.pager-relative>li a:focus figure a[class^=bi-]:before,
.pager-relative>li a:hover .bi,
.pager-relative>li a:hover figure a[class*=" bi-"]:before,
.pager-relative>li a:hover figure a[class^=bi-]:before,
figure .pager-relative>li a:focus a[class*=" bi-"]:before,
figure .pager-relative>li a:focus a[class^=bi-]:before,
figure .pager-relative>li a:hover a[class*=" bi-"]:before,
figure .pager-relative>li a:hover a[class^=bi-]:before {
	opacity: 1
}

.pager-relative>li .h1,
.pager-relative>li .h2,
.pager-relative>li .h3,
.pager-relative>li .h4,
.pager-relative>li .h5,
.pager-relative>li .h6,
.pager-relative>li h1,
.pager-relative>li h2,
.pager-relative>li h3,
.pager-relative>li h4,
.pager-relative>li h5,
.pager-relative>li h6 {
	margin-top: 0 !important
}

.pager-relative>li.left {
	text-align: right
}

.pager-relative>li .description,
.pager-relative>li p {
	opacity: .5
}

.pager-relative>li:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(0, 0, 0, .25)
}

@media (max-width:575.98px) {
	.pager-relative {
		flex-direction: column
	}

	.pager-relative>li {
		min-width: 100%
	}

	.pager-relative>li.left,
	.pager-relative>li.previous {
		text-align: left
	}

	.pager-relative>li.next,
	.pager-relative>li.right {
		text-align: right
	}

	.pager-relative>li:not(:last-child) {
		border-right: none
	}
}

.side-navigation {
	margin-bottom: 3em
}

@media (max-width:1199.98px) {
	.side-navigation {
		margin-top: 2em
	}
}

.side-navigation .h3,
.side-navigation .h4,
.side-navigation h3,
.side-navigation h4 {
	margin-left: calc(1rem + 3px)
}

.side-navigation ul.list-box>li {
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	padding-left: 1rem;
	border-left-style: solid;
	border-left-width: 3px;
	border-bottom: 0;
	border-color: rgba(156, 43, 66, .25)
}

.side-navigation ul.list-box>li.active,
.side-navigation ul.list-box>li.inPath,
.side-navigation ul.list-box>li:hover {
	background-color: transparent
}

.side-navigation ul.list-box>li>a {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent
}

.side-navigation ul.list-box>li ul>li a {
	margin-left: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: transparent
}

.side-navigation ul.list-box li a.list-group-item {
	border: 0
}

.side-navigation ul.list-box li .list-group-item-heading {
	font-size: 1.2rem
}

.side-navigation ul.list-box li>ul li .list-group-item-heading,
.side-navigation ul.list-box li>ul li .list-group-item-text {
	font-size: 1rem
}

.side-navigation ul.list-box li .arrow {
	right: -12px
}

.side-navigation ul.list-box>li.active,
.side-navigation ul.list-box>li:hover {
	border-left-color: #e3000f
}

.side-navigation ul.list-box>li:hover a,
.side-navigation ul.list-box>li>ul li a {
	color: initial
}

.nav-filter li.nav-item.active a.nav-link,
.side-navigation ul.list-box>li>ul li a:hover,
.side-navigation ul.list-box>li>ul li.active {
	color: #e3000f
}

.card .side-navigation .h3,
.card .side-navigation .h4,
.card .side-navigation h3,
.card .side-navigation h4,
.well .side-navigation .h3,
.well .side-navigation .h4,
.well .side-navigation h3,
.well .side-navigation h4 {
	margin-left: 0
}

.alert .side-navigation ul.list-box,
.card .side-navigation ul.list-box,
.well .side-navigation ul.list-box {
	margin-left: calc(-1*(1rem + 1px))
}

.card .side-navigation ul.list-box>li,
.well .side-navigation ul.list-box>li {
	padding-left: 22px;
	border-left-width: 1px;
	border-left-color: #e0e0e0
}

.footer,
footer {
	position: relative
}

.footer p,
footer p {
	opacity: .6
}

@media print {

	.footer,
	footer {
		display: none
	}
}

.footer .footer-social,
footer .footer-social {
	font-size: clamp(.5rem, 2vw, .825rem)
}

@media (max-width:991.98px) {

	.footer .footer-social,
	footer .footer-social {
		float: none;
		text-align: center
	}
}

.footer .footer-social ul,
footer .footer-social ul {
	display: flex;
	justify-content: space-between;
	margin-left: 0;
	margin-top: 0
}

@media (min-width:768px) {

	.footer .footer-social ul,
	footer .footer-social ul {
		justify-content: center
	}
}

@media (min-width:992px) {

	.footer .footer-social ul,
	footer .footer-social ul {
		padding-left: 0
	}
}

.footer .footer-social ul li,
footer .footer-social ul li {
	display: inline-block;
	padding: 10px 15px
}

.bg-info a.btn,
.bg-primary a.btn,
.bg-secondary a.btn,
.bg-success a.btn,
.bg-warning a.btn,
.footer .footer-links ul li a,
.footer .footer-social ul li a,
.nav-filter li ul.dropdown-menu a,
footer .footer-links ul li a,
footer .footer-social ul li a {
	text-decoration: none
}

.footer .social-links ul>li,
footer .social-links ul>li {
	padding: .5rem .75rem
}

@media (max-width:991.98px) {

	.footer .footer-links,
	footer .footer-links {
		text-align: center
	}
}

.footer .footer-links ul,
footer .footer-links ul {
	margin-left: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center
}

@media (min-width:768px) {

	.footer .footer-links ul,
	footer .footer-links ul {
		flex-direction: row
	}
}

.footer .footer-links ul li,
footer .footer-links ul li {
	display: inline-block;
	margin-left: -4px !important
}

.footer .footer-links ul li a.nav-link,
footer .footer-links ul li a.nav-link {
	padding: 0
}

.footer.footer-iso,
footer.footer-iso {
	text-align: center;
	padding: 15px 30px 0
}

.footer.footer-iso.footer-sm,
footer.footer-iso.footer-sm {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem
}

.footer.footer-iso.footer-md,
footer.footer-iso.footer-md {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

.footer.footer-iso .footer-social,
footer.footer-iso .footer-social {
	width: 100%;
	text-align: center;
	margin: 1em auto
}

.footer.footer-iso .footer-social ul,
footer.footer-iso .footer-social ul {
	padding-left: 0
}

.footer.footer-iso .footer-social ul li,
footer.footer-iso .footer-social ul li {
	margin: .5em
}

@media (max-width:767.98px) {

	.footer.footer-iso .footer-social ul li,
	footer.footer-iso .footer-social ul li {
		padding: 1em .5em;
		margin: 0;
		text-align: center;
		line-height: 1.5em
	}

	.footer.footer-iso .footer-social ul li a,
	footer.footer-iso .footer-social ul li a {
		font-size: 2em
	}
}

.footer.footer-iso .footer-social ul li a,
footer.footer-iso .footer-social ul li a {
	font-size: 3em
}

.footer .topbar,
footer .topbar {
	top: auto;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: auto
}

.footer .topbar .topbar-content,
footer .topbar .topbar-content {
	position: absolute;
	bottom: 0;
	right: 0
}

@media (max-width:991.98px) {

	.footer .topbar .topbar-content,
	footer .topbar .topbar-content {
		bottom: 15px
	}
}

.footer .topbar .topbar-content .poweredby-txt,
footer .topbar .topbar-content .poweredby-txt {
	margin-right: 40px;
	white-space: nowrap;
	float: none;
	margin-bottom: 20px
}

.footer .rubber,
footer .rubber {
	height: 5px;
	position: absolute;
	bottom: 0;
	top: initial;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: #e3000f
}

footer.footer-iso {
	content-visibility: auto;
	contain-intrinsic-size: 322px
}

@media (max-width:767.98px) {
	footer.footer-iso {
		contain-intrinsic-size: 680px
	}
}

.theme-red .rubber {
	background-color: #e3000f !important
}

.theme-blue .rubber .rubber-poweredby,
.theme-red #slide-line,
.theme-red .isologo,
.theme-red .offcanvas-toggle.active,
.theme-red .rubber .rubber-poweredby {
	background-color: #e3000f
}

@media (max-width:991.98px) {
	.theme-red.offcanvas-active #offcanvas-menu li.active>a.current {
		background-color: #e3000f
	}
}

.theme-blue .rubber {
	background-color: #006bb7 !important
}

.theme-blue #slide-line,
.theme-blue .isologo,
.theme-blue .offcanvas-toggle.active {
	background-color: #006bb7
}

@media (max-width:991.98px) {
	.theme-blue.offcanvas-active #offcanvas-menu li.active>a.current {
		background-color: #006bb7
	}
}

header.header-img {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff
}

header.header-img .header-title {
	position: fixed;
	z-index: 1100;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 90px;
	left: 0;
	top: 18px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s
}

header.header-img .header-content {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	position: relative;
	text-align: center;
	padding: 100px 15px;
	width: 100%;
	z-index: 10
}

@media (min-width:992px) {
	header.header-img {
		min-height: 100%
	}

	header.header-img .header-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 50px
	}

	header.header-img .header-content .header-content-inner {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:991.98px) {
	header.header-img .logo.logo-md {
		height: 45px;
		width: 35px
	}

	header.header-img .header-title {
		top: 8px;
		margin-left: 75px
	}

	header.header-img .header-title p {
		color: #e3000f
	}

	header.header-img #offcanvas-menu.nav-2levels {
		padding-top: 50px
	}
}

header.header-img.offcanvas-active .navbar-header {
	position: relative;
	margin-left: 20%;
	padding-left: 10px
}

.nav-filter {
	border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.nav-filter .navbar-collapse {
	margin-bottom: -1px
}

.nav-filter .nav-link {
	white-space: normal
}

.nav-filter .navbar-toggler {
	border: 0
}

.nav-filter .navbar-toggler::after {
	display: block;
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cc000e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out
}

.nav-filter .navbar-toggler:not(.collapsed)::after {
	transform: rotate(-180deg)
}

.nav-filter .navbar-toggler:focus {
	box-shadow: none
}

.nav-filter li.nav-item.active li.active a.dropdown-item {
	background-color: #e4e2e1;
	color: #e3000f
}

.nav-filter li ul.dropdown-menu a:hover {
	color: #e3000f
}

@media (min-width:1200px) {
	.nav-filter.navbar-expand-lg li.nav-item.active {
		border-bottom: 1px solid #e3000f;
		color: #e3000f
	}

	.nav-filter.navbar-expand-lg li.nav-item ul.dropdown-menu[data-bs-popper] {
		margin-top: 0
	}
}

@media (max-width:1199.98px) {
	.nav-filter.navbar-expand-lg li.nav-item .nav-link {
		margin-left: 1rem
	}

	.nav-filter.navbar-expand-lg li.nav-item.active {
		border-left: 1px solid #e3000f
	}

	.nav-filter.navbar-expand-lg li.nav-item ul.dropdown-menu[data-bs-popper] {
		border: 0;
		padding-left: .5em
	}
}

.nav-children {
	margin: 0 -1rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

@media (max-width:575.98px) {
	.nav-children ul.list-inline>li {
		width: 100%
	}
}

#slide-line {
	position: absolute;
	bottom: -1px;
	height: 1px;
	background-color: #e3000f;
	transition: all .25s ease
}

@media (max-width:991.98px) {
	#slide-line {
		display: none
	}
}

body {
	background-color: #f4f3f3
}

.bg-black-5 {
	background-color: rgba(0, 0, 0, .05) !important
}

.bg-black-10 {
	background-color: rgba(0, 0, 0, .1) !important
}

.bg-black-25 {
	background-color: rgba(0, 0, 0, .25) !important
}

.bg-black-50 {
	background-color: rgba(0, 0, 0, .5) !important
}

.bg-black-66 {
	background-color: rgba(0, 0, 0, .66) !important
}

.bg-black-75 {
	background-color: rgba(0, 0, 0, .75) !important
}

.bg-white-5 {
	background-color: rgba(255, 255, 255, .05) !important
}

.bg-white-10 {
	background-color: rgba(255, 255, 255, .1) !important
}

.bg-white-25 {
	background-color: rgba(255, 255, 255, .25) !important
}

.bg-white-50 {
	background-color: rgba(255, 255, 255, .5) !important
}

.bg-white-66 {
	background-color: rgba(255, 255, 255, .66) !important
}

.bg-white-75 {
	background-color: rgba(255, 255, 255, .75) !important
}

.bg-primary-subtle {
	background-color: #f9cccf !important
}

.bg-primary-subtle .text-muted,
.bg-secondary-subtle .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-secondary-subtle {
	background-color: #dccdd2 !important
}

.bg-info-subtle {
	background-color: #cce1f1 !important
}

.bg-success-subtle {
	background-color: #cce9e1 !important
}

.bg-warning-subtle {
	background-color: #fef1d8 !important
}

.bg-danger-subtle .text-muted,
.bg-info-subtle .text-muted,
.bg-success-subtle .text-muted,
.bg-warning-subtle .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-danger-subtle {
	background-color: #ebd5d9 !important
}

.bg-pink-subtle {
	background-color: #ffdde2 !important
}

.bg-purple-subtle {
	background-color: #ddcaed !important
}

.bg-navy-subtle {
	background-color: #babfcf !important
}

.bg-navy-subtle .text-muted,
.bg-pink-subtle .text-muted,
.bg-purple-subtle .text-muted,
.bg-white .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-white {
	background-color: #fff !important
}

.bg-lightergray {
	background-color: #efeded !important
}

.bg-lightgray {
	background-color: #e4e2e1 !important
}

.bg-gray {
	background-color: #c9c4c2 !important
}

.bg-gray .text-muted,
.bg-lightergray .text-muted,
.bg-lightgray .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-darkgray {
	background-color: #58595b !important
}

.bg-black .text-muted,
.bg-darkergray .text-muted,
.bg-darkgray .text-muted,
.bg-info .text-muted,
.bg-primary .text-muted,
.bg-secondary .text-muted,
.bg-success .text-muted {
	color: rgba(255, 255, 255, .5) !important
}

.bg-darkergray {
	background-color: #2c2d2e !important
}

.bg-black {
	background-color: #000 !important
}

.bg-primary {
	background-color: #e3000f !important
}

.bg-secondary {
	background-color: #4f051f !important
}

.bg-info {
	background-color: #006bb7 !important
}

.bg-success {
	background-color: #008f67 !important
}

.bg-warning {
	background-color: #f9b83e !important
}

.bg-warning .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-danger {
	background-color: #9c2b42 !important
}

.bg-danger .text-muted {
	color: rgba(255, 255, 255, .5) !important
}

.bg-light {
	background-color: #faf9f9 !important
}

.bg-light .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-dark {
	background-color: #2c2d2e !important
}

.bg-blue .text-muted,
.bg-brand .text-muted,
.bg-brand-dark .text-muted,
.bg-brand-mid .text-muted,
.bg-dark .text-muted,
.bg-navy .text-muted {
	color: rgba(255, 255, 255, .5) !important
}

.bg-brand {
	background-color: #e3000f !important
}

.bg-brand-mid {
	background-color: #9c2b42 !important
}

.bg-brand-dark {
	background-color: #4f051f !important
}

.bg-navy {
	background-color: #19285f !important
}

.bg-blue {
	background-color: #006bb7 !important
}

.bg-pink {
	background-color: #ff8c9e !important
}

.bg-pink .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-purple {
	background-color: #8c4fc2 !important
}

.bg-green .text-muted,
.bg-purple .text-muted {
	color: rgba(255, 255, 255, .5) !important
}

.bg-green {
	background-color: #008f67 !important
}

.bg-yellow {
	background-color: #f9b83e !important
}

.bg-yellow .text-muted {
	color: rgba(0, 0, 0, .5) !important
}

.bg-primary {
	color: #fff
}

.bg-primary p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-info a:not(.btn, .disabled),
.bg-primary a:not(.btn, .disabled),
.bg-secondary a:not(.btn, .disabled),
.bg-success a:not(.btn, .disabled),
.bg-warning a:not(.btn, .disabled) {
	color: rgba(255, 255, 255, .66)
}

.bg-primary a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-primary li.active a,
.bg-secondary {
	color: #fff
}

.bg-info table,
.bg-primary table,
.bg-secondary table,
.bg-success table {
	color: #fff;
	border-color: rgba(255, 255, 255, .1)
}

.bg-info table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-primary table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-secondary table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-success table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #fff
}

.bg-info svg.isoicon *,
.bg-primary svg.isoicon *,
.bg-secondary svg.isoicon *,
.bg-success svg.isoicon * {
	stroke: #fff
}

.bg-primary a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-secondary p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-secondary a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-info,
.bg-secondary li.active a {
	color: #fff
}

.bg-secondary a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-info p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-info a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-info li.active a,
.bg-success {
	color: #fff
}

.bg-info a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-success p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-success a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-success li.active a {
	color: #fff
}

.bg-success a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-warning {
	color: #333
}

.bg-warning p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em
}

.bg-warning a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-danger,
.bg-warning li.active a {
	color: #fff
}

.bg-warning a:not(.btn) {
	color: rgba(0, 0, 0, .5)
}

.bg-warning a:not(.btn):hover {
	color: #000
}

.bg-warning p>a:not(.btn) {
	text-underline-color: rgba(0, 0, 0, .5)
}

.bg-warning table {
	color: #333;
	border: rgba(0, 0, 0, .1)
}

.bg-warning table thead>tr>th {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-warning table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #333
}

.bg-warning svg.isoicon * {
	stroke: #333
}

.bg-warning a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-danger p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-blue a:not(.btn, .disabled),
.bg-brand a:not(.btn, .disabled),
.bg-brand-dark a:not(.btn, .disabled),
.bg-brand-mid a:not(.btn, .disabled),
.bg-danger a:not(.btn, .disabled),
.bg-navy a:not(.btn, .disabled),
.bg-pink a:not(.btn, .disabled) {
	color: rgba(255, 255, 255, .66)
}

.bg-danger a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-blue a.btn,
.bg-brand a.btn,
.bg-brand-dark a.btn,
.bg-brand-mid a.btn,
.bg-danger a.btn,
.bg-navy a.btn,
.bg-pink a.btn {
	text-decoration: none
}

.bg-brand,
.bg-danger li.active a {
	color: #fff
}

.bg-blue table,
.bg-brand table,
.bg-brand-dark table,
.bg-brand-mid table,
.bg-danger table,
.bg-navy table {
	color: #fff;
	border-color: rgba(255, 255, 255, .1)
}

.bg-blue table thead>tr>th,
.bg-brand table thead>tr>th,
.bg-brand-dark table thead>tr>th,
.bg-brand-mid table thead>tr>th,
.bg-danger table thead>tr>th,
.bg-navy table thead>tr>th {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-blue table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-brand table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-brand-dark table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-brand-mid table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-danger table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-navy table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #fff
}

.bg-blue svg.isoicon *,
.bg-brand svg.isoicon *,
.bg-brand-dark svg.isoicon *,
.bg-brand-mid svg.isoicon *,
.bg-danger svg.isoicon *,
.bg-navy svg.isoicon * {
	stroke: #fff
}

.bg-danger a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-brand p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-brand a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-brand li.active a,
.bg-brand-mid {
	color: #fff
}

.bg-brand a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-brand-mid p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-brand-mid a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-brand-dark,
.bg-brand-mid li.active a {
	color: #fff
}

.bg-brand-mid a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-brand-dark p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-brand-dark a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-brand-dark li.active a,
.bg-navy {
	color: #fff
}

.bg-brand-dark a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-navy p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-navy a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-blue,
.bg-navy li.active a {
	color: #fff
}

.bg-navy a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-blue p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-blue a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-blue li.active a {
	color: #fff
}

.bg-blue a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-pink {
	color: #333
}

.bg-pink p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em
}

.bg-pink a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-pink li.active a,
.bg-purple {
	color: #fff
}

.bg-pink a:not(.btn) {
	color: rgba(0, 0, 0, .5)
}

.bg-pink a:not(.btn):hover {
	color: #000
}

.bg-pink p>a:not(.btn) {
	text-underline-color: rgba(0, 0, 0, .5)
}

.bg-pink table {
	color: #333;
	border: rgba(0, 0, 0, .1)
}

.bg-pink table thead>tr>th {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-pink table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #333
}

.bg-pink svg.isoicon * {
	stroke: #333
}

.bg-pink a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-purple p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-green a:not(.btn, .disabled),
.bg-purple a:not(.btn, .disabled),
.bg-yellow a:not(.btn, .disabled) {
	color: rgba(255, 255, 255, .66)
}

.bg-purple a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-green a.btn,
.bg-purple a.btn,
.bg-yellow a.btn {
	text-decoration: none
}

.bg-green,
.bg-purple li.active a {
	color: #fff
}

.bg-green table,
.bg-purple table {
	color: #fff;
	border-color: rgba(255, 255, 255, .1)
}

.bg-green table thead>tr>th,
.bg-purple table thead>tr>th {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-green table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-purple table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #fff
}

.bg-green svg.isoicon *,
.bg-purple svg.isoicon * {
	stroke: #fff
}

.bg-purple a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-green p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-green a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-green li.active a {
	color: #fff
}

.bg-green a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-yellow {
	color: #333
}

.bg-yellow p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em
}

.bg-yellow a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-dark,
.bg-yellow li.active a {
	color: #fff
}

.bg-yellow a:not(.btn) {
	color: rgba(0, 0, 0, .5)
}

.bg-yellow a:not(.btn):hover {
	color: #000
}

.bg-yellow p>a:not(.btn) {
	text-underline-color: rgba(0, 0, 0, .5)
}

.bg-yellow table {
	color: #333;
	border: rgba(0, 0, 0, .1)
}

.bg-yellow table thead>tr>th {
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bg-yellow table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #333
}

.bg-yellow svg.isoicon * {
	stroke: #333
}

.bg-yellow a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-dark p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-black a:not(.btn, .disabled),
.bg-dark a:not(.btn, .disabled),
.bg-darkergray a:not(.btn, .disabled),
.bg-darkgray a:not(.btn, .disabled) {
	color: rgba(255, 255, 255, .66)
}

.bg-dark a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-black a.btn,
.bg-dark a.btn,
.bg-darkergray a.btn,
.bg-darkgray a.btn {
	text-decoration: none
}

.bg-dark li.active a,
.bg-darkgray {
	color: #fff
}

.bg-black table,
.bg-dark table,
.bg-darkergray table,
.bg-darkgray table {
	color: #fff;
	border-color: rgba(255, 255, 255, .1)
}

.bg-black table thead>tr>th,
.bg-dark table thead>tr>th,
.bg-darkergray table thead>tr>th,
.bg-darkgray table thead>tr>th {
	border-bottom-color: rgba(255, 255, 255, .25)
}

.bg-black table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-dark table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-darkergray table.table-striped>tbody>tr:nth-of-type(odd)>*,
.bg-darkgray table.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #fff
}

.bg-black svg.isoicon *,
.bg-dark svg.isoicon *,
.bg-darkergray svg.isoicon *,
.bg-darkgray svg.isoicon * {
	stroke: #fff
}

.bg-dark a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-darkgray p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-darkgray a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-darkergray,
.bg-darkgray li.active a {
	color: #fff
}

.bg-darkgray a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-darkergray p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-darkergray a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-black,
.bg-darkergray li.active a {
	color: #fff
}

.bg-darkergray a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}

.bg-black p>a:not(.btn) {
	text-decoration: underline;
	text-underline-offset: .15em;
	text-underline-color: rgba(255, 255, 255, .66)
}

.bg-black a:not(.btn, .disabled):hover {
	color: #fff
}

.bg-black li.active a {
	color: #fff
}

.bg-black a.dropdown-item:not(.disabled, .muted) {
	color: #333;
	text-decoration: none
}