/* INFOGRAPHIC - SEPTEMBER, 2023
====================================================================== */

#tn_app-wrapper .tn_infographic-2023-09 {
	margin: 60px auto 0 auto;
}

#tn_app-wrapper .tn_infographic-2023-09,
#tn_app-wrapper .tn_infographic-2023-09 div {
	color: #fff;
}

.tn_infographic-array {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px 8%;
}

.tn_infographic-item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 0 20px;
	align-items: center;
	flex-basis: 46%;
}

#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header {
	position: relative;
}

#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header .tn_infographic-chart-header-image {
}

#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header .tn_infographic-chart-header-image img {
	width: 160px;
	height: 160px;
}

#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header .tn_infographic-chart-header-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 3.2rem;
	line-height: 4.0rem;
}

#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-body {
	font-size: 2.0rem;
	line-height: 2.6rem;
	text-align: left;
}

#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-highlight {
	font-weight: 700;
	background: -webkit-linear-gradient(0deg, #74bf4b, #00bceb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #00bceb;
}


@media (max-width: 1279px) {
	.tn_infographic-array {
		gap: 64px 6%;
	}
	.tn_infographic-item {
		gap: 0 18px;
		flex-basis: 47%;
	}
	#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header .tn_infographic-chart-header-text {
		font-size: 2.8rem;
		line-height: 3.6rem;
	}
	#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header .tn_infographic-chart-header-image img {
		width: 128px;
		height: 128px;
	}
	#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-body {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}

@media (max-width: 1023px) {
	#tn_app-wrapper .tn_infographic-2023-09 {
		margin: 48px auto 0 auto;
	}
	.tn_infographic-array {
		gap: 56px 5%;
	}
	.tn_infographic-item {
		gap: 0 14px;
		flex-basis: 47.5%;
	}
	#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header .tn_infographic-chart-header-text {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-header .tn_infographic-chart-header-image img {
		width: 104px;
		height: 104px;
	}
	#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-body {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

@media (max-width: 767px) {
	#tn_app-wrapper .tn_infographic-2023-09 {
		width: 320px;
		margin: 32px auto 0 auto;
	}
	.tn_infographic-array {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 32px 0;
	}
	.tn_infographic-item {
		flex-direction: column;
		gap: 10px 0;
		flex-basis: auto;
	}
	#tn_app-wrapper .tn_infographic-2023-09 .tn_infographic-chart-body {
		text-align: center;
	}
}