/* =========================================================
   HTP HOME CSS - CLEAN MERGED SYSTEM

   Cleanup method:
   - Later duplicate selector blocks were merged into their first/base selector.
   - Duplicate override blocks containing important were deleted after merge.
   - Important flags were removed from declarations.
   - Distinct selectors with different specificity were kept to avoid breaking layout.
========================================================= */

.htp-home-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	isolation: isolate;
}

.htp-home-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .72) 30%, rgba(0, 0, 0, .30) 66%, rgba(0, 0, 0, .08) 100%);
	pointer-events: none;
}

.htp-home-hero .htp-home-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.htp-home-hero__wrap {
	display: flex;
	align-items: center;
	min-height: 720px;
}

.htp-home-hero__content {
	width: 100%;
	max-width: 820px;
	padding: 76px 0 86px;
}

.htp-home-hero__eyebrow {
	margin: 0 0 18px;
	color: #ffffff;
	font-family: 'Anton', Arial, sans-serif;
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 400;
	line-height: 1.16;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.htp-home-hero__title {
	margin: 0;
	color: #ffffff;
	font-family: 'Anton', Arial, sans-serif;
	font-size: clamp(72px, 5.65vw, 108px);
	font-weight: 400;
	line-height: 1.03;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.htp-home-hero__title span {
	display: block;
}

.htp-home-hero__title span + span {
	margin-top: 8px;
}

.htp-home-hero__title span:nth-child(2) {
	color: #ff2a2a;
}

.htp-home-hero__desc {
	max-width: 720px;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, .96);
	font-size: clamp(18px, 1.22vw, 22px);
	font-weight: 500;
	line-height: 1.65;
}

.htp-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 38px;
}

.htp-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 58px;
	padding: 6px 28px 0;
	border-radius: 5px;
	font-family: 'Anton', Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: all .25s ease;
}

.htp-home-btn, .htp-home-btn:visited, .htp-home-btn:hover, .htp-home-btn:focus {
	text-decoration: none;
}

.htp-home-btn__icon {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
}

.htp-home-btn__icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.htp-home-btn__icon--img img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.htp-home-btn__text {
	display: inline-block;
}

