/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--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,
			rgba(255, 255, 255, 0.15),
			rgba(255, 255, 255, 0)
	);
}
*,
::after,
::before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
hr {
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
	box-sizing: content-box;
	color: inherit;
	height: 0;
	overflow: visible;
}
hr:not([size]) {
	height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}
@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}
}
h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h2 {
		font-size: 2rem;
	}
}
h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h3 {
		font-size: 1.75rem;
	}
}
h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4 {
		font-size: 1.5rem;
	}
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
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;
}
dt {
	font-weight: 500;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote,
figure {
	margin: 0 0 1rem;
}
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
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);
	direction: ltr;
	unicode-bidi: bidi-override;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
code {
	color: #d63384;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 500;
}
img,
svg {
	vertical-align: middle;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
	overflow: visible;
	text-transform: none;
}
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"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
select {
	word-wrap: normal;
	text-transform: none;
}
select:disabled {
	opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
	display: none;
}
textarea {
	resize: vertical;
	margin: 0;
	overflow: auto;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
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-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 {
	cursor: pointer;
	display: list-item;
}
[hidden] {
	display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 3.2rem);
	padding-left: var(--bs-gutter-x, 3.2rem);
	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) {
	legend {
		font-size: 1.5rem;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}
.row {
	--bs-gutter-x: 6.4rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}
.col {
	flex: 1 0 0%;
}
.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}
.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333%;
}
.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.66667%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.66667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.33333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.33333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66667%;
}
.col-12 {
	flex: 0 0 auto;
	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 {
		flex: 1 0 0%;
	}

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

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

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

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

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

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

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

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

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

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

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

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

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

	.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.66667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		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 {
		flex: 1 0 0%;
	}

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

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

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

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

	.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.66667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		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 {
		flex: 1 0 0%;
	}

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

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

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

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

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

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

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

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		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: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

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

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

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

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

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

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

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

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}

	.col-xxl-12 {
		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;
	}
}
.form-label {
	margin-bottom: 0.5rem;
}
.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
}
.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #6c757d;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.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;
	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(:read-only) {
	cursor: pointer;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled,
.form-control:read-only {
	background-color: #e9ecef;
	opacity: 1;
}
.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-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;
	border: 0 solid;
	border-color: inherit;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}

	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not(:read-only)::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-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;
	border: 0 solid;
	border-color: inherit;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
	background-color: #dde0e3;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.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 + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}
.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}
textarea.form-control {
	min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
	min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: 0.25rem;
}
.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	appearance: none;
}
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: 0.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: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}
.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}
.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.form-check-input[type="checkbox"] {
	border-radius: 0.25em;
}
.form-check-input[type="radio"] {
	border-radius: 50%;
}
.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
	opacity: 0.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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}
.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.65;
}
.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-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 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out,
	border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
	box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.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;
	-moz-transition: background-color 0.15s ease-in-out,
	border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
	box-shadow 0.15s ease-in-out;
	appearance: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.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);
	padding: 1rem 0.75rem;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
	-webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control::-webkit-input-placeholder {
	color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:-ms-input-placeholder),
