/**
 * Homepage specific styling goes here. Excluded on all subpages
 *
 * @format
 */

/* For most builds, this stylesheet should be wiped and started fresh */

section img {
	height: auto;
}

/* PRELOADER */
.preloader-outer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background-color: var(--color-white);
	transition: opacity 600ms ease-out;
}
.preloader-outer.active {
	visibility: visible !important;
}
.preloader-outer.preloader-remove {
	opacity: 0;
	pointer-events: none;
}
.preloader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.preloader-inner p {
	margin-bottom: 15px;
}
.preloader-inner p:last-of-type {
	margin: 0;
}
.preloader-part {
	margin: 20px;
	display: none;
}
.preloader-part-left.active {
	display: block;
	-webkit-animation: fadeinright 800ms ease-out;
	animation: fadeInRight 800ms ease-out;
}
.preloader-part-right.active {
	display: block;
	-webkit-animation: fadeinleft 500ms ease-out;
	animation: fadeInLeft 500ms ease-out;
}

/* HERO */
.hero {
	margin-bottom: 21px;
	position: relative;
	min-height: 607px;
}

.hero .column {
	padding: 0 20px;
	min-height: 607px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

.hero-text {
	position: relative;
	z-index: 2;
	color: var(--color-white);
}

.hero-title {
	margin-bottom: 0;
	font-size: 3.8rem;
	color: inherit;
	letter-spacing: -0.094rem;
	line-height: 0.85;
	overflow: hidden;
}

.hero-title-1 {
	margin-bottom: 30px;
	display: block;
	font-size: 1.125rem;
	font-family: var(--font-family-body);
	font-weight: 600;
	opacity: 0;
	text-transform: uppercase;
	line-height: 1.5;
	animation-delay: 1500ms;
	letter-spacing: 10px;
}

.hero-title-2 {
	display: block;
	opacity: 0;
	animation-delay: 2000ms;
}

.hero-title-2 span {
	display: block;
	color: var(--color-primary);
	animation-delay: 2500ms;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 496px;
}

.hero-image:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.5%, #000000 100.84%), linear-gradient(0deg, rgba(0, 0, 0, 0) 53.25%, #000000 100%); */
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.5%, #000000 95.84%), linear-gradient(0deg, rgba(0, 0, 0, 0) 77.25%, #000000 100%);
	content: '';
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .swiper-pagination {
	margin-top: -49px;
	position: relative;
	z-index: 1;
	animation-delay: 2800ms;
}

@media screen and (min-width: 768px) {
	.hero {
		margin-bottom: 0;
	}

	.hero,
	.hero .column {
		height: 100dvh;
	}

	.hero-text {
		padding-bottom: 150px;
	}

	.hero-title {
		font-size: 6.125rem;
		letter-spacing: -0.125rem;
	}

	.hero-title-1 {
		margin-bottom: 37px;
		font-size: 1.25rem;
		letter-spacing: 0.625rem;
	}

	.hero-title-2 span {
		display: inline-block;
	}

	.hero-image {
		height: 100%;
	}

	.hero .swiper-pagination {
		margin-top: -180px;
	}
}

@media screen and (min-width: 1400px) and (min-height: 700px) {
	.hero-text {
		padding-bottom: 120px;
	}

	.hero-title {
		font-size: 8.125rem;
		letter-spacing: -0.156rem;
	}

	.hero .swiper-pagination {
		margin-top: -150px;
	}
}

/* ABOUT */
.about {
	padding-top: 99px;
	position: relative;
	z-index: 1;
}

.about-holder {
	position: relative;
	z-index: 2;
}

.about-row {
	margin-bottom: 28px;
}

.about-left {
	text-align: center;
}

.about-subtitle {
	margin-bottom: 9px;
	font-size: 1rem;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 1;
}

.about-subtitle span {
	display: block;
	animation-delay: 200ms;
}

.about h2 {
	margin-bottom: 9px;
	font-size: 4.25rem;
	line-height: 1;
	animation-delay: 900ms;
}

.about .button {
	font-weight: 400;
	color: var(--color-white);
	letter-spacing: 0.169rem;
}

.about-image {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.about-image img {
	width: 100%;
}

/* .about-image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	pointer-events: none;
	content: '';
} */

.about-circle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 396px;
	opacity: 0.2;
	pointer-events: none;
	transform: translateX(-50%);
}

.about-circle img {
	width: 100%;
	display: block;
}

@media screen and (min-width: 768px) {
	.about {
		padding-top: 68px;
	}

	.about-row {
		margin-bottom: 38px;
		display: flex;
		flex-wrap: wrap;
	}

	.about-left {
		margin-top: 13px;
		width: 50%;
		text-align: left;
	}

	.about-right {
		padding-left: 12px;
		width: 50%;
	}

	.about-subtitle {
		margin-bottom: 13px;
		font-size: 1.125rem;
	}

	.about h2 {
		margin-bottom: 35px;
		font-size: 5rem;
	}

	.about-circle {
		margin-left: -400px;
		top: -90px;
		left: 50%;
		width: 898px;
	}
}

@media screen and (min-width: 1025px) {
	.about-left {
		width: 38%;
	}

	.about-right {
		width: 62%;
	}

	.about-circle {
		margin-left: -509px;
	}
}

/* MEET */
.meet {
	margin-bottom: 37px;
	padding-top: 10px;
	position: relative;
}

.meet-text {
	margin: 0 auto 30px;
	max-width: 770px;
	text-align: center;
}

.meet-text p:last-of-type {
	margin-bottom: 0;
}

.meet h2 {
	margin-bottom: 2px;
	font-size: 3.75rem;
	line-height: 1;
}

.meet-content {
	margin-bottom: 46px;
}

.meet-item {
	margin-bottom: 24px;
	line-height: 1.8;
}

.meet-title {
	position: relative;
	display: flex;
}

.meet-item h3 {
	margin-bottom: 15px;
	font-size: 1.875rem;
	color: var(--color-white);
	white-space: nowrap;
}

.meet-line {
	margin-top: 18px;
	margin-left: 42px;
	width: 0;
	height: 1px;
	background-color: var(--color-primary);
	transition: 1s 1s ease-out;
	transform: translateY(-50%);
}

.meet-line.animated {
	width: 100%;
}

.meet-item p:last-of-type {
	margin-bottom: 0;
}

.meet .button {
	width: 100%;
	font-weight: 400;
	color: var(--color-white);
	letter-spacing: 0.169rem;
}

.meet-image img {
	display: block;
	width: 100%;
}

.meet-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 899px;
	opacity: 0.2;
	pointer-events: none;
}

