.custom-html--sitecore {
	/*TV quick access*/
	/*TV Quick Access*/
	/*Announcement*/
  }
  .custom-html--sitecore .interactive-pie-charts {
	width: 90%;
  }
  .custom-html--sitecore .speed-bump hr,
  .custom-html--sitecore hr.purple-hr {
	margin: 0;
	border: 1.5px solid #7E00FF;
	color: #00baff;
  }
  .custom-html--sitecore article.purple-article {
	padding: 5%;
	background: #7E00FF;
	color: #fff;
  }
  .custom-html--sitecore .purple-article h3 {
	color: #fff;
  }
  .custom-html--sitecore .image-module img {
	width: 90%;
  }
  .custom-html--sitecore ol li {
	font-size: 1.76rem;
	font-weight: bold;
  }
  .custom-html--sitecore .hero-module {
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  }
  .custom-html--sitecore .news-release-card.module .news-card-container {
	border-left: solid 0.25em #7E00FF !important;
	border-top-color: #ccc !important;
	border-top-width: 0.063em;
  }
  .custom-html--sitecore article.cta-item.bg-color-white {
	border-top: 3px solid #7E00FF;
	border-bottom: 3px solid #7E00FF;
  }
  .custom-html--sitecore .content-module p a {
	text-decoration: none !important;
  }
  .custom-html--sitecore .text-purple {
	color: #7E00FF !important;
  }
  .custom-html--sitecore ul {
	list-style-type: disc;
  }
  .custom-html--sitecore .viz-content ul li {
	padding-bottom: 0.16rem !important;
	padding-left: 0rem !important;
  }
  .custom-html--sitecore .static-title span {
	background: #7E00FF;
	color: white;
	padding: 6px;
  }
  @media only screen and (min-width: 600px) {
	.custom-html--sitecore span.qoute-no {
	  font-size: 7.2rem;
	  font-weight: 900;
	  font-family: "Graphik black", "Arial", Sans-Serif;
	}
	.custom-html--sitecore span.qoute-percent {
	  font-size: 4.8rem;
	  font-family: "Graphik black", "Arial", Sans-Serif;
	}
	.custom-html--sitecore span.qoute-bold {
	  font-family: "Graphik black", "Arial", sans-serif;
	  font-size: 2.4rem;
	}
	.custom-html--sitecore .viz-content {
	  padding: 40px 30px 10px 30px;
	  margin-bottom: 20px;
	}
	.custom-html--sitecore label.static-title {
	  font-family: "Graphik Semibold", "Arial", Sans-Serif;
	  font-size: 2.4rem;
	}
  }
  @media only screen and (max-width: 599px) {
	.custom-html--sitecore span.qoute-no {
	  font-size: 4rem;
	  font-weight: 900;
	  font-family: "Graphik black", "Arial", Sans-Serif;
	}
	.custom-html--sitecore span.qoute-percent {
	  font-size: 3.2rem;
	  font-family: "Graphik black", "Arial", Sans-Serif;
	}
	.custom-html--sitecore span.qoute-bold {
	  font-family: "Graphik black", "Arial", sans-serif;
	  font-size: 1.44rem;
	}
	.custom-html--sitecore .viz-content {
	  padding: 30px 20px 10px 20px;
	  margin-bottom: 20px;
	}
	.custom-html--sitecore label.static-title {
	  font-family: "Graphik Semibold", "Arial", Sans-Serif;
	  font-size: 1.92rem;
	}
	.custom-html--sitecore .viz-content ul li {
	  padding-bottom: 0.16rem !important;
	  padding-left: 0rem !important;
	  font-size: 1.44rem !important;
	}
	.custom-html--sitecore .with-img.text-purple {
	  margin-left: 60px;
	  margin-bottom: 30px;
	}
	.custom-html--sitecore .with-img img.img-scale {
	  position: absolute;
	  left: 5px;
	}
  }
  .custom-html--sitecore div[data-analytics-module-name="to-all-intents"],
  .custom-html--sitecore div[data-analytics-module-name="ninety-percent"],
  .custom-html--sitecore div[data-analytics-module-name="treat-ai"],
  .custom-html--sitecore div[data-analytics-module-name="scaling-to-new"],
  .custom-html--sitecore div[data-analytics-module-name="how-to-succeed"],
  .custom-html--sitecore div[data-analytics-module-name="the-number-tell"],
  .custom-html--sitecore div[data-analytics-module-name="paying-dividends"],
  .custom-html--sitecore div[data-analytics-module-name="scaling-the-expo"] {
	margin-bottom: 0.8rem !important;
  }
  .custom-html--sitecore img.img-scale {
	max-width: 60px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
	display: block;
  }
  .custom-html--sitecore .tv-quickaccess {
	position: fixed;
	z-index: 100;
	right: 0;
	top: 150%;
	display: block;
	transition: all 0.7s ease-out;
	width: 105.24px;
	height: 105.24px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
	top: 25%;
  }
  .custom-html--sitecore .tv-quickaccess__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess__item {
	cursor: pointer;
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: "Graphik Medium", "Arial Black", sans-serif;
	font-size: 8px;
	line-height: 9px;
	border: 0;
	width: 100px;
	height: 95px;
	transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess__item:hover {
	background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess__item.shide {
	top: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads {
	top: 0;
	z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads i.close-download {
	font-size: 24px;
	transition: all 0.6s ease;
	transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a span {
	color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a span {
	color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive i.close-download {
	font-size: 24px;
	transition: all 0.6s ease;
	transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess__item a {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	font-size: 8px;
	line-height: 9px;
	color: #fff;
	display: block;
	padding: 5px;
	padding-top: 18px;
  }
  .custom-html--sitecore .tv-quickaccess__item a span {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	clear: both;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
	display: block;
  }
  .custom-html--sitecore .tv-quickaccess {
	position: fixed;
	z-index: 100;
	right: 0;
	top: 150%;
	display: block;
	transition: all 0.7s ease-out;
	width: 105.24px;
	height: 105.24px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
	top: 25%;
  }
  .custom-html--sitecore .tv-quickaccess__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess__item {
	cursor: pointer;
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: "Graphik Medium", "Arial Black", sans-serif;
	font-size: 8px;
	line-height: 9px;
	border: 0;
	width: 100px;
	height: 100px;
	transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess__item:hover {
	background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess__item.shide {
	top: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads {
	top: 0;
	z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads i.close-download {
	font-size: 24px;
	transition: all 0.6s ease;
	transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a span {
	color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a span {
	color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive i.close-download {
	font-size: 24px;
	transition: all 0.6s ease;
	transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess__item.full-report {
	top: 100px;
	z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess__item.short-report {
	top: 200px;
	z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess__item.slide-share {
	top: 300px;
	z-index: 2;
  }
  .custom-html--sitecore .tv-quickaccess__item.slide-info {
	top: 400px;
	z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess__item a,
  .custom-html--sitecore .tv-quickaccess__item div.btn-download {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	font-size: 8px;
	line-height: 9px;
	color: #fff;
	display: block;
	padding: 5px;
	padding-top: 18px;
  }
  .custom-html--sitecore .tv-quickaccess__item a span,
  .custom-html--sitecore .tv-quickaccess__item div.btn-download span {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	clear: both;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
  }
  .custom-html--sitecore .announcement-event .event-content .announcement-info .announcement-details {
	width: 85%;
	padding-right: 0;
  }
  /* .custom-html--sitecore .announcement-event .event-content .announcement-info .announcement-details .headline-container {
	max-width: 100%;
  } */
  .custom-html--sitecore .announcement-details .headline-container .eyebrow-title {
	font-family: "Graphik Semibold", "Arial", Sans-Serif;
	font-size: 22px;
	color: white;
	text-transform: none;
  }
  .custom-html--sitecore .announcement-info {
	border: white 1px solid;
	padding: 1% 5%;
	z-index: 99;
  }
  .custom-html--sitecore .announcement-info .cta-arrow:after,
  .custom-html--sitecore .cta-alt-arrow:after {
	font-size: 2.5em;
	line-height: 0.71em;
	color: white;
  }
  .custom-html--sitecore .purple-bg {
	width: 100%;
	min-height: 110%;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	object-fit: cover;
  }
  .custom-html--sitecore a.arrow.cta-arrow:before,
  .custom-html--sitecore a.overview-link.cta-arrow:before {
	background: none;
  }
  .custom-html--sitecore .announcement-event.module,
  .custom-html--sitecore #block-announcement-block .content-module {
	margin-bottom: 0 !important;
  }
  /* .custom-html--sitecore .image-background0{
	position:absolute; 
	top:4832.4794921875px; 
	right:0; width: 45vw; 
	z-index:-1;
  } */
  /* .custom-html--sitecore .grey-background{
	position: absolute;
    top: 5420.40625px;
    background-color: #efefef;
    right: 0;
    left: 0;
    width: 100%;
    height: 330px;
    z-index: -2;
  } */
  /* .custom-html--sitecore .image-background1 {
	position:absolute; 
	top:6216.3857421875px; 
	right:0; 
	z-index:-1;
  } */
  /* .custom-html--sitecore .image-background2 {
	position:absolute; 
	top:8408.65625px; 
	right:0; 
	z-index:-1;
  } */
  @media only screen and (max-width: 767px) {
	.custom-html--sitecore .announcement-event .event-content {
	  background-image: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/ai-scale/Accenture-AiScale-Purple-BG.png");
	  background-repeat: no-repeat;
	  background-position-x: center;
	}
	.custom-html--sitecore .purple-bg {
	  display: none;
	}
	.custom-html--sitecore .announcement-details .headline-container .eyebrow-title {
	  font-size: 15px;
	}
	.custom-html--sitecore .announcement-info .cta-arrow:after,
	.custom-html--sitecore .cta-alt-arrow:after {
	  font-size: 1.5em;
	  line-height: 0.71em;
	  color: white;
	  float: right;
	  top: -20px;
	}
  }
  