@charset "UTF-8";

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--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: #082e4f;
	--bs-secondary: #cddce4;
	--bs-danger: #870812;
	--bs-primary-rgb: 8,46,79;
	--bs-secondary-rgb: 205,220,228;
	--bs-danger-rgb: 135,8,18;
	--bs-white-rgb: 255,255,255;
	--bs-black-rgb: 0,0,0;
	--bs-body-color-rgb: 33,37,41;
	--bs-body-bg-rgb: 255,255,255;
	--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}

*,: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: rgba(0,0,0,0)
}

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

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

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

.h1,h1 {
	font-size: calc(1.375rem + 1.5vw)
}

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

.h2,h2 {
	font-size: calc(1.325rem + .9vw)
}

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

.h3,h3 {
	font-size: calc(1.3rem + .6vw)
}

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

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

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

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

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

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

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

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

ol,ul {
	padding-left: 2rem
}

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

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

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,strong {
	font-weight: bolder
}

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

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

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

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);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

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

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

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

a>code {
	color: inherit
}

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

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

figure {
	margin: 0 0 1rem
}

img,svg {
	vertical-align: middle
}

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

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

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

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

label {
	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] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

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

[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;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@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] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

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

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

::file-selector-button {
	font: inherit
}

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

output {
	display: inline-block
}

iframe {
	border: 0
}

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

progress {
	vertical-align: baseline
}

[hidden] {
	display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-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: "\2014\00A0"
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

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

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

.container,.container-fluid,.container-fourK,.container-fullHD,.container-lg,.container-md,.container-sm,.container-twoK,.container-xl,.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x,15px);
	padding-left: var(--bs-gutter-x,15px);
	margin-right: auto;
	margin-left: auto
}

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

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

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

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

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

@media (min-width:1920px) {
	.container,.container-fullHD,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
		max-width: 1676px
	}
}

@media (min-width:2560px) {
	.container,.container-fullHD,.container-lg,.container-md,.container-sm,.container-twoK,.container-xl,.container-xxl {
		max-width: 1924px
	}
}

@media (min-width:3840px) {
	.container,.container-fourK,.container-fullHD,.container-lg,.container-md,.container-sm,.container-twoK,.container-xl,.container-xxl {
		max-width: 2992px
	}
}

.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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>* {
	-ms-flex-negative: 0;
	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 {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.row-cols-auto>* {
	width: auto
}

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

.row-cols-1>* {
	width: 100%
}

.row-cols-2>* {
	width: 50%
}

.row-cols-2>*,.row-cols-3>* {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.row-cols-3>* {
	width: 33.33333%
}

.row-cols-4>* {
	width: 25%
}

.row-cols-4>*,.row-cols-5>* {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.row-cols-5>* {
	width: 20%
}

.row-cols-6>* {
	width: 16.66667%
}

.col-auto,.row-cols-6>* {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-auto {
	width: auto
}

.col-1 {
	width: 8.33333%
}

.col-1,.col-2 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-2 {
	width: 16.66667%
}

.col-3 {
	width: 25%
}

.col-3,.col-4 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-4 {
	width: 33.33333%
}

.col-5 {
	width: 41.66667%
}

.col-5,.col-6 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333%
}

.col-7,.col-8 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-8 {
	width: 66.66667%
}

.col-9 {
	width: 75%
}

.col-9,.col-10 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-10 {
	width: 83.33333%
}

.col-11 {
	width: 91.66667%
}

.col-11,.col-12 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-12 {
	width: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

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

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

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

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

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

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

.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-sm {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

	.row-cols-sm-6>* {
		width: 16.66667%
	}

	.col-sm-auto,.row-cols-sm-6>* {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-auto {
		width: auto
	}

	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-1,.col-sm-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-3,.col-sm-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-5,.col-sm-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-7,.col-sm-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-9,.col-sm-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-11,.col-sm-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-12 {
		width: 100%
	}

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

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

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

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

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

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

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

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}

	.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:768px) {
	.col-md {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

	.row-cols-md-6>* {
		width: 16.66667%
	}

	.col-md-auto,.row-cols-md-6>* {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-auto {
		width: auto
	}

	.col-md-1 {
		width: 8.33333%
	}

	.col-md-1,.col-md-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-2 {
		width: 16.66667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-3,.col-md-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-5,.col-md-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-7,.col-md-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-8 {
		width: 66.66667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-9,.col-md-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-11,.col-md-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-12 {
		width: 100%
	}

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

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

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

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

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

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

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

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}

	.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:992px) {
	.col-lg {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

	.row-cols-lg-6>* {
		width: 16.66667%
	}

	.col-lg-auto,.row-cols-lg-6>* {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-auto {
		width: auto
	}

	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-1,.col-lg-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-3,.col-lg-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-5,.col-lg-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333%
	}

	.col-lg-7,.col-lg-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-9,.col-lg-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-11,.col-lg-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-12 {
		width: 100%
	}

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

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

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

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

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

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

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

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}

	.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:1200px) {
	.col-xl {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

	.row-cols-xl-6>* {
		width: 16.66667%
	}

	.col-xl-auto,.row-cols-xl-6>* {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-auto {
		width: auto
	}

	.col-xl-1 {
		width: 8.33333%
	}

	.col-xl-1,.col-xl-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-2 {
		width: 16.66667%
	}

	.col-xl-3 {
		width: 25%
	}

	.col-xl-3,.col-xl-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-4 {
		width: 33.33333%
	}

	.col-xl-5 {
		width: 41.66667%
	}

	.col-xl-5,.col-xl-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-7 {
		width: 58.33333%
	}

	.col-xl-7,.col-xl-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-8 {
		width: 66.66667%
	}

	.col-xl-9 {
		width: 75%
	}

	.col-xl-9,.col-xl-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-10 {
		width: 83.33333%
	}

	.col-xl-11 {
		width: 91.66667%
	}

	.col-xl-11,.col-xl-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-12 {
		width: 100%
	}

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

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

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

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

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

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

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

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}

	.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:1440px) {
	.col-xxl {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

	.col-xxl-auto {
		width: auto
	}

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

	.col-xxl-1 {
		width: 8.33333%
	}

	.col-xxl-2 {
		width: 16.66667%
	}

	.col-xxl-2,.col-xxl-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-3 {
		width: 25%
	}

	.col-xxl-4 {
		width: 33.33333%
	}

	.col-xxl-4,.col-xxl-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-5 {
		width: 41.66667%
	}

	.col-xxl-6 {
		width: 50%
	}

	.col-xxl-6,.col-xxl-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-7 {
		width: 58.33333%
	}

	.col-xxl-8 {
		width: 66.66667%
	}

	.col-xxl-8,.col-xxl-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-9 {
		width: 75%
	}

	.col-xxl-10 {
		width: 83.33333%
	}

	.col-xxl-10,.col-xxl-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-11 {
		width: 91.66667%
	}

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

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

	.offset-xxl-1 {
		margin-left: 8.33333%
	}

	.offset-xxl-2 {
		margin-left: 16.66667%
	}

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

	.offset-xxl-4 {
		margin-left: 33.33333%
	}

	.offset-xxl-5 {
		margin-left: 41.66667%
	}

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

	.offset-xxl-7 {
		margin-left: 58.33333%
	}

	.offset-xxl-8 {
		margin-left: 66.66667%
	}

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

	.offset-xxl-10 {
		margin-left: 83.33333%
	}

	.offset-xxl-11 {
		margin-left: 91.66667%
	}

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

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

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

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

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

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

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

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

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

	.col-fullHD-auto {
		width: auto
	}

	.col-fullHD-1,.col-fullHD-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fullHD-1 {
		width: 8.33333%
	}

	.col-fullHD-2 {
		width: 16.66667%
	}

	.col-fullHD-2,.col-fullHD-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fullHD-3 {
		width: 25%
	}

	.col-fullHD-4 {
		width: 33.33333%
	}

	.col-fullHD-4,.col-fullHD-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fullHD-5 {
		width: 41.66667%
	}

	.col-fullHD-6 {
		width: 50%
	}

	.col-fullHD-6,.col-fullHD-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fullHD-7 {
		width: 58.33333%
	}

	.col-fullHD-8 {
		width: 66.66667%
	}

	.col-fullHD-8,.col-fullHD-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fullHD-9 {
		width: 75%
	}

	.col-fullHD-10 {
		width: 83.33333%
	}

	.col-fullHD-10,.col-fullHD-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fullHD-11 {
		width: 91.66667%
	}

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

	.offset-fullHD-0 {
		margin-left: 0
	}

	.offset-fullHD-1 {
		margin-left: 8.33333%
	}

	.offset-fullHD-2 {
		margin-left: 16.66667%
	}

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

	.offset-fullHD-4 {
		margin-left: 33.33333%
	}

	.offset-fullHD-5 {
		margin-left: 41.66667%
	}

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

	.offset-fullHD-7 {
		margin-left: 58.33333%
	}

	.offset-fullHD-8 {
		margin-left: 66.66667%
	}

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

	.offset-fullHD-10 {
		margin-left: 83.33333%
	}

	.offset-fullHD-11 {
		margin-left: 91.66667%
	}

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

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

	.g-fullHD-1,.gx-fullHD-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-fullHD-1,.gy-fullHD-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-fullHD-2,.gx-fullHD-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-fullHD-2,.gy-fullHD-2 {
		--bs-gutter-y: 0.5rem
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-twoK-auto {
		width: auto
	}

	.col-twoK-1,.col-twoK-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-twoK-1 {
		width: 8.33333%
	}

	.col-twoK-2 {
		width: 16.66667%
	}

	.col-twoK-2,.col-twoK-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-twoK-3 {
		width: 25%
	}

	.col-twoK-4 {
		width: 33.33333%
	}

	.col-twoK-4,.col-twoK-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-twoK-5 {
		width: 41.66667%
	}

	.col-twoK-6 {
		width: 50%
	}

	.col-twoK-6,.col-twoK-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-twoK-7 {
		width: 58.33333%
	}

	.col-twoK-8 {
		width: 66.66667%
	}

	.col-twoK-8,.col-twoK-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-twoK-9 {
		width: 75%
	}

	.col-twoK-10 {
		width: 83.33333%
	}

	.col-twoK-10,.col-twoK-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-twoK-11 {
		width: 91.66667%
	}

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

	.offset-twoK-0 {
		margin-left: 0
	}

	.offset-twoK-1 {
		margin-left: 8.33333%
	}

	.offset-twoK-2 {
		margin-left: 16.66667%
	}

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

	.offset-twoK-4 {
		margin-left: 33.33333%
	}

	.offset-twoK-5 {
		margin-left: 41.66667%
	}

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

	.offset-twoK-7 {
		margin-left: 58.33333%
	}

	.offset-twoK-8 {
		margin-left: 66.66667%
	}

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

	.offset-twoK-10 {
		margin-left: 83.33333%
	}

	.offset-twoK-11 {
		margin-left: 91.66667%
	}

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

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

	.g-twoK-1,.gx-twoK-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-twoK-1,.gy-twoK-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-twoK-2,.gx-twoK-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-twoK-2,.gy-twoK-2 {
		--bs-gutter-y: 0.5rem
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.col-fourK-auto {
		width: auto
	}

	.col-fourK-1,.col-fourK-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fourK-1 {
		width: 8.33333%
	}

	.col-fourK-2 {
		width: 16.66667%
	}

	.col-fourK-2,.col-fourK-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fourK-3 {
		width: 25%
	}

	.col-fourK-4 {
		width: 33.33333%
	}

	.col-fourK-4,.col-fourK-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fourK-5 {
		width: 41.66667%
	}

	.col-fourK-6 {
		width: 50%
	}

	.col-fourK-6,.col-fourK-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fourK-7 {
		width: 58.33333%
	}

	.col-fourK-8 {
		width: 66.66667%
	}

	.col-fourK-8,.col-fourK-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fourK-9 {
		width: 75%
	}

	.col-fourK-10 {
		width: 83.33333%
	}

	.col-fourK-10,.col-fourK-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-fourK-11 {
		width: 91.66667%
	}

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

	.offset-fourK-0 {
		margin-left: 0
	}

	.offset-fourK-1 {
		margin-left: 8.33333%
	}

	.offset-fourK-2 {
		margin-left: 16.66667%
	}

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

	.offset-fourK-4 {
		margin-left: 33.33333%
	}

	.offset-fourK-5 {
		margin-left: 41.66667%
	}

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

	.offset-fourK-7 {
		margin-left: 58.33333%
	}

	.offset-fourK-8 {
		margin-left: 66.66667%
	}

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

	.offset-fourK-10 {
		margin-left: 83.33333%
	}

	.offset-fourK-11 {
		margin-left: 91.66667%
	}

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

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

	.g-fourK-1,.gx-fourK-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-fourK-1,.gy-fourK-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-fourK-2,.gx-fourK-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-fourK-2,.gy-fourK-2 {
		--bs-gutter-y: 0.5rem
	}

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

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

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

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

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

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

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

.table>:not(caption)>*>* {
	padding: .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:first-child) {
	border-top: 2px solid currentColor
}

.caption-top {
	caption-side: top
}

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

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

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

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

.table-borderless>:not(:first-child) {
	border-top-width: 0
}

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

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

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

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control[type=file] {
	overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em
}

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

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

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

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

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

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	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: #dde0e3
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	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::-webkit-file-upload-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

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

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px)
}

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

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

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

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%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 5l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

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

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

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

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

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

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

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	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: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}

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

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

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

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

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

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

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
	background-position: 0;
	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 {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
	background-position: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

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

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

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

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
	position: relative
}

.form-floating>.form-control,.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}
}

.form-floating>.form-control {
	padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder {
	color: transparent
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent
}

.form-floating>.form-control:-ms-input-placeholder,.form-floating>.form-control::-ms-input-placeholder {
	color: transparent
}

.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

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

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

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

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

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

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

.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>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

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

.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: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

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

.form-select.is-valid,.was-validated .form-select:valid {
	border-color: #198754
}

.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"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%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 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-position: right .75rem center,center right 2.25rem;
	background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

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

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

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

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

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

.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid {
	z-index: 1
}

.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus {
	z-index: 3
}

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

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

.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: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.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"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%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 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
	background-position: right .75rem center,center right 2.25rem;
	background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
	z-index: 2
}

.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus {
	z-index: 3
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	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: #212529
}

.btn-check:focus+.btn,.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

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

.btn-primary {
	color: #fff;
	background-color: #082e4f;
	border-color: #082e4f
}

.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover {
	color: #fff;
	background-color: #072743;
	border-color: #06253f
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(45,77,105,.5)
}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #06253f;
	border-color: #06233b
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(45,77,105,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
	color: #fff;
	background-color: #082e4f;
	border-color: #082e4f
}

.btn-secondary {
	color: #000;
	border-color: #cddce4
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover {
	color: #000;
	background-color: #d5e1e8;
	border-color: #d2e0e7
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(174,187,194,.5)
}

.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
	color: #000;
	background-color: #d7e3e9;
	border-color: #d2e0e7
}

.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(174,187,194,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
	color: #000;
	background-color: #cddce4;
	border-color: #cddce4
}

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

.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover {
	color: #fff;
	background-color: #73070f;
	border-color: #6c060e
}

.btn-check:focus+.btn-danger,.btn-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(153,45,54,.5)
}

.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #6c060e;
	border-color: #65060e
}

.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(153,45,54,.5)
}

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

.btn-outline-primary {
	color: #082e4f;
	border-color: #082e4f
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #082e4f;
	border-color: #082e4f
}

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(8,46,79,.5)
}

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

.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(8,46,79,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
	color: #082e4f;
	background-color: transparent
}

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

.btn-outline-secondary:hover {
	color: #000;
	background-color: #cddce4;
	border-color: #cddce4
}

.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(205,220,228,.5)
}

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

.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(205,220,228,.5)
}

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

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

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

.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(135,8,18,.5)
}

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

.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(135,8,18,.5)
}

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

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

.btn-link:hover {
	color: #0a58ca
}

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

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

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

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

.dropdown,.dropend,.dropstart,.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
	margin-left: 0
}

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

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}

	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-end {
		--bs-position: end
	}

	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}

	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-end {
		--bs-position: end
	}

	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}

	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-end {
		--bs-position: end
	}

	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}

	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-end {
		--bs-position: end
	}

	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:1440px) {
	.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
	}
}

@media (min-width:1920px) {
	.dropdown-menu-fullHD-start {
		--bs-position: start
	}

	.dropdown-menu-fullHD-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-fullHD-end {
		--bs-position: end
	}

	.dropdown-menu-fullHD-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:2560px) {
	.dropdown-menu-twoK-start {
		--bs-position: start
	}

	.dropdown-menu-twoK-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-twoK-end {
		--bs-position: end
	}

	.dropdown-menu-twoK-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width:3840px) {
	.dropdown-menu-fourK-start {
		--bs-position: start
	}

	.dropdown-menu-fourK-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.dropdown-menu-fourK-end {
		--bs-position: end
	}

	.dropdown-menu-fourK-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropend .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropend .dropdown-toggle:after {
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropstart .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropstart .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropstart .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,.15)
}

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

.dropdown-item:focus,.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef
}

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

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

.dropdown-menu.show {
	display: block
}

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

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

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0,0,0,.15)
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: hsla(0,0%,100%,.15)
}

.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0,0,0,.15)
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd
}

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

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,.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: .5625rem;
	padding-left: .5625rem
}