.meet-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	content: '';
}

.meet-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.meet {
		margin-top: -70px;
		margin-bottom: 40px;
		padding-top: 144px;
	}

	.meet-holder {
		position: relative;
		z-index: 1;
	}

	.meet-row {
		display: flex;
		flex-wrap: wrap;
	}

	.meet-text {
		margin-bottom: 69px;
	}

	.meet h2 {
		margin-bottom: 0;
		font-size: 5rem;
	}

	.meet-content {
		margin-bottom: 0;
		width: 50%;
	}

	.meet-item {
		margin-bottom: 42px;
	}

	.meet-item h3 {
		margin-bottom: 15px;
	}

	.meet .button {
		width: auto;
	}

	.meet-image {
		margin-top: 6px;
		margin-right: -30px;
		padding-left: 30px;
		width: calc(50% + 30px);
	}

	.meet-image img {
		margin-left: auto;
		width: auto;
		max-width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.meet-content {
		padding-right: 54px;
	}
}

@media screen and (min-width: 1281px) {
	.meet-image {
		margin-right: 0;
		width: 50%;
	}
}

/* UNIQUE */
.unique {
	padding-top: 48px;
	padding-bottom: 31px;
	position: relative;
	text-align: center;
}

.unique-heading {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 7.5rem;
	font-family: var(--font-family-heading);
	color: rgba(255, 255, 255, 0.07);
	line-height: 1;
	transform: translateX(-50%);
}

.unique-holder {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	max-width: 1190px;
}

.unique-text {
	margin: 0 auto 13px;
	max-width: 770px;
}

.unique-text p:last-of-type {
	margin-bottom: 0;
}

.unique h2 {
	margin-bottom: 7px;
	font-size: 4rem;
	line-height: 1;
	animation-delay: 500ms;
}

.unique-row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
	.unique {
		padding-top: 75px;
		padding-bottom: 64px;
	}

	.unique-heading {
		font-size: 14.375rem;
	}

	.unique-text {
		margin-bottom: 31px;
		color: var(--color-white);
	}

	.unique h2 {
		margin-bottom: 5px;
		font-size: 5rem;
	}

	.unique-row {
		gap: 3px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1025px) {
	.unique {
		padding-top: 106px;
	}

	.unique-heading {
		font-size: 18.75rem;
	}
}

