/* 门店质检报告审核 Agent：页面级样式。所有业务样式均以 sqa- 前缀隔离。 */
#smart-location-page {
	--sqa-ink: #1d2129;
	--sqa-muted: #4e5969;
	--sqa-divider: #e5e6eb;
	--sqa-navy: #06132c;
	--sqa-cta: #213b6a;
	--sqa-accent: #ff5bfa;
	margin: 0;
	color: var(--sqa-ink);
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

#smart-location-page *,
#smart-location-page *::before,
#smart-location-page *::after {
	box-sizing: border-box;
}

#smart-location-page .sqa-page {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

#smart-location-page .sqa-section-title {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

#smart-location-page .sqa-section-description {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0;
}

#smart-location-page .sqa-gradient-text {
	color: #4886ff;
	background: linear-gradient(102deg, #37fffb 0%, #4886ff 44%, #ee25ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

#smart-location-page .sqa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background: transparent;
	border: 1.2px solid var(--sqa-accent);
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#smart-location-page .sqa-button:hover,
#smart-location-page .sqa-button:focus-visible {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 91, 250, .1);
	box-shadow: 0 0 0 4px rgba(255, 91, 250, .12);
}

#smart-location-page .sqa-button:active {
	transform: translateY(1px);
}

/* Section 01 — Hero */
#smart-location-page .sqa-hero {
	position: relative;
	height: 888px;
	min-height: 888px;
	color: #fff;
	background: var(--sqa-navy) url(../images/smart-location/herobanner_bg.svg) no-repeat;
	background-size: cover;
}

#smart-location-page .sqa-hero__content {
	position: relative;
	z-index: 2;
	width: 693px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
}

#smart-location-page .sqa-hero__title {
	margin: 0;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0;
	height: auto;
}

#smart-location-page .sqa-hero__title span {
	display: block;
}

#smart-location-page .sqa-hero__description {
	margin: 16px auto 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0;
}

#smart-location-page .sqa-hero__button {
	width: 120px;
	height: 48px;
	margin-top: 16px;
	border-color: transparent;
	border-radius: 60px;
	background:
		linear-gradient(var(--sqa-navy), var(--sqa-navy)) padding-box,
		linear-gradient(160deg,
			#ff5bfa 0%,
			#1e7cff 28%,
			#16fff3 45%,
			#f2ff3c 70%,
			#ff6161 100%) border-box;
	background: url(../images/smart-location/link_btn.svg) center center no-repeat;
	background-size: contain;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

#smart-location-page .sqa-hero__button:hover,
#smart-location-page .sqa-hero__button:focus-visible {
	background:
		linear-gradient(#101d36, #101d36) padding-box,
		linear-gradient(160deg,
			#ff5bfa 0%,
			#1e7cff 28%,
			#16fff3 45%,
			#f2ff3c 70%,
			#ff6161 100%) border-box;
	background: url(../images/smart-location/link_btn.svg) center center no-repeat;
	background-size: contain;
}

#smart-location-page .sqa-hero__visual {
	position: absolute;
	left: 50%;
	top: 312px;
	width: 1180px;
	height: 502px;
	max-width: none;
	transform: translateX(-50%);
	object-fit: contain;
	flex-direction: column;
	display: flex;
	align-items: flex-end;
}


#smart-location-page .sqa-hero__visual .imgTitleBtn {
	width: 172px;
	height: 30px;
	border-color: transparent;
	border-radius: 60px;
	/* background:
		linear-gradient(var(--sqa-navy), var(--sqa-navy)) padding-box,
		linear-gradient(160deg,
			#ff5bfa 0%,
			#1e7cff 28%,
			#16fff3 45%,
			#f2ff3c 70%,
			#ff6161 100%) border-box; */
	background: url(../images/smart-location/imgtitlebtn_bg.svg) center center no-repeat;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	align-self: flex-start;
}

#smart-location-page .sqa-hero__visual img,
#smart-location-page .sqa-hero__visual video {
	width: 100%;
	height: auto;
	object-fit: contain;
	margin-top: 24px;
	z-index: 20;
	position: relative;
	border-radius: 24px;
}

#smart-location-page .sqa-hero__visual::before {
	position: absolute;
	width: 450px;
	height: 450px;
	z-index: 10;
	content: '';
	background: url(../images/smart-location/heroimage_bg.svg) center center no-repeat;
	background-size: 100% 100%;
	display: block;
	top: -56px;
	right: -132px;
}