.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: .375rem;
	padding-left: .375rem
}

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

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.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~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

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

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	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: #0a58ca
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: .25rem
}

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

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

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

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
	width: 100%
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

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

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

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static
}

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

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

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

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

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

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

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

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height,75vh);
	overflow-y: auto
}

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

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

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

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

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header {
		display: none
	}

	.navbar-expand-sm .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-sm .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header {
		display: none
	}

	.navbar-expand-md .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-md .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header {
		display: none
	}

	.navbar-expand-lg .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-lg .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header {
		display: none
	}

	.navbar-expand-xl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-xl .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xxl .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header {
		display: none
	}

	.navbar-expand-xxl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-xxl .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

	.navbar-expand-fullHD .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-fullHD .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-fullHD .navbar-toggler,.navbar-expand-fullHD .offcanvas-header {
		display: none
	}

	.navbar-expand-fullHD .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-fullHD .offcanvas-bottom,.navbar-expand-fullHD .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-fullHD .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

	.navbar-expand-twoK .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-twoK .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-twoK .navbar-toggler,.navbar-expand-twoK .offcanvas-header {
		display: none
	}

	.navbar-expand-twoK .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-twoK .offcanvas-bottom,.navbar-expand-twoK .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-twoK .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

	.navbar-expand-fourK .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-fourK .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-fourK .navbar-toggler,.navbar-expand-fourK .offcanvas-header {
		display: none
	}

	.navbar-expand-fourK .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-ms-flex-positive: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none
	}

	.navbar-expand-fourK .offcanvas-bottom,.navbar-expand-fourK .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}

	.navbar-expand-fourK .offcanvas-body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

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

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

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

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

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	-ms-flex-positive: 1;
	flex-grow: 1;
	visibility: visible!important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	transition: none;
	transform: none
}

.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top {
	height: auto;
	border-top: 0;
	border-bottom: 0
}

.navbar-expand .offcanvas-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0,0,0,.55)
}

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

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0,0%,100%,.55)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0,0%,100%,.25)
}

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

.navbar-dark .navbar-toggler {
	color: hsla(0,0%,100%,.55);
	border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0,0%,100%,.55)
}

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

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

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

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

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

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

.card-subtitle {
	margin-top: -.25rem
}

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

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

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

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

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

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

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

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

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

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

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

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

.card-group>.card {
	margin-bottom: 15px
}

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

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

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

	.card-group>.card: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 {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-header,.card-group>.card: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 {
		border-bottom-left-radius: 0
	}
}

.accordion-button {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none
	}
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	transform: rotate(-180deg)
}

.accordion-button:after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button:after {
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}

.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-body {
	padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush .accordion-item:first-child {
	border-top: 0
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none
}

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

.breadcrumb-item+.breadcrumb-item:before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider,"/")
}

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

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

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	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;
	border-color: #dee2e6
}

.page-link:focus,.page-link:hover {
	color: #0a58ca;
	background-color: #e9ecef
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

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

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

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

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

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

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

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

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

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

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

.badge:empty {
	display: none
}

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

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

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 3rem
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.alert-primary {
	color: #051c2f;
	background-color: #ced5dc;
	border-color: #b5c0ca
}

.alert-primary .alert-link {
	color: #041626
}

.alert-secondary {
	color: #52585b;
	background-color: #f5f8fa;
	border-color: #f0f5f7
}

.alert-secondary .alert-link {
	color: #424649
}

.alert-danger {
	color: #51050b;
	background-color: #e7ced0;
	border-color: #dbb5b8
}

.alert-danger .alert-link {
	color: #410409
}

@keyframes a {
	0% {
		background-position-x: 1rem
	}
}

.progress {
	height: 1rem;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress,.progress-bar {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.progress-bar {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: 1s linear infinite a
}

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

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: a
}

.list-group-numbered>li:before {
	content: counters(a,".") ". ";
	counter-increment: a
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

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

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

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

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

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

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

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

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

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

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

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

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

	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

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

	.list-group-horizontal-fullHD>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-fullHD>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

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

	.list-group-horizontal-twoK>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-twoK>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

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

	.list-group-horizontal-fourK>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-fourK>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

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

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

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

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #051c2f;
	background-color: #ced5dc
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
	color: #051c2f;
	background-color: #b9c0c6
}

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

.list-group-item-secondary {
	color: #52585b;
	background-color: #f5f8fa
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
	color: #52585b;
	background-color: #dddfe1
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #52585b;
	border-color: #52585b
}

.list-group-item-danger {
	color: #51050b;
	background-color: #e7ced0
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
	color: #51050b;
	background-color: #d0b9bb
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #51050b;
	border-color: #51050b
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: #000;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

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

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
	opacity: 1
}

.btn-close.disabled,.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .25
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: hsla(0,0%,100%,.85);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	border-radius: .25rem
}

.toast.showing {
	opacity: 0
}

.toast:not(.show) {
	display: none
}

.toast-container {
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: 15px
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: hsla(0,0%,100%,.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word
}

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

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translateY(-50px)
}

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

.modal.show .modal-dialog {
	transform: none
}

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

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

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

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

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

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

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #082e4f
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .8
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

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

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

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

.modal-footer {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

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

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

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg,.modal-xl {
		max-width: 915px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

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

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

.modal-fullscreen .modal-header {
	border-radius: 0
}

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

.modal-fullscreen .modal-footer {
	border-radius: 0
}

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

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

	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}

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

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

	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}

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

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

	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}

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

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

	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}

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

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

	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}

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

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

	.modal-fullscreen-fullHD-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-fullHD-down .modal-footer {
		border-radius: 0
	}
}

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

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

	.modal-fullscreen-twoK-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-twoK-down .modal-footer {
		border-radius: 0
	}
}

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

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

	.modal-fullscreen-fourK-down .modal-header {
		border-radius: 0
	}

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

	.modal-fullscreen-fourK-down .modal-footer {
		border-radius: 0
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

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

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

.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
	bottom: 0
}

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

.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
	padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
	top: 0
}

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

.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
	padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

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

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem
}

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

.popover .popover-arrow:after,.popover .popover-arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

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

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

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

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

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

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

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

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

.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: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

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

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

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

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

.carousel {
	position: relative
}

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

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner:after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

@keyframes b {
	to {
		transform: rotate(1turn)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: .75s linear infinite b
}

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

@keyframes c {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: .75s linear infinite c
}

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

@media (prefers-reduced-motion:reduce) {
	.spinner-border,.spinner-grow {
		animation-duration: 1.5s
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none
	}
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #082e4f
}

.offcanvas-backdrop.fade {
	opacity: 0
}

.offcanvas-backdrop.show {
	opacity: .8
}

.offcanvas-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem
}

.offcanvas-header .btn-close {
	padding: .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem
}

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

.offcanvas-body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1rem;
	overflow-y: auto
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0,0,0,.2);
	transform: translateX(-100%)
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0,0,0,.2);
	transform: translateX(100%)
}

.offcanvas-top {
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	transform: translateY(-100%)
}

.offcanvas-bottom,.offcanvas-top {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%
}

.offcanvas-bottom {
	border-top: 1px solid rgba(0,0,0,.2);
	transform: translateY(100%)
}

.offcanvas.show {
	transform: none
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: .5
}

.placeholder.btn:before {
	display: inline-block;
	content: ""
}

.placeholder-xs {
	min-height: .6em
}

.placeholder-sm {
	min-height: .8em
}

.placeholder-lg {
	min-height: 1.2em
}

.placeholder-glow .placeholder {
	animation: d 2s ease-in-out infinite
}

@keyframes d {
	50% {
		opacity: .2
	}
}

.placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
	mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	animation: e 2s linear infinite
}

@keyframes e {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0
	}
}

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

.link-primary {
	color: #082e4f
}

.link-primary:focus,.link-primary:hover {
	color: #06253f
}

.link-secondary {
	color: #cddce4
}

.link-secondary:focus,.link-secondary:hover {
	color: #d7e3e9
}

.link-danger {
	color: #870812
}

.link-danger:focus,.link-danger:hover {
	color: #6c060e
}

.ratio {
	position: relative;
	width: 100%
}

.ratio:before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.85714%
}

.fixed-top {
	top: 0
}

.fixed-bottom,.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:1440px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:1920px) {
	.sticky-fullHD-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:2560px) {
	.sticky-twoK-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:3840px) {
	.sticky-fourK-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.hstack {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch
}

.hstack,.vstack {
	display: -ms-flexbox;
	display: flex;
	align-self: stretch
}

.vstack {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vr {
	display: inline-block;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 1px;
	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
}

.opacity-0 {
	opacity: 0!important
}

.opacity-25 {
	opacity: .25!important
}

.opacity-50 {
	opacity: .5!important
}

.opacity-75 {
	opacity: .75!important
}

.opacity-100 {
	opacity: 1!important
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.overflow-visible {
	overflow: visible!important
}

.overflow-scroll {
	overflow: 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-table {
	display: table!important
}

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

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

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

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

.d-none {
	display: none!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
	box-shadow: none!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: sticky!important
}

.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: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

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

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

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

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

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

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

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

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

.border-primary {
	border-color: #082e4f!important
}

.border-secondary {
	border-color: #cddce4!important
}

.border-danger {
	border-color: #870812!important
}

.border-white {
	border-color: #fff!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
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.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 {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	-ms-flex-order: -1!important;
	order: -1!important
}

.order-0 {
	-ms-flex-order: 0!important;
	order: 0!important
}

.order-1 {
	-ms-flex-order: 1!important;
	order: 1!important
}

.order-2 {
	-ms-flex-order: 2!important;
	order: 2!important
}

.order-3 {
	-ms-flex-order: 3!important;
	order: 3!important
}

.order-4 {
	-ms-flex-order: 4!important;
	order: 4!important
}

.order-5 {
	-ms-flex-order: 5!important;
	order: 5!important
}

.order-last {
	-ms-flex-order: 6!important;
	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
}

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

.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-light {
	font-weight: 300!important
}

.fw-lighter {
	font-weight: lighter!important
}

.fw-normal {
	font-weight: 400!important
}

.fw-bold {
	font-weight: 700!important
}

.fw-bolder {
	font-weight: bolder!important
}

.lh-1 {
	line-height: 1!important
}

.lh-sm {
	line-height: 1.25!important
}

.lh-base {
	line-height: 1.5!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-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d!important
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0,0,0,.5)!important
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: hsla(0,0%,100%,.5)!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
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent!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-gradient {
	background-image: var(--bs-gradient)!important
}

.user-select-all {
	-webkit-user-select: all!important;
	-moz-user-select: all!important;
	-ms-user-select: all!important;
	user-select: all!important
}

.user-select-auto {
	-webkit-user-select: auto!important;
	-moz-user-select: auto!important;
	-ms-user-select: auto!important;
	user-select: auto!important
}

.user-select-none {
	-webkit-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}

.pe-none {
	pointer-events: none!important
}

.pe-auto {
	pointer-events: auto!important
}

.rounded {
	border-radius: .25rem!important
}

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

.rounded-1 {
	border-radius: .2rem!important
}

.rounded-2 {
	border-radius: .25rem!important
}

.rounded-3 {
	border-radius: .3rem!important
}

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

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

.rounded-top {
	border-top-left-radius: .25rem!important
}

.rounded-end,.rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-end {
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-start {
	border-bottom-left-radius: .25rem!important
}

.rounded-start {
	border-top-left-radius: .25rem!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media (min-width:576px) {
	.float-sm-start {
		float: left!important
	}

	.float-sm-end {
		float: right!important
	}

	.float-sm-none {
		float: 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-table {
		display: table!important
	}

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

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

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

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

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

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

	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-sm-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

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

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

	.order-sm-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-sm-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-sm-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-sm-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-sm-last {
		-ms-flex-order: 6!important;
		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
	}

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

	.text-sm-start {
		text-align: left!important
	}

	.text-sm-end {
		text-align: right!important
	}

	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left!important
	}

	.float-md-end {
		float: right!important
	}

	.float-md-none {
		float: 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-table {
		display: table!important
	}

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

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

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

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

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

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

	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-md-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

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

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

	.order-md-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-md-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-md-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-md-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-md-last {
		-ms-flex-order: 6!important;
		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
	}

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

	.text-md-start {
		text-align: left!important
	}

	.text-md-end {
		text-align: right!important
	}

	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left!important
	}

	.float-lg-end {
		float: right!important
	}

	.float-lg-none {
		float: 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-table {
		display: table!important
	}

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

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

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

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

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

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

	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.justify-content-lg-evenly {
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-lg-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-lg-0 {
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-lg-1 {
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-lg-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-lg-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-lg-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-lg-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-lg-last {
		-ms-flex-order: 6!important;
		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
	}

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

	.text-lg-start {
		text-align: left!important
	}

	.text-lg-end {
		text-align: right!important
	}

	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left!important
	}

	.float-xl-end {
		float: right!important
	}

	.float-xl-none {
		float: 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-table {
		display: table!important
	}

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

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

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

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

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

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

	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.justify-content-xl-evenly {
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xl-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-xl-0 {
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-xl-1 {
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-xl-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-xl-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-xl-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-xl-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-xl-last {
		-ms-flex-order: 6!important;
		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
	}

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

	.text-xl-start {
		text-align: left!important
	}

	.text-xl-end {
		text-align: right!important
	}

	.text-xl-center {
		text-align: center!important
	}
}

@media (min-width:1440px) {
	.float-xxl-start {
		float: left!important
	}

	.float-xxl-end {
		float: right!important
	}

	.float-xxl-none {
		float: 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-table {
		display: table!important
	}

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

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

	.d-xxl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

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

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

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

	.flex-xxl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-xxl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-xxl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-xxl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

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

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

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

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

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

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

	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!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
	}

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

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

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

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

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

	.justify-content-xxl-evenly {
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xxl-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-xxl-0 {
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-xxl-1 {
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-xxl-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-xxl-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-xxl-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-xxl-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-xxl-last {
		-ms-flex-order: 6!important;
		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
	}

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

	.text-xxl-start {
		text-align: left!important
	}

	.text-xxl-end {
		text-align: right!important
	}

	.text-xxl-center {
		text-align: center!important
	}
}

@media (min-width:1920px) {
	.float-fullHD-start {
		float: left!important
	}

	.float-fullHD-end {
		float: right!important
	}

	.float-fullHD-none {
		float: none!important
	}

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

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

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

	.d-fullHD-grid {
		display: grid!important
	}

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

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

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

	.d-fullHD-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

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

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

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

	.flex-fullHD-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-fullHD-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-fullHD-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-fullHD-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

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

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

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

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

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

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

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

	.gap-fullHD-0 {
		gap: 0!important
	}

	.gap-fullHD-1 {
		gap: .25rem!important
	}

	.gap-fullHD-2 {
		gap: .5rem!important
	}

	.gap-fullHD-3 {
		gap: 1rem!important
	}

	.gap-fullHD-4 {
		gap: 1.5rem!important
	}

	.gap-fullHD-5 {
		gap: 3rem!important
	}

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

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

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

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

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

	.justify-content-fullHD-evenly {
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-fullHD-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-fullHD-0 {
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-fullHD-1 {
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-fullHD-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-fullHD-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-fullHD-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-fullHD-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-fullHD-last {
		-ms-flex-order: 6!important;
		order: 6!important
	}

	.m-fullHD-0 {
		margin: 0!important
	}

	.m-fullHD-1 {
		margin: .25rem!important
	}

	.m-fullHD-2 {
		margin: .5rem!important
	}

	.m-fullHD-3 {
		margin: 1rem!important
	}

	.m-fullHD-4 {
		margin: 1.5rem!important
	}

	.m-fullHD-5 {
		margin: 3rem!important
	}

	.m-fullHD-auto {
		margin: auto!important
	}

	.mx-fullHD-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}

	.mx-fullHD-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}

	.mx-fullHD-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}

	.mx-fullHD-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}

	.mx-fullHD-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}

	.mx-fullHD-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}

	.mx-fullHD-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}

	.my-fullHD-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}

	.my-fullHD-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}

	.my-fullHD-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}

	.my-fullHD-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}

	.my-fullHD-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}

	.my-fullHD-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}

	.my-fullHD-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}

	.mt-fullHD-0 {
		margin-top: 0!important
	}

	.mt-fullHD-1 {
		margin-top: .25rem!important
	}

	.mt-fullHD-2 {
		margin-top: .5rem!important
	}

	.mt-fullHD-3 {
		margin-top: 1rem!important
	}

	.mt-fullHD-4 {
		margin-top: 1.5rem!important
	}

	.mt-fullHD-5 {
		margin-top: 3rem!important
	}

	.mt-fullHD-auto {
		margin-top: auto!important
	}

	.me-fullHD-0 {
		margin-right: 0!important
	}

	.me-fullHD-1 {
		margin-right: .25rem!important
	}

	.me-fullHD-2 {
		margin-right: .5rem!important
	}

	.me-fullHD-3 {
		margin-right: 1rem!important
	}

	.me-fullHD-4 {
		margin-right: 1.5rem!important
	}

	.me-fullHD-5 {
		margin-right: 3rem!important
	}

	.me-fullHD-auto {
		margin-right: auto!important
	}

	.mb-fullHD-0 {
		margin-bottom: 0!important
	}

	.mb-fullHD-1 {
		margin-bottom: .25rem!important
	}

	.mb-fullHD-2 {
		margin-bottom: .5rem!important
	}

	.mb-fullHD-3 {
		margin-bottom: 1rem!important
	}

	.mb-fullHD-4 {
		margin-bottom: 1.5rem!important
	}

	.mb-fullHD-5 {
		margin-bottom: 3rem!important
	}

	.mb-fullHD-auto {
		margin-bottom: auto!important
	}

	.ms-fullHD-0 {
		margin-left: 0!important
	}

	.ms-fullHD-1 {
		margin-left: .25rem!important
	}

	.ms-fullHD-2 {
		margin-left: .5rem!important
	}

	.ms-fullHD-3 {
		margin-left: 1rem!important
	}

	.ms-fullHD-4 {
		margin-left: 1.5rem!important
	}

	.ms-fullHD-5 {
		margin-left: 3rem!important
	}

	.ms-fullHD-auto {
		margin-left: auto!important
	}

	.p-fullHD-0 {
		padding: 0!important
	}

	.p-fullHD-1 {
		padding: .25rem!important
	}

	.p-fullHD-2 {
		padding: .5rem!important
	}

	.p-fullHD-3 {
		padding: 1rem!important
	}

	.p-fullHD-4 {
		padding: 1.5rem!important
	}

	.p-fullHD-5 {
		padding: 3rem!important
	}

	.px-fullHD-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}

	.px-fullHD-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}

	.px-fullHD-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}

	.px-fullHD-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}

	.px-fullHD-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}

	.px-fullHD-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}

	.py-fullHD-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}

	.py-fullHD-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}

	.py-fullHD-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}

	.py-fullHD-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}

	.py-fullHD-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}

	.py-fullHD-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}

	.pt-fullHD-0 {
		padding-top: 0!important
	}

	.pt-fullHD-1 {
		padding-top: .25rem!important
	}

	.pt-fullHD-2 {
		padding-top: .5rem!important
	}

	.pt-fullHD-3 {
		padding-top: 1rem!important
	}

	.pt-fullHD-4 {
		padding-top: 1.5rem!important
	}

	.pt-fullHD-5 {
		padding-top: 3rem!important
	}

	.pe-fullHD-0 {
		padding-right: 0!important
	}

	.pe-fullHD-1 {
		padding-right: .25rem!important
	}

	.pe-fullHD-2 {
		padding-right: .5rem!important
	}

	.pe-fullHD-3 {
		padding-right: 1rem!important
	}

	.pe-fullHD-4 {
		padding-right: 1.5rem!important
	}

	.pe-fullHD-5 {
		padding-right: 3rem!important
	}

	.pb-fullHD-0 {
		padding-bottom: 0!important
	}

	.pb-fullHD-1 {
		padding-bottom: .25rem!important
	}

	.pb-fullHD-2 {
		padding-bottom: .5rem!important
	}

	.pb-fullHD-3 {
		padding-bottom: 1rem!important
	}

	.pb-fullHD-4 {
		padding-bottom: 1.5rem!important
	}

	.pb-fullHD-5 {
		padding-bottom: 3rem!important
	}

	.ps-fullHD-0 {
		padding-left: 0!important
	}

	.ps-fullHD-1 {
		padding-left: .25rem!important
	}

	.ps-fullHD-2 {
		padding-left: .5rem!important
	}

	.ps-fullHD-3 {
		padding-left: 1rem!important
	}

	.ps-fullHD-4 {
		padding-left: 1.5rem!important
	}

	.ps-fullHD-5 {
		padding-left: 3rem!important
	}

	.text-fullHD-start {
		text-align: left!important
	}

	.text-fullHD-end {
		text-align: right!important
	}

	.text-fullHD-center {
		text-align: center!important
	}
}

