/* Gold and silver cards shown directly below the front-page slider. */
.home .elementor-element-f1e38e6,
.home .elementor-element-0e2aef4 {
	display: none !important;
}

.home .kyt-home-metals,
.home .kyt-home-metals * {
	box-sizing: border-box;
}

.home .kyt-home-metals {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}

.home .kyt-home-metals__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
}

.home .kyt-home-metals__card {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: center;
	height: 270px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 20px;
}

.home .kyt-home-metals__card--gold {
	background: #dec175;
	color: #fff;
}

.home .kyt-home-metals__card--silver {
	background: #f5f7fa;
	color: #2c3030;
}

.home .kyt-home-metals__media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 280px;
	height: 270px;
}

.home .kyt-home-metals__media img {
	display: block;
	width: 251px;
	height: 270px;
	margin: 0;
	object-fit: contain;
}

.home .kyt-home-metals__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	height: 100%;
	padding: 0 28px 0 10px;
}

.home .kyt-home-metals__title {
	margin: 0 0 9px;
	padding: 0;
	color: inherit;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: none;
}

.home .kyt-home-metals__description {
	max-width: 300px;
	min-height: 48px;
	margin: 0 0 19px;
	padding: 0;
	color: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.home .kyt-home-metals__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 136px;
	height: 34px;
	padding: 0 17px;
	border: 1px solid currentColor;
	border-radius: 5px;
	background: transparent;
	color: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.home .kyt-home-metals__card--gold .kyt-home-metals__button:hover,
.home .kyt-home-metals__card--gold .kyt-home-metals__button:focus {
	background: #fff;
	color: #2c3030;
}

.home .kyt-home-metals__card--silver .kyt-home-metals__button:hover,
.home .kyt-home-metals__card--silver .kyt-home-metals__button:focus {
	background: #2c3030;
	color: #fff;
}

@media (max-width: 1023px) {
	.home .kyt-home-metals__inner {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.home .kyt-home-metals__card {
		grid-template-columns: 250px minmax(0, 1fr);
	}
}

@media (max-width: 600px) {
	.home .kyt-home-metals__inner {
		width: calc(100% - 30px);
	}

	.home .kyt-home-metals__card {
		grid-template-columns: 135px minmax(0, 1fr);
		height: 220px;
		border-radius: 14px;
	}

	.home .kyt-home-metals__media {
		width: 150px;
		height: 220px;
		transform: translateX(-7px);
	}

	.home .kyt-home-metals__media img {
		width: 180px;
		height: auto;
	}

	.home .kyt-home-metals__content {
		padding: 0 15px 0 6px;
	}

	.home .kyt-home-metals__title {
		margin-bottom: 7px;
		font-size: 20px;
	}

	.home .kyt-home-metals__description {
		min-height: 0;
		margin-bottom: 14px;
		font-size: 10px;
		line-height: 1.35;
	}

	.home .kyt-home-metals__button {
		min-width: 112px;
		height: 31px;
		padding: 0 12px;
		font-size: 11px;
	}
}
