:root {
	--page-bg: #ececec;
	--surface: #ffffff;
	--surface-alt: #f7f9fb;
	--surface-line: #d8dde3;
	--nav-dark: #353535;
	--nav-blue: #1a3877;
	--nav-blue-deep: #015baa;
	--brand-blue: #006fb7;
	--brand-blue-deep: #0157a3;
	--brand-orange: #e9711c;
	--title-color: #222222;
	--body-color: #444444;
	--muted-color: #666666;
	--page-width: 1500px;
	--gutter: 24px;
	--shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	--technology-header-offset: 0px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--page-bg);
	color: var(--body-color);
	font-family: "Times New Roman", Times, serif;
	line-height: 1.7;
}

body.home-white-page,
body.home-white-page .main,
body.home-white-page #pkp_content_main,
body.home-white-page .container,
body.home-white-page .tpl5,
body.home-white-page .com-bottom,
body.home-white-page .bannerwrap {
	background: #ffffff !important;
}

body.home-white-page .footer,
body.home-white-page #pkp_content_footer,
body.home-white-page #pkp_content_footer .i-footer,
body.home-white-page #pkp_content_footer .container {
	background: #4c4c4c !important;
}

body.home-white-page .home-section,
body.home-white-page .tpl5-journals-row,
body.home-white-page .home-split,
body.home-white-page .resource-grid,
body.home-white-page .news-layout,
body.home-white-page .special-strip,
body.home-white-page .institute-banner,
body.home-white-page .sponsor-strip,
body.home-white-page .side-stack,
body.home-white-page .home-side-card {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

a {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	width: min(var(--page-width), calc(100% - 32px));
	margin: 0 auto;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.j-sub-nav {
	background: var(--nav-dark);
}

.j-sub-nav .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.j-i-logo {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	color: #ffffff;
}

.j-i-logo:hover {
	color: #ffffff;
	text-decoration: none;
}

.j-i-logo img {
	width: 76px;
	flex: none;
}

.j-logo-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.j-logo-text strong {
	color: #ffffff;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.05;
	font-weight: 700;
}

.j-logo-text em {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.quick-links a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.quick-links a:hover {
	color: #ffffff;
	text-decoration: none;
}

.j-searchBox {
	background: #ffffff;
	border-bottom: 0;
}

.search-box-grid {
	display: grid;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 10px;
}

.search-brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
}

.search-brand__home {
	display: inline-block;
	line-height: 0;
}

.search-brand__logo {
	display: block;
	width: min(24vw, 220px);
	min-width: 120px;
	max-width: 220px;
	height: auto;
}

.mobile-nav-toggle {
	display: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.mobile-nav-toggle span {
	display: none;
}

.search-panel {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.j-searchBox-con {
	margin: 0;
}

.technology-topbar-nav,
#technologySearchToggle {
	display: none;
}

.search-toggle-btn {
	display: none;
}

.search-panel__dropdown[hidden] {
	display: none !important;
}

.search-toolbar {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.search-filter {
	position: relative;
}

.search-filter::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.search-filter select {
	width: 100%;
	height: 46px;
	padding: 0 36px 0 16px;
	border: 0;
	border-radius: 8px;
	background: #ffffff;
	color: #444444;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	appearance: none;
	box-shadow: 0 0 0 1px #d8dfe7 inset;
}

.keyCon {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: center;
}

.search-panel__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.j-searchBox .text {
	width: 100%;
	height: 46px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: #ffffff;
	color: #222222;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	box-shadow: 0 0 0 1px #d8dfe7 inset;
}

.j-searchBox .text:focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(235, 125, 37, 0.35) inset, 0 0 0 3px rgba(235, 125, 37, 0.08);
}

.j-searchBox .sub {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 8px;
	background: #eb7d25;
	color: #ffffff;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	cursor: pointer;
}

.search-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 0 0 1px #d8dfe7 inset;
	color: #151515;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.search-login:hover {
	text-decoration: none;
	box-shadow: 0 0 0 1px #eb7d25 inset;
	transform: translateY(-1px);
}

.search-login svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.search-panel__footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 6px;
}

body:not(.has-third-nav) .technology-topbar-nav,
body:not(.has-third-nav) #technologySearchToggle {
	display: none !important;
}

body:not(.has-third-nav) .search-panel {
	display: block;
	width: 100%;
	max-width: 720px;
	margin-left: auto;
}

body:not(.has-third-nav) .search-panel .j-searchBox-con {
	display: block;
}

body:not(.has-third-nav) .search-panel__row {
	display: flex;
	align-items: center;
	gap: 10px;
}

body:not(.has-third-nav) .search-panel__dropdown {
	display: block !important;
	flex: 1;
}

body:not(.has-third-nav) .search-toolbar {
	grid-template-columns: 116px minmax(0, 1fr);
}

body:not(.has-third-nav) .keyCon {
	grid-template-columns: minmax(0, 1fr);
}

body:not(.has-third-nav) .search-panel__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: none;
}

body:not(.has-third-nav) .search-submit-default {
	display: inline-flex;
}

body:not(.has-third-nav) .search-panel__footer {
	display: flex;
	justify-content: flex-end;
}

.search-advanced {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 4px;
	color: #7a8798;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.search-advanced:hover {
	color: #eb7d25;
	text-decoration: none;
}

body.has-third-nav #top {
	position: relative;
	z-index: 1000;
	background: #ffffff;
}

body.has-third-nav .technology-page {
	padding-top: 30px;
}

body.has-third-nav .j-searchBox {
	border-bottom: 1px solid #dfe4ea;
}

body.has-third-nav .search-box-grid {
	grid-template-columns: minmax(90px, 130px) minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	padding-top: 10px;
	padding-bottom: 8px;
}

body.has-third-nav .search-brand__logo {
	width: min(12vw, 110px);
	min-width: 60px;
	max-width: 110px;
}

body.has-third-nav .search-panel {
	display: block;
	flex: none;
	width: auto;
	max-width: 560px;
	margin-left: 0;
	align-self: center;
}

body.has-third-nav #tpl5-header-nav[hidden] {
	display: none !important;
}

body.has-third-nav .technology-topbar-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	min-width: 0;
	flex-wrap: nowrap;
}

body.has-third-nav .technology-topbar-nav .top-menu {
	flex: 0 1 auto;
	margin-left: 0;
	justify-content: flex-end;
	padding-top: 0;
	align-items: center;
	min-width: 0;
	flex-wrap: nowrap;
}

body.has-third-nav #technologySearchToggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #eb7d25;
	color: #ffffff;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	cursor: pointer;
}

body.has-third-nav .search-submit-default {
	display: none !important;
}

body.has-third-nav .search-login {
	width: 42px;
	height: 42px;
}

