.smx-content p {
	margin: 0 0 14px;
	line-height: 1.8;
}

.smx-section__title {
	font-size: 20px;
	margin: 0 0 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(32, 198, 255, 0.2);
}

.smx-about__heading {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(32, 198, 255, 0.2);
}

.smx-hero__title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.smx-hero--image {
	position: relative;
	display: flex;
	align-items: flex-end;
	background-color: #f3f4f6;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.smx-hero__overlay {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 16px 24px;
	position: relative;
	z-index: 1;
}

.smx-hero__catch {
	margin: 0;
	color: #ffffff;
	font-size: clamp(32px, 5.6vw, 52px);
	line-height: 1.2;
	text-align: left;
	font-weight: 600;
	letter-spacing: 0.01em;
	display: inline-block;
	max-width: 520px;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
	.smx-hero__catch {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.smx-hero__overlay {
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 32px;
	}

	.smx-hero__catch {
		white-space: nowrap;
	}
}


.smx-btn,
a.smx-cta__link.smx-btn,
button.smx-contact__submit.smx-btn,
.wp-block-button__link {
	background-image: none !important;
	background-color: #111827 !important;
	color: #ffffff !important;
}

.smx-btn:hover,
.smx-btn:focus-visible,
a.smx-cta__link.smx-btn:hover,
a.smx-cta__link.smx-btn:focus-visible,
button.smx-contact__submit.smx-btn:hover,
button.smx-contact__submit.smx-btn:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	background-image: none !important;
	background-color: #0f172a !important;
}

.smx-company-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e7eb;
	font-size: 15px;
}

.smx-company-table th,
.smx-company-table td {
	border: 1px solid #e5e7eb;
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
}

.smx-company-table th {
	background: #f3f4f6;
	font-weight: 600;
	width: 28%;
	white-space: nowrap;
}

.smx-company-table td {
	background: #ffffff;
}

@media (max-width: 767px) {
	.smx-company-table {
		font-size: 14px;
	}

	.smx-company-table th,
	.smx-company-table td {
		padding: 10px 12px;
	}
}
