 
body {margin:0;padding:0;box-sizing:border-box;}
.greyBox {background:#000;padding:80px 35px;width:100%;box-sizing:border-box;font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;}
.midContent {max-width:1195px;margin:0 auto;}
.midContent h2 {margin:0 0 27px 0;padding:0;font-size:46px;line-height:1em;font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;font-weight:600;color:#000000;letter-spacing:-1px;}
.headContentBox {max-width:43%;}
.headContentBox p {margin:0 0 47px 0;padding:0;line-height:1em;font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;line-height:1.3em;}
.industryDropdown {margin-bottom:47px;position:relative;z-index:2;}
.industryDropdown p {margin:0;padding:0;font-size:16px;font-weight:500;margin-bottom:9px;}
.industryDropdown ul {max-width:353px;margin:0;padding:0;list-style:none;}
.industryDropdown ul li {background:#202020;font-size:16px;font-weight:400;font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;border-radius:5px;line-height:1em;position:relative;}
.industryDropdown ul li ul {display:none;position:absolute;left:-1px;top:90%;width:100%;border:1px solid transparent;border-top:none;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;}
.industryDropdown ul li ul li {border:none;font-size:16px;font-weight:400;border-radius:0;}
.industryDropdown ul li a {color:#FFFFFF;text-decoration:none;display:block;padding:12px 15px;position:relative;}
.industryDropdown ul li a.selecttedList:before {content:'';position:absolute;right:17px;top:15px;border:8px solid transparent;border-top-color:#FFFFFF;}
.industryDropdown ul li a.selecttedList.listActive:before {border-bottom-color:#FFFFFF;top:5px;border-top-color:transparent;}
.industryDropdown ul li a.selecttedList {font-weight:600;}
.greyBox p, .landscapeTxt,.stat-number  {color:#fff;}
.rad-absorb-editorial-text ul li {padding-left: 0 !important;}

.whiteBox {background:#000;box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);padding:50px;border-radius:5px;}
.whiteBox p {color: #fff; margin:0 0 40px 0;padding:0;font-weight:400;font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;font-size:18px;line-height:1.3em;}
.whiteBox ul {margin:0;padding:0;list-style:none;}
.whiteBox h3 {margin:0 0 47px 0;padding:0;font-size:32px;line-height:1em;font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;font-weight:700;color:#fff;}
.whiteBox h4 {margin:0 0 24px 0;padding:0;font-size:23px;line-height:1em;font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;font-weight:600;color:#fff;}
.industryContentBox {display:none;}
.contentBoxRow {display:flex;}
.contentBoxLeft, .contentBoxRight {flex:1;}
.contentBoxLeft {border-right:3px solid #202020;padding-right:37px;}
.whiteBox ul.challengeList {margin:0 0 50px 0;}
.whiteBox ul.challengeList li {width:32%;padding-right:5px;box-sizing:border-box;display:inline-block;}
.whiteBox ul.challengeList li p {margin:0;display:inline-block;line-height:1em;vertical-align: middle;}
.whiteBox ul.challengeList li:nth-child(2) {padding:0;}
.whiteBox ul.challengeList li:last-child {padding-left:8px;padding-right:0;}
.whiteBox ul.challengeList li .number {font-size:44px;font-weight:700;padding-right:5px;line-height:1em;color:#fff;}
.whiteBox ul.challengeList li .numTxt {line-height:1.3em}
	
.whiteBox ul.challengeList.active li {animation: fadeNumbers .5s linear;animation-fill-mode:both;}
.whiteBox ul.challengeList.active li:first-child, .whiteBox ul.challengeList li:first-child {animation-delay:0.1s;}
.whiteBox ul.challengeList.active li:nth-child(2), .whiteBox ul.challengeList li:nth-child(2) {animation-delay:.7s;}
.whiteBox ul.challengeList.active li:nth-child(3), .whiteBox ul.challengeList li:nth-child(3) {animation-delay:1.3s;}
@keyframes fadeNumbers {
  0% {
      opacity:0;
   }
   
   75% {
      opacity:0.6;
   }
   
   100% {
      opacity:2;
   }
}

.landscapeList {}
.landscapeList li {font-family:Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;padding-bottom:27px;}
.landscapeList li:last-child {padding-bottom:0;}
.landscapeList li .landscapeNumber {display:inline-block;width:20%;font-weight:700;font-size:44px;vertical-align:top;line-height:1em;}
.landscapeList li .landscapeTxt {display:inline-block;width:79%;vertical-align:top;line-height:1.3em;}
.stat-number {display:inline;}


.contentBoxRight {padding-left:37px;}
.whiteBox .contentBoxRight p {margin:0;}
.progressBar { 
    height: 20px; 
    position: relative;
    margin:8px 0 22px 0;
    padding:0;
}

.progressBar > span {
    
	float:left;
    height: 100%;
	position: relative;
    overflow: hidden;
	border-right:3px solid #FFFFFF;
	box-sizing:border-box;
}
.progressBar > span.barOne {background:#7500C0;}
.progressBar > span.barTwo {background:#A055F5;}
.progressBar > span.barThree {background:#202020;}
.progressBar > span:last-child {border:none;}

.lengedBox {margin:0 0 59px 0;}
.lengedBox ul {margin:0;padding:0;}
.lengedBox ul li {display:inline-block;width:33%;font-style:italic;font-size:16px;}
.lengedBox ul li span {vertical-align:middle;}
.lengedBox ul li span.colorBox {display:inline-block;width:21px;height:21px;margin-right:5px;}
.lengedBox ul li span.highColor {background:#460073;}
.lengedBox ul li span.moderateColor {background:#7500C0;}


.ui-vs-bottom--md {
	padding-bottom: 3rem;
}
.cmp-share-banner__download-report .cmp-button {
	margin-top: 1rem;
}
.cmp-button--primary-white .cmp-button {
	color: #FFFFFF;
	background-color: transparent;
	border-color: #FFFFFF;
	/* box-shadow: 4px 4px 0 0 #a7a7a7; */
	margin-bottom: 4px;
	transition: box-shadow 0.3s ease-out,transform 0.3s ease-out;
}
.cmp-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: 1;
	text-transform: uppercase;
	min-height: inherit;
	min-width: 13.4rem;
	border-radius: 0 0 0 0;
	background-color: transparent;
	background-color: #000;
	border: 1px solid transparent;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	margin-top: 15px;
	padding:15px 15px;
}
.cmp-button__text {
	display: inline;
	text-align: left;
	height: auto;
	position: relative;
}
.cmp-button--primary-white .cmp-button:focus, .cmp-button--primary-white .cmp-button:hover {
	-webkit-box-shadow: 10px 10px 0 0 #a7a7a7;
	box-shadow: 10px 10px 0 0 #a7a7a7;
	-webkit-transform: translate(-5px,-5px);
	transform: translate(-5px,-5px);
	color: #000;
	background-color: #fff;
}
.industryDropdown ul li a:hover {
    background-color: #2B2B2B;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.whiteBox {padding:30px;}
	.whiteBox ul.challengeList li .number, .landscapeList li .landscapeNumber {font-size:36px;}
	.headContentBox p, .whiteBox p  {font-size:16px;}
	.midContent h2 {font-size:26px;}
	.whiteBox h3 {font-size:22px;}
	.whiteBox h4 {font-size:18px;}
	.contentBoxLeft {padding-right:20px;}
	.contentBoxRight {padding-left:20px;}
	.lengedBox ul li {width:48%;}
	.landscapeList li .landscapeNumber {width:25%;max-width:85px;}
	.landscapeList li .landscapeTxt {width:73%;}
	.whiteBox ul.challengeList li, .whiteBox ul.challengeList li:nth-child(2), .whiteBox ul.challengeList li:last-child {width:100%;padding:0 0 15px 0;}
	.whiteBox ul.challengeList li:last-child {padding-bottom:0;}
	.whiteBox ul.challengeList li .number {width:10%;max-width:40px;}
	.headContentBox {max-width:50%;}
	.whiteBox p, .whiteBox h3, .whiteBox ul.challengeList {margin-bottom:30px;}
	.whiteBox h4 {margin-bottom:20px;}
}
@media screen and (max-width: 767px) and (min-width: 320px) {
	.headContentBox, .industryDropdown {padding-left:20px;padding-right:20px;}
	.greyBox {padding:50px 15px;}
	.contentBoxRow {flex-direction:column;}
	.headContentBox {max-width:100%;}
	.whiteBox {padding:20px;}
	.contentBoxLeft {border:0;padding:0;}
	.contentBoxRight {padding:30px 0 0 0;}
	.lengedBox ul li {width:45%;}
	.ui-vs-bottom--md {padding-bottom:0;}
	.midContent h2 {margin-bottom:20px;font-size:26px;}
	.whiteBox h3 {margin-bottom:30px;font-size:22px;}
	.whiteBox h4 {margin-bottom:20px;font-size:18px;}
	.landscapeList li .landscapeNumber {width:25%;font-size:36px;max-width:85px;}
	.landscapeList li .landscapeTxt {width:73%;}
	.headContentBox p, .whiteBox ul.challengeList, .lengedBox, .industryDropdown, .whiteBox p {margin-bottom:30px;}
	.lengedBox ul li {width:auto;}
	.lengedBox ul li span.colorBox {margin-right:0;}
	.whiteBox ul.challengeList li, .whiteBox ul.challengeList li:nth-child(2), .whiteBox ul.challengeList li:last-child {width:100%;padding:0 0 15px 0;}
	.whiteBox ul.challengeList li:last-child {padding-bottom:0;}
	.whiteBox ul.challengeList li .number {font-size:36px;width: 10%;max-width:40px;}
	.landscapeList li {padding-bottom:15px;}
	.headContentBox p, .whiteBox p  {font-size:16px;}
}
.rad-absorb-editorial-text ul li:before{
	content: unset;
}