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

*:focus {
	outline: inherit;
}
.mos-img img {display: none !important;}
.container {
	position: relative;
}

.mx-text {
	max-width: 400px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.8);
}

.mx-text a {
	text-decoration: underline;
	color: #000;
}

.mx-text a:hover {
	color: #000;
	text-decoration: underline;
}

.mx-text .mx-color-text {
	color: #000;
}

.mx-text.mx-simple-text {
	line-height: 16px;
	margin: 0;
}

.mx-text-center {
	text-align: center;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

.mx-title-center {
	max-width: 100%;
	text-align: center;
}

.mx-subtitle {
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(215, 215, 215, 0.8);
	letter-spacing: 2px;
	padding-left: 23px;
	margin-right: 15px;
}

.mx-subtitle:before {
	content: '';
	width: 15px;
	height: 3px;
	background-color: #c00;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
}

/* Text */

.mx-h1, .mx-h2, .mx-h3, .mx-h4, .mx-h5, .mx-h6, h1{
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 800;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.mx-h1, h1 {
	font-size: 52px;
	line-height: 64px;
	font-weight: 900;
}

.mx-h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
}

.mx-h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
}

.mx-h6 {
	font-size: 14px;
}

.mx-border-text {
	letter-spacing: 0;
	-webkit-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	-webkit-text-stroke-color: #e6e6e6;
	-moz-text-stroke-color: #e6e6e6;
	color: transparent !important;
}


.mx-label {
	color: #e6e6e6;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 15px;
	padding-top: 3px;
}

/* After 992px */

@media (max-width: 992px) {
	.mx-text-right {
		text-align: left !important;
	}
	.mx-text-right .mx-subtitle {
		padding-right: 40px;
	}
	.mx-text-right .mx-subtitle:before {
		left: 0;
		right: auto;
	}
}

/* After 768px */

@media (max-width: 768px) {
	.mx-h1, h1 {
		font-size: 38px;
		line-height: 52px;
	}
	.mx-h1 .mx-border-text, h1 .mx-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}
	.mx-h2, h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.mx-h2 .mx-border-text, h2 .mx-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}
	.mx-h3, h3 {
		font-size: 28px;
		line-height: 30px;
	}
	.mx-h3 .mx-border-text, h3 .mx-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}
	.mx-h4, h4 {
		font-size: 20px;
		line-height: 22px;
	}
	.mx-h4 .mx-border-text, h4 .mx-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}
	.mx-text {
		font-size: 14px;
		line-height: 20px;
	}
	.mx-label, .mx-subtitle {
		font-size: 10px;
	}
}

.mx-text-right {
	text-align: right;
}

/* Background Canvas */

.mx-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}


/* Buttons */

.mx-btn, .mx-btn-text {
	cursor: pointer;
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	border: none;
	text-decoration: none;
	height: 55px;
	margin-right: 10px;
	line-height: 55px;
	padding: 0 40px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #e1e1e1;
	border: solid 2px #e1e1e1;
	background-color: transparent;
	transition: 0.4s ease-in-out;
}

.mx-btn:hover, .mx-btn-text:hover {
	color: #000;
}

.mx-btn-text {
	border-color: transparent;
	padding: 0 20px;
}

.mx-link {
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	border: none;
	text-decoration: none;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #e1e1e1;
	transition: 0.4s ease-in-out;
}

.mx-link:hover {
	color: #000;
}

/* Space */

.mx-p-100-100 {
	padding-top: 100px;
	margin-bottom: 100px;
}
.mx-p-20-0 {
	padding-top: 20px;
}
.mx-p-100-0 {
	padding-top: 100px;
}

.mx-p-140-0 {
	padding-top: 140px;
}

.mx-p-0-100 {
	padding-bottom: 100px;
}

.mx-p-0-40 {
	padding-bottom: 40px;
}

.mx-p-0-20 {
	padding-bottom: 20px;
}

.mx-mb-100 {
	margin-bottom: 100px;
}

.mx-mb-60 {
	margin-bottom: 90px;
}

.mx-mb-40 {
	margin-bottom: 40px;
}

.mx-mb-30 {
	margin-bottom: 30px;
}

.mx-mb-20 {
	margin-bottom: 20px;
}

.mx-mb-10 {
	margin-bottom: 10px;
}

