@charset "utf-8";
/*

@media only screen and (min-width: 700px) and (max-width: 1099px) {}
@media only screen and (min-width: 1100px) and (max-width: 1399px) {}
@media only screen and (min-width: 1400px) {}

*/
.toggle-menu, .active-page {
		display: none;
}
.menu ul, .menu li {
		list-style: none;
		margin: 0;
		padding: 0;
}
.menu a {
		text-decoration: none;
}
.slide-3:not(.slide-4) .menu .link-works, .slide-4:not(.slide-5) .menu .link-ai, .slide-5:not(.slide-6) .menu .link-jobs, .slide-6:not(.slide-7) .menu .link-team, .slide-7 .menu .link-contact {
		pointer-events: none;
}
@media only screen and (max-width: 699px) {
		.menu {}
		.active-page {
				pointer-events: none;
				list-style: none;
				margin: 0 0 0 auto;
				padding: 0;
				display: flex;
				flex-direction: column;
				align-items: flex-end;
				font-weight: normal;
				font-size: 12px;
				line-height: 16px;
				text-transform: uppercase;
				position: relative;
				top: 2px;
				z-index: 2;
				opacity: 0.5;
		}
		.active-page li {
				list-style: none;
				margin: 0;
				padding: 0;
		}
		.active-page li > * {
				display: block;
				transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
				opacity: 0;
		}
		.slide-3:not(.slide-4) .active-page .link-works, .slide-4:not(.slide-5) .active-page .link-ai, .slide-5:not(.slide-6) .active-page .link-jobs, .slide-6:not(.slide-7) .active-page .link-team, .slide-7 .active-page .link-contact {
				opacity: 1;
		}
		.active-page li:not(:first-child) {
				margin-top: -16px;
		}
		.active-page li:before {
				display: none;
		}
		.toggle-menu {
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				display: block;
				-webkit-appearance: none;
				cursor: pointer;
				user-select: none;
				padding: 0;
				border: 0;
				outline: none;
				background: none;
				text-align: left;
				text-indent: -100vw;
				overflow: hidden;
				width: 27px;
				height: 27px;
				margin: -5px;
				flex: 0 0 auto;
				border-radius: 50%;
				position: relative;
				margin-left: auto;
				pointer-events: all;
				z-index: 2;
		}
		.toggle-menu:before, .toggle-menu:after {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: 17px;
				height: 1px;
				background: var(--color);
				backface-visibility: hidden;
				/*will-change: transform;*/
				transition-property: transform, background;
				transition-duration: 1s;
				transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		}
		.toggle-menu:before {
				transform: translate3d(-50%, calc(-50% - 3px), 0) rotate(0deg);
		}
		.toggle-menu:after {
				transform: translate3d(-50%, calc(-50% + 3px), 0) rotate(0deg);
		}
		html.open-menu {
				overflow: hidden;
		}
		html.open-menu .toggle-menu:before {
				transform: translate3d(-50%, -50%, 0) rotate(315deg);
		}
		html.open-menu .toggle-menu:after {
				transform: translate3d(-50%, -50%, 0) rotate(-315deg);
		}
		html.open-menu .header {
				transition-delay: 0s;
		}
		html.open-menu .logo.clone {
				opacity: 1;
		}
		.header .menu ul {
				display: none !important;
		}
		.menu ul {
				position: fixed;
				z-index: 99;
				top: 0;
				left: 100%;
				transform: translate3d(0, 0, 0);
				width: 100%;
				height: 100vh;
				height: 100dvh;
				pointer-events: all;
				background: var(--menu) url("../img/noise.png") 50% 50%;
				overflow: hidden;
				overflow-y: auto;
				padding: 24px var(--side-padding);
				transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
				backface-visibility: hidden;
				/*will-change: transform;*/
				display: flex;
				flex-direction: column;
				gap: 6px;
		}
		html.open-menu .menu ul {
				transform: translate3d(-100%, 0, 0);
		}
		.menu ul:before {
				content: '';
				flex: 0 0 auto;
				margin-bottom: auto;
		}
		.menu a {
				color: inherit;
				text-decoration: none;
				transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		}
		.slide-3:not(.slide-4) .menu .link-works, .slide-4:not(.slide-5) .menu .link-ai, .slide-5:not(.slide-6) .menu .link-jobs, .slide-6:not(.slide-7) .menu .link-team, .slide-7 .menu .link-contact {
				color: var(--brown);
		}
		.menu li {
				flex: 0 0 auto;
				width: 100%;
				backface-visibility: hidden;
				/*will-change: transform, opacity;*/
				transform: translate3d(0, 0, 0);
				opacity: 1;
				transition-property: transform, opacity;
				transition-duration: 1.5s;
				transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
				transition-delay: 1s;
		}
		.menu a {
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}
		.menu .big {
				font: bold 15.5vw/0.8 var(--font-title);
				letter-spacing: -0.02em;
				color: var(--med-light);
				white-space: nowrap;
		}
		html:not(.open-menu) .menu .big {
				transform: translate3d(50%, 0, 0);
				opacity: 0;
				pointer-events: none;
		}
		html.open-menu .menu .big:nth-child(1) {
				transition-delay: 0s;
		}
		html.open-menu .menu .big:nth-child(2) {
				transition-delay: 0.1s;
		}
		html.open-menu .menu .big:nth-child(3) {
				transition-delay: 0.2s;
		}
		html.open-menu .menu .big:nth-child(4) {
				transition-delay: 0.3s;
		}
		html.open-menu .menu .big:nth-child(5) {
				transition-delay: 0.4s;
		}
		.menu .small {
				margin-top: auto;
				display: flex;
				align-items: center;
				justify-content: space-between;
				flex-wrap: wrap;
				gap: 6px;
				color: var(--light);
		}
		html:not(.open-menu) .menu .small {
				transform: translate3d(0, 24px, 0);
				opacity: 0;
				pointer-events: none;
		}
		html.open-menu .menu .small {
				transition-delay: 0.5s;
		}
		.menu .small a {
				transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
				opacity: 0.4;
		}
		@media (pointer:fine) {
				.menu .small a:hover {
						opacity: 1;
				}
		}
}
@media only screen and (min-width: 700px) {
		.menu-mobile {
				display: none;
		}
		.menu {
				flex: 1 0 auto;
				color: inherit;
		}
		.menu a {
				color: inherit;
				pointer-events: all;
				display: inline-block;
				vertical-align: top;
				position: relative;
		}
		.menu a:before {
				content: '';
				position: absolute;
				top: 100%;
				left: 0;
				right: 0;
				height: 1px;
				background: currentColor;
				transition-property: transform, background;
				transition-duration: 0.5s;
				transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
				transform-origin: 100% 50%;
				transform: scale(0, 1);
		}
		.slide-3:not(.slide-4) .menu .link-works:before, .slide-4:not(.slide-5) .menu .link-ai:before, .slide-5:not(.slide-6) .menu .link-jobs:before, .slide-6:not(.slide-7) .menu .link-team:before, .slide-7 .menu .link-contact:before {
				transform: scale(1);
				transform-origin: 0 50%;
		}
		@media (pointer:fine) {
				.menu a:hover:before {
						transform: scale(1);
						transform-origin: 0 50%;
				}
		}
		.menu ul {
				display: flex;
				align-items: center;
				gap: 16px;
		}
		@media only screen and (min-width: 1100px) {
				.menu ul {
						gap: 12px;
				}
		}
		.menu ul:before {
				content: '';
		}
		.menu li:not(.no-comma) > *:after {
				content: ',';
		}
		.menu .small {
				display: none;
		}
		.menu li:first-child {
				margin-left: auto;
		}
		.menu .right {
				margin-left: auto;
		}
}
.page-slider {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
.page-slider .swiper-wrapper, .page-slider .swiper-slide {
		height: 100%;
}
.page-screen {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
		top: 0;
		left: 0;
		backface-visibility: hidden;
		transform: translate3d(0, 0, 0);
		/*will-change: transform, opacity;*/
		transition-property: transform, opacity;
		transition-duration: 1s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.preloader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--body);
		z-index: 200;
		backface-visibility: hidden;
		/*will-change: opacity;*/
}
.preloader-text {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		text-align: center;
		font: bold 13rem/0.8 var(--font-title);
		text-transform: uppercase;
		color: transparent;
		letter-spacing: -0.008333em;
		transform-origin: 50% calc(61.564% + 0.2em - 7px);
		transform: scale(0.38436);
		backface-visibility: hidden;
		/*will-change: transform;*/
		opacity: 0;
		pointer-events: none;
		white-space: nowrap;
}
@media only screen and (max-width: 634px) {
		.preloader-text {
				transform: scale(0.75);
				transform-origin: 50% 160%;
		}
}
.preloader-text span {
		transition: color 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slide-0:not(.slide-3) .preloader-text span {
		color: var(--brown);
}
html.ready .preloader-text {
		opacity: 1 !important;
}
.preloader-text .text {
		display: inline-block;
		vertical-align: top;
		padding: 0.4em 0;
		margin: -0.4em 0;
		position: relative;
}
.preloader-text .line {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 3px;
		backface-visibility: hidden;
		/*will-change: opacity;*/
}
@media only screen and (max-width: 634px) {
		.preloader-text {
				font-size: 18.316vw;
				white-space: normal;
		}
		.preloader-text .line {
				left: 50%;
				width: 90vw;
				margin: 0 -45vw;
				height: 1.5px;
		}
}
.preloader-text .line:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--preloader-line);
		transform-origin: 50% 50%;
		transform: scale(0, 1);
		opacity: 0;
		backface-visibility: hidden;
		/*will-change: transform, opacity;*/
}
html.first-time .preloader {
		transition-property: opacity;
		transition-duration: 1s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
html.first-time .preloader-text {
		z-index: 201;
		transition-property: opacity, transform;
		transition-duration: 0.5s, 1s;
		transition-delay: 0s, 0.5s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
html.first-time .preloader-text .line {
		transition-property: opacity;
		transition-duration: 0.25s;
		transition-delay: 0.5s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
html.first-time .preloader-text .line:after {
		transition-property: transform, opacity;
		transition-duration: 4s, 1s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (pointer:coarse) {
		html.first-time .preloader-text .line:after {
				transition-duration: 6s, 1s;
		}
}
html.go-preloader .preloader-text {
		opacity: 1;
}
html.go-preloader .preloader-text .line:after {
		transform: scale(1);
		opacity: 1;
}
html.ready .preloader {
		opacity: 0;
		pointer-events: none;
}
html.ready .preloader-text {
		transform: scale(1);
		opacity: 1;
}
html.ready:not(.first-time) .preloader-text {
		transition-property: opacity;
		transition-duration: 1s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
html.ready .preloader-text .line {
		opacity: 0;
}
.page-screen1 {
		--delay0: 2s;
		background: #3d3b34;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 32px;
		line-height: 1;
		backface-visibility: hidden;
		transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
}
.slide-0:not(.slide-3) .page-screen1 {
		opacity: 1;
}
@media only screen and (min-width: 1400px) {
		.page-screen1 {
				font-size: 48px;
		}
}
.page-screen1:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		backface-visibility: hidden;
		/*will-change: transform, opacity;*/
		background: #3c3831 url("../img/hero.webp") no-repeat 50% 50%;
		background-size: cover;
		transform: scale(1.2) rotate(-5deg);
		transition-property: transform, opacity;
		transition-duration: 2.5s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
}
html.ready.slide-0 .page-screen1:before {
		transform: scale(1) rotate(0deg);
		opacity: 1;
}
.page-screen1 .text {
		--width: 21.1em;
		--left: 51%;
		flex: 0 0 auto;
		position: relative;
		text-align: center;
		width: var(--width);
		height: 3em;
		font-weight: bold;
		font-family: var(--font-title);
		color: var(--brown);
		color: var(--med-light);
		text-transform: uppercase;
		letter-spacing: -0.03125em;
		backface-visibility: hidden;
}
.page-screen1 .text .clone {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: var(--brown);
}
.page-screen1 .text > * {
		animation-duration: 2s;
		animation-timing-function: ease;
}
@media only screen and (min-width: 680px) {
		.page-screen1 .text .orig {
				clip-path: polygon(0% 0, 0% 33.333333%, 0% 33.333333%, 0% 66.666666%, 0% 66.666666%, 0% 100%, 0 100%, 0 0);
		}
		.slide-1 .page-screen1 .text .orig {
				clip-path: polygon(100% 0, 100% 33.333333%, 100% 33.333333%, 100% 66.666666%, 100% 66.666666%, 100% 100%, 0 100%, 0 0);
		}
		.slide-next:not(.slide-2) .page-screen1 .text .orig {
				animation-name: text1;
				animation-direction: normal;
		}
		.slide-prev:not(.slide-1) .page-screen1 .text .orig {
				animation-name: text1;
				animation-direction: reverse;
		}
		.page-screen1 .text .clone {
				clip-path: polygon(0% 33.333333%, 0% 0, 100% 0, 100% 100%, 0 100%, 0 66.666666%, 0 66.666666%, 0 33.333333%);
		}
		.slide-1 .page-screen1 .text .clone {
				clip-path: polygon(100% 33.333333%, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 66.666666%, 100% 66.666666%, 100% 33.333333%);
		}
		.slide-next:not(.slide-2) .page-screen1 .text .clone {
				animation-name: text2;
				animation-direction: normal;
		}
		.slide-prev:not(.slide-1) .page-screen1 .text .clone {
				animation-name: text2;
				animation-direction: reverse;
		}
}
@media only screen and (max-width: 679px) {
		.page-screen1 .text .orig {
				clip-path: polygon(0 0, 0 16.666666%, 0 16.666666%, 0 33.333333%, 0 33.333333%, 0 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		.slide-1 .page-screen1 .text .orig {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		.slide-next:not(.slide-2) .page-screen1 .text .orig {
				animation-name: text1s;
				animation-direction: normal;
		}
		.slide-prev:not(.slide-1) .page-screen1 .text .orig {
				animation-name: text1s;
				animation-direction: reverse;
		}
		.page-screen1 .text .clone {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		.slide-1 .page-screen1 .text .clone {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 100% 100%, 100% 83.333333%, 100% 83.333333%, 100% 66.666666%, 100% 66.666666%, 100% 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		.slide-next:not(.slide-2) .page-screen1 .text .clone {
				animation-name: text2s;
				animation-direction: normal;
		}
		.slide-prev:not(.slide-1) .page-screen1 .text .clone {
				animation-name: text2s;
				animation-direction: reverse;
		}
}
@-webkit-keyframes text1 {
		0% {
				clip-path: polygon(0% 0, 0% 33.333333%, 0% 33.333333%, 0% 66.666666%, 0% 66.666666%, 0% 100%, 0 100%, 0 0);
		}
		33.333333% {
				clip-path: polygon(100% 0, 100% 33.333333%, 0% 33.333333%, 0% 66.666666%, 0% 66.666666%, 0% 100%, 0 100%, 0 0);
		}
		66.666666% {
				clip-path: polygon(100% 0, 100% 33.333333%, 100% 33.333333%, 100% 66.666666%, 0% 66.666666%, 0% 100%, 0 100%, 0 0);
		}
		100% {
				clip-path: polygon(100% 0, 100% 33.333333%, 100% 33.333333%, 100% 66.666666%, 100% 66.666666%, 100% 100%, 0 100%, 0 0);
		}
}
@keyframes text1 {
		0% {
				clip-path: polygon(0% 0, 0% 33.333333%, 0% 33.333333%, 0% 66.666666%, 0% 66.666666%, 0% 100%, 0 100%, 0 0);
		}
		33.333333% {
				clip-path: polygon(100% 0, 100% 33.333333%, 0% 33.333333%, 0% 66.666666%, 0% 66.666666%, 0% 100%, 0 100%, 0 0);
		}
		66.666666% {
				clip-path: polygon(100% 0, 100% 33.333333%, 100% 33.333333%, 100% 66.666666%, 0% 66.666666%, 0% 100%, 0 100%, 0 0);
		}
		100% {
				clip-path: polygon(100% 0, 100% 33.333333%, 100% 33.333333%, 100% 66.666666%, 100% 66.666666%, 100% 100%, 0 100%, 0 0);
		}
}
@-webkit-keyframes text2 {
		0% {
				clip-path: polygon(0% 33.333333%, 0% 0, 100% 0, 100% 100%, 0 100%, 0 66.666666%, 0 66.666666%, 0 33.333333%);
		}
		33.333333% {
				clip-path: polygon(100% 33.333333%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 66.666666%, 0 66.666666%, 0 33.333333%);
		}
		66.666666% {
				clip-path: polygon(100% 33.333333%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 66.666666%, 100% 66.666666%, 100% 33.333333%);
		}
		100% {
				clip-path: polygon(100% 33.333333%, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 66.666666%, 100% 66.666666%, 100% 33.333333%);
		}
}
@keyframes text2 {
		0% {
				clip-path: polygon(0% 33.333333%, 0% 0, 100% 0, 100% 100%, 0 100%, 0 66.666666%, 0 66.666666%, 0 33.333333%);
		}
		33.333333% {
				clip-path: polygon(100% 33.333333%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 66.666666%, 0 66.666666%, 0 33.333333%);
		}
		66.666666% {
				clip-path: polygon(100% 33.333333%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 66.666666%, 100% 66.666666%, 100% 33.333333%);
		}
		100% {
				clip-path: polygon(100% 33.333333%, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 66.666666%, 100% 66.666666%, 100% 33.333333%);
		}
}
@-webkit-keyframes text1s {
		0% {
				clip-path: polygon(0 0, 0 16.666666%, 0 16.666666%, 0 33.333333%, 0 33.333333%, 0 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		16.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 0 16.666666%, 0 33.333333%, 0 33.333333%, 0 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		33.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 0 33.333333%, 0 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		50% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		66.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		83.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		100% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
}
@keyframes text1s {
		0% {
				clip-path: polygon(0 0, 0 16.666666%, 0 16.666666%, 0 33.333333%, 0 33.333333%, 0 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		16.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 0 16.666666%, 0 33.333333%, 0 33.333333%, 0 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		33.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 0 33.333333%, 0 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		50% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 0 50%, 0 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		66.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 0 66.666666%, 0 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		83.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 0 83.333333%, 0 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		100% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
}
@-webkit-keyframes text2s {
		0% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		16.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 100% 16.666666%, 100% 0);
		}
		33.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		50% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		66.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 100% 66.666666%, 100% 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		83.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 100% 83.333333%, 100% 66.666666%, 100% 66.666666%, 100% 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		100% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 100% 100%, 100% 83.333333%, 100% 83.333333%, 100% 66.666666%, 100% 66.666666%, 100% 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
}
@keyframes text2s {
		0% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 0 16.666666%, 0 0);
		}
		16.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 0 33.333333%, 0 16.666666%, 100% 16.666666%, 100% 0);
		}
		33.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 0 50%, 0 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		50% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 0 66.666666%, 0 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		66.666666% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 0 83.333333%, 0 66.666666%, 100% 66.666666%, 100% 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		83.333333% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 0 100%, 0 83.333333%, 100% 83.333333%, 100% 66.666666%, 100% 66.666666%, 100% 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
		100% {
				clip-path: polygon(100% 0, 100% 16.666666%, 100% 16.666666%, 100% 33.333333%, 100% 33.333333%, 100% 50%, 100% 50%, 100% 66.666666%, 100% 66.666666%, 100% 83.333333%, 100% 83.333333%, 100% 100%, 100% 100%, 100% 83.333333%, 100% 83.333333%, 100% 66.666666%, 100% 66.666666%, 100% 50%, 100% 50%, 100% 33.333333%, 100% 33.333333%, 100% 16.666666%, 100% 16.666666%, 100% 0);
		}
}
@media only screen and (max-width: 679px) {
		.page-screen1 .text {
				--width: 10.78em;
				height: 6em;
		}
}
.page-screen1 .text span {
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
		overflow: hidden;
}
.page-screen1 .text span span {
		--delay: 0.025s;
		transition-delay: calc(var(--delay0) + var(--delay) * 20);
		display: block;
		backface-visibility: hidden;
		/*will-change: transform;*/
		transform: translate3d(0, 100%, 0);
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
html:not(.ready) .page-screen1 .text span span {
		transition-duration: 0s !important;
		transition-delay: 0s !important;
}
html.ready .page-screen1 .text span span {
		transform: translate3d(0, 0, 0);
}
html.ready .page-screen1 .text span:nth-child(1) span {
		transition-delay: var(--delay0);
}
html.ready .page-screen1 .text span:nth-child(2) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 2);
}
html.ready .page-screen1 .text span:nth-child(3) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 2);
}
html.ready .page-screen1 .text span:nth-child(4) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 3);
}
html.ready .page-screen1 .text span:nth-child(5) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 4);
}
html.ready .page-screen1 .text span:nth-child(6) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 5);
}
html.ready .page-screen1 .text span:nth-child(7) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 6);
}
html.ready .page-screen1 .text span:nth-child(8) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 7);
}
html.ready .page-screen1 .text span:nth-child(9) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 8);
}
html.ready .page-screen1 .text span:nth-child(10) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 9);
}
html.ready .page-screen1 .text span:nth-child(11) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 10);
}
html.ready .page-screen1 .text span:nth-child(12) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 11);
}
html.ready .page-screen1 .text span:nth-child(13) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 12);
}
html.ready .page-screen1 .text span:nth-child(14) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 13);
}
html.ready .page-screen1 .text span:nth-child(15) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 14);
}
html.ready .page-screen1 .text span:nth-child(16) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 15);
}
html.ready .page-screen1 .text span:nth-child(17) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 16);
}
html.ready .page-screen1 .text span:nth-child(18) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 17);
}
html.ready .page-screen1 .text span:nth-child(19) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 18);
}
html.ready .page-screen1 .text span:nth-child(20) span {
		transition-delay: calc(var(--delay0) + var(--delay) * 19);
}
.page-screen1 .bottom, .page-screen1 .keep {
		position: absolute;
		font-size: 12px;
		line-height: 1;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
}
.page-screen1 .bottom {
		opacity: 0;
		padding-bottom: 40px;
		color: var(--med-light);
}
.page-screen1 .keep {
		padding-bottom: 80px;
		color: rgba(165, 158, 148, 0.4);
}
.page-screen1 .keep:after {
		content: '';
		position: absolute;
		top: 28px;
		height: 36px;
		left: 50%;
		width: 1px;
		margin: 0 -0.5px;
		background: linear-gradient(to bottom, rgba(103, 98, 89, 1) 0%, rgba(103, 98, 89, 1) 50%, rgba(103, 98, 89, 0) 50%, rgba(103, 98, 89, 0) 100%);
		background-size: 100% 72px;
		background-position: 0 0;
		animation: line-down 2s ease-out infinite;
}
@-webkit-keyframes line-down {
		from {
				background-position: 0 -36px;
				opacity: 0;
		}
		to {
				background-position: 0 36px;
				opacity: 1;
		}
}
@keyframes line-down {
		from {
				background-position: 0 -36px;
				opacity: 0;
		}
		to {
				background-position: 0 36px;
				opacity: 1;
		}
}
.page-screen1 .line {
		position: absolute;
		top: 50%;
		bottom: 92px;
		width: 1px;
		left: 50%;
		margin: 0 -0.5px;
		background: var(--brown);
		margin-top: calc(1.5em + 40px);
		transform-origin: 50% 0;
		transform: scale(1, 0);
}
@media only screen and (max-width: 679px) {
		.page-screen1 .line {
				margin-top: calc(3em + 40px);
		}
}
.page-screen1 .bottom, .page-screen1 .line, .page-screen1 .keep {
		transition-property: transform, opacity;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		backface-visibility: hidden;
		transition-duration: 0.5s;
}
html.ready.slide-1 .page-screen1 .line {
		transition-duration: 1s;
		transform: scale(1);
		opacity: 1;
		transition-delay: var(--delay0);
}
html.ready.slide-1 .page-screen1 .bottom, html.ready.slide-1 .page-screen1 .keep {
		transition-duration: 0.5s;
}
html.ready.slide-1 .page-screen1 .bottom {
		opacity: 1;
		transition-delay: calc(var(--delay0) + 1s);
}
html.ready.slide-1 .page-screen1 .keep {
		opacity: 0;
		transition-delay: calc(var(--delay0) + 0.55s);
}
/*html:not(.slide-3) .slide-screen2.swiper-slide-prev, html:not(.slide-3) .slide-screen2.swiper-slide-active {
		opacity: 1 !important;
}
*/
.page-screen2 .block {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: calc(100% - var(--side-padding) * 2);
		height: calc(100% - var(--side-padding) * 2);
		max-width: 400px;
		max-height: 680px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 60px;
		color: var(--black);
		font-size: 12px;
		line-height: 1;
		transition: opacity 0s linear;
		transition-delay: 1s;
}
.page-screen2 .block:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translate3d(-50%, -50%, 0);
		background: var(--light);
		transition-property: width, height, background;
		transition-duration: 1s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slide-screen2 {
		opacity: 1 !important;
}
.slide-3 .page-screen2 .block:before {
		width: 100vw;
		height: 100vh;
		background-color: var(--panorama-dark);
}
.page-screen2 .block > * {
		flex: 0 0 auto;
		width: 100%;
		margin: 0 auto;
		position: relative;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0 !important;
		transition-duration: 0.5s;
}
.slide-1:not(.slide-3) .page-screen2 .block > * {
		opacity: 1 !important;
}
.page-screen2 .h2 {
		font: bold 32px/1 var(--font-title);
		letter-spacing: -0.03125em;
}
.page-screen2 .text {
		width: 22.25em;
		flex: 0 0 auto;
		align-self: center;
		margin: 0 -60px;
}
.page-screen2 .text > * {
		opacity: 0.6;
}
.page-screen2 .block .media {
		width: 100%;
		align-self: center;
		flex: 0 0 auto;
		min-width: 280px;
		margin: 0 -60px;
		aspect-ratio: 397/222;
		position: relative;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
}
.page-screen2 .block .media img, .page-screen2 .block .media video {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
}
@media only screen and (min-width: 1400px) {
		.page-screen2 .block {
				font-size: 14px;
				max-width: 600px;
				max-height: 960px;
				padding-top: 80px;
		}
		.page-screen2 .h2 {
				font-size: 48px;
		}
		.page-screen2 .text {
				max-width: none;
		}
		.page-screen2 .media {
				max-width: 400px;
		}
}
.panorama {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		backface-visibility: hidden;
		/*will-change: opacity;*/
		opacity: 0;
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.panorama:before, .panorama:after {
		pointer-events: none;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 10vw;
		max-width: 170px;
		z-index: 2;
}
.panorama:before {
		left: 0;
		background: linear-gradient(to right, rgba(12, 12, 12, 0.7) 0%, rgba(12, 12, 12, 0) 100%);
}
.panorama:after {
		right: 0;
		background: linear-gradient(to right, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.7) 100%);
}
.swiper-slide-active .panorama {
		transition-delay: 1s;
		opacity: 1;
}
.panorama .text {
		position: absolute;
		z-index: 2;
		color: var(--light);
		opacity: 0.32;
		left: 50%;
		top: 20%;
		text-align: center;
		width: calc(100% - var(--side-padding) * 2);
		font-size: 11px;
		transform: translate3d(-50%, -50%, 0);
		max-width: 22.25em;
}
@media only screen and (orientation: landscape) {
		.panorama .text {
				left: var(--side-padding);
				top: 121px;
				transform: translate3d(0, 0, 0);
				text-align: left;
		}
}
@media only screen and (max-width: 699px) {
		.panorama .text {
				font-size: 12px;
		}
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
		.panorama .text {
				max-width: 28em;
				top: 15.9%;
		}
}
@media only screen and (min-width: 1400px) {
		.panorama .text {
				font-size: 12px;
		}
}
.panorama-slider {
		width: 100% !important;
		height: 100% !important;
		overflow: visible !important;
		transform: scale(1.3);
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.safari .panorama-slider .swiper-slide {
		width: 50%;
}
@media only screen and (min-width: 1024px) {
		.panorama-slider {
				transform: scale(1.5);
		}
}
.panorama-slider img {
		width: 100%;
		height: auto;
}
.panorama-slider .swiper-slide {
		height: auto !important;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 80px;
}
.panorama-slider.thumb-changing {
		opacity: 0;
		pointer-events: none !important;
}
.panorama-slider.thumb-changing .swiper-wrapper, .panorama-slider.thumb-changing .swiper-slide {
		transition-delay: 0.5s !important;
}
.panorama .el {
		flex: 0 0 auto;
		width: 100%;
		position: relative;
		aspect-ratio: 640/360;
		backface-visibility: hidden;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		--color1: #e49f7b;
		--color2: #e49f7b;
		--color3: #e49f7b;
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0.1;
}
.panorama .swiper[data-group="0"] .swiper-slide[data-group="1"] .el, .panorama .swiper[data-group="1"] .swiper-slide[data-group="1"] .el, .panorama .swiper[data-group="2"] .swiper-slide[data-group="2"] .el, .panorama .swiper[data-group="3"] .swiper-slide[data-group="3"] .el, .panorama .swiper[data-group="4"] .swiper-slide[data-group="4"] .el, .panorama .swiper[data-group="5"] .swiper-slide[data-group="5"] .el, .panorama .swiper[data-group="6"] .swiper-slide[data-group="6"] .el, .panorama .swiper[data-group="7"] .swiper-slide[data-group="7"] .el, .panorama .swiper[data-group="8"] .swiper-slide[data-group="8"] .el, .panorama .swiper[data-group="9"] .swiper-slide[data-group="9"] .el {
		opacity: 1;
}
.panorama .el img, .panorama .el video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		margin: 0;
		padding: 0;
		border: 0;
		outline: none;
		backface-visibility: hidden;
		z-index: 1;
}
.panorama .el:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: url("../img/mask.svg") no-repeat 50% 50%;
		background-size: cover;
		margin: -1px;
		z-index: 2;
		box-shadow: inset 0 0 0 1px var(--panorama-dark);
		backface-visibility: hidden;
		transform: translateZ(0);
}
@media (pointer:fine) {
		.safari .panorama-slider {
				transform: scale(1) !important;
		}
		.safari .panorama .swiper-slide {
				padding-left: 10px !important;
				padding-right: 10px !important;
		}
		.safari .panorama .el:after {
				display: none !important;
		}
}
.panorama .refl {
		z-index: 3;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: -5% -15px;
		height: 20%;
		pointer-events: none;
		backface-visibility: hidden;
		-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 1) calc(100% - 50px), rgba(0, 0, 0, 0) 100%);
		mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 1) calc(100% - 50px), rgba(0, 0, 0, 0) 100%);
		transform: translateZ(0);
		opacity: 0.15;
}
.panorama .refl:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border-radius: inherit;
		background-image: linear-gradient(to right, var(--color1) 0%, var(--color2) 50%, var(--color3) 100%);
		background-size: 100% 100%;
		background-position: 0 0;
		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
		mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
		backface-visibility: hidden;
}
.panorama video ~ .refl:before {
		background-size: 150% 100%;
		animation: panorama-refl linear 2s infinite alternate;
		animation-play-state: paused;
}
.panorama .swiper-slide-visible video ~ .refl:before {
		animation-play-state: running;
}
@-webkit-keyframes panorama-refl {
		from {
				background-position: 0 0;
		}
		to {
				background-position: 100% 0;
		}
}
@keyframes panorama-refl {
		from {
				background-position: 0 0;
		}
		to {
				background-position: 100% 0;
		}
}
.panorama .for-safari .refl, .panorama .for-safari .el:after {
		display: none !important;
}
.swiper-pagination {
		pointer-events: none !important;
		margin: 0 !important;
		width: auto !important;
		display: flex !important;
		align-items: flex-end;
		justify-content: center;
		overflow: visible !important;
		gap: 3px;
		position: absolute;
}
.panorama-pagination {
		top: calc(50% - 8vw - 80px) !important;
		bottom: auto !important;
		left: 0 !important;
		right: 0 !important;
		transform: translate3d(0, -50%, 0) !important;
		transform-origin: 50% 100%;
}
.swiper-pagination .swiper-pagination-bullet {
		opacity: 1 !important;
		top: 0 !important;
		border-radius: 0 !important;
		background: rgba(255, 255, 255, 0.16) !important;
		width: 1px !important;
		height: 16px !important;
		backface-visibility: hidden;
		/*will-change: transform;*/
		transition: transform 1s cubic-bezier(0.2, 3, 0.4, 2) !important;
		transform-origin: 50% 100%;
		left: 0 !important;
		transform: scale(1) !important;
		margin: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet-active-main {
		transform: scale(1, 1.3) !important;
}
.swiper-pagination .swiper-pagination-bullet-active-prev, .swiper-pagination .swiper-pagination-bullet-active-next {
		transform: scale(1, 1.2) !important;
}
.swiper-pagination .swiper-pagination-bullet-active-prev-prev, .swiper-pagination .swiper-pagination-bullet-active-next-next {
		transform: scale(1, 1.1) !important;
}
.winners-pagination {
		top: 50% !important;
		left: calc(100% - var(--side-padding)) !important;
		right: auto !important;
		bottom: auto !important;
		transform: translate3d(-50%, 0, 0) rotate(-90deg) scale(-1, 1) !important;
		transform-origin: 50% 100%;
		height: auto !important;
}
.winners-pagination .swiper-pagination-bullet {
		transition-timing-function: ease-out !important;
}
.panorama-thumbs {
		z-index: 10;
		position: absolute !important;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		bottom: 22px;
		font-size: 14px;
		pointer-events: none !important;
		max-width: 100%;
}
@media only screen and (min-width: 1400px) {
		.panorama-thumbs {
				font-size: 16px;
		}
}
.panorama-thumbs .swiper-wrapper {
		counter-reset: pth;
}
.panorama-thumbs .swiper-slide {
		pointer-events: all;
		text-align: center;
		width: 40px;
		cursor: pointer;
		user-select: none;
		transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		color: rgba(240, 239, 238, 0.30);
		position: relative;
		padding: 10px 0;
}
@media (pointer:fine) {
		.panorama-thumbs .swiper-slide:hover {
				color: rgba(240, 239, 238, 1) !important;
		}
}
html:not(.safari) .panorama-thumbs .swiper-slide:nth-child(n+47) {
		display: none;
}
html:not(.safari) .panorama-thumbs .swiper-slide:before {
		content: counter(pth, decimal-leading-zero);
}
html:not(.safari) .panorama-thumbs .swiper-slide:nth-child(5n - 3):before {
		counter-increment: pth;
}
html:not(.safari) .panorama-thumbs .swiper-slide:not(:nth-child(5n - 3)) {
		color: transparent;
		margin-left: -40px;
		pointer-events: none;
}
html.safari .panorama-thumbs .swiper-slide:before {
		content: counter(pth, decimal-leading-zero);
		counter-increment: pth;
}
.panorama-thumbs .swiper-slide-thumb-active {
		color: rgba(240, 239, 238, 1) !important;
}
.works-slider {
		position: absolute !important;
		top: 0;
		left: 0;
		margin: 0 !important;
		width: 100% !important;
		height: 100% !important;
}
.works-slider .swiper-wrapper, .works-slider .swiper-slide {
		height: 100% !important;
}
.works-slider .swiper-slide:not(.swiper-slide-active) {
		pointer-events: none;
}
.works {
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 0 100vh;
		background-size: 100% 100%;
		transition: background 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.works.bg1 {
		background: var(--light);
}
.works.bg2 {
		background: var(--panorama);
		/*background: #646464;*/
}
.works.bg3 {
		background: var(--panorama);
}
.works.bg4 {
		background: var(--light);
}
.works .wrap {
		--angle: 10deg;
		position: absolute;
		width: 100%;
		height: 100%;
		backface-visibility: hidden;
}
.works .bottom-text {
		position: absolute;
		left: 50%;
		width: calc(100% - 68px);
		transform: translate3d(-50%, 0, 0);
		bottom: 32px;
		text-align: center;
		pointer-events: none;
		z-index: 4;
		color: var(--black);
		opacity: 0.5;
		font-size: 12px;
		line-height: 1;
		max-width: 37.58em;
}
@media only screen and (min-width: 1400px) {
		.bottom-text {
				font-size: 14px !important;
		}
}
.works .bottom-text.light {
		color: var(--light);
		opacity: 0.4;
}
.works .text {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100% - var(--side-padding) * 2);
		text-align: center;
		color: var(--black);
		transform: translate3d(-50%, -50%, 0);
		backface-visibility: hidden;
		z-index: 5;
		pointer-events: none;
}
.works .text.light {
		color: var(--light);
}
.works .num {
		font-weight: 500;
		font-size: 11px;
		line-height: 1;
		margin: 0 0 10px 0;
}
@media only screen and (min-width: 1400px) {
		.works .num {
				font-size: 14px;
				margin-bottom: 16px;
		}
}
.works .name {
		user-select: none;
		font: bold 40px/1 var(--font-title);
		text-transform: uppercase;
		margin: 0 auto;
		max-width: 12.5em;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		min-height: 3em;
		margin-bottom: -2em;
}
@media only screen and (min-width: 700px) and (max-width: 1399px) {
		.works .name {
				font-size: 52px;
		}
}
@media only screen and (min-width: 1400px) {
		.works .name {
				font-size: 80px;
		}
}
.works .name span {
		display: inline-block;
		vertical-align: top;
		white-space: nowrap;
		overflow: hidden;
}
.works .name span span {
		display: block;
		backface-visibility: hidden;
		/*will-change: transform;*/
		/*transform: translate3d(0, 100%, 0);*/
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.works-slider .swiper-slide-prev .works .name span span {
		transform: translate3d(0, -100%, 0);
}
.swiper-slide-active .works-slider .swiper-slide-active .works .name span span {
		transform: translate3d(0, 0, 0);
}
.works-slider .works .text .num {
		transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
}
.swiper-slide-active .works-slider .swiper-slide-active .works .text .num {
		opacity: 1;
}
.works .el {
		position: absolute;
		top: 50%;
		left: 50%;
		--depth: 20%;
		transition-property: top, left, width, transform;
		transition-duration: 1s, 1s, 1s, 1s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1), ease-out;
		backface-visibility: hidden;
		transform: translate3d(-50%, -50%, 0);
}
@media (pointer:fine) {
		.works .wrap {
				/*will-change: transform;*/
				transform-style: preserve-3d;
				/*transform: perspective(100vmax) rotateY(calc(var(--angle) * var(--x))) rotateX(calc(var(--angle) * var(--y) * -1));*/
		}
		.works .el {
				/*will-change: transform;*/
				transform: translate3d(calc(-50% + var(--depth) * var(--x) * -1), calc(-50% + var(--depth) * var(--y) * -1), 0);
		}
}
.works .el > * {
		overflow: hidden;
		backface-visibility: hidden;
		/*will-change: transform;*/
		transform: scale(1);
		transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (pointer:fine) {
		.works .el:hover > * {
				transform: scale(1.25);
		}
}
.works .el img {
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
		backface-visibility: hidden;
		/*will-change: transform;*/
		transform: translate3d(0, -100%, 0);
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-slide-active .works-slider .swiper-slide-active .works .el img {
		transform: translate3d(0, 0, 0);
}
@media only screen and (orientation: portrait) and (max-width: 699px) {
		.works .el.pos11, .works .el.pos13 {
				top: 20.44%;
				left: 83.86%;
				width: 32.2%;
		}
		.works .el.pos21, .works .el.pos23 {
				top: 70.88%;
				left: 27.6%;
				width: 35.46%;
		}
		.works .el.pos31, .works .el.pos33 {
				top: 12.56%;
				left: 36.13%;
				width: 40.8%;
		}
		.works .el.pos41, .works .el.pos43 {
				top: 28.14%;
				left: 67.6%;
				width: 30.13%;
		}
		.works .el.pos51, .works .el.pos53 {
				width: 59.2%;
				top: 61.2%;
				left: 70.4%;
		}
		.works .el.pos61, .works .el.pos63 {
				top: 42.11%;
				left: 22.53%;
				width: 36.53%;
		}
		.works .el.pos71, .works .el.pos73 {
				width: 33.333333%;
				top: 80.72%;
				left: 71.333%;
		}
		.works .el.pos12, .works .el.pos14 {
				top: 20.44%;
				left: 20.4%;
				width: 32.2%;
		}
		.works .el.pos22, .works .el.pos24 {
				top: 74.56%;
				left: 82.27%;
				width: 35.46%;
		}
		.works .el.pos32, .works .el.pos34 {
				top: 12.56%;
				left: 68.133%;
				width: 40.8%;
		}
		.works .el.pos42, .works .el.pos44 {
				top: 28.14%;
				left: 36.666%;
				width: 30.13%;
		}
		.works .el.pos52, .works .el.pos54 {
				top: 61%;
				left: 33.866%;
				width: 59.2%;
		}
		.works .el.pos62, .works .el.pos64 {
				top: 39.77%;
				left: 81.733%;
				width: 36.53%;
		}
		.works .el.pos72, .works .el.pos74 {
				top: 81.95%;
				left: 32.933%;
				width: 33.333333%;
		}
		.works .el.pos82 {
				display: none;
		}
}
@media only screen and (orientation: portrait) and (min-width: 700px) {
		.works .el.pos11, .works .el.pos13 {
				top: 31.39%;
				left: 55.92%;
				width: 26.17%;
		}
		.works .el.pos21, .works .el.pos23 {
				width: 30.2%;
				left: 15.1%;
				top: 72.12%;
		}
		.works .el.pos31, .works .el.pos33 {
				width: 32.94%;
				top: 21%;
				left: 29.88%;
		}
		.works .el.pos41, .works .el.pos43 {
				width: 30.2%;
				left: 84.9%;
				top: 14.06%;
		}
		.works .el.pos51, .works .el.pos53 {
				width: 48.96%;
				top: 61.86%;
				left: 64.19%;
		}
		.works .el.pos61, .works .el.pos63 {
				width: 27.1%;
				left: 13.55%;
				top: 44.04%;
		}
		.works .el.pos71, .works .el.pos73 {
				width: 22%;
				top: 82.08%;
				left: 89%;
		}
		.works .el.pos12, .works .el.pos14 {
				width: 26.17%;
		}
		.works .el.pos12 {
				top: 25.63%;
				left: 63.08%;
		}
		.works .el.pos14 {
				top: 31.2%;
				left: 36.9%;
		}
		.works .el.pos22, .works .el.pos24 {
				top: 75.34%;
				left: 82.29%;
				width: 30.2%;
		}
		.works .el.pos32, .works .el.pos34 {
				width: 32.94%;
				top: 15.43%;
				left: 80.92%;
		}
		.works .el.pos42, .works .el.pos44 {
				width: 30.2%;
				left: 15.1%;
				top: 20.12%;
		}
		.works .el.pos52, .works .el.pos54 {
				width: 48.96%;
				top: 66.46%;
				left: 35.8%;
		}
		.works .el.pos62, .works .el.pos64 {
				width: 27.1%;
				left: 86.45%;
				top: 42.08%;
		}
		.works .el.pos72, .works .el.pos74 {
				width: 22%;
				top: 85%;
				left: 11%;
		}
		.works .el.pos82 {
				width: 22%;
				top: 45%;
				left: 15%;
		}
}
@media only screen and (orientation: landscape) {
		.works .el.pos11, .works .el.pos14 {
				width: 19.68%;
				left: 75.2%;
				top: 46.29%;
		}
		.works .el.pos11 > *, .works .el.pos14 > * {
				transform-origin: 75% 46%;
		}
		.works .el.pos21, .works .el.pos24 {
				width: 22.7%;
				left: 13.02%;
				top: 24.68%;
		}
		.works .el.pos21 > *, .works .el.pos24 > * {
				transform-origin: 13% 24%;
		}
		.works .el.pos31, .works .el.pos34 {
				width: 24.79%;
				left: 87.605%;
				top: 25.79%;
		}
		.works .el.pos31 > *, .works .el.pos34 > * {
				transform-origin: 87% 25%;
		}
		.works .el.pos41, .works .el.pos44 {
				width: 22.71%;
				left: 86.98%;
				top: 86.57%;
		}
		.works .el.pos41 > *, .works .el.pos44 > * {
				transform-origin: 87% 86%;
		}
		.works .el.pos51, .works .el.pos54 {
				width: 36.77%;
				left: 28.59%;
				top: 67.87%;
		}
		.works .el.pos51 > *, .works .el.pos54 > * {
				transform-origin: 28% 68%;
		}
		.works .el.pos61, .works .el.pos64 {
				width: 20.31%;
				left: 50%;
				top: 21.3%;
		}
		.works .el.pos61 > *, .works .el.pos64 > * {
				transform-origin: 50% 21%;
		}
		.works .el.pos71, .works .el.pos74 {
				width: 16.56%;
				left: 8.28%;
				top: 88.8%;
		}
		.works .el.pos71 > *, .works .el.pos74 > * {
				transform-origin: 8% 89%;
		}
		.works .el.pos12 {
				width: 23.54%;
				top: 88.29%;
				left: 13.44%;
		}
		.works .el.pos12 > * {
				transform-origin: 13% 88%;
		}
		.works .el.pos22 {
				width: 22.71%;
				top: 39.63%;
				left: 86.98%;
		}
		.works .el.pos22 > * {
				transform-origin: 87% 39%;
		}
		.works .el.pos32 {
				width: 30.833%;
				left: 25.63%;
				top: 52.45%;
		}
		.works .el.pos32 > * {
				transform-origin: 25% 52%;
		}
		.works .el.pos42 {
				width: 21.56%;
				left: 10.78%;
				top: 29.54%;
		}
		.works .el.pos42 > * {
				transform-origin: 11% 29%;
		}
		.works .el.pos52 {
				width: 11.2%;
				top: 18.7%;
				left: 41.02%;
		}
		.works .el.pos52 > * {
				transform-origin: 41% 18%;
		}
		.works .el.pos62 {
				width: 23.85%;
				top: 18.75%;
				left: 74.375%;
		}
		.works .el.pos62 > * {
				transform-origin: 74% 19%;
		}
		.works .el.pos72 {
				width: 24.79%;
				left: 87.605%;
				top: 84.63%;
		}
		.works .el.pos72 > * {
				transform-origin: 87% 84%;
		}
		.works .el.pos82 {
				width: 14.583%;
				top: 69.444%;
				left: 58.7%;
		}
		.works .el.pos82 > * {
				transform-origin: 58% 69%;
		}
		.works .el.pos13 {
				width: 19.6875%;
				top: 48.6%;
				left: 27.91%;
		}
		.works .el.pos13 > * {
				transform-origin: 28% 48%;
		}
		.works .el.pos23 {
				width: 22.71%;
				top: 83.56%;
				left: 86.98%;
		}
		.works .el.pos23 > * {
				transform-origin: 87% 83%;
		}
		.works .el.pos33 {
				width: 24.79%;
				left: 12.395%;
				top: 87.64%;
		}
		.works .el.pos33 > * {
				transform-origin: 12% 87%;
		}
		.works .el.pos43 {
				width: 22.71%;
				top: 16.388%;
				left: 23.75%;
		}
		.works .el.pos43 > * {
				transform-origin: 24% 16%;
		}
		.works .el.pos53 {
				width: 30.78%;
				top: 29.81%;
				left: 71.59%;
		}
		.works .el.pos53 > * {
				transform-origin: 71% 30%;
		}
		.works .el.pos63 {
				width: 20.31%;
				top: 69.35%;
				left: 50%;
		}
		.works .el.pos63 > * {
				transform-origin: 50% 69%;
		}
		.works .el.pos73 {
				width: 16.56%;
				left: 91.72%;
				top: 29.81%;
		}
		.works .el.pos73 > * {
				transform-origin: 92% 30%;
		}
}
.winners {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--panorama-dark);
		backface-visibility: hidden;
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		overflow: hidden;
}
.winners .el {
		background: var(--panorama-dark);
		pointer-events: none !important;
		--depth: 50%;
		transform: translate3d(-50%, -50%, 0);
		transition: transform 1s ease-out !important;
		backface-visibility: hidden;
		transform: translate3d(calc(-50% + var(--depth) * var(--x) * -1), calc(-50% + var(--depth) * var(--y) * -1), 0) !important;
}
@media (pointer:fine) {
		.winners .el {
				/*will-change: transform;*/
				transform: translate3d(calc(-50% + var(--depth) * var(--x) * -1), calc(-50% + var(--depth) * var(--y) * -1), 0);
		}
}
.winners .swiper-slide-prev + * .el, .winners .swiper-slide-prev + * + * .el, .winners .swiper-slide-prev + * + * + * .el, .winners .swiper-slide-prev + * + * + * + * .el {
		pointer-events: all !important;
}
.winners .swiper-slide:nth-child(1):not(.swiper-slide-prev) .el, .winners .swiper-slide:nth-child(2):not(.swiper-slide-prev) .el, .winners .swiper-slide:nth-child(3):not(.swiper-slide-prev) .el, .winners .swiper-slide:nth-child(4):not(.swiper-slide-prev) .el {
		pointer-events: all !important;
}
.winners-slider {
		overflow: visible !important;
}
.winners-slider .swiper-wrapper {
		transition-duration: 0s !important;
}
.winners-slider .swiper-wrapper, .winners-slider .swiper-slide {
		overflow: visible !important;
}
.winners-slider, .winners-slider .swiper-wrapper, .winners-slider .swiper-slide {
		height: 100% !important;
}
.winners-slider .swiper-slide {
		transform-origin: 50% 50% !important;
		pointer-events: none !important;
}
.winners-slider .swiper-slide .el {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 30vmin;
		aspect-ratio: 16/9;
		transform: translate3d(-50%, -50%, 0);
		backface-visibility: hidden;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		pointer-events: all;
}
.winners-slider .swiper-slide video, .winners-slider .swiper-slide img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		outline: none;
		margin: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		backface-visibility: hidden;
		transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
}
.winners-slider .swiper-slide-active video, .winners-slider .swiper-slide-active img {
		opacity: 1;
}
.winners-slider .swiper-slide-active + * video, .winners-slider .swiper-slide-active + * img {
		opacity: 0.8;
}
.winners-slider .swiper-slide-active + * + * video, .winners-slider .swiper-slide-active + * + * img {
		opacity: 0.6;
}
.winners-slider .swiper-slide-active + * + * + * video, .winners-slider .swiper-slide-active + * + * + * img {
		opacity: 0.4;
}
.winners-slider .swiper-slide.el1 .el {
		top: 35%;
		left: 24%;
}
.winners-slider .swiper-slide.el2 .el {
		top: 71%;
		left: 70%;
}
.winners-slider .swiper-slide.el3 .el {
		top: 20%;
		left: 75%;
}
.winners-slider .swiper-slide.el4 .el {
		top: 52%;
		left: 25%;
}
.winners-slider .swiper-slide.el5 .el {
		top: 36%;
		left: 66%;
}
.winners-slider .swiper-slide.el6 .el {
		top: 65%;
		left: 38%;
}
.winners-slider .swiper-slide.el7 .el {
		top: 70%;
		left: 70%;
}
.winners-slider .swiper-slide.el8 .el {
		top: 20%;
		left: 25%;
}
.winners-slider .swiper-slide.el9 .el {
		top: 80%;
		left: 31%;
}
.winners-slider .swiper-slide.el10 .el {
		top: 33%;
		left: 33%;
}
.winners-slider .swiper-slide.el11 .el {
		top: 68%;
		left: 80%;
}
.winners-slider .swiper-slide.el12 .el {
		top: 60%;
		left: 60%;
}
.winners-slider .swiper-slide.el13 .el {
		top: 33%;
		left: 27%;
}
.winners-slider .swiper-slide.el14 .el {
		top: 25%;
		left: 65%;
}
.winners-slider .swiper-slide.el15 .el {
		top: 54%;
		left: 39%;
}
.winners-slider .swiper-slide.el16 .el {
		top: 65%;
		left: 70%;
}
.winners-slider .swiper-slide.el17 .el {
		top: 20%;
		left: 75%;
}
.winners-slider .swiper-slide.el18 .el {
		top: 69%;
		left: 36%;
}
.winners-slider .swiper-slide.el19 .el {
		top: 39%;
		left: 53%;
}
.winners-slider .swiper-slide.el20 .el {
		top: 70%;
		left: 74%;
}
.winners-slider .swiper-slide.el21 .el {
		top: 30%;
		left: 35%;
}
.winners-slider .text {
		display: none;
}
.winners .text {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		width: calc(100vw - var(--side-padding) * 2);
		padding-bottom: 60px;
		text-align: center;
		color: rgba(220, 220, 220, 0.4);
		font-weight: normal;
		font-size: 12px;
		line-height: 1;
		text-transform: uppercase;
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		pointer-events: none;
		opacity: 0;
		z-index: 10;
}
.winners .text.hover {
		opacity: 1;
}
.winners .text.hover ~ .text .name > * {
		transform: translate3d(0, 100%, 0);
}
.winners .text.hover .name > * {
		transform: translate3d(0, 0, 0);
		transition-delay: 0s;
}
@media only screen and (orientation: portrait) and (min-width: 700px), only screen and (orientation: landscape) and (min-width: 1400px) {
		.winners .text {
				padding-bottom: 80px;
		}
}
.winners .name {
		font: bold 32px/1 var(--font-title);
		letter-spacing: -0.03em;
		color: #F0EFEE;
		margin: 10px 0 0 0;
		overflow: hidden;
		transform: translateZ(0);
}
.winners .name > * {
		transition-delay: 1s;
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transform: translate3d(0, -100%, 0);
}
@media only screen and (min-width: 1400px) {
		.winners .text {
				font-size: 14px;
		}
		.winners .name {
				font-size: 48px;
				margin-top: 16px;
		}
}
.team {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		background: var(--light) url("../img/noise.png") 50% 50%;
		--left1: 45vw;
		--left2: 50vw;
}
.team-slider {
		font-weight: bold;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: -0.04em;
		font-family: var(--font-title);
}
.team-slider .swiper-slide {
		backface-visibility: hidden;
		/*will-change: transform;*/
		transition-property: transform, opacity;
		transition-duration: 1s, 0.5s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
		transition-delay: 3s;
}
.swiper-slide-active .team-slider .swiper-slide {
		transform: translate3d(0, 0, 0) !important;
		opacity: 1;
}
.team-slider .swiper-slide:nth-child(1) {
		transition-delay: 1s;
}
.team-slider .swiper-slide:nth-child(2) {
		transition-delay: 1.1s;
}
.team-slider .swiper-slide:nth-child(3) {
		transition-delay: 1.2s;
}
.team-slider .swiper-slide:nth-child(4) {
		transition-delay: 1.3s;
}
.team-slider .swiper-slide:nth-child(5) {
		transition-delay: 1.4s;
}
.team-slider .swiper-slide:nth-child(6) {
		transition-delay: 1.5s;
}
.team-slider .swiper-slide:nth-child(7) {
		transition-delay: 1.6s;
}
.team-slider .swiper-slide:nth-child(8) {
		transition-delay: 1.7s;
}
.team-slider .swiper-slide:nth-child(9) {
		transition-delay: 1.8s;
}
.team-slider .swiper-slide:nth-child(10) {
		transition-delay: 1.9s;
}
.team-slider .swiper-slide:nth-child(11) {
		transition-delay: 2s;
}
.team-slider .swiper-slide:nth-child(12) {
		transition-delay: 2.1s;
}
.team-slider .swiper-slide:nth-child(13) {
		transition-delay: 2.2s;
}
.team-slider .swiper-slide:nth-child(14) {
		transition-delay: 2.3s;
}
.team-slider .swiper-slide:nth-child(15) {
		transition-delay: 2.4s;
}
.team-slider .swiper-slide:nth-child(16) {
		transition-delay: 2.5s;
}
.team-slider .swiper-slide:nth-child(17) {
		transition-delay: 2.6s;
}
.team-slider .swiper-slide:nth-child(18) {
		transition-delay: 2.7s;
}
.team-slider .swiper-slide:nth-child(19) {
		transition-delay: 2.8s;
}
.team-slider .swiper-slide:nth-child(20) {
		transition-delay: 2.9s;
}
.team .name {
		color: var(--black);
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		user-select: none;
		pointer-events: all;
		transition-property: color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
}
@media (pointer:fine) {
		.team .name:hover {
				color: rgba(18, 18, 18, 0.4);
		}
}
.team.show-0 .name[data-num="0"], .team.show-1 .name[data-num="1"], .team.show-2 .name[data-num="2"], .team.show-3 .name[data-num="3"], .team.show-4 .name[data-num="4"], .team.show-5 .name[data-num="5"], .team.show-6 .name[data-num="6"], .team.show-7 .name[data-num="7"], .team.show-8 .name[data-num="8"], .team.show-9 .name[data-num="9"], .team.show-10 .name[data-num="10"], .team.show-11 .name[data-num="11"], .team.show-12 .name[data-num="12"], .team.show-13 .name[data-num="13"], .team.show-14 .name[data-num="14"], .team.show-15 .name[data-num="15"], .team.show-16 .name[data-num="16"], .team.show-17 .name[data-num="17"], .team.show-18 .name[data-num="18"], .team.show-19 .name[data-num="19"], .team.show-20 .name[data-num="20"] {
		color: rgba(18, 18, 18, 0.4);
		cursor: default;
}
.team .name span {
		display: inline-block;
		vertical-align: top;
		transition-property: transform;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
		transform: translate3d(0, 0, 0);
}
.team .bottom-text {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 var(--side-padding);
		padding-bottom: 60px;
		font-size: 12px;
		line-height: 1;
		color: var(--black);
		pointer-events: none;
		backface-visibility: hidden;
		/*will-change: opacity;*/
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
}
.swiper-slide-active .team .bottom-text {
		opacity: 1;
		transition-delay: 2s;
}
.team .photos {
		list-style: none;
		margin: 0;
		padding: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
.team .photos .el {
		list-style: none;
		margin: 0;
		padding: 0 var(--side-padding);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		backface-visibility: hidden;
		opacity: 0;
}
.team.show-0 .photos .el:nth-child(1), .team.show-1 .photos .el:nth-child(2), .team.show-2 .photos .el:nth-child(3), .team.show-3 .photos .el:nth-child(4), .team.show-4 .photos .el:nth-child(5), .team.show-5 .photos .el:nth-child(6), .team.show-6 .photos .el:nth-child(7), .team.show-7 .photos .el:nth-child(8), .team.show-8 .photos .el:nth-child(9), .team.show-9 .photos .el:nth-child(10), .team.show-10 .photos .el:nth-child(11), .team.show-11 .photos .el:nth-child(12), .team.show-12 .photos .el:nth-child(13), .team.show-13 .photos .el:nth-child(14), .team.show-14 .photos .el:nth-child(15), .team.show-15 .photos .el:nth-child(16), .team.show-16 .photos .el:nth-child(17), .team.show-17 .photos .el:nth-child(18), .team.show-18 .photos .el:nth-child(19), .team.show-19 .photos .el:nth-child(20), .team.show-20 .photos .el:nth-child(21) {
		opacity: 1;
}
@media (pointer:fine) {
		.team.hover-0 .photos .el:nth-child(1), .team.hover-1 .photos .el:nth-child(2), .team.hover-2 .photos .el:nth-child(3), .team.hover-3 .photos .el:nth-child(4), .team.hover-4 .photos .el:nth-child(5), .team.hover-5 .photos .el:nth-child(6), .team.hover-6 .photos .el:nth-child(7), .team.hover-7 .photos .el:nth-child(8), .team.hover-8 .photos .el:nth-child(9), .team.hover-9 .photos .el:nth-child(10), .team.hover-10 .photos .el:nth-child(11), .team.hover-11 .photos .el:nth-child(12), .team.hover-12 .photos .el:nth-child(13), .team.hover-13 .photos .el:nth-child(14), .team.hover-14 .photos .el:nth-child(15), .team.hover-15 .photos .el:nth-child(16), .team.hover-16 .photos .el:nth-child(17), .team.hover-17 .photos .el:nth-child(18), .team.hover-18 .photos .el:nth-child(19), .team.hover-19 .photos .el:nth-child(20), .team.hover-20 .photos .el:nth-child(21) {
				opacity: 1;
		}
		.team.hover-0 .photos .el:not(:nth-child(1)), .team.hover-1 .photos .el:not(:nth-child(2)), .team.hover-2 .photos .el:not(:nth-child(3)), .team.hover-3 .photos .el:not(:nth-child(4)), .team.hover-4 .photos .el:not(:nth-child(5)), .team.hover-5 .photos .el:not(:nth-child(6)), .team.hover-6 .photos .el:not(:nth-child(7)), .team.hover-7 .photos .el:not(:nth-child(8)), .team.hover-8 .photos .el:not(:nth-child(9)), .team.hover-9 .photos .el:not(:nth-child(10)), .team.hover-10 .photos .el:not(:nth-child(11)), .team.hover-11 .photos .el:not(:nth-child(12)), .team.hover-12 .photos .el:not(:nth-child(13)), .team.hover-13 .photos .el:not(:nth-child(14)), .team.hover-14 .photos .el:not(:nth-child(15)), .team.hover-15 .photos .el:not(:nth-child(16)), .team.hover-16 .photos .el:not(:nth-child(17)), .team.hover-17 .photos .el:not(:nth-child(18)), .team.hover-18 .photos .el:not(:nth-child(19)), .team.hover-19 .photos .el:not(:nth-child(20)), .team.hover-20 .photos .el:not(:nth-child(21)) {
				opacity: 0;
		}
}
.team .photos .image {
		position: relative;
		backface-visibility: hidden;
		overflow: hidden;
		transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition-delay: 1s;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.swiper-slide-active .team .photos .image {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.team .photos img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: 50% 0;
		max-height: calc(100vh - 330px);
		max-height: calc(100svh - 330px);
		backface-visibility: hidden;
		/*will-change: transform;*/
		transform: scale(1.2) rotate(5deg);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition-delay: 0.5s;
}
.team.show-0 .photos .el:nth-child(1) img, .team.show-1 .photos .el:nth-child(2) img, .team.show-2 .photos .el:nth-child(3) img, .team.show-3 .photos .el:nth-child(4) img, .team.show-4 .photos .el:nth-child(5) img, .team.show-5 .photos .el:nth-child(6) img, .team.show-6 .photos .el:nth-child(7) img, .team.show-7 .photos .el:nth-child(8) img, .team.show-8 .photos .el:nth-child(9) img, .team.show-9 .photos .el:nth-child(10) img, .team.show-10 .photos .el:nth-child(11) img, .team.show-11 .photos .el:nth-child(12) img, .team.show-12 .photos .el:nth-child(13) img, .team.show-13 .photos .el:nth-child(14) img, .team.show-14 .photos .el:nth-child(15) img, .team.show-15 .photos .el:nth-child(16) img, .team.show-16 .photos .el:nth-child(17) img, .team.show-17 .photos .el:nth-child(18) img, .team.show-18 .photos .el:nth-child(19) img, .team.show-19 .photos .el:nth-child(20) img, .team.show-20 .photos .el:nth-child(21) img {
		transition-delay: 0s;
		transform: scale(1) rotate(0deg);
}
@media (pointer:fine) {
		.team.hover-0 .photos .el:nth-child(1) img, .team.hover-1 .photos .el:nth-child(2) img, .team.hover-2 .photos .el:nth-child(3) img, .team.hover-3 .photos .el:nth-child(4) img, .team.hover-4 .photos .el:nth-child(5) img, .team.hover-5 .photos .el:nth-child(6) img, .team.hover-6 .photos .el:nth-child(7) img, .team.hover-7 .photos .el:nth-child(8) img, .team.hover-8 .photos .el:nth-child(9) img, .team.hover-9 .photos .el:nth-child(10) img, .team.hover-10 .photos .el:nth-child(11) img, .team.hover-11 .photos .el:nth-child(12) img, .team.hover-12 .photos .el:nth-child(13) img, .team.hover-13 .photos .el:nth-child(14) img, .team.hover-14 .photos .el:nth-child(15) img, .team.hover-15 .photos .el:nth-child(16) img, .team.hover-16 .photos .el:nth-child(17) img, .team.hover-17 .photos .el:nth-child(18) img, .team.hover-18 .photos .el:nth-child(19) img, .team.hover-19 .photos .el:nth-child(20) img, .team.hover-20 .photos .el:nth-child(21) img {
				transition-delay: 0s;
				transform: scale(1) rotate(0deg);
		}
}
.team .photos .bottom {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		font-size: 12px;
		line-height: 1;
		margin: 10px 0 0 0;
		backface-visibility: hidden;
		/*will-change: opacity;*/
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
		transition-delay: 1s;
}
.swiper-slide-active .team .photos .bottom {
		opacity: 1;
		transition-delay: 2s;
}
.team .photos .bottom .right {
		text-align: right;
		color: #121212;
		opacity: 0.4;
}
.team-slider {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
}
.team-slider .swiper-slide {
		width: auto;
		padding: 0 calc(var(--side-padding) / 2);
}
@media only screen and (orientation: portrait) {
		.team-slider {
				padding: 0 calc(var(--side-padding) / 2) !important;
		}
		.team-slider .swiper-slide {
				transform: translate3d(0, -1ex, 0);
		}
		.team .bottom-text {
				text-align: center;
		}
		.team .name {
				padding: 10px;
				margin: 0 -10px;
		}
		.team .photos .el {
				padding-top: 167px;
		}
}
@media only screen and (orientation: portrait) and (max-width: 699px) {
		.team-slider {
				font-size: 24px;
		}
		.team-slider .swiper-slide {
				padding-top: 109px;
		}
}
@media only screen and (orientation: portrait) and (min-width: 700px) {
		.team-slider {
				font-size: 32px;
		}
		.team-slider .swiper-slide {
				padding-top: 135px;
		}
		.team .bottom-text {
				padding-bottom: 80px;
		}
		.team .photos .el {
				padding-top: 197px;
		}
}
@media only screen and (orientation: landscape) {
		.team:after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 67px;
				z-index: 2;
				background: var(--light);
				border-bottom: 1px solid rgba(34, 34, 34, 0.08);
		}
		.team .photos img {
				max-height: none;
		}
		.team-slider {
				font-size: 7.2vw;
				line-height: 0.88;
				left: auto !important;
				right: 0 !important;
				width: calc(100vw - var(--left1)) !important;
				padding-top: 82px !important;
				padding-bottom: var(--side-padding) !important;
				padding-left: calc(var(--left2) - var(--left1)) !important;
		}
		.team-slider .swiper-wrapper {
				flex-direction: column;
		}
		.team-slider .swiper-slide {
				height: auto !important;
				padding: 0 !important;
				display: flex !important;
				align-items: center;
				transform: translate3d(2ex, 0, 0);
		}
		.team .name {
				flex: 0 0 auto;
		}
		@media (pointer:fine) {
				.team .name:hover span {
						transform: translate3d(1ex, 0, 0);
				}
		}
		.team.show-0 .name[data-num="0"] span, .team.show-1 .name[data-num="1"] span, .team.show-2 .name[data-num="2"] span, .team.show-3 .name[data-num="3"] span, .team.show-4 .name[data-num="4"] span, .team.show-5 .name[data-num="5"] span, .team.show-6 .name[data-num="6"] span, .team.show-7 .name[data-num="7"] span, .team.show-8 .name[data-num="8"] span, .team.show-9 .name[data-num="9"] span, .team.show-10 .name[data-num="10"] span, .team.show-11 .name[data-num="11"] span, .team.show-12 .name[data-num="12"] span, .team.show-13 .name[data-num="13"] span, .team.show-14 .name[data-num="14"] span, .team.show-15 .name[data-num="15"] span, .team.show-16 .name[data-num="16"] span, .team.show-17 .name[data-num="17"] span, .team.show-18 .name[data-num="18"] span, .team.show-19 .name[data-num="19"] span, .team.show-20 .name[data-num="20"] span {
				transform: translate3d(1ex, 0, 0);
		}
		.team .photos {
				width: var(--left1);
		}
		.team .photos .el {
				padding-top: 91px;
				padding-right: 0;
		}
		.team .bottom-text {
				padding-bottom: var(--side-padding);
		}
		@media only screen and (min-width: 1400px) {
				.team:after {
						height: 89px;
				}
				.team-slider {
						padding-top: 104px !important;
				}
				.team .photos .el {
						padding-top: 121px;
				}
				.team .photos .bottom {
						font-size: 14px;
						margin-top: 12px;
				}
		}
}
.contact {
		width: 100%;
		height: 100%;
		background: var(--panorama);
		color: var(--light);
		padding: 0 var(--side-padding) var(--side-padding) var(--side-padding);
		overflow: hidden;
		overflow-y: auto;
}
.contact .inner {
		padding-top: calc(var(--side-padding) + 26px);
		width: 100%;
		min-height: 100vh;
		min-height: 100svh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 15vh;
		gap: 15svh;
		height: auto !important;
		overflow: hidden;
}
@media only screen and (min-width: 1100px) and (max-width: 1399px) {
		.contact .inner {
				padding-top: 46px;
		}
}
@media only screen and (min-width: 1400px) {
		.contact .inner {
				padding-top: 64px;
		}
}
.contact .email {
		font-size: calc((100vw - var(--side-padding) * 2) * 0.155);
		position: relative;
		left: -0.05em;
		white-space: nowrap;
		font-weight: bold;
		line-height: 1;
		text-transform: uppercase;
		font-family: var(--font-title);
		letter-spacing: -0.01em;
		padding-bottom: 0.13em;
		padding-top: var(--side-padding);
		margin: -0.18em calc(var(--side-padding) * -1) 0 calc(var(--side-padding) * -1);
		padding-left: var(--side-padding);
}
.contact .email > * {
		display: block;
		overflow: hidden;
		margin-bottom: -0.13em;
}
.contact .email > * > * {
		display: inline-block;
		vertical-align: top;
		backface-visibility: hidden;
		/*will-change: transform;*/
		transform: translate3d(0, 100%, 0);
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition-delay: 1s;
}
.contact .email > *:nth-child(2) > * {
		transition-delay: 1.1s;
}
.contact .email a {
		color: inherit;
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0.5;
}
@media (pointer:fine) {
		.contact .email a:hover {
				opacity: 1;
		}
}
.swiper-slide-active .contact .email > * > * {
		transform: translate3d(0, 0, 0);
}
.contact .bottom {
		flex: 0 0 auto;
		width: 100%;
		background: #1E1E1E url("../img/noise2.png") 50% 50%;
		padding: 20px;
		gap: 20px;
		display: flex;
		flex-direction: column;
		backface-visibility: hidden;
		/*will-change: transform;*/
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		transform: translate3d(0, calc(100% + var(--side-padding)), 0);
		transition-delay: 1.2s;
		position: relative;
}
@media only screen and (max-width: 699px) {
		.contact .bottom {
				min-height: 542px;
		}
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
		.contact .bottom {
				min-height: 585px;
		}
}
@media only screen and (min-width: 1100px) and (max-width: 1399px) {
		.contact .bottom {
				min-height: 485px;
		}
}
@media only screen and (min-width: 1400px) {
		.contact .bottom {
				min-height: 752px;
		}
}
.swiper-slide-active .contact .bottom {
		transform: translate3d(0, 0, 0);
}
.contact .sent-text {
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		font-weight: normal;
		font-size: 12px;
		line-height: 1;
		color: var(--light);
		padding: 0 0 0 26px;
		margin: 0 0 15px 0;
		pointer-events: none;
		transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
}
.contact .form.sent .sent-text {
		opacity: 1;
}
@media only screen and (min-width: 1400px) {
		.contact .sent-text {
				font-size: 14px;
				padding-left: 30px;
		}
}
.contact .sent-text:before {
		content: '';
		position: absolute;
		top: 0.5em;
		left: 2px;
		width: 12px;
		height: 8px;
		border-style: solid;
		border-color: var(--light);
		border-width: 0 0 1px 1px;
		margin: -8px 0;
		transform: rotate(-45deg);
}
.contact .form {
		flex: 1 0 auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
}
.contact .form:after {
		content: '';
		flex: 1 0 auto;
		width: 100%;
}
.contact .row {
		display: flex;
		gap: 20px 24px;
		width: 100%;
		margin-top: -4px;
		flex: 1 0 auto;
		position: relative;
		z-index: 2;
}
.contact .row .el {
		position: relative;
}
@media only screen and (orientation: portrait) {
		.contact .row {
				flex-direction: column;
				justify-content: space-between;
		}
		.contact .row .el {
				flex: 0 0 auto;
				width: 100%;
		}
		.contact .row:after {
				content: '';
				flex: 0 0 auto;
				width: 100%;
		}
}
@media only screen and (orientation: landscape) {
		.contact .row {
				flex-direction: row;
				align-items: flex-start;
		}
		.contact .row .el {
				flex: 1;
		}
}
.contact .textarea {
		flex: 1 0 auto;
		width: 100%;
		margin: auto 0;
		max-height: 176px;
		min-height: 176px;
		position: relative;
		display: flex;
		align-items: flex-end;
		gap: 10px;
}
.contact .textarea .place {
		align-self: stretch;
		position: relative;
		flex: 1;
		border-bottom: 1px solid var(--borders);
		overflow: hidden;
		margin-top: -24px;
}
.contact .textarea .place:after {
		content: '';
		position: absolute;
		top: -1px;
		bottom: -1px;
		left: 0;
		right: 0;
		pointer-events: none;
		background: #1E1E1E url("../img/noise2.png") 50% 50%;
		-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 24px, transparent calc(100% - 24px), black 100%);
		mask-image: linear-gradient(to bottom, black 0%, transparent 24px, transparent calc(100% - 24px), black 100%);
}
.contact .textarea textarea {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
		max-width: 77.14em;
		padding-top: 24px;
		padding-bottom: 24px;
}
.contact .go {
		-webkit-appearance: none;
		cursor: pointer;
		user-select: none;
		outline: none;
		border: 0;
		background: none;
		border-radius: 0;
		color: var(--light);
		text-transform: uppercase;
		font: bold 10.666vw/0.836 var(--font-title);
		margin: 0 -0.08em 0 0;
		padding: 0;
		position: relative;
		top: -0.03em;
		overflow: hidden;
}
.contact .go:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: #1E1E1E url("../img/noise2.png") 50% 50%;
}
@media only screen and (min-width: 1920px) {
		.contact .go {
				font-size: 120px;
		}
}
.contact .go > * {
		display: inline-block;
		vertical-align: top;
		backface-visibility: hidden;
		text-shadow: 0 -0.836em 0 var(--light);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition-delay: 0.5s;
		transform: translate3d(0, 0, 0);
}
@media (pointer:fine) {
		.contact .go:hover > * {
				transform: translate3d(0, 100%, 0);
		}
}
.contact .go > *:nth-child(1) {
		transition-delay: 0s;
}
.contact .go > *:nth-child(2) {
		transition-delay: 0.05s;
}
.contact .go > *:nth-child(3) {
		transition-delay: 0.1s;
}
.contact .go > *:nth-child(4) {
		transition-delay: 0.15s;
}
.contact .go > *:nth-child(5) {
		transition-delay: 0.2s;
}
.contact .go > *:nth-child(6) {
		transition-delay: 0.25s;
}
.contact .go > *:nth-child(7) {
		transition-delay: 0.3s;
}
.contact .go > *:nth-child(8) {
		transition-delay: 0.35s;
}
.contact .go > *:nth-child(9) {
		transition-delay: 0.4s;
}
.contact .go > *:nth-child(10) {
		transition-delay: 0.45s;
}
.contact .footer {
		flex: 0 0 auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
		gap: 48px 32px;
		color: rgba(220, 220, 220, 0.24);
		font-size: 12px;
		line-height: 1;
}
.contact .footer a {
		color: var(--light);
		position: relative;
		padding: 10px;
		margin: 0 -10px;
}
.contact .footer a:after {
		content: '';
		position: absolute;
		bottom: 6px;
		left: 0;
		right: 0;
		height: 1px;
		background: currentColor;
		margin: 0 10px;
		transform-origin: 100% 50%;
		transform: scale(0, 1);
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (pointer:fine) {
		.contact .footer a:hover:after {
				transform: scale(1);
				transform-origin: 0 50%;
		}
}
.contact .footer .links {
		flex: 0 0 auto;
		width: 100%;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 12px 32px;
}
@media only screen and (min-width: 700px) {
		.contact .footer .links {
				width: auto;
				order: 2;
				margin-left: auto;
		}
		.contact .footer .text {
				flex: 0 0 auto;
				width: calc((100% - 32px) / 2 - 4px);
		}
}
@media only screen and (min-width: 1400px) {
		.contact .footer .text {
				width: calc((100% - 34px) / 2);
		}
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
		.contact .bottom {
				max-height: 585px;
				padding: 24px;
		}
		.contact .bottom, .contact .form {
				gap: 24px;
		}
		.contact .row {
				gap: 24px;
		}
		.contact .textarea {
				gap: 12px;
				max-height: 172px;
		}
		.contact .go {
				font-size: 9.375vw;
		}
}
@media only screen and (min-width: 1100px) and (max-width: 1399px) {
		.contact .bottom {
				padding: 32px;
				max-height: 487px;
		}
		.contact .bottom, .contact .form {
				gap: 32px;
		}
		.contact .row {
				gap: 32px 24px;
		}
		.contact .textarea {
				gap: 22px;
				max-height: 161px;
		}
		.contact .go {
				font-size: 6.25vw;
		}
}
@media only screen and (min-width: 1400px) {
		.contact .bottom {
				max-height: 752px;
				padding: 32px;
		}
		.contact .bottom, .contact .form {
				gap: 32px;
		}
		.contact .row {
				gap: 32px 34px;
		}
		.contact .textarea {
				gap: 10px;
				max-height: 268px;
		}
		.contact .go {
				font-size: 6.25vw;
		}
		.contact .footer {
				font-size: 14px;
		}
}
.contact .input-info {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		font-size: 11px;
		line-height: 1;
		color: var(--red);
		margin: 12px 0 0 0;
		display: none;
}
.safari .panorama .refl {
		/*display: none !important;*/
}
.panorama-thumbs {
		margin-bottom: 68px;
}
/*
.works .bottom-text {
		margin-bottom: 40px;
}
.team .bottom-text {
		margin-bottom: 24px;
}
.winners .text {
		margin-bottom: 10px;
}
*/
.go-next {
		position: absolute;
		white-space: nowrap;
		text-align: center;
		cursor: pointer;
		user-select: none;
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
		mix-blend-mode: difference;
		font-size: 14px;
		z-index: 10;
		bottom: 0;
		left: 50%;
		transform: translate3d(-50%, 100%, 0);
		opacity: 0;
		pointer-events: none;
		transition-property: transform, opacity;
		transition-duration: 1s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 1400px) {
		.go-next {
				font-size: 14px;
		}
}
@media only screen and (max-width: 700px) {
		.go-next {
				font-size: 12px;
		}
}
.swiper-slide-active .go-next {
		pointer-events: all;
		opacity: 1;
		transition-delay: 1s;
		transform: translate3d(-50%, 0, 0);
}
.go-next > span {
		display: block;
		padding: 12px 12px 40px 12px;
		position: relative;
		color: #fff;
		transition-property: color, opacity;
		transition-duration: 0.5s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0.5;
}
.go-next svg {
		content: '';
		position: absolute;
		bottom: 21px;
		left: 50%;
		width: 11px;
		height: 7px;
		transform: translate3d(-50%, 0, 0);
		fill: #fff;
		transition: fill 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (pointer:fine) {
		.go-next span:hover {
				opacity: 1;
		}
}
html.slidew-2:not(.slidew-3) .slide-works .go-next > span {
		color: var(--brown);
}
html.slidew-2:not(.slidew-3) .slide-works .go-next svg {
		fill: var(--brown);
}
video {
		position: static !important;
}