.technology-body {
	background: #eeeeee;
}

.technology-page {
	padding-top: 30px;
	background: #eeeeee;
}

body.technology-body.technology-subpage #top,
body.technology-body.technology-subpage #tpl5-header-nav {
	position: relative !important;
	top: auto !important;
	z-index: 1000 !important;
}

body.technology-body.technology-subpage .technology-page {
	padding-top: 30px !important;
}

body.technology-body.technology-subpage .third-info-bar {
	border-bottom: 0 !important;
}

body.technology-body.technology-subpage .third-nav {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.technology-container {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.technology-banner-panel,
.technology-panel {
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(15, 31, 48, 0.08);
}

.technology-banner-panel {
	padding: 22px;
}

.technology-banner {
	position: relative;
	overflow: hidden;
	background: #0b1420;
}

.technology-banner__viewport {
	position: relative;
	min-height: 410px;
}

.technology-banner__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.technology-banner__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.technology-banner__link {
	position: relative;
	display: block;
	min-height: 410px;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.technology-banner__link img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.technology-banner__shade {
	display: none;
}

.technology-banner__content {
	position: absolute;
	left: 42px;
	right: 72px;
	bottom: 64px;
	z-index: 1;
	max-width: 1040px;
}

.technology-banner__eyebrow {
	display: block;
	margin-bottom: 14px;
	color: #e2bd6b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.technology-banner__content strong {
	display: block;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.22;
}

.technology-banner__control {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	border: 0;
	border-radius: 50%;
	background: rgba(7, 18, 31, 0.38);
	cursor: pointer;
}

.technology-banner__control::before {
	content: "";
	position: absolute;
	top: 15px;
	width: 14px;
	height: 14px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}

.technology-banner__control--prev {
	left: 26px;
}

.technology-banner__control--prev::before {
	left: 18px;
	transform: rotate(-45deg);
}

.technology-banner__control--next {
	right: 26px;
}

.technology-banner__control--next::before {
	right: 18px;
	transform: rotate(135deg);
}

.technology-banner__dots {
	position: absolute;
	left: 42px;
	bottom: 28px;
	z-index: 2;
	display: flex;
	gap: 8px;
}

.technology-banner__dots button {
	width: 13px;
	height: 13px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
}

.technology-banner__dots button.is-active {
	background: #f0b24c;
}

.technology-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(300px, 1fr);
	gap: 24px;
	align-items: stretch;
}

.technology-panel {
	padding: 24px 26px 28px;
}

.technology-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 26px;
	padding-bottom: 14px;
	border-bottom: 2px solid #c8c8c8;
	color: #2c2c2c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.technology-section-title a,
.technology-section-title > span:last-child:not(:first-child) {
	color: #b7b7b7;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.technology-section-title a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.technology-article-item {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 24px;
	padding-bottom: 26px;
	border-bottom: 1px dashed #d6dbe1;
}

.technology-article-item + .technology-article-item {
	padding-top: 28px;
}

.technology-article-item__media {
	position: relative;
	display: block;
	width: 250px;
	background: #eef2f6;
	overflow: hidden;
}

.technology-article-item__media img {
	display: block;
	width: 100%;
	height: 156px;
	object-fit: cover;
}

.technology-article-item__badge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 12px;
	background: var(--brand-orange);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.technology-article-item__body {
	min-width: 0;
}

.technology-article-item__body h3 {
	margin: -2px 0 9px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.technology-article-item__body h3 a {
	color: #111111;
}

.technology-article-item__body h3 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.technology-article-item__authors {
	margin: 0 0 8px;
	color: #1f2933;
	font-size: 14px;
	line-height: 1.45;
}

.technology-article-item__source {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 0 0 8px;
	color: #667382;
	font-size: 14px;
	line-height: 1.45;
}

.technology-article-item__source strong {
	color: #9aa3ad;
	font-style: italic;
	font-weight: 700;
}

.technology-article-item__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0 12px;
	align-items: center;
	color: #6a7480;
	font-size: 14px;
	line-height: 1.45;
}

.technology-article-item__actions a {
	color: #5a6675;
}

.technology-article-item__actions a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.technology-article-item__actions a span {
	color: var(--brand-orange);
}

.technology-article-item__pdf.is-disabled {
	color: #9aa3ad;
	pointer-events: none;
}

.technology-article-item__content-source {
	display: none;
}

.technology-info-panel {
	display: flex;
	justify-content: center;
}

.technology-info-card {
	width: 100%;
	max-width: 360px;
	padding: 4px 0 0;
	text-align: center;
}

.technology-info-card__cover {
	display: block;
	width: min(230px, 82%);
	height: auto;
	max-height: 210px;
	margin: 0 auto 22px;
	object-fit: contain;
}

.technology-info-card__content {
	text-align: left;
	color: #606060;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.55;
}

.technology-info-card__content h1,
.technology-info-card__content h2,
.technology-info-card__content h3 {
	margin: 0 0 14px;
	text-align: center;
	color: #111111;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.2;
	font-style: italic;
}

.technology-info-card__content p {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.55;
}

.technology-info-card__content strong,
.technology-info-card__content b {
	font-size: 13px;
	line-height: 1.55;
}

.technology-info-card__content img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.technology-board-panel {
	padding-bottom: 34px;
}

.technology-board-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 28px 24px;
	align-items: start;
}

.technology-board-card {
	min-width: 0;
	text-align: center;
}

.technology-board-card__media {
	display: block;
	background: #e5ebf1;
	overflow: hidden;
}

.technology-board-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 3.75;
	object-fit: cover;
}