body.has-third-nav .search-panel .j-searchBox-con {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	white-space: nowrap;
}

body.has-third-nav .search-panel__row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-wrap: nowrap;
}

body.has-third-nav .search-panel__dropdown {
	display: none;
	flex: none;
}

body.has-third-nav .search-panel__dropdown[hidden] {
	display: none !important;
}

body.has-third-nav .search-panel.is-open .search-panel__dropdown {
	display: block;
}

body.has-third-nav .search-panel .search-toolbar {
	display: grid;
	grid-template-columns: 116px minmax(260px, 360px);
	gap: 10px;
	align-items: center;
	width: auto;
}

body.has-third-nav .search-panel .keyCon {
	grid-template-columns: minmax(260px, 360px);
}

body.has-third-nav .top-menu > li > a {
	height: 42px;
	line-height: 42px;
	padding-left: 13px;
	padding-right: 13px;
}

body.has-third-nav .search-panel .search-panel__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: none;
	flex-wrap: nowrap;
	white-space: nowrap;
}

body.has-third-nav .search-panel .search-panel__footer {
	padding-top: 0;
}

body.has-third-nav .third-info-bar,
body.has-third-nav .third-nav {
	position: relative;
	z-index: 900;
}

#tpl5-header-nav {
	background: #ffffff;
	box-shadow: none;
	border-bottom: 1px solid #dfe4ea;
	margin-top: -20px;
	position: relative;
	z-index: 1000;
}

#tpl5-header-nav .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.top-menu {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	justify-content: flex-end;
}

.top-menu > li {
	position: relative;
}

.top-menu > li > a {
	display: block;
	padding: 0 18px;
	height: 52px;
	line-height: 52px;
	color: #111111;
	font-size: 20px;
	font-weight: 700;
}

.top-menu > li.active > a,
.top-menu > li:hover > a,
.top-menu > li.is-open > a {
	background: var(--brand-blue);
	color: #ffffff;
	text-decoration: none;
}

.nav-second {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	display: none;
	background: var(--nav-blue-deep);
	box-shadow: var(--shadow);
	z-index: 1010;
}

.top-menu > li.is-open > .nav-second {
	display: block;
}

.mobile-nav-third {
	display: none;
}

.nav-second li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	position: relative;
}

.nav-second a,
.nav-second .nav-link-disabled {
	display: block;
	padding: 11px 16px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.45;
}

.nav-second .nav-link-disabled {
	cursor: default;
}

.nav-second a:hover {
	background: #0f4b89;
	text-decoration: none;
}

.third-info-bar {
	background: #ffffff;
	border-bottom: 0;
	position: relative;
	z-index: 900;
}

.third-info-bar__inner {
	display: grid;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	min-height: 84px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.third-info-bar__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	background: #ffffff;
	overflow: hidden;
}

.third-info-bar__media-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.third-info-bar__media-link:hover {
	text-decoration: none;
}

.third-info-bar__media img {
	display: block;
	max-width: 100%;
	max-height: 64px;
	object-fit: contain;
}

.third-info-bar__media span {
	color: #242424;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
}

.third-info-bar__body {
	min-width: 0;
}

.third-info-bar__keyword {
	margin: 0;
	color: #333333;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.45;
}

.third-info-bar__descrip {
	margin: 8px 0 0;
	color: var(--brand-orange);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.third-nav {
	background: #ffffff;
	border-bottom: 1px solid #dfe4ea;
	box-shadow: none;
	position: relative;
	z-index: 900;
}

.third-nav .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 68px;
}

.third-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	margin-left: auto;
}

.third-menu > li {
	position: relative;
}

.third-menu > li > a {
	display: inline-flex;
	align-items: center;
	height: 68px;
	line-height: 1.3;
	padding: 0;
	color: #5a5a5a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.third-menu > li.active > a,
.third-menu > li:hover > a,
.third-menu > li.is-open > a {
	background: transparent;
	color: #222222;
	text-decoration: none;
}

.third-fourth-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 260px;
	max-width: 360px;
	display: none;
	background: #ffffff;
	border: 1px solid #e4e8ee;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.third-menu > li.is-open > .third-fourth-menu {
	display: block;
}

.third-fourth-menu li {
	border-bottom: 1px solid #eef1f4;
}

.third-fourth-menu a {
	display: block;
	padding: 11px 16px;
	color: #444444;
	font-size: 15px;
	line-height: 1.45;
	white-space: normal;
}

.third-fourth-menu a:hover {
	background: #f4f7fb;
	color: #eb7d25;
	text-decoration: none;
}

.alert-rss {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.alert-rss a {
	color: var(--muted-color);
	font-size: 14px;
}

.alert-rss a:hover {
	color: var(--brand-blue);
	text-decoration: none;
}

.main {
	padding: 28px 0 42px;
}

.com-white {
	background: #ffffff;
}

.com-bottom {
	margin-bottom: 24px;
	box-shadow: var(--shadow);
}

.bannerwrap {
	padding: 0;
}

.j-banner {
	margin-bottom: 24px;
}

.banner-slider {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #0e2442;
	min-height: 460px;
}

.banner-slider__viewport {
	position: relative;
	min-height: 460px;
}

.banner-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.banner-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 1;
}

.banner-feature__link {
	display: block;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background: #0e2442;
	min-height: 460px;
}

.banner-feature__link:hover {
	color: #ffffff;
	text-decoration: none;
}

.banner-feature__media {
	position: absolute;
	inset: 0;
}

.banner-feature__media::after {
	content: none;
}

.banner-feature__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-feature__content {
	position: absolute;
	left: 38px;
	right: 38px;
	bottom: 36px;
	z-index: 1;
}

.banner-feature__eyebrow {
	margin: 0 0 10px;
	color: #ffca76;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.banner-feature__content h2 {
	margin: 0;
	color: #ffffff;
	font-size: 34px;
	line-height: 1.18;
	font-family: Georgia, "Times New Roman", serif;
}

.banner-feature__subtitle,
.banner-feature__summary {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
}

.banner-slider__control {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	border: 0;
	border-radius: 50%;
	background: rgba(8, 18, 34, 0.45);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
	cursor: pointer;
}

.banner-slider__control::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.banner-slider__control--prev {
	left: 20px;
}

.banner-slider__control--prev::before {
	margin-left: -3px;
	transform: rotate(-135deg);
}

.banner-slider__control--next {
	right: 20px;
}

.banner-slider__control--next::before {
	margin-left: -9px;
	transform: rotate(45deg);
}

.banner-slider__dots {
	position: absolute;
	left: 38px;
	bottom: 24px;
	z-index: 3;
	display: flex;
	gap: 10px;
}