/* Section 02 — Core features / tabs */
#smart-location-page .sqa-core {
	height: 826px;
	min-height: 800px;
	background: #fff;
}

#smart-location-page .sqa-core__inner {
	display: grid;
	grid-template-columns: 500px 590px;
	column-gap: 130px;
	width: 1180px;
	margin: 0 auto;
	padding-top: 120px;
}

#smart-location-page .sqa-core__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#smart-location-page .sqa-core__title {
	color: var(--sqa-ink);
}

#smart-location-page .sqa-core__description {
	width: 500px;
	margin-top: 16px;
	color: var(--sqa-muted);
}

#smart-location-page .sqa-core__tabs {
	width: 500px;
	margin-top: 48px;
	border-bottom: 1px solid var(--sqa-divider);
}

#smart-location-page .sqa-core__tab {
	display: block;
	width: 100%;
	height: 72px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: var(--sqa-ink);
	text-align: left;
	font: inherit;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--sqa-divider);
	border-radius: 0;
	cursor: pointer;
	transition: height .24s ease;
}

#smart-location-page .sqa-core__tab.is-active {
	height: 126px;
}

#smart-location-page .sqa-core__tab:focus-visible {
	outline: 2px solid #4886ff;
	outline-offset: 3px;
}

#smart-location-page .sqa-core__tab-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 70px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

#smart-location-page .sqa-core__tab-heading img {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

#smart-location-page .sqa-core__tab-copy {
	display: block;
	margin-top: -12px;
	padding: 0 12px 24px 0px;
	color: var(--sqa-muted);
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	opacity: 0;
	transform: translateY(-3px);
	transition: opacity .18s ease, transform .18s ease;
}

#smart-location-page .sqa-core__tab.is-active .sqa-core__tab-copy {
	opacity: 1;
	transform: translateY(0);
}

#smart-location-page .sqa-core__visuals {
	position: relative;
	height: 590px;
	margin-top: 0px;
	z-index: 100;
}

#smart-location-page .sqa-core__panel {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	transform: translateY(7px);
	transition: opacity .24s ease, transform .24s ease;
}

#smart-location-page .sqa-core__panel::after {
	width: 100%;
	height: 526px;
	display: block;
	position: absolute;
	content: "";
	z-index: 10;
	background: url(../images/smart-location/core_imgbg.svg) center center no-repeat;
	background-size: contain;
	right: -80px;
	top: 0px;
	display: none;
}

#smart-location-page .sqa-core__panel.is-active {
	opacity: 1;
	transform: translateY(0);
}

#smart-location-page .sqa-core__panel[hidden] {
	display: none;
}

#smart-location-page .sqa-core__panel img {
	display: block;
	width: auto;
	height: auto;
	align-self: center;
	position: relative;
	z-index: 100;
	object-fit: contain;
}

#smart-location-page .sqa-core__panel .bgImg {
	position: relative;
	bottom: 0px;
	z-index: 10;
	max-width: 530px;
	max-height: 590px;
}

#smart-location-page .sqa-core__panel .tipsImg1 {
	position: absolute;
	left: -60px;
	top: 90px;
	max-height: 388px;
	z-index: 200;
}

#smart-location-page .sqa-core__panel .tipsImg2 {
	position: absolute;
	left: 45px;
	top: -53px;
	max-height: 225px;
	z-index: 200;
}


/* Section 03 — Advantages carousel */
#smart-location-page .sla-advantages.proFeatures {
	position: relative;
	height: 760px;
	min-height: 760px;
	margin: 0;
	overflow: hidden;
	background: #f7f7f7;
}

#smart-location-page .sla-advantages__inner {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


@media only screen and (min-width: 1729px) and (max-width: 2560px) {

	#smart-location-page .sla-advantages__inner {
		max-width: 1728px;
	}
}


@media only screen and (min-width: 1441px) and (max-width: 1728px) {
	#smart-location-page .sla-advantages__inner {
		max-width: 100%;
	}

	#smart-location-page .sla-advantages.proFeatures .slideArrowGroup {
		padding: 0px 130px;
	}
}

@media only screen and (max-width: 1440px) {
	#smart-location-page .sla-advantages.proFeatures .slideArrowGroup {
		padding: 0px 80px;
	}
}

