@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes f-spinner-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

@-webkit-keyframes f-zoomInUp {
	0% {
		-webkit-transform: scale(.975) translate3d(0, 16px, 0);
		transform: scale(.975) translate3d(0, 16px, 0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-zoomInUp {
	0% {
		-webkit-transform: scale(.975) translate3d(0, 16px, 0);
		transform: scale(.975) translate3d(0, 16px, 0);
		opacity: 0
	}

	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes f-zoomOutDown {
	to {
		-webkit-transform: scale(.975) translate3d(0, 16px, 0);
		transform: scale(.975) translate3d(0, 16px, 0);
		opacity: 0
	}
}

@keyframes f-zoomOutDown {
	to {
		-webkit-transform: scale(.975) translate3d(0, 16px, 0);
		transform: scale(.975) translate3d(0, 16px, 0);
		opacity: 0
	}
}

@-webkit-keyframes f-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -150px, 0);
		transform: translate3d(0, -150px, 0);
		opacity: 0
	}
}

@keyframes f-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -150px, 0);
		transform: translate3d(0, -150px, 0);
		opacity: 0
	}
}

@-webkit-keyframes f-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0
	}
}

@keyframes f-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		opacity: 0
	}
}

@-webkit-keyframes f-fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes f-fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes f-fadeOut {
	to {
		opacity: 0
	}
}

@keyframes f-fadeOut {
	to {
		opacity: 0
	}
}

@-webkit-keyframes f-fadeSlowIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes f-fadeSlowIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes f-fadeSlowOut {
	to {
		opacity: 0
	}
}

@keyframes f-fadeSlowOut {
	to {
		opacity: 0
	}
}

