.oem-nonstandard-hero {
	padding: clamp(80px, 8.33333vw, 160px) 0 clamp(70px, 7.29167vw, 140px);
	background: #006835;
	color: #fff;
}

.oem-nonstandard-eyebrow {
	margin-bottom: 14px;
	color: #006835;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.oem-nonstandard-hero .oem-nonstandard-eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.oem-nonstandard-hero__title,
.oem-nonstandard-title,
.oem-nonstandard-cta h2 {
	font-family: "Lexend Giga", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 6px;
}

.oem-nonstandard-hero__title span {
	font-weight: 600;
}

.oem-nonstandard-hero__desc,
.oem-nonstandard-desc {
	max-width: 760px;
	margin-top: 22px;
	line-height: 1.6;
}

.oem-nonstandard-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.oem-nonstandard-tags span {
	display: inline-flex;
	align-items: center;
	/* min-height: 34px; */
	padding: 5px 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.oem-nonstandard-section {
	padding: clamp(70px, 7.29167vw, 140px) 0;
	background: #fff;
}

.oem-nonstandard-section--soft {
	background: #f4f8f1;
}

.oem-nonstandard-title {
	color: #111;
}

.oem-nonstandard-desc {
	color: #4f4f4f;
	font-weight: 500;
}

.oem-nonstandard-type-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: clamp(36px, 4.16667vw, 80px);
}

.oem-nonstandard-card {
	padding: clamp(28px, 2.60417vw, 50px);
	border: 1px solid #d9e4dc;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.oem-nonstandard-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: #006835;
	color: #fff;
	font-weight: 700;
}

.oem-nonstandard-card h3 {
	font-family: "Lexend Giga", sans-serif;
	margin-bottom: 12px;
	color: #111;
}

.oem-nonstandard-card p {
	color: #555;
	line-height: 1.5;
}

.oem-nonstandard-tags--dark span {
	background: #eef7f0;
	border-color: #d5eadb;
	color: #006835;
}

.oem-nonstandard-price {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #e4e4e4;
	color: #333;
}

.oem-nonstandard-price__label {
	color: #111;
	font-size: 14px;
	line-height: 1.4;
}

.oem-nonstandard-price__value {
	margin-top: 6px;
	color: #006835;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.oem-nonstandard-price__value span {
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

.oem-nonstandard-price__note {
	margin-top: 8px;
	color: #333;
	font-size: 13px;
	line-height: 1.45;
}

.oem-nonstandard-table-wrap {
	margin-top: clamp(36px, 4.16667vw, 80px);
	overflow-x: auto;
	/* max-width: 760px; */
}

.oem-nonstandard-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.oem-nonstandard-table th,
.oem-nonstandard-table td {
	padding: 18px 22px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

.oem-nonstandard-table th {
	background: #006835;
	color: #fff;
	font-weight: 600;
}

.oem-nonstandard-table tr:last-child td {
	border-bottom: 0;
}

.oem-nonstandard-table td small {
	display: block;
	margin-top: 6px;
	color: #555;
	font-size: 12px;
	line-height: 1.65;
}

.oem-nonstandard-free {
	color: #006835;
}

.oem-nonstandard-remarks {
	color: #333;
	font-size: 13px;
	line-height: 1.7;
}

.oem-nonstandard-remarks p + p {
	margin-top: 24px;
}

.oem-nonstandard-note {
	margin-top: 28px;
	/* max-width: 760px; */
	padding: 0;
	border-left: 0;
	background: transparent;
	color: #333;
	font-size: 13px;
	line-height: 1.75;
}

.oem-nonstandard-note strong {
	color: #111;
}

.oem-nonstandard-highlight {
	display: flex;
	align-items: center;
	gap: 18px;
	/* max-width: 760px; */
	margin-top: 28px;
	padding: 22px 28px;
	border: 1px solid #8bd7a4;
	border-radius: 10px;
	background: #d9f3df;
	color: #003f24;
	box-sizing: border-box;
}

.oem-nonstandard-highlight__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ffe58a;
	color: #111;
	font-weight: 700;
}

.oem-nonstandard-highlight strong {
	display: block;
	margin-bottom: 6px;
	color: #003f24;
}

.oem-nonstandard-highlight p {
	color: #003f24;
	line-height: 1.65;
}

.oem-nonstandard-steps {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
	margin-top: clamp(36px, 4.16667vw, 80px);
}

.oem-nonstandard-steps div {
	padding: 24px 18px;
	border-radius: 10px;
	background: #f4f8f1;
}

.oem-nonstandard-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #006835;
	color: #fff;
	font-weight: 700;
}

.oem-nonstandard-steps strong {
	display: block;
	color: #111;
	font-weight: 700;
}

.oem-nonstandard-steps p {
	margin-top: 8px;
	color: #555;
	line-height: 1.45;
}

.oem-nonstandard-cta {
	padding: clamp(70px, 7.8125vw, 150px) 0;
	background: #006835;
	color: #fff;
	text-align: center;
}

.oem-nonstandard-cta .f-20 {
	max-width: 760px;
	margin: 18px auto 0;
	line-height: 1.6;
}

.oem-nonstandard-cta .flexBtn {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 34px;
}

.oem-nonstandard-cta .learnMorCur {
	background: #fff;
	border-color: #fff;
	color: #006835;
}

.oem-nonstandard-cta .learnMore {
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.oem-nonstandard-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.oem-nonstandard-hero{
		padding: 70px 0 55px;
	}
	.oem-nonstandard-section,
	.oem-nonstandard-cta {
		padding: 55px 0;
	}

	.oem-nonstandard-hero__title,
	.oem-nonstandard-title,
	.oem-nonstandard-cta h2 {
		letter-spacing: 3px;
	}

	.oem-nonstandard-type-grid,
	.oem-nonstandard-steps {
		grid-template-columns: 1fr;
	}

	.oem-nonstandard-cta .flexBtn {
		flex-direction: column;
		align-items: center;
	}
}