@media only screen and (max-width: 1200px) {
	#smart-location-page .sla-advantages.proFeatures .slideArrowGroup {
		padding: 0px 0px;
	}
}

#smart-location-page .sla-advantages__header {
	padding-top: 105px;
	text-align: center;
}

#smart-location-page .sla-advantages__title {
	color: #1d2129;
}

#smart-location-page .sla-advantages__description {
	margin-top: 16px;
	color: #1D2129;
	line-height: 20px;
}

#smart-location-page .sla-advantages__stage {
	position: relative;
	height: 470px;
	margin-top: 56px;
}

#smart-location-page .sla-advantages__swiper {
	width: 1180px;
	height: 420px;
	overflow: hidden;
}

#smart-location-page .sla-advantages__slide {
	display: grid;
	grid-template-columns: 580px 420px;
	column-gap: 27px;
	height: 420px;
	padding-left: 60px;
}

#smart-location-page .sla-advantages__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 580px;
	height: 420px;
	opacity: 0;
	transform: translateX(-18px) scale(.985);
	transition: opacity .68s ease, transform .86s cubic-bezier(.16, 1, .3, 1);
}

#smart-location-page .sla-advantages__visual img {
	display: block;
	width: 580px;
	height: 420px;
	object-fit: contain;
}

#smart-location-page .sla-advantages__visual--product img {
	width: 100%;
	height: 100%;
	max-width: 540px;
	max-height: 400px;
}

#smart-location-page .sla-advantages__copy {
	width: 420px;
	padding-top: 154px;
	opacity: 0;
	transform: translateX(18px);
	transition: opacity .58s .12s ease, transform .78s .08s cubic-bezier(.16, 1, .3, 1);
}

#smart-location-page .sla-advantages__copy h3 {
	margin: 0;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

#smart-location-page .sla-advantages__copy p {
	margin: 20px 0 0;
	color: #1d2129;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: justify;
}

#smart-location-page .sla-advantages__slide.swiper-slide-active .sla-advantages__visual,
#smart-location-page .sla-advantages__slide.swiper-slide-active .sla-advantages__copy {
	opacity: 1;
	transform: translateX(0) scale(1);
}

#smart-location-page .sla-advantages.proFeatures .slideArrowGroup {
	left: 0;
	right: 0;
	top: 183px;
	bottom: auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
	pointer-events: none;
}

#smart-location-page .sla-advantages.proFeatures .slideArrowGroup .slide-arrow {
	pointer-events: auto;
}

#smart-location-page .sla-advantages.proFeatures .swiper-pagination,
#smart-location-page .sla-advantages.proFeatures .swiper-pagination.pagination-center {
	left: 50%;
	right: auto;
	bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	transform: translateX(-50%);
}

#smart-location-page .sla-advantages .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	/* margin: 0 8px; */
	opacity: 1;
	background: #b7bec9;
	transition: width .3s ease, height .3s ease, background-color .3s ease;
}

#smart-location-page .sla-advantages .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: #15284b;
}

/* Section 04 — Business benefits */
#smart-location-page .sqa-benefits {
	height: 705px;
	min-height: 705px;
	background: #fff;
}

#smart-location-page .sqa-benefits__inner {
	width: 1180px;
	margin: 0 auto;
	padding-top: 120px;
	text-align: center;
}

#smart-location-page .sqa-benefits__title {
	color: var(--sqa-ink);
}

#smart-location-page .sqa-benefits__description {
	margin: 16px auto 0;
	color: var(--sqa-muted);
}

#smart-location-page .sqa-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 48px;
}

#smart-location-page .sqa-benefits__card {
	height: 334px;
	padding: 40px 40px 32px;
	text-align: left;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 32px;
}

#smart-location-page .sqa-benefits__card:nth-of-type(1) {
	background: url(../images/smart-location/benefits__card_bg1.svg) center center no-repeat;
	background-size: contain;
}

#smart-location-page .sqa-benefits__card:nth-of-type(2) {
	background: url(../images/smart-location/benefits__card_bg2.svg) center center no-repeat;
	background-size: contain;
}

#smart-location-page .sqa-benefits__card:nth-of-type(3) {
	background: url(../images/smart-location/benefits__card_bg3.svg) center center no-repeat;
	background-size: contain;
}

#smart-location-page .sqa-benefits__icon {
	display: block;
	width: 68px;
	height: 68px;
	object-fit: contain;
}

