/* Dedicated Sorenapipe About and Contact page components. */

body.sp-company-surface {
	--sp-company-ink: #102f42;
	--sp-company-muted: #5c7180;
	--sp-company-line: rgba(7, 62, 98, 0.14);
	--sp-company-line-soft: rgba(7, 62, 98, 0.08);
	--sp-company-white: #ffffff;
	--sp-company-navy: #073e62;
	--sp-company-teal: #0b8f86;
	--sp-company-green: #178763;
	--sp-company-copper: #b8682b;
	--sp-company-soft: #f4faf9;
	--sp-company-shadow: 0 18px 52px rgba(7, 62, 98, 0.1);
	background: var(--sp-company-white);
}

body.sp-company-surface .site-content,
body.sp-company-surface .site-content > .ast-container,
body.sp-company-surface .content-area,
body.sp-company-surface .site-main,
body.sp-company-surface .ast-article-single,
body.sp-company-surface .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sp-company-surface .site-content > .ast-container {
	display: block;
}

body.sp-company-surface .entry-header,
body.sp-company-surface .post-thumb,
body.sp-company-surface .comments-area {
	display: none;
}

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

.sp-company-page {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	color: var(--sp-company-ink);
	font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
	text-align: right;
}

.sp-company-page a {
	color: inherit;
	text-decoration: none;
}

.sp-company-page h1,
.sp-company-page h2,
.sp-company-page h3,
.sp-company-page p,
.sp-company-page figure,
.sp-company-page ol,
.sp-company-page ul {
	margin: 0;
}

.sp-company-page ul,
.sp-company-page ol {
	padding: 0;
	list-style: none;
}

.sp-company-page svg {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	overflow: visible;
}

.sp-company-page svg path,
.sp-company-page svg circle,
.sp-company-page svg rect {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sp-company-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.sp-company-hero {
	position: relative;
	border-bottom: 1px solid var(--sp-company-line-soft);
	background:
		linear-gradient(rgba(7, 62, 98, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(7, 62, 98, 0.035) 1px, transparent 1px),
		#ffffff;
	background-size: 48px 48px;
}

.sp-company-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 124px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
	pointer-events: none;
}

.sp-company-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 540px;
	grid-template-areas: "copy media";
	grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
	gap: 44px;
	align-items: center;
	padding-block: 54px 48px;
}

.sp-company-hero__copy {
	grid-area: copy;
	max-width: 600px;
	justify-self: end;
}

.sp-company-hero__copy h1 {
	max-width: 630px;
	color: var(--sp-company-navy);
	font-size: clamp(2.15rem, 3.5vw, 3.7rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.42;
	text-wrap: balance;
}

.sp-company-hero__copy p {
	max-width: 610px;
	margin-top: 18px;
	color: var(--sp-company-muted);
	font-size: 1rem;
	font-weight: 550;
	line-height: 2;
}

.sp-company-hero__copy .sp-company-hero__lead {
	margin-top: 22px;
	color: #294b5d;
	font-size: clamp(1.02rem, 1.3vw, 1.12rem);
	font-weight: 650;
}

.sp-company-hero__media {
	grid-area: media;
	position: relative;
	min-height: 420px;
	align-self: stretch;
	overflow: hidden;
	border-radius: 8px;
	background: #eef5f5;
	box-shadow: var(--sp-company-shadow);
	isolation: isolate;
}

.sp-company-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 58%, #ffffff 100%);
	pointer-events: none;
}

.sp-company-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: 38% center;
}

.sp-company-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 28px;
}

.sp-company-button {
	display: inline-flex;
	min-height: 48px;
	gap: 9px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 11px 20px;
	font-size: 0.92rem;
	font-weight: 850;
	line-height: 1.55;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.sp-company-button:hover,
.sp-company-button:focus-visible {
	transform: translateY(-2px);
}

.sp-company-button:focus-visible {
	outline: 3px solid rgba(11, 143, 134, 0.24);
	outline-offset: 3px;
}

.sp-company-button--primary {
	background: var(--sp-company-teal);
	box-shadow: 0 12px 28px rgba(11, 143, 134, 0.2);
	color: #ffffff !important;
}

.sp-company-button--primary:hover,
.sp-company-button--primary:focus-visible {
	background: #087b74;
	box-shadow: 0 15px 34px rgba(11, 143, 134, 0.26);
}

.sp-company-button--secondary {
	border-color: var(--sp-company-copper);
	background: #ffffff;
	color: var(--sp-company-copper) !important;
}

.sp-company-button--secondary:hover,
.sp-company-button--secondary:focus-visible {
	background: #fff8f3;
}

.sp-company-button--navy {
	background: var(--sp-company-navy);
	color: #ffffff !important;
}

.sp-company-section {
	position: relative;
	padding-block: 72px;
	background: #ffffff;
}

.sp-company-section__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 36px;
}