@media (min-width:2560px) {
	.float-twoK-start {
		float: left!important
	}

	.float-twoK-end {
		float: right!important
	}

	.float-twoK-none {
		float: none!important
	}

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

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

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

	.d-twoK-grid {
		display: grid!important
	}

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

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

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

	.d-twoK-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

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

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

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

	.flex-twoK-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-twoK-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-twoK-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-twoK-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

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

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

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

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

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

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

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

	.gap-twoK-0 {
		gap: 0!important
	}

	.gap-twoK-1 {
		gap: .25rem!important
	}

	.gap-twoK-2 {
		gap: .5rem!important
	}

	.gap-twoK-3 {
		gap: 1rem!important
	}

	.gap-twoK-4 {
		gap: 1.5rem!important
	}

	.gap-twoK-5 {
		gap: 3rem!important
	}

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

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

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

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

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

	.justify-content-twoK-evenly {
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-twoK-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-twoK-0 {
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-twoK-1 {
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-twoK-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-twoK-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-twoK-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-twoK-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-twoK-last {
		-ms-flex-order: 6!important;
		order: 6!important
	}

	.m-twoK-0 {
		margin: 0!important
	}

	.m-twoK-1 {
		margin: .25rem!important
	}

	.m-twoK-2 {
		margin: .5rem!important
	}

	.m-twoK-3 {
		margin: 1rem!important
	}

	.m-twoK-4 {
		margin: 1.5rem!important
	}

	.m-twoK-5 {
		margin: 3rem!important
	}

	.m-twoK-auto {
		margin: auto!important
	}

	.mx-twoK-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}

	.mx-twoK-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}

	.mx-twoK-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}

	.mx-twoK-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}

	.mx-twoK-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}

	.mx-twoK-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}

	.mx-twoK-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}

	.my-twoK-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}

	.my-twoK-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}

	.my-twoK-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}

	.my-twoK-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}

	.my-twoK-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}

	.my-twoK-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}

	.my-twoK-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}

	.mt-twoK-0 {
		margin-top: 0!important
	}

	.mt-twoK-1 {
		margin-top: .25rem!important
	}

	.mt-twoK-2 {
		margin-top: .5rem!important
	}

	.mt-twoK-3 {
		margin-top: 1rem!important
	}

	.mt-twoK-4 {
		margin-top: 1.5rem!important
	}

	.mt-twoK-5 {
		margin-top: 3rem!important
	}

	.mt-twoK-auto {
		margin-top: auto!important
	}

	.me-twoK-0 {
		margin-right: 0!important
	}

	.me-twoK-1 {
		margin-right: .25rem!important
	}

	.me-twoK-2 {
		margin-right: .5rem!important
	}

	.me-twoK-3 {
		margin-right: 1rem!important
	}

	.me-twoK-4 {
		margin-right: 1.5rem!important
	}

	.me-twoK-5 {
		margin-right: 3rem!important
	}

	.me-twoK-auto {
		margin-right: auto!important
	}

	.mb-twoK-0 {
		margin-bottom: 0!important
	}

	.mb-twoK-1 {
		margin-bottom: .25rem!important
	}

	.mb-twoK-2 {
		margin-bottom: .5rem!important
	}

	.mb-twoK-3 {
		margin-bottom: 1rem!important
	}

	.mb-twoK-4 {
		margin-bottom: 1.5rem!important
	}

	.mb-twoK-5 {
		margin-bottom: 3rem!important
	}

	.mb-twoK-auto {
		margin-bottom: auto!important
	}

	.ms-twoK-0 {
		margin-left: 0!important
	}

	.ms-twoK-1 {
		margin-left: .25rem!important
	}

	.ms-twoK-2 {
		margin-left: .5rem!important
	}

	.ms-twoK-3 {
		margin-left: 1rem!important
	}

	.ms-twoK-4 {
		margin-left: 1.5rem!important
	}

	.ms-twoK-5 {
		margin-left: 3rem!important
	}

	.ms-twoK-auto {
		margin-left: auto!important
	}

	.p-twoK-0 {
		padding: 0!important
	}

	.p-twoK-1 {
		padding: .25rem!important
	}

	.p-twoK-2 {
		padding: .5rem!important
	}

	.p-twoK-3 {
		padding: 1rem!important
	}

	.p-twoK-4 {
		padding: 1.5rem!important
	}

	.p-twoK-5 {
		padding: 3rem!important
	}

	.px-twoK-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}

	.px-twoK-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}

	.px-twoK-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}

	.px-twoK-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}

	.px-twoK-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}

	.px-twoK-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}

	.py-twoK-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}

	.py-twoK-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}

	.py-twoK-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}

	.py-twoK-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}

	.py-twoK-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}

	.py-twoK-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}

	.pt-twoK-0 {
		padding-top: 0!important
	}

	.pt-twoK-1 {
		padding-top: .25rem!important
	}

	.pt-twoK-2 {
		padding-top: .5rem!important
	}

	.pt-twoK-3 {
		padding-top: 1rem!important
	}

	.pt-twoK-4 {
		padding-top: 1.5rem!important
	}

	.pt-twoK-5 {
		padding-top: 3rem!important
	}

	.pe-twoK-0 {
		padding-right: 0!important
	}

	.pe-twoK-1 {
		padding-right: .25rem!important
	}

	.pe-twoK-2 {
		padding-right: .5rem!important
	}

	.pe-twoK-3 {
		padding-right: 1rem!important
	}

	.pe-twoK-4 {
		padding-right: 1.5rem!important
	}

	.pe-twoK-5 {
		padding-right: 3rem!important
	}

	.pb-twoK-0 {
		padding-bottom: 0!important
	}

	.pb-twoK-1 {
		padding-bottom: .25rem!important
	}

	.pb-twoK-2 {
		padding-bottom: .5rem!important
	}

	.pb-twoK-3 {
		padding-bottom: 1rem!important
	}

	.pb-twoK-4 {
		padding-bottom: 1.5rem!important
	}

	.pb-twoK-5 {
		padding-bottom: 3rem!important
	}

	.ps-twoK-0 {
		padding-left: 0!important
	}

	.ps-twoK-1 {
		padding-left: .25rem!important
	}

	.ps-twoK-2 {
		padding-left: .5rem!important
	}

	.ps-twoK-3 {
		padding-left: 1rem!important
	}

	.ps-twoK-4 {
		padding-left: 1.5rem!important
	}

	.ps-twoK-5 {
		padding-left: 3rem!important
	}

	.text-twoK-start {
		text-align: left!important
	}

	.text-twoK-end {
		text-align: right!important
	}

	.text-twoK-center {
		text-align: center!important
	}
}

@media (min-width:3840px) {
	.float-fourK-start {
		float: left!important
	}

	.float-fourK-end {
		float: right!important
	}

	.float-fourK-none {
		float: none!important
	}

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

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

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

	.d-fourK-grid {
		display: grid!important
	}

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

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

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

	.d-fourK-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

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

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

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

	.flex-fourK-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}

	.flex-fourK-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}

	.flex-fourK-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}

	.flex-fourK-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}

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

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

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

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

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

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

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

	.gap-fourK-0 {
		gap: 0!important
	}

	.gap-fourK-1 {
		gap: .25rem!important
	}

	.gap-fourK-2 {
		gap: .5rem!important
	}

	.gap-fourK-3 {
		gap: 1rem!important
	}

	.gap-fourK-4 {
		gap: 1.5rem!important
	}

	.gap-fourK-5 {
		gap: 3rem!important
	}

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

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

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

	.justify-content-fourK-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}

	.justify-content-fourK-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}

	.justify-content-fourK-evenly {
		-ms-flex-pack: space-evenly!important;
		justify-content: space-evenly!important
	}

	.align-items-fourK-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}

	.align-items-fourK-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}

	.align-items-fourK-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}

	.align-items-fourK-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}

	.align-items-fourK-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}

	.align-content-fourK-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}

	.align-content-fourK-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}

	.align-content-fourK-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}

	.align-content-fourK-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}

	.align-content-fourK-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}

	.align-content-fourK-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}

	.align-self-fourK-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}

	.align-self-fourK-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}

	.align-self-fourK-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}

	.align-self-fourK-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}

	.align-self-fourK-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}

	.align-self-fourK-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}

	.order-fourK-first {
		-ms-flex-order: -1!important;
		order: -1!important
	}

	.order-fourK-0 {
		-ms-flex-order: 0!important;
		order: 0!important
	}

	.order-fourK-1 {
		-ms-flex-order: 1!important;
		order: 1!important
	}

	.order-fourK-2 {
		-ms-flex-order: 2!important;
		order: 2!important
	}

	.order-fourK-3 {
		-ms-flex-order: 3!important;
		order: 3!important
	}

	.order-fourK-4 {
		-ms-flex-order: 4!important;
		order: 4!important
	}

	.order-fourK-5 {
		-ms-flex-order: 5!important;
		order: 5!important
	}

	.order-fourK-last {
		-ms-flex-order: 6!important;
		order: 6!important
	}

	.m-fourK-0 {
		margin: 0!important
	}

	.m-fourK-1 {
		margin: .25rem!important
	}

	.m-fourK-2 {
		margin: .5rem!important
	}

	.m-fourK-3 {
		margin: 1rem!important
	}

	.m-fourK-4 {
		margin: 1.5rem!important
	}

	.m-fourK-5 {
		margin: 3rem!important
	}

	.m-fourK-auto {
		margin: auto!important
	}

	.mx-fourK-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}

	.mx-fourK-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}

	.mx-fourK-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}

	.mx-fourK-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}

	.mx-fourK-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}

	.mx-fourK-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}

	.mx-fourK-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}

	.my-fourK-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}

	.my-fourK-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}

	.my-fourK-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}

	.my-fourK-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}

	.my-fourK-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}

	.my-fourK-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}

	.my-fourK-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}

	.mt-fourK-0 {
		margin-top: 0!important
	}

	.mt-fourK-1 {
		margin-top: .25rem!important
	}

	.mt-fourK-2 {
		margin-top: .5rem!important
	}

	.mt-fourK-3 {
		margin-top: 1rem!important
	}

	.mt-fourK-4 {
		margin-top: 1.5rem!important
	}

	.mt-fourK-5 {
		margin-top: 3rem!important
	}

	.mt-fourK-auto {
		margin-top: auto!important
	}

	.me-fourK-0 {
		margin-right: 0!important
	}

	.me-fourK-1 {
		margin-right: .25rem!important
	}

	.me-fourK-2 {
		margin-right: .5rem!important
	}

	.me-fourK-3 {
		margin-right: 1rem!important
	}

	.me-fourK-4 {
		margin-right: 1.5rem!important
	}

	.me-fourK-5 {
		margin-right: 3rem!important
	}

	.me-fourK-auto {
		margin-right: auto!important
	}

	.mb-fourK-0 {
		margin-bottom: 0!important
	}

	.mb-fourK-1 {
		margin-bottom: .25rem!important
	}

	.mb-fourK-2 {
		margin-bottom: .5rem!important
	}

	.mb-fourK-3 {
		margin-bottom: 1rem!important
	}

	.mb-fourK-4 {
		margin-bottom: 1.5rem!important
	}

	.mb-fourK-5 {
		margin-bottom: 3rem!important
	}

	.mb-fourK-auto {
		margin-bottom: auto!important
	}

	.ms-fourK-0 {
		margin-left: 0!important
	}

	.ms-fourK-1 {
		margin-left: .25rem!important
	}

	.ms-fourK-2 {
		margin-left: .5rem!important
	}

	.ms-fourK-3 {
		margin-left: 1rem!important
	}

	.ms-fourK-4 {
		margin-left: 1.5rem!important
	}

	.ms-fourK-5 {
		margin-left: 3rem!important
	}

	.ms-fourK-auto {
		margin-left: auto!important
	}

	.p-fourK-0 {
		padding: 0!important
	}

	.p-fourK-1 {
		padding: .25rem!important
	}

	.p-fourK-2 {
		padding: .5rem!important
	}

	.p-fourK-3 {
		padding: 1rem!important
	}

	.p-fourK-4 {
		padding: 1.5rem!important
	}

	.p-fourK-5 {
		padding: 3rem!important
	}

	.px-fourK-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}

	.px-fourK-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}

	.px-fourK-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}

	.px-fourK-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}

	.px-fourK-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}

	.px-fourK-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}

	.py-fourK-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}

	.py-fourK-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}

	.py-fourK-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}

	.py-fourK-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}

	.py-fourK-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}

	.py-fourK-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}

	.pt-fourK-0 {
		padding-top: 0!important
	}

	.pt-fourK-1 {
		padding-top: .25rem!important
	}

	.pt-fourK-2 {
		padding-top: .5rem!important
	}

	.pt-fourK-3 {
		padding-top: 1rem!important
	}

	.pt-fourK-4 {
		padding-top: 1.5rem!important
	}

	.pt-fourK-5 {
		padding-top: 3rem!important
	}

	.pe-fourK-0 {
		padding-right: 0!important
	}

	.pe-fourK-1 {
		padding-right: .25rem!important
	}

	.pe-fourK-2 {
		padding-right: .5rem!important
	}

	.pe-fourK-3 {
		padding-right: 1rem!important
	}

	.pe-fourK-4 {
		padding-right: 1.5rem!important
	}

	.pe-fourK-5 {
		padding-right: 3rem!important
	}

	.pb-fourK-0 {
		padding-bottom: 0!important
	}

	.pb-fourK-1 {
		padding-bottom: .25rem!important
	}

	.pb-fourK-2 {
		padding-bottom: .5rem!important
	}

	.pb-fourK-3 {
		padding-bottom: 1rem!important
	}

	.pb-fourK-4 {
		padding-bottom: 1.5rem!important
	}

	.pb-fourK-5 {
		padding-bottom: 3rem!important
	}

	.ps-fourK-0 {
		padding-left: 0!important
	}

	.ps-fourK-1 {
		padding-left: .25rem!important
	}

	.ps-fourK-2 {
		padding-left: .5rem!important
	}

	.ps-fourK-3 {
		padding-left: 1rem!important
	}

	.ps-fourK-4 {
		padding-left: 1.5rem!important
	}

	.ps-fourK-5 {
		padding-left: 3rem!important
	}

	.text-fourK-start {
		text-align: left!important
	}

	.text-fourK-end {
		text-align: right!important
	}

	.text-fourK-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-table {
		display: table!important
	}

	.d-print-table-row {
		display: table-row!important
	}

	.d-print-table-cell {
		display: table-cell!important
	}

	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}

	.d-print-none {
		display: none!important
	}
}