#smart-location-page .sqa-benefits__card h3 {
	margin: 24px 0 0;
	color: var(--sqa-ink);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

#smart-location-page .sqa-benefits__card p {
	margin: 12px 0 0;
	color: var(--sqa-muted);
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

/* Section 05 — CTA */
#smart-location-page .sqa-cta {
	height: 224px;
	min-height: 224px;
	color: #fff;
	background: var(--sqa-cta);
}

#smart-location-page .sqa-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1156px;
	height: 100%;
	margin: 0 auto;
}

#smart-location-page .sqa-cta__copy h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
}

#smart-location-page .sqa-cta__copy p {
	margin: 0px 0 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}

#smart-location-page .sqa-cta__button {
	width: 143px;
	height: 64px;
	border-radius: 42px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	border-color: transparent;
	background: url(../images/smart-location/cta_btnbg.svg) center center no-repeat;
	background-size: contain;
	/* background: linear-gradient(var(--sqa-cta), var(--sqa-cta)) padding-box, linear-gradient(160deg, #ff5bfa 0%, #1e7cff 28%, #16fff3 45%, #f2ff3c 70%, #ff6161 100%) border-box; */
}

#smart-location-page .sqa-cta__button:hover {
	background: url(../images/smart-location/cta_btnbg.svg) center center no-repeat;
	background-size: contain;
}

