.fsg-brand-banner {
	width: min(1176px, 92vw);
	margin: 20px auto 8px;
	padding: 24px clamp(16px, 3vw, 28px);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(8px);
	box-shadow: rgba(0, 0, 0, 0.14) 0 10px 28px;
}

.fsg-brand-slider {
	margin: 0 -10px;
}

.fsg-brand-slide {
	padding: 0 10px;
}

.fsg-brand-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 112px;
	padding: 18px;
	border: 1px solid rgba(0, 83, 133, 0.12);
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.04) 0 6px 16px;
	transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.fsg-brand-slide a:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 173, 238, 0.5);
	box-shadow: rgba(0, 0, 0, 0.10) 0 10px 20px;
}

.fsg-brand-slide img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 56px;
	margin: 0 auto;
	filter: grayscale(100%);
	opacity: 0.8;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.fsg-brand-slide a:hover img,
.fsg-brand-slide a:focus img {
	filter: grayscale(0%);
	opacity: 1;
}

.fsg-brand-slider .slick-slide {
	outline: none;
}

.fsg-brand-slider .slick-track {
	display: flex;
	align-items: center;
}

.fsg-brand-slider .slick-arrow:before {
	color: #005385;
}

@media only screen and (max-width: 576px) {
	.fsg-brand-banner {
		width: min(96vw, 1176px);
		padding: 18px 12px;
		border-radius: 14px;
	}

	.fsg-brand-slide {
		padding: 0 6px;
	}

	.fsg-brand-slide a {
		height: 88px;
		padding: 14px;
	}

	.fsg-brand-slide img {
		max-height: 44px;
	}
}
