@charset "utf-8";

:root {
	--dark: #222222;
	--black: #000000;
	--rgb-black: 0, 0, 0;
	--white: #ffffff;
	--rgb-white: 255, 255, 255;
	--green: #0a8359;
	--primary: #0f9074;
	--rgb-primary: 15, 144, 116;
	--primary-dark: #10614f;
	--primary-light: #49bda3;
	--secondary: #f34718;
	--rgb-secondary: 210, 173, 120;
	--secondary-light: #fff8ed;
	--secondary-light-b: #f9d49f;
	--secondary-dark: #9a733b;
	--red: #a5222c;
	--rgb-red: 165, 34, 44;
	--red-light: #f03752;
	--reb-red-light: 226, 43, 60;
	--red-dark: #721c25;
	--gray: #888888;
	--gray-b: #a8a8a8;
	--light: #f8f9fa;
	--light-b: #f6fffb;
	--body-color: #4a4a4a;
	--body-bg: #fff;
	--orange: #fb8b05;
	--gold: #ffdc80;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 20px;
}

body {
	margin: 0;
	font-family: KlarheitKurrent, sans-serif, "Microsoft YaHei", "PingFang SC";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--body-color);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--white);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #2a2a2a;
	transition: color .2s ease-in-out;
	text-decoration: none;
	background-color: transparent;
	outline: none;
}