.mx-mb-5 {
	margin-bottom: 5px;
}

.mx-mt-100 {
	margin-top: 100px;
}

.mx-mt-60 {
	margin-top: 60px;
}

/* Frame
==================================== */

/* App Markup */

.mx-app {
	position: relative;
	overflow: hidden;
}

.mx-app .mx-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100%;
	background-color: #0a0a0a;
	opacity: 0;
	pointer-events: none;
	z-index: 99999999999;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1.2);
	transition: 1s ease-in-out;
}

.mx-app .mx-preloader .mx-preloader-content {
	text-align: center;
}

.mx-app .mx-preloader .mx-preloader-content .mx-logo {
	width: 80px;
}

.mx-app .mx-preloader .mx-preloader-content .mx-loader-bar {
	margin-bottom: 20px;
	height: 5px;
	border-radius: 1px;
	position: relative;
	overflow: hidden;
	width: 200px;
	background-color: #141414;
}

.mx-app .mx-preloader .mx-preloader-content .mx-loader-bar .mx-loader {
	height: 100%;
	width: 0;
	background-color: #000;
	transition-timing-function: ease-in;
}

.mx-app .mx-preloader.mx-active {
	transform: scale(1);
	pointer-events: all;
	opacity: 1;
}


/* Slider project */

.mx-project-slider-item {
	width: 100%;
	min-height: 100%;
	height: 100%;
}

.mx-project-slider-item .mx-project-frame {
	width: 100%;
	height: 100%;
}

.mx-project-slider-item .mx-project-frame .mx-cover-frame {
	float: right;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.mx-project-slider-item .mx-project-frame .mx-cover-frame .mx-project-cover {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mx-project-slider-item .mx-project-frame .mx-cover-frame .mx-project-cover.mx-position-center {
	object-position: center;
}

.mx-project-slider-item .mx-project-frame .mx-cover-frame .mx-project-cover.mx-position-left {
	object-position: left;
}

.mx-project-slider-item .mx-project-frame .mx-cover-frame .mx-project-cover.mx-position-right {
	object-position: right;
}

.mx-project-slider-item .mx-project-frame .mx-cover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(20, 20, 20, 0.25);
	width: 100%;
	height: 100%;
}

.mx-project-slider-item .mx-project-frame .mx-cover-overlay.mx-gradient-overlay {
	background-image: linear-gradient(269deg, rgba(20, 20, 20, 0) 70%, rgba(20, 20, 20, 0.4) 80%, #141414 100%);
}

.mx-project-slider-item .mx-project-frame.mx-project-half {
	width: 100%;
	height: 100%;
}

.mx-project-slider-item .mx-project-frame.mx-project-half .mx-cover-frame {
	float: right;
	width: 90%;
	height: 100%;
	position: relative;
}

.mx-project-slider-item .mx-main-title-frame {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	color: #f1f1f1;
	height: 100%;
	width: 100%;
}

.mx-project-slider-item .mx-main-title-frame .mx-main-title {
	width: 60%;
}

.mx-project-slider-item .mx-main-title-frame .mx-main-title h1 {
	text-shadow: 0 0 40px rgba(13, 13, 13, 0.5);
}

/* Slider Project after 992px */

@media (max-width: 992px) {
	.mx-project-slider-item .mx-project-frame .mx-main-title-frame .mx-main-title h1 {
		font-size: 54px;
		line-height: 60px;
	}
	.mx-project-slider-item .mx-project-frame .mx-cover-frame {
		width: 100%;
	}
	.mx-project-slider-item .mx-project-frame .mx-cover-frame .mx-project-cover {
		object-position: center !important;
	}
}

/* Slider Project after 768px */

@media (max-width: 768px) {
	.mx-project-slider-item .mx-project-frame .mx-cover-overlay.mx-gradient-overlay {
		background-color: rgba(20, 20, 20, 0.45);
		background-image: none;
	}
	.mx-project-slider-item .mx-project-frame .mx-main-title-frame {
		left: 0;
		width: 100%;
		align-items: flex-end;
	}
	.mx-project-slider-item .mx-project-frame .mx-main-title-frame .mx-main-title {
		margin-left: -15px;
		padding: 40px;
		background-color: #141414;
		width: 100%;
		max-width: 430px;
	}
	.mx-project-slider-item .mx-project-frame .mx-main-title-frame .mx-main-title h1 {
		position: relative;
		overflow: hidden;
		font-size: 32px;
		line-height: 38px;
		font-weight: 900;
		letter-spacing: -1px;
	}
	.mx-project-slider-item .mx-project-frame .mx-main-title-frame .mx-main-title .mx-mb-20 {
		margin-bottom: 10px;
	}
	.mx-project-slider-item .mx-project-frame .mx-main-title-frame .mx-main-title .mx-mb-30 {
		margin-bottom: 15px;
	}
	.mx-project-slider-item .mx-project-frame.mx-project-half .mx-cover-frame {
		width: 100%;
	}
}

/* Slider Navigation */


.mx-slider-pagination-frame .mx-slider-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0 !important;
}

.mx-slider-pagination-frame .mx-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	background-color: #000;
}