.banner-slider__dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.38);
	cursor: pointer;
}

.banner-slider__dots button.is-active {
	background: #ffca76;
}

.tpl5-current {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.65fr);
	gap: 24px;
	align-items: start;
}

.j-current,
.j-current-cover,
.home-section,
.list-text {
	padding: 22px;
	border-radius: 8px;
}

.com-tit,
.commontit,
.navTitle {
	margin: 0 0 20px;
	padding-bottom: 14px;
	border-bottom: 2px solid #b3b3b3;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.com-tit a {
	display: inline;
	float: right;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}

.article-list-wrap {
	display: grid;
	gap: 18px;
}

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

.article-column {
	margin-bottom: 10px;
}

.columnli {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eaf1fb;
	color: var(--brand-blue-deep);
	font-size: 12px;
	font-weight: 700;
}

.article-list-time {
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
}

.article-list-time font {
	display: block;
	margin-bottom: 4px;
}

.j-current-cover a {
	display: block;
	text-align: center;
}

.j-current-cover__image {
	padding: 14px;
	border-radius: 8px;
	background: linear-gradient(180deg, #f7fafc 0, #e8eef5 100%);
}

.j-current-cover img {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.j-current-info .j-info-tit {
	margin: 0 0 10px;
	color: var(--nav-blue-deep);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.j-current-info p {
	margin: 0;
	font-size: 14px;
	color: #444444;
}

.j-current-info__eyebrow,
.j-current-info__editor-label {
	margin-top: 16px;
	color: #6a7b8f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.j-current-info__eyebrow {
	margin-top: 18px;
	margin-bottom: 8px;
	color: var(--brand-orange);
}

.j-current-info__editor-name {
	margin-top: 8px;
	color: #1d2b38;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	text-align: center;
}

.j-current-info__summary {
	margin-top: 14px !important;
	line-height: 1.7;
}

.j-current-info__summary--issue {
	white-space: pre-line;
	word-break: break-word;
}

.issue-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.tpl5-current-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 34px;
	align-items: stretch;
}

.tpl5-journals-row {
	display: grid;
	grid-template-columns: minmax(720px, 0.58fr) minmax(420px, 0.42fr);
	gap: 34px;
	align-items: stretch;
}

.tpl5-journals-main,
.home-events-panel {
	min-width: 0;
}

.home-journals-grid {
	display: grid;
	grid-template-columns: repeat(3, 248px);
	justify-content: flex-start;
	gap: 26px;
	align-items: start;
	min-height: 350px;
}

.home-journals-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 248px;
	height: 350px;
	max-width: 248px;
	background: #ffffff;
	overflow: hidden;
}

.home-journals-card img {
	display: block;
	width: 248px;
	height: 350px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.event-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 18px;
}

.event-list li {
	padding-bottom: 16px;
	border-bottom: 1px solid #e0e6ed;
}

.event-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.event-list a {
	display: block;
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
}

.event-list a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.event-list p {
	margin: 8px 0 0;
	color: #697684;
	font-size: 14px;
	line-height: 1.5;
}

.home-articles-shell {
	width: 100%;
	max-width: 100%;
}

.home-partners-shell {
	width: 100%;
	max-width: 100%;
}

.home-articles-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.home-article-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	background: #ffffff;
	border: 1px solid #d9dee5;
	overflow: hidden;
}

.home-article-card__media {
	position: relative;
	background: #edf2f7;
	overflow: hidden;
}

.home-article-card__media a {
	display: block;
}

.home-article-card__media img {
	display: block;
	width: 100%;
	height: 176px;
	object-fit: cover;
}

.home-article-card__badge {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 14px;
	background: var(--brand-orange);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.home-article-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 14px 12px 22px;
}

.home-article-card__body h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	font-family: Georgia, "Times New Roman", serif;
}

.home-article-card__body h4 a {
	color: #222222;
}

.home-article-card__body h4 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.home-article-card__authors {
	margin: 12px 0 0;
	color: #222222;
	font-size: 14px;
	line-height: 1.55;
}

.home-article-card__source {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 10px 0 0;
	color: #667382;
	font-size: 14px;
	line-height: 1.5;
}

.home-article-card__source strong {
	color: var(--brand-blue-deep);
	font-style: italic;
	font-weight: 700;
}

.home-article-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
	margin-top: 12px;
	color: #596676;
	font-size: 14px;
	line-height: 1.5;
}

.home-article-card__actions a {
	color: #596676;
}

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

.home-article-card__actions a span {
	color: var(--brand-orange);
}

.home-article-card__pdf.is-disabled {
	color: #9aa5b1;
	pointer-events: none;
}

.home-article-card__sep {
	color: #8a96a3;
}

.home-article-card__content-source {
	display: none;
}

.home-partners-shell .com-tit {
	padding-bottom: 16px;
	border-bottom: 1px solid #d8dfe7;
}

.home-partners-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
	padding-top: 22px;
}

.home-partner-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	background: #ffffff;
	border: 1px solid #d9dee5;
	overflow: hidden;
}

.home-partner-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 176px;
	padding: 12px;
	background: #ffffff;
	text-align: center;
}

.home-partner-card__media img {
	display: block;
	width: 100%;
	height: 152px;
	object-fit: contain;
}

.tpl5-current-main,
.j-current-panel {
	min-width: 0;
}

.j-current-panel {
	padding: 28px 26px 24px;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-sizing: border-box;
}

.j-current-panel .j-current-cover {
	padding: 0;
	border-radius: 0;
}

.j-current-panel .j-current-cover__image {
	padding: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
}

.j-current-panel .j-current-cover img {
	max-width: 136px;
	box-shadow: none;
}

.j-current-panel .j-current-info {
	margin-top: 26px;
}

.j-current-panel .j-current-info .j-info-tit {
	margin-bottom: 22px;
	color: #0f2f66;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
}

.j-current-meta {
	color: #111111;
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}

.j-current-meta__line {
	margin: 0;
	word-break: break-word;
}

.j-current-meta__line + .j-current-meta__line {
	margin-top: 8px;
}

.j-current-meta__line strong {
	font-weight: 700;
}

.j-current-meta__line--stacked {
	margin-top: 14px;
}

.j-current-meta__line--stacked:first-child {
	margin-top: 0;
}

.j-current-meta__line--value {
	margin-top: 4px !important;
	padding-left: 0;
}

.j-current-meta__line--link strong {
	text-decoration: underline;
}

.issue-article-grid--featured {
	gap: 46px;
	min-height: 430px;
	align-items: start;
}

.issue-article-card {
	display: flex;
	flex-direction: column;
	padding: 16px;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	background: #ffffff;
}