.technology-board-card h3 {
	margin: 12px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.technology-board-card h3 a {
	color: #38639a;
}

.technology-board-card h3 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.technology-news-panel,
.technology-partners-panel {
	padding-bottom: 34px;
}

.technology-news-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.technology-news-item {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
}

.technology-news-item__media {
	display: block;
	width: 260px;
	background: #eef2f6;
	overflow: hidden;
}

.technology-news-item__media img {
	display: block;
	width: 100%;
	height: 118px;
	object-fit: cover;
}

.technology-news-item__body {
	min-width: 0;
}

.technology-news-item__body h3 {
	margin: 0 0 8px;
	max-width: 840px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.technology-news-item__body h3 a {
	color: #111111;
}

.technology-news-item__body h3 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.technology-news-item__body p {
	margin: 0;
	color: #7b8794;
	font-size: 14px;
	line-height: 1.4;
}

.technology-partners-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 28px;
	align-items: stretch;
	max-width: 980px;
}

.technology-partner-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 24px;
	border: 1px solid #dde3eb;
	background: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.technology-partner-card img {
	display: block;
	max-width: 100%;
	max-height: 104px;
	object-fit: contain;
}

.technology-partner-card span {
	color: #38639a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.technology-partner-card:hover {
	border-color: #b8c6d7;
	text-decoration: none;
}

@media (max-width: 1180px) {
	.technology-article-item {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.technology-article-item__media {
		width: 220px;
	}

	.technology-board-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.technology-partners-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.technology-main-grid {
		grid-template-columns: 1fr;
	}

	.technology-info-card {
		max-width: 520px;
	}
}

@media (max-width: 780px) {
	.technology-page {
		padding-top: 18px;
	}

	.technology-container {
		gap: 18px;
	}

	.technology-banner-panel,
	.technology-panel {
		padding: 16px;
	}

	.technology-banner__viewport,
	.technology-banner__link {
		min-height: 320px;
	}

	.technology-banner__content {
		left: 22px;
		right: 22px;
		bottom: 56px;
	}

	.technology-banner__content strong {
		font-size: 26px;
	}

	.technology-banner__control {
		width: 38px;
		height: 38px;
		margin-top: -19px;
	}

	.technology-banner__control--prev {
		left: 14px;
	}

	.technology-banner__control--next {
		right: 14px;
	}

	.technology-banner__dots {
		left: 22px;
		bottom: 22px;
	}

	.technology-section-title {
		font-size: 23px;
	}

	.technology-article-item {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.technology-article-item__media {
		width: 100%;
	}

	.technology-article-item__media img {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.technology-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.technology-news-item {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.technology-news-item__media {
		width: 100%;
	}

	.technology-news-item__media img {
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 480px) {
	.technology-board-grid,
	.technology-partners-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 920px) {
	.technology-main-grid > *,
	.technology-article-item__body,
	.technology-info-card__content,
	.technology-news-item__body,
	.technology-board-card,
	.technology-partner-card {
		min-width: 0;
	}

	.technology-info-card {
		margin-left: auto;
		margin-right: auto;
	}

	.technology-banner__content strong,
	.technology-article-item__body h3,
	.technology-info-card__content,
	.technology-board-card h3,
	.technology-news-item__body h3,
	.technology-partner-card span {
		overflow-wrap: anywhere;
	}
}

@media (max-width: 780px) {
	.technology-section-title {
		gap: 10px;
		flex-wrap: wrap;
	}

	.technology-info-card {
		padding: 22px 18px;
	}

	.technology-info-card__cover {
		max-width: 190px;
	}

	.technology-partner-card {
		min-height: 128px;
		padding: 18px;
	}
}

@media (max-width: 480px) {
	.technology-banner__viewport,
	.technology-banner__link {
		min-height: 280px;
	}

	.technology-banner__content {
		left: 16px;
		right: 16px;
		bottom: 46px;
	}

	.technology-banner__content strong {
		font-size: 21px;
	}

	.technology-banner__control {
		display: none;
	}

	.technology-panel,
	.technology-banner-panel {
		padding: 14px;
	}
}
