.fixed{
	position:relative;
}

.search-trigger{
	position:absolute;
	top:13px;
	right:600px;
	display:inline-flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	min-width:170px;
	height:46px;
	padding:0 16px 0 18px;
	border:3px solid #00ffa8;
	border-radius:999px;
	background:#fff;
	text-decoration:none !important;
	color:#000000;
	font-size:18px;
	font-weight:2000;
	line-height:1;
	transition:background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
	z-index:20;
	box-sizing:border-box;
}

.search-trigger:hover{
	background:#00ffa8;
}

.search-text{
	display:inline-block;
	white-space:nowrap;
	color:inherit;
	font-weight:900;
	font-size:19px;
	letter-spacing:0;
}

.search-icon{
	flex:0 0 auto;
	display:block;
	width:22px;
	height:22px;
	fill:none;
	stroke:currentColor;
	stroke-width:2;
	stroke-linecap:round;
	stroke-linejoin:round;
}