.sp-company-section__heading h2,
.sp-company-project-band h2,
.sp-company-location h2 {
	position: relative;
	padding-bottom: 13px;
	color: var(--sp-company-navy);
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.5;
}

.sp-company-section__heading h2::after,
.sp-company-project-band h2::after,
.sp-company-location h2::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	border-radius: 999px;
	background: var(--sp-company-teal);
}

.sp-company-section__heading--split p {
	max-width: 620px;
	color: var(--sp-company-muted);
	font-size: 0.96rem;
	font-weight: 550;
	line-height: 1.95;
}

.sp-company-section--timeline {
	padding-top: 64px;
}

.sp-company-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.sp-company-timeline::before {
	content: "";
	position: absolute;
	top: 18px;
	right: 4%;
	left: 4%;
	height: 1px;
	background: linear-gradient(90deg, var(--sp-company-line), var(--sp-company-teal), var(--sp-company-line));
}

.sp-company-timeline li {
	position: relative;
	min-width: 0;
	padding: 0 18px;
	text-align: center;
}

.sp-company-timeline li::before {
	content: "";
	position: relative;
	z-index: 1;
	display: block;
	width: 13px;
	height: 13px;
	margin: 12px auto 18px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: var(--sp-company-teal);
	box-shadow: 0 0 0 1px var(--sp-company-teal);
}

.sp-company-timeline__year {
	display: block;
	margin-bottom: 8px;
	color: var(--sp-company-teal);
	font-size: 0.88rem;
	font-weight: 900;
}

.sp-company-timeline strong {
	display: block;
	color: var(--sp-company-ink);
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.65;
}

.sp-company-timeline p {
	margin-top: 7px;
	color: var(--sp-company-muted);
	font-size: 0.84rem;
	line-height: 1.85;
}

.sp-company-section--products {
	border-top: 1px solid var(--sp-company-line-soft);
}

.sp-company-product-index {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border-block: 1px solid var(--sp-company-line);
}

.sp-company-product-index section {
	min-width: 0;
	padding: 26px 20px;
	border-left: 1px solid var(--sp-company-line);
}

.sp-company-product-index section:last-child {
	border-left: 0;
}

.sp-company-product-index h3 {
	min-height: 56px;
	color: var(--sp-company-teal);
	font-size: 0.95rem;
	font-weight: 850;
	line-height: 1.8;
}

.sp-company-product-index ul {
	display: grid;
	gap: 7px;
	margin-top: 12px;
}

.sp-company-product-index li {
	position: relative;
	padding-right: 13px;
	color: var(--sp-company-muted);
	font-size: 0.82rem;
	line-height: 1.85;
}

.sp-company-product-index li::before {
	content: "";
	position: absolute;
	top: 0.82em;
	right: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--sp-company-copper);
}

.sp-company-project-band {
	border-block: 1px solid rgba(11, 143, 134, 0.18);
	padding-block: 42px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(232, 247, 246, 0.86)),
		repeating-linear-gradient(0deg, transparent 0 25px, rgba(7, 62, 98, 0.035) 25px 26px);
}

.sp-company-project-band__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.7fr);
	gap: 48px;
	align-items: center;
}

.sp-company-project-band p {
	margin-top: 18px;
	color: #385866;
	font-size: 0.94rem;
	line-height: 2.05;
}

.sp-company-project-band aside {
	border-right: 2px solid var(--sp-company-teal);
	padding-right: 24px;
}

.sp-company-project-band h3 {
	color: var(--sp-company-teal);
	font-size: 1rem;
	font-weight: 900;
}

.sp-company-project-band aside p {
	margin-top: 9px;
	font-size: 0.86rem;
}

.sp-company-section--commitment {
	padding-bottom: 78px;
}

.sp-company-commitment-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--sp-company-line);
}

