/* Wave */
.hero-concession .content-title img {
	display: none !important;
}

/* Block */
.wp-block-acf-hero-concession{
	max-width: none!important;
}

.hero-concession{
	text-align:center;
	height: 621px;
}

.hero-concession.background{
	background-size: cover;
	background-position: center;
	position: relative;
}

.hero-concession .content-title{
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding-top: 198px;
}

.hero-concession .content-title p{
	font-family: var(--wp--preset--font-family--archivo);
	font-style: normal;
	font-weight: 750;
	font-size: 19px;
	letter-spacing: 0.085em;
	color: var(--wp--preset--color--white);
	margin-bottom: 0px;
}

.hero-concession .content-title img{
	height: 10px;
	margin: 17px 0px;
}

.hero-concession .content-title h1{
	font-family: var(--wp--preset--font-family--archivo);
	font-style: normal;
	font-weight: 800;
	font-size: 65px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: var(--wp--preset--color--white);
	margin: 0px;
}

.hero-concession .content-form {
	position: relative;
	z-index: 2;
	display: flex;
	width: 791px;
	height: 57px;
	padding: 8px;
	margin: auto;
	margin-top: 61px;
	background: #F5F5F5;
	border: 1px solid #D9D9D9;
}

.hero-concession .content-form input[type=text] {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height:  17px;
	letter-spacing: -0.04em;
	color: var(--wp--preset--color--black);
	border: none;
    background: none;
    padding: 0px;
    height: 100%;
	outline: none;
	width: 100%;
    padding-right: 25px;
	background: #F5F5F5 url(images/search.png) no-repeat left 15px top 55%;
    background-size: 14px 14px;
	padding-left: 46px;
}


.hero-concession .content-form input::placeholder{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height:  17px;
	letter-spacing: -0.04em;
	color: var(--wp--preset--color--black);
}

.hero-concession .content-form .content-btn{
	display: flex;
	gap: 8px;
}

.hero-concession .content-form button.geoloc{
	background: var(--wp--preset--color--black);
	border-radius: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: var(--wp--preset--color--white);
	border: none;
	padding: 8px 12px;
	white-space: nowrap;
	display: flex;
    align-items: center;
	min-width: max-content;
}

.hero-concession .content-form button.geoloc img{
	margin-right: 6px;
}

.hero-concession .content-form input[type=submit]{
	background: var(--wp--preset--color--red);
	border-radius: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: var(--wp--preset--color--white);
	border: none;
	padding: 8px 12px;
	white-space: nowrap;
}

@media screen and (min-width: 0px) and (max-width: 1020px) {

	.hero-concession{
		height: 570px;
	}

	.hero-concession .content-title h1{
		font-size: 50px;
	}

	.hero-concession .content-form{
		width: 645px;
	}

}

@media screen and (min-width: 0px) and (max-width: 781px) {

	.hero-concession{
		position: relative;
		margin-bottom: 70px;
		height: 465px;
	}

	.hero-concession .content-title {
		padding-top: 178px;
	}

	.hero-concession .content-form {
		width: 90%;
		height: auto;
		background: none;
		border: none;
		flex-wrap: wrap;
		padding: 0px;
		gap: 10px;
		position: absolute;
		bottom: -70px;
		left: 5%;
		margin: 0px;
	}

	.hero-concession .content-form input[type=text]{
		height: 52px;
	}

	.hero-concession .content-form .content-btn{
		width: 100%;
	}

	.hero-concession .content-form input[type=submit]{
		width: 100%;
	}

	.hero-concession .content-form button.geoloc{
		width: 100%;
		justify-content: center;
	}

}

@media screen and (min-width: 0px) and (max-width: 500px) {

	.hero-concession{
		height: 390px;
	}

	.hero-concession .content-title {
		padding-top: 158px;
	}

	.hero-concession .content-title h1{
		font-size: 30px;
	}

	.hero-concession .content-title p{
		font-size: 16px;
	}

}