@font-face {
	font-family:FontAwesome;src:url(../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: f 2s infinite linear
}

.fa-pulse {
	animation: f 1s infinite steps(8)
}

@keyframes f {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scaleY(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-close:before,.fa-remove:before,.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-cog:before,.fa-gear:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-repeat:before,.fa-rotate-right:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-exclamation-triangle:before,.fa-warning:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-cogs:before,.fa-gears:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,.fa-users:before {
	content: ""
}

.fa-chain:before,.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,.fa-scissors:before {
	content: ""
}

.fa-copy:before,.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-floppy-o:before,.fa-save:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-sort:before,.fa-unsorted:before {
	content: ""
}

.fa-sort-desc:before,.fa-sort-down:before {
	content: ""
}

.fa-sort-asc:before,.fa-sort-up:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,.fa-undo:before {
	content: ""
}

.fa-gavel:before,.fa-legal:before {
	content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-bolt:before,.fa-flash:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-clipboard:before,.fa-paste:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-chain-broken:before,.fa-unlink:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
	content: ""
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
	content: ""
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
	content: ""
}

.fa-eur:before,.fa-euro:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,.fa-usd:before {
	content: ""
}

.fa-inr:before,.fa-rupee:before {
	content: ""
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
	content: ""
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
	content: ""
}

.fa-krw:before,.fa-won:before {
	content: ""
}

.fa-bitcoin:before,.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-try:before,.fa-turkish-lira:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
	content: ""
}

.fa-graduation-cap:before,.fa-mortar-board:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,.fa-car:before {
	content: ""
}

.fa-cab:before,.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
	content: ""
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
	content: ""
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
	content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
	content: ""
}

.fa-empire:before,.fa-ge:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,.fa-weixin:before {
	content: ""
}

.fa-paper-plane:before,.fa-send:before {
	content: ""
}

.fa-paper-plane-o:before,.fa-send-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-bed:before,.fa-hotel:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-y-combinator:before,.fa-yc:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before {
	content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-television:before,.fa-tv:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
	content: ""
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-sign-language:before,.fa-signing:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-address-card:before,.fa-vcard:before {
	content: ""
}

.fa-address-card-o:before,.fa-vcard-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
	content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform,height
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-order: 9999;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	width: 100%;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
	font-family:slick;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal
}

.slick-next,.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,.slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.datepicker-container {
	background-color: #fff;
	direction: ltr;
	font-size: 12px;
	left: 0;
	line-height: 30px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 210px;
	z-index: -1
}

.datepicker-container:after,.datepicker-container:before {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0
}

.datepicker-dropdown {
	border: 1px solid #ccc;
	box-shadow: 0 3px 6px #ccc;
	box-sizing: content-box;
	position: absolute;
	z-index: 1
}

.datepicker-inline {
	position: static
}

.datepicker-top-left,.datepicker-top-right {
	border-top-color: #39f
}

.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before {
	border-top: 0;
	left: 10px;
	top: -5px
}

.datepicker-top-left:before,.datepicker-top-right:before {
	border-bottom-color: #39f
}

.datepicker-top-left:after,.datepicker-top-right:after {
	border-bottom-color: #fff;
	top: -4px
}

.datepicker-bottom-left,.datepicker-bottom-right {
	border-bottom-color: #39f
}

.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before {
	border-bottom: 0;
	bottom: -5px;
	left: 10px
}

.datepicker-bottom-left:before,.datepicker-bottom-right:before {
	border-top-color: #39f
}

.datepicker-bottom-left:after,.datepicker-bottom-right:after {
	border-top-color: #fff;
	bottom: -4px
}

.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before {
	left: auto;
	right: 10px
}

.datepicker-panel>ul {
	margin: 0;
	padding: 0;
	width: 102%
}

.datepicker-panel>ul:after,.datepicker-panel>ul:before {
	content: " ";
	display: table
}

.datepicker-panel>ul:after {
	clear: both
}

.datepicker-panel>ul>li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px
}

.datepicker-panel>ul>li:hover {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover {
	color: #999
}

.datepicker-panel>ul>li.highlighted {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li.highlighted:hover {
	background-color: #cce5ff
}

.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover {
	color: #39f
}

.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover {
	background-color: #fff;
	color: #ccc;
	cursor: default
}

.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next] {
	font-size: 18px
}

.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"] {
	width: 150px
}

.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px
}

.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover {
	background-color: #fff;
	cursor: default
}

.datepicker-hide {
	display: none
}

.slbOverlay,.slbWrap,.slbWrapOuter {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.slbOverlay {
	overflow: hidden;
	z-index: 2000;
	background-color: #000;
	opacity: .7;
	animation: g .5s
}

.slbWrapOuter {
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2010
}

.slbWrap {
	position: absolute;
	text-align: center
}

.slbWrap:before {
	content: "";
	height: 100%
}

.slbContentOuter,.slbWrap:before {
	display: inline-block;
	vertical-align: middle
}

.slbContentOuter {
	position: relative;
	margin: 0 auto;
	padding: 0 1em;
	box-sizing: border-box;
	z-index: 2020;
	text-align: left;
	max-width: 100%
}

.slbContentEl .slbContentOuter {
	padding: 5em 1em
}

.slbContent {
	position: relative
}

.slbContentEl .slbContent {
	animation: h .3s;
	background-color: #fff;
	box-shadow: 0 .2em 1em rgba(0,0,0,.4)
}

.slbImageWrap {
	animation: h .3s;
	position: relative
}

.slbImageWrap:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 5em;
	bottom: 5em;
	display: block;
	z-index: -1;
	box-shadow: 0 .2em 1em rgba(0,0,0,.6);
	background-color: #fff
}

.slbDirectionNext .slbImageWrap {
	animation: i .4s
}

.slbDirectionPrev .slbImageWrap {
	animation: j .4s
}

.slbImage {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 5em 0;
	margin: 0 auto
}

.slbCaption {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	font-size: 1.4em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .71429em 0;
	color: #fff;
	color: hsla(0,0%,100%,.7);
	text-align: center
}

.slbArrow,.slbCloseBtn {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: none
}

.slbArrow::-moz-focus-inner,.slbCloseBtn::-moz-focus-inner {
	padding: 0;
	border: 0
}

.slbArrow:hover,.slbCloseBtn:hover {
	opacity: .5
}

.slbArrow:active,.slbCloseBtn:active {
	opacity: .8
}

.slbCloseBtn {
	animation: h .3s;
	font-size: 3em;
	width: 1.66667em;
	height: 1.66667em;
	line-height: 1.66667em;
	position: absolute;
	right: -.33333em;
	top: 0;
	color: #fff;
	color: hsla(0,0%,100%,.7);
	text-align: center
}

.slbLoading .slbCloseBtn {
	display: none
}

.slbLoadingText {
	font-size: 1.4em;
	color: #fff;
	color: hsla(0,0%,100%,.9)
}

.slbArrows {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0
}

.slbLoading .slbArrows {
	display: none
}

.slbArrow {
	position: absolute;
	top: 50%;
	margin-top: -5em;
	width: 5em;
	height: 10em;
	opacity: .7;
	text-indent: -999em;
	overflow: hidden
}

.slbArrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.8em 0 0 -.8em;
	border: .8em solid transparent
}

.slbArrow.next {
	right: 0
}

.slbArrow.next:before {
	border-left-color: #fff
}

.slbArrow.prev {
	left: 0
}

.slbArrow.prev:before {
	border-right-color: #fff
}

.slbIframeCont {
	width: 80em;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	margin: 5em 0
}

.slbIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 .2em 1em rgba(0,0,0,.6);
	background: #000
}

@keyframes g {
	0% {
		opacity: 0
	}

	to {
		opacity: .7
	}
}

@keyframes h {
	0% {
		opacity: 0;
		transform: translate3d(0,-1em,0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes i {
	0% {
		opacity: 0;
		transform: translate3d(4em,0,0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes j {
	0% {
		opacity: 0;
		transform: translate3d(-4em,0,0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes k {
	0% {
		opacity: .9
	}

	to {
		opacity: 0
	}
}

.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker {
	display: none!important
}

.bootstrap-select {
	width: 220px \0;
	vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
	position: relative;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
	margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
	color: hsla(0,0%,100%,.5)
}

.bootstrap-select>select {
	position: absolute!important;
	bottom: 0;
	left: 50%;
	display: block!important;
	width: .5px!important;
	height: 100%!important;
	padding: 0!important;
	opacity: 0!important;
	border: none;
	z-index: 0!important
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block!important;
	width: 100%!important;
	z-index: 2!important
}

.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle {
	border-color: #28a745
}

.bootstrap-select.fit-width {
	width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 220px
}

.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: thin dotted #333!important;
	outline: 5px auto -webkit-focus-ring-color!important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
	height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	float: none;
	z-index: auto
}

.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]) {
	width: auto
}

.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control {
	padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
	padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
	padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
	width: 100%
}

.bootstrap-select.disabled,.bootstrap-select>.disabled {
	cursor: not-allowed
}

.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus {
	outline: none!important
}

.bootstrap-select.bs-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 0!important;
	padding: 0!important
}

.bootstrap-select.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
	position: static;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow: hidden;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
	padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
	padding-top: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
	padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
	width: 0!important;
	float: left;
	opacity: 0!important;
	overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
	position: relative;
	display: block;
	margin-right: 5px;
	text-align: center
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
	padding-right: inherit
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
	position: relative;
	top: calc(((-1em / 1.5) + 1ex) / 2);
	pointer-events: none
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
	top: auto
}

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
	display: none
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
	border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
	width: 100%
}

.bootstrap-select .dropdown-menu {
	min-width: 100%;
	box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
	outline: none!important
}

.bootstrap-select .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none
}

.bootstrap-select .dropdown-menu li {
	position: relative
}

.bootstrap-select .dropdown-menu li.active .small,.bootstrap-select .dropdown-menu li.active small {
	color: hsla(0,0%,100%,.5)!important
}

.bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select .dropdown-menu li .small,.bootstrap-select .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	pointer-events: none;
	opacity: .9;
	box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
	animation: .3s linear .75s forwards k
}

.bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
	position: static;
	display: inline;
	padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
	display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
	content: "\00a0"
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
	content: "";
	display: block;
	width: .5em;
	height: 1em;
	border-style: solid;
	border-width: 0 .26em .26em 0;
	transform-style: preserve-3d;
	transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid hsla(0,0%,80%,.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
	bottom: auto;
	top: -4px;
	border-top: 7px solid hsla(0,0%,80%,.2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
	bottom: auto;
	top: -4px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
	display: block
}

.bs-actionsbox,.bs-donebutton,.bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	box-sizing: border-box
}

.bs-actionsbox .btn-group {
	display: block
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	box-sizing: border-box
}

.bs-donebutton .btn-group {
	display: block
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

.file-upload-wrapper {
	width: 100%
}

.file-upload {
	position: relative;
	width: 100%;
	height: 200px
}

.file-upload:not(.has-error):hover .file-upload-mask {
	opacity: .06
}

.file-upload-input.has-multiple~.file-upload-previews .file-upload-preview:hover .file-upload-preview-details,.file-upload.has-error:hover .file-upload-errors,.file-upload:hover .file-upload-input:not(.has-multiple)~.file-upload-previews .file-upload-preview-details {
	opacity: 1
}

.file-upload.has-error .file-upload-errors {
	display: -ms-flexbox;
	display: flex
}

.file-upload.disabled {
	pointer-events: none
}

.file-upload.disabled .file-upload-message {
	opacity: .5;
	text-decoration: line-through
}

.file-upload-message {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.file-upload-cloud-icon {
	font-size: 2.2rem
}

.file-upload-main-error {
	font-weight: 700;
	margin: 0
}

.file-upload-input {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer
}

.file-upload-input.has-multiple {
	z-index: unset
}

.file-upload-mask {
	pointer-events: none;
	background-color: #000
}

.file-upload-errors,.file-upload-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .2s
}

.file-upload-errors {
	display: none;
	background: rgba(243,65,65,.8);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.file-upload-error {
	color: #fff
}

.file-upload-previews {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}

.file-upload-preview {
	background-color: #fff;
	cursor: pointer;
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.file-upload-render {
	width: 100%;
	height: 100%
}

.file-upload-file-icon {
	font-size: 80px;
	color: #777
}

.file-upload-extension,.file-upload-file-icon {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute
}

.file-upload-extension {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -.03em;
	font-size: 1rem;
	color: #fff;
	width: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.file-upload-preview-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.file-upload-preview-details {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: hsla(0,0%,100%,.959);
	background: rgba(0,0,0,.7);
	display: -ms-flexbox;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	display: flex;
	opacity: 0;
	transition: all .2s
}

.file-upload-remove-file-btn {
	right: 15px;
	top: 10px;
	z-index: 3
}

.file-upload-details-container {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.file-uplod-preview-details-inner {
	text-align: center
}

.container,.container-fluid,.container-fourK,.container-fullHD,.container-lg,.container-md,.container-sm,.container-twoK,.container-xl,.container-xxl {
	padding: 0 30px
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-Light.woff2) format("woff2"),url(../fonts/Gellix/Gellix-Light.woff) format("woff");font-weight:300;font-style:normal
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-LightItalic.woff2) format("woff2"),url(../fonts/Gellix/Gellix-LightItalic.woff) format("woff");font-weight:300;font-style:italic
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-Regular.woff2) format("woff2"),url(../fonts/Gellix/Gellix-Regular.woff) format("woff");font-weight:400;font-style:normal
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-RegularItalic.woff2) format("woff2"),url(../fonts/Gellix/Gellix-RegularItalic.woff) format("woff");font-weight:400;font-style:italic
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-Medium.woff2) format("woff2"),url(../fonts/Gellix/Gellix-Medium.woff) format("woff");font-weight:500;font-style:normal
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-MediumItalic.woff2) format("woff2"),url(../fonts/Gellix/Gellix-MediumItalic.woff) format("woff");font-weight:500;font-style:italic
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-SemiBold.woff2) format("woff2"),url(../fonts/Gellix/Gellix-SemiBold.woff) format("woff");font-weight:600;font-style:normal
}

@font-face {
	font-family:Gellix;src:url(../fonts/Gellix/Gellix-SemiBoldItalic.woff2) format("woff2"),url(../fonts/Gellix/Gellix-SemiBoldItalic.woff) format("woff");font-weight:600;font-style:italic
}

body,html {
	font-size: 16px
}

body {
	font-family: Gellix;
	line-height: 24px;
	color: #082e4f;
	background-color: #fbf8f3
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
	text-transform: uppercase
}

.h1,h1 {
	font-size: 32px;
	line-height: 36px;
	color: #082e4f;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 40px
}

@media (min-width:576px) {
	.h1,h1 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 50px
	}
}

@media (min-width:1200px) {
	.h1,h1 {
		font-size: 58px;
		line-height: 58px;
		margin-bottom: 80px
	}
}

.h1 .h2,.h1 h2 {
	font-size: 32px;
	line-height: 36px;
	color: #082e4f;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 40px
}

@media (min-width:576px) {
	.h1 .h2,.h1 h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 50px
	}
}

@media (min-width:1200px) {
	.h1 .h2,.h1 h2 {
		font-size: 58px;
		line-height: 58px;
		margin-bottom: 80px
	}
}

.h2,h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: .04em;
	margin-bottom: 32px;
	color: #082e4f
}

@media (min-width:576px) {
	.h2,h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px
	}
}

@media (min-width:1200px) {
	.h2,h2 {
		margin-bottom: 40px
	}
}

.h3,h3 {
	font-size: 20px;
	line-height: 29px
}

.h3,.h4,h3,h4 {
	font-weight: 600;
	color: #082e4f
}

.h4,h4 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .05em
}

a {
	color: inherit;
	transition-timing-function: cubic-bezier(.77,0,.18,1);
	transition-duration: .4s
}

a+a,a+p {
	margin-top: 30px
}

.button-datepicker-footer a+a,
.mobile-datepicker-widget a+a {
	margin-top: 5px
}

a.large-link {
	font-size: 24px!important;
	line-height: 40px!important;
	letter-spacing: .05em!important
}

p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 30px;
	color: #000
}

@media (min-width:1200px) {
	p {
		font-size: 20px;
		line-height: 28px
	}
}

p+p {
	margin-top: 20px
}

b,strong {
	font-weight: 600
}

.no-underline {
	text-decoration: none!important
}

.ellipsis {
	white-space: nowrap!important;
	overflow: hidden!important;
	text-overflow: ellipsis!important
}

.red {
	color: #870812!important
}

.info-small {
	color: #082e4f;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: .1em
}

.underline {
	text-decoration: underline
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 5000
}

.navbar-fixed-logo {
	position: fixed;
	top: 80px;
	left: 30px;
	z-index: 2
}

@media (max-width:575.98px) {
	.navbar-fixed-logo {
		display: none
	}
}