.sp-company-commitment-list > div {
	min-width: 0;
	padding: 28px 22px 0;
	border-left: 1px solid var(--sp-company-line);
}

.sp-company-commitment-list > div:last-child {
	border-left: 0;
}

.sp-company-commitment-list strong {
	display: block;
	color: var(--sp-company-teal);
	font-size: 1rem;
	font-weight: 900;
}

.sp-company-commitment-list p {
	margin-top: 9px;
	color: var(--sp-company-muted);
	font-size: 0.87rem;
	line-height: 1.95;
}

/* Contact page */

.sp-company-hero--contact .sp-company-hero__grid {
	min-height: 510px;
}

.sp-company-hero--contact .sp-company-hero__copy p {
	max-width: 560px;
}

.sp-company-contact-rail {
	position: relative;
	z-index: 2;
	margin-top: -18px;
}

.sp-company-contact-rail__grid {
	display: grid;
	grid-template-columns: 0.9fr 0.8fr 0.95fr 1.45fr 0.9fr;
	overflow: hidden;
	border: 1px solid var(--sp-company-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 62, 98, 0.09);
}

.sp-company-contact-item {
	display: flex;
	min-width: 0;
	gap: 12px;
	align-items: flex-start;
	padding: 24px 18px;
	border-left: 1px solid var(--sp-company-line);
}

.sp-company-contact-item:last-child {
	border-left: 0;
}

.sp-company-contact-item__icon {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	color: var(--sp-company-teal);
}

.sp-company-contact-item__icon svg {
	width: 26px;
	height: 26px;
}

.sp-company-contact-item > div {
	display: grid;
	min-width: 0;
	gap: 4px;
}

.sp-company-contact-item strong {
	color: var(--sp-company-navy);
	font-size: 0.93rem;
	font-weight: 900;
	line-height: 1.6;
}

.sp-company-contact-item a,
.sp-company-contact-item span {
	overflow-wrap: anywhere;
	color: var(--sp-company-muted);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.8;
}

.sp-company-contact-item a:hover,
.sp-company-contact-item a:focus-visible {
	color: var(--sp-company-teal);
}

.sp-company-route-rail {
	padding-block: 28px;
}

.sp-company-route-rail__grid {
	display: grid;
	grid-template-columns: 1.15fr repeat(3, 1fr);
	align-items: stretch;
	border-block: 1px solid var(--sp-company-line);
}

.sp-company-route-rail__grid > strong,
.sp-company-route-rail__grid > a {
	display: flex;
	min-height: 74px;
	gap: 11px;
	align-items: center;
	padding: 15px 22px;
	border-left: 1px solid var(--sp-company-line);
	color: var(--sp-company-navy);
	font-size: 0.92rem;
	font-weight: 850;
}

.sp-company-route-rail__grid > a:last-child {
	border-left: 0;
}

.sp-company-route-rail__grid > a {
	transition: background 160ms ease, color 160ms ease;
}

.sp-company-route-rail__grid > a svg {
	color: var(--sp-company-copper);
}

.sp-company-route-rail__grid > a:hover,
.sp-company-route-rail__grid > a:focus-visible {
	background: var(--sp-company-soft);
	color: var(--sp-company-teal);
}

.sp-company-location {
	padding-bottom: 24px;
}