.issue-article-card--featured {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.issue-article-card__thumb {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	background: #dce6ef;
}

.issue-article-card__thumb--featured {
	border-radius: 0;
	background: #eef2f6;
}

.issue-article-card__thumb img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.issue-article-card__thumb--featured img {
	height: 286px;
}

.issue-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 16px;
}

.issue-article-card__body--featured {
	padding-top: 20px;
}

.issue-article-card__body h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", serif;
}

.issue-article-card__body h4 a {
	color: #222222;
}

.issue-article-card__body p {
	margin: 12px 0 0;
	color: #596675;
	font-size: 14px;
	line-height: 1.7;
}

.issue-article-card__body--featured h4 {
	font-size: 16px;
	line-height: 1.34;
}

.issue-article-card__body--featured h4 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.issue-article-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.issue-article-card__actions:empty {
	display: none;
}

.issue-article-card__action {
	color: var(--brand-blue);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.issue-article-card__action:hover {
	color: var(--brand-blue-deep);
}

.issue-article-card__author {
	color: #4f5a67;
	font-size: 15px;
	line-height: 1.75;
}

.tpl5-current-section .com-tit {
	margin-bottom: 28px;
}

.tpl5-current-section .com-tit a,
.tpl5-current-section .com-tit span {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}

.issue-article-card__meta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	margin-top: auto;
	padding-top: 16px;
	color: #6c7884;
	font-size: 13px;
}

.home-split,
.resource-grid,
.news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(260px, 0.55fr);
	gap: 24px;
}

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

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.feature-grid--two-col {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card {
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
}

.feature-card__media {
	position: relative;
	background: #dce6ef;
}

.feature-card__media img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.feature-card__badge,
.metric-item__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 4px;
	background: var(--brand-orange);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.feature-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
}

.feature-card__body {
	padding: 16px;
}

.feature-card__body h4,
.metric-item__body h4,
.home-issue-card h4,
.person-card h4,
.news-card__body h4 {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	font-family: Georgia, "Times New Roman", serif;
}

.feature-card__body h4 a,
.metric-item__body h4 a,
.home-issue-card h4 a,
.news-card__body h4 a {
	color: #222222;
}

.feature-card__authors,
.feature-card__meta,
.feature-card__desc {
	margin: 10px 0 0;
}

.feature-card__authors {
	color: #333333;
	font-size: 14px;
}

.feature-card__meta {
	color: #6c7884;
	font-size: 13px;
}

.feature-card__desc {
	color: #4d5966;
	font-size: 14px;
	line-height: 1.7;
}

.home-early-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 44px 52px;
}

.home-early-item {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.home-early-item__media {
	position: relative;
	border: 1px solid #d9dfe7;
	background: #edf2f7;
	overflow: hidden;
}

.home-early-item__media a {
	display: block;
}

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

.home-early-item__badge,
.home-ranking-item__badge {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 14px;
	background: var(--brand-orange);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.home-early-item__body {
	min-width: 0;
	padding-top: 6px;
}

.home-early-item__body h4 {
	margin: 0;
	font-size: 24px;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.home-early-item__body h4 a,
.home-ranking-item__body h4 a {
	color: #222222;
}

.home-early-item__body h4 a:hover,
.home-ranking-item__body h4 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.home-early-item__author,
.home-early-item__date {
	margin: 12px 0 0;
	color: #4b5561;
	font-size: 16px;
	line-height: 1.6;
}

.home-split {
	box-shadow: none;
	margin-bottom: 24px;
}

.home-ranking-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 22px;
}

.home-ranking-item a {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	color: inherit;
}

.home-ranking-item__media {
	position: relative;
	border: 1px solid #d9dfe7;
	background: #edf2f7;
	overflow: hidden;
}

.home-ranking-item__media img {
	display: block;
	width: 100%;
	height: 106px;
	object-fit: cover;
}

.home-ranking-item__body {
	min-width: 0;
	padding-top: 2px;
}

.home-ranking-item__body h4 {
	margin: 0;
	font-size: 19px;
	line-height: 1.45;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.home-ranking-item__body p {
	margin: 10px 0 0;
	color: #5e6a77;
	font-size: 14px;
	line-height: 1.6;
}

.metric-list {
	display: grid;
	gap: 16px;
}

.metric-list--cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-item {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #e0e6ed;
}

.metric-item--card {
	display: block;
	padding: 16px;
	border: 1px solid #e0e6ed;
	border-radius: 8px;
	background: #ffffff;
}

.metric-item--card:last-child {
	padding-bottom: 16px;
	border-bottom: 1px solid #e0e6ed;
}

.metric-item__head {
	margin-bottom: 12px;
}

.metric-item__channel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eaf1fb;
	color: var(--brand-blue-deep);
	font-size: 12px;
	font-weight: 700;
}

.metric-item__media {
	border-radius: 8px;
	overflow: hidden;
	background: #dce6ef;
}

.metric-item__media img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.metric-item__body {
	padding-top: 14px;
}

.metric-item__body p,
.home-issue-card p,
.person-card p,
.news-card__body p,
.news-card__body span {
	margin: 10px 0 0;
	color: #586574;
	font-size: 14px;
}

.home-issue-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px 24px;
}

.home-issue-card {
	text-align: center;
}

.home-issue-card__cover {
	display: block;
	background: #dce6ef;
	overflow: hidden;
}

.home-issue-card__cover img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.home-issue-card h4 {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.home-issue-card h4 a {
	color: #222222;
}

.home-issue-card h4 a:hover {
	color: var(--brand-blue-deep);
	text-decoration: none;
}

.home-issue-card__status {
	margin: 10px 0 0;
	color: #0a8e1f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.special-strip {
	padding: 24px 22px 18px;
	box-shadow: var(--shadow);
}

.special-strip__bar {
	display: flex;
	align-items: center;
	gap: 20px;
}

.special-strip__bar h3,
.institute-banner__copy h3 {
	margin: 0;
	color: #222222;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
}

.special-strip__arrow {
	position: relative;
	display: inline-flex;
	width: 24px;
	height: 24px;
	border: 2px solid var(--brand-orange);
	border-radius: 50%;
	flex: 0 0 auto;
}

.special-strip__arrow::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--brand-orange);
	border-right: 2px solid var(--brand-orange);
	transform: rotate(45deg);
}

.special-strip__divider {
	margin-top: 18px;
	height: 1px;
	background: #bdbdbd;
}

.institute-banner__copy p {
	margin: 8px 0 0;
	color: #5a6775;
	font-size: 15px;
}

.institute-banner {
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--shadow);
	background: #08111d;
}

.institute-banner__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 24px;
	height: 150px;
	text-decoration: none;
}

.institute-banner__logo img {
	display: block;
	width: 200px;
	max-width: 100%;
}