.navbar-logo-hitbox {
	position: fixed;
	top: 80px;
	left: 30px;
	z-index: 10;
	width: 53px;
	height: 42px;
	margin: 0
}

@media (max-width:575.98px) {
	.navbar-logo-hitbox {
		display: none
	}
}

.navbar-apsolute-logo {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5
}

.navbar-apsolute-logo svg {
	width: 180px;
	height: 46px
}

.navbar-apsolute-logo.blue svg path {
	fill: #082e4f
}

.navbar-apsolute-logo.blue .navbar-apsolute-logo-text {
	color: #082e4f
}

.navbar-apsolute-logo.white svg path {
	fill: #fff
}

.navbar-apsolute-logo.white .navbar-apsolute-logo-text {
	color: #fff
}

.navbar-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
	background-color: #082e4f;
	color: #fff;
	width: 100%;
	padding: 0 30px;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (min-width:576px) {
	.navbar-top {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.navbar-top-toggle-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px
}

.navbar-top .icon-widget-toggle {
	cursor: pointer;
	width: 32px;
	height: 32px
}

.navbar-top .icon-widget-toggle .slick-list,.navbar-top .icon-widget-toggle .slick-slider,.navbar-top .icon-widget-toggle .slick-track {
	height: 100%
}

.navbar-top .icon-widget-toggle .slick-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px
}

.navbar-top .icon-widget-toggle .widget-icon {
	color: #a0a0a0;
	font-size: 24px;
	text-align: center
}

.navbar-top .icon-widget-toggle .widget-icon svg {
	height: 24px;
	width: auto
}

.navbar-top .icon-widget-toggle .widget-icon svg path {
	stroke: #a0a0a0
}

.navbar-toggle {
	width: 53px;
	opacity: 1;
	cursor: pointer
}

@media (max-width:575.98px) {
	.navbar-toggle {
		width: 32px
	}
}

.navbar-toggle-line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fbf8f3;
	transition: all .3s linear
}

.navbar-toggle-line:not(:last-child) {
	margin-bottom: .5rem
}

.navbar-toggle-close {
	position: relative;
	width: 53px;
	height: 20px;
	transition: all .3s linear;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: end
}

@media (min-width:576px) {
	.navbar-toggle-close {
		-ms-flex-pack: start;
		justify-content: start
	}
}

.navbar-toggle-close-icon {
	position: relative;
	height: 25px;
	width: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.navbar-toggle-close-icon:after,.navbar-toggle-close-icon:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fbf8f3
}

.navbar-toggle-close-icon:before {
	transform: rotate(45deg)
}

.navbar-toggle-close-icon:after {
	transform: rotate(-45deg)
}

.navbar-center {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 300px);
	height: 50px;
	white-space: nowrap;
	overflow: hidden
}

@media (min-width:768px) {
	.navbar-center {
		display: block
	}
}

@media (min-width:1200px) {
	.navbar-center {
		width: calc(100% - 500px)
	}
}

.navbar-center-notification {
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
	letter-spacing: .1em;
	margin: 0;
	color: #fbf8f3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%
}

.navbar-center-notification a {
	text-decoration: none;
	transition: all .3s ease
}

.navbar-center-notification a:hover {
	color: #fff;
	text-decoration: underline
}

.navbar-center-notification.first {
	animation: l 15s forwards;
	opacity: 0
}

.navbar-center-notification.second {
	margin: 0;
	animation: m 15s forwards
}

