@charset "utf-8";

.hero-search {
	padding-top: 6px;
}

@media only screen and (min-width: 1024px) {
	.hero-search {
		padding-top: 16px;
	}

	.hero-search .wrap {
		display: flex;
		align-items: center;
		position: relative;
	}

}

@media only screen and (min-width: 1024px) {

	.hero-search .image {
		flex: 0 0 auto;
		width: 50.71%;
		margin-left: auto;
	}
}

@media only screen and (max-width: 1023px) {
	.hero-search .image {
		width: 100%;
		margin: 30px auto 0 auto;
		max-width: 592px;
	}

	.hero-search .image img {
		width: 100%;
		height: auto;
	}
}

.hero-search .text {
	position: relative;
	z-index: 2;
	max-width: 626px;
	flex: 0 0 auto;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
	.hero-search .text {
		margin-left: 0;
		padding-bottom: 16px;
		margin-right: -626px;
	}

	.hero-search.view-global .text {
		padding-bottom: 0;
		padding-top: 24px;
	}
}

.hero-search .title {
	font-weight: normal;
	line-height: 1.1;
	font-size: max(16px, 2rem);
	margin-bottom: max(20px, 2rem);
	text-transform: lowercase;
}

.hero-search.view-global .title {
	font-size: max(16px, 1.5rem);
}

.hero-search .title .big {
	display: block;
	font-weight: bold;
	font-size: max(40px, 3.5rem);
}

.hero-search .title .blue {
	color: var(--blue);
}

.hero-search-form {
	display: flex;
	box-shadow: var(--box-shadow);
}

@media only screen and (max-width: 639px) {
	.hero-search-form {
		max-width: none;
		display: block;
	}
}

.hero-search-form .input {
	flex: 1;
}

.hero-search-form .input input,
.hero-search-form .input select {
	padding: 16px 16px 16px 55px;

}

.hero-search-form .input input:not(:focus),
.hero-search-form .input select:not(:focus) {
	border-color: transparent;
}

.hero-search-form .input .select-arrow {
	right: 20px;
}

.hero-search-form .icon {
	pointer-events: none;
	width: 24px;
	height: 24px;
	color: var(--dark);
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	fill: currentColor;
	position: absolute;
}

.hero-search-form .go {
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	cursor: pointer;
	color: var(--white);
	background-color: var(--blue);
	flex: 0 0 auto;
	min-width: 160px;
	padding: 0 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	min-height: 56px;
	transition: background 0.4s ease;
	outline: none;
}

.hero-search-form .go:focus,
.hero-search-form .go:hover {
	background-color: color-mix(in srgb, var(--black) 5.5%, var(--blue));
}

@media only screen and (max-width: 639px) {
	.hero-search-form .go {
		width: 100%;
	}
}


.hero-search .hero-search-benefits {
	margin-top: max(14px, 2rem);
}

@media only screen and (max-width: 639px) {
	.hero-search .hero-search-benefits {
		justify-content: center;
	}
}
