/********************************/
/* INTRO
/********************************/

/* Intro main */
#intro-main {
	z-index: -9;
	opacity: 0;
	-webkit-transition: z-index 0s ease 0.5s, opacity 0.5s ease;
			transition: z-index 0s ease 0.5s, opacity 0.5s ease;
}
#intro-main.on {
	z-index: 9;
	opacity: 1;
	-webkit-transition: z-index 0s ease, opacity 0.5s ease;
			transition: z-index 0s ease, opacity 0.5s ease;
}

#intro-main .section-heading {
	margin: 7% 0;
}

#intro-main .main-col {
	position: relative;
}
/***/


/* Close intro main */
#close-intro-main {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
#close-intro-main::before,
#close-intro-main::after {
	content: '';
	display: block;
	position: absolute;
	top: 22px;
	left: 11px;
	width: 28px;
	height: 3px;
	background: #FFF;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
	opacity: 0;
}
#intro-main.on #close-intro-main::before,
#intro-main.on #close-intro-main::after {
	opacity: 1;
	-webkit-transition: all 0.4s ease 0.6s;
			transition: all 0.4s ease 0.6s;
}
#intro-main.on #close-intro-main::before {
	transform: rotateZ(45deg);
}
#intro-main.on #close-intro-main::after {
	transform: rotateZ(-45deg);
}
/***/


/* Intro down button */
#intro-down-btn {
	position: absolute;
	z-index: 6;
	bottom: 20px;
	left: 50%;
}
#intro-down-btn > span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 72px;
	height: 26px;
	margin-left: -36px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAaCAYAAAAUqxq7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAo9JREFUeNrkmV1IFFEUx2fXFkNClkQw7KEIQVAo0RCDkA16MMJ8kR5c6UGCtBcfUpQQUYQWiohAsKLIl3ow8kUp90VQaSkxWlQwIqIgEEEKMTX8mP4nztBhaL+c2fnYvfBjlp177v3f/70z955dj6qqCpcA8INRJbtLHSBTJv5eYdABMK7+K89BARmXZRwCj4QPr4BPu5kPHoub38GFLDKnFnwR43/Ahin6ihfBsqj4UKuYoRwEd8FerIXxvyB6vEaESeTs2Qw0pwosJXq1xGugCfzgYHL4DjvudmN8oA/s8NhWweVY9RM1VgxeC5cXQaWLzSkH78V4aHM6Ei8mmUY94BpY50a3QS/vfm4xJgd0gC0eA43lKo9NMWqQxgkwI9yfBaUuMId0TwvdU+B4svH7mYlO8Js7oxlpB14HGkOro1WsfNJ6I1WtRp7lD2JWJsExB5lD784JoW8OlO2nLaO7wYDYDdZAiwPMCYKfrIm09bNWxWqDNKrBRzFbY6DIBmMKwUuhg844p422a5a4PHBfiKOzRaOF5jSAFdH/PbPObGYLPQe+CaHPwOE0GuMHw6K/ryBgZh/pEE2J71Nd4luXhn7O6ybjCfetON0gjUu6ZT9kUuJLj/OgaJeS6/p0jcPqF+dng4nvGfBJtPeC+1DcapBGs9h6d8FtkJtCPNUNcazKbQWt0G7lNnwUhMXsL4CKJOJOgXkRF+aDoJJpBmnH/+tgQyS+PTESX/ruJteh8gu0JZNgutkgjRIQEavinS7xpc9vxf03HGO5Vrt/gugWie8mJ77tYoXRvS6ua4tOj/jbx65yEgzzVZYouMJX24rXAf9DkQHVIAT2mFv8XdRucU5YQbLU8DXiFEF/BBgA98Q8PyG3AMYAAAAASUVORK5CYII=) 50% 50% no-repeat;	
	opacity: 1;
}
#intro-down-btn > span:nth-child(1) {
	-webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 1s;
			transition: all 1s cubic-bezier(0.76, 0, 0.24, 1) 1s;
}
#intro-down-btn > span:nth-child(2) {
	-webkit-transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
			transition: all 0.8s cubic-bezier(0.76, 0, 0.24, 1) 1.2s;
}
#intro-down-btn > span:nth-child(3) {
	-webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 1.4s;
			transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1) 1.4s;
}
#intro-down-btn.animate > span {
	bottom: 30px;
	opacity: 0;
}
/***/





/****************************************/
/* ABOUT
/****************************************/

#about {
}





/****************************************/
/* LOCATION
/****************************************/

#location {
}

#location .section-lightbox-toggle {
	position: absolute;
	right: 15px;
	top: 15px;
	margin: 1.25%; 
	border: 1px solid var(--dark-color);
	border-radius: 6px;
	padding: 0.5em 1.5em;
	background-color: var(--primary-color);
	color: var(--white-color);
}
#location .section-img-deco {
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin: 1.25%;
}
#location .section-img-deco img {
	width: 118px;
	max-width: 50vw;
	height: auto;
}





/****************************************/
/* GALLERY
/****************************************/

#gallery {
}
#gallery .swiper-slide {
	height: 100vh;
}






/****************************************/
/* ENTREPRENEURS
/****************************************/

#entrepreneurs {
}











/****************************************/
/* CONTACT
/****************************************/

#contact {
}

.subscribe-field {
	display: flex;
	align-items: flex-start;
}
.subscribe-field label {
	margin-top: -0.125em;
	padding-inline: 0.5em;
}

#logos-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-inline: -0.5em;
}
#logos-list > div {
	width: 33%;
	padding-inline: 0.5em;
}
#logos-list > div:nth-child(1) {
	text-align: right;
}
#logos-list > div:nth-child(3) {
	text-align: left;
}


@media (min-width : 1200px) {
	.contact-form {
		display: flex;
		flex-wrap: wrap;
		margin-inline: -0.25em;
	}
	.contact-form > .form-field {
		padding-inline: 0.25em;
	}
	.contact-form > .form-field:nth-child(1) {
		width: 40%;
	}
	.contact-form > .form-field:nth-child(2) {
		width: 60%;
	}
	.contact-form > .form-field:nth-child(3) {
		width: 65%;
	}
	.contact-form > .form-field:nth-child(4) {
		width: 35%;
	}
	input[type=submit] {
		height: 100%;
	}
	.form-field > .error-box {
		top: 100%;
		right: 20px;
		margin-top: -1em;
		-webkit-transform: translateY(20px);
		   -moz-transform: translateY(20px);
			-ms-transform: translateY(20px);
			 -o-transform: translateY(20px);
				transform: translateY(20px);
	}
	.form-field > .error-box:after {
		right: 1em;
		top: 0;
		border-right: 5px solid transparent;
		border-top: 0;
		border-left: 5px solid transparent;
		border-bottom: 5px solid var(--warning-color);
	}
}