.navbar-lang {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.navbar-lang-link a {
	margin-right: 40px;
	color: #cddce4;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: .1em;
	text-transform: uppercase
}

@media (max-width:1199.98px) {
	.navbar-lang-link {
		display: none
	}
}

.navbar-lang-list {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0
}

.navbar-lang-list li a {
	color: #fbf8f3;
	text-decoration: none
}

.navbar-lang-list li:not(:last-child) {
	margin-right: .5rem
}

.navbar-menu {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: -100vh;
	width: 100%;
	background-color: #fbf8f3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100vh - 50px);
	max-height: calc(100vh - 50px);
	transition: all .7s ease-out;
	z-index: 5000;
	overflow: auto
}

@media (min-width:768px) {
	.navbar-menu {
		height: auto;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.navbar-menu-logo {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 50px auto 70px;
	text-decoration: none
}

.navbar-menu-logo svg {
	margin-bottom: 12px
}

.navbar-menu-logo svg path {
	fill: #082e4f
}

.navbar-menu-logo-text {
	color: #082e4f;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: .21em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	margin: 0
}

.navbar-menu-logo-small {
	position: absolute;
	top: 50px;
	left: 30px;
	display: none
}

@media (min-width:992px) {
	.navbar-menu-logo-small {
		display: block
	}
}

.navbar-menu-main {
	width: 100%
}

.navbar-menu-row {
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	/*justify-content:center;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 30px
}

@media (min-width:768px) {
	.navbar-menu-row {
		margin: auto
	}
}

.navbar-menu .accordion-item {
	border: none;
	border-radius: 0;
	background-color: transparent;
	width: 100%;
	text-align: left
}

@media (min-width:992px) {
	.navbar-menu .accordion-item {
		margin: 0 .75rem 1rem;
		width: 40%
	}
}

@media (min-width:1200px) {
	.navbar-menu .accordion-item {
		margin: 0 1.5rem 3rem;
		width: 25%
	}
}

.navbar-menu .accordion-header {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin-bottom: .5rem
}

.navbar-menu .accordion-header-link {
	display: inline-block;
	text-decoration: none
}

.navbar-menu .accordion-header-link:hover {
	color: #082e4f
}

.navbar-menu .accordion-header .accordion-button {
	background-color: transparent;
	border: none;
	border-color: transparent!important;
	border-radius: 0;
	pointer-events: all;
	padding: 0;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1em;
	font-weight: 600;
	color: #082e4f;
	padding: 6px;
	margin: -6px -6px -6px auto;
	width: 32px;
	height: 32px
}

@media (min-width:992px) {
	.navbar-menu .accordion-header .accordion-button {
		display: none
	}
}

.navbar-menu .accordion-header .accordion-button:after {
	background-image: url(../img/svg/plus.svg)
}

.navbar-menu .accordion-header .accordion-button:not(.collapsed):after {
	transform: rotate(45deg)
}

.navbar-menu .accordion-header .accordion-button:focus {
	box-shadow: 0 0 0 0
}

.navbar-menu .accordion-body {
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0
}

.navbar-menu-list {
	list-style-type: none;
	padding: 0;
	text-align: left
}

.navbar-menu-list a {
	color: #505050;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: color .3s ease
}

.navbar-menu-list a:hover {
	color: #082e4f
}

.navbar-sidebar {
	width: 350px;
	min-width: 350px;
	height: 800px;
	background-color: #cddce4;
	display: none
}

.navbar-sidebar-header {
	padding: 40px 30px 0;
	margin-bottom: 40px
}

.navbar-sidebar-header .title {
	color: #082e4f;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1em;
	font-weight: 600;
	text-align: center;
	margin: 0
}

.navbar-sidebar-header .subtitle {
	color: #505050;
	font-size: 14px;
	line-height: 34px;
	letter-spacing: .1em;
	text-align: center;
	margin: 0
}

.navbar-sidebar-body {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.navbar-sidebar-footer .buttons-wrap .btn {
	width: 100%;
	margin-top: 1px;
	color: #a0a0a0
}

.navbar-sidebar .form-navbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 30px
}

.navbar-sidebar .form-group {
	padding: 0 30px
}

.navbar-sidebar .form-control {
	margin-top: 15px;
	text-align: center;
	padding: 20px 0;
	border: none;
	border-radius: 0
}

.navbar-sidebar .form-control:focus {
	box-shadow: 0 0 0 0
}

.navbar-sidebar .datePickerFrom {
	margin-right: 15px;
	margin-left: 15px
}

.navbar-sidebar .datePickerTo {
	margin-right: 15px
}

@media (min-width:768px) {
	.navbar-sidebar {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.navbar.open .navbar-toggle-line {
	display: none
}

.navbar.open .navbar-toggle-close {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: start
}

.navbar.open .navbar-menu {
	top: 50px;
	margin-top: 0
}

@media (min-width:992px) {
	.collapse.dont-collapse-mobile {
		display: block;
		height: auto!important;
		visibility: visible
	}
}

@keyframes l {
	0% {
		opacity: 0;
		pointer-events: none
	}

	20% {
		opacity: 1;
		pointer-events: all
	}

	40% {
		opacity: 0;
		pointer-events: none
	}

	60% {
		opacity: 1;
		pointer-events: all
	}

	80% {
		opacity: 0;
		pointer-events: none
	}

	to {
		opacity: 1;
		pointer-events: all
	}
}

@keyframes m {
	0% {
		opacity: 1;
		pointer-events: all
	}

	20% {
		opacity: 0;
		pointer-events: none
	}

	40% {
		opacity: 1;
		pointer-events: all
	}

	60% {
		opacity: 0;
		pointer-events: none
	}

	80% {
		opacity: 1;
		pointer-events: all
	}

	to {
		opacity: 0;
		pointer-events: none
	}
}

.sub-header {
	margin-top: 150px
}

@media (max-width:575.98px) {
	.sub-header-menu {
		padding-bottom: 35px
	}
}

.sub-header-list {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0
}

@media (min-width:576px) {
	.sub-header-list {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.sub-header-list-item {
	margin: 6px 12px;
	text-align: center
}

.sub-header-list-item a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #000
}

.sub-header-list-item.active {
	display: none
}

.sub-header-list-item.active a {
	color: #082e4f;
	text-decoration: underline;
	font-weight: 600
}

@media (min-width:576px) {
	.sub-header-list-item.active {
		display: block
	}
}

.sub-header-dropdown {
	display: none
}

@media (min-width:576px) {
	.sub-header-dropdown {
		display: block
	}
}

.sub-header-current {
	text-align: center
}

.sub-header-toggler {
	background-color: transparent;
	color: #082e4f;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
	border: none;
	margin: auto
}

.sub-header-toggler-arrow {
	position: relative;
	cursor: pointer
}

.sub-header-toggler-arrow:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-top: 2px solid #082e4f;
	border-left: 2px solid #082e4f;
	top: calc(100% + 15px);
	left: 50%;
	transform: translateX(-50%) rotate(-135deg);
	transition: all .3s linear
}

@media (min-width:576px) {
	.sub-header-toggler-arrow:after {
		display: none
	}
}

.sub-header-toggler-arrow.open:after {
	transform: translateX(-50%) rotate(-135deg) scale(-1)
}

@media (min-width:576px) {
	.sub-header-toggler {
		display: none
	}
}

.btn {
	display: block;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: .08em;
	font-weight: 600;
	padding: 7px 34px;
	border-radius: 0;
	border: 1px solid transparent;
	transition: all .3s ease;
	width: -moz-fit-content;
	width: fit-content;
	text-transform: uppercase
}

@media (min-width:576px) {
	.btn {
		font-size: 16px;
		letter-spacing: .1em
	}
}

.btn:focus {
	box-shadow: 0 0 0 0!important
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.btn-primary {
	color: #082e4f;
	background-color: transparent;
	border: 1px solid #082e4f
}

.btn-primary:active,.btn-primary:focus,.btn-primary:hover {
	background-color: #cddce4;
	color: #082e4f;
	border-color: #cddce4
}

.btn-primary-fill {
	color: #fbf8f3;
	background-color: #082e4f;
	border: 1px solid #082e4f;
	letter-spacing: .1em
}

.btn-primary-fill:active,.btn-primary-fill:focus,.btn-primary-fill:hover {
	background-color: #cddce4;
	color: #082e4f;
	border-color: #cddce4
}

.btn-secondary {
	color: #082e4f;
	background-color: #cddce4
}

.btn-red {
	color: #870812;
	background-color: transparent;
	border: 1px solid #870812
}

.btn-red:active,.btn-red:focus,.btn-red:hover {
	background-color: #d9888e;
	color: #870812;
	border-color: #d9888e
}

.btn-red-fill {
	color: #fbf8f3;
	background-color: #870812;
	border: 1px solid #870812;
	letter-spacing: .1em
}

.btn-red-fill:active,.btn-red-fill:focus,.btn-red-fill:hover {
	background-color: #d9888e;
	color: #870812;
	border-color: #d9888e
}

.modal {
	z-index: 8000
}

.modal-backdrop {
	z-index: 7500
}

.modal-content,.modal-dialog {
	border-radius: 0!important;
	border: none!important
}

.modal-content {
	background-color: #fbf8f3
}

.modal-header {
	border: none;
	padding: 60px 0
}

.modal-body {
	padding: 0 160px;
	border: none
}

@media (max-width:991.98px) {
	.modal-body {
		padding: 0 60px
	}
}

@media (max-width:575.98px) {
	.modal-body {
		padding: 0 30px
	}
}

.modal-footer {
	padding: 60px 0 80px;
	border: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal-title {
	margin: auto;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .1em;
	font-weight: 600;
	text-align: center
}

.modal .btn-close {
	position: absolute;
	top: 30px;
	right: 30px
}

.modal .btn-close-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.modal .btn-close-icon:after,.modal .btn-close-icon:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000
}

.modal .btn-close-icon:before {
	transform: rotate(45deg)
}

.modal .btn-close-icon:after {
	transform: rotate(-45deg)
}

.modal .bootstrap-select button,.modal .bootstrap-select li a,.modal .form-group input {
	font-size: 13px;
	line-height: 1.4
}

.card {
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #000;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	height: 100%
}

.card-wrap {
	padding-bottom: 70px
}

@media (min-width:576px) {
	.card-wrap {
		padding-bottom: calc((8.01282vw + 23.84615px) * 1)
	}
}

@media (min-width:1200px) {
	.card-wrap {
		padding-bottom: 120px
	}
}

.card-title {
	margin-bottom: 0
}

.card-header {
	background-color: transparent;
	margin-bottom: 30px;
	border: none
}

.card-body,.card-header {
	text-align: center;
	padding: 0
}

.card-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .05em
}

@media (min-width:576px) {
	.card-body {
		font-size: calc((.32051vw + 16.15385px) * 1)
	}
}

@media (min-width:1200px) {
	.card-body {
		font-size: 20px
	}
}

@media (min-width:576px) {
	.card-body {
		line-height: calc((.64103vw + 20.30769px) * 1)
	}
}

@media (min-width:1200px) {
	.card-body {
		line-height: 28px
	}
}

.card-body .card-text {
	padding-bottom: 30px
}

.card-body .card-text p {
	margin-bottom: 0
}

.card-body .card-text>:not(:last-child) {
	margin-bottom: 30px
}

.card-body .info-text {
	font-weight: 600;
	color: #082e4f;
	margin-bottom: 20px
}

.card-body .info-text,.card-body .readmore {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em
}

.card-body .readmore {
	color: #000
}

.card-body .readmore:not(:last-child) {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	margin: 0 auto 14px
}

.card-carousel {
	position: relative;
	aspect-ratio: 16/9;
	margin-bottom: 30px
}

.card-carousel .carousel {
	position: absolute;
	width: 100%;
	height: 100%
}

.card-carousel .carousel-inner,.card-carousel .carousel-item {
	height: 100%
}

.card-carousel .carousel img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.card-carousel .carousel.hide-controls .carousel-control-next,.card-carousel .carousel.hide-controls .carousel-control-prev {
	display: none
}

.card-row {
	-ms-flex-pack: center;
	justify-content: center
}

.card-team-img {
	margin-bottom: 20px
}

.card-team-img img {
	width: 100%;
	height: auto
}

.card-team-body {
	text-align: center
}

.card-team-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.card-team-footer a {
	color: #000;
	margin: 0;
	text-transform: uppercase
}

.card-team-footer a+a {
	margin-left: 1em
}

.card-team-name {
	margin-bottom: 16px
}

.card-team-role {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600
}

.card-logo {
	margin-bottom: 30px;
	max-width: 30%
}

.card-presse {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none
}

.card-presse-title {
	text-align: center;
	margin-bottom: .5em
}

.card-presse-media {
	font-weight: 600;
	margin-bottom: .1em;
	font-size: 14px
}

.card-presse-date {
	margin: 0;
	font-size: 14px
}

.card .button-wrap {
	margin: auto auto 0
}

.carousel {
	position: absolute;
	width: 100%;
	height: 100%
}

.carousel-wrap {
	position: relative
}

.carousel img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.carousel-inner {
	height: 100%
}

.carousel-item {
	height: 100%;
	overflow: hidden
}

.carousel-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s linear
}

.carousel-item img:hover {
	transform: scale(1.1)
}

.carousel-control-next,.carousel-control-prev {
	opacity: 1!important;
	width: 10%
}

.carousel.hide-controls .carousel-control-next,.carousel.hide-controls .carousel-control-prev {
	display: none
}

.side-icons-widget {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 139px;
	transition: bottom .3s ease
}

@media (min-width:1200px) {
	.side-icons-widget {
		top: auto;
		right: 30px;
		bottom: 100px
	}
}

.side-icons-widget .widget-toggle {
	width: 76px;
	height: 76px;
	background-color: #082e4f;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s linear
}

@media (max-width:1199.98px) {
	.side-icons-widget .widget-toggle {
		display: none
	}
}

.side-icons-widget .widget-toggle-slider {
	width: 100%
}

.side-icons-widget .widget-toggle-close {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #a0a0a0;
	border-radius: 50%;
	opacity: 0;
	transition: all .3s linear;
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transform: scale(1px)
}

.side-icons-widget .widget-toggle-close-icon {
	position: relative;
	height: 40%;
	width: 40%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.side-icons-widget .widget-toggle-close-icon:after,.side-icons-widget .widget-toggle-close-icon:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff
}

.side-icons-widget .widget-toggle-close-icon:before {
	transform: rotate(45deg)
}

.side-icons-widget .widget-toggle-close-icon:after {
	transform: rotate(-45deg)
}

.side-icons-widget .widget-icon {
	color: #a0a0a0;
	font-size: 30px;
	text-align: center
}

.side-icons-widget .widget-icon svg {
	width: 25px;
	height: auto
}

.side-icons-widget .widget-icon svg path {
	stroke: #a0a0a0
}

.side-icons-widget-backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #082e4f;
	top: 0;
	left: 0;
	z-index: 900;
	opacity: 0;
	pointer-events: none;
	transition: all .3s linear
}

.side-icons-widget-backdrop.open {
	opacity: .5;
	pointer-events: all
}

.side-icons-widget-slideout {
	position: absolute;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	transition: all .3s linear
}

@media (max-width:1199.98px) {
	.side-icons-widget-slideout {
		top: -200px;
		bottom: unset;
		transform: none;
		transition: all .7s ease
	}
}

.side-icons-widget-slideout .side-icons .icon-wrap {
	width: 62px;
	height: 62px;
	border-radius: 50%
}

.side-icons-widget-slideout .side-icons .icon-wrap:not(:last-child) {
	margin-bottom: 1rem
}

.side-icons-widget-slideout .side-icons .icon-wrap .side-link {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	font-size: 25px;
	transition: all .3s linear;
	background-color: #cddce4
}

.side-icons-widget-slideout .side-icons .icon-wrap .side-link:hover {
	color: #a0a0a0;
	background-color: #082e4f
}

.side-icons-widget-slideout .side-icons .icon-wrap .side-link:hover svg path {
	stroke: #a0a0a0
}

.side-icons-widget.open .widget-toggle-close {
	opacity: 1;
	pointer-events: none
}

@media (min-width:1200px) {
	.side-icons-widget.open .widget-toggle {
		background-color: transparent
	}

	.side-icons-widget.open .side-icons-widget-slideout,.side-icons-widget.open .widget-toggle-close {
		opacity: 1;
		pointer-events: all
	}
}

@media (max-width:991.98px) {
	.side-icons-widget.open .side-icons-widget-slideout {
		opacity: 1;
		pointer-events: all;
		top: 75px;
		right: 69px
	}
}

@media (min-width:1200px) {
	.side-icons-widget.stick {
		position: absolute;
		bottom: 30px
	}
}

.datepicker-wrap {
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px
}

.datepicker-wrap .datepicker-box {
	position: relative;
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
	aspect-ratio: 1/1;
	width: 50%;
	cursor: pointer
}

.datepicker-wrap .datepicker-box-label {
	font-size: 14px;
	letter-spacing: .08em;
	color: #505050;
	margin-bottom: 10px;
	text-transform: uppercase
}

.datepicker-wrap .datepicker-day {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: .04em;
	color: #082e4f;
	margin-bottom: 6px;
	font-weight: 600
}

.datepicker-wrap .datepicker-month-year {
	font-size: 14px;
	line-height: 34px;
	letter-spacing: .08em;
	color: #505050;
	text-transform: uppercase
}

.datepicker-wrap .trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.button-datepicker {
	position: fixed;
	top: 75px;
	right: 30px;
	background-color: #cddce4;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2100
}

@media (min-width:1200px) {
	.button-datepicker {
		display: -ms-flexbox;
		display: flex
	}
}

.button-datepicker-toggle {
	width: 285px;
	padding: 11px 0 7px;
	cursor: pointer;
	transition: all .3s ease
}

.button-datepicker-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	z-index: 2000
}

.button-datepicker-backdrop.open {
	pointer-events: all
}

.button-datepicker .label {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: .08em;
	margin: 0;
	margin-bottom: -5px;
	transition: all .3s ease
}

.button-datepicker .text-item {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .06em;
	font-weight: 500;
	color: #757575;
	margin: 0;
	transition: all .3s ease
}

.button-datepicker .datepicker-wrap {
	padding: 10px 0 23px
}

.button-datepicker .datepicker-wrap .datepicker-box {
	padding-bottom: 0
}

.button-datepicker .datepicker-wrap .datepicker-box.datePickerFrom {
	margin-left: 0;
	margin-right: 15px
}

.button-datepicker .datepicker-wrap .datepicker-box.datePickerTo {
	margin-right: 0
}

.button-datepicker .datepicker-wrap .datepicker-box-label,.button-datepicker .datepicker-wrap .datepicker-day {
	margin-bottom: 0
}

.button-datepicker-body {
	padding: 0 23px 27px
}

.button-datepicker-body .btn {
	width: 100%
}

.button-datepicker-footer .btn {
	width: 100%;
	color: #a0a0a0
}

.button-datepicker-footer .btn:last-child {
	margin-top: 4px
}

.button-datepicker-dropdown {
	opacity: 0;
	transition: all .3s ease;
	height: 0;
	pointer-events: none
}

.button-datepicker.open .button-datepicker-toggle {
	width: 285px;
	padding-top: 20px
}

.button-datepicker.open .button-datepicker-toggle .text-item {
	color: #a0a0a0;
	font-size: 14px;
	position: relative
}

.button-datepicker.open .button-datepicker-toggle .label {
	margin-bottom: 7px
}

.button-datepicker.open .button-datepicker-dropdown {
	opacity: 1;
	height: auto;
	pointer-events: all
}

.mobile-datepicker {
	z-index: 4000
}

@media (min-width:1200px) {
	.mobile-datepicker {
		display: none
	}
}

.mobile-datepicker-button {
	background-color: #cddce4;
	color: #082e4f;
	transform: rotate(270deg);
	padding: 11px 20px;
	cursor: pointer;
	z-index: 4200
}

.mobile-datepicker-button-wrap {
	position: fixed;
	top: 50%;
	right: -1px;
	transform: translate(calc(50% - 20px),-50%)
}

.mobile-datepicker-button-label {
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	letter-spacing: .08em;
	margin: 0
}

.mobile-datepicker-widget {
	position: fixed;
	top: 50%;
	left: 150%;
	transform: translate(-50%,-50%);
	background-color: #cddce4;
	width: 285px;
	z-index: 4300;
	opacity: 0;
	transition: all .5s ease
}

.mobile-datepicker-widget.open {
	left: 50%;
	opacity: 1
}

.mobile-datepicker-widget .datepicker-wrap {
	padding: 10px 0 23px
}

.mobile-datepicker-widget .datepicker-wrap .datepicker-box {
	padding-bottom: 0
}

.mobile-datepicker-widget .datepicker-wrap .datepicker-box.datePickerFrom {
	margin-left: 0;
	margin-right: 15px
}

.mobile-datepicker-widget .datepicker-wrap .datepicker-box.datePickerTo {
	margin-right: 0
}

.mobile-datepicker-widget .datepicker-wrap .datepicker-box-label,.mobile-datepicker-widget .datepicker-wrap .datepicker-day {
	margin-bottom: 0
}

.mobile-datepicker-widget-header {
	padding-top: 20px
}

.mobile-datepicker-widget-header .label {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .08em;
	font-weight: 600;
	margin: 0
}

.mobile-datepicker-widget-header .label-sub {
	font-size: 14px;
	line-height: 34px;
	letter-spacing: .08em;
	margin: 0
}

.mobile-datepicker-widget-body {
	padding: 0 23px 27px
}

.mobile-datepicker-widget-body .btn {
	width: 100%
}

.mobile-datepicker-widget-footer .btn {
	width: 100%;
	color: #a0a0a0
}

.mobile-datepicker-widget-footer .btn:last-child {
	margin-top: 4px
}

.mobile-datepicker-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(8,46,79,0);
	z-index: 4250;
	pointer-events: none;
	transition: all .3s ease
}

.mobile-datepicker-backdrop.open {
	pointer-events: all;
	background-color: rgba(8,46,79,.8)
}

.hero-slider {
	margin-top: -100px;
	position: relative;
	z-index: 5
}

@media (min-width:768px) {
	.hero-slider {
		padding: 0 24px;
		margin-top: -40px
	}
}

.hero-slider-slide {
	position: relative;
	width: 100%;
	overflow: hidden
}

.hero-slider-slide-label {
	font-size: 26px;
	line-height: 34px;
	letter-spacing: .04em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fbf8f3;
	position: absolute;
	top: 12px;
	left: 20px;
	right: 20px;
	bottom: 40px;
	z-index: 15
}

@media (min-width:576px) {
	.hero-slider-slide-label {
		font-size: 20px;
		line-height: 26px
	}
}

@media (min-width:1200px) {
	.hero-slider-slide-label {
		font-size: 24px;
		line-height: 30px
	}
}

@media (min-width:1920px) {
	.hero-slider-slide-label {
		font-size: 26px;
		line-height: 34px
	}
}

.hero-slider-slide-icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	border: 2px solid #fbf8f3;
	border-radius: 50%;
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all .3s linear;
	z-index: 15
}

.hero-slider-slide-icon:after,.hero-slider-slide-icon:before {
	position: absolute;
	content: "";
	width: 50%;
	height: 2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transition: all .3s linear
}

.hero-slider-slide-icon:before {
	transform: translate(-50%,-50%)
}

.hero-slider-slide-icon:after {
	transform: translate(-50%,-50%) rotate(90deg)
}

.hero-slider-slide-img {
	padding-bottom: 100%;
	position: relative
}

.hero-slider-slide-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s linear
}

.hero-slider-slide-img-overlay {
	background-color: rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.hero-slider-slide:after {
	content: "";
	position: absolute;
	bottom: 39px;
	right: 39px;
	width: 0;
	height: 0;
	background-color: rgba(8,46,79,0);
	border-radius: 50%;
	transition: all .3s linear;
	pointer-events: none;
	z-index: 10
}

.hero-slider-slide:hover .hero-slider-slide-icon {
	border: 2px solid transparent
}

.hero-slider-slide:hover .hero-slider-slide-icon:after,.hero-slider-slide:hover .hero-slider-slide-icon:before {
	width: 100%
}

.hero-slider-slide:hover .hero-slider-slide-img img {
	transform: scale(1.1)
}

.hero-slider-slide:hover:after {
	width: 150%;
	height: 150%;
	bottom: -100%;
	right: -100%;
	transform: translate(-50%,-50%);
	background-color: rgba(8,46,79,.5)
}

.rating-squares {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 22px
}

@media (min-width:576px) {
	.rating-squares {
		padding: 15px
	}
}

.rating-squares .square {
	background-color: #fff;
	aspect-ratio: 1;
	padding: 20px 10px;
	margin: 0 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:576px) {
	.rating-squares .square {
		padding: 30px;
		margin: 0 15px
	}
}

.rating-squares .logo {
	height: 23px;
	width: auto
}

.rating-squares .logo img {
	height: 100%
}

@media (min-width:576px) {
	.rating-squares .logo {
		height: 32px
	}
}

.rating-squares .number {
	margin-top: 10px
}

.rating-squares .current-rating {
	font-size: 45px;
	color: #082e4f;
	font-weight: 600
}

.rating-squares .max-rating,.rating-squares .slash {
	font-size: 26px;
	color: #082e4f
}

.rating-squares .label {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .1em;
	color: rgba(0,0,0,.5)
}

.form-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto
}

.form-row,.form-wrap {
	display: -ms-flexbox;
	display: flex
}

.form-row {
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 12px
}

@media (min-width:576px) {
	.form-row {
		width: 50%
	}
}

@media (max-width:767.98px) {
	.form-row.split {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.form-row.split .form-group:first-child {
	width: 34%
}

@media (max-width:767.98px) {
	.form-row.split .form-group:first-child {
		width: 100%
	}
}

.form-row.split .form-group:nth-child(2) {
	width: 66%
}

@media (min-width:992px) {
	.form-row.split .form-group:nth-child(2) {
		padding-left: 20px
	}
}

@media (max-width:767.98px) {
	.form-row.split .form-group:nth-child(2) {
		width: 100%
	}
}

@media (min-width:576px) {
	.form-row:not(.w-100):nth-child(odd) {
		padding-right: 10px
	}
}

@media (min-width:576px) {
	.form-row:not(.w-100):nth-child(2n) {
		padding-left: 10px
	}
}

.form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px
}

.form-control {
	border: none;
	border-radius: 0;
	padding: 16px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .05em;
	color: hsla(0,0%,46%,.8)
}

@media (max-width:767.98px) {
	.form-control {
		font-size: 16px
	}
}

.form-control:focus {
	box-shadow: 0 0 0 0
}

.form-label {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .1em;
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #082e4f
}

@media (max-width:767.98px) {
	.form-label {
		font-size: 16px;
		line-height: 20px
	}
}

.form-input {
	width: 100%;
	border: none;
	border-radius: none
}

.form-success {
	width: -moz-fit-content;
	width: fit-content;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: auto
}

.form-success img {
	margin-bottom: 30px
}

.file-upload {
	border: 4px dashed #cddce4;
	border-radius: 10px
}

.file-upload-cloud-icon {
	display: none
}

.file-upload-errors,.file-upload-mask,.file-upload-message,.file-upload-previews {
	border-radius: 10px
}

.file-upload-message {
	-ms-flex-pack: start;
	justify-content: start;
	padding-top: 50px
}

.file-upload-default-message {
	color: #082e4f;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase
}

.file-upload-wrapper {
	position: relative;
	margin-bottom: 65px
}

.file-upload-wrapper .btn-secondary {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px
}

.file-upload-details-container {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto
}

.file-upload-extension {
	display: none
}

.file-upload-remove-file-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.file-upload-file-name {
	color: #082e4f;
	background-color: #fff;
	margin: 0;
	transition: all .2s
}

.file-upload-file-icon {
	background-image: url(../img/svg/file-upload.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 73px;
	height: 109px
}

.file-upload-file-icon:before {
	content: ""
}

.file-upload-preview-message {
	display: none
}

.file-upload-preview-details {
	opacity: 1;
	background-color: transparent;
	overflow: hidden;
	border-radius: 4px
}

.file-upload-preview-details .btn {
	opacity: 0;
	pointer-events: none
}

.file-upload-preview-details:hover {
	background-color: rgba(8,46,79,.75)
}

.file-upload-preview-details:hover .btn {
	opacity: 1;
	pointer-events: all
}

.file-upload-preview-details:hover .file-upload-file-name {
	background-color: transparent
}

.file-upload-main-error {
	position: absolute;
	bottom: -45px
}

.contact-form {
	padding: 0 15px
}

.error-label,.error-message {
	color: #870812
}

.radio-group-header {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .1em;
	color: #082e4f;
	margin-bottom: 16px
}

.radio-wrap {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em;
	color: #000
}

.radio-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.radioMark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border-radius: 50%;
	transition: background-color .1s ease
}

.radio-wrap:hover input~.radioMark {
	background-color: #ccc
}

.radio-wrap input:checked~.radioMark {
	background-color: #fff
}

.radioMark:after {
	content: "";
	position: absolute;
	display: none
}

.radio-wrap input:checked~.radioMark:after {
	display: block
}

.radio-wrap .radioMark:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #082e4f
}

.svg-slider img,.svg-slider svg {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%
}

.bootstrap-select {
	width: 100%!important;
	background-color: #fff
}

.bootstrap-select .dropdown-toggle {
	border: none;
	border-radius: 0;
	padding: 16px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .05em;
	font-weight: 400;
	color: hsla(0,0%,46%,.8)
}

@media (max-width:767.98px) {
	.bootstrap-select .dropdown-toggle {
		font-size: 16px
	}
}

.bootstrap-select .dropdown-toggle:focus {
	box-shadow: 0 0 0 0;
	outline: none!important
}

.bootstrap-select .dropdown-toggle:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #082e4f;
	border-left: 1px solid #082e4f;
	border-top: none;
	border-right: none;
	top: calc(50% - 3px);
	right: 16px;
	transform: translateY(-50%) rotate(-45deg);
	transition: all .3s linear
}

.bootstrap-select .dropdown-toggle.show:after {
	top: calc(50% + 3px);
	transform: translateY(-50%) rotate(-45deg) scale(-1)
}

.bootstrap-select .dropdown-menu,.bootstrap-select .dropdown-menu.inner {
	border: none;
	border-radius: 0
}

.bootstrap-select .dropdown-menu.show {
	padding: 0
}

.bootstrap-select .dropdown-item {
	padding: 16px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .05em;
	font-weight: 400;
	color: hsla(0,0%,46%,.8)
}

.bootstrap-select .dropdown-item.active {
	background-color: #cddce4
}

.preloader {
	position: fixed;
	z-index: 9000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.preloader,.preloader .background {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.preloader .background {
	position: absolute;
	background-color: #fff;
	transition: opacity 2s ease
}

.preloader .logo-wrap {
	position: relative;
	z-index: 9100;
	max-width: 100%;
	transition: all 8s ease
}

.preloader .logo-wrap img {
	width: 208px;
	height: auto
}

@media (min-width:576px) {
	.preloader .logo-wrap img {
		width: 164px
	}
}

@media (min-width:992px) {
	.preloader .logo-wrap img {
		width: 196px
	}
}

@media (min-width:1200px) {
	.preloader .logo-wrap img {
		width: 238px
	}
}

@media (min-width:1440px) {
	.preloader .logo-wrap img {
		width: 282px
	}
}

.preloader.hide .background,.preloader.hide .logo-wrap {
	opacity: 0
}

.drag-and-drop-input {
	position: relative;
	height: 200px;
	border: 4px dashed #cddce4;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 60px
}

.drag-and-drop-input:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s ease;
	background-color: rgba(8,46,79,0);
	border-radius: 10px;
	pointer-events: none
}

.drag-and-drop-input.fileHover:before {
	background-color: rgba(8,46,79,.5)
}

.drag-and-drop input[type=file] {
	display: none
}

.drag-and-drop .fileLabel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.drag-and-drop .fileLabel .wrapper {
	text-align: center
}

.drag-and-drop .fileLabel .wrapper [type=button] {
	margin: 0 auto
}

.drag-and-drop .fileLabel p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #082e4f
}

.drag-and-drop .file-name button {
	display: inline
}

.drag-and-drop .files-preview {
	display: none
}

.drag-and-drop #files {
	margin-top: 20px
}

.drag-and-drop #files button {
	margin-left: 20px
}

.zoomInHover {
	transform: scale(1.1);
	transition: all .3s linear
}

.link-list ul {
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	width: fit-content;
	width: -moz-fit-content;
	padding: 0
}

.link-list ul li {
	margin: 10px 15px
}

.link-list ul li a:not(.btn) {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em
}

.backdropOpen {
	overflow: hidden
}

section {
	position: relative;
	z-index: 1
}

.two-column-header p {
	color: #082e4f;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 24px
}

@media (min-width:576px) {
	.two-column-header p {
		text-align: center;
		margin-bottom: 45px
	}
}

.two-column-header.black p {
	color: #000;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .05em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 24px
}

@media (min-width:576px) {
	.two-column-header.black p {
		text-align: center;
		margin-bottom: 45px
	}
}

@media (max-width:575.98px) {
	.two-column-list-section ul {
		padding-left: 18px
	}
}

.two-column-list-section ul li {
	color: #000;
	letter-spacing: .05em
}

.cc-btn {
	border: 1px solid #082e4f;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: .1em;
	text-decoration: none;
	transition: all .3s linear
}

.cc-btn:hover {
	background-color: #082e4f;
	color: #a0a0a0
}

.cc-message {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em
}

.cc-link {
	color: #082e4f;
	font-weight: 600
}

.divider,main {
	position: relative
}

.divider {
	z-index: -1
}

.embedresponsive16by9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9
}

.embedresponsive2by1 {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1
}

.text-block .text-wrap p {
	margin: 0
}

.text-block .text-wrap p+a,.text-block .text-wrap p+p {
	margin-top: 20px
}

.text-block .text-wrap a {
	margin: 0
}

.text-block .text-wrap a+a,.text-block .text-wrap a+p {
	margin-top: 20px
}

.text-block-info p {
	color: #082e4f;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1em;
	margin: 0;
	text-align: center
}

.image-fluid {
	position: relative
}

.image-fluid img:hover {
	transform: scale(1)!important
}

.image-fluid .carousel-wrap {
	padding-bottom: 56.25%;
	margin: 0 -15px
}

.image-grid .carousel-wrap {
	padding-bottom: 56.25%
}

.double-image .img-wrap {
	position: relative;
	padding-bottom: 56.25%
}

.double-image .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.double-image .img-wrap.left {
	margin-right: 0;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.double-image .img-wrap.left {
		margin-right: 15px;
		margin-bottom: 0
	}
}

.double-image .img-wrap.right {
	margin-left: 0
}

@media (min-width:768px) {
	.double-image .img-wrap.right {
		margin-left: 15px
	}
}

.triple-image .img-wrap {
	position: relative;
	padding-bottom: 56.25%
}

.triple-image .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.triple-image .img-wrap.big {
	margin-bottom: 1rem
}

@media (min-width:768px) {
	.triple-image .img-wrap.big {
		margin-bottom: 30px
	}
}

.triple-image .img-wrap.left {
	margin-right: 8px
}

@media (min-width:768px) {
	.triple-image .img-wrap.left {
		margin-right: 15px
	}
}

.triple-image .img-wrap.right {
	margin-left: 8px
}

@media (min-width:768px) {
	.triple-image .img-wrap.right {
		margin-left: 15px
	}
}

.map-wrap {
	aspect-ratio: 16/9
}

.map-wrap #map {
	width: 100%;
	height: 100%
}

ul.dash-bullets {
	list-style-type: none;
	padding-left: .15em
}

ul.dash-bullets li {
	color: #000;
	letter-spacing: .05em;
	position: relative;
	padding-left: 12px
}

ul.dash-bullets li:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	font-size: inherit;
	color: inherit
}

ul.center-list li {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	font-size: 20px;
	line-height: 28px;
	color: #000
}

.white-background {
	background: #fff
}

.blue-background {
	background: #eef5f9
}

.beige-background {
	background: #fbf8f3
}

.grecaptcha-badge {
	display: none
}

.no-style {
	text-decoration: none
}

.modal-btn.no-style,.modal-btn.underline {
	border: none;
	background-color: transparent;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em
}

.navbar.open .navbar-menu-logo {
	margin-bottom: 32px
}

.footer-background {
	background: #cddce4
}

.g-recaptcha {
	display: none
}

.hero-slider-slide-label sup {
	top: -1em;
	font-size: x-small
}

@media (min-width:992px) {
	.collapse-label {
		display: none
	}

	.plain-label {
		display: block
	}
}

@media (max-width:991px) {
	.collapse-label {
		display: block
	}

	.plain-label {
		display: none
	}
}

.hero {
	height: 100vh;
	z-index: 3;
	position: relative
}

.hero-text img.h1 {
	width: 175px
}

@media (min-width:1200px) {
	.hero-text img.h1 {
		width: 285px
	}
}

@media (max-width:767.98px) {
	.hero-text {
		margin-top: 100px
	}
}

.hero .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1
}

.hero .background-overlay {
	height: 200px;
	background: linear-gradient(180deg,#000,hsla(0,0%,77%,0));
	mix-blend-mode: multiply;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%
}

@media (min-width:576px) {
	.hero .background-overlay {
		height: calc((32.05128vw + 15.38462px) * 1)
	}
}

@media (min-width:1200px) {
	.hero .background-overlay {
		height: 400px
	}
}

.hero-room {
	position: relative;
	z-index: 3;
	padding-bottom: 100%;
	height: auto
}

@media (min-width:576px) {
	.hero-room {
		padding-bottom: 56.25%;
		height: auto
	}
}

@media (min-width:1200px) {
	.hero-room {
		padding-bottom: 0;
		height: 100vh
	}
}

.hero-room .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.hero-room .background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.hero-room .background-overlay {
	height: 200px;
	background: linear-gradient(180deg,#000,hsla(0,0%,77%,0));
	mix-blend-mode: multiply;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%
}

@media (min-width:576px) {
	.hero-room .background-overlay {
		height: calc((32.05128vw + 15.38462px) * 1)
	}
}

@media (min-width:1200px) {
	.hero-room .background-overlay {
		height: 400px
	}
}

.hero .videobg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent
}

.hero .videobg-width {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -9999px;
	right: -9999px;
	margin: auto
}

.hero .videobg-aspect {
	position: absolute;
	width: 100%;
	height: 0;
	top: -9999px;
	bottom: -9999px;
	margin: auto;
	padding-bottom: 56.25%;
	overflow: hidden
}

.hero .videobg-make-height {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.hero .videobg-hide-controls {
	box-sizing: content-box;
	position: relative;
	height: 100%;
	width: 100%
}

.hero .videobg iframe {
	height: 100%;
	border: 0 none
}

.hero .center-logo-animated,.hero .videobg iframe {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none
}

.hero .center-logo-animated {
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
	animation: n;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-delay: 8s
}

.hero .center-logo-animated img {
	width: 208px;
	height: auto
}

@media (min-width:576px) {
	.hero .center-logo-animated img {
		width: 164px
	}
}

@media (min-width:992px) {
	.hero .center-logo-animated img {
		width: 196px
	}
}

@media (min-width:1200px) {
	.hero .center-logo-animated img {
		width: 238px
	}
}

@media (min-width:1440px) {
	.hero .center-logo-animated img {
		width: 282px
	}
}

.hero .logo-effect {
	opacity: 0;
	animation: o;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-delay: 8s;
	z-index: 3
}

.logo-effect {
	background-attachment: fixed;
	background-position: 30px 80px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

@media (max-width:767.98px) {
	.logo-effect {
		display: none
	}
}

@keyframes n {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes o {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.text-image img.h2 {
	width: 130px
}

@media (min-width:992px) {
	.text-image img.h2 {
		width: 175px
	}
}

@media (min-width:1440px) {
	.text-image img.h2 {
		width: 187px
	}
}

.text-image .carousel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.text-image .carousel-wrap {
	position: relative;
	height: 240px;
	margin-bottom: 60px;
	margin-left: -30px;
	margin-right: -30px
}

@media (min-width:576px) {
	.text-image .carousel-wrap {
		height: 378px;
		margin-bottom: 40px;
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:992px) {
	.text-image .carousel-wrap {
		height: 420px
	}
}

@media (min-width:1200px) {
	.text-image .carousel-wrap {
		height: 540px
	}
}

.text-image .carousel-inner,.text-image .carousel-item {
	height: 100%
}

.text-image .carousel-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.text-image .carousel-control-next,.text-image .carousel-control-prev {
	opacity: 1!important;
	width: 10%
}

.text-image .carousel.hide-controls .carousel-control-next,.text-image .carousel.hide-controls .carousel-control-prev {
	display: none
}

.text-image .row {
	margin-bottom: 70px;
	-ms-flex-align: center;
	align-items: center
}

.text-image .row:nth-child(2n) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (min-width:992px) {
	.text-image .row {
		margin-bottom: 160px
	}
}

.text-image .col-12 {
	height: -moz-fit-content;
	height: fit-content
}

.text-image-vertical .carousel-wrap {
	padding-bottom: 56.25%;
	height: unset!important
}

.text-image-vertical .carousel.hide-controls .carousel-control-next,.text-image-vertical .carousel.hide-controls .carousel-control-prev {
	display: none
}

.text-image-vertical .row,.text-image-vertical .row:nth-child(2n) {
	-ms-flex-direction: row;
	flex-direction: row
}

@media (min-width:992px) {
	.text-image-vertical .row {
		margin-bottom: 80px
	}
}

.text-image ul {
	list-style-type: none;
	padding-left: .15em
}

.text-image ul li {
	color: #000;
	letter-spacing: .05em;
	position: relative;
	padding-left: 12px
}

.text-image ul li:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	font-size: inherit;
	color: inherit
}

.text-image a.underline {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em
}

.text-image a.underline:hover {
	color: #000
}

.social-media {
	overflow: hidden;
	padding: 140px 0
}

@media (max-width:575.98px) {
	.social-media {
		padding: 60px 0
	}
}

.social-media-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	row-gap: 8px;
	column-gap: 8px;
	grid-template-areas: ". . . ." ". . . ."
}

@media (min-width:576px) {
	.social-media-grid {
		row-gap: calc((1.12179vw + 1.53846px) * 1)
	}
}

@media (min-width:1200px) {
	.social-media-grid {
		row-gap: 15px
	}
}

@media (min-width:576px) {
	.social-media-grid {
		column-gap: calc((1.12179vw + 1.53846px) * 1)
	}
}

@media (min-width:1200px) {
	.social-media-grid {
		column-gap: 15px
	}
}

@media (max-width:575.98px) {
	.social-media-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: ". ." ". .";
		margin-left: -7.5px;
		margin-right: -7.5px
	}
}

.social-media-gutter {
	--bs-gutter-x: 8px;
	--bs-gutter-y: 8px
}

@media (min-width:576px) {
	.social-media-gutter {
		--bs-gutter-x: calc((1.12179vw + 1.53846px) * 1)
	}
}

@media (min-width:1200px) {
	.social-media-gutter {
		--bs-gutter-x: 15px
	}
}

@media (min-width:576px) {
	.social-media-gutter {
		--bs-gutter-y: calc((1.12179vw + 1.53846px) * 1)
	}
}

@media (min-width:1200px) {
	.social-media-gutter {
		--bs-gutter-y: 15px
	}
}

.social-media-post {
	display: block;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin: 0
}

.social-media-post-thumbnail {
	display: block;
	margin: 0;
	width: 100%;
	aspect-ratio: 1/1;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s linear
}

.social-media-post:hover .social-media-post-thumbnail {
	transform: scale(1.1)
}

@media (max-width:575.98px) {
	.social-media-post:nth-child(n+5) {
		display: none
	}
}

@media (max-width:575.98px) {
	.social-media .thumbnails {
		margin-left: -37.5px;
		margin-right: -37.5px
	}
}

.social-media .btn {
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 65px
}

@media (max-width:575.98px) {
	.social-media .btn {
		margin-bottom: 41px
	}
}

.social-media .card {
	background-color: #fff;
	padding-bottom: .5rem;
	border-radius: 0
}

.social-media .card p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 5%;
	font-weight: 400;
	margin: 0
}

.social-media .card p span {
	font-weight: 600
}

.social-media .card p .hash,.social-media .card p .hash:active,.social-media .card p .hash:focus,.social-media .card p .hash:hover {
	font-weight: 600;
	text-decoration: none;
	color: #000
}

.social-media .card-img-top {
	width: 100%;
	aspect-ratio: 1/1;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
	-o-object-fit: cover;
	object-fit: cover
}

.social-media .card-body {
	padding: 1rem 20px 3rem;
	text-align: start
}

.social-media .card-footer {
	padding: .5rem 65px 0 20px;
	border: none;
	position: relative
}

.social-media .card-footer p {
	letter-spacing: .1em;
	color: #a0a0a0;
	font-size: 14px;
	line-height: 34px
}

.social-media .card-footer .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px
}

.social-media .card-footer .icon img,.social-media .card-footer .icon svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.social-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 43px
}

@media (max-width:575.98px) {
	.social-icons {
		margin-bottom: 30px
	}
}

.social-icons-link {
	width: 56px;
	height: 56px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #082e4f;
	border-radius: 50%;
	font-size: 28px;
	text-decoration: none;
	margin-top: 0;
	margin: 0 22px 22px
}

@media (max-width:575.98px) {
	.social-icons-link {
		margin: 0 12px 22px
	}

	.social-icons-link:first-child {
		margin-left: 0
	}

	.social-icons-link:last-child {
		margin-right: 0
	}
}

.testimonials {
	position: relative
}

.testimonials .testimonials-slide {
	height: 100%
}

.testimonials .testimonials-slide-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:575.98px) {
	.testimonials .testimonials-slide-inner {
		padding: 0 30px
	}
}

.testimonials .testimonials-slide-quotes {
	margin-bottom: 40px
}

@media (min-width:576px) {
	.testimonials .testimonials-slide-quotes {
		margin-bottom: 80px
	}
}

.testimonials .testimonials-slide-quotes img {
	height: 30px
}

@media (min-width:576px) {
	.testimonials .testimonials-slide-quotes img {
		height: calc((1.60256vw + 20.76923px) * 1)
	}
}

@media (min-width:1200px) {
	.testimonials .testimonials-slide-quotes img {
		height: 40px
	}
}

.testimonials .testimonials-slide-text {
	font-size: 24px;
	line-height: 31px;
	letter-spacing: .03em;
	text-align: center;
	margin-bottom: 24px;
	text-transform: uppercase
}

@media (min-width:576px) {
	.testimonials .testimonials-slide-text {
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 32px
	}
}

@media (min-width:1200px) {
	.testimonials .testimonials-slide-text {
		margin-bottom: 80px
	}
}

.testimonials .testimonials-slide-author {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em;
	color: #000;
	margin-bottom: 60px;
	text-align: center
}

@media (min-width:576px) {
	.testimonials .testimonials-slide-author {
		margin-bottom: 80px
	}
}

.testimonials .testimonials-slide-logos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.testimonials .testimonials-slide-logos .logo-wrap:not(:last-child) {
	margin-right: 60px
}

@media (min-width:576px) {
	.testimonials .testimonials-slide-logos .logo-wrap:not(:last-child) {
		margin-right: 80px
	}
}

.testimonials .slider-prev {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 50px;
	height: 50px;
	z-index: 10;
	transform: rotate(-45deg);
	cursor: pointer
}

@media (min-width:1920px) {
	.testimonials .slider-prev {
		left: 190px
	}
}

.testimonials .slider-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%,-50%);
	border-top: 2px solid #082e4f;
	border-left: 2px solid #082e4f
}

.testimonials .slider-next {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 10;
	transform: rotate(45deg);
	cursor: pointer
}

@media (min-width:1920px) {
	.testimonials .slider-next {
		right: 190px
	}
}

.testimonials .slider-next:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%,-50%);
	border-top: 2px solid #082e4f;
	border-right: 2px solid #082e4f
}

.testimonials .stars-rating {
	font-size: 20px
}

.double-slider .swiper-slide img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover
}

.double-slider .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 10%;
	height: 100%;
	background-color: transparent;
	z-index: 1
}

@media (min-width:992px) {
	.double-slider .swiper-button-next {
		width: 5%
	}
}

.double-slider .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 43%;
	transform: translate(-50%,-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	color: #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff
}

.double-slider .swiper-button-next:active,.double-slider .swiper-button-next:focus,.double-slider .swiper-button-next:focus-visible,.double-slider .swiper-button-next:focus-within,.double-slider .swiper-button-next:hover,.double-slider .swiper-button-next:target,.double-slider .swiper-button-next:visited {
	outline: 0!important;
	box-shadow: 0 0 0 0 transparent!important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.double-slider .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 10%;
	height: 100%;
	background-color: transparent;
	z-index: 1
}

@media (min-width:992px) {
	.double-slider .swiper-button-prev {
		width: 5%
	}
}

.double-slider .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 57%;
	transform: translate(-50%,-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff
}

.double-slider .swiper-button-prev:active,.double-slider .swiper-button-prev:focus,.double-slider .swiper-button-prev:focus-visible,.double-slider .swiper-button-prev:focus-within,.double-slider .swiper-button-prev:hover,.double-slider .swiper-button-prev:target,.double-slider .swiper-button-prev:visited {
	outline: none!important;
	box-shadow: 0 0 0 0!important
}

.gallery-section {
	overflow: hidden
}

.gallery-section .container-fluid,.gallery-section .container-fourK,.gallery-section .container-fullHD,.gallery-section .container-lg,.gallery-section .container-md,.gallery-section .container-sm,.gallery-section .container-twoK,.gallery-section .container-xl,.gallery-section .container-xxl {
	padding: 0 30px
}

.gallery-image {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	display: block
}

.gallery-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.gallery-image-wrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px
}

@media (max-width:767.98px) {
	.gallery-image-wrap {
		margin-bottom: 16px
	}

	.gallery-image-wrap:nth-child(odd) {
		padding-right: 8px;
		padding-left: 0
	}

	.gallery-image-wrap:nth-child(2n) {
		padding-left: 8px;
		padding-right: 0
	}
}

.gallery-filter {
	text-align: center;
	margin: 0 auto 40px
}

.gallery-filter-button {
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: .1em;
	text-transform: uppercase
}

.gallery-filter-button.active {
	font-weight: 600;
	text-decoration: underline
}

.gallery-filter .swiper-slide {
	width: -moz-fit-content;
	width: fit-content
}

#loadMore {
	position: absolute;
	bottom: 350px;
	left: 50%
}

.slbOverlay {
	z-index: 7000;
	background-color: #082e4f
}

.slbWrapOuter {
	z-index: 7010
}

.slbCaption {
	display: none
}

@media (max-width:991.98px) {
	.slbArrow.next:before {
		border-left-color: #a0a0a0
	}
}

@media (max-width:991.98px) {
	.slbArrow.prev:before {
		border-right-color: #a0a0a0
	}
}

.sareni-blok {
	position: relative;
	padding-bottom: 56px
}

@media (min-width:768px) {
	.sareni-blok {
		padding-bottom: 70px
	}
}

@media (min-width:1200px) {
	.sareni-blok {
		padding-bottom: 160px
	}
}

@media (min-width:1440px) {
	.sareni-blok {
		padding-bottom: 60px
	}
}

.sareni-blok .rotating-logos {
	position: relative;
	z-index: 1
}

.sareni-blok .rotating-logos img {
	width: 100%;
	height: auto;
	max-height: 775px
}

.sareni-blok .rotating-backgrounds {
	z-index: -1;
	pointer-events: none
}

.sareni-blok .rotating-backgrounds,.sareni-blok .rotating-backgrounds .step {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.sareni-blok .rotating-backgrounds .step_1,.sareni-blok .rotating-backgrounds .step_4 {
	background-color: #eef5f9
}

.sareni-blok .rotating-backgrounds .step_2,.sareni-blok .rotating-backgrounds .step_5 {
	background-color: #eaf4ee
}

.sareni-blok .rotating-backgrounds .step_3,.sareni-blok .rotating-backgrounds .step_6,.sareni-blok .rotating-backgrounds .step_7 {
	background-color: #f9ecee
}

.sareni-blok .rotating-backgrounds .slick-list,.sareni-blok .rotating-backgrounds .slick-track {
	height: 100%
}

.sareni-blok .v-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767.98px) {
	.sareni-blok .v-center {
		margin-bottom: 20px
	}
}

.sareni-blok .text-wrap {
	margin: 0
}

.sareni-blok-grid .sareni-row {
	position: relative
}

@media (max-width:991.98px) {
	.sareni-blok-grid .sareni-row {
		padding-bottom: 45px
	}
}

.timeline-section {
	position: relative
}

.timeline-point {
	margin-bottom: 130px
}

@media (min-width:768px) {
	.timeline-point {
		margin-bottom: 110px
	}
}

@media (min-width:1440px) {
	.timeline-point {
		margin-bottom: 130px
	}
}

.timeline-img {
	position: relative;
	padding-bottom: 59.25%;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.timeline-img {
		margin-bottom: 60px
	}
}

@media (min-width:1440px) {
	.timeline-img {
		margin-bottom: 45px
	}
}

.timeline-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.timeline-text {
	text-align: center
}

.timeline-title {
	color: #082e4f;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1em
}

.timeline-p,.timeline-title {
	line-height: 28px;
	letter-spacing: .05em;
	text-align: center
}

.timeline-p {
	font-size: 20px
}

.timeline-year {
	position: relative;
	color: #000;
	width: 78px;
	height: 78px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 3px solid #cddce4;
	border-radius: 50%;
	margin: 70px auto 30px
}

.timeline-year:before {
	top: -70px;
	height: 70px
}

.timeline-year:after,.timeline-year:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
	background-color: #cddce4
}

.timeline-year:after {
	top: 100%;
	height: 33px
}

.timeline-year-num {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: .1em
}

.timeline-year.noCircle {
	width: -moz-fit-content;
	width: fit-content;
	border: 3px solid #cddce4;
	padding: 20px;
	border-radius: 39px
}

.timeline #loadTimeline {
	position: absolute;
	bottom: 500px
}

.job-listings .h2,.job-listings h2 {
	margin: 0
}

.job-listings .h2+p,.job-listings h2+p {
	margin-top: 20px
}

.job-listings p {
	margin: 0
}

.job-listings p+p {
	margin-top: 15px
}

.job-listings .container-fluid,.job-listings .container-fourK,.job-listings .container-fullHD,.job-listings .container-lg,.job-listings .container-md,.job-listings .container-sm,.job-listings .container-twoK,.job-listings .container-xl,.job-listings .container-xxl {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #eef5f9
}

.job-listings .container-fluid:nth-child(2n+0),.job-listings .container-fourK:nth-child(2n+0),.job-listings .container-fullHD:nth-child(2n+0),.job-listings .container-lg:nth-child(2n+0),.job-listings .container-md:nth-child(2n+0),.job-listings .container-sm:nth-child(2n+0),.job-listings .container-twoK:nth-child(2n+0),.job-listings .container-xl:nth-child(2n+0),.job-listings .container-xxl:nth-child(2n+0) {
	background-color: #fff
}

.job-listings .container-fluid:nth-child(3n+0),.job-listings .container-fourK:nth-child(3n+0),.job-listings .container-fullHD:nth-child(3n+0),.job-listings .container-lg:nth-child(3n+0),.job-listings .container-md:nth-child(3n+0),.job-listings .container-sm:nth-child(3n+0),.job-listings .container-twoK:nth-child(3n+0),.job-listings .container-xl:nth-child(3n+0),.job-listings .container-xxl:nth-child(3n+0) {
	background-color: #fbf8f3
}

.job-listings.var-1 .container-fluid,.job-listings.var-1 .container-fourK,.job-listings.var-1 .container-fullHD,.job-listings.var-1 .container-lg,.job-listings.var-1 .container-md,.job-listings.var-1 .container-sm,.job-listings.var-1 .container-twoK,.job-listings.var-1 .container-xl,.job-listings.var-1 .container-xxl {
	background-color: #fff
}

.job-listings.var-1 .container-fluid:nth-child(2n+0),.job-listings.var-1 .container-fourK:nth-child(2n+0),.job-listings.var-1 .container-fullHD:nth-child(2n+0),.job-listings.var-1 .container-lg:nth-child(2n+0),.job-listings.var-1 .container-md:nth-child(2n+0),.job-listings.var-1 .container-sm:nth-child(2n+0),.job-listings.var-1 .container-twoK:nth-child(2n+0),.job-listings.var-1 .container-xl:nth-child(2n+0),.job-listings.var-1 .container-xxl:nth-child(2n+0) {
	background-color: #fbf8f3
}

.job-listings.var-1 .container-fluid:nth-child(3n+0),.job-listings.var-1 .container-fourK:nth-child(3n+0),.job-listings.var-1 .container-fullHD:nth-child(3n+0),.job-listings.var-1 .container-lg:nth-child(3n+0),.job-listings.var-1 .container-md:nth-child(3n+0),.job-listings.var-1 .container-sm:nth-child(3n+0),.job-listings.var-1 .container-twoK:nth-child(3n+0),.job-listings.var-1 .container-xl:nth-child(3n+0),.job-listings.var-1 .container-xxl:nth-child(3n+0),.job-listings.var-2 .container-fluid,.job-listings.var-2 .container-fourK,.job-listings.var-2 .container-fullHD,.job-listings.var-2 .container-lg,.job-listings.var-2 .container-md,.job-listings.var-2 .container-sm,.job-listings.var-2 .container-twoK,.job-listings.var-2 .container-xl,.job-listings.var-2 .container-xxl {
	background-color: #eef5f9
}

.job-listings.var-2 .container-fluid:nth-child(2n+0),.job-listings.var-2 .container-fourK:nth-child(2n+0),.job-listings.var-2 .container-fullHD:nth-child(2n+0),.job-listings.var-2 .container-lg:nth-child(2n+0),.job-listings.var-2 .container-md:nth-child(2n+0),.job-listings.var-2 .container-sm:nth-child(2n+0),.job-listings.var-2 .container-twoK:nth-child(2n+0),.job-listings.var-2 .container-xl:nth-child(2n+0),.job-listings.var-2 .container-xxl:nth-child(2n+0) {
	background-color: #fbf8f3
}

.job-listings.var-2 .container-fluid:nth-child(3n+0),.job-listings.var-2 .container-fourK:nth-child(3n+0),.job-listings.var-2 .container-fullHD:nth-child(3n+0),.job-listings.var-2 .container-lg:nth-child(3n+0),.job-listings.var-2 .container-md:nth-child(3n+0),.job-listings.var-2 .container-sm:nth-child(3n+0),.job-listings.var-2 .container-twoK:nth-child(3n+0),.job-listings.var-2 .container-xl:nth-child(3n+0),.job-listings.var-2 .container-xxl:nth-child(3n+0) {
	background-color: #fff
}

.job-contact .text-wrap p {
	margin-bottom: 40px;
	text-align: center
}

.job-contact .text-wrap.info-text p {
	color: #082e4f;
	margin-top: 60px;
	font-weight: 600
}

.menu-section .menu-links {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.menu-section .menu-links a {
	margin: 0
}

.menu-section .menu-links a+a {
	margin-top: 20px
}

.menu-section .btn.underline {
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 24px;
	font-weight: 400
}

.beach-club .card-wrap {
	padding-bottom: 80px
}

.header {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.header .navbar-top {
	transform: translateY(0);
	transition: all 1s ease
}

.header.preload .navbar-top {
	transform: translateY(-300px)
}

.header .breadcrumb {
	position: absolute;
	top: 90px;
	left: 130px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1em;
	color: #082e4f
}

@media (max-width:767.98px) {
	.header .breadcrumb {
		display: none
	}
}

@media (max-width:575.98px) {
	.header .breadcrumb {
		display: none
	}
}

.font-test .header {
	display: none
}

.footer {
	background-color: #cddce4;
	padding: 45px 30px
}

.footer-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:576px) {
	.footer-content {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.footer-column-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

@media (min-width:576px) {
	.footer-column-wrap {
		width: 50%
	}
}

@media (min-width:1200px) {
	.footer-column-wrap {
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (min-width:1440px) {
	.footer-column-wrap {
		width: auto
	}
}

.footer-column-header {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 1em;
	color: #082e4f
}

.footer-column:not(:last-child) {
	margin-right: 30px
}

.footer-list {
	padding: 0;
	list-style-type: none
}

.footer-list-item a,.footer-list-item p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #082e4f
}

.footer-list-item p {
	line-height: 25px
}

.footer-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-icons .icon {
	width: 56px;
	height: 56px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #082e4f;
	border-radius: 50%;
	text-decoration: none;
	font-size: 25px;
	transition: all .3s linear;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0
}

.footer-icons .icon:hover {
	border-color: transparent;
	color: #cddce4;
	background-color: #082e4f
}

.footer-subscribe {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 442px
}

.footer-subscribe .subscribe-form-header {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 1em;
	color: #082e4f
}

.footer .fifth {
	display: none
}

@media (min-width:1440px) {
	.footer .fifth {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: right
	}
}

.footer .links a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none
}

.alt-footer {
	background-color: #cddce4;
	padding: 45px 30px
}

.alt-footer .f-col+.f-col {
	margin-top: 2rem
}

.alt-footer ul {
	margin: 0;
	padding: 0
}

.alt-footer ul li {
	display: block
}

@media (min-width:768px) {
	.alt-footer .find-us {
		margin-top: 1rem
	}
}

@media (min-width:1200px) {
	.alt-footer .find-us {
		margin-top: 0
	}
}

.alt-footer input {
	color: #082e4f;
	height: 38px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .08em;
	font-weight: 400;
	width: 100%;
	border-radius: 0;
	border: 1px solid #082e4f;
	padding: 16px;
	background-color: transparent;
	padding-right: 90px;
	outline: none!important;
	text-transform: uppercase
}

@media (min-width:576px) {
	.alt-footer input {
		padding-right: calc((4.00641vw + 66.92308px) * 1)
	}
}

@media (min-width:1200px) {
	.alt-footer input {
		padding-right: 115px
	}
}

.alt-footer input:active,.alt-footer input:focus {
	outline: none!important;
	box-shadow: none
}

.alt-footer input:focus {
	outline: none!important
}

.alt-footer input:focus-visible {
	outline: none!important;
	box-shadow: none
}

.alt-footer input::-webkit-input-placeholder {
	text-transform: uppercase;
	line-height: normal;
	line-height: 1;
	letter-spacing: .08em;
	font-weight: 400;
	opacity: 1;
	color: #082e4f
}

.alt-footer input::-moz-placeholder {
	text-transform: uppercase;
	line-height: normal;
	line-height: 1;
	letter-spacing: .08em;
	font-weight: 400;
	opacity: 1;
	color: #082e4f
}

.alt-footer input:-ms-input-placeholder,.alt-footer input::-ms-input-placeholder {
	text-transform: uppercase;
	line-height: normal;
	line-height: 1;
	letter-spacing: .08em;
	font-weight: 400;
	opacity: 1;
	color: #082e4f
}

.alt-footer input::placeholder {
	text-transform: uppercase;
	line-height: normal;
	line-height: 1;
	letter-spacing: .08em;
	font-weight: 400;
	opacity: 1;
	color: #082e4f
}

.alt-footer .form-title {
	margin-bottom: 1rem;
	font-style: italic
}

@media (min-width:1200px) {
	.alt-footer .form-title {
		margin-bottom: 20px
	}
}

.alt-footer .form-description {
	margin-top: 1rem;
	line-height: 18px;
	font-weight: 400;
	font-weight: 500;
	margin-bottom: 0
}

.alt-footer .btn[type=submit],.alt-footer .form-description {
	color: #082e4f;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase
}

.alt-footer .btn[type=submit] {
	border: none;
	line-height: 20px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.alt-footer .btn[type=submit]:active,.alt-footer .btn[type=submit]:hover {
	background-color: transparent;
	border: none;
	opacity: 1;
	color: #082e4f
}

.alt-footer .btn[type=submit]:focus {
	color: #cddce4;
	background-color: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	opacity: 1
}

.alt-footer .footer-icons {
	-ms-flex-pack: center;
	justify-content: center
}

.alt-footer .footer-icons .icon {
	width: 56px;
	height: 56px;
	margin: 0 10px
}

.alt-footer .footer-icons .icon:first-child {
	margin-left: 0
}

.alt-footer .footer-icons .icon:last-child {
	margin-right: 0
}

@media (min-width:768px) {
	.alt-footer .footer-icons {
		-ms-flex-pack: start;
		justify-content: start
	}

	.alt-footer .footer-icons .icon {
		margin: 0 10px 0 0
	}
}

@media (min-width:1200px) {
	.alt-footer .footer-icons {
		margin-top: 0;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.alt-footer .footer-icons .icon {
		width: 46px;
		height: 46px;
		margin: 0 0 15px
	}
}

@media (min-width:1440px) {
	.alt-footer .footer-icons {
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 35px
	}

	.alt-footer .footer-icons .icon {
		width: 56px;
		height: 56px
	}
}

@media (min-width:1920px) {
	.alt-footer .footer-icons {
		-ms-flex-pack: center;
		justify-content: center
	}

	.alt-footer .footer-icons .icon {
		margin: 0 10px
	}
}

.alt-footer form {
	width: 100%
}

@media (min-width:1200px) {
	.alt-footer form {
		max-width: 440px;
		margin: 0 auto
	}
}

.alt-footer .copyright {
	text-align: center;
	font-weight: 600;
	font-size: 12px
}

@media (min-width:1200px) {
	.alt-footer .copyright {
		margin-top: 50px
	}
}