.sp-company-location__map {
	position: relative;
	display: grid;
	min-height: 320px;
	overflow: hidden;
	border: 1px solid rgba(7, 62, 98, 0.12);
	border-radius: 8px;
	place-items: center start;
	background:
		linear-gradient(28deg, transparent 46%, rgba(7, 62, 98, 0.08) 46% 48%, transparent 48%),
		linear-gradient(122deg, transparent 44%, rgba(11, 143, 134, 0.1) 44% 46%, transparent 46%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.74) 62%),
		repeating-linear-gradient(0deg, #eef5f7 0 2px, transparent 2px 42px),
		repeating-linear-gradient(90deg, #eef5f7 0 2px, transparent 2px 46px),
		#f8fbfc;
}

.sp-company-location__map::before,
.sp-company-location__map::after {
	content: "";
	position: absolute;
	border: 2px solid rgba(11, 143, 134, 0.13);
	border-radius: 28px;
	transform: rotate(-8deg);
}

.sp-company-location__map::before {
	inset: 21% 31% 25% 8%;
}

.sp-company-location__map::after {
	inset: 8% 8% 58% 46%;
}

.sp-company-location__copy {
	position: relative;
	z-index: 2;
	max-width: 490px;
	margin-right: 7%;
	border-right: 3px solid var(--sp-company-teal);
	padding: 22px 28px 22px 0;
}

.sp-company-location__copy p {
	margin-top: 17px;
	color: var(--sp-company-muted);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 2;
}

.sp-company-location__copy .sp-company-button {
	margin-top: 20px;
}

.sp-company-location__pin {
	position: absolute;
	z-index: 2;
	top: 42%;
	left: 27%;
	display: grid;
	width: 62px;
	height: 62px;
	border: 8px solid rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	place-items: center;
	background: var(--sp-company-teal);
	box-shadow: 0 14px 32px rgba(7, 62, 98, 0.2);
	color: #ffffff;
}

.sp-company-location__pin svg {
	width: 28px;
	height: 28px;
}

.sp-company-section--process {
	padding-top: 58px;
}

.sp-company-process {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-block: 1px solid var(--sp-company-line);
}

.sp-company-process li {
	position: relative;
	display: grid;
	min-width: 0;
	grid-template-columns: auto auto minmax(0, 1fr);
	gap: 15px;
	align-items: center;
	padding: 28px 26px;
	border-left: 1px solid var(--sp-company-line);
}

.sp-company-process li:last-child {
	border-left: 0;
}

.sp-company-process__number {
	color: var(--sp-company-teal);
	font-size: 1.65rem;
	font-weight: 900;
}

.sp-company-process__icon {
	color: var(--sp-company-teal);
}

.sp-company-process__icon svg {
	width: 34px;
	height: 34px;
}

.sp-company-process strong {
	display: block;
	color: var(--sp-company-navy);
	font-size: 0.96rem;
	font-weight: 900;
	line-height: 1.7;
}

.sp-company-process p {
	margin-top: 4px;
	color: var(--sp-company-muted);
	font-size: 0.82rem;
	line-height: 1.8;
}

.sp-company-response-note {
	display: flex;
	min-height: 64px;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	border-radius: 8px;
	padding: 14px 20px;
	background: linear-gradient(90deg, rgba(11, 143, 134, 0.04), rgba(11, 143, 134, 0.12), rgba(11, 143, 134, 0.04));
	color: var(--sp-company-teal);
}

.sp-company-response-note p {
	color: #345864;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.9;
}

@media (max-width: 1100px) {
	.sp-company-hero__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
		gap: 28px;
	}

	.sp-company-product-index {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sp-company-product-index section:nth-child(3) {
		border-left: 0;
	}

	.sp-company-product-index section:nth-child(n + 4) {
		border-top: 1px solid var(--sp-company-line);
	}

	.sp-company-contact-rail__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sp-company-contact-item:nth-child(3) {
		border-left: 0;
	}

	.sp-company-contact-item:nth-child(n + 4) {
		border-top: 1px solid var(--sp-company-line);
	}
}

@media (max-width: 820px) {
	.sp-company-shell {
		width: min(100% - 28px, 680px);
	}

	.sp-company-hero__grid {
		min-height: auto;
		grid-template-areas:
			"copy"
			"media";
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
		padding-block: 42px 38px;
	}

	.sp-company-hero__copy {
		max-width: none;
		justify-self: stretch;
	}

	.sp-company-hero__copy h1 {
		max-width: none;
		font-size: clamp(2rem, 8vw, 3.05rem);
	}

	.sp-company-hero__media {
		min-height: 330px;
	}

	.sp-company-hero__media img {
		min-height: 330px;
	}

	.sp-company-section {
		padding-block: 58px;
	}

	.sp-company-section__heading {
		display: grid;
		grid-template-columns: 1fr;
	}

	.sp-company-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 34px;
	}

	.sp-company-timeline::before {
		display: none;
	}

	.sp-company-timeline li::before {
		margin-top: 0;
	}

	.sp-company-project-band__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sp-company-commitment-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sp-company-commitment-list > div:nth-child(2) {
		border-left: 0;
	}

	.sp-company-commitment-list > div:nth-child(n + 3) {
		margin-top: 26px;
		padding-top: 26px;
		border-top: 1px solid var(--sp-company-line);
	}

	.sp-company-route-rail__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.sp-company-route-rail__grid > strong {
		grid-column: 1 / -1;
		min-height: 56px;
		border-left: 0;
		border-bottom: 1px solid var(--sp-company-line);
	}

	.sp-company-location__pin {
		left: 12%;
	}

	.sp-company-process {
		grid-template-columns: 1fr;
	}

	.sp-company-process li {
		border-left: 0;
		border-bottom: 1px solid var(--sp-company-line);
	}

	.sp-company-process li:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 620px) {
	.sp-company-shell {
		width: min(100% - 24px, 560px);
	}

	.sp-company-hero {
		background-size: 36px 36px;
	}

	.sp-company-hero__grid {
		padding-top: 30px;
	}

	.sp-company-hero__copy h1 {
		font-size: clamp(1.8rem, 8.6vw, 2.45rem);
		line-height: 1.5;
	}

	.sp-company-hero__copy p,
	.sp-company-hero__copy .sp-company-hero__lead {
		font-size: 0.94rem;
	}

	.sp-company-actions,
	.sp-company-actions .sp-company-button {
		width: 100%;
	}

	.sp-company-hero__media,
	.sp-company-hero__media img {
		min-height: 245px;
	}

	.sp-company-hero__media::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0.55));
	}

	.sp-company-section {
		padding-block: 48px;
	}

	.sp-company-section__heading {
		margin-bottom: 28px;
	}

	.sp-company-timeline,
	.sp-company-product-index,
	.sp-company-commitment-list,
	.sp-company-contact-rail__grid,
	.sp-company-route-rail__grid {
		grid-template-columns: 1fr;
	}

	.sp-company-timeline {
		gap: 28px;
	}

	.sp-company-timeline li {
		display: grid;
		grid-template-columns: 20px minmax(0, 1fr);
		column-gap: 14px;
		padding: 0;
		text-align: right;
	}

	.sp-company-timeline li::before {
		grid-row: 1 / span 3;
		grid-column: 1;
		margin: 9px auto 0;
	}

	.sp-company-timeline__year,
	.sp-company-timeline strong,
	.sp-company-timeline p {
		grid-column: 2;
	}

	.sp-company-timeline p {
		margin-top: 4px;
	}

	.sp-company-product-index section,
	.sp-company-product-index section:nth-child(3),
	.sp-company-product-index section:nth-child(n + 4) {
		border-top: 0;
		border-left: 0;
		border-bottom: 1px solid var(--sp-company-line);
		padding-inline: 4px;
	}

	.sp-company-product-index section:last-child {
		border-bottom: 0;
	}

	.sp-company-product-index h3 {
		min-height: 0;
	}

	.sp-company-commitment-list > div,
	.sp-company-commitment-list > div:nth-child(2),
	.sp-company-commitment-list > div:nth-child(n + 3) {
		margin-top: 0;
		border-top: 0;
		border-left: 0;
		border-bottom: 1px solid var(--sp-company-line);
		padding: 22px 4px;
	}

	.sp-company-commitment-list > div:last-child {
		border-bottom: 0;
	}

	.sp-company-contact-rail {
		margin-top: -8px;
	}

	.sp-company-contact-item,
	.sp-company-contact-item:nth-child(3),
	.sp-company-contact-item:nth-child(n + 4) {
		border-top: 0;
		border-left: 0;
		border-bottom: 1px solid var(--sp-company-line);
	}

	.sp-company-contact-item:last-child {
		border-bottom: 0;
	}

	.sp-company-route-rail__grid > strong,
	.sp-company-route-rail__grid > a {
		border-left: 0;
		border-bottom: 1px solid var(--sp-company-line);
	}

	.sp-company-route-rail__grid > a:last-child {
		border-bottom: 0;
	}

	.sp-company-location__map {
		min-height: 410px;
		place-items: end stretch;
	}

	.sp-company-location__copy {
		max-width: none;
		margin: 0 18px 20px;
		border-right: 0;
		border-top: 3px solid var(--sp-company-teal);
		padding: 20px 0 0;
	}

	.sp-company-location__pin {
		top: 14%;
		left: calc(50% - 31px);
	}

	.sp-company-process li {
		grid-template-columns: auto auto minmax(0, 1fr);
		padding-inline: 4px;
	}

	.sp-company-response-note {
		align-items: flex-start;
		text-align: right;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sp-company-page *,
	.sp-company-page *::before,
	.sp-company-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