.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
	z-index: 3;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 3;
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.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: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.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: 0.25rem;
	font-size: 0.875em;
	color: #198754;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, 0.9);
	border-radius: 0.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 + 0.75rem);
	background-image: url("data:image/svg+xml,%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(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
	calc(0.375em + 0.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,%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,%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 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.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 0.25rem rgba(25, 135, 84, 0.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: 0.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: 3;
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #dc3545;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.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 + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right
	calc(0.375em + 0.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,%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,%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 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.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 0.25rem rgba(220, 53, 69, 0.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: 0.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: 3;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.link-primary {
	color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
	color: #0a58ca;
}
.link-secondary {
	color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
	color: #565e64;
}
.link-success {
	color: #198754;
}
.link-success:focus,
.link-success:hover {
	color: #146c43;
}
.link-info {
	color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
	color: #3dd5f3;
}
.link-warning {
	color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
	color: #ffcd39;
}
.link-danger {
	color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
	color: #b02a37;
}
.link-light {
	color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
	color: #f9fafb;
}
.link-dark {
	color: #212529;
}
.link-dark:focus,
.link-dark:hover {
	color: #1a1e21;
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
.sticky-top {
	position: 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: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.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;
}
.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;
}
.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;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 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 {
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
}
.translate-middle-y {
	-webkit-transform: translateY(-50%) !important;
	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: #0d6efd !important;
}
.border-secondary {
	border-color: #6c757d !important;
}
.border-success {
	border-color: #198754 !important;
}
.border-info {
	border-color: #0dcaf0 !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #dc3545 !important;
}
.border-light {
	border-color: #f8f9fa !important;
}
.border-dark {
	border-color: #212529 !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 {
	flex: 1 1 auto !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	flex-shrink: 1 !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-nowrap {
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.gap-0 {
	gap: 0 !important;
}
.gap-1 {
	gap: 0.25rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-3 {
	gap: 1rem !important;
}
.gap-4 {
	gap: 1.5rem !important;
}
.gap-5 {
	gap: 3rem !important;
}
.justify-content-start {
	justify-content: flex-start !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-around {
	justify-content: space-around !important;
}
.justify-content-evenly {
	justify-content: space-evenly !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}
.order-first {
	order: -1 !important;
}
.order-0 {
	order: 0 !important;
}
.order-1 {
	order: 1 !important;
}
.order-2 {
	order: 2 !important;
}
.order-3 {
	order: 3 !important;
}
.order-4 {
	order: 4 !important;
}
.order-5 {
	order: 5 !important;
}
.order-last {
	order: 6 !important;
}
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.m-2 {
	margin: 0.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: 0.25rem !important;
	margin-left: 0.25rem !important;
}
.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.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: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.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: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.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: 0.25rem !important;
}
.me-2 {
	margin-right: 0.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: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.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: 0.25rem !important;
}
.ms-2 {
	margin-left: 0.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: 0.25rem !important;
}
.p-2 {
	padding: 0.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: 0.25rem !important;
	padding-left: 0.25rem !important;
}
.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.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: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.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: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.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: 0.25rem !important;
}
.pe-2 {
	padding-right: 0.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: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.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: 0.25rem !important;
}
.ps-2 {
	padding-left: 0.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 + 0.9vw) !important;
}
.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
	font-size: calc(1.275rem + 0.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: 500 !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-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 {
	color: #0d6efd !important;
}
.text-secondary {
	color: #6c757d !important;
}
.text-success {
	color: #198754 !important;
}
.text-info {
	color: #0dcaf0 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-danger {
	color: #dc3545 !important;
}
.text-light {
	color: #f8f9fa !important;
}
.text-dark {
	color: #212529 !important;
}
.text-body {
	color: #212529 !important;
}
.text-muted {
	color: #6c757d !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
	color: inherit !important;
}
.bg-primary {
	background-color: #0d6efd !important;
}
.bg-secondary {
	background-color: #6c757d !important;
}
.bg-success {
	background-color: #198754 !important;
}
.bg-info {
	background-color: #0dcaf0 !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.bg-dark {
	background-color: #212529 !important;
}
.bg-body {
	background-color: #fff !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-gradient {
	background-image: var(--bs-gradient) !important;
}
.user-select-all {
	-webkit-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}
.user-select-auto {
	-webkit-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}
.user-select-none {
	-webkit-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: 0.25rem !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.rounded-1 {
	border-radius: 0.2rem !important;
}
.rounded-2 {
	border-radius: 0.25rem !important;
}
.rounded-3 {
	border-radius: 0.3rem !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: 50rem !important;
}
.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.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: flex !important;
	}

	.d-sm-inline-flex {
		display: inline-flex !important;
	}

	.d-sm-none {
		display: none !important;
	}

	.flex-sm-fill {
		flex: 1 1 auto !important;
	}

	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.gap-sm-0 {
		gap: 0 !important;
	}

	.gap-sm-1 {
		gap: 0.25rem !important;
	}

	.gap-sm-2 {
		gap: 0.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 {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}

	.order-sm-first {
		order: -1 !important;
	}

	.order-sm-0 {
		order: 0 !important;
	}

	.order-sm-1 {
		order: 1 !important;
	}

	.order-sm-2 {
		order: 2 !important;
	}

	.order-sm-3 {
		order: 3 !important;
	}

	.order-sm-4 {
		order: 4 !important;
	}

	.order-sm-5 {
		order: 5 !important;
	}

	.order-sm-last {
		order: 6 !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}

	.mt-sm-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-sm-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-sm-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}

	.pt-sm-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-sm-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-sm-2 {
		padding-left: 0.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: flex !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}

	.d-md-none {
		display: none !important;
	}

	.flex-md-fill {
		flex: 1 1 auto !important;
	}

	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.gap-md-0 {
		gap: 0 !important;
	}

	.gap-md-1 {
		gap: 0.25rem !important;
	}

	.gap-md-2 {
		gap: 0.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 {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}

	.order-md-first {
		order: -1 !important;
	}

	.order-md-0 {
		order: 0 !important;
	}

	.order-md-1 {
		order: 1 !important;
	}

	.order-md-2 {
		order: 2 !important;
	}

	.order-md-3 {
		order: 3 !important;
	}

	.order-md-4 {
		order: 4 !important;
	}

	.order-md-5 {
		order: 5 !important;
	}

	.order-md-last {
		order: 6 !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}

	.mt-md-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-md-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-md-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}

	.pt-md-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-md-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-md-2 {
		padding-left: 0.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: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.gap-lg-0 {
		gap: 0 !important;
	}

	.gap-lg-1 {
		gap: 0.25rem !important;
	}

	.gap-lg-2 {
		gap: 0.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 {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}

	.order-lg-first {
		order: -1 !important;
	}

	.order-lg-0 {
		order: 0 !important;
	}

	.order-lg-1 {
		order: 1 !important;
	}

	.order-lg-2 {
		order: 2 !important;
	}

	.order-lg-3 {
		order: 3 !important;
	}

	.order-lg-4 {
		order: 4 !important;
	}

	.order-lg-5 {
		order: 5 !important;
	}

	.order-lg-last {
		order: 6 !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}

	.mt-lg-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-lg-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-lg-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-lg-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-lg-2 {
		padding-left: 0.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: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}

	.d-xl-none {
		display: none !important;
	}

	.flex-xl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.gap-xl-0 {
		gap: 0 !important;
	}

	.gap-xl-1 {
		gap: 0.25rem !important;
	}

	.gap-xl-2 {
		gap: 0.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 {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}

	.order-xl-first {
		order: -1 !important;
	}

	.order-xl-0 {
		order: 0 !important;
	}

	.order-xl-1 {
		order: 1 !important;
	}

	.order-xl-2 {
		order: 2 !important;
	}

	.order-xl-3 {
		order: 3 !important;
	}

	.order-xl-4 {
		order: 4 !important;
	}

	.order-xl-5 {
		order: 5 !important;
	}

	.order-xl-last {
		order: 6 !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-xl-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-xl-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-xl-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-xl-2 {
		padding-left: 0.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;
	}

	.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 (min-width: 1400px) {
	.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: flex !important;
	}

	.d-xxl-inline-flex {
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		flex-direction: row !important;
	}

	.flex-xxl-column {
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.gap-xxl-0 {
		gap: 0 !important;
	}

	.gap-xxl-1 {
		gap: 0.25rem !important;
	}

	.gap-xxl-2 {
		gap: 0.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 {
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		align-content: center !important;
	}

	.align-content-xxl-between {
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		align-self: auto !important;
	}

	.align-self-xxl-start {
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		align-self: stretch !important;
	}

	.order-xxl-first {
		order: -1 !important;
	}

	.order-xxl-0 {
		order: 0 !important;
	}

	.order-xxl-1 {
		order: 1 !important;
	}

	.order-xxl-2 {
		order: 2 !important;
	}

	.order-xxl-3 {
		order: 3 !important;
	}

	.order-xxl-4 {
		order: 4 !important;
	}

	.order-xxl-5 {
		order: 5 !important;
	}

	.order-xxl-last {
		order: 6 !important;
	}

	.m-xxl-0 {
		margin: 0 !important;
	}

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.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: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.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: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.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: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-xxl-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-xxl-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.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: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.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: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.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: 0.25rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-xxl-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-xxl-2 {
		padding-left: 0.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 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: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}

	.d-print-none {
		display: none !important;
	}
}
html {
	line-height: 1.15;
}
h1 {
	font-size: 2em;
}
button,
dl dl,
dl ol,
dl ul,
input,
ol dl,
ol ol,
ol ul,
select,
ul dl,
ul ol,
ul ul {
	margin: 0;
}
details,
main {
	display: block;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
input {
	overflow: visible;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
:-moz-focusring {
	outline: ButtonText dotted 1px;
}
:-moz-ui-invalid {
	box-shadow: none;
}
dialog {
	background-color: #fff;
	border: solid;
	color: #000;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}
[hidden],
dialog:not([open]),
template {
	display: none;
}
.text-white {
	color: #fff !important;
}
.bg-white {
	background-color: #fff !important;
}
.text-light-white {
	color: #fafbff !important;
}
.bg-light-white {
	background-color: #fafbff !important;
}
.text-special-white {
	color: #f8f4f1 !important;
}
.bg-special-white {
	background-color: #f8f4f1 !important;
}
.text-black {
	color: #0b1328 !important;
}
.bg-black {
	background-color: #0b1328 !important;
}
.text-blue {
	color: #0b1328 !important;
}
.bg-blue {
	background-color: #0b1328 !important;
}
.text-gray {
	color: #a5a9b0 !important;
}
.bg-gray {
	background-color: #a5a9b0 !important;
}
.text-special-gray {
	color: #696f78 !important;
}
.bg-special-gray {
	background-color: #696f78 !important;
}
.text-gold {
	color: #d0b29f !important;
}
.bg-gold {
	background-color: #d0b29f !important;
}
.text-green {
	color: #409e99 !important;
}
.bg-green {
	background-color: #409e99 !important;
}
.text-light-green {
	color: #f2faf9 !important;
}
.bg-light-green {
	background-color: #f2faf9 !important;
}
@-webkit-keyframes modal-video {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes modal-video {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes modal-video-inner {
	from {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes modal-video-inner {
	from {
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: modal-video;
	animation-name: modal-video;
	transition: opacity 0.3s ease-out;
}
.modal-video-close {
	opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}
.modal-video-body {
	max-width: 940px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}
.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: modal-video-inner;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: -35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: 0 0;
}
.modal-video-close-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-video-close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px;
}
*,
:after,
:before {
	box-sizing: inherit;
	outline: 0;
}
* {
	max-height: 1000000px;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 1.6rem;
}
.gm-style img {
	max-width: none;
}
svg :not(.stroke) {
	fill: currentColor;
}
svg .stroke {
	stroke: currentColor;
	fill: transparent;
}
.stroke_1-5 {
	stroke-width: 1.5px;
}
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0;
	color: #f8f4f1;
}
.section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media (max-width: 767px) {
	.section-head {
		display: block;
	}
	.benefits__section__head{
		margin-top: 40px;
	}
	.section-head .section-title {
		font-size: 28px;
		line-height: 90%;
		letter-spacing: 3px;
		font-weight: 200 !important;
	}


	.section-head .section-title span {
		font-size: 133px !important;
		line-height: 62% !important;
	}

	.section-head .infrastructure_section__head_title span{
		font-size: 153px !important;
		line-height: 60% !important;
		margin-left: 26px;
	}

	.section-head .section-title-location span{
		font-size: 143px !important;
		line-height: 56% !important;
	}
}
.section-title {
	font-size: 4.688vw;
	font-weight: 200;
	line-height: 110%;
	letter-spacing: 0.9rem;
	text-transform: uppercase;
}

.section-title span {
	font-family: "Avenu Font", sans-serif;
	font-size: 300px;
	font-weight: 500;
	line-height: 0;
	text-transform: none;
	color: #d0b29f;
	letter-spacing: 0px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 70px;
}
.news__body_text span{
	font-family: "Avenu Font", sans-serif;
	font-size: 300px;
	font-weight: 500;
	line-height: 0;
	text-transform: none;
	color: #d0b29f;
	letter-spacing: 0px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -73px;
}

.price__text_section_title span {
	font-size: 300px !important;
}
.section-title--lg {
	font-size: 9.896vw;
	letter-spacing: 0.99vw;
}
.section-title--lg span {
	font-size: 15.625vw;
}
.section-title--md {
	font-size: 6.25vw;
}
.section-title--md span {
	font-size: 9.896vw;
}
.section-title--sm {
	font-size: 4.167vw;
	line-height: 135%;
}
.section-title--sm span {
	height: 5.208vw;
}
.banner__text_span_height span{
	height: .208vw !important;
}
.home_page_span_text span {
	height: .208vw !important;
}
.home_page_span_text{
	font-size: 30px;
	line-height: 146%;
	font-weight: 400;
}
strong {
	font-weight: 600;
}
a {
	background-color: transparent;
	color: #0b1328;
	font-weight: 400;
	transition: 0.3s;
	border-color: #0b1328;
	text-decoration: none !important;
}
.circle-button {
	width: 18rem;
	height: 18rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0b1328;
	border: 2px solid #d0b29f;
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 120%;
}
.circle-button:hover {
	background-color: #d0b29f;
	border-color: #fff;
}
.btn {
	background-color: #d0b29f;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 90px;
	font-size: 1.4rem;
	line-height: 120%;
	font-weight: 300;
	text-transform: uppercase;
	padding: 2.4rem 3.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	width: -webkit-max-content;
	width: max-content;
	cursor: pointer;
	white-space: nowrap;
}
.btn:focus,
.btn:hover {
	background-color: #fff;
	color: #d0b29f;
	border-color: currentColor;
}
.btn--with_icon svg {
	margin-right: 0.9rem;
}
.btn--sm {
	font-size: 1.8rem;
	padding: 1rem 1rem 1rem 2rem;
	text-transform: none;
}
.link {
	display: inline-block;
	color: #409e99;
	font-weight: 500;
	padding-bottom: 2px;
	font-size: 1.6rem;
}
.link svg {
	margin-left: 1.3rem;
}
.btn-white {
	color: #fff;
	background: #fff;
}
.btn-white:focus,
.btn-white:hover {
	background: #fff;
	color: #fff;
	border-color: currentColor;
}
.btn-white-transparent {
	color: #fff;
	background: 0 0;
	border-color: #fff;
}
.btn-white-transparent:focus,
.btn-white-transparent:hover {
	border-color: #fff;
	background: #fff;
	color: #fff;
}
.btn-light-white {
	color: #fff;
	background: #fafbff;
}
.btn-light-white:focus,
.btn-light-white:hover {
	background: #fff;
	color: #fafbff;
	border-color: currentColor;
}
.btn-light-white-transparent {
	color: #fafbff;
	background: 0 0;
	border-color: #fafbff;
}
.btn-light-white-transparent:focus,
.btn-light-white-transparent:hover {
	border-color: #fafbff;
	background: #fafbff;
	color: #fff;
}
.btn-special-white {
	color: #fff;
	background: #f8f4f1;
}
.btn-special-white:focus,
.btn-special-white:hover {
	background: #fff;
	color: #f8f4f1;
	border-color: currentColor;
}
.btn-special-white-transparent {
	color: #f8f4f1;
	background: 0 0;
	border-color: #f8f4f1;
}
.btn-special-white-transparent:focus,
.btn-special-white-transparent:hover {
	border-color: #f8f4f1;
	background: #f8f4f1;
	color: #fff;
}
.btn-black {
	color: #fff;
	background: #0b1328;
}
.btn-black:focus,
.btn-black:hover {
	background: #fff;
	color: #0b1328;
	border-color: currentColor;
}
.btn-black-transparent {
	color: #0b1328;
	background: 0 0;
	border-color: #0b1328;
}
.btn-black-transparent:focus,
.btn-black-transparent:hover {
	border-color: #0b1328;
	background: #0b1328;
	color: #fff;
}
.btn-blue {
	color: #fff;
	background: #0b1328;
}
.btn-blue:focus,
.btn-blue:hover {
	background: #fff;
	color: #0b1328;
	border-color: currentColor;
}
.btn-blue-transparent {
	color: #0b1328;
	background: 0 0;
	border-color: #0b1328;
}
.btn-blue-transparent:focus,
.btn-blue-transparent:hover {
	border-color: #0b1328;
	background: #0b1328;
	color: #fff;
}
.btn-gray {
	color: #fff;
	background: #a5a9b0;
}
.btn-gray:focus,
.btn-gray:hover {
	background: #fff;
	color: #a5a9b0;
	border-color: currentColor;
}
.btn-gray-transparent {
	color: #a5a9b0;
	background: 0 0;
	border-color: #a5a9b0;
}
.btn-gray-transparent:focus,
.btn-gray-transparent:hover {
	border-color: #a5a9b0;
	background: #a5a9b0;
	color: #fff;
}
.btn-special-gray {
	color: #fff;
	background: #696f78;
}
.btn-special-gray:focus,
.btn-special-gray:hover {
	background: #fff;
	color: #696f78;
	border-color: currentColor;
}
.btn-special-gray-transparent {
	color: #696f78;
	background: 0 0;
	border-color: #696f78;
}
.btn-special-gray-transparent:focus,
.btn-special-gray-transparent:hover {
	border-color: #696f78;
	background: #696f78;
	color: #fff;
}
.btn-gold {
	color: #fff;
	background: #d0b29f;
}
.btn-gold:focus,
.btn-gold:hover {
	background: #fff;
	color: #d0b29f;
	border-color: currentColor;
}
.btn-gold-transparent {
	color: #d0b29f;
	background: 0 0;
	border-color: #d0b29f;
}
.btn-gold-transparent:focus,
.btn-gold-transparent:hover {
	border-color: #d0b29f;
	background: #d0b29f;
	color: #fff;
}
.btn-green {
	color: #fff;
	background: #409e99;
}
.btn-green:focus,
.btn-green:hover {
	background: #fff;
	color: #409e99;
	border-color: currentColor;
}
.btn-green-transparent {
	color: #409e99;
	background: 0 0;
	border-color: #409e99;
}
.btn-green-transparent:focus,
.btn-green-transparent:hover {
	border-color: #409e99;
	background: #409e99;
	color: #fff;
}
.btn-light-green {
	color: #fff;
	background: #f2faf9;
}
.btn-light-green:focus,
.btn-light-green:hover {
	background: #fff;
	color: #f2faf9;
	border-color: currentColor;
}
.btn-light-green-transparent {
	color: #f2faf9;
	background: 0 0;
	border-color: #f2faf9;
}
.btn-light-green-transparent:focus,
.btn-light-green-transparent:hover {
	border-color: #f2faf9;
	background: #f2faf9;
	color: #fff;
}
.text-center {
	text-align: center !important;
	justify-content: center;
}
.font-semibold {
	font-weight: 600;
}
.advantages__choose .row::-webkit-scrollbar,
.breadcrumbs::-webkit-scrollbar,
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__rendered::-webkit-scrollbar,
.infrastructure__service__tab::-webkit-scrollbar,
.news-page__links::-webkit-scrollbar,
.selection__filter__fields::-webkit-scrollbar,
.tab::-webkit-scrollbar {
	display: none;
}
.advantages__choose .row::-webkit-scrollbar-track,
.breadcrumbs::-webkit-scrollbar-track,
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__rendered::-webkit-scrollbar-track,
.infrastructure__service__tab::-webkit-scrollbar-track,
.news-page__links::-webkit-scrollbar-track,
.selection__filter__fields::-webkit-scrollbar-track,
.tab::-webkit-scrollbar-track {
	box-shadow: none;
}
.advantages__choose .row::-webkit-scrollbar-thumb,
.breadcrumbs::-webkit-scrollbar-thumb,
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__rendered::-webkit-scrollbar-thumb,
.infrastructure__service__tab::-webkit-scrollbar-thumb,
.news-page__links::-webkit-scrollbar-thumb,
.selection__filter__fields::-webkit-scrollbar-thumb,
.tab::-webkit-scrollbar-thumb {
	background-color: transparent;
	outline: 0;
}
.form-group .select2-container .select2-results__options::-webkit-scrollbar,
.header-menu__body::-webkit-scrollbar,
.news__popup__body__content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.form-group
.select2-container
.select2-results__options::-webkit-scrollbar-track,
.header-menu__body::-webkit-scrollbar-track,
.news__popup__body__content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 2.5px;
}
.form-group
.select2-container
.select2-results__options::-webkit-scrollbar-thumb,
.header-menu__body::-webkit-scrollbar-thumb,
.news__popup__body__content::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: 0;
	border-radius: 2.5px;
}
.custom-radio__label,
.footer__btn span,
.footer__head,
.form-group__icon,
.header .container-fluid,
.header .container-lg,
.header .container-md,
.header .container-sm,
.header .container-xl,
.header .container-xxl,
.header-menu__top,
.header__burger,
.news__date,
.news__popup__close,
.projects__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.listreset,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.btn,
.circle-button,
.custom-radio,
.custom-radio__label:after,
.custom-radio__label:before,
.flickity-button,
.form-group .select2-container .select2-results__option,
.form-group--checkbox label:after,
.header-menu,
.header-menu__body,
.header__lang__list,
.infrastructure__service__slider,
.infrastructure__service__tab__space,
.location__places__tab__item,
.news__popup__blur,
.news__popup__body,
.penthouses__choose__title,
.places__item__block,
.places__item__circle,
.places__item__image,
.projects__button,
.tab-content__item {
	transition: 0.3s ease-in-out;
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ellipsis-gradient:after {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 80%);
	pointer-events: none;
}
.header {
	padding: 6.4rem 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: 1s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media (min-width: 768px) {
	.header.animated {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
.header__menu-btn {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	color: #fff;
	padding: 0.9rem 1.8rem;
	border: 1px solid #d0b29f;
	border-radius: 90px;
	font-weight: 300;
	letter-spacing: 0.64px;
}
.header__burger {
	width: 20px;
	height: 20px;
	justify-content: center;
}
.header__burger i {
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.header__burger i,
.header__burger i::after,
.header__burger i::before {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #d0b29f;
	outline: transparent solid 1px;
	transition-property: background-color, transform, -webkit-transform;
	transition-duration: 0.3s;
}
.header__burger i::after,
.header__burger i::before {
	position: absolute;
	content: "";
}
.header__burger i::before {
	top: -6px;
}
.header__burger i::after {
	top: 6px;
}
.header__burger.active i {
	background-color: transparent;
}
.header__burger.active i::before {
	-webkit-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}
.header__burger.active i::after {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}
.header__logo {
	width: 25.3rem;
}
@media (min-width: 768px) {
	.header__logo {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.header__logo img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.header__right {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}
.header__number {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.64px;
}
.header__lang {
	position: relative;
	font-weight: 500;
	color: #0b1328;
}
.header__lang:hover .header__lang__list {
	opacity: 1;
	pointer-events: auto;
}
.header__lang__selected {
	padding: 0 3.2rem;
	cursor: pointer;
	height: 3.6rem;
	display: flex;
	align-items: center;
}
.header__lang__list {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	z-index: 2;
	border: 1px solid #dbdee4;
	border-radius: 4px;
	margin-top: 0.5rem;
	opacity: 0;
	pointer-events: none;
}
.header__lang__list:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -0.5rem;
	height: 0.5rem;
}
.header__lang__list a {
	font-weight: inherit;
	color: inherit;
	text-align: center;
	display: block;
	padding: 0.5rem;
}
.header__lang__list a:hover {
	color: #0b1328;
}
@media (max-width: 767px) {
	.link {
		font-size: 14px;
	}

	.link svg {
		margin-left: 13px;
	}

	.header {
		padding: 20px 0;
	}

	.header__menu-btn {
		width: 44px;
		height: 44px;
		border-radius: 50%;
		padding: 0;
		justify-content: center;
	}

	.header__menu-btn span {
		display: none;
	}

	.header__logo {
		width: 137px;
	}

	.header__number {
		width: 44px;
		height: 44px;
		border-radius: 50%;
		border: 1px solid #d0b29f;
		color: #d0b29f;
		justify-content: center;
	}
}
.bg-light-white .header__menu-btn {
	color: #0b1328;
}
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}
.header-menu.open {
	opacity: 1;
	pointer-events: auto;
}
.header-menu.open .header-menu__body {
	left: 0;
}
.header-menu.open .header-menu__close {
	right: calc(100% - 70.55%);
	margin-right: -8.8rem;
}
.header-menu__blur {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(6, 14, 35, 0.5);
	z-index: 1;
}
.header-menu__body {
	z-index: 2;
	position: absolute;
	top: 0;
	left: -70.55%;
	bottom: 0;
	width: 70.55%;
	overflow-y: auto;
	background-color: #0b1328;
	padding: 6.4rem 6.6%;
}
.header-menu__body a {
	color: #f8f4f1;
}
.header-menu__body .header__menu-btn {
	color: #f8f4f1 !important;
}
.header-menu__top {
	margin-bottom: 14rem;
}
.header-menu__top__links {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
.header-menu__top__links a {
	padding: 1.4rem 1.6rem;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 100%;
}
.header-menu__top__links a:hover {
	color: #d0b29f;
}
.header-menu__nav li {
	margin-bottom: 2rem;
}
.header-menu__nav li:last-child {
	margin-bottom: 0;
}
.header-menu__nav a {
	font-weight: 200;
	font-size: 4rem;
	line-height: 90%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	display: block;
}
.header-menu__nav a.active {
	color: #d0b29f;
}
.header-menu__nav a:hover {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.header-menu__close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 50%;
	z-index: 3;
	background-color: transparent;
}
@media (max-width: 767px) {
	.header-menu__close {
		display: none;
	}

	.header-menu__body {
		width: 100%;
		left: -100%;
		padding: 20px;
	}

	.header-menu__top {
		display: block;
		margin-bottom: 32px;
	}

	.header-menu__top__links {
		display: block;
		margin-top: 32px;
	}

	.header-menu__top__links a {
		display: block;
		padding: 0;
		margin-bottom: 16px;
	}

	.header-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-menu__nav li {
		margin-bottom: 8px;
	}

	.header-menu__nav a {
		font-size: 21px;
		line-height: normal;
	}
}
.footer {
	padding-bottom: 2.8rem;
	background-color: #0b1328;
}
.footer__head {
	padding: 6.4rem;
	border-bottom: 1px solid #21346e;
	margin-bottom: 10rem;
}
.footer__btn {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	color: #fff;
}
.footer__btn span {
	border: 1px solid #e4d3c8;
	border-radius: 50%;
	width: 4.8rem;
	height: 4.8rem;
	justify-content: center;
}
.footer__content {
	text-align: center;
}
.footer__logo {
	width: 31rem;
	max-width: 100%;
	margin: 0 auto 8.8rem;
	display: block;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
	saturate(7500%) hue-rotate(264deg) brightness(102%) contrast(101%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%)
	hue-rotate(264deg) brightness(102%) contrast(101%);
}
.footer__logo img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.footer__info {
	font-weight: 300;
	color: #b5b8be;
	margin-bottom: 2.4rem;
	display: block;
}
.footer__info:last-child {
	margin-top: 6.4rem;
	margin-bottom: 0;
}
.footer__number {
	font-weight: 300;
	font-size: 9rem;
	line-height: 85%;
	color: #d0b29f;
	margin-bottom: 2.4rem;
	display: inline-block;
}
@media (max-width: 767px) {
	.footer {
		padding-bottom: 80px;
	}

	.footer__head {
		padding: 20px 0;
		flex-direction: column-reverse;
		gap: 48px;
		border-bottom: none;
		display: inline-flex;
	}

	.footer__btn.to-top {
		flex-direction: row-reverse;
	}

	.footer__logo {
		margin-bottom: 64px;
	}

	.footer__number {
		font-size: 64px;
		margin-bottom: 32px;
	}
}
.breadcrumbs {
	text-transform: uppercase;
	margin-bottom: 6.4rem;
}
.breadcrumbs li {
	font-weight: 500;
	color: #d0b29f;
	display: inline;
	font-size: 1.8rem;
}
.breadcrumbs li a {
	color: #d0b29f;
	font-weight: inherit;
}
.breadcrumbs li a:after {
	content: "/";
	color: #b5b8be;
	display: inline-block;
	margin: 0 1rem 0 1.4rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.breadcrumbs {
		margin-bottom: 16px;
	}

	.breadcrumbs li {
		font-size: 14px;
	}
}
.not-found {
	padding: 6rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	min-height: 35vh;
}
.not-found h1 {
	font-size: 4rem;
	color: #dc3545;
	font-weight: 600;
}
.not-found h1 b {
	font-size: 12rem;
}
.not-found .btn {
	margin-top: 3rem;
}
.main {
	height: 100svh;
	min-height: 80rem;
	display: flex;
	flex-direction: column;
	position: relative;
}
.main__image {
	height: 80%;
	min-height: 60rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.main__image img,
.main__image video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.36) 0,
			rgba(0, 0, 0, 0.45) 100%
	);
	z-index: 1;
}
.main__image .container-fluid,
.main__image .container-lg,
.main__image .container-md,
.main__image .container-sm,
.main__image .container-xl,
.main__image .container-xxl {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4rem;
	pointer-events: none;
	z-index: 2;
}
.main__text {
	margin-top: auto;
	padding-right: 35rem !important;
}
.main__title {
	font-size: 4vw;
	line-height: 12%;
	font-weight: 200;
	letter-spacing: 19px;
	text-transform: uppercase;
	color: #f8f4f1;
	margin-bottom: 123px;
}
.main__title span {
	font-family: "Avenu Font", sans-serif;
	font-size: 25vw;
	line-height: 0%;
	color: #d0b29f;
	margin-right: 1.5rem;
	display: inline-block;
	text-transform: lowercase;
}
.main__link {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	padding: 1rem 3.2rem 1rem 1rem;
	border-radius: 90px;
	background-color: #f8f4f1;
	margin-top: 8rem;
	width: -webkit-max-content;
	width: max-content;
	pointer-events: auto;
	margin-left: auto;
}
.main__link__image {
	width: 6.2rem;
	height: 6.2rem;
	border-radius: 50%;
	overflow: hidden;
}
.main__link__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main__link p {
	flex: 1;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.56px;
}
.main__link p span {
	color: #d0b29f;
	text-transform: uppercase;
	display: block;
}
@media (max-width: 991px) {
	.main__title {
		padding-bottom: 10rem;
	}
}
@media (max-width: 767px) {
	.main {
		min-height: auto;
		height: 85svh;
	}

	.main__image {
		min-height: auto;
		height: 75%;
	}

	.main__link {
		display: none;
	}

	.main__text {
		padding: 0 20px !important;
	}

	.main__title {
		padding-bottom: 0;
		font-size: 8vw;
		line-height: 1.05;
		letter-spacing: 14px;
	}
	.slider_container{
		z-index: 1;
	}
	.slider_text{
		padding-bottom: 37px;
	}
	.main__title span {
		font-size: 52vw !important;
		font-family: "Avenu Font", sans-serif;
		line-height: 0% !important;
		color: #d0b29f;
		margin-right: 1.5rem !important;
		display: inline-block !important;
		text-transform: lowercase !important;
		margin-top: -31px !important;
		position: absolute !important;
	}
}
.slogan {
	padding-bottom: 4.6rem;
}
.slogan__content {
	padding-right: 20rem;
	font-size: 1.9rem;
	color: #d0b29f;
	text-transform: uppercase;
	width: -webkit-max-content;
	width: max-content;
	max-width: 100%;
	margin-left: auto;
	letter-spacing: 0.76px;
	font-weight: 500;
	line-height: 190%;
}
.slogan__content h2 {
	font-size: 2.6rem;
	line-height: 170%;
	letter-spacing: 1.04px;
	font-weight: 300;
	margin-bottom: 2.6rem;
	color: #f8f4f1;
}
@media (max-width: 767px) {
	.slogan {
		margin-top: -31px;
	}

	.slogan__content {
		padding: 0;
		font-size: 16px;
	}

	.slogan__content h2 {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.slogan__content br {
		display: none;
	}
}
.rif-design {
	padding-bottom: 4.5rem;
}
.rif-design__slider {
	position: relative;
}
.rif-design__slider:after {
	content: "flickity";
	display: none;
}
.rif-design__slider__item {
	margin-right: 8.4rem;
	width: 33.3%;
	padding-bottom: 33.3%;
	position: relative;
}
.rif-design__slider__item span {
	position: absolute;
	top: 5.5rem;
	left: 5.5rem;
	z-index: 1;
	font-weight: 600;
	font-size: 2rem;
	line-height: 122%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}
.rif-design__slider .circle-button {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -9rem;
	z-index: 3;
}
@media (max-width: 767px) {
	.rif-design__slider:after {
		content: "";
	}

	.rif-design__slider.disabled-in-mob {
		overflow: hidden;
	}

	.rif-design__slider.disabled-in-mob .rif-design__slider__item {
		margin-right: 0;
		position: absolute;
		padding-bottom: 0;
	}

	.rif-design__slider.disabled-in-mob .rif-design__slider__item:first-child {
		width: 79.5%;
		height: 305px;
		top: 26px;
		left: -34%;
	}

	.rif-design__slider.disabled-in-mob .rif-design__slider__item:nth-child(2) {
		top: 0;
	}

	.rif-design__slider.disabled-in-mob .rif-design__slider__item:nth-child(3) {
		top: 200px;
	}

	.rif-design__slider.disabled-in-mob
	.rif-design__slider__item:nth-child(n + 2) {
		width: 64%;
		height: 187px;
		right: -14%;
	}

	.rif-design__slider.disabled-in-mob .circle-button {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		bottom: auto;
		display: flex !important;
		height: auto;
		width: auto;
		min-width: 282px;
		max-width: 100%;
		padding: 16px;
		border-radius: 25px;
		border-width: 1px;
	}

	.rif-design__slider.disabled-in-mob .circle-button br {
		display: none;
	}

	.rif-design__slider__item span {
		left: 16px;
		top: 16px;
		font-size: 16px;
	}

	.rif-design__items {
		position: relative;
		padding-bottom: 100%;
	}

	.rif-design__items > :nth-child(n + 4) {
		display: none;
	}
}
.interior-design {
	background-color: #d1b29f;
	padding: 20.5rem 0;
}
.interior-design .slider-title {
	font-size: 23.583vw;
	line-height: 5.208vw;
}
.interior-design .rif-design__slider .flickity-button {
	background-color: #d0b29f;
}
.interior-design .rif-design__slider__item {
	margin-right: 6.4rem;
}
@media (max-width: 767px) {
	.interior-design {
		padding: 60px 0 140px;
	}

	.interior-design .slider-title {
		font-size: 180px;
		line-height: normal;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-58%);
	}

	.interior-design .rif-design__slider__item {
		margin-right: 16px;
		padding-bottom: 50%;
		width: 50%;
	}

	.interior-design .rif-design__slider .flickity-button {
		display: none;
	}

	.interior-design .rif-design__slider .circle-button {
		width: auto;
		height: auto;
		padding: 22px 36px;
		border-radius: 900px;
	}

}
.price {
	position: relative;
}
.price:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.2) 0,
			rgba(0, 0, 0, 0.2) 100%
	),
	linear-gradient(180deg, #0b1328 0, rgba(11, 19, 40, 0) 31.25%, #0b1328 100%);
	z-index: 1;
}
.price img {
	width: 100%;
}
.price__text {
	position: absolute;
	top: 6.25vw;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
}
.price__text .section-title {
	margin-bottom: 10.417vw;
}
@media (max-width: 767px) {
	.price {
		padding: 28px 0 104px;
	}

	.price__image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.price__image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.price__text {
		position: relative;
		top: 0;
	}

	.price__text .section-title {
		font-size: 20px;
		font-weight: 200;
		line-height: 110%;
		letter-spacing: 0.5rem;
		text-transform: uppercase;
		margin-top: 30px;
	}
	.place_content_text span{
		font-size: 25.625vw;
		letter-spacing: 2px;
		line-height: 0.7;
		margin-bottom: 0!important;
	}

	.price__text .section-title br {
		display: none;
	}

	.price__text .section-title span {
		font-size: 156px !important;
		color: #d0b29f;
	}

	.price__text .btn {
		padding: 16px 24px;
	}
}
.places__body,
.places__image {
	position: relative;
}
.places__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.2) 0,
			rgba(0, 0, 0, 0.2) 100%
	),
	linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.25) 100%);
}
.places__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
}
.places__content .container-fluid,
.places__content .container-lg,
.places__content .container-md,
.places__content .container-sm,
.places__content .container-xl,
.places__content .container-xxl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.places__content .section-title {
	margin-top: -18%;
}
.places__items {
	display: flex;
	align-items: flex-end;
	position: relative;
}
.places__item__circle {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.3;
	pointer-events: none;
}
.places__item__block {
	position: absolute;
	bottom: 0;
	margin-bottom: -3.5%;
	z-index: 1;
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	border: 1px solid #f8f4f1;
	overflow: hidden;
	background-color: #f8f4f1;
	cursor: pointer;
}
.places__item__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.places__item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.places__item__minutes {
	opacity: 0;
	pointer-events: none;
	text-align: center;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 122%;
	text-transform: uppercase;
	color: #d0b29f;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.places__item__minutes span {
	font-weight: 300;
	font-size: 9rem;
	line-height: 100%;
}
.places__item:first-child .places__item__block {
	left: 39%;
}
.places__item:first-child .places__item__circle {
	width: 43.6%;
}
.places__item:nth-child(2) .places__item__block {
	left: 70%;
}
.places__item:nth-child(2) .places__item__circle {
	width: 74.5%;
}
.places__item:last-child .places__item__block {
	left: 87%;
}
.places__item:last-child .places__item__circle {
	width: 92%;
}
.places__item.active .places__item__circle {
	opacity: 1;
}
.places__item.active .places__item__block {
	width: 24rem;
	height: 24rem;
	border-color: #d0b29f;
	margin-bottom: -7%;
}
.places__item.active .places__item__image {
	opacity: 0;
	pointer-events: none;
}
.places__item.active .places__item__minutes {
	opacity: 1;
	pointer-events: auto;
}
.places__item.active:first-child .places__item__block {
	left: 34%;
}
.places__item.active:nth-child(2) .places__item__block {
	left: 65%;
}
.places__item.active:last-child .places__item__block {
	left: 82%;
}
.places__slider__item {
	width: 100%;
}
.places__slider__item .container-fluid,
.places__slider__item .container-lg,
.places__slider__item .container-md,
.places__slider__item .container-sm,
.places__slider__item .container-xl,
.places__slider__item .container-xxl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.places__slider__image img {
	width: 100%;
}
.places__slider__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
	linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.places__slider__text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.places__slider__title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 17%;
	font-weight: 200;
	font-size: 6.2rem;
	line-height: 11rem;
	letter-spacing: 1px;
	color: #f8f4f1;
	text-transform: uppercase;
}
.places__slider__desc {
	position: absolute;
	bottom: 12.5rem;
	right: 3rem;
	font-weight: 300;
	font-size: 2rem;
	line-height: 133%;
	letter-spacing: 4px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.places__items {
		align-items: center;
		justify-content: space-between;
		margin-bottom: -38px;
	}

	.places__item {
		width: 86px;
		height: 86px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.places__item__circle {
		display: none;
	}

	.places__item__block {
		width: 48px;
		height: 48px;
		position: relative;
		left: 0 !important;
		margin-bottom: 0 !important;
	}

	.places__item__minutes {
		font-size: 12px;
		gap: 5px;
	}

	.places__item__minutes span {
		font-size: 31px;
	}

	.places__item.active .places__item__block {
		width: 86px;
		height: 86px;
	}

	.places__slider__item .container-fluid,
	.places__slider__item .container-lg,
	.places__slider__item .container-md,
	.places__slider__item .container-sm,
	.places__slider__item .container-xl,
	.places__slider__item .container-xxl {
		display: none;
	}

	.places__slider__image {
		position: relative;
		padding-bottom: 63%;
	}

	.places__slider__image:before {
		z-index: 1;
	}

	.places__slider__image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.places__text-slider-mob {
		display: flex;
		overflow: hidden;
	}

	.places__text-slider-mob.flickity-enabled {
		display: block;
	}

	.places__text-slider-mob__item {
		padding: 80px 0;
		min-width: 100%;
		width: 100%;
	}

	.places__text-slider-mob__title {
		font-size: 23px;
		color: #d0b29f;
		text-transform: uppercase;
		font-weight: 400;
		margin-bottom: 30px;
		letter-spacing: 2px;
	}

	.places__text-slider-mob__desc {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 200;
	}

	.places__text-slider-mob__desc br {
		display: none;
	}
}
.projects {
	background-color: #f8f4f1;
	padding-top: 12rem;
}
.projects__head {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 1.5rem;
	gap: 11.719vw;
}
.projects__head .btn {
	margin-bottom: 11rem;
}
.projects__block {
	display: flex;
	margin-top: 2.5rem;
}
.projects__image {
	width: 55.4%;
	display: flex;
	overflow: hidden;
	margin-top: auto;
}
.projects__image.flickity-enabled {
	display: block;
}
.projects__image__item {
	position: relative;
	min-width: 100%;
	padding-bottom: 85.3%;
}
.projects__image__item p {
	position: absolute;
	right: 5.4rem;
	bottom: 13%;
	color: #f8f4f1;
	font-size: 9rem;
	line-height: 10rem;
}
.projects__image__item p span {
	font-size: 1.6rem;
	line-height: 110%;
}
.projects__text {
	padding: 0 5.208vw 7.292vw;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	flex: 1;
}
.projects__text__item {
	color: #0b1328;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 100%;
	max-width: 100%;
	padding: 0 3rem;
	height: 100%;
	min-height: -webkit-max-content;
	min-height: max-content;
}
.projects__text__title {
	font-weight: 300;
	font-size: 5rem;
	line-height: 110%;
	text-transform: uppercase;
	color: #0b1328;
	margin: auto 0;
}
.projects__text__title span {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 11rem;
	line-height: 20%;
	text-transform: none;
	color: #d0b29f;
}
.projects__text__desc {
	margin-top: 5rem;
	font-weight: 200;
	font-size: 1.8rem;
	line-height: 152%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.projects__buttons {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	padding: 0 3rem;
	margin-top: 3rem;
}
.projects__button {
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 50%;
	justify-content: center;
	border: 1px solid #d0b29f;
	color: #0b1328;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
.projects__button:hover {
	background-color: #d0b29f;
	color: #fff;
}
@media (max-width: 767px) {
	.projects {
		padding-top: 25px;
	}

	.projects__head {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 0 20px;
		gap: 24px;
		margin-bottom: 100px;
	}

	.projects__head .section-title {
		font-size: 25px;
		letter-spacing: 4px;
		line-height: 135%;
		font-weight: 200;
	}

	.projects__head .section-title br {
		display: none;
	}

	.projects__head .section-title span {
		font-size: 123px;
		letter-spacing: 0;
		line-height: 10.9vw;
	}

	.projects__head .btn {
		margin-bottom: 0;
		margin: 0 auto;
	}

	.projects__block {
		position: relative;
		flex-direction: column;
		margin-top: 0;
	}

	.projects__image {
		width: 100%;
		padding-right: 120px;
	}

	.projects__image__item {
		padding-bottom: 110%;
	}

	.projects__image__item p {
		display: none;
	}

	.projects__text {
		position: unset !important;
		padding: 0;
	}

	.projects__text__item {
		padding: 20px;
		height: auto;
	}

	.projects__text__title {
		font-size: 32px;
	}

	.projects__text__title span {
		font-size: 83px;
		line-height: 40%;
	}

	.projects__buttons {
		position: absolute;
		right: 16px;
		top: 0;
		flex-direction: column;
		padding: 0;
		margin: 0;
		z-index: 2;
	}
	.projects__text__desc_mob{
		margin-top: 2rem !important;
		font-weight: 200;
		font-size: 1.61rem;
		line-height: 152%;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
}
.banner,
.banner__image {
	position: relative;
}
.banner__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.banner__image img {
	width: 100%;
}
.banner__text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12rem 0 9.2rem;
	z-index: 3;
}
.banner__text .container-fluid,
.banner__text .container-lg,
.banner__text .container-md,
.banner__text .container-sm,
.banner__text .container-xl,
.banner__text .container-xxl {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.banner__image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.banner__image:before {
		background-color: rgba(0, 0, 0, 0.3);
	}

	.banner__image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.banner__text {
		position: relative;
		padding: 33px 0 16px;
		font-size: 28px;
		line-height: 120%;
	}
	.banner__text_content{
		font-weight: 300 ;
		font-size: 18px;
		line-height: 29px;
	}
	.banner__text br {
		display: none;
	}

	.banner__text .section-title {
		font-size: 34px;
		line-height: 100%;
		letter-spacing: 4px;
		margin-bottom: 80px;
	}

	.banner__text .section-title span {
		font-size: 200px;
		letter-spacing: 2px;
	}
}
.news {
	padding: 24rem 0 23rem;
	background-color: #f8f4f1;
	position: relative;
}
.news__body {
	display: flex;
	align-items: flex-end;
	position: relative;
	padding-left: 30rem;
}
@media (min-width: 768px) {
	.news__body .section-title {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: rotate(-90deg) translateY(100%) translateX(-20%);
		transform: rotate(-90deg) translateY(100%) translateX(-20%);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	.news__body .section-title span {
		margin-left: 14rem;
		display: inline-block;
	}
}
.news__left {
	display: flex;
	align-items: flex-end;
}
.news__items {
	display: flex;
	justify-content: flex-end;
	gap: 6.4rem;
	margin-left: auto;
	flex: 1;
}
.news__item {
	position: relative;
	background-color: #fff;
	width: 40.4%;
	display: block;
}
.news__item--with-border {
	border: 1px solid #d0b29f;
}
.news__text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 13%;
	display: flex;
	flex-direction: column;
}
.news__category {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 122%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 4.8rem;
}
.news__date {
	margin-top: auto;
	align-items: flex-end;
	color: #f8f4f1;
	text-transform: uppercase;
	font-weight: 600;
}
.news__date span {
	font-size: 5.208vw;
	font-weight: 400;
	line-height: 110%;
}
.news__title {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 122%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.news__image {
	margin-top: auto;
	padding-bottom: 143.4%;
}
.news__image.full-image img {
	-o-object-position: bottom;
	object-position: bottom;
	-o-object-fit: contain;
	object-fit: contain;
}
.news__popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	pointer-events: none;
}
.news__popup.open {
	pointer-events: auto;
}
.news__popup.open .news__popup__blur {
	opacity: 1;
	pointer-events: auto;
}
.news__popup.open .news__popup__body {
	right: 0;
}
.news__popup__blur {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
}
.news__popup__close {
	width: 12rem;
	height: 12rem;
	position: absolute;
	left: 0;
	top: 0;
	justify-content: center;
	background-color: #d0b29f;
	color: #fff;
}
.news__popup__close:hover {
	background-color: #0b1328;
}
.news__popup__body {
	max-width: 90rem;
	padding-left: 12rem;
	width: 100vw;
	z-index: 3;
	position: absolute;
	right: -90rem;
	top: 0;
	bottom: 0;
}
.news__popup__body__content {
	padding: 16rem;
	height: 100%;
	background-color: #fafbff;
	overflow-y: auto;
}
.news__popup__date {
	color: #d0b29f;
	display: flex;
	align-items: flex-start;
	gap: 10rem;
}
.news__popup__date p {
	font-size: 15.8rem;
	line-height: 1em;
	letter-spacing: -0.1em;
}
.news__popup__date span {
	padding-top: 1rem;
}
.news__popup__title {
	font-size: 2.8rem;
	line-height: 1.42857em;
	letter-spacing: 0.1em;
	margin: 10rem 0;
	color: #d0b29f;
	font-weight: 400;
	text-transform: uppercase;
}
.news__popup__desc {
	color: #0b1328;
	margin-bottom: 2.4rem;
}
.news__popup__desc:last-child {
	margin-bottom: 0;
}
.news__popup__desc p {
	margin-bottom: 2.4rem;
}
.news__popup__desc p:last-child {
	margin-bottom: 0;
}
.news__popup__images {
	display: flex;
	gap: 1.6rem;
	flex-wrap: wrap;
}
.news__popup__images.flickity-enabled {
	display: block;
}
.news__popup__images .flickity-button {
	width: 4rem;
	height: 4rem;
}
.news__popup__images .flickity-button.previous {
	left: -5rem;
}
.news__popup__images .flickity-button.next {
	right: -5rem;
}
.news__popup__image {
	width: calc(50% - 0.8rem);
	padding-bottom: 43%;
	margin-right: 1.6rem;
}
@media (max-width: 767px) {
	.news {
		padding: 54px 0 16px;
	}

	.news__body {
		display: block;
		padding: 0;
	}

	.news__left {
		margin-bottom: 23px;
	}

	.news__left .section-title {
		font-size: 40px;
		line-height: 100%;
		letter-spacing: 4px;
	}

	.news__left .section-title span {
		font-size: 170px;
		line-height: 11px;
		margin-top: 0!important;
	}

	.news .circle-button {
		display: none;
	}

	.news__items {
		display: block;
	}

	.news__item {
		width: 100%;
		margin-bottom: 1.6rem;
	}

	.news__item:last-child {
		margin-bottom: 0;
	}

	.news__image {
		padding-bottom: 100%;
	}

	.news__image:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 1;
	}

	.news__image.full-image img {
		-o-object-fit: cover;
		object-fit: cover;
	}

	.news__text {
		padding: 24px;
		z-index: 2;
	}

	.news__category {
		order: 0;
		color: #e0e5f6 !important;
	}

	.news__title {
		order: 2;
		color: #e0e5f6 !important;
		margin-top: 8px;
	}

	.news__date {
		order: 1;
		color: #e0e5f6 !important;
		font-size: 14px;
	}

	.news__date span {
		font-size: 36px;
	}

	.news__popup__close {
		width: 60px;
		height: 60px;
	}

	.news__popup__body {
		padding-left: 0;
	}

	.news__popup__body__content {
		padding: 80px 24px 24px;
	}

	.news__popup__date {
		justify-content: space-between;
		gap: 20px;
	}

	.news__popup__date p {
		font-size: 60px;
		margin-top: 2rem;
	}

	.news__popup__date span {
		padding: 0;
	}

	.news__popup__title {
		font-size: 16px;
		margin: 30px 0;
		letter-spacing: 1px;
	}

	.news__popup__desc {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.news__popup__desc p {
		margin-bottom: 12px;
	}

	.news__popup__images .flickity-button {
		width: 3.5rem;
		height: 3.5rem;
	}

	.news__popup__images .flickity-button.previous {
		left: -20px;
	}

	.news__popup__images .flickity-button.next {
		right: -20px;
	}

	.news__popup__image {
		margin-right: 8px;
		width: calc(50% - 4px);
	}
}
.choose {
	position: relative;
	padding: 15.104vw 0 29rem;
}
.choose .container-fluid,
.choose .container-lg,
.choose .container-md,
.choose .container-sm,
.choose .container-xl,
.choose .container-xxl {
	position: relative;
	z-index: 1;
}
.choose__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.choose__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s linear;
}
.choose__image img.active {
	opacity: 1;
	pointer-events: auto;
}
.choose__slider {
	position: relative;
	padding: 0 2.5rem;
}
@media (min-width: 1300px) {
	.choose__slider .flickity-button.previous {
		left: -5rem;
	}

	.choose__slider .flickity-button.next {
		right: -5rem;
	}
}
@media (max-width: 1299px) {
	.choose__slider .flickity-button.previous {
		left: -1rem;
	}

	.choose__slider .flickity-button.next {
		right: -1rem;
	}
}
.choose__slider .section-title {
	text-align: center;
	z-index: 1;
}
@media (min-width: 768px) {
	.choose__slider .section-title {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		pointer-events: none;
	}
}
.choose__item {
	width: calc(33.3% - 6.4rem);
	background-color: #0b1328;
	padding: 3.333vw;
	margin-right: 6.4rem;
	min-height: 32.292vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}
.choose__item:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.choose__item > * {
	position: relative;
	z-index: 2;
}
.choose__item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition-duration: 1.3s;
	transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
	transition-property: transform, -webkit-transform;
	will-change: transform;
	background-color: #59413e;
	z-index: 1;
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
}
.choose__item p {
	font-weight: 200;
	font-size: 5.208vw;
	line-height: 110%;
	color: #d0b29f;
}
.choose__item span {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 122%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f8f4f1;
}
@media (min-width: 768px) {
	.choose__btn {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 6.4rem;
	}
}
@media (max-width: 767px) {
	.choose {
		padding: 67px 0 24px;
		overflow: hidden;
	}

	.choose .section-title {
		font-size: 40px;
		line-height: 110%;
		margin-bottom: 40px;
		letter-spacing: 4px;
	}

	.choose .section-title span {
		display: block;
		font-size: 125px;
		line-height: normal;
		margin-bottom: -25px;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		z-index: 111;
	}

	.choose__image:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.3);
	}

	.choose__slider {
		padding: 0;
	}

	.choose__slider .flickity-viewport {
		overflow: unset;
	}

	.choose__slider .flickity-button {
		display: none;
	}

	.choose__item {
		margin-right: 16px;
		width: 70%;
		height: 326px;
		padding: 24px;
	}

	.choose__item p {
		font-size: 42px;
	}

	.choose__btn {
		margin-top: 24px;
	}

	.choose__btn .circle-button {
		width: -webkit-max-content;
		width: max-content;
		max-width: 100%;
		border-width: 1px;
		height: auto;
		border-radius: 900px;
		padding: 22px 36px;
	}

	.choose__btn .circle-button br {
		display: none;
	}
}
.callback {
	padding: 12.8rem 0;
	background-color: #f8f4f1;
}
.callback .section-title {
	font-size: 5.729vw;
	line-height: 110%;
	color: #d0b29f;
	margin-bottom: 2.4rem;
}
.callback .section-title span {
	font-size: 260px;
	color: #0b1328;
}
.callback__form {
	width: 45.5rem;
	max-width: 100%;
	margin: 0 auto;
}
.callback .circle-button {
	width: 12rem;
	height: 12rem;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.callback {
		padding: 40px 0;
	}

	.callback .section-title {
		font-size: 40px;
		letter-spacing: 2px;
		margin-bottom: 34px;
	}

	.callback .section-title span {
		font-size: 142px;
		margin-bottom: 41px;
	}

	.callback .circle-button {
		width: 92px;
		height: 92px;
	}
}
.selection__body {
	margin-top: 9.6rem;
	padding: 9.6rem 0;
	background-color: #f8f4f1;
}
.selection__filter {
	margin-bottom: 7.6rem;
}
.selection__filter__fields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6.4rem;
	margin-bottom: 9.6rem;
}
.selection__filter__fields .form-group {
	min-width: 21.2rem;
	margin-bottom: 0;
}
.selection__filter__bottom {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
}
.selection__filter__bottom p {
	color: #0b1328;
	margin-right: 9.6rem;
}
.selection__filter__bottom .form-group {
	margin-left: auto;
}
.selection__filter__bottom .form-group select.form-control {
	border-bottom: 0;
	background-position: center right;
}
.selection__filter__reset {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: #d0b29f;
	font-weight: inherit;
}
.selection__item {
	display: flex;
	align-items: flex-start;
	padding: 6.4rem 0;
	border-top: 1px solid #e2d9d5;
}
.selection__item__rating {
	font-size: 6.4rem;
	font-weight: 300;
	color: #d0b29f;
	letter-spacing: 1px;
	margin-right: 12.8rem;
}
.selection__item__main {
	display: flex;
	align-items: center;
	gap: 6.4rem;
	margin-right: auto;
}
.selection__item__img {
	width: 15rem;
	height: 15rem;
}
.selection__item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.selection__item__info {
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.selection__item__info p {
	font-size: 18px;
	color: #0b1328;
}
.selection__item__info ul {
	color: #d0b29f;
	margin-top: 3.2rem;
	font-size: 1.4rem;
}
.selection__item__tools {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	color: #d0b29f;
}
.selection__item__favorite {
	color: #d0b29f;
	margin-left: 12.4rem;
}
@media (max-width: 767px) {
	.selection {
		overflow: hidden;
	}

	.selection__body {
		margin-top: 24px;
		padding: 20px 0;
	}

	.selection__filter {
		position: relative;
		padding-top: 40px;
		margin-bottom: 36px;
	}

	.selection__filter__fields {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 16px;
		padding: 0 20px;
		margin: 0 -20px 16px;
	}

	.selection__filter__fields .form-group {
		min-width: 150px;
	}

	.selection__filter__reset {
		position: absolute;
		top: 0;
		left: 0;
	}

	.selection__item {
		border: 1px solid #e2d9d5;
		margin-bottom: 16px;
		position: relative;
		padding: 198px 24px 24px;
	}

	.selection__item__rating {
		font-size: 42px;
		line-height: 90%;
		margin-right: 0;
		padding-bottom: 80px;
	}

	.selection__item__main {
		margin-right: 0;
		margin-left: auto;
		max-width: 140px;
		text-align: right;
	}

	.selection__item__img {
		position: absolute;
		top: 24px;
		left: 24px;
		right: 24px;
		width: auto;
		height: auto;
		text-align: center;
	}

	.selection__item__img img {
		width: 150px;
		height: 150px;
	}

	.selection__item__favorite {
		position: absolute;
		right: 24px;
		top: 24px;
		z-index: 2;
	}

	.selection__item__tools {
		position: absolute;
		left: 24px;
		bottom: 24px;
		z-index: 2;
	}
}
.gallery__body {
	margin-top: 7.5rem;
}
.gallery__item {
	width: 33.6%;
	margin-right: 6.4rem;
	padding-bottom: 42%;
	transition: none;
}
.gallery__item:before {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.gallery__item span {
	position: absolute;
	left: 6.4rem;
	bottom: 6.4rem;
	color: #f8f4f1;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 2;
}
@media (max-width: 767px) {
	.gallery__body {
		margin-top: 24px;
		padding-bottom: 64px;
	}

	.gallery .flickity-button {
		display: none;
	}

	.gallery__item {
		width: 60%;
		margin-right: 16px;
		padding-bottom: 75%;
	}

	.gallery__item span {
		left: 16px;
		bottom: 16px;
		font-size: 14px;
	}
}
.news-page {
	margin: 7.292vw 0;
}
.news-page__title {
	text-align: center;
	color: #d0b29f;
	font-weight: 400;
	font-size: 9.896vw;
	line-height: 60%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.news-page__title span {
	font-family: "Avenu Font", sans-serif;
	color: #0b1328;
	font-weight: 500;
	font-size: 9.896vw;
	line-height: 90%;
	text-transform: capitalize;
	z-index: 1;
	position: relative;
}
.news-page__links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14.8rem;
}
.news-page__link {
	width: 16.458vw;
	height: 16.458vw;
	border-width: 1px;
	font-size: 0.938vw;
	font-weight: 500;
	letter-spacing: 1px;
}
@media (max-width: 767px) {
	.news-page {
		margin-top: 24px;
		overflow: hidden;
	}

	.news-page__title {
		font-size: 32px;
		line-height: 90%;
		letter-spacing: 4px;
	}

	.news-page__title span {
		font-size: 89px;
		line-height: 95%;
	}

	.news-page__links {
		overflow-x: auto;
		justify-content: flex-start;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 24px;
		padding: 0 20px;
	}

	.news-page__link {
		min-width: 45%;
		width: 45%;
		height: auto;
		padding-bottom: 45%;
		position: relative;
	}

	.news-page__link span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 14px;
		width: 100%;
		text-align: center;
	}
}
.about {
	margin-bottom: 20rem;
}
.about__cover {
	position: relative;
	margin-top: -5rem;
}
.about__cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #0b1328 0, rgba(11, 19, 40, 0.5) 100%);
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.about__cover img {
	width: 100%;
}
.about__body {
	display: flex;
	align-items: flex-end;
	gap: 3.2rem;
	z-index: 1;
	position: relative;
}
.about__image {
	width: 52%;
	margin-top: -20%;
}
.about__image img {
	width: 100%;
}
.about__text {
	flex: 1;
	max-width: 42.4rem;
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 170%;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 3.2rem;
}
.about__text p {
	margin-bottom: 8rem;
}
.about__text p:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.about {
		margin-bottom: 50px;
	}

	.about__cover {
		margin-top: -25px;
		height: 80vh;
	}

	.about__cover img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.about__body {
		display: block;
	}

	.about__image {
		width: 75%;
		margin-top: -40%;
	}

	.about__text {
		max-width: 100%;
		font-size: 14px;
	}

	.about__text p {
		margin-bottom: 16px;
	}

	.about__text p:last-child {
		margin-bottom: 0;
	}
}
.how-buy {
	margin-top: 4.7rem;
}
.how-buy__title {
	text-align: center;
	font-weight: 200;
	font-size: 9.896vw;
	line-height: 90%;
	letter-spacing: 2.5rem;
	text-transform: uppercase;
	color: #d0b29f;
}
.how-buy__title span {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 26rem;
	line-height: 60%;
	text-transform: capitalize;
	letter-spacing: 0;
	color: #fff;
}
.how-buy .news-page__links {
	margin-bottom: 7.7rem;
}
.how-buy__link {
	width: 41.6rem;
	height: 41.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	border-width: 1px;
	color: #d0b29f;
}
.how-buy__link:hover {
	color: #fff;
}
.how-buy__link:not(.active) {
	font-size: 1.8rem;
	color: #f8f4f1;
	border-color: #f8f4f1;
}
.how-buy__content {
	display: flex;
	align-items: flex-start;
	gap: 3.2rem;
	margin-bottom: 12.4rem;
}
.how-buy__image {
	width: 57.3rem;
}
.how-buy__image img {
	width: 100%;
}
.how-buy__text {
	flex: 1;
	max-width: 81rem;
	margin: 0 auto;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 170%;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
.how-buy__text h2 {
	color: #d0b29f;
	font-weight: 300;
	font-size: 6.4rem;
	line-height: 110%;
	margin-bottom: 4.8rem;
	letter-spacing: 0.6rem;
}
@media (max-width: 767px) {
	.how-buy {
		margin-top: 24px;
		overflow: hidden;
	}

	.how-buy__title {
		font-size: 32px;
		letter-spacing: 5px;
		margin-bottom: 20px;
	}

	.how-buy__title span {
		font-size: 88px;
		line-height: 99%;
	}

	.how-buy .news-page__links {
		margin-bottom: 36px;
	}

	.how-buy__link {
		min-width: 50%;
		width: 50%;
		height: auto;
		padding-bottom: 50%;
		position: relative;
	}

	.how-buy__link span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 14px;
		width: 100%;
		text-align: center;
	}

	.how-buy__content {
		display: block;
		margin-bottom: 50px;
	}

	.how-buy__image {
		width: 100%;
		margin-bottom: 20px;
	}

	.how-buy__text {
		max-width: 100%;
		font-size: 14px;
	}

	.how-buy__text h2 {
		font-size: 24px;
		line-height: 111%;
		letter-spacing: 4px;
		margin-bottom: 24px;
	}
}
.penthouses img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.penthouses__main {
	height: 100svh;
	position: relative;
}
.penthouses__main__image {
	width: 100%;
	height: 100%;
	position: relative;
}
.penthouses__main__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%),
	linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0, rgba(0, 0, 0, 0.45) 100%);
}
.penthouses__main__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.penthouses__main__text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4.2rem;
	text-align: center;
}
.penthouses__main__title {
	font-weight: 200;
	font-size: 4.688vw;
	line-height: 90%;
	letter-spacing: 0.8rem;
	text-transform: uppercase;
	color: #f8f4f1;
	opacity: 0;
}
.penthouses__main__title span {
	display: inline-block;
	margin-top: 4rem;
	font-weight: 500;
	font-size: 6vw;
	line-height: 90%;
	letter-spacing: 0;
}
.penthouses__elegance {
	padding: 43.7rem 0 17.1rem;
	text-align: center;
}
.penthouses__elegance__image {
	width: 67.7rem;
	position: relative;
	margin: 0 auto 6.4rem;
}
.penthouses__elegance__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.penthouses__elegance__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.penthouses__elegance__image span {
	font-family: "Avenu Font", sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	font-size: 28rem;
	line-height: normal;
	color: #d0b29f;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.penthouses__elegance__small-img {
	width: 34.7rem;
	position: absolute;
	top: -20rem;
	right: -16.2rem;
	z-index: 2;
}
.penthouses__elegance__small-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}
.penthouses__elegance__title {
	font-weight: 300;
	font-size: 4.4rem;
	line-height: 170%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fafbff;
}
.penthouses__comfort {
	display: flex;
	gap: 5.7rem;
	padding-bottom: 40rem;
}
.penthouses__comfort__left {
	width: 63.8%;
}
.penthouses__comfort__right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.penthouses__comfort__small-img {
	width: 100%;
}
.penthouses__comfort__title {
	font-weight: 200;
	font-size: 5.208vw;
	line-height: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: -40%;
}
.penthouses__comfort__title span {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 11.458vw;
	line-height: 60%;
	letter-spacing: 0;
	text-transform: lowercase;
	color: #d0b29f;
}
.penthouses__avenue {
	padding: 21.25vw 0 8.542vw;
	background-color: #d1b29f;
	text-align: center;
}
.penthouses__avenue__title {
	font-weight: 200;
	font-size: 17.708vw;
	line-height: 50%;
	letter-spacing: 1.2rem;
	text-transform: uppercase;
	color: #f8f4f1;
	margin-bottom: 6.771vw;
}
.penthouses__avenue__title span {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 12.5vw;
	line-height: 90%;
	letter-spacing: 0;
	color: #0b1328;
	text-transform: capitalize;
}
.penthouses__avenue__desc {
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 110%;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
}
.penthouses__view {
	padding-top: 16.4rem;
}
.penthouses__view__title {
	text-align: center;
	font-weight: 300;
	font-size: 6.25vw;
	line-height: 120%;
	letter-spacing: 1rem;
	text-transform: uppercase;
	color: #0b1328;
	margin-bottom: 6.042vw;
}
.penthouses__view__title span {
	color: #d0b29f;
	vertical-align: middle;
	display: inline-flex;
}
.penthouses__view__title span i {
	font-family: "Avenu Font", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 12.5vw;
	line-height: 50%;
	letter-spacing: 0;
	text-transform: lowercase;
}
.penthouses__view__body {
	display: flex;
	align-items: flex-start;
	gap: 2.2rem;
	padding-left: 5.4rem;
}
.penthouses__view__text {
	padding-top: 13.5rem;
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #0b1328;
	max-width: 40.3rem;
}
.penthouses__view__image {
	flex: 1;
}
.penthouses__height {
	margin-top: 19rem;
}
.penthouses__height .section-title {
	margin-bottom: -13%;
	position: relative;
	z-index: 1;
}
.penthouses__height .projects__text {
	padding-bottom: 7rem;
}
.penthouses__height__cover {
	overflow: hidden;
}
.penthouses__details {
	padding-top: 20rem;
}
.penthouses__details__head {
	margin-bottom: 7.6rem;
}
.penthouses__details__head h2 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 130%;
	letter-spacing: 0.6rem;
	text-transform: uppercase;
	margin-bottom: 23rem;
}
.penthouses__details__head h2 span {
	color: #d0b29f;
}
.penthouses__details__head .penthouses__details__desc {
	width: -webkit-max-content;
	width: max-content;
	margin: 0 auto;
	padding-left: 10%;
}
.penthouses__details__desc {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 152%;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
}
.penthouses__details__body {
	display: flex;
	align-items: flex-end;
	gap: 15.3rem;
	padding-right: 18rem;
}
.penthouses__details__left {
	flex: 1;
}
.penthouses__details__right {
	width: 38.1rem;
	padding-bottom: 14rem;
}
.penthouses__details__small-img {
	margin-bottom: 14rem;
}
.penthouses__details__title {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 11.458vw;
	line-height: 5.208vw;
	text-transform: capitalize;
	color: #d0b29f;
	margin-left: -100%;
	margin-bottom: 10.417vw;
}
.penthouses__choose {
	position: relative;
	height: 100svh;
	display: flex;
}
.penthouses__choose__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.penthouses__choose__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}
.penthouses__choose__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.penthouses__choose__item {
	position: relative;
	z-index: 2;
	min-width: 100%;
}
.penthouses__choose__item h2 {
	font-weight: 200;
	font-size: 7vw;
	line-height: 120%;
	letter-spacing: 1rem;
	text-transform: uppercase;
}
.penthouses__choose__item h2 span {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 11vw;
	line-height: 80%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #d0b29f;
}
.penthouses__choose__item2 {
	min-width: 50%;
}
.penthouses__choose__item2:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: #0b1328;
}
.penthouses__choose__text {
	padding: 12.4rem;
}
.penthouses__choose__title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 1;
	opacity: 0;
}
.penthouses__choose.flex-row-reverse .penthouses__choose__item:after {
	left: 0;
	right: auto;
}
.penthouses__information {
	display: flex;
	align-items: flex-start;
	gap: 3.2rem;
	padding-top: 20rem;
	padding-left: 6rem;
}
.penthouses__information__text {
	font-weight: 500;
	font-size: 2.917vw;
	line-height: 130%;
	text-transform: uppercase;
	flex: 1;
	position: relative;
	z-index: 1;
}
.penthouses__information__text span {
	color: #d0b29f;
}
.penthouses__information__images {
	position: relative;
	padding-bottom: 17.2rem;
}
.penthouses__information__top-img {
	width: 26.354vw;
}
.penthouses__information__bottom-img {
	position: absolute;
	left: -8.229vw;
	bottom: 0;
	width: 23.438vw;
}
.penthouses__exclusive {
	margin-top: 7rem;
	display: flex;
	align-items: flex-start;
	gap: 3.2rem;
}
.penthouses__exclusive__left {
	max-width: 31.25vw;
	flex: 1;
}
.penthouses__exclusive__right {
	padding-top: 14rem;
	flex: 1;
}
.penthouses__exclusive__right__image {
	width: 71.5%;
	margin-left: auto;
}
.penthouses__exclusive__desc {
	font-weight: 200;
	font-size: 2.8rem;
	line-height: 152%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin: 0 auto 18rem;
	max-width: -webkit-max-content;
	max-width: max-content;
}
.penthouses__cover,
.penthouses__places {
	margin-top: 10.417vw;
}
.penthouses__places__main {
	display: flex;
	align-items: center;
	gap: 6.25vw;
	margin-bottom: 7.8rem;
}
.penthouses__places__main__image {
	width: 30.833vw;
}
.penthouses__places__main__title {
	flex: 1;
}
.penthouses__places__main__title h2 {
	font-weight: 300;
	font-size: 3.125vw;
	line-height: 130%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #d0b29f;
}
.penthouses__places__desc {
	font-weight: 200;
	font-size: 2.4rem;
	line-height: 152%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	width: 100%;
	max-width: -webkit-max-content;
	max-width: max-content;
	padding-right: 9rem;
}
.penthouses__places__body {
	position: relative;
	padding-top: 16rem;
	margin-top: 9.5rem;
}
.penthouses__places__small-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 27.292vw;
	z-index: 1;
}
.penthouses__places__center {
	max-width: 61.198vw;
	width: 100%;
	margin: 0 auto;
}
.penthouses__places__center__image {
	width: 100%;
	margin-bottom: 8.333vw;
}
.penthouses__places__bottom {
	display: flex;
	align-items: flex-start;
	gap: 13rem;
	padding-top: 17rem;
	padding-right: 16rem;
	position: relative;
	margin-top: 9rem;
}
.penthouses__places__bottom .penthouses__places__desc {
	flex: 1;
}
.penthouses__places__bottom__image {
	width: 30.833vw;
}
.penthouses__places__bottom__small-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 23.438vw;
}
.penthouses__window-view {
	display: flex;
}
.penthouses__window-view__left {
	width: 46%;
	position: relative;
}
.penthouses__window-view__left__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.penthouses__window-view__left__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(11, 19, 40, 0.9);
}
.penthouses__window-view__left__image img {
	width: 100%;
	height: 100%;
	-o-object-position: left;
	object-position: left;
}
.penthouses__window-view__left .penthouses__places__desc {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 9.5rem;
}
.penthouses__window-view__right {
	flex: 1;
}
.penthouses__engineer {
	background-color: #fff;
	padding: 9.6rem 0 14rem;
}
.penthouses__engineer__head {
	text-align: center;
	padding: 0 3.2rem;
}
.penthouses__engineer__head p {
	font-weight: 300;
	font-size: 3.5rem;
	line-height: 130%;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	color: #0b1328;
	margin-bottom: 7.292vw;
}
.penthouses__engineer__head h2 {
	font-weight: 200;
	font-size: 13.542vw;
	line-height: 50%;
	letter-spacing: 2rem;
	text-align: center;
	text-transform: uppercase;
	color: #d0b29f;
}
.penthouses__engineer__head h2 span {
	color: #0b1328;
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 10.417vw;
	line-height: 65%;
	letter-spacing: 0;
	text-transform: capitalize;
}
.penthouses__engineer__slider {
	margin-top: 10rem;
}
.penthouses__engineer__item {
	width: 35.2%;
	padding-bottom: 35.2%;
	border: 1px solid #0b1328;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.penthouses__engineer__content {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	padding: 6.4rem;
	font-size: 1.8rem;
	line-height: 152%;
	letter-spacing: 0.2rem;
	text-align: center;
	text-transform: uppercase;
	color: #0b1328;
}
.penthouses__engineer__icon {
	width: 3.2rem;
	height: 3.2rem;
	margin: 0 auto 2.292vw;
}
.penthouses__pool {
	position: relative;
	overflow: hidden;
}
.penthouses__pool__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.penthouses__pool__title {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5.208vw;
}
.penthouses__pool__title h2 {
	font-weight: 300;
	font-size: 3.906vw;
	line-height: 100%;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.penthouses__main__text {
		bottom: 50px;
	}

	.penthouses__main__title {
		font-size: 42px;
		line-height: 100%;
		letter-spacing: 2px;
		opacity: 1;
	}

	.penthouses__main__title span {
		margin-top: 10px;
		font-size: 50px;
		line-height: 110%;
	}

	.penthouses__elegance {
		padding: 132px 0 64px;
	}

	.penthouses__elegance__image {
		width: 100%;
		margin-bottom: 24px;
	}

	.penthouses__elegance__image::before {
		width: 184px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
	}

	.penthouses__elegance__image span {
		font-size: 124px;
		bottom: -30px;
	}

	.penthouses__elegance__image > img {
		width: 184px;
	}

	.penthouses__elegance__small-img {
		width: 160px;
		right: 0;
		top: -68px;
	}

	.penthouses__elegance__title {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.penthouses__comfort {
		flex-direction: row-reverse;
		gap: 4px;
		padding-bottom: 132px;
		position: relative;
	}

	.penthouses__comfort__left {
		width: 75%;
	}

	.penthouses__comfort__right {
		margin-left: -20px;
	}

	.penthouses__comfort__title {
		position: absolute;
		bottom: 32px;
		margin-bottom: 0;
		left: 0;
		font-size: 36px;
	}

	.penthouses__comfort__title span {
		font-size: 150px;
		line-height: 0%;
	}

	.penthouses__avenue {
		padding: 48px 0;
	}

	.penthouses__avenue__image {
		margin-bottom: 40px;
	}

	.penthouses__avenue__title {
		font-size: 42px;
		line-height: 90%;
		letter-spacing: 2px;
	}

	.penthouses__avenue__title span {
		font-size: 70px;
		line-height: 90%;
	}

	.penthouses__avenue__desc {
		font-size: 16px;
		line-height: 134%;
		text-align: left;
		letter-spacing: 2px;
		padding: 0px 0 13px 5px;
	}

	.penthouses__avenue__desc br {
		display: none;
	}

	.penthouses__view {
		padding-top: 37px;
		overflow: hidden;
	}

	.penthouses__view__title {
		text-align: left;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 32px;
		margin-bottom: 20px;
		position: relative;
		z-index: 1;
	}
	.penthouses__view__title span {
		vertical-align: middle !important;
	}
	.penthouses__view__title span i {
		font-size: 113px;
		line-height: 0%;
		display: inline-block;
		vertical-align: middle;
		margin-top: -36px;
	}

	.penthouses__view__body {
		flex-direction: column-reverse;
		padding: 0;
		gap: 16px;
		margin-top: -20px;
	}

	.penthouses__view__text {
		padding: 0 20px;
		font-size: 14px;
		line-height: 130%;
		font-weight: 400;
	}

	.penthouses__view__text br {
		display: none;
	}

	.penthouses__view__image {
		margin-left: 103px;
		width: 466px;
	}

	.penthouses__height {
		margin-top: 48px;
	}

	.penthouses__height .section-title {
		margin-bottom: 0;
	}

	.penthouses__height .projects__head {
		display: block;
		padding: 0;
		margin-bottom: 24px;
	}

	.penthouses__height .projects__text {
		padding-bottom: 0;
	}

	.penthouses__details {
		padding: 20px 0;
	}

	.penthouses__details__head {
		margin-bottom: 0;
	}

	.penthouses__details__head h2 {
		font-size: 19px;
		line-height: 140%;
		letter-spacing: 2px;
		font-weight: 200;
		margin-bottom: 32px;
	}

	.penthouses__details__head .penthouses__details__desc {
		padding-left: 0;
		width: 100%;
		font-size: 19px;
		line-height: 140%;
		letter-spacing: 2px;
		font-weight: 200;
		margin-bottom: 32px;
	}

	.penthouses__details__body {
		display: block;
		padding: 70px 0 0;
		position: relative;
	}

	.penthouses__details__title {
		margin: 0;
		position: absolute;
		top: 0;
		left: 20px;
		right: 20px;
		font-size: 80px;
		line-height: normal;
	}

	.penthouses__details__left {
		width: 266px;
		height: 373px;
	}

	.penthouses__details__left img {
		height: 100%;
	}

	.penthouses__details__right {
		margin-top: 16px;
		padding-bottom: 0;
		width: 100%;
	}

	.penthouses__details__small-img {
		position: absolute;
		right: 0;
		top: 100px;
		width: 179px;
		margin: 0;
	}

	.penthouses__details__desc {
		font-size: 14px;
		line-height: 130%;
		padding: 0 20px;
		letter-spacing: 2px;
	}

	.penthouses__choose {
		height: 80vh;
		margin-top: 40px;
		margin-bottom: 100px;
	}

	.penthouses__choose__image img {
		height: 100%;
	}

	.penthouses__choose__item h2 {
		font-size: 42px;
		line-height: 90%;
		letter-spacing: 2px;
		font-weight: 400;
	}

	.penthouses__choose__item h2 span {
		font-size: 85px !important;
		line-height: 100%;
		bottom: 11px !important;
	}

	.penthouses__choose__item2 {
		position: absolute;
		right: 20px;
		bottom: -65px;
		min-width: unset;
	}

	.penthouses__choose__item2:after {
		display: none;
	}

	.penthouses__choose__title {
		opacity: 1;
		position: unset;
		-webkit-transform: none;
		transform: none;
		text-align: left;
	}

	.penthouses__choose__text {
		padding: 16px;
	}

	.penthouses__information {
		display: block;
		padding: 0 0 24px;
	}

	.penthouses__information__text {
		padding: 0 20px;
		font-size: 16px !important;
		line-height: 150%;
		margin-bottom: 24px;
		letter-spacing: 2px;
	}
	.penthouses__information__text span{
		display: block;
	}
	.penthouses__information__images {
		padding-bottom: 54px;
	}

	.penthouses__information__top-img {
		width: 290px;
	}

	.penthouses__information__bottom-img {
		right: 0;
		width: 246px;
		left: auto;
	}

	.penthouses__exclusive {
		flex-direction: column-reverse;
		margin-top: 0;
		position: relative;
		padding-bottom: 66px;
	}

	.penthouses__exclusive__left {
		position: absolute;
		left: -20px;
		bottom: 0;
		width: 264px;
		max-width: unset;
	}

	.penthouses__exclusive__right {
		padding-top: 0;
	}

	.penthouses__exclusive__right__image {
		margin-right: -20px;
		width: 326px;
	}

	.penthouses__exclusive__desc {
		max-width: 100%;
		font-size: 14px;
		line-height: 130%;
		font-weight: 400;
		margin-bottom: 40px;
	}

	.penthouses__exclusive__desc br {
		display: none;
	}

	.penthouses__cover {
		margin-top: 40px;
	}

	.penthouses__places {
		margin-top: 24px;
	}

	.penthouses__places__main {
		flex-direction: column-reverse;
		align-items: unset;
		margin-bottom: 24px;
		gap: 24px;
	}

	.penthouses__places__main__title h2 {
		font-size: 16px;
		line-height: 120%;
		font-weight: 400;
	}

	.penthouses__places__main__image {
		width: 100vw;
		margin-left: -20px;
	}

	.penthouses__places__desc {
		padding: 0;
		max-width: 100%;
		font-size: 17px;
		line-height: 130%;
	}

	.penthouses__places__body {
		margin: 24px -20px 0;
		padding-top: 66px;
	}

	.penthouses__places__center {
		max-width: 100%;
	}

	.penthouses__places__center__image {
		width: 92%;
		margin-bottom: 24px;
	}

	.penthouses__places__center .penthouses__places__desc {
		padding: 0 20px;
	}

	.penthouses__places__small-img {
		width: 186px;
	}

	.penthouses__places__bottom {
		flex-direction: column-reverse;
		gap: 24px;
		padding: 66px 0 0;
		margin-top: 24px;
	}

	.penthouses__places__bottom__image {
		width: 92%;
		margin-left: -20px;
	}

	.penthouses__places__bottom__small-img {
		width: 186px;
		height: 243px;
	}

	.penthouses__places__bottom__small-img img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.penthouses__window-view {
		flex-direction: column-reverse;
		margin-top: 40px;
		position: relative;
	}

	.penthouses__window-view__right {
		height: 600px;
		flex: unset;
	}

	.penthouses__window-view__right img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.penthouses__window-view__left {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		height: 50%;
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.penthouses__window-view__left__image img {
		display: none;
	}

	.penthouses__window-view__left .penthouses__places__desc {
		padding: 20px;
		position: relative;
		margin-top: auto;
	}

	.penthouses__engineer {
		padding: 48px 0;
	}

	.penthouses__engineer__head {
		padding: 0 20px;
	}

	.penthouses__engineer__head p {
		font-size: 14px;
		line-height: 130%;
	}

	.penthouses__engineer__head h2 {
		font-size: 32px;
		line-height: 130%;
		letter-spacing: 4px;
	}

	.penthouses__engineer__head h2 span {
		font-size: 75px;
	}

	.penthouses__engineer__slider {
		margin-top: 24px;
	}

	.penthouses__engineer__slider .flickity-button {
		display: none;
	}

	.penthouses__engineer__item {
		width: 66%;
		padding-bottom: 66%;
	}

	.penthouses__engineer__content {
		top: 0;
		bottom: 0;
		padding: 36px 0;
		font-size: 12px;
	}

	.penthouses__engineer__content p {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 0 20px;
	}

	.penthouses__engineer__icon {
		margin-bottom: 16px;
	}

	.penthouses__pool__image {
		height: 600px;
	}

	.penthouses__pool__image img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.penthouses__pool__title {
		bottom: auto;
		top: 0;
		padding: 16px;
	}

	.penthouses__pool__title h2 {
		font-size: 24px !important;
		font-weight: 600 !important;
		line-height: 110% !important;
		letter-spacing: 2px !important;
		margin-top: 10%;
		color:#ffffff !important;
	}

	.penthouses__pool__title h2 br {
		display: none;
	}

	.penthouses__pool__btn {
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 16px;
		width: 282px;
		height: auto;
		max-width: 100%;
		padding: 15px 16px;
		border-radius: 900px;
		border-width: 1px;
	}

	.penthouses__pool__btn br {
		display: none;
	}
}
.advantages img {
	width: 100%;
}
.advantages .section-title {
	z-index: 1;
	position: relative;
}
.advantages__cover {
	margin-top: -12.385vw;
}
.advantages__lobby {
	background-color: #fff;
	padding: 12rem 0 0;
}
.advantages__lobby img {
	-o-object-fit: cover;
	object-fit: cover;
}
.advantages__lobby__title {
	font-weight: 300;
	font-size: 4.375vw;
	line-height: 110%;
	letter-spacing: 0.6rem;
	text-transform: uppercase;
	color: #d0b29f;
}
.advantages__lobby__desc {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 170%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #0b1328;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 11.4rem;
	margin-top: 19%;
	margin-bottom: 15%;
}
.advantages__lobby__images {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.advantages__lobby__left-img {
	min-width: 43.5%;
	margin-bottom: -4.4rem;
}
.advantages__lobby__right-img {
	min-width: 58.5%;
	margin-left: -10%;
	margin-bottom: -15%;
}
.advantages__comfort {
	padding-top: 27%;
}
.advantages__comfort__main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6.4rem;
	margin-top: 9rem;
	margin-bottom: -10%;
	z-index: 1;
	position: relative;
}
.advantages__comfort__main .advantages__lobby__desc {
	padding-top: 10.4rem;
	flex: 1;
}
.advantages__comfort__main__image {
	width: 54rem;
}
.advantages__comfort__image {
	width: 75%;
	margin-bottom: -15%;
}
.advantages__choose {
	background-color: #d0b29f;
	padding-top: 23%;
}
.advantages__choose .choose__item p {
	font-size: 6.4rem;
}
.advantages__choose__bottom {
	margin-top: 12%;
}
.advantages__choose__bottom h2 {
	font-weight: 300;
	font-size: 3.854vw;
	line-height: 70%;
	letter-spacing: 0.6rem;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
.advantages__choose__bottom h2 span {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 8.854vw;
	line-height: 70%;
	letter-spacing: 0;
	text-transform: lowercase;
	display: inline-block;
	vertical-align: text-bottom;
}
.advantages__choose__images {
	display: flex;
	position: relative;
	margin-top: 6.3rem;
}
.advantages__choose__images img {
	-o-object-fit: cover;
	object-fit: cover;
}
.advantages__choose__left-img {
	min-width: 50%;
	z-index: 2;
}
.advantages__choose__right-img {
	min-width: 53%;
	margin-top: -8%;
	margin-left: -6%;
	z-index: 1;
}
.advantages__choose__center-img {
	position: absolute;
	left: 30%;
	bottom: -20%;
	width: 40.2%;
	z-index: 3;
}
.advantages__close {
	margin-top: 16%;
}
.advantages__close h2 {
	font-weight: 300;
	font-size: 3.854vw;
	line-height: 120%;
	letter-spacing: 1.8rem;
	text-transform: uppercase;
	margin-top: -3%;
	z-index: 1;
	position: relative;
}
.advantages__close__content {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 7.7rem;
	margin-right: 15rem;
}
.advantages__close__desc {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 170%;
	letter-spacing: 0.2rem;
	text-align: right;
	text-transform: uppercase;
}
.advantages__close__image {
	width: 42%;
	margin-top: -10%;
}
.advantages__planing {
	margin-top: 19.5%;
	margin-bottom: -25%;
}
.advantages__planing h2 {
	font-weight: 300;
	font-size: 3.854vw;
	line-height: 120%;
	letter-spacing: 0.8rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -3%;
	z-index: 1;
	position: relative;
}
.advantages__planing h2 span {
	color: #d0b29f;
}
.advantages__planing__item {
	padding-bottom: 114%;
}
.advantages__planing__desc {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 170%;
	letter-spacing: 0.2rem;
	text-align: center;
	text-transform: uppercase;
	margin-top: 5rem;
}
.advantages__garage {
	background-color: #d0b29f;
	padding-top: 37%;
	padding-bottom: 10%;
}
.advantages__garage__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6.4rem;
	margin-bottom: 10%;
}
.advantages__garage__head h2 {
	font-weight: 300;
	font-size: 4.792vw;
	line-height: 110%;
	letter-spacing: 0.6rem;
	text-transform: uppercase;
	color: #fff;
}
.advantages__garage__head h2 span {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 7.917vw;
	line-height: 50%;
	letter-spacing: 0;
	text-transform: capitalize;
}
.advantages__garage__desc {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 170%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 767px) {
	.advantages {
		overflow: hidden;
	}

	.advantages__lobby {
		padding: 16px 0;
	}

	.advantages__lobby__title {
		font-size: 42px;
		line-height: 100%;
		margin-bottom: 16px;
		font-weight: 400;
		letter-spacing: 4px;
	}

	.advantages__lobby__title img{
		width: 60% !important;
	}

	.advantages__lobby__desc {
		margin-top: 0;
		display: block;
		margin-bottom: 48px;
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 2px;
		line-height: 110%;
	}

	.advantages__lobby__desc br {
		display: none;
	}

	.advantages__lobby__desc p {
		margin-bottom: 16px;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 3px;
	}

	.advantages__lobby__images {
		display: block;
		margin-bottom: -130%;
	}

	.advantages__lobby__left-img {
		margin-left: -20px;
		z-index: 1;
		position: relative;
	}

	.advantages__lobby__right-img {
		margin-right: -20px;
		margin-left: auto;
		min-width: auto;
		width: 304px;
		margin-bottom: 0;
	}

	.advantages__comfort {
		padding-top: 130%;
	}

	.advantages__comfort__main {
		display: block;
		margin-top: 24px;
		margin-bottom: -40%;
	}

	.advantages__comfort__main .advantages__lobby__desc {
		padding-top: 0;
		position: relative;
		z-index: 1;
	}

	.advantages__comfort__main__image {
		width: 196px;
		margin-left: auto;
		margin-right: -20px;
		margin-top: -40px;
	}

	.advantages__comfort__image {
		width: 100vw;
		margin-left: -20px;
	}

	.advantages__comfort__image img {
		min-height: 246px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.advantages__choose {
		overflow: hidden;
	}

	.advantages__choose .row {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-left: -28px;
		margin-right: -28px;
		padding: 0 20px;
	}

	.advantages__choose .row > * {
		width: 95%;
	}

	.advantages__choose__bottom h2 {
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 110%;
	}

	.advantages__choose__bottom h2 span {
		font-size: 138px;
		line-height: 65px;
		display: inline-block;
		vertical-align: text-bottom;
	}

	.advantages__choose__images {
		display: block;
		margin-top: 0;
	}

	.advantages__choose__left-img {
		margin-right: -20px;
		width: 304px;
		max-width: 100%;
		margin-left: auto;
		min-width: auto;
	}

	.advantages__choose__right-img {
		bottom: auto;
		top: 85px;
		left: -20px;
		width: 216px;
		position: absolute;
		margin: 0;
		min-width: auto;
	}

	.advantages__choose__center-img {
		margin-left: -20px;
		min-width: auto;
		width: 100vw;
		margin-top: 0;
		position: unset;
	}

	.advantages__close {
		margin-top: 64px;
	}

	.advantages__close h2 {
		margin-top: 24px;
		padding: 0 20px;
		font-size: 32px;
		font-weight: 400;
		line-height: 110%;
		letter-spacing: 2px;
	}

	.advantages__close__banner {
		margin-left: -20px;
		margin-right: -20px;
	}

	.advantages__close__banner img {
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.advantages__close__content {
		display: block;
		margin-right: 0;
		margin-top: 16px;
		position: relative;
	}

	.advantages__close__desc {
		font-size: 18px;
		line-height: 114%;
		font-weight: 200;
		text-align: left;
		padding-right: 210px;
	}

	.advantages__close__desc br {
		display: none;
	}

	.advantages__close__image {
		position: absolute;
		right: -20px;
		bottom: 0;
		width: 212px;
		height: 215px;
	}

	.advantages__close__image img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%;
	}

	.advantages__planing {
		margin-top: 48px;
		margin-bottom: -50%;
	}

	.advantages__planing h2 {
		text-align: left;
		margin-bottom: 24px;
		padding: 0;
	}

	.advantages__planing .row {
		margin-left: -28px;
		margin-right: -28px;
	}

	.advantages__planing .row > :last-child {
		display: none;
	}

	.advantages__planing__desc {
		margin-top: 24px;
		text-align: left;
		font-size: 17px;
		letter-spacing: 0.3px;
		line-height: 28px;
	}

	.advantages__planing__desc br {
		display: none;
	}

	.advantages__garage {
		padding-top: 55%;
	}

	.advantages__garage__head {
		display: block;
	}

	.advantages__garage__head h2 {
		font-size: 32px;
		font-weight: 400;
		line-height: 90%;
		letter-spacing: 3px;
		margin-bottom: 16px;
	}

	.advantages__garage__head h2 span {
		font-size: 90px;
		line-height: 89px;
	}

	.advantages__garage__desc {
		font-size: 17px;
		line-height: 150%;
		letter-spacing: 0.3px;
	}

	.advantages__garage__desc br {
		display: none;
	}
}
.location__cover,
.location__cover__image {
	position: relative;
}
.location__cover__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.location__cover img {
	width: 100%;
}
.location__places {
	margin-top: 11rem;
	padding-bottom: 15.6rem;
	position: relative;
}
.location__places__tab {
	position: absolute;
	width: 74.2rem;
	height: 80rem;
	top: 0;
	left: 0;
}
.location__places__tab__item {
	position: absolute;
	top: 0;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0.3 !important;
	z-index: 1;
	pointer-events: none;
}
.location__places__tab__item.active {
	opacity: 1 !important;
}
.location__places__tab__item:first-child {
	width: 37.2rem;
	height: 43.2rem;
}
.location__places__tab__item:nth-child(2) {
	width: 55rem;
	height: 61.4rem;
}
.location__places__tab__item:last-child {
	width: 74.2rem;
	height: 80rem;
}
.location__places__tab__minutes {
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	margin: -3.5rem auto;
	cursor: pointer;
	width: -webkit-max-content;
	width: max-content;
	padding: 0 8rem;
	pointer-events: auto;
}
.location__places__tab__minutes p {
	font-weight: 300;
	font-size: 7.6rem;
	line-height: 110%;
	margin-bottom: 1.6rem;
	color: #d0b29f;
}
.location__places__tab__minutes span {
	font-size: 1.8rem;
	line-height: 110%;
	display: block;
}
.location__places__content {
	padding-top: 15rem;
	width: 57.5%;
	margin-left: auto;
}
.location__places__content__item {
	margin-bottom: 6rem;
}
.location__places__slider .flickity-button {
	top: 30%;
}
.location__places__slider__item {
	width: 100%;
}
.location__places__slider__image {
	position: relative;
	padding-bottom: 58%;
}
.location__places__slider__image h2 {
	font-weight: 300;
	font-size: 7.6rem;
	line-height: 110%;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	position: absolute;
	left: 14.4rem;
	bottom: -3.6rem;
}
.location__places__slider__minutes {
	display: none;
}
.location__places__slider__desc {
	font-size: 1.8rem;
	line-height: 170%;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	width: 50.4rem;
	max-width: 100%;
	margin-left: auto;
	margin-top: 14.5rem;
}
.location__title {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -17%;
	padding-right: 10%;
}
.location__title h2 {
	font-weight: 300;
	font-size: 6.5rem;
	line-height: 110%;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
}
.location__title h2 span {
	color: #d0b29f;
}
@media (min-width: 768px) {
	.location .projects__text {
		padding: 6.4rem 6.771vw;
	}

	.location .projects__text__item {
		justify-content: flex-start;
	}

	.location .projects__text__title {
		margin: 0;
		font-size: 6.25vw;
	}
}
.location .projects__text__title {
	color: #d0b29f;
}
.location__important {
	padding-top: 12.8rem;
	padding-bottom: 23rem;
}
.location__important .section-title {
	margin-bottom: 12.8rem;
}
.location__important__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 31.5rem;
	position: relative;
	max-width: -webkit-max-content;
	max-width: max-content;
	margin: 0 auto;
}
.location__important__image {
	width: 32.813vw;
	position: relative;
}
.location__important__image.top {
	position: absolute;
	top: 0;
	right: 14rem;
}
.location__important__image h2 {
	font-family: "Avenu Font", sans-serif;
	font-weight: 500;
	font-size: 110px;
	line-height: 110%;
	color: #d0b29f;
	position: absolute;
	left: -4.8rem;
	top: -8.5rem;
	z-index: 2;
}
.location__important__bottom {
	display: flex;
	align-items: flex-end;
	gap: 6.4rem;
}
.location__important__desc {
	font-weight: 200;
	font-size: 1.8rem;
	line-height: 152%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	width: 49.1rem;
	color: #0b1328;
}
@media (max-width: 767px) {
	.location__title {
		position: unset;
		padding: 0 20px;
		margin-top: 40px;
	}

	.location__title h2 {
		font-size: 23px !important;
		line-height: 155%;
		letter-spacing: 2px;
	}

	.location__title h2 br {
		display: none;
	}

	.location__places {
		margin: 48px -20px 0;
		padding-bottom: 0;
	}

	.location__places__tab {
		display: none;
	}

	.location__places__content {
		padding: 0;
		width: 100%;
		margin: 0;
	}

	.location__places__content__item {
		margin-bottom: 48px;
	}

	.location__places__slider .flickity-button {
		display: none;
	}

	.location__places__slider__image h2 {
		left: 20px;
		right: 20px;
		bottom: auto;
		top: 100%;
		font-size: 35px;
		line-height: 90%;
		margin-top: 60px;
	}

	.location__places__slider__minutes {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 8px;
		width: 86px;
		height: 86px;
		border-radius: 50%;
		position: absolute;
		left: 20px;
		bottom: -43px;
		color: #fff;
		background-color: #0b1328;
	}

	.location__places__slider__minutes p {
		font-size: 31px;
		line-height: 100%;
	}

	.location__places__slider__minutes span {
		font-size: 12px;
		line-height: 122%;
		text-transform: uppercase;
	}

	.location__places__slider__desc {
		margin-top: 130px;
		width: 100%;
		font-size: 14px;
		padding: 0 20px;
		line-height: 150%;
		letter-spacing: 2px;
	}

	.location .projects__block {
		flex-direction: column-reverse;
	}

	.location .projects__buttons {
		top: 24px;
	}

	.location .projects__text {
		padding: 0;
	}

	.location__important {
		padding: 24px 0;
		overflow: hidden;
	}

	.location__important .section-title {
		margin-bottom: 70px;
		font-size: 26px;
		font-weight: 400;
		letter-spacing: 2px;
		overflow-wrap: break-word;
		padding: 0 0 40px 0px;
	}

	.location__important__body {
		padding-top: 50px;
		max-width: 100%;
		align-items: flex-start;
	}

	.location__important__image {
		position: unset;
	}

	.location__important__image.top {
		position: unset;
		width: 326px;
		max-width: 100%;
		margin-left: -20px;
	}

	.location__important__image h2 {
		bottom: 100%;
		top: auto;
		left: 0;
		font-size: 150px;
		line-height: 80%;
	}

	.location__important__bottom {
		display: block;
	}

	.location__important__bottom img {
		position: absolute;
		top: 0;
		right: -75px;
		z-index: 2;
		width: 286px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.location__important__desc {
		width: 100%;
		line-height: 120%;
		letter-spacing: 2px;
		margin-top: 23px;
		font-size: 1.8rem;
	}
	.section--title--location span {
		font-family: "Avenu Font", sans-serif;
		font-size: 108px !important;
		font-weight: 500;
		line-height: 66% !important;
		text-transform: none !important;
		color: #d0b29f;
		letter-spacing: 0px;
		vertical-align: middle;
		display: inline-block;
	}
}
.infrastructure__cover {
	margin-top: 12rem;
	position: relative;
}
.infrastructure__cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.infrastructure__cover .section-head {
	position: absolute;
	left: 0;
	right: 0;
	top: -7rem;
	z-index: 1;
}
.infrastructure__cover .section-title {
	font-weight: 300;
}
.infrastructure__cover .section-title span {
	font-size: 14rem;
	line-height: 90%;
	color: #fff;
}
.infrastructure__cover img {
	width: 100%;
}
.infrastructure__location {
	display: flex;
	align-items: flex-start;
	margin-top: 16%;
	padding-left: 7.031vw;
}
.infrastructure__location__title {
	margin-right: 7.031vw;
	width: 40.7rem;
	overflow-wrap: break-word;
}
.infrastructure__location__title h2 {
	font-weight: 300;
	font-size: 6.4rem;
	line-height: 110%;
	letter-spacing: 0.8rem;
	text-transform: uppercase;
}
.infrastructure__location__title h2 span {
	color: #d0b29f;
}
.infrastructure__location__image {
	flex: 1;
}
.infrastructure__service {
	padding-top: 30%;
	overflow: hidden;
}
.infrastructure__service__tab {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 8rem;
	counter-reset: my-awesome-counter;
}
.infrastructure__service__tab__item {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 190%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	position: relative;
	counter-increment: my-awesome-counter;
	text-align: center;
	z-index: 1;
	min-width: 0;
}
.infrastructure__service__tab__item.active {
	width: 34.896vw;
	max-width: 67rem;
}
.infrastructure__service__tab__item.active:before {
	opacity: 1;
	pointer-events: auto;
}
.infrastructure__service__tab__item.active:after {
	opacity: 1;
}
.infrastructure__service__tab__item:hover {
	color: #d0b29f;
}
.infrastructure__service__tab__item:before {
	content: counter(my-awesome-counter, decimal-leading-zero);
	font-weight: 300;
	font-size: 4.688vw;
	line-height: 100%;
	color: #d0b29f;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 0;
	bottom: 100%;
	margin-bottom: 2.604vw;
	transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	opacity: 0;
	pointer-events: none;
}
.infrastructure__service__tab__item:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	border-radius: 50%;
	border: 1px solid #d0b29f;
	width: 34.896vw;
	height: 34.896vw;
	max-width: 67rem;
	max-height: 67rem;
	transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
	opacity: 0;
	pointer-events: none;
}
.infrastructure__service__tab__space {
	flex: 0;
	margin-right: 3.2rem;
}
.infrastructure__service__tab__space.active {
	flex: 1;
}
.infrastructure__service__sliders {
	position: relative;
	padding-bottom: 33.4%;
}
.infrastructure__service__slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
}
.infrastructure__service__slider.active {
	opacity: 1;
	pointer-events: auto;
}
.infrastructure__pool {
	padding-top: 22%;
}
.infrastructure__pool__cover,
.infrastructure__pool__cover__image {
	position: relative;
}
.infrastructure__pool__cover__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
			180deg,
			#0b1328 0,
			rgba(11, 19, 40, 0.8) 56.86%,
			#0b1328 100%
	);
}
.infrastructure__pool__cover__image img {
	width: 100%;
}
.infrastructure__pool__cover .container-fluid,
.infrastructure__pool__cover .container-lg,
.infrastructure__pool__cover .container-md,
.infrastructure__pool__cover .container-sm,
.infrastructure__pool__cover .container-xl,
.infrastructure__pool__cover .container-xxl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.infrastructure__pool__cover .infrastructure__pool__desc {
	margin-top: 17%;
	margin-left: auto;
	margin-right: 17%;
}
.infrastructure__pool__elem {
	position: absolute;
	right: 0;
	top: -23%;
	width: 41.2%;
}
.infrastructure__pool__elem img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.infrastructure__pool__title {
	margin-top: 8%;
}
.infrastructure__pool__title h2 {
	font-weight: 300;
	font-size: 6.458vw;
	line-height: 110%;
	letter-spacing: 2rem;
	text-transform: uppercase;
}
.infrastructure__pool__desc {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 170%;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	width: -webkit-max-content;
	width: max-content;
	max-width: 100%;
}
.infrastructure__pool__images {
	position: relative;
	padding-bottom: 90%;
}
.infrastructure__pool__images__title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 25%;
	z-index: 15;
}
.infrastructure__pool__images__title h2 {
	font-weight: 300;
	font-size: 7.4rem;
	line-height: 110%;
	letter-spacing: 0.6rem;
	text-align: center;
	text-transform: uppercase;
}
.infrastructure__pool__images__top-desc {
	margin-top: 5rem;
	padding-left: 8%;
	position: relative;
	z-index: 3;
}
.infrastructure__pool__images__with-desc {
	position: absolute;
}
.infrastructure__pool__images__with-desc.desc-right {
	top: 5%;
	right: 3.5%;
	width: 43%;
}
.infrastructure__pool__images__with-desc.desc-left {
	top: 43%;
	left: 12%;
	width: 36%;
}
.infrastructure__pool__images__with-desc .infrastructure__pool__image {
	position: unset;
	width: 100%;
}
.infrastructure__pool__images__with-desc .infrastructure__pool__desc {
	margin-top: 15%;
	z-index: 3;
	position: relative;
}
.infrastructure__pool__image {
	position: absolute;
}
.infrastructure__pool__image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.infrastructure__pool__image.image-1 {
	left: 5%;
	top: -9vw;
	width: 34.7%;
	z-index: 10;
}
.infrastructure__pool__image.image-2 {
	right: 0;
	top: 16%;
	width: 43%;
	z-index: 9;
}
.infrastructure__pool__image.image-3 {
	left: -7%;
	top: 25%;
	width: 42.5%;
	z-index: 8;
}
.infrastructure__pool__image.image-4 {
	left: 3%;
	top: 46%;
	width: 44.1%;
	z-index: 7;
}
.infrastructure__pool__image.image-5 {
	right: 0;
	bottom: 0;
	width: 65.7%;
	z-index: 6;
}
.infrastructure__pool__image.image-7 {
	left: 0;
	top: 17%;
	width: 44.7%;
}
.infrastructure__pool__image.image-9 {
	top: 31%;
	right: 0;
	width: 25.6%;
}
@media (max-width: 767px) {
	.infrastructure__cover {
		margin-top: 80px;
	}

	.infrastructure__cover .section-head {
		top: -25px;
	}

	.infrastructure__location {
		display: block;
		margin-top: 24px;
		padding-left: 0;
		overflow: hidden;
	}

	.infrastructure__location__title {
		margin-right: 0;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 24px;
	}

	.infrastructure__location__title h2 {
		font-size: 23px;
		letter-spacing: 2px;
		line-height: 155%;
	}

	.infrastructure__location__title h2 br {
		display: none;
	}

	.infrastructure__location__image {
		margin-left: 70px;
		max-width: 100%;
		width: 382px;
		height: 275px;
	}

	.infrastructure__location__image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.infrastructure__service {
		padding-top: 36px;
	}

	.infrastructure__service__tab {
		overflow-x: auto;
		justify-content: unset;
		margin: 0 -20px;
		padding: 120px 20px;
		gap: 16px;
	}

	.infrastructure__service__tab__item {
		white-space: nowrap;
		min-width: auto;
	}

	.infrastructure__service__tab__item:before {
		display: none;
	}

	.infrastructure__service__tab__item:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 240px;
		height: 240px;
		max-width: unset;
		max-height: unset;
	}

	.infrastructure__service__tab__item.active {
		width: auto;
		max-width: unset;
	}

	.infrastructure__service__tab__space {
		display: none;
	}

	.infrastructure__service__sliders {
		padding-bottom: 50%;
	}

	.infrastructure__service__sliders .flickity-button {
		display: none;
	}

	.infrastructure__service__slider .slider-title {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		font-size: 90px;
		line-height: normal;
	}

	.infrastructure__service__slider .rif-design__slider__item {
		margin-right: 16px;
		width: 50%;
		padding-bottom: 50%;
	}

	.infrastructure__pool {
		padding-top: 0;
		overflow: hidden;
	}

	.infrastructure__pool__cover {
		padding-top: 210px;
	}

	.infrastructure__pool__cover .container-fluid,
	.infrastructure__pool__cover .container-lg,
	.infrastructure__pool__cover .container-md,
	.infrastructure__pool__cover .container-sm,
	.infrastructure__pool__cover .container-xl,
	.infrastructure__pool__cover .container-xxl {
		position: unset;
	}

	.infrastructure__pool__title {
		position: absolute;
		margin-top: 0;
		top: 48%;
	}

	.infrastructure__pool__title h2 {
		font-size: 32px ;
		line-height: 110%;
		letter-spacing: 4px;
	}

	.infrastructure__pool__title h2 span{
		font-size: 163px !important;
		line-height: 66%;
		letter-spacing: 4px;
	}

	.infrastructure__pool__desc {
		font-size: 14px;
		margin-left: 0 !important;
	}

	.infrastructure__pool__elem {
		top: 64px;
		width: 218px;
		height: 218px;
	}

	.infrastructure__pool__images {
		margin-top: 16px;
		padding-bottom: 90%;
	}

	.infrastructure__pool__images__title {
		top: 47%;
	}

	.infrastructure__pool__images__title h2 {
		font-size: 27px;
		line-height: 110%;
	}

	.infrastructure__pool__images__top-desc {
		padding: 0 20px;
		margin-bottom: 16px;
	}

	.infrastructure__pool__images__top-desc br {
		display: none;
	}

	.infrastructure__pool__images__with-desc {
		position: unset;
		width: 100% !important;
		padding: 0 20px;
	}

	.infrastructure__pool__images__with-desc.desc-left {
		margin-top: -35px;
		margin-bottom: 64px;
	}

	.infrastructure__pool__images__with-desc .infrastructure__pool__desc {
		margin-top: 16px;
	}

	.infrastructure__pool__image.image-1 {
		position: unset;
		width: 100%;
	}

	.infrastructure__pool__image.image-2 {
		top: 47%;
		width: 37.5%;
		right: -20px;
	}

	.infrastructure__pool__image.image-3 {
		top: 50%;
		width: 40%;
	}

	.infrastructure__pool__image.image-4 {
		top: auto;
		bottom: 27px;
	}

	.infrastructure__pool__image.image-7 {
		position: unset;
		width: 341px;
		max-width: 100%;
	}

	.infrastructure__pool__image.image-8 {
		width: 272px;
		max-width: 100%;
		margin-left: auto;
	}

	.infrastructure__pool__image.image-9 {
		width: 210px;
		top: unset;
		bottom: 36px;
	}
}
input,
select {
	-webkit-appearance: none;
}
.form-notification {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}
.form-notification--error {
	color: #dc3545;
}
.form-notification--success {
	color: #409e99;
}
.form-group {
	margin-bottom: 2.4rem;
}
.form-group label {
	color: #696f78;
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
}
.form-group .error-text {
	color: #dc3545 !important;
	display: block;
	margin-top: 0.5rem;
	font-size: 1.3rem;
}
.form-group .form-control {
	border: none;
	border-bottom: 1px solid #d0b29f;
	border-radius: 0;
	background: 0 0;
	font-weight: 500;
	color: #d0b29f;
	font-size: 1.6rem;
	padding: 1rem 0;
	-webkit-appearance: none;
}
.form-group .form-control.is-invalid {
	border-color: #dc3545 !important;
}
.form-group .form-control::-webkit-input-placeholder {
	color: rgba(208, 178, 159, 0.8);
}
.form-group .form-control:-ms-input-placeholder {
	color: rgba(208, 178, 159, 0.8);
}
.form-group .form-control::-ms-input-placeholder {
	color: rgba(208, 178, 159, 0.8);
}
.form-group .form-control::placeholder {
	color: rgba(208, 178, 159, 0.8);
}
.form-group .form-control:focus {
	outline: 0;
	border-color: #d0b29f;
	box-shadow: unset;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.form-group select.form-control {
	background-image: url(../images/select-arrow.svg);
	background-position: right 1.2rem center;
	background-repeat: no-repeat;
	background-size: 1.6rem;
	padding-right: 4rem;
}
.form-group select.form-control option {
	color: #0b1328;
}
.form-group textarea {
	resize: unset;
}
.form-group--checkbox {
	position: relative;
	min-height: auto;
	margin-top: 2rem;
}
.form-group--checkbox label {
	color: #d0b29f;
	margin-bottom: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.form-group--checkbox label:after,
.form-group--checkbox label:before {
	content: "";
	width: 3.5rem;
	height: 3.5rem;
	min-width: 3.5rem;
	border-radius: 50%;
}
.form-group--checkbox label:before {
	border: 1px solid #d0b29f;
	margin-right: 1.6rem;
}
.form-group--checkbox label:after {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/checked.svg);
	background-size: 0;
	background-position: center;
	background-repeat: no-repeat;
}
.form-group--checkbox input:checked + label:after {
	background-size: 2.4rem 2.4rem;
	background-color: #d0b29f;
}
.form-group .select2-container {
	width: 100% !important;
}
.form-group .select2-container .select2-selection--single {
	height: auto;
	border-color: #dbdee4;
	border-radius: 10px;
	background-color: transparent;
}
.form-group .select2-container .select2-selection__rendered {
	background-color: #fff;
	color: #0b1328;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding: 1.5rem 5.4rem 1.5rem 1.6rem;
	-webkit-appearance: none;
	height: auto;
	border-radius: inherit;
}
.form-group .select2-container .select2-selection__arrow {
	background-image: url(../images/arrow-bottom.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.4rem;
	top: 0;
	bottom: 0;
	right: 1.6rem;
	height: auto;
	width: 2.4rem;
}
.form-group .select2-container .select2-selection__arrow b {
	display: none;
}
.form-group .select2-container .select2-selection__clear {
	order: 1000;
	width: 1.6rem;
	height: 1.6rem;
	min-width: 1.6rem;
	padding: 0;
	background-image: url(../images/close.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1rem;
	margin: 0;
}
.form-group .select2-container .select2-selection--multiple {
	border-color: #dbdee4;
	padding: 0 3.5rem 0.8rem 0;
	min-height: 4.7rem;
	border-radius: 8px;
}
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__rendered {
	background-color: transparent;
	align-items: flex-start;
	padding: 0;
	gap: 0.8rem 1.6rem;
}
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__choice {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	width: -webkit-max-content;
	width: max-content;
	max-width: 100%;
	padding: 0.4rem 0.8rem;
	border-radius: 8px;
	border: 1px solid #e8e8e8;
	background-color: #f3f3f3;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0.6rem 0 0 0.8rem;
	white-space: unset;
}
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__choice__display {
	padding: 0;
	margin-right: 0.8rem;
}
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__choice__remove {
	position: unset;
	border: none;
	width: 1.6rem;
	height: 1.6rem;
	min-width: 1.6rem;
	padding: 0;
	background-image: url(../images/close.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	color: transparent;
}
.form-group
.select2-container
.select2-selection--multiple
.select2-selection__choice__remove
span {
	display: none;
}
.form-group
.select2-container
.select2-selection--multiple
.select2-search__field {
	margin-bottom: 0.7rem;
	margin-top: 1.3rem;
	margin-left: 1rem;
	color: #0b1328;
}
.form-group .select2-container .select-img {
	display: flex;
	align-items: center;
}
.form-group .select2-container .select-img img {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	border: 1px solid #a5a9b0;
	margin-right: 0.8rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.form-group .select2-container .select2-dropdown {
	border-color: #dbdee4;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	background-color: #fff;
}
.form-group .select2-container .select2-search {
	padding: 0;
}
.form-group .select2-container .select2-search input {
	border: none;
	padding: 1.1rem 4.5rem 1.1rem 1.6rem;
	background-color: #f4f4f4;
	font-size: 1.2rem;
	font-weight: 400;
	color: #a5a9b0;
	background-image: url(../images/search.svg);
	background-size: 1.6rem;
	background-position: right 1.6rem center;
	background-repeat: no-repeat;
}
.form-group
.select2-container
.select2-search
input::-webkit-input-placeholder {
	color: #a5a9b0;
	opacity: 1;
}
.form-group .select2-container .select2-search input:-ms-input-placeholder {
	color: #a5a9b0;
	opacity: 1;
}
.form-group .select2-container .select2-search input::-ms-input-placeholder {
	color: #a5a9b0;
	opacity: 1;
}
.form-group .select2-container .select2-search input::placeholder {
	color: #a5a9b0;
	opacity: 1;
}
.form-group .select2-container .select2-results__options {
	max-height: 30rem;
}
.form-group .select2-container .select2-results__option {
	padding: 1.5rem 1.6rem;
	font-weight: 500;
	color: #0b1328;
	font-size: 1.4rem;
	background-color: #fff;
}
.form-group .select2-container .select2-results__option:last-child {
	border: none;
}
.form-group .select2-container .select2-results__option:hover {
	background-color: #e9eaec;
	color: #0b1328;
}
.form-group .select2-container .select2-results__option--highlighted,
.form-group .select2-container .select2-results__option--selected {
	background-color: #e9eaec !important;
	color: #0b1328;
}
.form-group--with-icon .form-control {
	padding-right: 4.8rem;
}
.form-group__icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-right: 1.6rem;
	color: #0b1328;
	justify-content: center;
	pointer-events: none;
}
.form-group__icon.show-pass {
	cursor: pointer;
	pointer-events: auto;
}
.form-group--otp {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}
.form-group--otp .form-control {
	text-align: center;
	flex: 1;
	margin-top: 0 !important;
}
.custom-radio {
	background: #fff;
	border: 2px solid #dee2e6;
	border-radius: 6px;
	padding: 2.5rem 3rem;
	margin-bottom: 2.4rem;
}
.custom-radio__label {
	font-size: 1.7rem;
	font-weight: 600;
	color: #0b1328;
	justify-content: unset;
	position: relative;
	cursor: pointer;
}
.custom-radio__label svg {
	margin-right: 1.2rem;
}
.custom-radio__label:before {
	content: "";
	position: absolute;
	right: 6px;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: transparent;
}
.custom-radio__label:after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #dee2e6;
}
.custom-radio .form-group {
	margin-bottom: 0;
	padding-top: 2.5rem;
	margin-top: 2.5rem;
	border-top: 1px solid #e5e7ef;
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: 0;
}
.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}
.flickity-button:focus {
	box-shadow: 0 0 0 5px #19f;
	outline: 0;
	box-shadow: none;
}
.flickity-button:active {
	opacity: 0.6;
}
.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	pointer-events: none;
}
.flickity-button-icon {
	fill: currentColor;
}
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-rtl .flickity-page-dots {
	direction: rtl;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}
.flickity-enabled.is-fade .flickity-slider > * {
	pointer-events: none;
	z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
	pointer-events: auto;
	z-index: 1;
}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	overflow-x: hidden;
	background-color: #0b1328;
}
#all_parts {
	flex: 1;
}
html {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	font-size: 62.5%;
}
@media (max-width: 1299px) {
	html {
		font-size: 55%;
	}
}
@media (max-width: 1099px) {
	html {
		font-size: 45%;
	}
}
@media (max-width: 991px) {
	html {
		font-size: 40%;
	}
}
hr {
	margin: 0;
	border-color: #ecedf0;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1730px;
	padding: 0 30px;
}
.container-fluid--sm {
	max-width: 1548px;
}
@media (max-width: 767px) {
	html {
		font-size: 62.5%;
	}

	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding: 0 20px;
	}
}
.row--gap {
	row-gap: 6.4rem;
}
.row--sm {
	margin: 0 -1.3rem;
}
.row--sm > * {
	padding: 0 1.3rem;
}
.index-1 {
	z-index: 1;
}
.slider-title {
	text-align: center;
	z-index: 3;
	font-size: 15.292vw;
	font-weight: 500;
	line-height: 90%;
	font-family: "Avenu Font", sans-serif;
	color: #fff;
	pointer-events: none;
}
@media (min-width: 767px) {
	.slider-title {
		position: absolute;
		top: 44%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
}
.full-image {
	position: relative;
}
.full-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.spacing-top {
	margin-top: 8.333vw;
}
@media (max-width: 767px) {
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.row > * {
		padding: 0 8px;
	}

	.row--gap {
		row-gap: 16px;
	}

	.slider-title {
		font-size: 90px;
		position: relative;
	}

	.spacing-top {
		margin-top: 24px;
	}
	.benefits__cover{
		margin-top: 11px !important;
	}
}
.tab {
	display: flex;
	align-items: center;
	gap: 3.2rem;
	text-transform: uppercase;
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.tab a {
	color: #fff;
	font-weight: 500;
}
.tab a.active,
.tab a:hover {
	color: #d0b29f;
}
@media (max-width: 767px) {
	.tab {
		margin: 24px -20px 0;
		padding: 0 20px;
		gap: 16px;
		overflow-x: auto;
	}

	.tab a {
		white-space: nowrap;
	}
}
.flickity-button {
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 50%;
	background-color: #0b1328;
}
.flickity-button:hover {
	background-color: #d0b29f;
}
.flickity-button .flickity-button-icon {
	color: transparent;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
}
.flickity-button.previous {
	left: 6.4rem;
}
.flickity-button.previous .flickity-button-icon {
	background-image: url(../images/prev.svg);
}
.flickity-button.next {
	right: 6.4rem;
}
.flickity-button.next .flickity-button-icon {
	background-image: url(../images/next.svg);
}
.tab-content {
	position: relative;
}
.tab-content__item {
	opacity: 0;
	pointer-events: auto;
}
.tab-content__item:not(.active) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tab-content__item.active {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 768px) {
	/* Yalnız Retro Signature istifadə edənlər */
	[style*="font-family: 'Retro Signature'"],
	[style*="font-family:'Retro Signature'"],
	[style*='font-family: "Retro Signature"'],
	[style*='font-family:"Retro Signature"'] {
		font-style: normal !important;
	}
}