.mx-slider-nav-panel {
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	height: 70px;
}

.mx-slider-progress-bar-frame {
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0px;
}

.mx-slider-progress-bar-frame .mx-slider-progress-bar {
	display: flex;
	height: 6px;
	width: 100%;
}

.mx-slider-progress-bar-frame .mx-slider-progress-bar .mx-progress {
	position: relative;
	height: 6px;
	border-radius: 3px;
	width: 100%;
	clear: both;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mx-slider-progress-bar-frame .mx-slider-progress-bar .mx-progress:after {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	border-radius: 3px;
	height: 100%;
	width: 0;
	content: "";
}

.mx-slider-progress-bar-frame .mx-slider-progress-bar.active .mx-progress {
	opacity: 1;
}

.mx-slider-progress-bar-frame .mx-slider-progress-bar.animate .mx-progress:after {
	transition: width linear;
	transition-delay: unset;
	width: 100%;
	transition-duration: 10s;
}

.mx-slider-arrows {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mx-slider-arrows .mx-label {
	margin-right: 20px;
	color: #e1e1e1;
}

.mx-slider-arrows .mx-button-next, .mx-slider-arrows .mx-button-prev {
	width: 70px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	margin-left: 4px;
}
.mx-slider-arrows .mx-button-next span, .mx-slider-arrows .mx-button-prev span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
}

.mx-slider-arrows .mx-button-next span i, .mx-slider-arrows .mx-button-prev span i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #e1e1e1;
}

/* Slider Navigation after 768px */

@media (max-width: 768px) {
	.mx-slider-nav-panel {
	width: 200px;
	}
	.mx-slider-pagination-frame, .mx-slider-progress-bar-frame {
		display: none;
	}
	.mx-slider-arrows {
		padding: 0 20px;
	}
	.mx-slider-arrows .mx-label {
		display: none;
	}
}

/* Slider Navigation after 590px */

@media (max-width: 590px) {
	.mx-slider-nav-panel {
	height: 80px;
	left: 0;
	width: 100%;
	}
	.mx-slider-pagination-frame, .mx-slider-progress-bar-frame {
		display: none;
	}
	.mx-slider-arrows {
		background-color: transparent !important;
		padding: 0;
		justify-content: flex-start;
		left: 20px;
	}
	.mx-slider-arrows .mx-label {
		display: none;
	}
	.mx-slider-arrows .mx-button-next, .mx-slider-arrows .mx-button-prev {
		height: 80px;
	}
	.mx-project-slider-item .mx-main-title {
		padding-bottom: 80px !important;
	}
}


/* Slider Arrows */

.mx-arrows {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mx-arrows .mx-sl-nav {
	margin-left: auto;
	margin-right: auto;
}

.mx-arrows .mx-sl-nav .mx-next, .mx-arrows .mx-sl-nav .mx-prev {
	cursor: pointer;
	transition: 0.3s;
	width: 60px;
	color: #e6e6e6;
}

.mx-arrows .mx-sl-nav .mx-next.swiper-button-disabled, .mx-arrows .mx-sl-nav .mx-prev.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.mx-arrows .mx-label {
	color: rgba(215, 215, 215, 0.8);
}

.mx-app {
	background-color: #141414;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}


.mx-magnetic-link {
	width: 70px;
	height: 70px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
}


/* Swiper */

.swiper-slide {
	position: relative;
}