.sand-kit-html-document #subHeader7,
.sand-kit-html-document #homeCatalog,
.sand-kit-html-document .global-information-block {
	display: none !important;
}

.sand-page {
	--sand-navy: #151849;
	--sand-blue: #292070;
	--sand-green: #237a38;
	--sand-yellow: #f0d800;
	--sand-ink: #111638;
	--sand-muted: #5e6884;
	--sand-line: #d9deea;
	--sand-soft: #f4f6fa;
	color: var(--sand-ink);
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.sand-page *,
.sand-page *::before,
.sand-page *::after {
	box-sizing: border-box;
}

.sand-breadcrumbs,
.sand-hero,
.sand-jump,
.sand-section {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto;
}

.sand-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 18px;
	border: 1px solid var(--sand-line);
	background: #fff;
}

.sand-jump a {
	flex: 1 1 150px;
	padding: 16px 18px;
	border-right: 1px solid var(--sand-line);
	color: var(--sand-ink);
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.sand-jump a:last-child {
	border-right: 0;
}

.sand-jump a:hover {
	background: var(--sand-soft);
	color: var(--sand-blue);
}

.sand-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 24px 0 18px;
	font-size: 14px;
	line-height: 1.45;
}

.sand-breadcrumbs a {
	color: #333b65;
	text-decoration: none;
}

.sand-breadcrumbs a:hover {
	color: var(--sand-blue);
	text-decoration: underline;
}

.sand-breadcrumbs span {
	color: #9aa2b5;
}

.sand-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	min-height: 590px;
	border: 1px solid var(--sand-line);
	background: #fff;
}

.sand-hero__media {
	display: grid;
	place-items: center;
	min-width: 0;
	padding: 36px;
	background: #f7f8fb;
	border-right: 1px solid var(--sand-line);
}

.sand-image-button {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.sand-image-button img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: contain;
}

.sand-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(36px, 5vw, 72px);
}

.sand-kicker {
	margin: 0 0 15px;
	color: var(--sand-green);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.sand-page h1,
.sand-page h2,
.sand-page h3 {
	margin-top: 0;
	color: var(--sand-ink);
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.sand-page h1 {
	margin-bottom: 18px;
	font-size: clamp(38px, 3.4vw, 52px);
	line-height: 1.04;
}

.sand-page h2[id] {
	scroll-margin-top: 24px;
}

.sand-page h2 {
	margin-bottom: 16px;
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.08;
}

.sand-page h3 {
	font-size: 21px;
	line-height: 1.25;
}

.sand-code {
	margin: 0 0 18px;
	color: var(--sand-blue);
	font-size: 17px;
}

.sand-lead,
.sand-section__head > p,
.sand-specs > div > p {
	color: var(--sand-muted);
	font-size: 18px;
	line-height: 1.7;
}

.sand-lead {
	margin: 0 0 24px;
}

.sand-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 28px;
}

.sand-badges span {
	padding: 10px 13px;
	border: 1px solid #cfd5e3;
	background: #fff;
	color: var(--sand-blue);
	font-size: 14px;
	font-weight: 800;
}

.sand-actions,
.sand-contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sand-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border: 1px solid var(--sand-blue);
	color: var(--sand-blue);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.sand-button:hover {
	color: #fff;
	background: var(--sand-blue);
}

.sand-button--primary {
	color: #fff;
	background: var(--sand-blue);
}

.sand-button--primary:hover {
	background: #171250;
}

.sand-original {
	display: grid;
	gap: 4px;
	margin: 30px 0 0;
	padding-top: 20px;
	border-top: 1px solid var(--sand-line);
}

.sand-original span {
	color: var(--sand-muted);
	font-size: 13px;
}

.sand-original strong {
	font-size: 17px;
}

.sand-section {
	padding-block: 84px;
}

.sand-section--soft {
	width: 100%;
	max-width: none;
	padding-inline: max(24px, calc((100% - 1320px) / 2));
	background: var(--sand-soft);
	border-block: 1px solid var(--sand-line);
}

.sand-section__head {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
	gap: clamp(36px, 7vw, 100px);
	align-items: start;
	margin-bottom: 42px;
}

.sand-section__head > p {
	margin: 0;
}

.sand-process,
.sand-set,
.sand-links,
.sand-applications,
.sand-compare {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--sand-line);
	border-left: 1px solid var(--sand-line);
}

.sand-process article,
.sand-set article,
.sand-links a,
.sand-applications article,
.sand-compare article,
.sand-compare a {
	min-width: 0;
	padding: 30px;
	border-right: 1px solid var(--sand-line);
	border-bottom: 1px solid var(--sand-line);
	background: #fff;
}

