body.align-ar {
	background: linear-gradient(#d0ddff 0%, #feffff 79.49%, #fff 100%);
}

body.align-ar #footnotes {
	margin-top: 0;
}

#tctheader {
	background: #fff; 
	box-shadow: 0 3px 36px -3px rgba(22, 77, 160, 0.15);
	padding: 148px 0 72px; margin-bottom: 60px;
}

#tctheader .basic {
	position: relative;
	z-index: 2;
}

.callout {
	border-radius: 10px; color: #fff;
	background: linear-gradient(90deg, #1578C5 1.22%, #038BF5 99.58%);
	box-shadow: 0px 3px 30px 0px rgba(22, 77, 160, 0.15);
	padding: 16px 2px 16px 12px; position: relative;
	margin: 0 -6px 40px;
}

.co-title {
	font-size: 1.4rem; font-weight: 500;
	line-height: 1.2; margin-bottom: 8px;
}

.co-sm {
	font-size: 1.1rem; margin-bottom: 8px;
	line-height: 1.3;
}

.co-more, .co-more:hover {
	color: #fff; font-weight: 500;
}

.co-lg {
	display: none;
}

.co-watch {
	display: inline-flex; align-items: center;
	text-decoration: underline; font-size: 1.4rem; 
	font-weight: 500; color: #fff;
}

.co-watch:hover {
	color: #fff;
}

.arrow-go {
	width: 18px; margin-left: 4px;
}

.tctintro {
	text-align: center;
}

#tctheader h1 {
	margin-bottom: 20px;
}

#tctheader h1 br {
	display: none;
}

#tctcontent {
	position: relative; z-index: 3;
	margin: 0 0 60px;
}

.tctimg {
	border-radius: 10px;
	box-shadow: 0px 3px 30px 0px rgba(22, 77, 160, 0.15);
	margin-bottom: 60px;
}

.tctimg img {
	border-radius: 10px;
}

#tctsubheader {
	margin-bottom: 60px;
}

#ds-stats {
	text-align: center;
	margin-bottom: 48px;
}

.numbersec-intro {
	font-size: 1.6rem; text-align: center;
	max-width: 1020px; margin: 0 auto;
}

.numbersec, #presentation {
	margin-bottom: 48px;
}

.secnumber {
	display: flex; height: 40px;
	width: 40px; border-radius: 50%;
	align-items: center; justify-content: center;
	font-weight: 500; background: #1578C5;
	margin-bottom: 20px; color: #fff;
}

.fadesec .secnumber {
	opacity: 0; transform: scale(0);
	transition: all linear 0.25s 0.5s;
}

.fadesec.inview .secnumber {
	opacity: 1; transform: scale(1);
}

.nsleft {
	margin-bottom: 30px;
}

#numbersec6 .nsleft {
	margin-bottom: 0;
}

.nsintro p:last-of-type {
	margin-bottom: 0;
}

.lgrow {
	margin-top: 30px;
}

.lg-item:first-of-type {
	margin-bottom: 20px;
}

.tctnote {
	font-size: 1.3rem;
	color: rgba(13, 13, 13, 0.5);
}