@-webkit-keyframes f-fadeFastIn {
	0% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes f-fadeFastIn {
	0% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes f-fadeFastOut {
	to {
		opacity: 0
	}
}

@keyframes f-fadeFastOut {
	to {
		opacity: 0
	}
}

@-webkit-keyframes f-crossfadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes f-crossfadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes f-crossfadeOut {
	to {
		opacity: 0
	}
}

@keyframes f-crossfadeOut {
	to {
		opacity: 0
	}
}

@-webkit-keyframes f-slideInPrev {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideInPrev {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes f-slideInNext {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideInNext {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes f-slideOutNext {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes f-slideOutNext {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes f-slideOutPrev {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes f-slideOutPrev {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes f-classicInNext {
	0% {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicInNext {
	0% {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes f-classicInPrev {
	0% {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicInPrev {
	0% {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes f-classicOutNext {
	to {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}
}

@keyframes f-classicOutNext {
	to {
		-webkit-transform: translateX(-75px);
		transform: translateX(-75px);
		opacity: 0
	}
}

@-webkit-keyframes f-classicOutPrev {
	to {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}
}

@keyframes f-classicOutPrev {
	to {
		-webkit-transform: translateX(75px);
		transform: translateX(75px);
		opacity: 0
	}
}

@keyframes f-spinner-rotate {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .5
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .5
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		opacity: 0
	}
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	height: 100%
}

*,
:after,
:before,
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

body {
	line-height: 1;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--font);
	background-color: var(--dark-color);
	color: var(--light-color)
}

button,
input,
textarea {
	font-family: inherit;
	font-size: inherit
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 0;
	border: 0
}

a,
button {
	color: inherit
}

button {
	cursor: pointer;
	background-color: inherit
}

a {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	font-weight: inherit;
	font-size: inherit
}

.footer .form input:-webkit-autofill,
.footer .form input:-webkit-autofill:active,
.footer .form input:-webkit-autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-background-clip: text !important;
	background-clip: text !important
}

:root {
	--vh: 100lvh;
	--font: Lato;
	--fontHell: "Helvetica Neue";
	--light-color: #fff;
	--dark-color: #000;
	--orange-color: #f37c57;
	--grey-color: #757575;
	--paddingTop: 16.9rem;
	--swiper-theme-color: #007aff
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper,
.swiper-wrapper {
	position: relative;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.f-zoomInUp {
	-webkit-animation: .2s ease-out .1s both f-zoomInUp;
	animation: .2s ease-out .1s both f-zoomInUp
}

.f-zoomOutDown {
	-webkit-animation: .2s ease-out both f-zoomOutDown;
	animation: .2s ease-out both f-zoomOutDown
}

.f-throwOutUp {
	-webkit-animation: .175s ease-out both f-throwOutUp;
	animation: .175s ease-out both f-throwOutUp
}

.f-throwOutDown {
	-webkit-animation: .175s ease-out both f-throwOutDown;
	animation: .175s ease-out both f-throwOutDown
}

.f-fadeIn {
	-webkit-animation: .2s ease both f-fadeIn;
	animation: .2s ease both f-fadeIn;
	z-index: 2
}

.f-fadeOut {
	-webkit-animation: .2s ease both f-fadeOut;
	animation: .2s ease both f-fadeOut;
	z-index: 1
}

.f-fadeSlowIn {
	-webkit-animation: .5s ease both f-fadeSlowIn;
	animation: .5s ease both f-fadeSlowIn;
	z-index: 2
}

.f-fadeSlowOut {
	-webkit-animation: .5s ease both f-fadeSlowOut;
	animation: .5s ease both f-fadeSlowOut;
	z-index: 1
}

.f-fadeFastIn {
	-webkit-animation: .2s ease-out both f-fadeFastIn;
	animation: .2s ease-out both f-fadeFastIn;
	z-index: 2
}

.f-fadeFastOut {
	-webkit-animation: .2s ease-out both f-fadeFastOut;
	animation: .2s ease-out both f-fadeFastOut;
	z-index: 2
}

.f-crossfadeIn {
	-webkit-animation: .2s ease-out both f-crossfadeIn;
	animation: .2s ease-out both f-crossfadeIn;
	z-index: 2
}

.f-crossfadeOut {
	-webkit-animation: .1s linear .1s both f-crossfadeOut;
	animation: .1s linear .1s both f-crossfadeOut;
	z-index: 1
}

.f-slideIn.from-next {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInNext;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInNext
}

.f-slideIn.from-prev {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInPrev;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInPrev
}

.f-slideOut.to-next {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutNext;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutPrev;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutPrev
}

.f-classicIn.from-next {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInNext;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInNext;
	z-index: 2
}

.f-classicIn.from-prev {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
	z-index: 2
}

.f-classicOut.to-next {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
	z-index: 1
}

.f-classicOut.to-prev {
	-webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
	animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
	z-index: 1
}

.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
	position: absolute;
	z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
	left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
	left: auto;
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
	right: auto;
	left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
	top: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
	top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
	bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

html.with-fancybox {
	width: auto;
	overflow: visible;
	scroll-behavior: auto
}

html.with-fancybox body {
	-ms-touch-action: none;
	touch-action: none
}

html.with-fancybox body.hide-scrollbar {
	width: auto;
	margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
	overflow: hidden !important;
	overscroll-behavior-y: none
}

.fancybox__container {
	--fancybox-color: #dbdbdb;
	--fancybox-hover-color: #fff;
	--fancybox-bg: rgba(24, 24, 27, 0.98);
	--fancybox-slide-gap: 10px;
	--f-spinner-width: 50px;
	--f-spinner-height: 50px;
	--f-spinner-color-1: rgba(255, 255, 255, 0.1);
	--f-spinner-color-2: #bbb;
	--f-spinner-stroke: 3.65;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #f8f8f8;
	-webkit-tap-highlight-color: transparent;
	overflow: visible;
	z-index: 1050;
	outline: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.fancybox__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: var(--fancybox-bg);
	opacity: var(--fancybox-opacity, 1);
	will-change: opacity
}

.fancybox__carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 0;
	z-index: 10;
	overflow-y: visible;
	overflow-x: clip
}

.fancybox__viewport {
	width: 100%;
	height: 100%
}

.fancybox__slide,
.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.fancybox__track {
	margin: 0 auto
}

.fancybox__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 var(--fancybox-slide-gap) 0 0;
	padding: 4px;
	overflow: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding-top: 40px
}

.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video,
html.with-panzoom-in-fullscreen {
	overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
	overflow: visible
}

.fancybox__slide::after,
.fancybox__slide::before {
	content: "";
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0;
	margin: auto
}

.fancybox__content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin: 0;
	padding: 2rem;
	max-width: 100%;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	cursor: default;
	border-radius: 0;
	z-index: 20
}

.f-thumbs__slide.is-loading img,
.is-loading .fancybox__content {
	opacity: 0
}

.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
	cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
	padding: 0;
	background: 0 0;
	min-height: 1px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img,
picture.f-panzoom__content>img {
	width: 100%;
	height: auto;
	max-height: 100%
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
	visibility: hidden
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
	-webkit-filter: blur(0);
	filter: blur(0);
	will-change: transform, width, height
}

.fancybox-image {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox__caption {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	max-width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	padding: 14px 0 4px;
	overflow-wrap: anywhere;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	cursor: auto;
	visibility: visible
}

.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
	opacity: 0;
	visibility: hidden
}

.is-compact .fancybox__caption {
	padding-bottom: 0
}

.f-button.is-close-btn {
	--f-button-svg-stroke-width: 2;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
	--f-button-width: 34px;
	--f-button-height: 34px;
	--f-button-border-radius: 4px;
	--f-button-color: var(--fancybox-color, #fff);
	--f-button-hover-color: var(--fancybox-color, #fff);
	--f-button-bg: transparent;
	--f-button-hover-bg: transparent;
	--f-button-active-bg: transparent;
	--f-button-svg-width: 22px;
	--f-button-svg-height: 22px;
	position: absolute;
	top: -38px;
	right: 0;
	opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn,
.is-zooming-out .fancybox__content>.f-button.is-close-btn {
	visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
	opacity: 1
}

.fancybox__footer {
	padding: 0;
	margin: 0;
	position: relative
}

.fancybox__footer .fancybox__caption {
	width: 100%;
	padding: 24px;
	opacity: var(--fancybox-opacity, 1);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.is-compact .fancybox__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
	padding: 12px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
	--f-button-border-radius: 50%;
	--f-button-color: #fff;
	--f-button-hover-color: #fff;
	--f-button-outline-color: #000;
	--f-button-bg: rgba(0, 0, 0, 0.6);
	--f-button-active-bg: rgba(0, 0, 0, 0.6);
	--f-button-hover-bg: rgba(0, 0, 0, 0.6);
	--f-button-svg-width: 18px;
	--f-button-svg-height: 18px;
	--f-button-svg-filter: none;
	top: 5px;
	right: 5px
}

.fancybox__nav {
	--f-button-width: 50px;
	--f-button-height: 50px;
	--f-button-border: 0;
	--f-button-border-radius: 50%;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: transparent;
	--f-button-hover-bg: rgba(24, 24, 27, 0.3);
	--f-button-active-bg: rgba(24, 24, 27, 0.5);
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 26px;
	--f-button-svg-height: 26px;
	--f-button-svg-stroke-width: 2.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
	--f-button-svg-disabled-opacity: 0.65;
	--f-button-next-pos: 1rem;
	--f-button-prev-pos: 1rem;
	opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
	position: absolute;
	content: "";
	top: -30px;
	right: -20px;
	left: -20px;
	bottom: -30px;
	z-index: 1
}

.is-idle .fancybox__nav,
.is-idle.is-compact .fancybox__footer {
	-webkit-animation: .15s ease-out both f-fadeOut;
	animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
	pointer-events: none
}

.fancybox__slide>.f-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
	z-index: 30;
	cursor: pointer
}

.fancybox-ghost,
.fancybox-protected {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-protected {
	right: 0;
	bottom: 0
}

.fancybox-ghost {
	width: 100%;
	height: 100%;
	min-height: 0;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none
}

.fancybox-focus-guard {
	outline: 0;
	opacity: 0;
	position: fixed;
	pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
	opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop, .fancybox__carousel) {
	-webkit-animation: .25s ease .1s backwards f-fadeIn;
	animation: .25s ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
	-webkit-animation: .35s ease backwards f-fadeIn;
	animation: .35s ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop, .fancybox__carousel) {
	-webkit-animation: .15s ease forwards f-fadeOut;
	animation: .15s ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
	-webkit-animation: .35s ease forwards f-fadeOut;
	animation: .35s ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
	max-width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible
}

.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
	width: 100%;
	height: 100%
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
	width: calc(100% - 120px);
	height: 90%
}

.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%
}

.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff
}

.has-map .fancybox__content {
	background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: 0 0
}

.fancybox-placeholder {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.f-carousel__thumbs,
.f-carousel__thumbs.is-classic {
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1
}

.f-carousel__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-outline: 0;
	--f-thumb-outline-color: #5eb0ef;
	--f-thumb-opacity: 1;
	--f-thumb-border-radius: 2px;
	--f-thumb-offset: 0px;
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5
}

.f-carousel__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 20px;
	--f-thumb-clip-width: 46px
}

.f-thumbs {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.f-thumbs .f-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
	background-image: -o-linear-gradient(#ebeff2, #e2e8f0);
	background-image: linear-gradient(#ebeff2, #e2e8f0);
	z-index: -1
}

.f-thumbs .f-spinner svg {
	display: none
}

.f-thumbs.is-vertical,
.is-classic .f-thumbs__viewport {
	height: 100%
}

.f-thumbs__viewport {
	width: 100%;
	height: auto;
	overflow: hidden
}

.f-thumbs__slide,
.f-thumbs__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.f-thumbs__track {
	will-change: transform
}

.f-thumbs__slide {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: var(--f-thumb-width);
	min-width: var(--f-thumb-width);
	height: var(--f-thumb-height);
	overflow: visible;
	cursor: pointer
}

.is-modern .f-thumbs__track {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.is-modern .f-thumbs__track::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(var(--left, 0)*1px);
	width: calc(100% - var(--width, 0)*1px);
	cursor: pointer
}

.is-modern .f-thumbs__slide {
	--clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
	-webkit-transform: translate3d(calc(var(--shift, 0)*-1px), 0, 0);
	transform: translate3d(calc(var(--shift, 0)*-1px), 0, 0);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	pointer-events: none
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
	-webkit-filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
	filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))
}

.is-modern .f-thumbs__slide>* {
	-webkit-clip-path: var(--clip-path);
	clip-path: var(--clip-path)
}

.is-modern.in-touch .f-thumbs__slide {
	-webkit-filter: none;
	filter: none
}

.is-modern.is-resting .f-thumbs__slide,
.is-modern.is-resting .f-thumbs__slide>* {
	-webkit-transition: all .33s ease;
	-o-transition: all .33s ease;
	transition: all .33s ease
}

.f-thumbs__slide__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	border-radius: var(--f-thumb-border-radius);
	overflow: hidden;
	background: 0 0;
	outline: 0;
	cursor: pointer;
	pointer-events: auto;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	opacity: var(--f-thumb-opacity);
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
	opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
	outline: 0
}

.f-thumbs__slide__button:focus-visible {
	outline: 0;
	opacity: var(--f-thumb-selected-opacity)
}

.is-nav-selected .f-thumbs__slide__button {
	opacity: var(--f-thumb-selected-opacity)
}

.is-nav-selected .f-thumbs__slide__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	bottom: 0;
	border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
	border-radius: var(--f-thumb-border-radius);
	-webkit-animation: f-fadeIn .2s ease-out;
	animation: f-fadeIn .2s ease-out;
	z-index: 10
}

.f-thumbs__slide__img {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: var(--f-thumb-offset);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	pointer-events: none;
	-o-object-fit: cover;
	object-fit: cover
}

.f-thumbs.is-horizontal .f-thumbs__track {
	margin: 0 auto;
	padding: 8px 0 12px
}

.f-thumbs.is-horizontal .f-thumbs__slide {
	margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto 0;
	padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
	margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-border-radius: 2px;
	--f-thumb-outline: 2px;
	--f-thumb-outline-color: #ededed;
	position: relative;
	opacity: var(--fancybox-opacity, 1);
	-webkit-transition: max-height .35s cubic-bezier(.23, 1, .32, 1);
	-o-transition: max-height .35s cubic-bezier(.23, 1, .32, 1);
	transition: max-height .35s cubic-bezier(.23, 1, .32, 1)
}

.fancybox__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner,
.fancybox__thumbs.is-modern .f-spinner {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .05)));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05));
	background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 20px;
	--f-thumb-clip-width: 46px;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-horizontal {
	padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
	padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
	--f-thumb-width: 64px;
	--f-thumb-clip-width: 32px;
	--f-thumb-height: 48px;
	--f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-hidden {
	max-height: 0 !important
}

.is-closing .fancybox__thumbs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

.fancybox__toolbar {
	--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
	--f-button-width: 46px;
	--f-button-height: 46px;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: rgba(24, 24, 27, 0.65);
	--f-button-hover-bg: rgba(70, 70, 73, 0.65);
	--f-button-active-bg: rgba(90, 90, 93, 0.65);
	--f-button-border-radius: 0;
	--f-button-svg-width: 24px;
	--f-button-svg-height: 24px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
	--f-button-svg-fill: none;
	--f-button-svg-disabled-opacity: 0.65;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
	pointer-events: none;
	z-index: 20
}

.fancybox__toolbar :focus-visible {
	z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.is-idle .fancybox__toolbar {
	pointer-events: none;
	-webkit-animation: .15s ease-out both f-fadeOut;
	animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.fancybox__toolbar__column.is-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.fancybox__infobar {
	padding: 0 5px;
	line-height: var(--f-button-height);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox__infobar span {
	padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
	background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
	position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
	height: 100%;
	opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,
.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,
.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child,
[data-panzoom-action=toggleFS] g:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child,
[data-panzoom-action=toggleFS] g:last-child {
	display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: -webkit-box;
	display: flex
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: -ms-flexbox;
	display: flex
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.f-progress {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
	z-index: 30;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

:root {
	--f-spinner-width: 36px;
	--f-spinner-height: 36px;
	--f-spinner-color-1: rgba(0, 0, 0, 0.1);
	--f-spinner-color-2: rgba(17, 24, 28, 0.8);
	--f-spinner-stroke: 2.75
}

.f-spinner {
	margin: auto;
	padding: 0;
	width: var(--f-spinner-width);
	height: var(--f-spinner-height)
}

.f-spinner svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
	-webkit-animation: f-spinner-rotate 2s linear infinite;
	animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
	stroke-width: var(--f-spinner-stroke);
	fill: none
}

.f-spinner svg :first-child {
	stroke: var(--f-spinner-color-1)
}

.f-spinner svg :last-child {
	stroke: var(--f-spinner-color-2);
	-webkit-animation: f-spinner-dash 2s ease-in-out infinite;
	animation: f-spinner-dash 2s ease-in-out infinite
}

.f-panzoom {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #fff
}

.f-panzoom.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.f-panzoom.can-zoom_in {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.f-panzoom.can-zoom_out {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.f-panzoom.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.f-panzoom.in-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	aspect-ratio: unset !important;
	z-index: 9999
}

.f-panzoom__content {
	display: block;
	margin: auto;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	min-height: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0) skew(0);
	transform: translate3d(0, 0, 0) scale(1) rotate(0) skew(0);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.is-loading .f-panzoom__content {
	display: none
}

.is-scaling .f-panzoom__content {
	-webkit-filter: blur(0);
	filter: blur(0);
	will-change: transform, width, height;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.f-panzoom__content:not(:last-child),
.f-panzoom__viewport:not(:last-child) {
	margin-bottom: 0
}

.f-panzoom__viewport {
	margin: auto;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	min-height: 1px
}

.f-panzoom__caption:not(:first-child) {
	margin-bottom: auto
}

:root {
	--f-button-width: 40px;
	--f-button-height: 40px;
	--f-button-border: 0;
	--f-button-border-radius: 0;
	--f-button-color: #374151;
	--f-button-bg: #f8f8f8;
	--f-button-hover-bg: #e0e0e0;
	--f-button-active-bg: #d0d0d0;
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 20px;
	--f-button-svg-height: 20px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: none;
	--f-button-svg-disabled-opacity: 0.65
}

.f-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	margin: 0;
	padding: 0;
	width: var(--f-button-width);
	height: var(--f-button-height);
	border: var(--f-button-border);
	border-radius: var(--f-button-border-radius);
	color: var(--f-button-color);
	background: var(--f-button-bg);
	-webkit-box-shadow: var(--f-button-shadow);
	box-shadow: var(--f-button-shadow);
	pointer-events: all;
	cursor: pointer;
	-webkit-transition: var(--f-button-transition);
	-o-transition: var(--f-button-transition);
	transition: var(--f-button-transition)
}

.f-button:active:not([disabled]) {
	background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
	outline: 0
}

.f-button:focus-visible {
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
	box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg,
.f-panzoom__toolbar {
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	transition: opacity .15s ease
}

.f-button svg {
	width: var(--f-button-svg-width);
	height: var(--f-button-svg-height);
	fill: var(--f-button-svg-fill);
	stroke: currentColor;
	stroke-width: var(--f-button-svg-stroke-width);
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transform: var(--f-button-transform);
	-ms-transform: var(--f-button-transform);
	transform: var(--f-button-transform);
	-webkit-filter: var(--f-button-svg-filter);
	filter: var(--f-button-svg-filter)
}

.f-button[disabled] {
	cursor: default
}

.f-button[disabled] svg {
	opacity: var(--f-button-svg-disabled-opacity)
}

.f-panzoom__toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4px;
	padding: 0;
	opacity: 1;
	z-index: 1
}

.is-idle .panzoom__toolbar {
	opacity: 0
}

body,
html {
	background-color: #000;
	font-size: .5208333333vw
}

.btn {
	position: relative;
	height: 5rem;
	padding: 0 1.3rem 0 1.4rem;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	margin-right: auto
}

.btn p {
	font-family: var(--fontHell);
	font-size: 2rem;
	font-weight: 500;
	line-height: normal
}

.btn span,
.btn.active p {
	-webkit-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out
}

.btn span {
	display: block;
	position: absolute;
	left: 0;
	top: .4rem;
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	border: .1rem solid var(--light-color)
}

.btn.active p {
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important
}

html.lenis,
html.lenis body {
	height: auto
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important
}

.lenis [data-lenis-prevent],
.lenis.lenis-smooth [data-lenis-prevent] {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	overflow-y: scroll
}

.lenis.lenis-stopped {
	overflow: hidden
}

.f-button svg,
.lenis.lenis-scrolling iframe {
	pointer-events: none
}

._container {
	padding: 0 24.7rem;
	margin: 0 auto;
	width: 100%
}

.gl-ax-wp-logo {
	display: none !important
}

.fixed-whatsapp {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 99;
	cursor: pointer;
	width: 64px;
	height: 64px
}

.fixed-whatsapp svg {
	width: 100%;
	height: 100%
}

.fixed-whatsapp::after,
.fixed-whatsapp::before {
	content: "";
	position: absolute;
	border: 1px solid #25d366;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	border-radius: 50%;
	-webkit-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0
}

.fixed-whatsapp::after {
	-webkit-animation: pulse 1.5s linear .5s infinite;
	animation: pulse 1.5s linear .5s infinite
}

body.swal2-shown div:where(.swal2-container) div:where(.swal2-popup),
html.swal2-shown div:where(.swal2-container) div:where(.swal2-popup) {
	width: 51.2rem;
	padding: 0 0 2rem;
	font-size: 1.6rem
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: visible !important
}

.popup,
.popup__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100dvh;
	width: 100vw;
	z-index: 16;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.popup.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}

.popup__wrapper {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 131.8rem;
	height: 77rem;
	padding: 28.1rem
}

.popup__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

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

.popup__subtitle,
.popup__title {
	text-align: center;
	line-height: normal
}

.popup__title {
	color: var(--dark-color);
	font-family: var(--fontHell);
	font-size: 7rem;
	font-style: normal;
	letter-spacing: -.35rem
}

.popup__subtitle {
	margin-top: 2rem;
	color: rgba(0, 0, 0, .7);
	font-size: 2rem
}

.popup__exit {
	position: absolute;
	right: 2rem;
	top: 2rem;
	cursor: pointer
}

.popup__exit svg {
	width: 2rem;
	height: 2rem
}

.popup__socials {
	display: none;
	margin-top: 25px;
	gap: 24px
}

.popup .form {
	max-width: 41.6rem;
	margin-top: 5rem
}

.popup .form__wrap {
	background: #e3e3e3
}

.popup .form__input {
	color: var(--dark-color)
}

.popup .form__input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.popup .form__input::-moz-placeholder {
	color: rgba(0, 0, 0, .3)
}

.popup .form__input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.popup .form__input::-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.popup .form__input::placeholder {
	color: rgba(0, 0, 0, .3)
}

.popup .form button {
	margin-top: 3rem;
	color: var(--dark-color)
}

.popup .form button span {
	border-color: var(--dark-color)
}

.time-pop-img {
	position: absolute;
	overflow: hidden;
	z-index: 9999;
	-o-object-fit: cover;
	object-fit: cover;
	height: 77rem;
	pointer-events: none;
	display: none
}

.time-pop .time__title {
	padding-top: 25px
}

.popup__img {
	width: 28.5rem;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 6px rgba(0, 0, 0, .15)
}

.header {
	padding: 3rem 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 15;
	background-color: #000;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.header__logo {
	width: 17.2rem;
	z-index: 3;
	position: relative
}

.header__logo .mob {
	display: none
}

.header__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6rem
}

.header__list-item {
	font-size: 2rem;
	opacity: .3;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	cursor: pointer
}

.header__list-item:hover {
	opacity: 1
}

.header__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.9rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__socials-phone {
	font-size: 1.6rem;
	cursor: pointer
}

.header__socials-phone-show {
	opacity: .6;
	margin-left: .5rem
}

.header__socials-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__socials-holder-item {
	width: 3.2rem
}

.footer__holder-right .btn,
.mob {
	display: none
}

.footer {
	padding: 5rem 0 6rem
}

.footer__holder,
.footer__holder-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__holder {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.footer__holder-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5rem
}

.footer__logo {
	width: 25rem
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.footer__list-item {
	font-size: 2rem;
	opacity: .3;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	cursor: pointer
}

.footer__list-item:hover {
	opacity: 1
}

.footer__socials,
.footer__socials-phone {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.9rem
}

.footer__socials-phone {
	display: none !important;
	font-size: 1.6rem;
	text-align: center
}

.footer__socials-phone span:nth-child(3) {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -.14rem;
	color: rgba(255, 255, 255, .3);
	text-transform: uppercase
}

.footer__socials-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__socials-holder-item {
	width: 3.2rem
}

.footer__title {
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-variant: small-caps;
	text-align: center
}

.footer .form__wrap:last-of-type {
	margin-bottom: 2rem
}

.footer .form {
	display: -ms-grid;
	display: grid;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.footer .form input:-webkit-autofill:hover {
	color: var(--dark) !important;
	-webkit-text-fill-color: var(--dark) !important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-background-clip: text !important;
	background-clip: text !important
}

.footer .form-input {
	position: relative
}

.footer .form-input svg {
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer .form .form__input {
	padding: 1.4rem 2.4rem;
	background: #1e1e1e;
	width: 32rem !important;
	font-size: 1.6rem
}

.footer .form .form__input::-webkit-input-placeholder {
	color: #aaa
}

.footer .form .form__input::-moz-placeholder {
	color: #aaa
}

.footer .form .form__input:-ms-input-placeholder {
	color: #aaa
}

.footer .form .form__input::-ms-input-placeholder {
	color: #aaa
}

.footer .form .form__input::placeholder {
	color: #aaa
}

.footer .form .btn-wrap {
	text-align: center;
	padding-top: 1rem
}

.footer .mobb {
	display: none
}

.form {
	max-width: 32rem;
	width: 100%;
	margin: 0 auto;
	margin-top: 3rem
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:active,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:hover,
.form select:-webkit-autofill,
.form select:-webkit-autofill:active,
.form select:-webkit-autofill:focus,
.form select:-webkit-autofill:hover,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:active,
.form textarea:-webkit-autofill:focus,
.form textarea:-webkit-autofill:hover {
	color: var(--dark) !important;
	-webkit-text-fill-color: var(--dark) !important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-background-clip: text !important;
	background-clip: text !important
}

.form .btn {
	display: block;
	margin: 0 auto
}

.form__wrap {
	border-radius: 0;
	background: #1e1e1e;
	border: 1px solid transparent;
	width: 100%;
	position: relative;
	z-index: 9;
	height: 4rem;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	margin-bottom: 1rem
}

.form__wrap:focus-visible {
	outline: 0
}

.form__wrap:hover {
	border: 1px solid #e2e2e2;
	background: #fff;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .03);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .03)
}

.form__wrap .iti {
	height: 100%
}

.form__wrap .iti--allow-dropdown .iti__flag-container,
.form__wrap .iti--separate-dial-code .iti__flag-container {
	left: 2rem
}

.form__wrap .iti__selected-dial-code {
	color: rgba(0, 0, 0, .8);
	font-family: var(--font);
	font-weight: 300
}

.form__wrap .iti__arrow {
	border-top: 4px solid var(--dark)
}

.form__wrap .iti__arrow.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid var(--dark)
}

.form input {
	width: 100%;
	height: 100%;
	background: 0 0;
	color: #aaa;
	font-family: var(--font);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0 4rem 0 2.4rem !important;
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	border: .07rem solid transparent
}

.form input:focus {
	outline: 0 !important;
	outline-offset: 0 !important
}

.form .input-icon {
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.form .input-icon svg {
	height: 1.6rem;
	width: 1.6rem;
	min-height: 16px;
	min-width: 16px
}

.form .input-icon svg path {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.form .input-icon.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.form .form-times {
	cursor: pointer;
	right: 2rem
}

.form .form-times svg {
	width: 1.2rem
}

.iti__selected-dial-code {
	font-size: 1.4rem
}

.iti__selected-flag {
	background-color: transparent !important
}

.iti input {
	padding-left: 12rem !important
}

.footer .iti__selected-dial-code {
	color: #fff !important
}

.footer .iti__arrow {
	border-top: 4px solid #fff
}

.footer .iti__arrow.iti__arrow--up {
	border-bottom: 4px solid #fff
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100dvh;
	background-color: #000;
	z-index: 999;
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.preloader.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

.preloader__text {
	position: absolute;
	left: 20rem;
	bottom: 9rem;
	color: #fff;
	text-align: center;
	font-family: var(--font-snd);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 93.687%;
	text-transform: uppercase
}

.preloader__circle,
.preloader__percent {
	position: relative;
	width: 450px;
	height: 450px
}

.preloader__percent {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.preloader__percent-num {
	color: #fff;
	text-align: center;
	font-size: 90px;
	font-weight: 400;
	text-transform: capitalize
}

.preloader__percent-sign {
	color: #fff;
	text-align: center;
	font-family: var(--font-snd);
	font-size: 50px;
	font-weight: 400
}

.preloader .progres__ring {
	position: absolute;
	top: 0
}

.preloader .progres__ring-full {
	z-index: 2
}

.preloader .progres__ring-anim {
	opacity: 0
}

.preloader .progres__ring-anim circle {
	stroke-dashoffset: 1086.9910581421;
	-webkit-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out
}

.preloader .progres__ring-mobile {
	display: none
}

.preloader.active .progres__ring-anim {
	opacity: 1;
	-webkit-animation: rotate360 1000ms infinite forwards;
	animation: rotate360 1000ms infinite forwards
}

.preloader.active .progres__ring-anim circle {
	stroke-dashoffset: 0 !important
}

.preloader .preloader-logo {
	position: relative
}

.preloader .preloader-log-white {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0)
}

.brochure .form input:-webkit-autofill,
.brochure .form input:-webkit-autofill:active,
.brochure .form input:-webkit-autofill:focus {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-background-clip: text !important;
	background-clip: text !important
}

.brochure .form input:-webkit-autofill:hover {
	color: var(--dark) !important;
	-webkit-text-fill-color: var(--dark) !important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-background-clip: text !important;
	background-clip: text !important
}

.brochure .iti__arrow,
.brochure .iti__selected-dial-code {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.brochure .iti__selected-dial-code {
	color: #fff
}

.brochure .iti__arrow {
	border-top: 4px solid #fff
}

.brochure .iti__arrow.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #fff
}

.brochure .form__wrap:hover .iti__selected-dial-code {
	color: #000 !important
}

.brochure .form__wrap:hover .iti__arrow {
	border-top: 4px solid #000
}

.brochure .form__wrap:hover .iti__arrow.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #000
}

.amenities {
	display: none;
	position: relative
}

.amenities .anchor {
	position: absolute;
	top: -25px
}

.amenities .btn {
	display: block;
	margin: 40px auto 0;
	z-index: 3;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: -webkit-transform 1.2s ease;
	-o-transition: transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease, -webkit-transform 1.2s ease
}

.floorplan {
	display: none !important;
	height: var(--vh);
	background: var(--light-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.floorplan__wrapper {
	width: 100vw
}

.floorplan__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem
}

.floorplan__title {
	color: var(--dark-color);
	font-family: var(--fontHell);
	font-size: 12rem;
	line-height: normal;
	letter-spacing: -.6rem
}

.floorplan__line {
	width: 12rem;
	height: .2rem;
	margin-top: 2.8rem;
	background-color: var(--dark-color)
}

.floorplan__text {
	max-width: 68.3rem;
	margin-top: 2.3rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: normal;
	color: var(--dark-color)
}

.floorplan__swiper {
	padding-top: 9.7rem
}

.floorplan__swiper-wrapper {
	width: 0
}

.floorplan__slide {
	height: 45.1rem;
	width: 85.8rem;
	background: var(--dark-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8rem;
	padding: 7.2rem 6rem 7.2rem 7.2rem;
	margin: 0 auto
}

.floorplan__img {
	max-width: 33.7rem;
	height: 100%;
	width: 100%;
	cursor: pointer
}

.floorplan__about {
	max-width: 30.9rem;
	width: 100%;
	color: var(--light-color);
	font-family: var(--fontHell);
	font-size: 2rem;
	line-height: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.floorplan__about,
.floorplan__control,
.floorplan__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.floorplan__info {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-bottom: .5rem;
	border-bottom: .03rem solid var(--light-color)
}

.floorplan__info+.floorplan__info {
	margin-top: 1.5rem
}

.floorplan__control {
	margin-top: 2.7rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.5rem
}

.floorplan__zoom {
	display: none
}

.floorplan button {
	margin-top: 2rem;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in
}

.floorplan .swiper-button-next,
.floorplan .swiper-button-prev {
	cursor: pointer
}

.floorplan .swiper-pagination-bullets {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7.2px
}

.floorplan .swiper-pagination-bullet,
.floorplan .swiper-pagination-bullet::before {
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.floorplan .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: 0 0;
	border: .12rem solid #000;
	opacity: 1;
	margin: 0 !important;
	position: relative
}

.floorplan .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-color);
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.floorplan .swiper-pagination-bullet-active {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25)
}

.floorplan .swiper-pagination-bullet-active::before {
	opacity: 1
}

.floorplan .swiper-slide-active button {
	opacity: 1;
	pointer-events: all
}

.payment {
	height: 100lvh
}

.payment__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100lvh
}

.payment__img,
.payment__img::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.payment__img::after {
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80.69%, transparent), color-stop(108.13%, #000)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7)));
	background: -o-linear-gradient(top, transparent 80.69%, #000 108.13%), -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(180deg, transparent 80.69%, #000 108.13%), linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%)
}

.payment__container,
.payment__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.payment__container {
	position: relative;
	z-index: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 11.5rem
}

.payment__top {
	gap: 4rem
}

.payment__title {
	font-family: var(--fontHell);
	font-size: 12rem;
	letter-spacing: -.84rem
}

.payment__line {
	width: 12rem;
	height: .2rem;
	margin-top: 2.8rem;
	background-color: var(--light-color)
}

.payment__text {
	max-width: 57.5rem;
	margin-top: 2.3rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: normal
}

.payment__bot,
.payment__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.payment__bot {
	padding: 0 13rem 0 6.8rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.payment__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.payment__info-mobile {
	display: none
}

.payment__info-text {
	margin-left: .3rem;
	font-size: 6rem;
	font-weight: 300;
	line-height: normal
}

.payment__num,
.payment__percent {
	color: var(--light-color);
	font-size: 25rem;
	letter-spacing: -1.25rem
}

.payment__num {
	font-family: var(--font) !important;
	font-weight: 600;
	line-height: normal !important;
	position: relative;
	overflow: hidden
}

.payment__percent {
	font-weight: 300;
	line-height: normal;
	z-index: 10;
	position: absolute;
	left: 28.5rem;
	opacity: 0
}

.payment button,
.payment__percent-mob {
	display: none
}

.payment.active .payment__percent {
	opacity: 1;
	-webkit-transition: all 1500ms;
	-o-transition: all 1500ms;
	transition: all 1500ms
}

.payment .odometer-digit-inner {
	overflow: visible !important
}

.payment .odometer-inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition-duration: 2s !important;
	-o-transition-duration: 2s !important;
	transition-duration: 2s !important
}

.masterplan {
	max-width: 100%;
	overflow: clip
}

.masterplan,
.masterplan__wrapper {
	height: 100vh
}

.masterplan__draggable,
.masterplan__media {
	height: 100%
}

.masterplan__media-desc {
	position: relative;
	z-index: 2;
	height: 100vh
}

.masterplan__bg,
.masterplan__bg-shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0
}

.masterplan__bg {
	right: 0;
	z-index: 1;
	-webkit-clip-path: circle(6.4% at 50% 50%);
	clip-path: circle(6.4% at 50% 50%);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	will-change: clip-path
}

.masterplan__bg-shadow {
	background-color: #000;
	left: 0;
	-webkit-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out
}

.masterplan__bg img {
	-o-object-position: center;
	object-position: center;
	line-height: 0
}

.masterplan__img {
	width: 100%;
	height: 100%;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.masterplan__media {
	position: relative;
	width: max(var(--aspect-ratio-width)*1%, 100%)
}

.masterplan__dots-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	z-index: 3
}

.masterplan__svg-dot {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.masterplan__svg-dot._mobile {
	display: none
}

.masterplan__svg-g {
	opacity: 0;
	-webkit-transition: all 400ms ease-in-out 800ms;
	-o-transition: all 400ms ease-in-out 800ms;
	transition: all 400ms ease-in-out 800ms
}

.location__marker-img img,
.masterplan__bg img,
.masterplan__project-name img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.location__loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.location__name {
	position: absolute;
	top: 33%;
	left: 48%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	max-width: 52.3rem
}

.location__marker-img {
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 7.2rem
}

.location__marker-img,
.location__marker-shadow,
.location__marker__text p,
.location__text p {
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	position: absolute
}

.location__marker-shadow {
	top: 62%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0
}

.location__marker__text {
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 17rem;
	letter-spacing: -1.36rem;
	position: relative;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top
}

.location__marker__text p,
.location__text p {
	right: calc(50% + 11.3rem + 6rem);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.location__marker__text p:nth-child(2),
.location__text p:nth-child(2) {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	right: auto;
	left: calc(50% + 10.8rem + 6rem)
}

.location__text {
	width: 100%;
	height: 100%;
	color: var(--dark-color);
	font-family: var(--fontHell);
	font-size: 17rem;
	letter-spacing: -1.36rem;
	position: relative;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top
}

.location.step-1 .location__text p {
	letter-spacing: -1.12rem;
	-webkit-transform: scale(.8) translateY(-50%);
	-ms-transform: scale(.8) translateY(-50%);
	transform: scale(.8) translateY(-50%);
	right: calc(50% + 11.3rem + 12rem)
}

.location.step-1 .location__text p:nth-child(2) {
	left: calc(50% + 11rem + 20rem)
}

.location.step-1 .masterplan__bg {
	-webkit-clip-path: circle(18% at 50% 50%);
	clip-path: circle(18% at 50% 50%)
}

.location.step-1 .masterplan__svg-g {
	opacity: 1
}

.location.step-1 .location__marker-img {
	width: 20.6rem
}

.location.step-1 .location__marker-shadow {
	opacity: 1
}

.location.step-2 .masterplan__bg {
	-webkit-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	-webkit-clip-path: circle(100% at 50% 50%);
	clip-path: circle(100% at 50% 50%)
}

.location.step-2 .masterplan__bg-shadow {
	opacity: 0
}

.location.step-2 .location__marker-img {
	width: 10.2rem;
	left: 47%;
	top: 51.5%
}

.location.step-2 .location__marker-img,
.location.step-2 .location__marker-shadow,
.location.step-2 .location__marker-shadow svg {
	-webkit-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out
}

.location.step-2 .location__marker-shadow {
	left: 46.8%;
	top: 58.5%
}

.location.step-2 .location__marker-shadow svg {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}

.no-scroll {
	overflow: hidden !important
}

.about {
	max-width: 100%;
	width: 100%
}

.about__cont-top {
	padding-top: 17rem;
	padding-bottom: 12rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about__cont-top-title {
	font-size: 15rem;
	font-weight: 400;
	-webkit-transition: -webkit-transform .8s ease;
	-o-transition: transform .8s ease;
	transition: transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease
}

.about__cont-top-line {
	display: block;
	width: 12rem;
	height: 100%;
	margin: 0 4rem;
	position: relative;
	margin-bottom: auto
}

.about__cont-top-line::after {
	content: "";
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff
}

.about__cont-top-text {
	font-size: 2rem;
	max-width: 87rem
}

.about__cont-img-wrap-mob-bg {
	display: none;
	-webkit-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out
}

.about__cont-img-wrap {
	padding: 0 30px 50px;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.about__cont-img {
	width: 100%
}

.developer {
	background-color: #fff
}

.developer__content,
.developer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.developer__content {
	padding-top: 7.8rem;
	padding-bottom: 1.8rem;
	position: relative;
	z-index: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.developer__top {
	gap: 4rem;
	z-index: 2
}

.developer__title {
	font-family: var(--fontHell);
	font-size: 12rem;
	letter-spacing: -.7rem;
	color: #000
}

.developer__title-two {
	margin-left: 15.6rem
}

.developer__title-mob {
	display: none
}

.developer__line {
	width: 12rem;
	height: .2rem;
	margin-top: 2.8rem;
	background-color: #000
}

.developer__text {
	max-width: 57.5rem;
	margin-top: 2.3rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: normal;
	color: #000;
	-webkit-transform: translateY(-2.3rem);
	-ms-transform: translateY(-2.3rem);
	transform: translateY(-2.3rem)
}

.developer__text-wrapper {
	-webkit-transform: translateX(-1.3rem);
	-ms-transform: translateX(-1.3rem);
	transform: translateX(-1.3rem)
}

.developer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.8rem;
	gap: 9px
}

.developer__items-mob {
	display: none
}

.developer__item {
	padding: 2rem 2.5rem;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
	background: rgba(0, 0, 0, .65);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.developer__item__subtitle,
.developer__item__title {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	white-space: nowrap
}

.developer__item__title {
	font-weight: 700;
	margin-bottom: 3px
}

.developer__item__subtitle {
	font-weight: 400
}

.developer__img {
	position: relative;
	-webkit-transform: translateY(-6rem);
	-ms-transform: translateY(-6rem);
	transform: translateY(-6rem)
}

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

.developer__img-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 422px;
	height: 106px
}

@media (min-width:769px) {
	.time-pop .popup__wrapper {
		padding: 20rem
	}
}

@media (min-width:901px) {
	.intro__wrap {
		position: relative;
		height: 100svh;
		max-width: 100%;
		width: 100%
	}

	.intro__wrap::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: transparent;
		-webkit-transition: background-color .8s ease;
		-o-transition: background-color .8s ease;
		transition: background-color .8s ease
	}

	.intro__wrap.active::after {
		background-color: rgba(0, 0, 0, .5)
	}

	.intro__wrap.active .intro__wrap-bg-container {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}

	.intro__wrap.active .intro__wrap-bg {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-o-object-position: left;
		object-position: left
	}

	.intro__wrap.active .intro-title-bot,
	.intro__wrap.active .intro-title-top {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.intro__wrap.active .intro-text,
	.intro__wrap.active .intro-title-line,
	.intro__wrap.active .intro__content-btn,
	.intro__wrap.active .intro__content-text-bot {
		opacity: 1
	}

	.intro__wrap-bg,
	.intro__wrap-bg-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.intro__wrap-bg-container {
		overflow: hidden;
		-webkit-clip-path: inset(23% 37% 23% 37%);
		clip-path: inset(23% 37% 23% 37%);
		-webkit-transition: -webkit-clip-path .8s ease;
		-o-transition: clip-path .8s ease;
		transition: clip-path .8s ease;
		transition: clip-path .8s ease, -webkit-clip-path .8s ease
	}

	.intro__wrap-bg {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top, left;
		object-position: top, left;
		-webkit-transform: scale(.5555);
		-ms-transform: scale(.5555);
		transform: scale(.5555);
		-webkit-transition: object-position .8s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, -o-object-position .8s ease;
		transition: transform .8s ease, object-position .8s ease;
		transition: transform .8s ease, object-position .8s ease, -webkit-transform .8s ease, -o-object-position .8s ease
	}

	.intro__content {
		position: relative;
		z-index: 3;
		font-family: var(--fontHell);
		font-weight: 400;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%
	}

	.intro__content,
	.intro__content-center-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.intro-title-line {
		display: block;
		width: 12rem;
		height: 100%;
		margin: 0 4rem;
		position: relative;
		margin-bottom: auto;
		opacity: 0;
		-webkit-transition: opacity .8s ease;
		-o-transition: opacity .8s ease;
		transition: opacity .8s ease
	}

	.intro-title-line::after {
		content: "";
		position: absolute;
		top: 2.8rem;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff
	}

	.intro-title {
		font-size: 15rem;
		font-weight: 400;
		-webkit-transition: -webkit-transform .8s ease;
		-o-transition: transform .8s ease;
		transition: transform .8s ease;
		transition: transform .8s ease, -webkit-transform .8s ease
	}

	.intro-title-top {
		-webkit-transform: translate(-10.2rem, -18.5rem);
		-ms-transform: translate(-10.2rem, -18.5rem);
		transform: translate(-10.2rem, -18.5rem)
	}

	.intro-text {
		font-size: 2rem;
		max-width: 43.4rem;
		line-height: 125%;
		opacity: 0;
		-webkit-transition: opacity .8s ease;
		-o-transition: opacity .8s ease;
		transition: opacity .8s ease
	}

	.intro-text.mob {
		display: none
	}

	.intro-title-bot {
		margin-left: 36.5rem;
		margin-top: -2rem;
		-webkit-transform: translate(33.3rem, 19rem);
		-ms-transform: translate(33.3rem, 19rem);
		transform: translate(33.3rem, 19rem)
	}

	.intro .intro__content-btn,
	.intro .intro__content-text-bot {
		position: absolute;
		opacity: 0;
		-webkit-transition: opacity .8s ease;
		-o-transition: opacity .8s ease;
		transition: opacity .8s ease
	}

	.intro .intro__content-text-bot {
		left: 14rem;
		bottom: 14rem;
		font-size: 36px
	}

	.intro .intro__content-btn {
		bottom: 6rem
	}

	.intro .intro__content-btn a {
		font-size: 20px;
		font-weight: 500
	}
}

@media (min-width:901px) and (min-width:2400px) {
	.intro-title-top {
		-webkit-transform: translate(-10.5rem, -21.5rem);
		-ms-transform: translate(-10.5rem, -21.5rem);
		transform: translate(-10.5rem, -21.5rem)
	}

	.intro-title-bot {
		-webkit-transform: translate(34.5rem, 22rem);
		-ms-transform: translate(34.5rem, 22rem);
		transform: translate(34.5rem, 22rem)
	}
}

@media (min-width:1101px) {
	.brochure {
		position: relative;
		height: 100svh
	}

	.brochure .btn {
		
		z-index: 10;
	}

	.brochure__wrap {
		max-width: 100%;
		width: 100%;
		height: 100svh
	}

	.brochure__content,
	.brochure__content-left {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.brochure__content {
		padding-top: 0.5rem;
		padding-left: 14rem;
		padding-right: 14rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.brochure__content-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.brochure__item {
		max-width: 29rem;
		opacity: 1;
		-webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, opacity .8s ease;
		transition: transform .8s ease, opacity .8s ease;
		transition: transform .8s ease, opacity .8s ease, -webkit-transform .8s ease
	}

	.brochure__content-center img,
	.brochure__item img {
		width: 90%
	}

	.brochure__item p {
		font-size: 2rem;
		color: rgba(255, 255, 255, .7)
	}

	.brochure__item-img-wrap {
		max-width: 5rem;
		margin-bottom: 20px
	}

	.brochure__content-center {
		position: relative;
		max-width: 81.5rem;
		width: 100%;
		padding-top: 5rem
	}

	.brochure__content-center-img-wrap {
		position: relative;
		-webkit-transition: top .8s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, top .8s ease;
		transition: transform .8s ease, top .8s ease;
		transition: transform .8s ease, top .8s ease, -webkit-transform .8s ease
	}

	.brochure__content-center-box {
		opacity: 1;
		-webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, opacity .8s ease;
		transition: transform .8s ease, opacity .8s ease;
		transition: transform .8s ease, opacity .8s ease, -webkit-transform .8s ease
	}

	.brochure__content-center-title {
		font-family: var(--fontHell);
		font-size: 3.2rem;
		font-weight: 400;
		max-width: 32rem;
		margin: 0 auto;
		text-align: center;
		margin-top: 6rem
	}

	.brochure__content-right,
	.brochure__content-right .brochure__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.brochure__content-right {
		text-align: right;
		height: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.brochure__content-right .brochure__item {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:1921px) {
	.floorplan .swiper-pagination-bullets {
		gap: .72rem
	}

	.floorplan .swiper-pagination-bullet {
		width: 1rem;
		height: 1rem
	}
}

@media (min-width:2000px) {
	.iti input {
		padding-left: 9.4rem !important
	}
}

@media (min-width:3000px) {
	.iti input {
		padding-left: 8.2rem !important
	}
}

@media (max-width:1600px) {
	.iti__country {
		font-size: 14px
	}

	.brochure__content-center {
		padding-top: 70px
	}
}

@media (max-width:1500px) {
	:root {
		--paddingTop: 12rem
	}

	.iti input {
		padding-left: 13.5rem !important
	}
}

@media (max-width:1100px) {
	.brochure {
		position: relative;
		height: 100svh
	}

	.brochure .btn {
		margin-top: 40px
	}

	.brochure__wrap {
		max-width: 100%;
		width: 100%;
		height: 100svh;
		overflow: hidden
	}

	.brochure__content {
		height: 100%;
		padding: 20px
	}

	.brochure__content-left {
		display: none
	}

	.brochure__content-center {
		position: relative;
		max-width: 100%;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 71px 0 0
	}

	.brochure__content-center img {
		width: 90%
	}

	.brochure__content-center-img-wrap {
		-webkit-transition: top .8s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, top .8s ease;
		transition: transform .8s ease, top .8s ease;
		transition: transform .8s ease, top .8s ease, -webkit-transform .8s ease;
		z-index: 10
	}

	.brochure__content-center-box {
		-webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
		-o-transition: transform .8s ease, opacity .8s ease;
		transition: transform .8s ease, opacity .8s ease;
		transition: transform .8s ease, opacity .8s ease, -webkit-transform .8s ease
	}

	.brochure__content-center-title {
		font-family: var(--fontHell);
		font-size: 24px;
		font-weight: 400;
		max-width: 320px;
		text-align: center;
		margin: 40px auto 0
	}

	.brochure__content-right {
		display: none
	}

	.about__cont-img-wrap {
		padding-bottom: 0
	}
}

@media (max-width:1024px) {
	.floorplan {
		height: 100%;
		padding-top: 102px;
		padding-bottom: 30px
	}

	.floorplan__title {
		font-size: 36px;
		letter-spacing: normal
	}

	.floorplan__control,
	.floorplan__line,
	.floorplan__text {
		display: none
	}

	.floorplan__slide,
	.floorplan__swiper,
	.floorplan__swiper-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.floorplan__swiper {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		padding-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.floorplan__slide,
	.floorplan__swiper-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.floorplan__swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 34px;
		width: calc(100% - 84px);
		margin: 0 42px
	}

	.floorplan__slide {
		max-width: 385px;
		margin: 0;
		width: 100%;
		gap: 20px;
		padding: 25px 24px 11px;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content
	}

	.floorplan__slide+.floorplan__slide {
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
		-webkit-transform: perspective(100px) rotateX(-4deg);
		transform: perspective(100px) rotateX(-4deg)
	}

	.floorplan__img {
		max-width: 159px;
		height: auto
	}

	.floorplan__img img {
		-o-object-fit: contain;
		object-fit: contain
	}

	.floorplan__about {
		position: relative;
		font-size: 13px
	}

	.floorplan__info {
		padding-bottom: 4px
	}

	.floorplan__info+.floorplan__info {
		margin-top: 14px
	}

	.floorplan__zoom {
		display: block;
		cursor: pointer;
		height: 15px;
		bottom: calc(100% + 20px);
		right: 0;
		position: absolute
	}

	.masterplan__bg img {
		-o-object-position: 46%;
		object-position: 46%
	}

	.masterplan__svg-dot {
		display: none
	}

	.masterplan__svg-dot._mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.location__loader {
		left: -3%
	}

	.location {
		position: relative;
		height: 100lvh
	}

	.location__marker-img {
		width: 71px;
		-webkit-transform: translate(-50%, -50%) scale(.8);
		-ms-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
		left: 47%
	}

	.location__marker-shadow {
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scale(.4) translate(-50%, -50%);
		-ms-transform: scale(.4) translate(-50%, -50%);
		transform: scale(.4) translate(-50%, -50%);
		top: 51%;
		left: 47%
	}

	.location .masterplan__bg {
		-webkit-clip-path: circle(8% at 47% 50%);
		clip-path: circle(8% at 47% 50%)
	}

	.location .masterplan__bg img {
		-o-object-position: 47%;
		object-position: 47%
	}

	.location__text {
		font-size: 64px
	}

	.location__text p {
		letter-spacing: normal;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		right: auto;
		bottom: 65%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: auto
	}

	.location__text p:nth-child(2) {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		bottom: auto;
		top: 65%;
		left: 50%
	}

	.location.step-1 .masterplan__bg {
		-webkit-clip-path: circle(12% at 47% 50%);
		clip-path: circle(12% at 47% 50%);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.location.step-1 .location__marker-img {
		width: 71px;
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1)
	}

	.location.step-1 .location__text p {
		letter-spacing: normal;
		-webkit-transform: translateX(-50%) scale(.8);
		-ms-transform: translateX(-50%) scale(.8);
		transform: translateX(-50%) scale(.8);
		right: initial;
		bottom: 69%
	}

	.location.step-1 .location__text p:nth-child(2) {
		left: 50%;
		top: 69%
	}

	.location.step-2 .masterplan__bg {
		-webkit-clip-path: circle(100% at 50% 50%);
		clip-path: circle(100% at 50% 50%)
	}

	.location.step-2 .location__marker-img {
		left: 46.6%
	}

	.location.step-2 .location__marker-shadow {
		left: 46.6%;
		top: calc(53% + 1vh)
	}

	.masterplan__draggable {
		width: 100vw;
		overflow: auto
	}

	.masterplan__wrapper {
		height: 100lvh
	}
}

@media (max-width:1000px) {
	.form {
		max-width: 320px
	}

	.form__wrap {
		height: 40px;
		margin-bottom: 10px
	}

	.form input {
		font-size: 16px;
		padding: 0 35px 0 20px !important
	}

	.form .input-icon {
		right: 20px
	}

	.form .input-icon svg {
		height: 13px;
		width: 13px;
		min-height: 13px;
		min-width: 13px
	}
}

@media (max-width:900px) {

	.intro,
	.intro__wrap {
		max-width: 100%;
		width: 100%
	}

	.intro {
		overflow: hidden;
		height: 100svh
	}

	.intro__wrap {
		height: 100%
	}

	.intro__wrap::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: transparent;
		-webkit-transition: background-color .8s ease .8s;
		-o-transition: background-color .8s ease .8s;
		transition: background-color .8s ease .8s
	}

	.intro__wrap.active2 .intro__content-center-top {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.intro__wrap.active::after {
		background-color: rgba(0, 0, 0, .5)
	}

	.intro__wrap-bg-container {
		position: absolute;
		top: 0;
		left: 30px;
		overflow: hidden;
		width: calc(100% - 60px);
		height: 100%
	}

	.intro__wrap-bg {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		height: 250px;
		-o-object-fit: cover;
		object-fit: cover
	}

	.intro__content {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		z-index: 3;
		padding: 0 30px 35px
	}

	.intro-title {
		position: relative;
		font-size: 64px;
		line-height: 64px;
		display: inline-block
	}

	.intro-title-top {
		-webkit-transform: translate(-78%, -47px);
		-ms-transform: translate(-78%, -47px);
		transform: translate(-78%, -47px)
	}

	.intro-text {
		display: none
	}

	.intro-text.mob {
		display: block;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		max-width: 331px;
		margin: 20px auto 0;
		opacity: 0
	}

	.intro__content-center-bot {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right
	}

	.intro-title-bot {
		text-align: right;
		-webkit-transform: translate(79%, 168px);
		-ms-transform: translate(79%, 168px);
		transform: translate(79%, 168px)
	}

	.intro__content-text-bot {
		display: none
	}

	.intro__content-btn {
		position: absolute;
		bottom: 20px;
		height: 50px;
		width: 100%;
		left: 0;
		opacity: 0
	}

	.intro__content-btn .btn {
		height: 50px;
		margin: 0 auto;
		display: block
	}
}

@media (max-width:786px) {
	.popup .form {
		margin-top: 45px
	}

	.popup .form__wrap {
		background: #dbdbdb
	}

	.popup .form__wrap:last-of-type {
		margin-bottom: 25px
	}
}

@media (max-width:768px) {
	:root {
		--paddingTop: 102px
	}

	body,
	html {
		font-size: 16px
	}

	body .iti-mobile .iti--container,
	html .iti-mobile .iti--container {
		width: 85%;
		height: 80%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.btn {
		height: 50px;
		padding: 0 15px
	}

	.btn span {
		top: 4px;
		width: 40px;
		height: 40px
	}

	.btn p {
		font-size: 20px
	}

	._container {
		padding: 0 30px
	}

	body.swal2-shown div:where(.swal2-container) div:where(.swal2-popup),
	html.swal2-shown div:where(.swal2-container) div:where(.swal2-popup) {
		width: 355px;
		padding: 0 0 20px;
		font-size: 16px
	}

	.popup__wrapper {
		max-width: 420px;
		width: 100%;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		padding: 60px 22px
	}

	.popup__title {
		letter-spacing: normal;
		font-size: 30px;
		text-transform: uppercase
	}

	.popup__subtitle {
		font-size: 20px;
		margin-top: 35px;
		color: var(--dark-color)
	}

	.popup__exit {
		right: 15px;
		top: 15px
	}

	.popup__exit svg {
		width: 20px;
		height: 20px
	}

	.popup__socials {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.popup .form__input {
		color: rgba(0, 0, 0, .3019607843)
	}

	.popup .form__input::-webkit-input-placeholder {
		color: rgba(0, 0, 0, .3019607843)
	}

	.popup .form__input::-moz-placeholder {
		color: rgba(0, 0, 0, .3019607843)
	}

	.popup .form__input:-ms-input-placeholder {
		color: rgba(0, 0, 0, .3019607843)
	}

	.popup .form__input::-ms-input-placeholder {
		color: rgba(0, 0, 0, .3019607843)
	}

	.popup .form__input::placeholder {
		color: rgba(0, 0, 0, .3019607843)
	}

	.popup .form button {
		margin-top: 30px
	}

	.popup__img {
		display: none
	}

	.time-pop-img {
		max-width: 300px;
		width: 100%;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		top: 16%;
		overflow: visible;
		scale: 1.1;
		display: block
	}

	.time-pop-img img {
		-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
		box-shadow: 0 4px 6px rgba(0, 0, 0, .15)
	}

	.time-pop .popup__title {
		font-size: 20px;
		opacity: 1;
		-webkit-transform: translateY(95px);
		-ms-transform: translateY(95px);
		transform: translateY(95px)
	}

	.time-pop .popup__wrapper {
		height: 75%
	}

	.popup__subtitle {
		display: none
	}

	.time-pop .popup__exit {
		right: 8px;
		top: 10px;
		opacity: 1
	}

	.time-pop .popup__exit svg {
		width: 15px;
		height: 15px
	}

	.time-pop .popup__socials {
		-webkit-transform: translateY(105px);
		-ms-transform: translateY(105px);
		transform: translateY(105px)
	}

	.time-pop .form {
		opacity: 1;
		-webkit-transform: translateY(85px);
		-ms-transform: translateY(85px);
		transform: translateY(85px)
	}

	.header {
		position: fixed;
		padding: 20px 30px;
		background-color: #fff;
		-webkit-transition: background-color .3s ease;
		-o-transition: background-color .3s ease;
		transition: background-color .3s ease
	}

	.header__logo {
		width: 120px
	}

	.header__list {
		display: none;
		padding: 0 0 31px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
		-webkit-transition: all .3s ease, 1s;
		-o-transition: all .3s ease, 1s;
		transition: all .3s ease, 1s
	}

	.header__list-item {
		color: rgba(0, 0, 0, .7);
		text-align: center;
		font-family: Lato;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		opacity: 1
	}

	.header__socials {
		display: none
	}

	.header__menu {
		width: 24px;
		height: 24px;
		z-index: 3
	}

	.header__menu .burger-icon svg path {
		-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
		-o-transition: transform .4s ease, opacity .4s ease;
		transition: transform .4s ease, opacity .4s ease;
		transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease
	}

	.header__menu .line {
		-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
		-o-transition: transform .4s ease-in-out, opacity .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out;
		transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out
	}

	.header.activeBG {
		background: #000 !important
	}

	.header.activeBG .burger-icon svg path,
	.header.activeBG .mob-bg svg path {
		fill: #fff
	}

	.desc,
	.footer__socials-phone br {
		display: none
	}

	.mob {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.header__mob-nav {
		-webkit-transform: translateY(-120%);
		-ms-transform: translateY(-120%);
		transform: translateY(-120%);
		-webkit-transition: -webkit-transform .5s ease;
		-o-transition: transform .5s ease;
		transition: transform .5s ease;
		transition: transform .5s ease, -webkit-transform .5s ease;
		background: #eee;
		position: fixed;
		z-index: 25;
		inset: 71px 0 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.header__mob-nav-title {
		color: #000;
		text-align: center;
		font-family: "Helvetica Neue";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
		-webkit-transition: all .3s ease, 1s;
		-o-transition: all .3s ease, 1s;
		transition: all .3s ease, 1s
	}

	.header__mob-nav .form {
		opacity: 0;
		-webkit-transform: translateY(-60px);
		-ms-transform: translateY(-60px);
		transform: translateY(-60px);
		-webkit-transition: all .8s ease;
		-o-transition: all .8s ease;
		transition: all .8s ease;
		margin-top: 17px
	}

	.header__mob-nav .form .form__input {
		background-color: #dbdbdb;
		color: #000
	}

	.header__mob-nav .form .form__wrap {
		border: 0
	}

	.header__mob-nav .form .form__wrap:last-of-type {
		margin-bottom: 20px
	}

	.header__mob-nav .form .btn {
		color: #000
	}

	.header__mob-nav .form .btn span {
		border-color: #000
	}

	.header__mob-content .form {
		padding: 0 30px;
		max-width: 100%;
		background-color: #eee
	}

	.header__mob-content .form__wrap {
		background-color: #dbdbdb
	}

	header.active .burger-icon svg path:nth-of-type(1) {
		opacity: 0
	}

	header.active .burger-icon svg path:nth-of-type(2) {
		-webkit-transform: translate(8px, 0) rotate(45deg);
		-ms-transform: translate(8px, 0) rotate(45deg);
		transform: translate(8px, 0) rotate(45deg)
	}

	header.active .burger-icon svg path:nth-of-type(3) {
		-webkit-transform: translate(-9px, 7px) rotate(-45deg);
		-ms-transform: translate(-9px, 7px) rotate(-45deg);
		transform: translate(-9px, 7px) rotate(-45deg)
	}

	header.active .line2 {
		opacity: 0
	}

	header.active .header__mob-nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	header.active .header__list,
	header.active .header__mob-nav .form,
	header.active .header__mob-nav-title {
		opacity: 1;
		-webkit-transition-delay: .6s;
		-o-transition-delay: .6s;
		transition-delay: .6s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.footer__socials-phone {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		font-size: 16px
	}

	.footer__socials-phone.show-number {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.footer__socials-phone span:nth-child(3) {
		font-size: 20px;
		letter-spacing: -1.4px
	}

	.footer {
		padding: 30px 0 50px
	}

	.footer .mobb {
		display: block
	}

	.footer ._container {
		padding: 0 30px
	}

	.footer__holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer__holder-left {
		display: none
	}

	.footer__holder-right {
		gap: 0;
		width: 100%
	}

	.footer__holder-right .btn {
		display: block;
		margin-top: 0
	}

	.footer__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		gap: 10px;
		padding-bottom: 27px
	}

	.footer__list-item {
		font-size: 20px;
		opacity: .7
	}

	.footer__list-item:hover {
		opacity: 1;
		-webkit-animation: reset 1s forwards;
		animation: reset 1s forwards
	}

	@-webkit-keyframes reset {
		0% {
			opacity: 1
		}

		to {
			opacity: .7
		}
	}

	@keyframes reset {
		0% {
			opacity: 1
		}

		to {
			opacity: .7
		}
	}

	.footer__socials-holder {
		gap: 24px;
		padding-bottom: 17px
	}

	.footer__socials-holder-item {
		width: 100%
	}

	.footer__socials-holder-item svg {
		width: 24px;
		height: 24px
	}

	.footer__socials-phone {
		padding-bottom: 20px
	}

	.form .form-times svg {
		height: 11px;
		width: 12px
	}

	.iti__selected-dial-code {
		font-size: 14px
	}

	.iti .iti__flag-container {
		left: 15px !important
	}

	.footer__form .iti .form__input,
	.iti input,
	.longpop .longpop__form .iti .form__input,
	.timepop__form .iti .form__input {
		padding-left: 110px !important
	}

	.preloader__text {
		display: none
	}

	.preloader .progres__ring,
	.preloader__circle {
		width: 175px;
		height: 175px
	}

	.preloader__percent-num {
		font-size: 36px
	}

	.preloader__percent-sign {
		font-size: 20px
	}

	.preloader .progres__ring-anim circle {
		stroke-width: 3px
	}

	.preloader .progres__ring-desc {
		display: none
	}

	.amenities,
	.preloader .progres__ring-mobile {
		display: block
	}

	.amenities__wrap {
		height: 100svh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 30px
	}

	.amenities__title {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 40px
	}

	.amenities__item {
		padding-bottom: 5px;
		position: relative
	}

	.amenities__item::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: rgba(255, 255, 255, .3);
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: -webkit-transform 1.2s ease;
		-o-transition: transform 1.2s ease;
		transition: transform 1.2s ease;
		transition: transform 1.2s ease, -webkit-transform 1.2s ease;
		z-index: 1
	}

	.amenities__item:not(:last-of-type) {
		margin-bottom: 34px
	}

	.amenities__item-top {
		position: relative;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: -webkit-transform 1.2s ease;
		-o-transition: transform 1.2s ease;
		transition: transform 1.2s ease;
		transition: transform 1.2s ease, -webkit-transform 1.2s ease
	}

	.amenities__item-title {
		font-size: 20px;
		line-height: 22px;
		text-transform: uppercase
	}

	.amenities__item-text-wrap {
		position: relative
	}

	.amenities__item-text-wrap::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background-color: #000;
		z-index: 2
	}

	.amenities__item-text {
		font-size: 14px;
		line-height: 18px;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: -webkit-transform 1.2s ease;
		-o-transition: transform 1.2s ease;
		transition: transform 1.2s ease;
		transition: transform 1.2s ease, -webkit-transform 1.2s ease
	}

	.amenities__item-top-img-wrap {
		max-width: 20px;
		width: 100%;
		margin-right: 5px
	}

	.amenities__item-top-img {
		width: 100%
	}

	.payment__wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.payment__container {
		height: 100%;
		height: calc(100% - 71px);
		gap: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.payment__top {
		position: absolute;
		top: 30px
	}

	.payment__title {
		font-size: 36px;
		letter-spacing: normal
	}

	.payment__line,
	.payment__text {
		display: none
	}

	.payment__bot {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px
	}

	.payment__info {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		-webkit-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top
	}

	.payment__info-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out
	}

	.payment__info-mobile p:nth-child(1) {
		color: var(--colors-basic-colors-white-ffffff, #fff);
		font-size: 128px;
		font-weight: 300
	}

	.payment__info-mobile p:nth-child(2) {
		color: var(--colors-basic-colors-white-ffffff, #fff);
		font-size: 24px
	}

	.payment__info:nth-child(1) {
		-webkit-transform-origin: bottom;
		-ms-transform-origin: bottom;
		transform-origin: bottom
	}

	.payment__info-text {
		font-size: 26px;
		margin-left: 0 !important
	}

	.payment__num {
		font-size: 80px;
		font-weight: 300;
		height: 100px;
		width: 91px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		letter-spacing: normal
	}

	.payment__percent {
		font-size: 80px;
		left: 0;
		display: none
	}

	.payment__percent-mob {
		-webkit-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		display: block;
		font-size: 64px;
		font-weight: 300;
		opacity: 0;
		visibility: hidden
	}

	.payment button {
		margin-top: 60px;
		display: block
	}

	.payment.active .payment__info-mobile {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top
	}

	.payment.active .payment__info {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.payment.active .payment__percent-mob {
		opacity: 1;
		visibility: visible;
		margin-top: 12px
	}

	.about {
		max-width: 100%;
		width: 100%
	}

	.about ._container {
		padding: 0 30px
	}

	.about__cont {
		padding-top: 100px
	}

	.about__cont-top {
		padding-top: 0;
		padding-bottom: 0;
		display: block
	}

	.about__cont-top-title {
		font-size: 36px;
		font-weight: 400;
		-webkit-transition: -webkit-transform .8s ease;
		-o-transition: transform .8s ease;
		transition: transform .8s ease;
		transition: transform .8s ease, -webkit-transform .8s ease;
		margin-bottom: 20px
	}

	.about__cont-top-line {
		display: none
	}

	.about__cont-top-text {
		font-size: 16px;
		line-height: 19px;
		max-width: 100%;
		position: relative;
		z-index: 3
	}

	.about__cont-img-wrap {
		margin-top: -18px;
		padding: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
		height: 410px;
		position: relative
	}

	.about__cont-img-wrap-mob-bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
		background: -o-linear-gradient(top, #000 0, transparent 100%);
		background: linear-gradient(180deg, #000 0, transparent 100%)
	}

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

	.developer__content {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.developer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0
	}

	.developer__title {
		font-size: 36px;
		letter-spacing: normal;
		font-family: "Roboto", serif
	}

	.developer__title-desc {
		display: none
	}

	.developer__title-mob {
		display: block
	}

	.developer__line {
		display: none
	}

	.developer__text {
		font-weight: 400;
		font-size: 14px;
		color: #000;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 10px
	}

	.developer__text-wrapper {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.developer__items {
		margin-top: 25px
	}

	.developer__items-desc {
		display: none
	}

	.developer__items-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.developer__item {
		padding: 12px
	}

	.developer__item__subtitle,
	.developer__item__title {
		font-size: 20px
	}

	.developer__img {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 29px
	}

	.developer__img-icon {
		display: block
	}
}

@media (max-width:768px) and (max-height:640px) {
	.payment__container {
		gap: 20px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.payment button {
		margin-top: 0
	}
}

@media (max-width:766px) {
	.preloader {
		padding: 0 20px
	}

	.preloader .preloader-logo {
		max-width: 100%;
		width: 100%
	}

	.preloader .preloader-log-gray svg,
	.preloader .preloader-log-white svg {
		width: 100%
	}

	.preloader .preloader-log-white {
		left: 0
	}
}

@media (max-width:600px) {
	.form input {
		font-size: 15px
	}
}

@media (max-width:576px) {

	.form__wrap .iti--allow-dropdown .iti__flag-container,
	.form__wrap .iti--separate-dial-code .iti__flag-container {
		left: 8px
	}
}

@media (max-width:575.98px) {
	.masterplan__media {
		padding-bottom: calc(var(--aspect-ratio)*1%);
		width: max(var(--aspect-ratio-width)*3.2*1%, 100%)
	}

	.slightly-move-x .masterplan__media {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.slightly-move-y .masterplan__media {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@media (max-width:500px) {
	.form {
		max-width: 256px
	}
}

@media (max-width:498px) {
	.developer__items {
		gap: 4px
	}

	.developer__item__subtitle,
	.developer__item__title {
		font-size: 13px
	}

	.developer__img-icon {
		width: 211px;
		height: 53px
	}
}

@media (max-width:464px) {
	.popup__wrapper {
		padding: 60px 22px
	}

	.popup__wrapper,
	.time-pop-img {
		max-width: 100%;
		width: calc(100% - 44px);
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content
	}
}

@media (max-width:400px) {

	.developer__item__subtitle,
	.developer__item__title {
		font-size: 12px
	}
}

@media (max-width:350px) {
	.form input {
		font-size: 14px
	}

	.form .form-times,
	.form .input-icon {
		right: 20px
	}
}

@media (min-width:901px) and (max-width:1500px) {
	.intro-title-top {
		-webkit-transform: translate(-9.5rem, -21.5rem);
		-ms-transform: translate(-9.5rem, -21.5rem);
		transform: translate(-9.5rem, -21.5rem)
	}

	.intro-title-bot {
		-webkit-transform: translate(35rem, 21.4rem);
		-ms-transform: translate(35rem, 21.4rem);
		transform: translate(35rem, 21.4rem);
		margin-left: 34rem
	}
}

@media (hover:hover) {
	.f-button:hover:not([disabled]) {
		color: var(--f-button-hover-color);
		background-color: var(--f-button-hover-bg)
	}

	.btn:hover span {
		border-radius: 4rem;
		width: 100%
	}
}

.time-pop-img {
	position: absolute;
	overflow: hidden;
	z-index: 9999;
	object-fit: cover;
	height: 77rem;
	pointer-events: none;
	display: none;
}


@media (min-width: 769px) {
	.time-pop .popup__wrapper {
		padding: 20rem;
	}

	.time-pop .time__title {
		padding-top: 25px;
	}
}


.popup__img {
	width: 28.5rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);

}

@media (max-width: 768px) {
	.popup__img {
		display: none;
	}

	.time-pop-img {
		max-width: 300px;

		width: 100%;
		height: 163px;
		top: 16%;
		overflow: visible;
		scale: 1.1;
		display: block;
	}

	.time-pop-img img {
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
	}

	.time-pop .popup__title {
		font-size: 20px;
		opacity: 1;
		transform: translateY(95px);
	}

	.time-pop .popup__wrapper {
		height: 75%;
	}

	.popup__subtitle {
		display: none;
	}

	.time-pop .popup__exit {
		right: 8px;
		top: 10px;
		opacity: 1;
	}

	.time-pop .popup__exit svg {
		width: 15px;
		height: 15px;
	}

	.time-pop .popup__socials {
		transform: translateY(105px);
	}

	.time-pop .form {
		opacity: 1;
		transform: translateY(85px);
	}
}

@media (max-width: 464px) {
	.time-pop-img {
		max-width: 100%;
		width: calc(100% - 44px);
		height: 163px;
	}
}

.hide-payment-this-site {
	display: none !important;
}