@media (max-width: 1279px) {

	#smart-location-page .sqa-hero__visual,
	#smart-location-page .sqa-core__inner,
	#smart-location-page .sqa-benefits__inner {
		width: calc(100% - 80px);
	}

	#smart-location-page .sqa-hero__visual {
		height: auto;
	}

	#smart-location-page .sqa-core__inner {
		grid-template-columns: 44% 56%;
		column-gap: 48px;
	}

	#smart-location-page .sqa-core__content,
	#smart-location-page .sqa-core__description,
	#smart-location-page .sqa-core__tabs {
		width: 100%;
	}

	#smart-location-page .sqa-core__panel img {
		max-width: 100%;
	}

	#smart-location-page .sqa-core__panel .bgImg {
		max-width: 100%;
	}

	#smart-location-page .sqa-cta__inner {
		width: calc(100% - 160px);
	}

	#smart-location-page .sla-advantages__inner {
		width: calc(100% - 80px);
	}

	#smart-location-page .sla-advantages__swiper {
		width: 100%;
	}

	#smart-location-page .sla-advantages__slide {
		grid-template-columns: minmax(0, 55%) minmax(0, 39%);
		column-gap: 4%;
		padding: 0 5%;
	}

	#smart-location-page .sla-advantages__visual,
	#smart-location-page .sla-advantages__visual img {
		width: 100%;
	}

	#smart-location-page .sla-advantages__copy {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	#smart-location-page .sla-advantages__copy h3 {
		font-size: 20px;
		line-height: 28px;
	}

	#smart-location-page .sla-advantages__copy p {
		font-size: 15px;
		line-height: 22px;
	}


	#smart-location-page .sqa-benefits__card {
		height: 280px;
		padding: 20px 20px 36px;
	}

	#smart-location-page .sqa-benefits__card h3 {
		margin: 12px 0 0;
	}

	#smart-location-page .sqa-benefits__card p {
		font-size: 14px;
	}

	#smart-location-page .sqa-core {
		height: 740px;
		min-height: 740px;
	}

	#smart-location-page .sqa-core__inner {
		column-gap: 30px;
		padding-top: 86px;
	}

	#smart-location-page .sqa-core__tabs {
		margin-top: 32px;
	}

	#smart-location-page .sqa-benefits__grid {
		gap: 20px;
	}

	#smart-location-page .sqa-benefits__card {
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (max-width: 800px) {
	#smart-location-page .sqa-page {
		margin-top: 53px;
	}

	#smart-location-page .sqa-section-title {
		font-size: 20px;
		line-height: 28px;
	}

	#smart-location-page .sqa-section-description {
		font-size: 14px;
		line-height: 22px;
	}

	#smart-location-page .sqa-hero {
		height: 700px;
		min-height: 0;
		padding: 80px 0px 80px;
	}

	#smart-location-page .sqa-hero__content {
		width: 100%;
		padding-top: 0;
		padding: 0px 24px;
	}

	#smart-location-page .sqa-hero__title {
		font-size: 24px;
		line-height: 34px;
		height: auto;
	}

	#smart-location-page .sqa-hero__description {
		max-width: 560px;
		font-size: 14px;
		line-height: 20px;
		opacity: .9;
	}

	#smart-location-page .sqa-hero__visual::before {
		width: 360px;
		height: 360px;
	}

	#smart-location-page .sqa-hero__visual {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin: 56px auto 0;
		transform: none;
	}

	#smart-location-page .sqa-hero__button {
		font-size: 14px;
	}

	#smart-location-page .sqa-hero__visual .imgTitleBtn {
		font-size: 12px;
	}

	#smart-location-page .sqa-core {
		height: auto;
		min-height: 0;
		padding: 56px 20px;
	}

	#smart-location-page .sqa-core__inner {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding-top: 0;
	}

	#smart-location-page .sqa-core__description {
		margin-top: 12px;
	}

	#smart-location-page .sqa-core__tabs {
		margin-top: 32px;
	}

	#smart-location-page .sqa-core__visuals {
		height: min(100vw, 435px);
		margin-top: 40px;
	}

	#smart-location-page .sqa-core__panel {
		align-items: flex-start;
		justify-content: center;
	}


	#smart-location-page .sqa-core__panel img {
		max-width: 100%;
		max-height: min(106vw, 590px);
	}

	#smart-location-page .sqa-core__panel .bgImg {
		max-height: min(106vw, 590px);
	}

	#smart-location-page .sqa-core__panel .tipsImg2 {
		left: 45px;
		top: -41px;
		max-height: 165px;
	}

	#smart-location-page .sqa-core__panel .tipsImg1 {
		left: -30px;
		top: 60px;
		max-height: 286px;
	}

	#smart-location-page .sqa-benefits {
		height: auto;
		min-height: 0;
		padding: 56px 24px;
	}

	#smart-location-page .sqa-benefits__inner {
		width: 100%;
		padding-top: 0;
	}

	#smart-location-page .sqa-benefits__description {
		width: 100%;
		max-width: 620px;
		margin-top: 16px;
	}

	#smart-location-page .sqa-benefits__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		max-width: 560px;
		margin: 32px auto 0;
	}

	#smart-location-page .sqa-benefits__card {
		height: auto;
		min-height: 320px;
		padding: 32px;
	}


	#smart-location-page .sqa-benefits__card:nth-of-type(1) {
		background: url(../images/smart-location/benefits__card_bg1_h5_s2.svg) center center no-repeat;
		background-size: contain;
	}

	#smart-location-page .sqa-benefits__card:nth-of-type(2) {
		background: url(../images/smart-location/benefits__card_bg2_h5_s2.svg) center center no-repeat;
		background-size: contain;
	}

	#smart-location-page .sqa-benefits__card:nth-of-type(3) {
		background: url(../images/smart-location/benefits__card_bg3_h5_s2.svg) center center no-repeat;
		background-size: contain;
	}

	#smart-location-page .sqa-cta {
		height: auto;
		min-height: 0;
		padding: 56px 24px;
	}

	#smart-location-page .sqa-cta__inner {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	#smart-location-page .sqa-cta__copy h2 {
		font-size: 20px;
		line-height: 28px;
	}

	#smart-location-page .sqa-cta__copy p {
		font-size: 16px;
		line-height: 24px;
	}

	#smart-location-page .sqa-cta__button {
		width: 136px;
		height: 54px;
		margin-top: 32px;
		font-size: 18px;
	}

	#smart-location-page .sla-advantages.proFeatures {
		height: 760px;
		min-height: 760px;
		padding: 0 24px;
	}

	#smart-location-page .sla-advantages__inner {
		width: 100%;
	}

	#smart-location-page .sla-advantages__header {
		padding-top: 56px;
	}

	#smart-location-page .sla-advantages__description {
		margin-top: 16px;
	}

	#smart-location-page .sla-advantages__stage {
		height: 535px;
		margin-top: 32px;
	}

	#smart-location-page .sla-advantages__swiper,
	#smart-location-page .sla-advantages__slide {
		height: 485px;
	}

	#smart-location-page .sla-advantages__slide {
		grid-template-columns: 1fr;
		grid-template-rows: 290px auto;
		gap: 0;
		padding: 0 38px 50px;
	}

	#smart-location-page .sla-advantages__visual,
	#smart-location-page .sla-advantages__visual img {
		height: 290px;
	}

	#smart-location-page .sla-advantages__visual--product img {
		max-height: 280px;
	}

	#smart-location-page .sla-advantages__copy {
		padding-top: 18px;
		text-align: center;
	}

	#smart-location-page .sla-advantages__copy p {
		margin-top: 10px;
		text-align: center;
	}

	#smart-location-page .sla-advantages.proFeatures .slideArrowGroup {
		top: 116px;
		display: none;
	}

	#smart-location-page .sla-advantages.proFeatures .swiper-pagination,
	#smart-location-page .sla-advantages.proFeatures .swiper-pagination.pagination-center {
		bottom: 36px;
	}
}