@media screen and (min-width: 1200px) {
	.unique-heading {
		font-size: 23.75rem;
	}
}

/* CARD-UNIQUE */
.card-unique {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	color: var(--color-white);
	text-decoration: none;
	overflow: hidden;
}

.card-unique:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	content: '';
}

.card-unique img {
	width: 100%;
	display: block;
	transition: all 0.25s;
}

.card-unique-text {
	padding: 22px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: left;
	line-height: 1.2;
}

.card-unique:focus img,
.card-unique:hover img {
	transform: scale(1.05);
}

.card-unique:focus,
.card-unique:hover {
	color: var(--color-white);
}

@media screen and (min-width: 768px) {
	.card-unique-text {
		padding: 26px 29px;
	}
}

/* REVIEW */
.review {
	padding-top: 20px;
	padding-bottom: 165px;
	position: relative;
}

.review-holder {
	position: relative;
	z-index: 2;
}

.review-title {
	margin-bottom: 20px;
	font-weight: 700;
	color: var(--color-gray-500);
	text-transform: uppercase;
	letter-spacing: 0.3rem;
}

.review-item {
	font-size: 1.25rem;
	font-weight: 300;
	color: var(--color-white);
	line-height: 1.75;
}

.review .button {
	margin-top: 31px;
	font-weight: 400;
	color: var(--color-white);
	letter-spacing: 0.169rem;
}

.review-image {
	position: absolute;
	bottom: -165px;
	left: 50%;
	width: 393px;
	transform: translateX(-50%);
}

.review-image img {
	display: block;
	width: 100%;
}

.review-bg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.21;
	width: 100%;
	height: 100%;
}

.review-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review .swiper-pagination {
	text-align: left;
}

@media screen and (min-width: 768px) {
	.review {
		padding-top: 47px;
		padding-bottom: 84px;
	}

	.review:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
		pointer-events: none;
		content: '';
	}

	.review-holder {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.review-slider {
		padding-right: 30px;
		width: 50%;
	}

	.review-title {
		margin-bottom: 30px;
	}

	.review-item p {
		margin-bottom: 25px;
	}

	.review .button {
		margin-top: 54px;
	}

	.review-image {
		margin-right: -30px;
		width: calc(50% + 30px);
		position: unset;
		top: auto;
		left: auto;
		transform: translateX(0);
	}

	.review-image img {
		margin-left: auto;
		width: auto;
		max-width: 100%;
	}

	.review .swiper {
		margin: 0;
		max-width: 520px;
	}
}

@media screen and (min-width: 1281px) {
	.review-image {
		margin-right: 0;
		width: 50%;
	}
}

/* RESULT */
.result {
	padding-top: 43px;
	padding-bottom: 89px;
	position: relative;
	text-align: center;
}

.result-holder {
	position: relative;
	z-index: 1;
}

.result h2 {
	margin-bottom: 7px;
	font-size: 5rem;
	color: var(--color-primary);
	line-height: 1;
	animation-delay: 500ms;
}

.result-slider {
	margin-bottom: 40px;
	padding: 0 49px;
	position: relative;
}

.result-item {
	padding: 51px 15px 36px;
	font-size: 0.813rem;
	font-weight: 700;
	color: var(--color-white);
	background-color: var(--color-secondary);
	line-height: 1.2;
}

.result-item h3 {
	margin-bottom: 0;
	font-size: 3.75rem;
	font-weight: 400;
	color: inherit;
	line-height: 0.7;
}

.result-item p:last-of-type {
	margin-bottom: 0;
}

.result .button {
	min-width: 222px;
	font-weight: 400;
	color: var(--color-white);
	letter-spacing: 0.169rem;
}

.result .swiper-button-prev {
	left: -12px;
}

.result .swiper-button-next {
	right: -12px;
}

.result-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	pointer-events: none;
}

.result-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.result {
		padding-top: 92px;
		padding-bottom: 104px;
	}

	.result h2 {
		margin-bottom: 23px;
	}

	.result-slider {
		margin-bottom: 53px;
		padding: 0 90px;
	}

	.result .swiper-button-prev {
		left: 0;
	}

	.result .swiper-button-next {
		right: 0;
	}
}