.htp-home-btn--red {
	border: 1px solid transparent;
	background: linear-gradient(135deg, #ff9d00 0%, #ff5200 35%, #ed1c24 100%);
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(237, 28, 36, .28);
}

.htp-home-btn--red:hover, .htp-home-btn--red:focus {
	background: linear-gradient(135deg, #ed1c24 0%, #ff5200 58%, #ff9d00 100%);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(237, 28, 36, .34);
}

.htp-home-btn--outline {
	border: 1px solid rgba(255, 255, 255, .55);
	background: rgba(20, 20, 20, .18);
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
	backdrop-filter: blur(2px);
}

.htp-home-btn--outline:hover, .htp-home-btn--outline:focus {
	border-color: rgba(255, 255, 255, .9);
	background: rgba(255, 255, 255, .08);
	color: #ffffff;
	transform: translateY(-2px);
}

@media (min-width: 1360px) {
	.htp-home-hero .htp-home-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1025px) and (max-width: 1359px) {
	.htp-home-hero .htp-home-container {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (min-width: 1025px) and (max-width: 1359px) {
	.htp-home-hero__content {
		max-width: 780px;
	}
}

@media (min-width: 1025px) and (max-width: 1359px) {
	.htp-home-hero__title {
		font-size: clamp(70px, 5.4vw, 96px);
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero {
		min-height: 620px;
		background-position: 62% center;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero .htp-home-container {
		padding-left: 26px;
		padding-right: 26px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero__wrap {
		min-height: 620px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero__content {
		max-width: 620px;
		padding: 60px 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero__eyebrow {
		margin-bottom: 16px;
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero__title {
		font-size: clamp(56px, 7.4vw, 78px);
		line-height: 1.05;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero__title span + span {
		margin-top: 7px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-hero__desc {
		margin-top: 24px;
		max-width: 580px;
		font-size: 18px;
		line-height: 1.6;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-home-btn {
		min-height: 54px;
		padding: 5px 24px 0;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.htp-home-hero {
		min-height: auto;
		background-position: center center;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__overlay {
		background: linear-gradient(180deg, rgba(0, 0, 0, .80) 0%, rgba(0, 0, 0, .66) 46%, rgba(0, 0, 0, .38) 100%);
	}
}

@media (max-width: 767px) {
	.htp-home-hero .htp-home-container {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__wrap {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__content {
		max-width: 100%;
		padding: 42px 0 48px;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__eyebrow {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: .04em;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__title {
		font-size: clamp(39px, 11.8vw, 54px);
		line-height: 1.06;
		letter-spacing: .006em;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__title span + span {
		margin-top: 6px;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__desc {
		margin-top: 22px;
		max-width: 100%;
		font-size: 16px;
		line-height: 1.68;
	}
}

@media (max-width: 767px) {
	.htp-home-hero__actions {
		flex-direction: column;
		gap: 14px;
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	.htp-home-btn {
		width: 100%;
		min-height: 56px;
		padding: 5px 18px 0;
		font-size: 16px;
		gap: 12px;
	}
}

@media (max-width: 767px) {
	.htp-home-btn__icon {
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
	}
}

@media (max-width: 767px) {
	.htp-home-btn__icon svg {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 767px) {
	.htp-home-btn__icon--img img {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 390px) {
	.htp-home-hero .htp-home-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 390px) {
	.htp-home-hero__title {
		font-size: clamp(37px, 11.3vw, 50px);
	}
}

@media (max-width: 390px) {
	.htp-home-btn {
		font-size: 15px;
	}
}

.htp-industry-section {
	padding: 34px 0 34px;
	background: #f5f5f5;
	overflow: hidden;
}

.htp-industry-container {
	width: 100%;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.htp-industry-heading {
	text-align: center;
	margin-bottom: 24px;
}

.htp-industry-heading h2 {
	margin: 0;
	color: #111;
	font-family: "Anton", Arial, sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: .96;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.htp-industry-heading h2 span {
	color: #ef2b2d;
}

.htp-industry-heading i {
	display: block;
	width: 62px;
	height: 5px;
	margin: 14px auto 0;
	border-radius: 999px;
	background: #ef2b2d;
}

.htp-industry-slider {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
}

.htp-industry-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.045);
}

.htp-industry-card__image-wrap {
	position: relative;
	display: block;
	height: 156px;
	overflow: visible;
	text-decoration: none;
	background: #eeeeee;
}

.htp-industry-card__image {
	display: block;
	width: 100%;
	height: 156px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.htp-industry-card__icon {
	position: absolute;
	left: 22px;
	bottom: -28px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	background: #ffffff;
	color: #ef2b2d;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.htp-industry-card__icon svg {
	width: 28px;
	height: 28px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.htp-industry-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 44px 24px 24px;
}

.htp-industry-card__content h3 {
	margin: 0 0 10px;
	font-family: "Anton", Arial, sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111111;
}

.htp-industry-card__content p {
	margin: 0 0 18px;
	color: #444444;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.62;
}

.htp-industry-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: #ef2b2d;
	font-family: "Anton", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.htp-industry-card__link:hover {
	color: #c91519;
}

.htp-industry-card__link span {
	font-size: 20px;
	line-height: 1;
}

@media (min-width: 1360px) {
	.htp-industry-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-industry-section {
		padding: 32px 0 28px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-industry-container {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-industry-heading {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-industry-slider {
		display: flex;
		gap: 16px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 12px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-industry-slider::-webkit-scrollbar {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-industry-card {
		flex: 0 0 calc(50% - 8px);
		scroll-snap-align: start;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.htp-industry-card__image-wrap, .htp-industry-card__image {
		height: 150px;
	}
}

@media (max-width: 767px) {
	.htp-industry-section {
		padding: 30px 0 24px;
	}
}

@media (max-width: 767px) {
	.htp-industry-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading {
		margin-bottom: 18px;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading h2 {
		display: block;
		max-width: min(100%, 520px);
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		text-wrap: balance;
		font-family: "Anton", Arial, sans-serif;
		font-size: 30px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .01em;
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading i {
		width: 40px;
		height: 3px;
		margin-top: 9px;
	}
}

@media (max-width: 767px) {
	.htp-industry-slider {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		padding: 2px 0 12px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
}

@media (max-width: 767px) {
	.htp-industry-slider::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 767px) {
	.htp-industry-card {
		flex: 0 0 66%;
		scroll-snap-align: start;
	}
}

@media (max-width: 767px) {
	.htp-industry-card__image-wrap, .htp-industry-card__image {
		height: 132px;
	}
}

@media (max-width: 767px) {
	.htp-industry-card__icon {
		left: 18px;
		bottom: -25px;
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 767px) {
	.htp-industry-card__icon svg {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 767px) {
	.htp-industry-card__content {
		padding: 40px 18px 22px;
	}
}

@media (max-width: 767px) {
	.htp-industry-card__content h3 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.htp-industry-card__content p {
		font-size: 14.5px;
		line-height: 1.58;
	}
}

@media (max-width: 767px) {
	.htp-industry-card__link {
		font-size: 14.5px;
	}
}

@media (max-width: 390px) {
	.htp-industry-card {
		flex-basis: 72%;
	}
}

.htp-featured-products {
	padding: 44px 0 56px;
	background: #f5f5f5;
	overflow: hidden;
}

.htp-featured-products, .htp-featured-products * {
	box-sizing: border-box;
}

.htp-featured-products__container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 16px;
}

.htp-featured-products__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.htp-featured-products__heading h2 {
	margin: 0;
	color: #111;
	font-family: "Anton", Arial, sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: .96;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.htp-featured-products__heading h2 span {
	color: #ef2b2d;
}

.htp-featured-products__heading i {
	display: block;
	width: 62px;
	height: 5px;
	margin-top: 14px;
	border-radius: 999px;
	background: #ef2b2d;
}

.htp-featured-products__view-all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	color: #ef2b2d;
	font-family: "Anton", Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease, transform .2s ease;
}

.htp-featured-products__view-all span {
	position: relative;
	top: -1px;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.htp-featured-products__view-all:hover {
	color: #c91519;
	transform: translateX(3px);
}

.htp-featured-products__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 24px;
}

.htp-featured-products__tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 6px 26px 3px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	color: #ef2b2d;
	font-family: "Anton", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .03);
	transition: all .2s ease;
}

.htp-featured-products__tabs a:hover {
	border-color: #111111;
	color: #111111;
	transform: translateY(-1px);
}

.htp-featured-products__tabs a.active,
.htp-featured-products__tabs a.is-active,
.htp-featured-products__tabs a[aria-current="page"] {
	border-color: #ef2b2d;
	color: #ef2b2d;
}

.htp-featured-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	width: 100%;
}

.htp-featured-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .045);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.htp-featured-product-card:hover {
	transform: translateY(-3px);
	border-color: rgba(239, 43, 45, .25);
	box-shadow: 0 18px 34px rgba(0, 0, 0, .08);
}

.htp-featured-product-card__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
}


.htp-featured-product-card__image img, .htp-featured-product-card__img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	background: #fff;
	image-rendering: auto;
	transition: transform .25s ease;
}

.htp-featured-product-card:hover .htp-featured-product-card__image img {
	transform: scale(1.015);
}

.htp-featured-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px;
}

.htp-featured-product-card__title {
	margin: 0 0 14px;
	min-height: 78px;
	color: #202020;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.42;
	letter-spacing: -0.01em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.htp-featured-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.htp-featured-product-card__title a:hover {
	color: #ef2b2d;
}

.htp-featured-product-card__summary {
	margin: 0 0 18px;
	min-height: 88px;
	color: #525252;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.htp-featured-product-card__actions {
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

.htp-featured-product-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	padding: 6px 18px 4px;
	border-radius: 5px;
	background: linear-gradient(135deg, #ff9d00 0%, #ff5d1f 45%, #ff2b39 100%);
	color: #fff;
	font-family: "Anton", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 14px 24px rgba(239, 43, 45, .14);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.htp-featured-product-card__cta:hover, .htp-featured-product-card__cta:focus {
	background: linear-gradient(135deg, #ff2b39 0%, #ff5d1f 55%, #ff9d00 100%);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(239, 43, 45, .22);
}

.htp-featured-product-card__note {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 24px;
	margin-top: 14px;
	color: #676767;
	font-family: "Lato", Arial, sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.4;
}

.htp-featured-product-card__note span {
	display: inline-block;
	width: 4px;
	height: 22px;
	border-radius: 999px;
	background: #ef2b2d;
}

.htp-featured-products__empty {
	padding: 18px;
	border-radius: 5px;
	background: #fff;
	color: #666;
	font-size: 15px;
}

@media (min-width: 1360px) {
	.htp-featured-products__container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
	.htp-featured-products__grid {
		gap: 18px;
	}
}

@media (max-width: 1199px) {
	.htp-featured-products__view-all {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.htp-featured-products__tabs a {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.htp-featured-products {
		padding: 38px 0 46px;
	}
}

@media (max-width: 1024px) {
	.htp-featured-products__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1024px) {
	.htp-featured-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 1024px) {
	.htp-featured-products__tabs a {
		min-height: 48px;
		padding: 5px 20px 2px;
		font-size: 13.5px;
	}
}

@media (max-width: 1024px) {
	.htp-featured-product-card__title {
		min-height: 72px;
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.htp-featured-product-card__summary {
		min-height: 84px;
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.htp-featured-product-card__cta {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.htp-featured-products {
		padding: 34px 0 42px;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__head {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 18px;
		align-items: flex-start;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__heading h2 {
		display: block;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		font-family: "Anton", Arial, sans-serif;
		font-size: 30px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .01em;
		text-transform: uppercase;
		text-wrap: balance;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__heading i {
		width: 46px;
		height: 4px;
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__view-all {
		font-size: 16px;
		align-self: flex-start;
		margin-top: 18px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__tabs {
		flex-wrap: nowrap;
		gap: 10px;
		margin-bottom: 18px;
		padding-bottom: 6px;
		overflow-x: auto;
		scrollbar-width: none;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__tabs::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__tabs a {
		flex: 0 0 auto;
		min-height: 44px;
		padding: 5px 18px 2px;
		font-size: 12.5px;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__grid {
		display: flex;
		align-items: stretch;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__grid::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 767px) {
	.htp-featured-product-card {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}
}


@media (max-width: 767px) {
	.htp-featured-product-card__body {
		padding: 16px 16px 14px;
	}
}

@media (max-width: 767px) {
	.htp-featured-product-card__title {
		min-height: 70px;
		font-size: 14.5px;
		line-height: 1.42;
	}
}

@media (max-width: 767px) {
	.htp-featured-product-card__summary {
		min-height: 82px;
		font-size: 13px;
		line-height: 1.55;
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 767px) {
	.htp-featured-product-card__cta {
		min-height: 54px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.htp-featured-product-card__note {
		font-size: 13px;
	}
}

@media (max-width: 390px) {
	.htp-featured-product-card {
		flex-basis: 84%;
	}
}

@media (max-width: 390px) {
	.htp-featured-products__tabs a {
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.htp-home-news {
	--htp-news-thumb-height: 190px;
	--htp-video-thumb-height: 220px;
	padding: 38px 0 44px;
	background: #f5f5f5;
	overflow: hidden;
}

.htp-home-news, .htp-home-news * {
	box-sizing: border-box;
}

.htp-home-news__container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 16px;
}

.htp-home-news__layout {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(380px, 1.06fr);
	gap: 24px;
	align-items: stretch;
}

.htp-home-news__main, .htp-home-about-video {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.htp-home-news__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.htp-home-news__title, .htp-home-about-video__title {
	position: relative;
	margin: 0;
	color: #111111;
	font-family: "Anton", Arial, sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.htp-home-news__title::after, .htp-home-about-video__title::after {
	content: "";
	display: block;
	width: 38px;
	height: 3px;
	margin-top: 8px;
	border-radius: 999px;
	background: #ef2b2d;
}

.htp-home-news__all {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #ef2b2d;
	font-family: "Anton", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease, transform 0.2s ease;
}

.htp-home-news__all span {
	position: relative;
	top: -1px;
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.htp-home-news__all:hover {
	color: #c91519;
	transform: translateX(2px);
}

.htp-home-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
	flex: 1 1 auto;
}

.htp-home-news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.045);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.htp-home-news-card:hover {
	transform: translateY(-2px);
	border-color: rgba(239, 43, 45, 0.22);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.065);
}

.htp-home-news-card__thumb {
	display: block;
	width: 100%;
	height: var(--htp-news-thumb-height);
	overflow: hidden;
	background: #eeeeee;
	text-decoration: none;
}

.htp-home-news-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.28s ease;
}

.htp-home-news-card:hover .htp-home-news-card__thumb img {
	transform: scale(1.035);
}

.htp-home-news-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px 16px 15px;
}

.htp-home-news-card__title {
	margin: 0 0 10px;
	min-height: 58px;
	color: #111111;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.34;
	letter-spacing: -0.01em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.htp-home-news-card__title a {
	color: inherit;
	text-decoration: none;
}

.htp-home-news-card__title a:hover {
	color: #ef2b2d;
}

.htp-home-news-card__excerpt {
	margin: 0 0 14px;
	min-height: 50px;
	color: #555555;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.htp-home-news-card__date {
	margin-top: auto;
	color: #666666;
	font-family: "Lato", Arial, sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.3;
}

.htp-home-about-video {
	height: 100%;
}

.htp-home-about-video__title {
	margin: 0 0 12px;
}

.htp-home-about-video__card {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.045);
}

.htp-home-about-video__media {
	position: relative;
	display: block;
	width: 100%;
	height: var(--htp-video-thumb-height);
	overflow: hidden;
	background: #eeeeee;
	text-decoration: none;
	flex: 0 0 auto;
}

.htp-home-about-video__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.28s ease;
}

.htp-home-about-video__media:hover img {
	transform: scale(1.035);
}

.htp-home-about-video__play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 4px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: #ef2b2d;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(239, 43, 45, 0.32);
	transform: translate(-50%, -50%);
}

.htp-home-about-video__play::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid #ffffff;
}

.htp-home-about-video__desc {
	margin: 18px 20px 16px;
	color: #555555;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.58;
}

.htp-home-about-video__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: auto 20px 20px;
	color: #ef2b2d;
	font-family: "Anton", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
}

.htp-home-about-video__link span {
	position: relative;
	top: -1px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 1360px) {
	.htp-home-news__container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
	.htp-home-news {
		--htp-news-thumb-height: 180px;
		--htp-video-thumb-height: 240px;
	}
}

@media (max-width: 1199px) {
	.htp-home-news__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1199px) {
	.htp-home-news__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.htp-home-news {
		--htp-news-thumb-height: 170px;
		--htp-video-thumb-height: 230px;
		padding: 36px 0 42px;
	}
}

@media (max-width: 1024px) {
	.htp-home-news__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1024px) {
	.htp-home-news__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 1024px) {
	.htp-home-news-card__title {
		font-size: 15px;
		min-height: 46px;
	}
}

@media (max-width: 1024px) {
	.htp-home-news-card__excerpt {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.htp-home-news {
		--htp-news-thumb-height: 160px;
		--htp-video-thumb-height: 210px;
		padding: 34px 0 42px;
	}
}

@media (max-width: 767px) {
	.htp-home-news__container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 767px) {
	.htp-home-news__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.htp-home-news__title, .htp-home-about-video__title {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.htp-home-news__all {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.htp-home-news__grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
}

@media (max-width: 767px) {
	.htp-home-news__grid::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 767px) {
	.htp-home-news-card {
		flex: 0 0 78%;
		scroll-snap-align: start;
		border-radius: 5px;
	}
}

@media (max-width: 767px) {
	.htp-home-news-card__body {
		padding: 12px;
	}
}

@media (max-width: 767px) {
	.htp-home-news-card__title {
		min-height: 58px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.htp-home-news-card__excerpt {
		min-height: 42px;
		font-size: 13.5px;
	}
}

@media (max-width: 767px) {
	.htp-home-about-video {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.htp-home-about-video__card {
		border-radius: 5px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.htp-home-about-video__media {
		height: var(--htp-video-thumb-height);
	}
}

@media (max-width: 767px) {
	.htp-home-about-video__desc {
		margin: 14px 14px 12px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.htp-home-about-video__link {
		font-size: 16px;
	}
}

@media (max-width: 390px) {
	.htp-home-news-card {
		flex-basis: 84%;
	}
}

.htp-contact-map {
	padding: 42px 0 46px;
	background: radial-gradient(circle at top left, rgba(237, 28, 36, 0.13), transparent 34%),
		linear-gradient(135deg, #070b10 0%, #111820 48%, #070b10 100%);
	color: #ffffff;
	overflow: hidden;
}

.htp-contact-map, .htp-contact-map * {
	box-sizing: border-box;
}

.htp-contact-map__container {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 16px;
}

.htp-contact-map__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.25fr) minmax(380px, 1.45fr);
	gap: 24px;
	align-items: stretch;
}

.htp-contact-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 14px 0;
}

.htp-contact-info__title {
	margin: 0 0 14px;
	color: #ffffff;
	font-family: "Anton", Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.htp-contact-info__desc {
	max-width: 390px;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.82);
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.htp-contact-info__list {
	display: grid;
	gap: 18px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.htp-contact-info__item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	color: #ffffff;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.htp-contact-info__item a, .htp-contact-info__item span {
	color: inherit;
	text-decoration: none;
}

.htp-contact-info__item a:hover {
	color: #ff4b4b;
}

.htp-contact-info__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	color: #ffffff;
}

.htp-contact-info__icon svg, .htp-contact-info__icon img, .htp-contact-info__icon .htp-icon {
	display: block;
	width: 28px;
	height: 28px;
	max-width: 28px;
	max-height: 28px;
	object-fit: contain;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.htp-contact-info__icon img, .htp-contact-info__icon .htp-icon {
	filter: brightness(0) invert(1);
	opacity: 1;
}

.htp-contact-info__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 330px;
	min-height: 58px;
	padding: 7px 22px 5px;
	border-radius: 5px;
	background: linear-gradient(135deg, #ef2b2d 0%, #d9141b 100%);
	color: #ffffff;
	font-family: "Anton", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.025em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 14px 26px rgba(239, 43, 45, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.htp-contact-info__cta:hover {
	background: linear-gradient(135deg, #d9141b 0%, #ef2b2d 100%);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 18px 32px rgba(239, 43, 45, 0.28);
}

.htp-contact-form-card {
	display: flex;
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
}

.htp-contact-form {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 14px;
}

.htp-contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.htp-contact-form__field {
	display: block;
	margin: 0;
}

.htp-contact-form__field span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.htp-contact-form input, .htp-contact-form select, .htp-contact-form textarea {
	display: block;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 13px 16px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	background: #ffffff;
	color: #222222;
	font-family: "Lato", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.htp-contact-form textarea {
	min-height: 118px;
	resize: vertical;
}

.htp-contact-form input::placeholder, .htp-contact-form textarea::placeholder {
	color: #a5a5a5;
}

.htp-contact-form select {
	color: #7d7d7d;
	appearance: auto;
}

.htp-contact-form input:focus, .htp-contact-form select:focus, .htp-contact-form textarea:focus {
	border-color: #ef2b2d;
	box-shadow: 0 0 0 3px rgba(239, 43, 45, 0.1);
}

.htp-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin: 0;
	padding: 8px 20px 5px;
	border: 0;
	border-radius: 5px;
	background: linear-gradient(135deg, #ef2b2d 0%, #d9141b 100%);
	color: #ffffff;
	cursor: pointer;
	font-family: "Anton", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	box-shadow: 0 12px 24px rgba(239, 43, 45, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.htp-contact-form__submit:hover {
	background: linear-gradient(135deg, #d9141b 0%, #ef2b2d 100%);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(239, 43, 45, 0.26);
}

.htp-contact-map-card {
	position: relative;
	min-width: 0;
	width: 100%;
	height: 100%;
	min-height: 420px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	background: #e9eef3;
	box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
}

.htp-contact-map-card iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

@media (min-width: 1360px) {
	.htp-contact-map__container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1199px) {
	.htp-contact-map__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1199px) {
	.htp-contact-info {
		grid-column: 1 / -1;
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.htp-contact-info__desc {
		max-width: 720px;
		margin-bottom: 22px;
	}
}

@media (max-width: 1199px) {
	.htp-contact-info__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 1199px) {
	.htp-contact-info__cta {
		max-width: 300px;
	}
}

@media (max-width: 1199px) {
	.htp-contact-map-card, .htp-contact-map-card iframe {
		min-height: 380px;
	}
}

@media (max-width: 1024px) {
	.htp-contact-map {
		padding: 38px 0 42px;
	}
}

@media (max-width: 1024px) {
	.htp-contact-map__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1024px) {
	.htp-contact-map__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1024px) {
	.htp-contact-info__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1024px) {
	.htp-contact-map-card, .htp-contact-map-card iframe {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	.htp-contact-map {
		padding: 34px 0 38px;
	}
}

@media (max-width: 767px) {
	.htp-contact-map__container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 767px) {
	.htp-contact-info__title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.htp-contact-info__desc {
		margin-bottom: 22px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.htp-contact-info__list {
		gap: 14px;
		margin-bottom: 22px;
	}
}

@media (max-width: 767px) {
	.htp-contact-info__item {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 12px;
		font-size: 14.5px;
	}
}

@media (max-width: 767px) {
	.htp-contact-info__cta {
		max-width: none;
		min-height: 54px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.htp-contact-form-card {
		padding: 14px;
		border-radius: 5px;
	}
}

@media (max-width: 767px) {
	.htp-contact-form__row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.htp-contact-form input, .htp-contact-form select, .htp-contact-form textarea {
		min-height: 50px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.htp-contact-form textarea {
		min-height: 110px;
	}
}

@media (max-width: 767px) {
	.htp-contact-form__submit {
		min-height: 54px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.htp-contact-map-card {
		border-radius: 5px;
	}
}

@media (max-width: 767px) {
	.htp-contact-map-card, .htp-contact-map-card iframe {
		min-height: 320px;
	}
}

.htp-home-why, .htp-home-why *, .htp-home-capacity, .htp-home-capacity * {
	box-sizing: border-box;
}

.htp-home-why {
	width: 100%;
	padding: 56px 0 60px;
	background: radial-gradient(circle at top center, rgba(237, 28, 36, .13), transparent 34%),
		linear-gradient(180deg, #060a0f 0%, #09121b 100%);
	color: #fff;
	overflow: hidden;
}

.htp-home-why__container, .htp-home-capacity__container {
	width: min(100% - 40px, 1360px);
	margin: 0 auto;
}

.htp-home-why__title, .htp-home-capacity__title {
	margin: 0 0 38px;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 56px;
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: .025em;
	text-align: center;
	text-transform: uppercase;
}

.htp-home-why__title {
	color: #fff;
}

.htp-home-why__title span, .htp-home-capacity__title span {
	color: #ef2b2d;
}

.htp-home-why__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.htp-home-why__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	min-height: 214px;
	padding: 28px 18px 26px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 5px;
	background: rgba(255, 255, 255, .035);
	text-align: center;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
	transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.htp-home-why__card:hover {
	transform: translateY(-3px);
	border-color: rgba(239, 43, 45, .52);
	background: rgba(255, 255, 255, .055);
}

.htp-home-why__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border: 1px solid rgba(239, 43, 45, .95);
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, .025);
	min-width: 72px;
	max-width: 72px;
	flex: 0 0 72px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.htp-home-why__icon svg,
.htp-home-why__icon img,
.htp-home-why__icon .htp-icon {
	display: block;
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	object-fit: contain;
	color: #fff;
	filter: brightness(0) invert(1);
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.htp-home-why__copy h3 {
	margin: 0 0 10px;
	color: #fff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.16;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.htp-home-why__copy p {
	max-width: 230px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .82);
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

.htp-home-capacity {
	width: 100%;
	padding: 52px 0 56px;
	background: #fff;
	color: #111;
	overflow: hidden;
}

.htp-home-capacity__title {
	color: #111;
}

.htp-home-capacity__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	border-radius: 5px;
	background: #fff;
}

.htp-home-capacity__item {
	position: relative;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-width: 0;
	min-height: 108px;
	padding: 14px 24px;
}

.htp-home-capacity__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	width: 1px;
	height: calc(100% - 32px);
	background: #dedede;
}

.htp-home-capacity__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	min-width: 78px;
	flex: 0 0 78px;
	color: #ef2b2d;
}

.htp-home-capacity__icon svg, .htp-home-capacity__icon img, .htp-home-capacity__icon .htp-icon {
	display: block;
	width: 62px;
	height: 62px;
	max-width: 62px;
	max-height: 62px;
	object-fit: contain;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.htp-home-capacity__icon img, .htp-home-capacity__icon .htp-icon {
	filter: none;
	opacity: 1;
}

.htp-home-capacity__copy h3 {
	margin: 0 0 5px;
	color: #111;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.htp-home-capacity__item:nth-child(1) .htp-home-capacity__copy h3, .htp-home-capacity__item:nth-child(2) .htp-home-capacity__copy h3 {
	color: #ef2b2d;
}

.htp-home-capacity__copy p {
	margin: 0;
	color: #333;
	font-family: var(--htp-font-body, "Lato", Arial, sans-serif);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.38;
}

@media (max-width: 1199px) {
	.htp-home-why__grid {
		gap: 14px;
	}
}

@media (max-width: 1199px) {
	.htp-home-why__card {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (max-width: 1199px) {
	.htp-home-why__copy h3 {
		font-size: 21px;
	}
}

@media (max-width: 1199px) {
	.htp-home-capacity__item {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 1199px) {
	.htp-home-capacity__copy h3 {
		font-size: 21px;
	}
}

@media (max-width: 1024px) {
	.htp-home-why {
		padding: 42px 0 44px;
	}
}

@media (max-width: 1024px) {
	.htp-home-why__grid, .htp-home-capacity__grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 12px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
}

@media (max-width: 1024px) {
	.htp-home-why__grid::-webkit-scrollbar, .htp-home-capacity__grid::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 1024px) {
	.htp-home-why__card {
		flex: 0 0 40%;
		scroll-snap-align: start;
		min-height: 210px;
	}
}

@media (max-width: 1024px) {
	.htp-home-capacity__item {
		flex: 0 0 40%;
		scroll-snap-align: start;
		grid-template-columns: 68px minmax(0, 1fr);
		min-height: 100px;
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		background: #fff;
		box-shadow: 0 12px 24px rgba(0,0,0,.045);
	}
}

@media (max-width: 1024px) {
	.htp-home-capacity__icon {
		width: 68px;
		height: 68px;
		min-width: 68px;
		flex-basis: 68px;
	}
}

@media (max-width: 1024px) {
	.htp-home-capacity__icon svg, .htp-home-capacity__icon img, .htp-home-capacity__icon .htp-icon {
		width: 54px;
		height: 54px;
		max-width: 54px;
		max-height: 54px;
	}
}

@media (max-width: 1024px) {
	.htp-home-capacity__item::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.htp-home-why, .htp-home-capacity {
		padding: 36px 0 38px;
	}
}

@media (max-width: 767px) {
	.htp-home-why__container, .htp-home-capacity__container {
		width: min(100% - 32px, 1360px);
	}
}

@media (max-width: 767px) {
	.htp-home-why__title, .htp-home-capacity__title {
		margin-bottom: 24px;
		font-size: 30px;
		line-height: 1.1;
	}
}

@media (max-width: 767px) {
	.htp-home-why__card {
		flex: 0 0 68%;
		min-height: 205px;
		padding: 24px 16px 22px;
	}
}

@media (max-width: 767px) {
	.htp-home-why__icon {
		width: 64px;
		height: 64px;
		margin-bottom: 16px;
	width: 64px;
	height: 64px;
	min-width: 64px;
	max-width: 64px;
	flex: 0 0 64px;
	border-radius: 50%;
	}
}

@media (max-width: 767px) {
	.htp-home-why__icon svg,
	.htp-home-why__icon img,
	.htp-home-why__icon .htp-icon {
		width: 27px;
		height: 27px;
		max-width: 27px;
		max-height: 27px;
	}
}

@media (max-width: 767px) {
	.htp-home-why__copy h3 {
		font-size: 18px;
		line-height: 1.18;
	}
}

@media (max-width: 767px) {
	.htp-home-why__copy p {
		font-size: 14px;
		line-height: 1.52;
	}
}

@media (max-width: 767px) {
	.htp-home-capacity__item {
		flex: 0 0 72%;
		grid-template-columns: 60px minmax(0, 1fr);
		min-height: 92px;
	}
}

@media (max-width: 767px) {
	.htp-home-capacity__icon {
		width: 60px;
		height: 60px;
		min-width: 60px;
		flex-basis: 60px;
	}
}

@media (max-width: 767px) {
	.htp-home-capacity__icon svg, .htp-home-capacity__icon img, .htp-home-capacity__icon .htp-icon {
		width: 48px;
		height: 48px;
		max-width: 48px;
		max-height: 48px;
	}
}

@media (max-width: 390px) {
	.htp-home-why__card {
		flex-basis: 74%;
	}
}

@media (max-width: 390px) {
	.htp-home-capacity__item {
		flex-basis: 78%;
	}
}

.htp-featured-product-card, .htp-featured-product-card__image, .htp-featured-product-card__image img, .htp-featured-product-card__img, .htp-home-news-card, .htp-home-news-card__thumb, .htp-home-news-card__thumb img, .htp-home-about-video__card, .htp-home-about-video__media, .htp-home-about-video__media img, .htp-industry-card, .htp-industry-card__image, .htp-contact-form-card, .htp-contact-map-card {
	border-radius: 5px;
}

.htp-featured-products .htp-featured-product-card .htp-featured-product-card__title, .htp-featured-products .htp-featured-product-card .htp-featured-product-card__title a, .htp-home-page .htp-featured-product-card__title, .htp-home-page .htp-featured-product-card__title a{
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: -0.01em;
	text-transform: none;
}

@media (max-width: 1199px) {
	.htp-featured-products .htp-featured-product-card .htp-featured-product-card__title, .htp-featured-products .htp-featured-product-card .htp-featured-product-card__title a, .htp-home-page .htp-featured-product-card__title, .htp-home-page .htp-featured-product-card__title a{
		font-size: 15px;
		line-height: 1.42;
	}
}

@media (max-width: 767px) {
	.htp-featured-products .htp-featured-product-card .htp-featured-product-card__title, .htp-featured-products .htp-featured-product-card .htp-featured-product-card__title a, .htp-home-page .htp-featured-product-card__title, .htp-home-page .htp-featured-product-card__title a {
		font-size: 14.5px;
		line-height: 1.42;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading h2, .htp-featured-products__heading h2, .htp-home-section-title, .htp-home-title, .htp-section-heading, .htp-sol-title, .htp-process-section-title {
		font-family: "Anton", Arial, sans-serif;
		font-size: 30px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .01em;
		text-transform: uppercase;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading h2 span, .htp-featured-products__heading h2 span, .htp-home-section-title span, .htp-home-title span, .htp-section-heading__before, .htp-section-heading__highlight, .htp-section-heading__after, .htp-sol-title span {
		font: inherit;
		line-height: inherit;
		letter-spacing: inherit;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading h2 > span, .htp-featured-products__heading h2 > span, .htp-home-section-title > span, .htp-home-title > span, .htp-section-heading__before, .htp-section-heading__highlight, .htp-section-heading__after {
		display: inline;
		width: auto;
		text-align: inherit;
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.htp-section-heading__before:empty, .htp-section-heading__highlight:empty, .htp-section-heading__after:empty {
		display: none;
	}
}

@media (max-width: 767px) {
	.htp-home-section-title::after,
.htp-home-title::after,
.htp-section-heading::after,
.htp-sol-title::after {
		content: "";
		display: block;
		width: 64px;
		height: 4px;
		margin: 18px auto 0;
		border-radius: 5px;
		background: #ef2b2d;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__head, .htp-industry-heading {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading h2, .htp-featured-products__heading h2, .htp-home-section-title, .htp-home-title, .htp-section-heading, .htp-sol-title {
		display: block;
		max-width: min(100%, 520px);
		margin-left: auto;
		margin-right: auto;
		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
		text-wrap: normal;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__heading::after, .htp-industry-heading::after, .htp-featured-products__heading h2 span::after, .htp-industry-heading h2 span::after, .htp-home-section-title span::after, .htp-home-title span::after, .htp-section-heading__before::after, .htp-section-heading__highlight::after, .htp-section-heading__after::after {
		content: none;
		display: none;
	}
}

@media (max-width: 767px) {
	.htp-industry-heading h2 > span, .htp-featured-products__heading h2 > span, .htp-home-section-title > span, .htp-home-title > span, .htp-section-heading__before, .htp-section-heading__highlight, .htp-section-heading__after, .htp-sol-title span {
		display: inline-block;
		width: auto;
		max-width: 100%;
		vertical-align: baseline;
		text-align: inherit;
		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
		text-wrap: normal;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__heading, .htp-featured-products__heading h2 {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.htp-featured-products__heading::after,
.htp-featured-products__heading h2 span::after,
.htp-industry-heading::after,
.htp-industry-heading h2 span::after,
.htp-home-section-title span::after,
.htp-home-title span::after,
.htp-section-heading__before::after,
.htp-section-heading__highlight::after,
.htp-section-heading__after::after {
		content: none;
		display: none;
	}
}

@media (max-width: 767px) {
	
}


/* v1.4.0: product card badge is now rendered from product meta, not hard-coded CSS text */
.htp-featured-product-card__image::after {
	content: none;
	display: none;
}

.htp-product-card-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 12px 3px;
	border-radius: 5px;
	background: #35ad44;
	color: #fff;
	font-family: var(--htp-font-heading, "Anton", Arial, sans-serif);
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(53, 173, 68, .24);
}

.htp-product-card-badge.is-red { background: #ed1c24; box-shadow: 0 8px 18px rgba(237, 28, 36, .22); }
.htp-product-card-badge.is-orange { background: #ff8a00; box-shadow: 0 8px 18px rgba(255, 138, 0, .22); }
.htp-product-card-badge.is-blue { background: #2f80ed; box-shadow: 0 8px 18px rgba(47, 128, 237, .22); }
.htp-product-card-badge.is-dark { background: #07111f; box-shadow: 0 8px 18px rgba(7, 17, 31, .22); }

@media (max-width: 767px) {
	.htp-product-card-badge {
		top: 8px;
		right: 8px;
		min-height: 26px;
		padding: 5px 9px 3px;
		font-size: 10px;
	}
}