.editorial-board-carousel {
	overflow: hidden;
}

.editorial-board-track {
	display: flex;
	transition: transform 0.35s ease;
	will-change: transform;
}

.editorial-board-page {
	flex: 0 0 100%;
}

.editorial-board-gallery {
	display: grid;
	grid-template-columns: repeat(var(--editorial-columns, 8), minmax(0, 1fr));
	gap: 16px 22px;
}

.editorial-board-gallery__item {
	text-align: center;
}

.editorial-board-gallery__link {
	display: block;
	color: #0f4b9a;
}

.editorial-board-gallery__link:hover {
	text-decoration: none;
}

.editorial-board-gallery__photo {
	display: block;
	background: #f2f4f7;
}

.editorial-board-gallery__photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.26;
	object-fit: cover;
}

.editorial-board-gallery__name {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
	color: #0f4b9a;
}

.editorial-board-dots {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 22px;
}

.editorial-board-dots button {
	display: block;
	width: 48px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #e0e0e0;
	cursor: pointer;
}

.editorial-board-dots button.is-active {
	background: var(--brand-orange);
}

.people-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 16px;
}

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

.people-grid--scroll {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
}

.people-grid--scroll::-webkit-scrollbar {
	height: 8px;
}

.people-grid--scroll::-webkit-scrollbar-thumb {
	background: #c7d3e2;
	border-radius: 999px;
}

.person-card {
	text-align: center;
}

.person-card--nameonly {
	flex: 0 0 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 18px 16px;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
}

.person-card--nameonly h4 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.person-card__photo {
	border-radius: 8px;
	overflow: hidden;
	background: #edf2f7;
}

.person-card__photo img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.person-card h4 {
	margin-top: 14px;
	font-size: 17px;
}

.people-grid--editorial .person-card p {
	line-height: 1.7;
}

.resource-groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 42px;
	align-items: start;
}

.resource-groups--single {
	grid-template-columns: 1fr;
	gap: 0;
}

.resource-group__title {
	display: block;
	margin: 0 0 14px;
	color: #222222;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.resource-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.resource-links a,
.notice-list a {
	color: #1a3877;
	font-size: 15px;
	line-height: 1.5;
}

.notice-list {
	display: grid;
	gap: 14px;
}

.notice-list li {
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e6ed;
}

.notice-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.side-stack {
	display: block;
}

.home-side-card {
	display: grid;
	gap: 0;
}

.home-side-card__module + .home-side-card__module {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #e0e6ed;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 22px;
}

.news-card {
	border-bottom: 1px solid #e2e6ea;
	padding-bottom: 20px;
	overflow: hidden;
}

.news-card__media {
	background: #dce6ef;
	border-radius: 0;
}

.news-card__media img {
	display: block;
	width: 100%;
	height: 208px;
	object-fit: cover;
}

.news-card__body {
	padding: 16px 0 0;
}

.news-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.news-card__meta span {
	color: #6b7280;
	font-size: 14px;
	line-height: 1.5;
}

.sponsor-strip {
	padding: 20px 22px;
}

.sponsor-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: center;
}

.sponsor-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	padding: 12px 18px;
	border: 1px solid #e0e6ed;
	border-radius: 8px;
	background: linear-gradient(135deg, #0f2240 0, #1b4e96 100%);
}

.sponsor-card img {
	max-height: 58px;
	width: auto;
}

.sponsor-card--brand {
	background: linear-gradient(135deg, #13294a 0, #004f9e 100%);
}

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.6fr);
	gap: 24px;
}

.path-breadcrumb {
	margin-bottom: 18px;
	color: #666666;
	font-size: 14px;
}

.path-breadcrumb a {
	color: #666666;
}

.path-breadcrumb span::before {
	content: ">";
	margin: 0 8px;
	color: #9aa6b2;
}

.contentArea-left-bg {
	background: #ffffff;
	box-shadow: var(--shadow);
}

.about-article-blocks {
	display: grid;
	gap: 22px;
}

.about-article-card {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e5ea;
}

.about-article-card:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.about-article-card h3 {
	margin: 0 0 12px;
	color: #222222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 1.25;
}

.content-body {
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
}

.content-body > *:first-child {
	margin-top: 0;
}

.content-body > *:last-child {
	margin-bottom: 0;
}

.content-body h2,
.content-body h3,
.content-body h4 {
	color: #222222;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.4;
}

.content-body h2 {
	font-size: 30px;
	margin: 1.4em 0 0.7em;
}

.content-body h3 {
	font-size: 24px;
	margin: 1.3em 0 0.6em;
}

.content-body ul,
.content-body ol {
	margin: 0 0 1.1em 1.3em;
	list-style: disc;
}

.content-body ol {
	list-style: decimal;
}

.content-body img {
	margin: 16px 0;
	border-radius: 6px;
}

.content-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.content-body td,
.content-body th {
	padding: 10px 12px;
	border: 1px solid #d8dde3;
}

.content-body .download-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	height: 40px;
	border-radius: 4px;
	background: var(--brand-blue);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.content-body .download-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.download-link__label {
	display: inline-flex;
	align-items: center;
}

.footer {
	background: #4c4c4c;
	color: rgba(255, 255, 255, 0.82);
}

.i-footer {
	padding: 40px 0 22px;
	background: #4c4c4c;
}

.footer .container {
	background: #4c4c4c !important;
	box-shadow: none !important;
}

.footer-main-grid {
	display: grid;
	grid-template-columns: minmax(620px, 1fr) minmax(170px, 0.28fr) minmax(170px, 0.28fr) minmax(140px, 0.22fr);
	column-gap: 86px;
	row-gap: 0;
	align-items: start;
}

.footer-brand-block,
.footer-link-group {
	min-width: 0;
}

.footer-link-group {
	padding-left: 0;
}

.footer-brand-logo {
	display: inline-block;
	margin-bottom: 104px;
}

.footer-brand-logo img {
	display: block;
	width: 130px;
	height: auto;
}

.footer-brand-copy {
	color: rgba(255, 255, 255, 0.96);
	font-size: 16px;
	line-height: 1.75;
	white-space: pre;
}

.footer-brand-block {
	grid-column: 1;
	grid-row: 1;
}

.footer-main-grid > .footer-link-group:nth-of-type(2) {
	grid-column: 2;
	grid-row: 1;
}

.footer-main-grid > .footer-link-group:nth-of-type(3) {
	grid-column: 3;
	grid-row: 1;
}

.footer-main-grid > .footer-link-group:nth-of-type(4) {
	grid-column: 4;
	grid-row: 1;
}

.footer-brand-copy > *:first-child {
	margin-top: 0 !important;
}

.footer-brand-copy > *:last-child {
	margin-bottom: 0 !important;
}