a:hover,
a:focus {
	color: var(--primary);
	text-decoration: none;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

a.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 0.875em;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.font-bold {
	font-weight: 700 !important
}

.font-light {
	font-weight: 300 !important
}

.font-normal {
	font-weight: 400 !important
}

.color-red {
	color: var(--red) !important
}

.bg-light {
	background-color: var(--light)
}

.container,
.container-fluid {
	width: 100%;
	padding-right: var(--gutter-x, 0.75rem);
	padding-left: var(--gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

.container {
	max-width: 1430px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(-0.5 * var(--gutter-x, 1.5rem));
	margin-left: calc(-0.5 * var(--gutter-x, 1.5rem));
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--gutter-x, 1.5rem) * 0.5);
	padding-left: calc(var(--gutter-x, 1.5rem) * 0.5);
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--gutter-x: 0;
}

.g-0,
.gy-0 {
	--gutter-y: 0;
}

.g-1,
.gx-1 {
	--gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--gutter-y: 3rem;
}

@media (min-width:769px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.row-cols-md-8>* {
		flex: 0 0 auto;
		width: 12.5%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}

	.g-md-0,
	.gx-md-0 {
		--gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--gutter-y: 3rem;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-xlg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0
	}

	.row-cols-xlg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xlg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xlg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xlg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xlg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xlg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xlg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xlg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xlg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xlg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xlg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xlg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xlg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xlg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xlg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xlg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xlg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xlg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xlg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xlg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xlg-0 {
		margin-left: 0;
	}

	.offset-xlg-1 {
		margin-left: 8.33333333%;
	}

	.offset-xlg-2 {
		margin-left: 16.66666667%;
	}

	.offset-xlg-3 {
		margin-left: 25%;
	}

	.offset-xlg-4 {
		margin-left: 33.33333333%;
	}

	.offset-xlg-5 {
		margin-left: 41.66666667%;
	}

	.offset-xlg-6 {
		margin-left: 50%;
	}

	.offset-xlg-7 {
		margin-left: 58.33333333%;
	}

	.offset-xlg-8 {
		margin-left: 66.66666667%;
	}

	.offset-xlg-9 {
		margin-left: 75%;
	}

	.offset-xlg-10 {
		margin-left: 83.33333333%;
	}

	.offset-xlg-11 {
		margin-left: 91.66666667%;
	}

	.g-xlg-0,
	.gx-xlg-0 {
		--gutter-x: 0;
	}

	.g-xlg-0,
	.gy-xlg-0 {
		--gutter-y: 0;
	}

	.g-xlg-1,
	.gx-xlg-1 {
		--gutter-x: 0.25rem;
	}

	.g-xlg-1,
	.gy-xlg-1 {
		--gutter-y: 0.25rem;
	}

	.g-xlg-2,
	.gx-xlg-2 {
		--gutter-x: 0.5rem;
	}

	.g-xlg-2,
	.gy-xlg-2 {
		--gutter-y: 0.5rem;
	}

	.g-xlg-3,
	.gx-xlg-3 {
		--gutter-x: 1rem;
	}

	.g-xlg-3,
	.gy-xlg-3 {
		--gutter-y: 1rem;
	}

	.g-xlg-4,
	.gx-xlg-4 {
		--gutter-x: 1.5rem;
	}

	.g-xlg-4,
	.gy-xlg-4 {
		--gutter-y: 1.5rem;
	}

	.g-xlg-5,
	.gx-xlg-5 {
		--gutter-x: 3rem;
	}

	.g-xlg-5,
	.gy-xlg-5 {
		--gutter-y: 3rem;
	}
}

.btn {
	display: inline-flex;
	font-weight: 400;
	line-height: 1.5;
	color: var(--white);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: var(--primary);
	border: 1px solid transparent;
	padding: 0 0.75rem;
	font-size: 14px;
	border-radius: 20px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	height: 38px;
	justify-content: center;
	align-items: center;
}

.btn.btn-small {
	font-size: 12px;
	height: 30px;
}

.btn.btn-large {
	font-size: 15px;
	height: 42px;
}

@media(min-width:992px) {
	.btn.btn-large {
		font-size: 18px;
		height: 46px;
		letter-spacing: 1px
	}
}

.btn:hover {
	color: var(--white);
	background-color: var(--primary-dark)
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-green {
	background-color: var(--green)
}

.btn-green:hover {
	background-color: #00633f
}

.btn-green:focus {
	box-shadow: 0 0 0 0.25rem rgba(10, 131, 89, 0.25);
	color: var(--white)
}

.btn-secondary {
	background-color: var(--secondary)
}

.btn-secondary:hover {
	background-color: var(--secondary-dark)
}

.btn-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(210, 173, 120, .25);
	color: var(--white)
}

.btn-red {
	background-color: var(--red)
}

.btn-red:hover {
	background-color: var(--red-light)
}

.btn-red:focus {
	box-shadow: 0 0 0 0.25rem rgba(240, 55, 82, 0.25);
	color: var(--white)
}

.btn-outline-gray {
	background-color: transparent;
	border-color: var(--dark);
	color: var(--dark);
}

.btn-outline-gray:hover {
	background-color: var(--dark);
	color: var(--white)
}

.btn-outline-gray:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .25);
}

.btn-outline-white {
	background-color: transparent;
	border-color: var(--white);
	color: var(--white);
}

.btn-outline-white:hover {
	background-color: var(--white);
	color: var(--red)
}

.btn-outline-white:focus {
	box-shadow: 0 0 0 4px rgba(255, 255, 225, .25);
}

.btn-outline-red {
	background-color: transparent;
	border-color: var(--red);
	color: var(--red);
}

.btn-outline-red.bg-white {
	background-color: var(--white)
}

.btn-outline-red:hover {
	background-color: var(--red);
	color: var(--white)
}