@media (max-width: 480px) {
	#smart-location-page .sqa-hero__title {
		font-size: 24px;
		line-height: 34px;
	}

	#smart-location-page .sqa-hero__title span {
		display: inline;
	}

	#smart-location-page .sqa-core__tab-heading {
		font-size: 15px;
	}

	#smart-location-page .sqa-core__tab-copy {
		padding-right: 0;
		font-size: 14px;
	}

	#smart-location-page .sqa-benefits__grid {
		gap: 16px;
	}


	#smart-location-page .sqa-core__panel .tipsImg2 {
		left: 45px;
		top: -41px;
		max-height: 165px;
	}

	#smart-location-page .sqa-core__panel .tipsImg1 {
		left: -30px;
		top: 60px;
		max-height: 286px;
	}

	#smart-location-page .sqa-benefits__card {
		min-height: 290px;
		padding: 28px 24px;
		height: auto;
		border-radius: 24px;
	}

	#smart-location-page .sqa-benefits__card:nth-of-type(1) {
		background: url(../images/smart-location/benefits__card_bg1_h5.svg) center center no-repeat;
		background-size: contain;
	}

	#smart-location-page .sqa-benefits__card:nth-of-type(2) {
		background: url(../images/smart-location/benefits__card_bg2_h5.svg) center center no-repeat;
		background-size: contain;
	}

	#smart-location-page .sqa-benefits__card:nth-of-type(3) {
		background: url(../images/smart-location/benefits__card_bg3_h5.svg) center center no-repeat;
		background-size: contain;
	}



	#smart-location-page .sqa-benefits__card h3 {
		font-size: 18px;
		line-height: 26px;
	}

	#smart-location-page .sqa-benefits__card p {
		font-size: 15px;
		line-height: 22px;
	}

	#smart-location-page .sla-advantages.proFeatures {
		height: 700px;
		min-height: 700px;
		padding-right: 20px;
		padding-left: 20px;
	}

	#smart-location-page .sla-advantages__stage {
		height: 475px;
	}

	#smart-location-page .sla-advantages__swiper,
	#smart-location-page .sla-advantages__slide {
		height: 425px;
	}

	#smart-location-page .sla-advantages__slide {
		grid-template-rows: 235px auto;
		padding: 0 24px 50px;
	}

	#smart-location-page .sla-advantages__visual,
	#smart-location-page .sla-advantages__visual img {
		height: 235px;
	}

	#smart-location-page .sla-advantages.proFeatures .slideArrowGroup {
		top: 90px;
	}

	#smart-location-page .sla-advantages__copy h3 {
		font-size: 18px;
		line-height: 26px;
	}

	#smart-location-page .sla-advantages__copy p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 420px) {
	#smart-location-page .sqa-benefits__grid {
		gap: 8px;
	}
}

@media (max-width: 390px) {
	#smart-location-page .sqa-benefits__grid {
		gap: 16px;
	}

	#smart-location-page .sqa-benefits__card h3 {
		margin: 8px 0 0;
	}

	#smart-location-page .sqa-benefits__card {
		min-height: inherit;
		height: 258px;
	}


}


@media (max-width: 375px) {
	#smart-location-page .sqa-benefits__grid {
		gap: 0px;
	}

	#smart-location-page .sqa-benefits__card {
		min-height: 200px;
	}
}

@media (prefers-reduced-motion: reduce) {

	#smart-location-page .sqa-button,
	#smart-location-page .sqa-core__tab,
	#smart-location-page .sqa-core__tab-copy,
	#smart-location-page .sqa-core__panel,
	#smart-location-page .sla-advantages__visual,
	#smart-location-page .sla-advantages__copy {
		transition: none;
	}
}