.footer-link-group h3 {
	margin: 0 0 26px;
	color: #ffffff;
	font-size: 22px;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
}

.footer-link-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-main-grid > .footer-link-group:nth-of-type(2) ul,
.footer-main-grid > .footer-link-group:nth-of-type(3) ul {
	display: block;
}

.footer-link-group li + li {
	margin-top: 18px;
}

.footer-main-grid > .footer-link-group:nth-of-type(2) li + li,
.footer-main-grid > .footer-link-group:nth-of-type(3) li + li {
	margin-top: 18px;
}

.footer-link-group a {
	color: #0b78ff;
	font-size: 15px;
	line-height: 1.55;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer-link-group a:hover {
	color: #6ea2ff;
}

.footer-link-group--placeholder a,
.footer-link-group a[href="javascript:void(0);"] {
	color: #2a6fd6;
}

.footer-link-group--social ul {
	max-width: 220px;
}

.footer-social-link {
	cursor: pointer;
}

.footer-image-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
	box-sizing: border-box;
}

.footer-image-modal.is-open {
	display: flex;
}

.footer-image-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.68);
}

.footer-image-modal__panel {
	position: relative;
	z-index: 1;
	max-width: min(760px, 92vw);
	max-height: 86vh;
	padding: 42px 18px 18px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
	box-sizing: border-box;
}

.footer-image-modal__img {
	display: block;
	max-width: 100%;
	max-height: calc(86vh - 72px);
	width: auto;
	height: auto;
	object-fit: contain;
}

.footer-image-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	padding: 4px 8px;
	border: 0;
	background: transparent;
	color: #333333;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.footer-image-modal__close:hover {
	color: #006eb6;
}

body.footer-modal-open {
	overflow: hidden;
}

.i-footer-bottom {
	margin-top: 118px;
	padding-top: 30px;
	background: #4c4c4c;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.i-footer-bottom span {
	display: inline-block;
	color: #ffffff;
}

.footer-bottom-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 0;
	margin-bottom: 16px;
}

.footer-bottom-links__item {
	display: inline-flex;
	align-items: center;
}