.sand-applications {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sand-applications article {
	min-height: 250px;
}

.sand-applications article > span {
	display: block;
	margin-bottom: 34px;
	color: var(--sand-green);
	font-size: 14px;
	font-weight: 800;
}

.sand-applications p,
.sand-compare p {
	margin: 0;
	color: var(--sand-muted);
	font-size: 16px;
	line-height: 1.65;
}

.sand-compare {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sand-compare article,
.sand-compare a {
	display: flex;
	flex-direction: column;
	min-height: 285px;
	color: var(--sand-ink);
	text-decoration: none;
}

.sand-compare small {
	margin-bottom: 28px;
	color: var(--sand-green);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.sand-compare h3 {
	margin-bottom: 14px;
}

.sand-compare strong {
	margin-top: auto;
	padding-top: 28px;
	color: var(--sand-blue);
	font-size: 14px;
}

.sand-compare__current {
	border-top: 4px solid var(--sand-yellow);
}

.sand-compare a:hover {
	border-top: 4px solid var(--sand-yellow);
	background: var(--sand-soft);
}

.sand-process span {
	display: block;
	margin-bottom: 36px;
	color: var(--sand-green);
	font-size: 14px;
	font-weight: 800;
}

.sand-process p,
.sand-set span,
.sand-links span {
	margin: 0;
	color: var(--sand-muted);
	font-size: 16px;
	line-height: 1.6;
}

.sand-set {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sand-set strong {
	display: block;
	margin-bottom: 13px;
	font-size: 18px;
	line-height: 1.3;
}

.sand-specs {
	display: grid;
	grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
	gap: clamp(42px, 7vw, 100px);
	align-items: start;
}

.sand-specs dl {
	margin: 0;
	border-top: 1px solid var(--sand-line);
}

.sand-specs dl div {
	display: grid;
	grid-template-columns: minmax(190px, .8fr) minmax(0, 1.2fr);
	gap: 24px;
	padding: 17px 4px;
	border-bottom: 1px solid var(--sand-line);
}

.sand-specs dt {
	color: var(--sand-muted);
}

.sand-specs dd {
	margin: 0;
	font-weight: 700;
}

.sand-text-link {
	display: inline-block;
	margin-top: 16px;
	color: var(--sand-blue);
	font-weight: 800;
}

.sand-links a {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--sand-ink);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease;
}

.sand-links a:hover {
	border-color: var(--sand-yellow);
	transform: translateY(-3px);
}

.sand-links small {
	color: var(--sand-green);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.sand-links strong {
	font-size: 20px;
	line-height: 1.3;
}

.sand-faq {
	border-top: 1px solid var(--sand-line);
}

.sand-faq details {
	border-bottom: 1px solid var(--sand-line);
}

.sand-faq summary {
	padding: 22px 52px 22px 0;
	font-size: 19px;
	font-weight: 800;
	cursor: pointer;
}

.sand-faq p {
	max-width: 900px;
	margin: 0;
	padding: 0 0 24px;
	color: var(--sand-muted);
	font-size: 16px;
	line-height: 1.65;
}

.sand-section--cta {
	width: 100%;
	max-width: none;
	padding-inline: max(24px, calc((100% - 1320px) / 2));
	background: var(--sand-navy);
}

.sand-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
	gap: 60px;
	align-items: center;
}

.sand-cta h2,
.sand-cta p,
.sand-cta a {
	color: #fff;
}

.sand-cta p {
	max-width: 760px;
	font-size: 17px;
	line-height: 1.65;
}

.sand-contacts {
	justify-content: flex-end;
}

.sand-contacts > a:not(.sand-button) {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.26);
	text-decoration: none;
}

.sand-button--yellow {
	border-color: var(--sand-yellow);
	background: var(--sand-yellow);
	color: #151849 !important;
}

.sand-lightbox[hidden] {
	display: none;
}

.sand-lightbox {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 40px;
	background: rgba(10, 13, 39, .88);
}

.sand-lightbox img {
	display: block;
	max-width: min(1200px, 92vw);
	max-height: 88vh;
	object-fit: contain;
	background: #fff;
}

.sand-lightbox__close {
	position: fixed;
	top: 18px;
	right: 22px;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 50%;
	background: #fff;
	color: var(--sand-navy);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.sand-lightbox-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	.sand-hero {
		grid-template-columns: 1fr;
	}

	.sand-hero__media {
		border-right: 0;
		border-bottom: 1px solid var(--sand-line);
	}

	.sand-section__head,
	.sand-specs,
	.sand-cta {
		grid-template-columns: 1fr;
	}

	.sand-process,
	.sand-links,
	.sand-applications,
	.sand-compare {
		grid-template-columns: 1fr;
	}

	.sand-set {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sand-contacts {
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
	.sand-breadcrumbs,
	.sand-hero,
	.sand-jump,
	.sand-section {
		width: min(100% - 28px, 1320px);
	}

	.sand-breadcrumbs {
		font-size: 13px;
	}

	.sand-hero__media,
	.sand-hero__copy {
		padding: 22px;
	}

	.sand-page h1 {
		font-size: 34px;
	}

	.sand-page h2 {
		font-size: 29px;
	}

	.sand-lead,
	.sand-section__head > p,
	.sand-specs > div > p {
		font-size: 16px;
	}

	.sand-section {
		padding-block: 58px;
	}

	.sand-section--soft,
	.sand-section--cta {
		width: 100%;
		padding-inline: 14px;
	}

	.sand-set {
		grid-template-columns: 1fr;
	}

	.sand-process article,
	.sand-set article,
	.sand-links a,
	.sand-applications article,
	.sand-compare article,
	.sand-compare a {
		padding: 24px;
	}

	.sand-jump a {
		flex-basis: 50%;
		padding: 14px 8px;
	}

	.sand-specs dl div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.sand-actions,
	.sand-contacts {
		display: grid;
		grid-template-columns: 1fr;
	}

	.sand-button,
	.sand-contacts > a:not(.sand-button) {
		width: 100%;
	}

	.sand-lightbox {
		padding: 16px;
	}
}