.btn-outline-red:focus {
	box-shadow: 0 0 0 4px rgba(165, 34, 44, .25);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	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: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: var(--primary-dark);
	background-color: #fff;
	border-color: var(--primary);
	outline: 0;
	box-shadow: 0 0 0 2px rgba(73, 189, 163, 0.25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::-moz-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::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.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;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.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;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

textarea.form-control {
	min-height: calc(1.5em + 0.75rem + 2px);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
	z-index: 3;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.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: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: 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: -webkit-sticky !important;
	position: sticky !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

@media (min-width:769px) {
	.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: flex !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}

	.d-md-none {
		display: none !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}

	.order-md-first {
		order: -1 !important;
	}

	.order-md-0 {
		order: 0 !important;
	}

	.order-md-1 {
		order: 1 !important;
	}

	.order-md-2 {
		order: 2 !important;
	}

	.order-md-3 {
		order: 3 !important;
	}

	.order-md-4 {
		order: 4 !important;
	}

	.order-md-5 {
		order: 5 !important;
	}

	.order-md-last {
		order: 6 !important;
	}
}

@media (min-width:992px) {
	.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: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}

	.order-lg-first {
		order: -1 !important;
	}

	.order-lg-0 {
		order: 0 !important;
	}

	.order-lg-1 {
		order: 1 !important;
	}

	.order-lg-2 {
		order: 2 !important;
	}

	.order-lg-3 {
		order: 3 !important;
	}

	.order-lg-4 {
		order: 4 !important;
	}

	.order-lg-5 {
		order: 5 !important;
	}

	.order-lg-last {
		order: 6 !important;
	}
}

@media (min-width:1200px) {
	.d-xlg-inline {
		display: inline !important;
	}

	.d-xlg-inline-block {
		display: inline-block !important;
	}

	.d-xlg-block {
		display: block !important;
	}

	.d-xlg-grid {
		display: grid !important;
	}

	.d-xlg-table {
		display: table !important;
	}

	.d-xlg-table-row {
		display: table-row !important;
	}

	.d-xlg-table-cell {
		display: table-cell !important;
	}

	.d-xlg-flex {
		display: flex !important;
	}

	.d-xlg-inline-flex {
		display: inline-flex !important;
	}

	.d-xlg-none {
		display: none !important;
	}

	.justify-content-xlg-start {
		justify-content: flex-start !important;
	}

	.justify-content-xlg-end {
		justify-content: flex-end !important;
	}

	.justify-content-xlg-center {
		justify-content: center !important;
	}

	.justify-content-xlg-between {
		justify-content: space-between !important;
	}

	.justify-content-xlg-around {
		justify-content: space-around !important;
	}

	.justify-content-xlg-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xlg-start {
		align-items: flex-start !important;
	}

	.align-items-xlg-end {
		align-items: flex-end !important;
	}

	.align-items-xlg-center {
		align-items: center !important;
	}

	.align-items-xlg-baseline {
		align-items: baseline !important;
	}

	.align-items-xlg-stretch {
		align-items: stretch !important;
	}

	.align-content-xlg-start {
		align-content: flex-start !important;
	}

	.align-content-xlg-end {
		align-content: flex-end !important;
	}

	.align-content-xlg-center {
		align-content: center !important;
	}

	.align-content-xlg-between {
		align-content: space-between !important;
	}

	.align-content-xlg-around {
		align-content: space-around !important;
	}

	.align-content-xlg-stretch {
		align-content: stretch !important;
	}

	.align-self-xlg-auto {
		align-self: auto !important;
	}

	.align-self-xlg-start {
		align-self: flex-start !important;
	}

	.align-self-xlg-end {
		align-self: flex-end !important;
	}

	.align-self-xlg-center {
		align-self: center !important;
	}

	.align-self-xlg-baseline {
		align-self: baseline !important;
	}

	.align-self-xlg-stretch {
		align-self: stretch !important;
	}

	.order-xlg-first {
		order: -1 !important;
	}

	.order-xlg-0 {
		order: 0 !important;
	}

	.order-xlg-1 {
		order: 1 !important;
	}

	.order-xlg-2 {
		order: 2 !important;
	}

	.order-xlg-3 {
		order: 3 !important;
	}

	.order-xlg-4 {
		order: 4 !important;
	}

	.order-xlg-5 {
		order: 5 !important;
	}

	.order-xlg-last {
		order: 6 !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: .75rem !important;
}

.mt-3,
.my-3 {
	margin-top: .75rem !important;
}

.mr-3,
.mx-3 {
	margin-right: .75rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: .75rem !important;
}

.ml-3,
.mx-3 {
	margin-left: .75rem !important;
}

.m-4 {
	margin: 1rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1rem !important;
}

.m-5 {
	margin: 1.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 1.5rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 1.5rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 1.5rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: .75rem !important;
}

.pt-3,
.py-3 {
	padding-top: .75rem !important;
}

.pr-3,
.px-3 {
	padding-right: .75rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: .75rem !important;
}

.pl-3,
.px-3 {
	padding-left: .75rem !important;
}

.p-4 {
	padding: 1rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1rem !important;
}

.p-5 {
	padding: 1.5rem !important;
}

.pt-5,
.py-5 {
	padding-top: 1.5rem !important;
}

.pr-5,
.px-5 {
	padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5 {
	padding-left: 1.5rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width:769px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: .75rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: .75rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: .75rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: .75rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: .75rem !important;
	}

	.m-md-4 {
		margin: 1rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1rem !important;
	}

	.m-md-5 {
		margin: 1.5rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 1.5rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 1.5rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 1.5rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: .75rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: .75rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: .75rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: .75rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: .75rem !important;
	}

	.p-md-4 {
		padding: 1rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: .75rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: .75rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: .75rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: .75rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: .75rem !important;
	}

	.m-lg-4 {
		margin: 1rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1rem !important;
	}

	.m-lg-5 {
		margin: 1.5rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 1.5rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: .75rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: .75rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: .75rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: .75rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: .75rem !important;
	}

	.p-lg-4 {
		padding: 1rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1rem !important;
	}

	.p-lg-5 {
		padding: 1.5rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 1.5rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1200px) {
	.m-xlg-0 {
		margin: 0 !important;
	}

	.mt-xlg-0,
	.my-xlg-0 {
		margin-top: 0 !important;
	}

	.mr-xlg-0,
	.mx-xlg-0 {
		margin-right: 0 !important;
	}

	.mb-xlg-0,
	.my-xlg-0 {
		margin-bottom: 0 !important;
	}

	.ml-xlg-0,
	.mx-xlg-0 {
		margin-left: 0 !important;
	}

	.m-xlg-1 {
		margin: 0.25rem !important;
	}

	.mt-xlg-1,
	.my-xlg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xlg-1,
	.mx-xlg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xlg-1,
	.my-xlg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xlg-1,
	.mx-xlg-1 {
		margin-left: 0.25rem !important;
	}

	.m-xlg-2 {
		margin: 0.5rem !important;
	}

	.mt-xlg-2,
	.my-xlg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xlg-2,
	.mx-xlg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xlg-2,
	.my-xlg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xlg-2,
	.mx-xlg-2 {
		margin-left: 0.5rem !important;
	}

	.m-xlg-3 {
		margin: .75rem !important;
	}

	.mt-xlg-3,
	.my-xlg-3 {
		margin-top: .75rem !important;
	}

	.mr-xlg-3,
	.mx-xlg-3 {
		margin-right: .75rem !important;
	}

	.mb-xlg-3,
	.my-xlg-3 {
		margin-bottom: .75rem !important;
	}

	.ml-xlg-3,
	.mx-xlg-3 {
		margin-left: .75rem !important;
	}

	.m-xlg-4 {
		margin: 1rem !important;
	}

	.mt-xlg-4,
	.my-xlg-4 {
		margin-top: 1rem !important;
	}

	.mr-xlg-4,
	.mx-xlg-4 {
		margin-right: 1rem !important;
	}

	.mb-xlg-4,
	.my-xlg-4 {
		margin-bottom: 1rem !important;
	}

	.ml-xlg-4,
	.mx-xlg-4 {
		margin-left: 1rem !important;
	}

	.m-xlg-5 {
		margin: 1.5rem !important;
	}

	.mt-xlg-5,
	.my-xlg-5 {
		margin-top: 1.5rem !important;
	}

	.mr-xlg-5,
	.mx-xlg-5 {
		margin-right: 1.5rem !important;
	}

	.mb-xlg-5,
	.my-xlg-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xlg-5,
	.mx-xlg-5 {
		margin-left: 1.5rem !important;
	}

	.p-xlg-0 {
		padding: 0 !important;
	}

	.pt-xlg-0,
	.py-xlg-0 {
		padding-top: 0 !important;
	}

	.pr-xlg-0,
	.px-xlg-0 {
		padding-right: 0 !important;
	}

	.pb-xlg-0,
	.py-xlg-0 {
		padding-bottom: 0 !important;
	}

	.pl-xlg-0,
	.px-xlg-0 {
		padding-left: 0 !important;
	}

	.p-xlg-1 {
		padding: 0.25rem !important;
	}

	.pt-xlg-1,
	.py-xlg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xlg-1,
	.px-xlg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xlg-1,
	.py-xlg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xlg-1,
	.px-xlg-1 {
		padding-left: 0.25rem !important;
	}

	.p-xlg-2 {
		padding: 0.5rem !important;
	}

	.pt-xlg-2,
	.py-xlg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xlg-2,
	.px-xlg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xlg-2,
	.py-xlg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xlg-2,
	.px-xlg-2 {
		padding-left: 0.5rem !important;
	}

	.p-xlg-3 {
		padding: .75rem !important;
	}

	.pt-xlg-3,
	.py-xlg-3 {
		padding-top: .75rem !important;
	}

	.pr-xlg-3,
	.px-xlg-3 {
		padding-right: .75rem !important;
	}

	.pb-xlg-3,
	.py-xlg-3 {
		padding-bottom: .75rem !important;
	}

	.pl-xlg-3,
	.px-xlg-3 {
		padding-left: .75rem !important;
	}

	.p-xlg-4 {
		padding: 1rem !important;
	}

	.pt-xlg-4,
	.py-xlg-4 {
		padding-top: 1rem !important;
	}

	.pr-xlg-4,
	.px-xlg-4 {
		padding-right: 1rem !important;
	}

	.pb-xlg-4,
	.py-xlg-4 {
		padding-bottom: 1rem !important;
	}

	.pl-xlg-4,
	.px-xlg-4 {
		padding-left: 1rem !important;
	}

	.p-xlg-5 {
		padding: 1.5rem !important;
	}

	.pt-xlg-5,
	.py-xlg-5 {
		padding-top: 1.5rem !important;
	}

	.pr-xlg-5,
	.px-xlg-5 {
		padding-right: 1.5rem !important;
	}

	.pb-xlg-5,
	.py-xlg-5 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xlg-5,
	.px-xlg-5 {
		padding-left: 1.5rem !important;
	}

	.m-xlg-auto {
		margin: auto !important;
	}

	.mt-xlg-auto,
	.my-xlg-auto {
		margin-top: auto !important;
	}

	.mr-xlg-auto,
	.mx-xlg-auto {
		margin-right: auto !important;
	}

	.mb-xlg-auto,
	.my-xlg-auto {
		margin-bottom: auto !important;
	}

	.ml-xlg-auto,
	.mx-xlg-auto {
		margin-left: auto !important;
	}
}

.pagination-wrap {
	padding-top: 15px;
	margin-top: 15px;
}

.pagination {
	display: flex;
	justify-content: center
}

.pagination>li {
	margin-right: 2px;
}

.pagination>li a,
.pagination>li span {
	display: flex;
	height: 38px;
	line-height: 1.1;
	padding: 0 12px;
	align-items: center;
	background-color: var(--light)
}

.pagination>li a:hover,
.pagination>li span:hover {
	background-color: rgba(var(--rgb-red), .12)
}

.pagination>li.active a,
.pagination>li.active span {
	color: var(--white);
	background-color: var(--primary)
}

@media (min-width:992px) {
	.pagination-wrap {
		padding-top: 20px;
		margin-top: 20px;
	}

	.pagination>li {
		margin-right: 5px;
	}

	.pagination>li a,
	.pagination>li span {
		padding: 0 15px;
	}
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width:769px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !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;
}