.tablewrap {
	margin-bottom: 30px;
	width: 100%; overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-inner {
	overflow: hidden;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
	font-size: 1.3rem;
}

thead {
	color: #fff; font-weight: 500;
	font-size: 1.3rem;
}

th, td {
	padding: .75rem;
	text-align: center;
	vertical-align: middle;
}

tr th:first-of-type, tr td:first-of-type {
	text-align: left;
}

td:first-child,
th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

td:last-child,
th:last-child {
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

th {
	background: #1578C5;
}

tbody tr:nth-of-type(odd) td {
	background: #fff;
}

tbody tr:nth-of-type(even) td {
	background: rgba(22, 77, 160, 0.08);
}

tr:last-of-type td {
	border-bottom: 0;
	font-weight: 500;
}

th:first-child, td:first-child {
	width: 46%;
}

.tlist {
	list-style: none;
}

.tlist li {
	margin-left: 18px;
}

.lgbreak {
	display: none;
}

.sec3row {
	text-align: center;
	font-weight: 500; 
}

.bignumber {
	color: #1578C5; font-size: 7.2rem; 
	line-height: 1;
}

.sec3label {
	font-size: 1.6rem;
}

.sec3label span {
	display: block; font-weight: 400;
	margin-top: 8px; line-height: 1.3;
}

.versus {
	font-size: 1.6rem;
	color: #a2a2a2;
	line-height: 3;
}

.tctvideo {
	text-align: center;
}

.nsright {
	position: relative;
}

.graph-fg {
	position: absolute; left: 0; top: 0;
	width: 100%; transform: scaleY(0);
	transform-origin: bottom;
	transition: all 0.5s linear 0.5s;
} 

.inview .graph-fg {
	transform: scaleY(1);
}

.slidein {
	opacity: 0; transform: translateX(200px);
	transition: all 0.25s linear 0.65s;
}

.slideinleft {
	opacity: 0; transform: translateX(-200px);
	transition: all 0.25s linear 0.65s;
}

.inview .slidein,
.inview .slideinleft {
	opacity: 1; transform: translateX(0);
}

.vidrow {
	max-width: 1820px;
	margin: 0 auto;
}

.viditem {
	text-align: left; 
	margin-bottom: 20px;
}

.vi-title {
	font-size: 1.8rem;
	margin-top: 8px;
}

.numbersec .tabwrap {
	margin: 0 auto 30px;
}

@media only screen and (min-width: 768px) {

	.lgbreak {
		display: block;
	}

	#tctheader {
		padding: 12.864583vw 0 5.52vw;
		margin-bottom: 72px;
	}

	.callout {
		padding: 20px; position: relative;
		margin: 0 0 56px;
	}

	.co-title {
		font-size: 1.8rem; 
		margin-bottom: 12px;
	}

	.co-sm {
		display: none;
	}

	.co-lg {
		display: block; font-size: 1.4rem;
		line-height: 1.3; margin-bottom: 12px;
	}

	.co-watch {
		font-size: 1.6rem; 
	}

	.arrow-go {
		width: 24px; margin-left: 8px;
	}

	#tctheader p {
		max-width: 660px;
		margin: 0 auto 20px;
	}

	#tctsubheader {
		margin-bottom: 96px;
	}

	#ds-stats {
		margin-bottom: 64px;
	}

	.numbersec-intro {
		font-size: 2rem;
	}

	#tctcontent {
		margin: 0 0 96px;
	}

	.tctimg {
		margin-bottom: 96px;
	}

	.numbersec, #presentation {
		margin-bottom: 64px;
	}

	.table-inner {
		width: 100%;
	}

	table {
		font-size: 1.4rem;
	}

	thead {
		font-size: 1.6rem;
	}

	th, td {
		padding: 12px 16px;
	}

	.sec3row {
		max-width: 580px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bignumber {
		font-size: 8.4rem; 
	}

	.sec3label, .versus {
		font-size: 1.8rem;
	}

	.tctnote {
		font-size: 1.4rem;
	}

	.vidrow {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
    	grid-column-gap: 10px;
	}

	.viditem {
		margin-bottom: 0;
	}

	.lgrow {
		margin-top: 40px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
    	grid-column-gap: 30px;
	}

	.lg-item:first-of-type {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 1024px) {

	#tctheader {
		font-size: 2rem;
		margin-bottom: 106px;
	}

	.callout {
		padding: 20px 250px 20px 20px;
		margin: 0 0 96px;
	}

	.co-watch {
		position: absolute; top: 50%;
		right: 20px; transform: translateY(-50%);
	}

	.co-lg {
		margin-bottom: 0;
	}

	#tctheader p {
		max-width: 770px; line-height: 1.65;
		margin: 0 auto 30px;
		letter-spacing: normal;
	}

	.tctimg {
		margin-bottom: 130px;
	}

	#ds-stats {
		margin-bottom: 96px;
	}

	.numbersec-intro {
		font-size: 2.4rem;
	}

	.numbersec, #presentation {
		margin-bottom: 96px;
	}

	.nsrow {
		display: flex;
		justify-content: space-between;
	}

	#numbersec3 .nsrow {
		align-items: center;
	}

	.nsright {
		width: 54.4%;
	}

	#numbersec6 .nsright {
		width: 35.3%;
		padding-top: 10px;
	}

	.nsleft {
		width: 38%;
		margin-bottom: 0;
	}

	#numbersec6 .nsleft {
		width: 51.2%;
	}

	.lgrow {
    	grid-column-gap: 48px;
	}

	.sec3row {
		max-width: 690px;
	}

	.bignumber {
		font-size: 7.2rem; 
	}

	.sec3label, .versus {
		font-size: 1.6rem;
	}

	.vidrow {
    	grid-column-gap: 20px;
	}

}

@media only screen and (min-width: 1280px) {

	#tctheader h1 br {
		display: block;
	}

	.callout {
		padding: 20px 300px 20px 20px;
		margin: 0 0 160px;
	}

	.co-title {
		font-size: 2rem; 
	}

	.co-watch {
		font-size: 1.8rem; 
	}

	.arrow-go {
		width: 32px; margin-left: 10px;
	}

	#tctcontent {
		margin: 0 0 200px;
	}

	.tctimg {
		border-radius: 30px;
		margin-bottom: 200px;
	}

	.tctimg img {
		border-radius: 30px;
	}

	#tctsubheader {
		margin-bottom: 120px;
	}

	#ds-stats {
		margin-bottom: 120px;
	}

	.numbersec-intro {
		font-size: 3rem; line-height: 1.4;
	}

	.numbersec {
		position: relative;
		padding-left: 96px;
		margin-bottom: 200px;
	}

	#presentation {
		margin-bottom: 200px;
	}

	.secnumber {
		position: absolute; left: 0;
		top: -5px; font-size: 1.8rem;
		height: 60px; width: 60px;
	}

	.numbersec h2, #presentation h2 {
		font-size: 4rem;
	}

	.bignumber {
		font-size: 8.4rem; 
	}

	.sec3label, .versus {
		font-size: 1.8rem;
	}

	th, td {
		padding: 18px;
	}

	.vi-title {
		font-size: 2.2rem;
		margin-top: 12px;
	}

	.lgrow {
    	grid-column-gap: 72px;
	}

}

@media only screen and (min-width: 1440px) {

	#tctheader {
		padding: 248px 0 106px;
	}	

	#tctheader h1, #tctheader p {
		margin-bottom: 30px;
	}

	#tctsubheader {
		margin-bottom: 150px;
	}

	#ds-stats {
		margin-bottom: 145px;
	}

	.secnumber {
		top: -2px;
	}

	.numbersec h2, #presentation h2 {
		font-size: 4.5rem;
	}

	table {
		font-size: 1.6rem;
	}

	thead {
		font-size: 2rem;
	}

	th, td {
		padding: 16px 24px;
	}

	th:first-child, td:first-child {
		width: 55%;
	}

	.bignumber {
		font-size: 10rem; 
	}

	.sec3label, .versus {
		font-size: 2rem;
	}

	.vidrow {
    	grid-column-gap: 32px;
	}

	.vi-title {
		font-size: 2.7rem;
		margin-top: 20px;
	}

	.lgrow {
    	grid-column-gap: 96px;
	}

}

@media only screen and (min-width: 1490px) {

	.co-lg {
		font-size: 1.5rem;
	}

}