@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/* font-family: "Mulish", serif;  */
@font-face {
	font-family: 'FreightDispProMedium';
	src: url('../fonts/FreightDispProMedium-Regular.eot');
	src: url('../fonts/FreightDispProMedium-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FreightDispProMedium-Regular.woff2') format('woff2'),
		url('../fonts/FreightDispProMedium-Regular.woff') format('woff'),
		url('../fonts/FreightDispProMedium-Regular.ttf') format('truetype'),
		url('../fonts/FreightDispProMedium-Regular.svg#FreightDispProMedium-Regular') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
}
body {
	font-family: "Mulish", serif;
	font-weight: 600;
	font-optical-sizing: auto;
	padding: 0;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	color: #000000;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.18px;
}
body.body-lock {
	overflow: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	text-decoration: none;
	padding: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}
h1 {
	font-size: 136px;
	line-height: 1;
	letter-spacing: -4.08px  !important;
	font-family: 'FreightDispProMedium' !important;
	font-weight: 500 !important;
}
h2 {
	font-size: 90px;
	line-height: 1;
	font-family: 'FreightDispProMedium' !important;
	font-weight: 500 !important;
	letter-spacing: -2.1px !important;
}

.site-wrapper {
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.container {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.text-link a {
	position: relative;
}
.text-link a::before {
	content: "";
	background-color: #252A28;
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.text-link a:hover:before {
	width: 0;
}

.word-line {
	overflow: hidden;
	margin-top: -10px;
}
.skew-up .elementor-heading-title .word {
	opacity: 0;
	position: relative;
	transform-style: preserve-3d;
	top: -10px;
}
.skew-up h1.elementor-heading-title .word {
	top: -20px;
}

.fadeInUp:not(.wow) {
	animation-name: fadeInUpSmall !important;
}
@keyframes fadeInUpSmall{
	from{
		opacity:0;
		transform:translate3d(0,40px,0);
	}
	to{
		opacity:1;
		transform:translate3d(0,0,0);
	}
}
.fadeInLeft:not(.wow) {
	animation-name: fadeInLeftSmall !important;
}
@keyframes fadeInLeftSmall{
	from{
		opacity:0;
		transform:translate3d(-40px,0,0);
	}
	to{
		opacity:1;
		transform:translate3d(0,0,0);
	}
}
.fadeInRight:not(.wow) {
	animation-name: fadeInRightSmall !important;
}
@keyframes fadeInRightSmall{
	from{
		opacity:0;
		transform:translate3d(40px,0,0);
	}
	to{
		opacity:1;
		transform:translate3d(0,0,0);
	}
}
.wow {
	visibility: hidden;
}
.wow.fadeInUp {
	animation-name: none !important;
}
.wow.fadeInUp.animated {
	animation-name: fadeInUpWow !important;
}
@keyframes fadeInUpWow{
	0%{
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.whipe-block {
	position: relative;
	overflow: hidden;
}
.whipe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.whipe .whipe-element {
	background-color: #000000;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: height 0.8s 0.3s ease-in;
	-moz-transition: height 0.8s 0.3s ease-in;
	transition: height 0.8s 0.3s ease-in;
}
.whipe .whipe-element.animated {
	height: 0;
}

/* Fancybox Start */
.fancybox-button {
	padding: 10px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.fancybox-button.fancybox-button--close:hover {
	color: #000000 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1 !important;
}
.fancybox-slide {
	padding: 44px 20px !important;
}
/* Fancybox End */

/* Flex CSS Start */
.d-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-wrap {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.align-center {
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
}
.align-start {
	align-items:start;
	-webkit-align-items:start;
	-ms-align-items:start;
}
.align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
}
.space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
/* Flex CSS End */

/* Form CSS Start */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
select, textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
textarea.text-field {
	resize: none;
	height: 140px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input:focus, textarea:focus, select:focus{
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
*:focus {
	outline: none;
}
.text-field {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 14px 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	ffont-family: "Mulish", serif;
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #000000;
}
.text-field:focus {
	border-color: #ffffff;
}
.text-field::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
.text-field::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
.text-field:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}
.text-field:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}
.wpcf7-radio.text-field {
	width: 100%;
	display: block;
}
.wpcf7-radio.text-field .first {
	margin-left: 0;
}
select.text-field {
	padding-right: 40px;
	background-position: center right 16px;
	background-size: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/select-arrow.svg);
}
.form-list {
	margin: -24px -12px 0 -12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #ffffff;
	padding: 0 !important;
}
.form-list label {
	font-size: 14px;
	display: block;
	color: #ffffff;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: normal;
}
.form-list li {
	width: calc(50% - 24px);
	margin: 24px 12px 0 12px !important;
	position: relative;
	list-style-type: none !important;
}
body .form-list li.mt-0 {
	margin-top: 0 !important;
}
.form-list li.full {
	width: calc(100% - 24px);
}
.form-list li br {
	display: none;
}
.wpcf7-form .wpcf7-spinner {
	display: none;
}
.wpcf7-form.submitting .wpcf7-spinner {
	display: block;
}
.wpcf7-spinner {
	position: absolute;
	right: -20px;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	color: #FF2C2C;
}
.text-field.wpcf7-not-valid {
	border-color: #FF2C2C !important;
}
.wpcf7 form .wpcf7-response-output {
	background-color: #4BB543;
	color: #ffffff;
	border: none;
	margin: 12px 0 0 0;
	padding: 8px 24px;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 500;
	border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
	background-color: #FF2C2C;
	color: #ffffff;
}

/* Form CSS End */


/* Header Start */
.site-header {
	background-color: transparent;
	padding: 18px 24px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	max-width: 100% !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid #ffffff;
}
.site-header.fixed {
	background-color: #000000;
	border-color: #000000;
}
.site-header .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	max-width: 100%;
}
.site-header .logo {
	max-width: 162px;
	z-index: 2;
}
.site-header .logo img {
	max-width: 100%;
}

.menu-toggle {
	width: 24px;
	height: 24px;
	display: block;
	z-index: 5;
	position: relative;
	cursor: pointer;
}
.menu-toggle .menu-btn {
	width: 24px;
	height: 24px;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.menu-toggle .menu-btn span,
.menu-toggle .menu-btn span:before,
.menu-toggle .menu-btn span:after {
	background: #ffffff;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	display: block;
	transition: all 0.15s linear;
}
.menu-toggle .menu-btn span:before,
.menu-toggle .menu-btn span:after {
	content: '';
	position: absolute;
	left: 0;
}
.menu-toggle .menu-btn span:before {
	transform: translateY(-6px);
}
.menu-toggle .menu-btn span:after {
	transform: translateY(6px);
}
.menu-toggle .menu-btn.open span {
	background: transparent;
}
.menu-toggle .menu-btn.open span:before {
	transform: rotate(45deg);
	background: #000000;
}
.menu-toggle .menu-btn.open span:after {
	transform: rotate(-45deg);
	background: #000000;
}
.menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background-color: #FFFFFF;
	transform: translateX(-100%);
	z-index: 4;
	padding: 40px 0 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-wrapper.open {
	transform: translateX(0);
}
.menu-logo {
	width: 112px;
	margin: 0 20px 20px 20px;
}
.menu-block {
	padding: 20px;
	width: 100%;
	height: calc(100vh - 272px);
	height: calc(100dvh - 272px);
	overflow-y: auto;
}

.menu-block ul {
	padding: 0;
	margin: 0;
}
.menu-block ul li {
	list-style: none;
	display: block;
	margin-bottom: 20px;
}
.menu-block ul li a,
.menu-block ul li a:hover {
	padding: 0;
	position: relative;
	font-family: 'FreightDispProMedium';
	font-weight: 500;
	font-size: 90px;
	line-height: 81px;
	letter-spacing: -2.7px;
	color: #252A28;
}
.menu-block li a::before {
	content: "";
	background-color: #252A28;
	width: 0;
	height: 1px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-block li a:hover:before {
	width: 100%;
}

.menu-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 32px 20px;
	border-top: 1px solid #000000;
}

.menu-bottom .menu-info-left {
	width: 210px;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
}
.menu-bottom .menu-info-right {
/* 	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column; */
	width: 210px;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
}
.menu-bottom .menu-info-right a, .menu-bottom .menu-info-right a:hover {
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	position: relative;
	color: #000000;
}
.menu-bottom .menu-info-right a::before {
	content: "";
	background-color: #000000;
	width: 0;
	height: 1px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.menu-bottom .menu-info-right a:hover:before {
	width: 100%;
}
/* Header End */

/* Footer Start */
.site-footer {
	margin-top: auto;
	background-color: #000000;
	color: #fff;
	z-index: 1;
	padding: 40px 0 !important;
	position: relative;
	max-width: 100% !important;
}
.site-footer .container {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}
.site-footer .footer-logo {
	max-width: 154px;
	margin-bottom: 24px;
}
.site-footer .footer-info {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #FFFFFF;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 350px;
}
.site-footer .footer-contact {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.site-footer .footer-contact .pipe {
	display: inline-block;
	margin: 0 4px;
}
.site-footer .footer-contact a {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
}
.site-footer .footer-contact a::before {
	content: "";
	background-color: #FFFFFF;
	width: 0;
	height: 1px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.site-footer .footer-contact a:hover:before {
	width: 100%;
}
/* Footer End */

.banner-arrow-link a, .banner-arrow-link a:hover {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.banner-arrow-link a img {
	margin-top: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner-arrow-link a:hover img {
	transform: translateY(10px);
}

.parallax-section .parallax-image {
	background: transparent;
	max-height: 950px;
	height: 100vh;
	height: 100dvh;
}

.track-section .track-info {
	text-transform: uppercase;
	color: #D9D3CA;
	padding-top: 16px;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	border-top: 1px solid #D9D3CA;
}
.track-section .track-image {
	width: 100%;
	margin-bottom: 20px;
	min-width: 1060px;
}
.track-section .track-item {
	margin-top: 20px;
	padding-bottom: 16px;
	font-size: 14px;
	line-height: normal;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
}
.track-section .track-item span {
	display: block;
}
.track-section .track-item .image-block {
	height: 100px;
}
.track-section .track-item .image-block img {
	margin: 0 auto;
}
.track-section .track-item .track-title {
	font-weight: 700;
}
.track-section .all-track {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	min-width: 1060px;
}
.track-section .all-track .left-block {
	width: 200px;
}
.track-section .all-track .right-block {
	width: calc(100% - 300px);
}
.track-section .all-track .right-block .track-lists {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 -12px;
}
.track-section .all-track .right-block .track-lists .track-item {
	padding-left: 12px;
	padding-right: 12px;
	max-width: 25%;
}

.text-image-block .e-con-inner {
	position: relative;
}

.accordion .accordion-item {
	border-top: 1px solid rgba(255, 255, 255, 0.50);
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	margin-top: -1px;
}
.accordion .accordion-item.active {
	border-color: #ffffff;
	z-index: 2;
}
.accordion .accordion-item .accordion-title {
	padding: 24px 0;
	color: rgba(255, 255, 255, 0.50);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.accordion .accordion-item.active .accordion-title {
	color: #ffffff;
}
.accordion .accordion-item .accordion-content {
	padding-bottom: 40px;
}
.accordion .accordion-item .accordion-content .btn {
	width: 100%;
	display: block;
}
.accordion .accordion-item .accordion-content p {
	margin-bottom: 24px;
}


@media (max-width: 1400px) {
	h1 {
		font-size: 100px;
		letter-spacing: -3.6px !important;
	}
	h2 {
		font-size: 72px;
		letter-spacing: -1.8px !important;
	}
}
@media (max-width: 1199px) {
	.track-section .all-track .right-block {
		width: calc(100% - 232px);
	}
}
@media (max-width: 1100px) {
	.track-section {
		overflow-x: auto;
		width: calc(100% + 20px);
	}
	.track-section .track-image {
		width: 1060px;
	}
	.track-section .all-track {
		width: 1060px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 86px;
		letter-spacing: -2.5px !important;
	}
	h2 {
		font-size: 60px;
		letter-spacing: -1.8px !important;
	}
	.text-image-block .small-block {
		position: relative !important;
	}
	.parallax-section .parallax-image {
		max-height: 750px;
	}
	.skew-up h1.elementor-heading-title .word-line {
		margin-top: -15px;
	}
	.skew-up h1.elementor-heading-title .word {
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.menu-logo {
		width: 70px;
	}
	.menu-block {
		height: calc(100vh - 252px);
		height: calc(100dvh - 252px);
	}
	.menu-block ul li a, .menu-block ul li a:hover {
		font-size: 48px;
		line-height: 1;
		letter-spacing: -1.44px;
	}
	.menu-bottom {
		padding: 20px;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.menu-bottom .menu-info-left {
		margin-bottom: 16px;
	}
	.form-list {
		margin: -16px 0 0 0;
	}
	.form-list li, .form-list li.full {
		width: 100%;
		margin: 16px 0 0 0 !important;
	}
}
@media (max-width: 575px) {
	.site-footer .footer-logo {
		width: 77px;
	}
	.site-footer .footer-info {
		max-width: 220px;
	}
	.site-footer .footer-contact {
		margin-top: 16px;
	}
	.site-footer .footer-contact a {
		margin: 0;
	}
}
@media (max-width: 412px) {
	h1 {
		font-size: 60px !important;
		letter-spacing: -1.8px !important;
	}
	h2 {
		font-size: 48px !important;
		letter-spacing: -1.5px !important;
	}
	.skew-up h1.elementor-heading-title .word-line {
		margin-top: -20px;
	}
	.skew-up h1.elementor-heading-title .word {
		margin-top: 10px;
	}
}