.footer-bottom-links__sep {
	margin: 0 4px 0 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.footer-bottom-links a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.footer-bottom-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.search-box-grid,
	.tpl5-current,
	.content-layout,
	.footer-main-grid {
		grid-template-columns: 1fr;
	}

	.latest-wrap {
		grid-template-columns: 1fr;
	}

	.issue-article-grid,
	.metric-list--cards,
	.home-early-list,
	.feature-grid,
	.home-issue-grid,
	.people-grid,
	.people-grid--editorial,
	.news-grid,
	.sponsor-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-issue-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.issue-article-grid--featured {
		gap: 28px 24px;
	}

	.tpl5-journals-row {
		grid-template-columns: 1fr;
	}

	.home-articles-shell {
		width: 100%;
		max-width: 100%;
	}

	.home-partners-shell {
		width: 100%;
		max-width: 100%;
	}

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

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

	.home-journals-grid {
		grid-template-columns: repeat(3, 200px);
		gap: 20px;
		min-height: 282px;
	}

	.home-journals-card {
		width: 200px;
		height: 282px;
		max-width: 200px;
	}

	.home-journals-card img {
		width: 200px;
		height: 282px;
		max-height: 282px;
	}

	.tpl5-current-row {
		grid-template-columns: 1fr;
	}

	.resource-links {
		grid-template-columns: 1fr;
	}

	.resource-groups {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.institute-banner__inner {
		padding: 10px 16px;
		height: 110px;
	}

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

	.editorial-board-dots button {
		width: 34px;
	}

	.i-footer-bottom {
		margin-top: 40px;
	}
}

@media (max-width: 780px) {
	.container {
		width: calc(100% - 24px);
	}

	#tpl5-header-nav {
		margin-top: 0;
	}

	.j-sub-nav .container,
	#tpl5-header-nav .container {
		flex-direction: column;
		align-items: flex-start;
	}

	.third-info-bar__inner {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.third-info-bar__media {
		justify-content: flex-start;
	}

	.third-info-bar__media img {
		max-height: 54px;
	}

	.third-info-bar__keyword,
	.third-info-bar__descrip {
		font-size: 14px;
	}

	.search-brand {
		flex-direction: column;
		align-items: flex-start;
	}

	.search-box-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-top: 14px;
		padding-bottom: 10px;
	}

	.search-brand__logo {
		width: min(78vw, 220px);
		min-width: 0;
	}

	.footer-brand-logo img {
		width: min(68vw, 220px);
	}

	.footer-brand-copy {
		max-width: none;
	}

	.footer-link-group {
		padding-left: 0;
	}

	.search-toolbar {
		grid-template-columns: 1fr;
	}

	.keyCon {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	body.has-third-nav #top {
		position: relative;
		z-index: 1000;
	}

	body.has-third-nav .technology-page {
		padding-top: 30px;
	}

	body.has-third-nav .search-brand__logo {
		width: min(44vw, 110px);
		min-width: 0;
		max-width: 110px;
	}

	body.has-third-nav .technology-topbar-nav {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}

	body.has-third-nav .technology-topbar-nav .top-menu {
		width: 100%;
	}

	body.has-third-nav .search-panel {
		width: 100%;
	}

	body.has-third-nav .search-panel .j-searchBox-con,
	body.has-third-nav .search-panel .search-panel__dropdown,
	body.has-third-nav .search-panel .search-panel__row {
		width: 100%;
	}

	body.has-third-nav .search-panel .search-toolbar {
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.has-third-nav .search-panel .keyCon {
		grid-template-columns: minmax(0, 1fr);
	}

	body.has-third-nav .search-panel .search-panel__actions {
		align-self: flex-end;
	}

	.top-menu {
		display: block;
		width: 100%;
	}

	.third-nav .container {
		display: block;
	}

	.third-menu {
		display: block;
		width: 100%;
	}

	.top-menu > li > a {
		height: auto;
		line-height: 1.5;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.third-menu > li > a {
		height: auto;
		line-height: 1.5;
		padding: 12px 0;
	}

	.nav-second {
		position: static;
		display: block;
		min-width: 0;
		box-shadow: none;
	}

	.third-fourth-menu {
		position: static;
		display: block;
		min-width: 0;
		max-width: none;
		box-shadow: none;
	}

	.banner-slider,
	.banner-slider__viewport,
	.banner-feature__link {
		min-height: 380px;
	}

	.banner-feature__content {
		left: 22px;
		right: 22px;
		bottom: 22px;
	}

	.banner-slider__control {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.banner-feature__content h2 {
		font-size: 28px;
	}

	.issue-article-grid,
	.metric-list--cards,
	.special-strip,
	.feature-grid,
	.home-early-list,
	.home-split,
	.resource-grid,
	.news-layout,
	.people-grid,
	.news-grid,
	.sponsor-strip__grid {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

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

	.home-journals-grid {
		grid-template-columns: repeat(2, 180px);
		justify-content: flex-start;
		min-height: 254px;
	}

	.home-articles-grid {
		grid-template-columns: 1fr;
	}

	.home-partners-grid {
		grid-template-columns: 1fr;
	}

	.home-journals-card {
		width: 180px;
		height: 254px;
		max-width: 180px;
	}

	.issue-article-grid--featured {
		gap: 24px;
	}

	.home-early-item,
	.home-ranking-item a {
		grid-template-columns: 1fr;
	}

	.home-early-item__media img {
		height: 220px;
	}

	.home-ranking-item__media img {
		height: 180px;
	}

	.special-strip {
		padding: 20px 18px 16px;
	}

	.person-card__photo img,
	.news-card__media img,
	.feature-card__media img,
	.metric-item__media img,
	.issue-article-card__thumb img {
		height: 220px;
	}

	.home-journals-card img {
		width: 180px;
		height: 254px;
		max-height: 254px;
	}

	.home-issue-card__cover img {
		height: 240px;
	}

	.issue-article-card__thumb--featured img {
		height: 220px;
	}

	.com-tit,
	.commontit,
	.navTitle,
	.about-article-card h3 {
		font-size: 24px;
	}

	.issue-article-card__body--featured h4 {
		font-size: 21px;
	}
}

@media (max-width: 560px) {
	.search-panel {
		padding: 14px;
		border-radius: 18px;
	}

	.search-filter select,
	.j-searchBox .text {
		height: 48px;
		font-size: 16px;
	}

	.j-searchBox .sub,
	.search-login {
		height: 48px;
	}

	.j-searchBox .sub {
		padding: 0 18px;
		font-size: 16px;
	}

	.search-login {
		width: 48px;
	}

	.search-login svg {
		width: 24px;
		height: 24px;
	}

	.banner-slider,
	.banner-slider__viewport,
	.banner-feature__link {
		min-height: 320px;
	}

	.home-issue-grid {
		grid-template-columns: 1fr;
	}

	.home-journals-grid {
		grid-template-columns: repeat(2, 140px);
		gap: 16px;
		min-height: 198px;
	}

	.home-journals-card {
		width: 140px;
		height: 198px;
		max-width: 140px;
	}

	.home-journals-card img {
		width: 140px;
		height: 198px;
		max-height: 198px;
	}

	.home-article-card__media img {
		height: 220px;
	}

	.home-partner-card__media {
		min-height: 170px;
	}

	.home-partner-card__media img {
		height: 150px;
	}

	.banner-slider__control {
		display: none;
	}

	.banner-slider__dots {
		left: 22px;
		bottom: 18px;
	}

	.footer-link-group h3 {
		margin-bottom: 16px;
	}

	.i-footer-bottom {
		font-size: 14px;
	}

}

body,
button,
input,
select,
textarea,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .com-tit,
body .j-info-tit,
body .j-logo-text strong,
body .search-brand__copy h1,
body .banner-feature__content h2,
body .issue-article-card__body h4,
body .home-early-item__body h4,
body .home-ranking-item__body h4,
body .home-issue-card h4 {
	font-family: "Times New Roman", Times, serif;
}

@media (max-width: 1100px) {
	html,
	body {
		overflow-x: hidden;
	}

	.container {
		max-width: calc(100% - 32px);
	}

	.main-left,
	.main-right,
	.content-layout > *,
	.tpl5-current > *,
	.tpl5-journals-row > *,
	.home-section,
	.list-text,
	.content-body {
		min-width: 0;
	}

	.content-body,
	.footer-brand-copy,
	.path-breadcrumb,
	.com-tit,
	.commontit,
	.navTitle {
		overflow-wrap: anywhere;
	}

	.content-body img,
	.list-text img,
	.home-section img,
	.footer img {
		max-width: 100%;
		height: auto;
	}

	.content-body table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.footer-main-grid {
		gap: 28px;
	}

	.footer-brand-block,
	.footer-main-grid > .footer-link-group:nth-of-type(2),
	.footer-main-grid > .footer-link-group:nth-of-type(3),
	.footer-main-grid > .footer-link-group:nth-of-type(4) {
		grid-column: auto;
		grid-row: auto;
	}

	.footer-brand-logo {
		margin-bottom: 28px;
	}

	.footer-main-grid > .footer-link-group:nth-of-type(2) ul,
	.footer-main-grid > .footer-link-group:nth-of-type(3) ul {
		grid-template-columns: repeat(2, minmax(0, max-content));
		column-gap: 32px;
	}
}

@media (max-width: 780px) {
	.main {
		padding-top: 18px;
		padding-bottom: 28px;
	}

	.j-current,
	.j-current-cover,
	.home-section,
	.list-text {
		padding: 18px;
	}

	.content-layout {
		gap: 18px;
	}

	.com-tit,
	.commontit,
	.navTitle {
		margin-bottom: 16px;
		padding-bottom: 12px;
		font-size: 22px;
	}

	.path-breadcrumb {
		font-size: 13px;
		line-height: 1.6;
	}

	.content-body {
		font-size: 16px;
		line-height: 1.75;
	}

	.content-body h2 {
		font-size: 24px;
	}

	.content-body h3 {
		font-size: 20px;
	}

	.footer-main-grid,
	.footer-bottom-links {
		text-align: left;
	}

	.footer-main-grid > .footer-link-group:nth-of-type(2) ul,
	.footer-main-grid > .footer-link-group:nth-of-type(3) ul {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}
}

@media (max-width: 560px) {
	.container {
		width: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}

	.j-current,
	.j-current-cover,
	.home-section,
	.list-text {
		padding: 16px 14px;
		border-radius: 6px;
	}

	.content-body {
		font-size: 15px;
	}

	.content-body ul,
	.content-body ol {
		margin-left: 1.1em;
	}

	.footer-main-grid {
		gap: 22px;
	}

	.footer-bottom-links {
		display: block;
	}

	.footer-bottom-links__item,
	.footer-bottom-links__sep {
		display: inline;
	}
}

@media (max-width: 780px) {
	body.mobile-nav-open {
		overflow: hidden;
	}

	body.mobile-nav-open::before {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 1350;
		background: rgba(0, 0, 0, 0.34);
	}

	.j-searchBox {
		position: relative;
		z-index: 1200;
	}

	.search-box-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto auto;
		align-items: center;
		gap: 10px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.search-brand {
		display: contents;
	}

	.search-brand__home {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
	}

	.search-brand__logo {
		width: min(62vw, 176px);
		min-width: 0;
		max-width: 176px;
	}

	body.has-third-nav .search-brand__logo {
		width: min(32vw, 96px);
		max-width: 96px;
	}

	.search-panel,
	body.has-third-nav .search-panel {
		grid-column: 2;
		grid-row: 1;
		display: block !important;
		width: auto;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	body.has-third-nav .technology-topbar-nav {
		display: contents !important;
	}

	body.has-third-nav .technology-topbar-nav .top-menu {
		display: none !important;
	}

	.search-panel .j-searchBox-con,
	body.has-third-nav .search-panel .j-searchBox-con {
		display: block;
		white-space: normal;
	}

	.search-panel__row,
	body.has-third-nav .search-panel__row {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.search-panel__dropdown,
	.search-panel__footer,
	body.has-third-nav .search-panel__dropdown,
	body.has-third-nav .search-panel__footer {
		display: none !important;
	}

	.search-panel__actions,
	body.has-third-nav .search-panel .search-panel__actions {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	body:not(.has-third-nav) .search-submit-default,
	body.has-third-nav #technologySearchToggle {
		display: inline-flex !important;
		height: 42px;
		padding: 0 18px;
		border-radius: 8px;
		font-size: 16px;
	}

	.search-login,
	body.has-third-nav .search-login {
		width: 42px;
		height: 42px;
	}

	.mobile-nav-toggle {
		grid-column: 3;
		grid-row: 1;
		display: inline-flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 48px;
		height: 48px;
		margin-left: auto;
		padding: 0;
		border: 0;
		background: transparent;
		color: #111111;
		cursor: pointer;
		position: relative;
		z-index: 1450;
	}

	.mobile-nav-toggle span {
		display: block;
		width: 36px;
		height: 6px;
		border-radius: 999px;
		background: currentColor;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	body.mobile-nav-open .mobile-nav-toggle {
		position: fixed;
		top: calc(env(safe-area-inset-top, 0px) + 26px);
		left: 20px;
		right: auto;
		margin: 0;
		color: #111111;
	}

	body.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
		transform: translateY(14px) rotate(45deg);
	}

	body.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
		opacity: 0;
	}

	body.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
		transform: translateY(-14px) rotate(-45deg);
	}

	#tpl5-header-nav,
	.third-info-bar,
	.third-nav {
		display: none !important;
	}

	body.mobile-nav-open #tpl5-header-nav,
	body.mobile-nav-open.has-third-nav .technology-topbar-nav {
		display: block !important;
	}

	body.mobile-nav-open .search-panel,
	body.mobile-nav-open .third-info-bar,
	body.mobile-nav-open .third-nav,
	body.mobile-nav-open.has-third-nav .technology-topbar-nav .search-panel {
		display: none !important;
	}

	body.mobile-nav-open.has-third-nav #tpl5-header-nav[hidden] {
		display: none !important;
	}

	body.mobile-nav-open #tpl5-header-nav,
	body.mobile-nav-open.has-third-nav .technology-topbar-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 1420;
		width: min(64vw, 420px);
		min-width: 230px;
		height: 100vh;
		height: 100dvh;
		margin: 0;
		padding: calc(env(safe-area-inset-top, 0px) + 38px) 0 48px;
		overflow-y: auto;
		background: #ffffff;
		border: 0;
		margin-top: 0;
		box-shadow: -16px 0 34px rgba(0, 0, 0, 0.12);
	}

	body.mobile-nav-open #tpl5-header-nav .container,
	body.mobile-nav-open.has-third-nav .technology-topbar-nav {
		display: block;
		width: 100%;
		max-width: none;
		padding-left: 42px;
		padding-right: 0;
	}

	body.mobile-nav-open.has-third-nav .technology-topbar-nav .top-menu {
		display: block !important;
	}

	body.mobile-nav-open .top-menu {
		display: block;
		width: 100%;
		margin: 0;
	}

	body.mobile-nav-open .top-menu > li {
		width: 100%;
	}

	body.mobile-nav-open .top-menu > li > a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 66px;
		height: auto;
		padding: 11px 18px 11px 10px;
		background: transparent;
		color: #000000;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 26px;
		font-weight: 700;
		line-height: 1.2;
		white-space: normal;
	}

	body.mobile-nav-open .top-menu > li.active > a,
	body.mobile-nav-open .top-menu > li:hover > a,
	body.mobile-nav-open .top-menu > li.is-open > a {
		background: transparent;
		color: #000000;
	}

	body.mobile-nav-open .nav-second,
	body.mobile-nav-open .mobile-nav-third {
		position: static;
		display: none;
		min-width: 0;
		max-width: none;
		width: 100%;
		box-shadow: none;
		border: 0;
		background: transparent;
	}

	body.mobile-nav-open .top-menu > li.is-open > .nav-second,
	body.mobile-nav-open .nav-second > li.is-open > .mobile-nav-third {
		display: block;
	}

	body.mobile-nav-open .nav-second {
		padding: 2px 0 20px;
	}

	body.mobile-nav-open .nav-second li {
		border-bottom: 0;
	}

	body.mobile-nav-open .nav-second > li > a,
	body.mobile-nav-open .nav-second > li > .nav-link-disabled,
	body.mobile-nav-open .mobile-nav-third a {
		display: block;
		width: 100%;
		padding: 9px 18px 9px 34px;
		background: transparent;
		color: #111111;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 400;
		line-height: 1.25;
		text-decoration: none;
		white-space: normal;
	}

	body.mobile-nav-open .nav-second > li.active > a,
	body.mobile-nav-open .nav-second > li.active > .nav-link-disabled,
	body.mobile-nav-open .nav-second > li.is-open > a,
	body.mobile-nav-open .nav-second > li.is-open > .nav-link-disabled {
		background: var(--nav-blue-deep);
		color: #ffffff;
	}

	body.mobile-nav-open .mobile-nav-third {
		padding: 2px 0 8px;
	}

	body.mobile-nav-open .mobile-nav-third a {
		padding-left: 48px;
		font-size: 18px;
	}
}

@media (max-width: 560px) {
	.search-brand__logo {
		width: min(58vw, 176px);
	}

	.mobile-nav-toggle {
		width: 44px;
		height: 44px;
		gap: 7px;
	}

	.mobile-nav-toggle span {
		width: 32px;
		height: 5px;
	}

	body.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
		transform: translateY(12px) rotate(45deg);
	}

	body.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
		transform: translateY(-12px) rotate(-45deg);
	}

	body.mobile-nav-open .search-toolbar {
		grid-template-columns: minmax(0, 1fr);
	}

	body.mobile-nav-open .search-panel__row {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 10px;
		align-items: start;
	}
}
