.home-hero {
	position: relative;
	aspect-ratio: 1920 / 690;
	overflow: hidden;
	background: #d8eef1;
}
.home-hero .swiper {
	width: 100%;
	height: 100%;
}
.home-hero .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next:after, .swiper-button-prev:after {
 
    font-size: 14px !important;
    
}

element.style {
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next, .swiper-button-prev {

    color: #fff !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 90% !important;
    width: 100%;
}
.hero-arrow {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 72px;
	border: 0;
	background: rgba(15, 27, 35, .42);
	color: #fff;
	font-size: 42px;
	line-height: 1;
	transform: translateY(-50%);
	margin-top: 0;
}
.hero-arrow--prev {
	left: 30px;
}
.hero-arrow--next {
	right: 30px;
}
.hero-arrow::after {
	font-size: inherit;
}

.hero-dots {
	position: absolute;
	right: 7%;
	bottom: 26px;
	display: flex;
	gap: 8px;
}
.hero-dots .swiper-pagination-bullet {
	width: 24px;
	height: 3px;
	border-radius: 0;
	background: rgba(255, 255, 255, .5);
	opacity: 1;
	margin: 0 !important;
}
.hero-dots .swiper-pagination-bullet-active {
	background: var(--red);
}

.home-intro__grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr .7fr;
	gap: 60px;
	align-items: center;
}

.home-intro h1 {
	max-width: 500px;
	margin: 0;
	font-size: clamp(36px, 3.8vw, 62px);
	line-height: 1.04;
	letter-spacing: -.05em;
}

.home-intro h2 {
	margin: 0 0 12px;
	font-size: 28px;
}

.home-intro p {
	margin: 0;
	color: var(--muted);
}

.home-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.home-stats div {
	padding-left: 25px;
	border-left: 1px solid var(--line);
}

.home-stats strong {
	display: block;
	margin-bottom: 8px;
	color: var(--red);
	font-size: 48px;
	line-height: 1;
}

.home-stats span {
	color: var(--muted);
	font-size: 13px;
	text-transform: uppercase;
}

.section-heading--center {
	justify-content: center;
	text-align: center;
}

.home-products .section-heading {
	margin-bottom: 52px;
}

.home-products .product-card__body p {
	min-height: 153px;
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.65;
}

.home-products .product-card__body .product-tag {
	display: inline-flex;
	margin-top: 14px;
	border-radius: 999px;
	background: #fff0f0;
	color: var(--red);
	font-size: 11px;
	font-weight: 700;
}

.home-solution-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.home-solution-grid a {
	border: 1px solid var(--line);
	background: #fff;
	text-decoration: none;
}

.home-solution-grid .img_box {
	aspect-ratio: 1.7;
}

.home-solution-grid h3,
.home-solution-grid p,
.home-solution-grid .text-link {
	margin: 25px;

}

.home-solution-grid h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 22px;
}

.home-solution-grid p {
	min-height: 56px;
	margin-top: 0;
	color: var(--muted);
	font-size: 14px;
}

.home-service .section-heading p,
.home-service .eyebrow {
	color: #e52320;
}

.home-service-list {
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.home-service-list a {
	display: grid;
	grid-template-columns: 64px 310px 1fr 30px;
	gap: 20px;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	color: inherit;
	text-decoration: none;
}

.service-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
}

.service-icon svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.home-service-list h3 {
	margin: 0;
	font-size: 21px;
}

.home-service-list p {
	margin: 0;
	color: rgba(255, 255, 255, .63);
	font-size: 14px;
}

.service-arrow {
	color: #fff;
	font-size: 26px;
	line-height: 1;
	transition: transform .2s ease;
}

.home-service-list a:hover {
	background: rgba(255, 255, 255, .035);
}

.home-service-list a:hover .service-arrow {
	transform: translateX(4px);
}

.home-news .section-heading > div {
	padding-top: 0;
}

.home-news .section-heading > div::before {
	display: none;
}

.home-news .section-heading h2 {
	color: var(--ink);
}

.home-news-grid > a {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	border: 1px solid var(--line);
	text-decoration: none;
}

.home-news-grid .img_box {
	min-height: 260px;
}

.home-news-grid > a > div:last-child {
	position: relative;
	padding: 30px;
}

.home-news .section-heading > div {
	position: relative;
	padding-top: 18px;
}

.home-news .section-heading > div::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 38px;
	height: 3px;
	background: var(--red);
	content: "";
	transform: translateX(-50%);
}

.home-news .section-heading h2 {
	color: var(--red);
}

.home-news-grid > a > div:last-child::before {
	display: block;
	width: 34px;
	height: 3px;
	margin-bottom: 20px;
	background: var(--red);
	content: "";
}

.home-news-grid h3 {
	margin: 0 0 12px;
	font-size: 24px;
}

.home-news-grid p {
	color: var(--muted);
	font-size: 14px;
}

.home-news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.home-news .section-heading > div {
	padding-top: 0;
}

.home-news .section-heading > div::before {
	display: none;
}

.home-news .section-heading h2 {
	color: var(--ink);
}

.cta-phone {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	color: #fff;
	text-decoration: none;
}

.cta-phone svg {
	width: 58px;
	height: 58px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.cta-phone strong {
	font-size: 30px;
	letter-spacing: .02em;
}

@media only screen and (max-width: 1440px) {
	.home-intro__grid {
		gap: 35px;
	}

	.home-service-list a {
		grid-template-columns: 64px 220px 1fr 30px;
	}
}

@media only screen and (max-width: 768px) {
	.home-hero {
		aspect-ratio: 1.4;
	}

	.hero-arrow {
		width: 38px;
		height: 54px;
	}

	.home-intro__grid,
	.home-solution-grid,
	.home-news-grid {
		grid-template-columns: 1fr;
	}

	.home-stats {
		margin-top: 10px;
	}

	.home-service-list a {
		grid-template-columns: 42px 1fr 20px;
	}

	.service-icon {
		width: 38px;
		height: 38px;
	}

	.home-service-list p {
		grid-column: 2 / -1;
	}

	.cta-phone {
		margin-top: 28px;
	}

	.cta-phone strong {
		font-size: 24px;
	}

	.home-news-grid > a {
		grid-template-columns: 1fr;
	}
}
