@import url(https://use.fontawesome.com/releases/v5.2.0/css/all.css);

.custom-html--sitecore .progress-nav-bar {
  position: fixed;
  top: 69px;
  z-index: 15;
  width: 100%;
  /*height: 8px;*/
  height: 5.7rem;
  background-color: #f2f2f2;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.custom-html--sitecore video.desktop-video {
  width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-html--sitecore .section-container.section-container-marquee {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.custom-html--sitecore img.marquee-img {
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .custom-html--sitecore .section-container.section-container-marquee {
    height: 90vh !important;
    overflow: visible;
  }
  .custom-html--sitecore div#block-marquee-content {
    height: auto !important;
    overflow: visible !important;
  }
  .custom-html--sitecore .nav-bar-menu-0 svg {
    transform-origin: 50% 35%;
    top: 7px;
  }
  .custom-html--sitecore span.sb-cta-text {
    position: absolute;
    transform: translate(5px, 5px);
    padding-right: 30px;
  }
  .custom-html--sitecore .section-container-2 .fig-content {
    left: 0 !important;
  }
}
.custom-html--sitecore .progress-nav-bar-roller {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  height: 8px;
  width: 0%;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.custom-html--sitecore .progress-nav-bar.isactive {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar:hover {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
  height: 5.7rem;
}
.custom-html--sitecore .progress-nav-bar-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-html--sitecore .nav-bar-menu {
  line-height: 1.6rem;
  width: auto;
  text-align: left;
  font-size: 1.12rem;
  float: left;
  height: 5.7rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.3% 1%;
}
@media (min-width: 1500px) {
  .custom-html--sitecore .nav-bar-menu {
    font-size: 1.28rem;
  }
}
.custom-html--sitecore .nav-bar-menu span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  position: relative;
}
.custom-html--sitecore .nav-bar-menu.greybg {
  background-color: #f2f2f2;
}
.custom-html--sitecore .nav-bar-menu-0 {
  width: 5%;
  text-align: center;
  padding: 1.85em;
}
.custom-html--sitecore .nav-bar-menu-0 svg {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
  color: #111;
}
.custom-html--sitecore .nav-bar-menu .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #c3c3c3;
  z-index: -1;
}
.custom-html--sitecore .nav-bar-menu.run:after {
  -webkit-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease;
  width: 5%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .custom-html--sitecore .progress-nav-bar .progress-nav-bar-roller {
    background-color: #c4c4c4;
  }
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore {
    /* .progress-nav-bar-menu{ */
    /* display: none; */
    /* } */
  }
  .custom-html--sitecore .progress-nav-bar {
    top: 50px;
  }
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 40px;
  }
  .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
    line-height: 16px;
  }
  .custom-html--sitecore #block-header #header-topnav .nav-submenu.panel {
    height: auto;
    width: auto;
  }
  .custom-html--sitecore .progress-nav-bar:hover {
    height: 8px;
  }
  .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    height: 8px;
  }
  .custom-html--sitecore .nav-bar-menu-0 svg {
    transform-origin: 50% 35%;
    top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore {
    /* .nav-bar-menu-0{ */
    /* text-align: left; */
    /* } */
  }
  .custom-html--sitecore .progress-nav-bar {
    top: 50px;
    overflow: hidden;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .custom-html--sitecore .progress-nav-bar:hover {
    height: 50px;
  }
  .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    height: 50px;
  }
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 100%;
  }
  .custom-html--sitecore .progress-nav-bar .nav-bar-menu {
    width: 100%;
    height: 80px;
    line-height: 1.6rem;
    opacity: 1;
  }
  .custom-html--sitecore .nav-bar-menu {
    padding-bottom: 20px;
  }
  .custom-html--sitecore .nav-bar-menu span {
    position: unset;
  }
  .custom-html--sitecore .nav-bar-menu-0 {
    padding: 0.5em;
    height: 50px;
  }
  .custom-html--sitecore .nav-bar-menu-0 svg {
    position: relative;
    /* top: 10px; */
    transform: rotate(-180deg);
  }
  .custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
    transform: rotate(0deg);
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    height: 100%;
  }
  .custom-html--sitecore .nav-bar-menu strong {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.92rem;
    line-height: 95%;
    letter-spacing: -0.02em;
  }
  .custom-html--sitecore .nav-bar-menu .bar {
    width: 0% !important;
  }
}
@media only screen and (device-width: 1180px) and (device-height: 820px) {
  .custom-html--sitecore .progress-nav-bar {
    top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: none;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .custom-html--sitecore {
    /* .nav-bar-menu-0{ */
    /* text-align: left; */
    /* } */
  }
  .custom-html--sitecore .progress-nav-bar {
    top: 50px;
    overflow: hidden;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .custom-html--sitecore .progress-nav-bar:hover {
    height: 50px;
  }
  .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    height: 50px;
  }
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 100%;
  }
  .custom-html--sitecore .progress-nav-bar .nav-bar-menu {
    width: 100%;
    height: 60px;
    line-height: 1.6rem;
    opacity: 1;
  }
  .custom-html--sitecore .nav-bar-menu {
    padding-bottom: 20px;
  }
  .custom-html--sitecore .nav-bar-menu span {
    position: unset;
  }
  .custom-html--sitecore .nav-bar-menu-0 {
    padding: 0.5em;
    height: 50px;
  }
  .custom-html--sitecore .nav-bar-menu-0 svg {
    position: relative;
    /* top: 10px; */
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    height: 100%;
  }
  .custom-html--sitecore .nav-bar-menu strong {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.92rem;
    line-height: 95%;
    letter-spacing: -0.02em;
  }
  .custom-html--sitecore .nav-bar-menu .bar {
    width: 0% !important;
  }
}
.custom-html--sitecore .tv-quickaccess {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 150%;
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 105px;
  height: 105px;
}
.custom-html--sitecore .tv-quickaccess.isActive {
  top: 25%;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    top: 150%;
  }
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.custom-html--sitecore .tv-quickaccess .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: 105px;
  height: 105px;
  min-height: 105px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item:hover {
  background-color: #a100ff;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.shide {
  top: 0 !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads {
  top: 0;
  z-index: 5;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
  font-size: 18px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
  color: #a100ff !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
  color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
  top: 105px;
  z-index: 4;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
  top: 210px;
  z-index: 3;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
  top: 309px;
  z-index: 2;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
  top: 270px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.meta-verse {
  top: 350px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  font-size: 15px;
  line-height: 9px;
  color: #fff;
  display: block;
  padding: 5px;
  padding-top: 10px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  clear: both;
  display: block;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
  padding: 5px;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive {
  display: block;
}
.custom-html--sitecore .tv-quickaccess-mobile {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: -150%;
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 40px;
  height: 40px;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive {
  bottom: 3%;
  right: 3%;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.custom-html--sitecore .tv-quickaccess-mobile .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: 15px;
  line-height: 9px;
  border: 0;
  width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess-mobile .btn-download {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover {
  background-color: #a100ff;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide {
  bottom: 0 !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
  bottom: 0;
  z-index: 5;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
  color: #a100ff !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
  color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
  bottom: 41px;
  z-index: 4;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
  bottom: 82px;
  z-index: 3;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
  bottom: 123px;
  z-index: 2;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
  bottom: 165px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.meta-verse {
  bottom: 200px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  font-size: 15px;
  line-height: 9px;
  color: #fff;
  display: block;
  padding: 12px;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  clear: both;
  display: block;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
  padding: 5px 0px;
}
.custom-html--sitecore .tv-quickaccess.isActive {
  top: 25%;
}
.custom-html--sitecore .tv-quickaccess {
  width: 85px;
  height: 85px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
  width: 85px;
  height: 70px;
  min-height: 70px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
  top: 70px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
  top: 140px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
  top: 210px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.meta-verse {
  top: 275px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
  top: 206px;
}
.custom-html--sitecore .tv-quickaccess__item img {
  height: 20px;
}
@media only screen and (device-width: 1280px) and (device-height: 1080px) {
  .custom-html--sitecore span.marquee-subtitle {
    top: 68%;
  }
}
@media screen and (min-width: 768px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: none;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
  }
}
.custom-html--sitecore .headline-text {
  font-family: "Graphik Light", "Arial", sans-serif !important;
  font-size: 62px !important;
  color: #A100FF;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.custom-html--sitecore .headline-text-gte {
  font-family: "GT Sectra Fine" !important;
  font-size: 62px !important;
  color: #A100FF;
  font-weight: 300;
  margin-bottom: 1em;
}
.custom-html--sitecore .headline-text-gte {
  font-family: "GT Sectra Fine" !important;
  font-size: 62px !important;
  color: #A100FF;
  font-weight: 300;
  margin-bottom: 1em;
}
.custom-html--sitecore .text-content p,
.custom-html--sitecore .text-content li {
  font-family: "Graphik Light", "Arial", sans-serif;
  font-size: 20px;
  line-height: 155%;
}
.custom-html--sitecore .gradient-bg {
  background-image: url("/_acnmedia/Thought-Leadership-Assets/Images/Accenture-AI-Maturity-Index-Gradient");
  background-position: center top;
  background-size: cover;
}
.custom-html--sitecore .content-text-box {
  border: 1px solid #A100FF;
  padding: 2.5em;
  border-radius: 10px;
  margin-top: 3em;
}
.custom-html--sitecore .tbox-title {
  font-family: "Graphik Medium", "Arial", sans-serif !important;
  font-size: 24px !important;
  font-weight: 400;
  color: #7E42C5 !important;
}
.custom-html--sitecore .tbox-desc {
  font-family: "Graphik Regular", "Arial", sans-serif !important;
  font-size: 24px !important;
  font-weight: 300;
  line-height: 32px;
  color: #4D4D4D;
}
.custom-html--sitecore .q-text {
  font-family: "GT Sectra Fine" !important;
  font-size: 45px !important;
  line-height: 1.2;
  font-weight: 300;
  color: #A100FF;
  vertical-align: middle;
  display: table-cell;
}
.custom-html--sitecore .q-right {
  padding-right: 10%;
  padding-left: 5%;
}
.custom-html--sitecore .q-left {
  padding-right: 5%;
  padding-left: 8%;
}
.custom-html--sitecore .left-holder {
  position: absolute;
  bottom: 0;
  left: 0;
}
.custom-html--sitecore .img-right {
  float: right;
}
.custom-html--sitecore .percent-num {
  font-family: "Graphik Light", "Arial", sans-serif !important;
  font-size: 150px !important;
  color: #A100FF;
  line-height: 150px !important;
}
.custom-html--sitecore .percent-text {
  font-family: "GT Sectra Fine" !important;
  font-size: 37px !important;
  line-height: 47px !important;
  width: 90%;
  color: #A100FF;
}
.custom-html--sitecore .num-two {
  padding-top: 13%;
  padding-left: 20px;
}
.custom-html--sitecore .left-text {
  font-family: "Graphik Light", "Arial", sans-serif !important;
  font-size: 24px !important;
  color: #4C4C4C;
  line-height: 34px;
}
.custom-html--sitecore .right-text p {
  font-family: "Graphik Light", "Arial", sans-serif !important;
  font-size: 16.64px !important;
  line-height: 155%;
  color: #4C4C4C;
}
.custom-html--sitecore .gte-read {
  font-family: 'GT Sectra Display Trial' !important;
  color: #7500C0;
  padding-top: 1em;
}
.custom-html--sitecore .gte-dl,
.custom-html--sitecore .gte-dl a {
  font-family: "Graphik Light", "Arial", sans-serif !important;
  font-size: 47px !important;
  line-height: 42px;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.custom-html--sitecore .gte-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  z-index: 1;
  text-align: center;
}
.custom-html--sitecore .gte-img {
  height: 40vh;
  width: 50vw;
}
.custom-html--sitecore .container-box {
  border: #ffffff;
  background-color: #ffffff;
  box-shadow: 2px 1px 13px rgba(0, 0, 0, 0.05);
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .custom-html--sitecore .container-box {
    right: 0;
  }
  .custom-html--sitecore .headline-content {
    padding-bottom: 3.2rem;
    padding-top: 1.6rem;
  }
  .custom-html--sitecore .reset-button {
    margin-top: 1.5em;
  }
  .custom-html--sitecore h3.ai-achievers-title {
    padding-right: 5%;
    padding-left: 8%;
  }
  .custom-html--sitecore p.ai-achievers-description {
    padding-right: 5%;
    padding-left: 8%;
  }
  .custom-html--sitecore ul.tv-quickaccess__menu {
    position: relative;
    top: -16rem;
  }
}
.custom-html--sitecore .submarquee-container-5,
.custom-html--sitecore .submarquee-container-6,
.custom-html--sitecore .submarquee-container-3-a {
  padding-bottom: 6%;
}
.custom-html--sitecore .section-container-3c {
  padding-top: 5%;
}
.custom-html--sitecore #tabs1 ol li,
.custom-html--sitecore #tabs2 ol li,
.custom-html--sitecore #tabs3 ol li,
.custom-html--sitecore #tabs4 ol li,
.custom-html--sitecore #tabs5 ol li {
  font-family: "GT Sectra Fine" !important;
  font-size: 21px !important;
  line-height: 27px;
}
.custom-html--sitecore .container-3a {
  position: relative;
}
.custom-html--sitecore .container-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.custom-html--sitecore .container-left {
  position: relative;
  right: 0;
  bottom: 0;
}
.custom-html--sitecore .submarquee-container-3 {
  padding-bottom: 8%;
}
.custom-html--sitecore .pad-top {
  padding-top: 15%;
}
.custom-html--sitecore .submarquee-container-7 .text-content p a {
  font-family: "Graphik Light", "Arial", sans-serif;
  font-size: 20px;
  line-height: 155%;
}
.custom-html--sitecore hr.hr-rule {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #B4B4B4;
  margin: 1em 0;
  padding: 0;
}
.custom-html--sitecore .img-chart {
  position: relative;
  display: block;
  max-width: 120%;
}
.custom-html--sitecore .section-container-2 .fig-content {
  position: relative;
  margin-bottom: 5%;
  left: -40px;
}
.custom-html--sitecore .section-container-4 .fig-content {
  margin-top: 8em;
  position: relative;
  margin-bottom: 6em;
}
.custom-html--sitecore .submarquee-title-1 {
  font-family: 'Graphik Light' !important;
  font-style: normal;
  font-weight: 300;
  font-size: 100px !important;
  line-height: 108px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.custom-html--sitecore .section-container-6b .ac-2 .content-header {
  transition: opacity 0.7s ease-out;
  opacity: 1;
}
.custom-html--sitecore .section-container-6b .content-header {
  position: absolute;
  color: #fff;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  text-align: center !important;
  width: 100%;
  max-width: 70.25em !important;
  z-index: 2;
}
.custom-html--sitecore .section-container.section-container-6b {
  opacity: 1;
  z-index: 2;
}
.custom-html--sitecore .section-container.section-container-6b {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background: #FFFFFF;
  opacity: 1;
  z-index: 2;
  transition: opacity 0.7s ease-out;
}
.custom-html--sitecore .section-container-6b .ac-1,
.custom-html--sitecore .section-container-6b .ac-2 {
  z-index: 1;
  opacity: 1;
}
.custom-html--sitecore .section-container-6b .ac-1,
.custom-html--sitecore .section-container-6 .ac-2 {
  z-index: -1;
  background: rgba(255, 255, 255, 0);
}
.custom-html--sitecore .animate-container {
  height: 100%;
  width: 100%;
}
.custom-html--sitecore .section-container-6b video.img-marquee-2 {
  width: 90%;
  position: absolute;
  top: 80px;
  left: 49.95%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-html--sitecore img:not([src]):not([style*="background-image"]) {
  visibility: hidden;
}
.custom-html--sitecore img.img-marquee-2 {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-html--sitecore img.img-marquee-2 {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-html--sitecore .auth-img {
  width: 70%;
  border-radius: 50%;
  padding: 0 10%;
}
.custom-html--sitecore .author-name {
  font-family: "Graphik Regular", "Arial", Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  padding-right: 1%;
}
.custom-html--sitecore .author-title {
  font-family: "Graphik Light", "Arial", Sans-Serif !important;
  line-height: 1.3;
  font-size: 12px !important;
  padding-right: 1em;
  height: 47px;
}
.custom-html--sitecore a.ion-social-linkedin,
.custom-html--sitecore .ion-social-twitter {
  font-size: 1.81rem !important;
  border: 0.12em solid #004dff;
  width: 1.9em;
  height: 1.85em;
  border-radius: 90%;
  display: inline-block;
  text-align: center;
  padding-top: 0.2em;
  margin-right: 0.8rem;
}
.custom-html--sitecore .author-container {
  padding-top: 3em;
}
.custom-html--sitecore #accordion {
  right: 7%;
}
.custom-html--sitecore .panel-group {
  width: 750px;
}
.custom-html--sitecore #accordion .cta-more {
  position: relative;
  width: auto;
  bottom: 0%;
  right: 0%;
  z-index: 10;
  opacity: 1;
  color: #004DFF;
  padding: 10px;
  cursor: pointer;
}
.custom-html--sitecore #accordion .cta-more .cta-more-box,
.custom-html--sitecore .section-1-c .cta-more .cta-more-box,
.custom-html--sitecore .itr-trend-radar-content .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  left: 0;
  top: 11px;
  width: 36px;
  height: 36px;
  border: 1px solid #004DFF;
}
.custom-html--sitecore #accordion .cta-more .cta-more-arrow,
.custom-html--sitecore .section-1-c .cta-more .cta-more-arrow,
.custom-html--sitecore .itr-trend-radar-content .cta-more .cta-more-arrow {
  position: absolute;
  left: 20px;
  top: 8px;
}
.custom-html--sitecore #accordion .cta-more {
  display: inline-block;
}
.custom-html--sitecore #accordion .cta-more .img-arrow-right,
.custom-html--sitecore .section-1-c .cta-more .img-arrow-right,
.custom-html--sitecore .itr-trend-radar-content .cta-more .img-arrow-right {
  width: 28px;
  position: absolute;
}
.custom-html--sitecore #accordion .cta-more .img-arrow-right {
  -webkit-animation: movedown 2s infinite;
  animation: movedown 2s infinite;
}
.custom-html--sitecore #accordion .cta-more-label {
  font-family: "GT Sectra Fine";
  font-weight: normal;
  width: 700px;
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed .acc.fas {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title .acc.fas {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.custom-html--sitecore .panel-title:hover {
  cursor: pointer;
}
.custom-html--sitecore i.acc.fas.fa-caret-down {
  position: relative;
  top: 0.1em;
  right: 0;
  font-size: 3.2rem;
  color: #004DFF;
}
.custom-html--sitecore #accordion .panel .panel-heading {
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.custom-html--sitecore #accordion .panel-default {
  border-color: white;
  border: none;
  padding: 1em 0;
  width: 750px;
}
.custom-html--sitecore #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: white;
  border: none;
}
.custom-html--sitecore #accordion .wildcard.panel .panel-heading {
  width: 100%;
}
.custom-html--sitecore #accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* color: white !important; */
}
.custom-html--sitecore #accordion h3.center {
  font-size: 1.6em;
  margin-bottom: 2em;
  margin-top: 1em;
}
.custom-html--sitecore .panel.panel-default {
  margin-bottom: 1em;
}
.custom-html--sitecore .panel.panel-default {
  -webkit-filter: drop-shadow(0px 4px 5px #000000);
  filter: drop-shadow(0px 4px 5px #000000);
}
.custom-html--sitecore .panel .cta-more-label {
  color: #000;
}
.custom-html--sitecore .panel-body .text-content {
  padding: 1% 6% 0 10%;
}
.custom-html--sitecore .sb-cta-text {
  vertical-align: middle;
  display: inline;
  font-family: "Graphik Medium", "Arial", Sans-Serif;
  color: #004DFF;
  font-size: 20px;
  margin-left: 5px;
}
.custom-html--sitecore .submarquee-container-3 .toggle-modal svg {
  vertical-align: top;
}
.custom-html--sitecore .figure2-wrapper {
  background: #a062f4;
  background: linear-gradient(86deg, #a062f4 0%, #7c3dca 27%, #734fdf 51%, #7150e1 77%, #6c1aa9 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-html--sitecore .content-holder {
  box-sizing: border-box;
  max-width: 1516px;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
}
@media (min-width: 1400px) {
  .custom-html--sitecore .content-holder {
    padding: 20px 78px 120px 78px;
  }
}
.custom-html--sitecore .content-holder .title-container {
  max-width: 1145px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.custom-html--sitecore .content-holder .title-container h3 {
  font-family: "GT Sectra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 118.5%;
  /* letter-spacing: 0.02em; */
  color: #ffffff;
  margin-bottom: 25px;
}
.custom-html--sitecore .content-holder .title-container p {
  color: white;
  font-family: "Graphik light", "Arial", Sans-Serif;
  font-size: 20px;
}
@media (min-width: 993px) {
  .custom-html--sitecore .content-holder .title-container p {
    font-size: 30px;
  }
}
.custom-html--sitecore .content-holder .title-container .h3-subtitle {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 25px;
}
.custom-html--sitecore .medium-weight {
  font-family: "Graphik";
  font-weight: 500;
}
.custom-html--sitecore .chart-board {
  background: #ffffff;
  padding: 70px 20px 150px 20px;
  border-radius: 36px;
}
@media (min-width: 992px) {
  .custom-html--sitecore .chart-board {
    padding: 70px 70px 150px 55px;
  }
}
.custom-html--sitecore .filters-legend-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.custom-html--sitecore .filters-holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: end;
  width: 100%;
  margin: 0 10px 50px 10px;
}
.custom-html--sitecore .filters-holder .dropdown {
  position: relative;
  margin-bottom: 10px;
  display: none;
  width: 100%;
  max-width: auto;
}
.custom-html--sitecore .filters-holder .dropdown p.number-of-companies-description {
  position: absolute;
  bottom: -50px;
  left: 40px;
  font-family: "Graphik", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.custom-html--sitecore .filters-holder .dropdown.dropdown-inactive {
  display: block !important;
  cursor: none;
  pointer-events: none;
}
.custom-html--sitecore .filters-holder .dropdown.dropdown-inactive .select-selected {
  color: #bfbfbf !important;
}
.custom-html--sitecore .filters-holder .dropdown.dropdown-inactive .select-selected::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAQCAYAAADnEwSWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEJSURBVHgBvdLdDYIwFAXgWxJ4I3EERtANdAR+X8VJxA10AuSJJ2AEVsANWATwXqRJQwBbJJ4EKAT4ctoC/DGMTmmaWoZhlIyxyHGcBDYK/2/btg/f9+89lud52XXdsdcZC7cAOYRDi+6bpjloA3DBo6Yxok/Ez/BDxhA2uwVBUPWYbds1YicRzLLsCisyBeEURjRm4otFUVgI0ZRaw6PIdd0bSGYJomjiy+OGhMk2jON4p+t6MQdR2NSHqg0JMk2TdvN+DprFVEBZaBGTAVUgiraECWtYcUxcQxUIvjXjwYa7oeGeo/DZCKEsJI3NgKACKWFTIF4Tz/NC2e+VMBHERi8VaHUIhBV5A5rq2ePutYDVAAAAAElFTkSuQmCC");
}
.custom-html--sitecore .filters-holder #choose-filter-dropdown {
  max-width: auto;
  display: block;
}
.custom-html--sitecore .select-filter-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .custom-html--sitecore .select-filter-wrapper {
    width: 100%;
    max-width: 250px;
  }
}
.custom-html--sitecore .select-filter-wrapper .filter-title {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 5px;
  margin-left: 5px;
}
.custom-html--sitecore .filters-holder .dropdown .select-selected {
  padding: 16px 15px 16px 40px;
  color: #a100ff !important;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 35.6452px;
  font-family: "Graphik", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 124%;
  letter-spacing: 0.01em;
}
.custom-html--sitecore .filters-holder .dropdown select {
  display: none;
}
.custom-html--sitecore .filters-holder .dropdown .select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 24px;
  width: 27px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAECSURBVHgBtZXdEYIwEITvUoElWIJW4KA2YAW2oA1AsAI7EDqgAaUFS6AEK0jcA8ZBJvwEcR/g4JL9spMwEEG5tgv6s5RcjKJbfrERzSx4fnxZCkukywfcg5BjmkFNX2PooMhQirqQF9KYI1kTAtN0rznjsqHt0irKUS7l+ZdkLchzG/FaynKPAs0FGwqkUfWnJWtD2MKzFn8NxOmzjGRMK/JM5oIgwMsJmgobgjhBvrAxkE6QCwaz6y7kcycEJxf7vHZBRKoLJBNkdTDK6hWd7vgAeyBBF6SeP6xHbBOMPFKVLMHqCgek6PMYBWrDGhoF8QI5YKMh3qAGbOMDmawpv5U3td6xg2JZe3gAAAAASUVORK5CYII=);
}
.custom-html--sitecore .filters-holder .dropdown .select-selected.select-arrow-active:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAPCAYAAAAVk7TYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEQSURBVHgBtdTdEYIwDADghAkYATdAJxCdwAn8GURaHUQcwWdPOoKM4AgsoDGVcofIT8thXuBok68pvQI4hjrSWh0ohgGBLpOVoDl5oEyiiPYoXfKtMYZCA/mVZCfQCqtBDyDIOTPUYwSQLPe4tanj9U2oQTm+YLWIccrK2ax2czvQCSwCHaEoEpiV46mkhCus9btNh9gBBQzd26AhoNcBqT5IB2/pxnZLsYbox4ShlJ+BXiw+YRbJZqga1Q4Zz5A+C8yhqbMmiL/sbKCyQ06QpoWQEBTX9H86a4N4/xNwjJskgQjFDVPrEMeE+kCN+ebUBWNAXaCnRSpO02iQjmWMovyHXPfydViufMnCH6Ja9w14HrQ5E269/gAAAABJRU5ErkJggg==);
}
.custom-html--sitecore .filters-holder .dropdown .select-selected.select-arrow-active {
  border-top-left-radius: 35.6452px;
  border-top-right-radius: 35.6452px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-html--sitecore .filters-holder .dropdown .select-items div,
.custom-html--sitecore .select-selected {
  padding: 3px 16px 3px 50px;
  cursor: pointer;
  font-family: "Graphik", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4em;
  color: #a100ff;
}
.custom-html--sitecore .filters-holder .dropdown .select-items {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 123456;
  background-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 35.6452px;
  border-bottom-left-radius: 35.6452px;
}
.custom-html--sitecore .filters-holder .dropdown .select-hide {
  display: none;
}
.custom-html--sitecore .filters-holder .dropdown .select-items div:hover,
.custom-html--sitecore .filters-holder .dropdown .same-as-selected {
  font-weight: 600 !important;
  color: #a100ff !important;
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .custom-html--sitecore .filters-holder {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin-left: 100px;
  }
  .custom-html--sitecore .filters-holder #choose-filter-dropdown {
    max-width: 250px;
    width: 100%;
  }
  .custom-html--sitecore .filters-holder .dropdown {
    max-width: 420px;
    width: 100%;
    padding-bottom: 15px;
  }
  .custom-html--sitecore .filters-holder .dropdown .select-selected {
    margin-right: 15px;
  }
  .custom-html--sitecore .filters-holder .dropdown .select-items {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .custom-html--sitecore .filters-legend-row {
    /* width: 80%; */
  }
  .custom-html--sitecore .filters-holder {
    margin-left: 135px;
    /* width: 950px; */
  }
}
@media (min-width: 1650px) {
  .custom-html--sitecore .filters-holder {
    justify-content: flex-start;
    margin-left: 135px;
  }
}
.custom-html--sitecore .filters-holder .reset-button {
  width: 133px;
  height: 51px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 35.6452px;
  font-family: "Graphik", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 124%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  color: #a100ff;
  border: 2px solid #a100ff;
  cursor: pointer;
  transition: 0.3s;
  display: none;
  margin-bottom: 25px;
}
.custom-html--sitecore .filters-holder .reset-button.reset-inactive {
  color: #bfbfbf;
  border: 2px solid #bfbfbf;
  display: flex;
  cursor: none;
  pointer-events: none;
}
.custom-html--sitecore .filters-holder .reset-button:hover {
  background: #a100ff;
  color: #ffffff;
}
.custom-html--sitecore .filters-holder .reset-button.reset-inactive:hover {
  background: white;
  color: #bfbfbf;
}
.custom-html--sitecore .charts-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin: 35px 0px 10px;
}
.custom-html--sitecore .scatter-chart-holder {
  position: relative;
  padding-right: 0px;
  width: 90%;
  border-left: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
  height: 470px;
}
@media (min-width: 576px) {
  .custom-html--sitecore .scatter-chart-holder {
    width: 85%;
    height: 550px;
  }
}
@media (min-width: 768px) {
  .custom-html--sitecore .scatter-chart-holder {
    width: 85%;
    border-left: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    height: 900px;
  }
}
@media (min-width: 992px) {
  .custom-html--sitecore .scatter-chart-holder {
    width: 87%;
    height: 900px;
    left: 4%;
  }
}
.custom-html--sitecore .scatter-chart-holder .horizontal-dashed-line {
  border-bottom: 1px dashed #4d4d4d;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 80%;
  z-index: 10;
  margin: 0 40px;
}
.custom-html--sitecore .scatter-chart-holder .vertical-dashed-line {
  border-left: 1px dashed #4d4d4d;
  height: 90%;
  width: 1px;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .custom-html--sitecore .scatter-chart-holder .horizontal-dashed-line {
    border-bottom: 2.5px dashed #4d4d4d;
    width: calc(100% - 60px);
  }
  .custom-html--sitecore .scatter-chart-holder .vertical-dashed-line {
    border-left: 2.5px dashed #4d4d4d;
    left: 37%;
  }
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 300;
  position: absolute;
  max-width: 60px;
  font-size: calc(8px + 1vw);
  line-height: 100%;
}
@media (min-width: 576px) {
  .custom-html--sitecore .scatter-chart-holder .quadrant-text {
    max-width: 180px;
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 992px) {
  .custom-html--sitecore .scatter-chart-holder .quadrant-text {
    position: absolute;
    max-width: 200px;
    font-size: calc(12px + 1vw);
  }
}
@media (min-width: 1200px) {
  .custom-html--sitecore .scatter-chart-holder .quadrant-text {
    max-width: 320px;
    font-size: calc(7px + 1vw);
  }
}
@media (min-width: 1400px) {
  .custom-html--sitecore .scatter-chart-holder .quadrant-text {
    font-size: calc(5px + 1vw);
  }
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text h4 {
  font-family: "Graphik", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0;
  text-align: left;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.innovators,
.custom-html--sitecore .scatter-chart-holder .quadrant-text.innovators h4 {
  color: #9800f9;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.achievers,
.custom-html--sitecore .scatter-chart-holder .quadrant-text.achievers h4 {
  color: #004dff;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.experimenters,
.custom-html--sitecore .scatter-chart-holder .quadrant-text.experimenters h4 {
  color: #b455aa;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.builders,
.custom-html--sitecore .scatter-chart-holder .quadrant-text.builders h4 {
  color: #6800aa;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text .percent {
  font-family: "Graphik", Arial, sans-serif;
  font-weight: 300;
  /* font-size: 75px; */
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: left;
}
@media (min-width: 768px) {
  .custom-html--sitecore .scatter-chart-holder .quadrant-text .percent {
    font-size: 2.5em;
  }
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text .percent-bar-wrapper {
  height: 6px;
  width: 100%;
  background: #d9d9d9;
  position: relative;
  margin-bottom: 10px;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text .bar-value {
  height: 6px;
  width: 30%;
  position: absolute;
  left: 0;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.innovators .bar-value {
  background: #9800f9;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.achievers .bar-value {
  background: #004dff;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.experimenters .bar-value {
  background: #b455aa;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.builders .bar-value {
  background: #6800aa;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text p {
  display: none;
}
@media (min-width: 768px) {
  .custom-html--sitecore .scatter-chart-holder .quadrant-text p {
    display: block;
    font-family: "Graphik", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    /* font-size: 18px; */
    font-size: 0.7em;
    line-height: 120%;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
    margin: 0;
  }
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.innovators {
  left: 30px;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.achievers {
  right: 30px;
  text-align: end;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.experimenters {
  left: 30px;
  bottom: 20px;
  text-align: end;
}
.custom-html--sitecore .scatter-chart-holder .quadrant-text.builders {
  right: 30px;
  bottom: 20px;
}
.custom-html--sitecore .scatter-chart {
  width: 77%;
  position: relative;
  left: 27%;
  height: 330px;
  top: 4px;
}
@media (min-width: 576px) {
  .custom-html--sitecore .scatter-chart {
    width: 90%;
    height: 450px;
    top: -44px;
    left: 10%;
  }
}
@media (min-width: 768px) {
  .custom-html--sitecore .scatter-chart {
    width: 90%;
    position: relative;
    left: 10%;
    height: 600px;
    top: 32px;
  }
}
.custom-html--sitecore .scatter-chart-holder span.dot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  z-index: 10;
  /* transform: scale(0.1) translateX(-1850px) translateY(1000px); */
}
@media (min-width: 750px) {
  .custom-html--sitecore .scatter-chart-holder span.dot {
    width: 8px;
    height: 8px;
  }
}
.custom-html--sitecore .scatter-chart span.dot.quadrant-one.faded,
.custom-html--sitecore .scatter-chart span.dot.quadrant-two.faded,
.custom-html--sitecore .scatter-chart span.dot.quadrant-three.faded,
.custom-html--sitecore .scatter-chart span.dot.quadrant-four.faded {
  background: #eeeded;
  z-index: 0;
}
.custom-html--sitecore .scatter-chart-holder span.dot.quadrant-one {
  background: #004dff;
}
.custom-html--sitecore .scatter-chart-holder span.dot.quadrant-two {
  background: #460073;
}
.custom-html--sitecore .scatter-chart-holder span.dot.quadrant-three {
  background: #9e00ff;
}
.custom-html--sitecore .scatter-chart-holder span.dot.quadrant-four {
  background: #b455aa;
}
.custom-html--sitecore .scatter-chart-holder .text-left-wrapper {
  font-family: "Graphik";
  font-style: normal;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left;
  color: #000000;
  top: calc(50% + 420px);
  left: -22px;
  width: 900px;
}
@media (min-width: 768px) {
  .custom-html--sitecore .scatter-chart-holder .text-left-wrapper {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .custom-html--sitecore .scatter-chart-holder .text-left-wrapper {
    left: -65px;
    top: calc(50% + 400px);
  }
}
.custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper {
  font-family: "Graphik";
  font-style: normal;
  position: absolute;
  bottom: -120px;
  color: #000000;
  left: 0;
  height: 100px;
  width: 100%;
}
@media (min-width: 992px) {
  .custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper {
    bottom: -105px;
  }
}
.custom-html--sitecore .scatter-chart-holder .axis-title-wrapper {
  margin: 0 auto;
}
.custom-html--sitecore .scatter-chart-holder .axis-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-align: center;
  margin: 0;
}
.custom-html--sitecore .scatter-chart-holder .axis-subtitle {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  font-family: "Graphik", Arial, sans-serif;
}
@media (min-width: 768px) {
  .custom-html--sitecore .scatter-chart-holder .axis-subtitle {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
  }
}
@media (min-width: 992px) {
  .custom-html--sitecore .scatter-chart-holder .axis-title {
    font-weight: 600;
    font-size: 24px;
  }
  .custom-html--sitecore .scatter-chart-holder .axis-subtitle {
    font-weight: 300;
    font-size: 22px;
  }
}
.custom-html--sitecore .scatter-chart-holder .text-left-wrapper .axis-subtitle {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 7px;
}
.custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper .axis-subtitle {
  margin: 0 auto;
  padding-top: 7px;
}
.custom-html--sitecore .scatter-chart-holder .text-left-wrapper .axis-labels-wrapper {
  /* display: flex; */
  display: none;
  justify-content: space-between;
  font-weight: 300;
  font-size: 20px;
  line-height: 18px;
  position: relative;
  top: -10px;
}
.custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper .axis-labels-wrapper {
  /* display: flex; */
  display: none;
  justify-content: space-between;
  font-weight: 300;
  font-size: 20px;
  line-height: 18px;
  position: relative;
  top: -10px;
}
.custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper .axis-title-wrapper {
  position: relative;
  top: -15px;
}
@media (min-width: 768px) {
  .custom-html--sitecore .scatter-chart-holder .text-left-wrapper .axis-labels-wrapper {
    display: flex;
  }
  .custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper .axis-labels-wrapper {
    display: flex;
  }
}
@media (min-width: 992px) {
  .custom-html--sitecore .scatter-chart-holder .text-left-wrapper .axis-labels-wrapper {
    top: 10px;
  }
  .custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper .axis-title-wrapper {
    top: 20px;
  }
  .custom-html--sitecore .scatter-chart-holder .text-bottom-wrapper .axis-labels-wrapper {
    top: 10px;
  }
}
@media (min-width: 992px) {
  .custom-html--sitecore .scatter-chart-holder .axis-labels-wrapper {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 20px;
    line-height: 18px;
    top: 0;
  }
}
.custom-html--sitecore .marquee-text-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 80vh;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #fff;
  z-index: 1;
  text-align: center;
}
.custom-html--sitecore span.marquee-title {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Graphik Light", "Arial", Sans-Serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 87px;
  line-height: 81px;
  text-align: center;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #FFFFFF;
  /*text-shadow: 0px 1px 25px rgb(50 0 88 / 82%);¨*/
}
.custom-html--sitecore span.marquee-subtitle {
  position: absolute;
  left: 50%;
  top: 69%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Graphik Light", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 1.5px;
  white-space: nowrap;
  color: #FFFFFF;
  /*text-shadow: 0px 4px 57px rgb(50 0 88 / 97%);*/
}
.custom-html--sitecore .mouse-container.isactive {
  opacity: 1;
  z-index: 5;
  cursor: pointer;
  position: absolute;
  left: 49%;
  bottom: 10%;
}
.custom-html--sitecore .mouse-container {
  position: relative;
  bottom: 13em;
}
.custom-html--sitecore .mouse-container {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.custom-html--sitecore #block-marquee .mouse-icon--wrapper {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
.custom-html--sitecore .mouse-icon--wrapper {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .custom-html--sitecore span.marquee-title {
    font-size: 35px!important;
    top: 45%;
  }
  .custom-html--sitecore span.marquee-subtitle {
    font-size: 16px!important;
    width: 321px;
    top: 125px;
    white-space: unset!important;
  }
  .custom-html--sitecore .marquee-text-container {
    height: 22vh!important;
    top: 33% !important;
  }
  .custom-html--sitecore .q-text {
    font-size: 35px !important;
    line-height: 45px !important;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .custom-html--sitecore .section-container.section-container-6b {
    height: 35vh;
  }
  .custom-html--sitecore span.sb-cta-text {
    vertical-align: sub;
  }
  .custom-html--sitecore h4.panel-title {
    width: 90% !important;
  }
  .custom-html--sitecore .animate-container.ac-2 .content-header h2 {
    color: #FFFFFF !important;
    font-family: "Graphik Light", "Arial", sans-serif !important;
  }
  .custom-html--sitecore .gte-text-container {
    top: 65%;
  }
  .custom-html--sitecore .gte-dl {
    font-size: 18px !important;
  }
  .custom-html--sitecore .headline-text {
    font-size: 45px !important;
  }
  .custom-html--sitecore .q-right {
    padding-right: 5%;
    padding-left: 5%;
  }
  .custom-html--sitecore #accordion .panel-default {
    width: 100% !important;
  }
  .custom-html--sitecore #accordion {
    right: 0;
    width: 100%;
  }
  .custom-html--sitecore .panel-group {
    width: 100% !important;
  }
  .custom-html--sitecore #accordion .cta-more-label {
    font-family: "GT Sectra Fine";
    font-weight: normal;
    width: 100% !important;
  }
  .custom-html--sitecore .container-right {
    position: relative;
    right: 0;
  }
  .custom-html--sitecore .content-holder .title-container .h3-subtitle {
    font-size: 25px;
  }
  .custom-html--sitecore .left-holder {
    position: relative;
    height: auto;
  }
  .custom-html--sitecore .img-fig1 {
    right: 0 !important;
    max-width: 100% !important;
  }
  .custom-html--sitecore .img-chart {
    max-width: 100% !important;
  }
  .custom-html--sitecore #seeCapabilityDef .chart-container h3 {
    font-size: 35px !important;
  }
  .custom-html--sitecore .num-two {
    padding-left: 0 !important;
  }
  .custom-html--sitecore .section-container-2 .fig-content {
    right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-html--sitecore .percent-text {
    font-size: 23px !important;
    line-height: 35px !important;
  }
  .custom-html--sitecore .q-text {
    font-size: 26px !important;
  }
  .custom-html--sitecore .q-right {
    padding-right: 22% !important;
  }
  .custom-html--sitecore .q-left {
    padding-left: 15% !important;
  }
  .custom-html--sitecore #accordion .cta-more-label {
    width: 100% !important;
  }
  .custom-html--sitecore h4.panel-title {
    width: 605px !important;
  }
  .custom-html--sitecore #accordion .panel-default {
    width: 650px !important;
  }
  .custom-html--sitecore span.marquee-title {
    font-size: 70px;
  }
  .custom-html--sitecore .sb-cta-text {
    vertical-align: sub;
  }
  .custom-html--sitecore .panel-group {
    width: 650px !important;
  }
  .custom-html--sitecore .submarquee-title-1 {
    font-size: 50px !important;
  }
  .custom-html--sitecore .section-container.section-container-6b {
    height: 45vh;
  }
  .custom-html--sitecore .author-title {
    height: 78px !important;
  }
  .custom-html--sitecore h3.author-name {
    height: 38px !important;
  }
  .custom-html--sitecore .percent-num {
    font-size: 95px !important;
  }
  .custom-html--sitecore .headline-text {
    font-size: 55px !important;
  }
}
.custom-html--sitecore .fa-angle-down:before {
  content: "" !important;
}
.custom-html--sitecore h4.panel-title {
  width: 700px;
}
.custom-html--sitecore i.acc.fas.fa-angle-down {
  position: absolute;
  right: 5px;
  top: 10px;
}
.custom-html--sitecore #accordion1:after {
  content: " ";
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 90%;
  background: #E5E5E5;
  z-index: -1;
}
.custom-html--sitecore .fig-content {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 40px 40px;
}
.custom-html--sitecore .fig-container {
  position: relative;
}
.custom-html--sitecore .fig-content p.gt {
  font-family: "GT Sectra Fine";
}
.custom-html--sitecore .fig-content span.bold-text {
  font-family: "Graphik bold", "Arial", sans-serif;
}
.custom-html--sitecore .fig-img {
  position: absolute;
  width: 94%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore .fig-img.fig-img-1 {
  width: 100%;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}
.custom-html--sitecore .fig-container.isactive .fig-img.fig-img-2 {
  opacity: 1;
  transition-delay: 0.4s;
  z-index: 9;
}
.custom-html--sitecore .fig-container.isactive .fig-img.fig-img-3 {
  opacity: 1;
  transition-delay: 0.2s;
}
.custom-html--sitecore .fig-img.fig-img-4 {
  left: 30%;
}
.custom-html--sitecore .fig-container.isactive .fig-img.fig-img-4 {
  opacity: 1;
  left: 50%;
  transition-delay: 0.4s;
}
.custom-html--sitecore .fig-container.isactive .fig-img.fig-img-5 {
  opacity: 1;
  transition-delay: 0.8s;
}
.custom-html--sitecore h3.ai-achievers-title {
  font-family: "GT Sectra Fine" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 118.5%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  max-width: 1300px;
  margin: 0 auto;
}
.custom-html--sitecore p.ai-achievers-description {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 1300px;
  margin: 15px auto;
}
.custom-html--sitecore .main-chart-content-holder {
  padding: 40px 0px;
  position: relative;
}
.custom-html--sitecore .main-chart-content-holder .content-holder {
  max-width: 1550px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 36px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media (min-width: 1301px) {
  .custom-html--sitecore .main-chart-content-holder .content-holder {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1450px) {
  .custom-html--sitecore .main-chart-content-holder .content-holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .custom-html--sitecore .main-chart-content-holder .content-holder {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.custom-html--sitecore .ai-achievers-chart-holder {
  margin-top: 70px;
  position: relative;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper {
  position: relative;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  flex-direction: column;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper.hover-effect .chart-row.hovered {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 5px 10.0932px 60px rgba(0, 0, 0, 0.1);
  padding: 20px 17px 20px 30px;
  z-index: 999;
  left: -10px;
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media (min-width: 1300px) {
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row {
    flex-direction: row;
  }
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row.no-border-bottom {
  border-bottom: none;
}
.custom-html--sitecore .description-columns-holder {
  display: flex;
  overflow-x: scroll;
  padding: 20px 0px;
  flex-grow: 1;
}
@media (min-width: 1300px) {
  .custom-html--sitecore .description-columns-holder {
    padding: 0;
    overflow-x: unset;
  }
}
.custom-html--sitecore .ai-achievers-chart-holder .row-title {
  display: flex;
  padding-right: 20px;
  padding-top: 45px;
  flex-shrink: 0;
  box-sizing: content-box;
  font-family: 'GT Sectra Display Trial';
  font-style: normal;
  font-weight: 500;
  font-size: 28.4632px;
  line-height: 115%;
  letter-spacing: 0.04em;
  color: #7500C0;
}
@media (min-width: 1300px) {
  .custom-html--sitecore .ai-achievers-chart-holder .row-title {
    width: 240px;
  }
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-description.row-description span svg {
  display: none;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper.hover-effect .chart-row.hovered .row-description span svg {
  display: inline-block;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper.hover-effect .chart-row.hovered .row-description span {
  color: #004DFF;
  cursor: pointer !important;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-description {
  min-width: 440px;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 400;
  font-size: 19.635px;
  line-height: 200%;
  color: #4C4C4C;
  padding-top: 45px;
}
@media (min-width: 1450px) {
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-description {
    min-width: 475px;
  }
}
@media (min-width: 1300px) {
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper.hover-effect .chart-row.hovered .row-description span {
    cursor: pointer;
  }
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-columns {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  min-width: 650px;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-columns span.title {
  width: 25%;
  display: block;
  font-family: "Graphik Regular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19.64px;
  line-height: 118.5%;
  text-align: center;
  color: #004DFF;
}
@media (max-width: 1299px) {
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-columns span.title svg {
    display: none;
  }
}
@media (min-width: 1300px) {
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-columns span.title span.trigger {
    cursor: pointer;
  }
}
@media (min-width: 1300px) {
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper:not(:first-child) .chart-row .row-columns span.title {
    display: none;
  }
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper:not(:first-child) .chart-row .row-title {
    padding-top: 17px;
  }
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper:not(:first-child) .chart-row .row-description {
    padding-top: 10px;
  }
  .custom-html--sitecore .ai-achievers-chart-holder .row-wrapper:not(:first-child) .chart-row .row-columns {
    padding-top: 11px;
  }
}
.custom-html--sitecore .ai-achievers-chart-holder .row-wrapper .chart-row .row-columns span.square-holder {
  width: 25%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.custom-html--sitecore .ai-achievers-chart-holder .row-rapper .chart-row .row-columns span.square-holder:before {
  display: block;
  content: "";
  width: 700%;
  height: 1px;
  border-top: dashed 1px #BFBFBF;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.custom-html--sitecore .row-wrapper .chart-row .row-columns span.square {
  width: 22px;
  height: 22px;
  display: block;
  background-color: #fff;
  z-index: 1;
}
.custom-html--sitecore .chart-row .row-columns span.square.bg-blue {
  background: #004df0;
}
.custom-html--sitecore .chart-row .row-columns span.square.bg-purple {
  background: #A100FF;
}
.custom-html--sitecore .chart-row .row-columns span.square.bg-dark-purple {
  background: #6800AA;
}
.custom-html--sitecore .chart-row .row-columns span.square.border-blue {
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #004DFF;
  -moz-box-shadow: inset 0px 0px 0px 1.5px #004DFF;
  box-shadow: inset 0px 0px 0px 1.5px #004DFF;
}
.custom-html--sitecore .chart-row .row-columns span.square.border-dark-purple {
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #7500C0;
  -moz-box-shadow: inset 0px 0px 0px 1.5px #7500C0;
  box-shadow: inset 0px 0px 0px 1.5px #7500C0;
}
.custom-html--sitecore .chart-row .row-columns span.square.border-medium-purple {
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #A100FF;
  -moz-box-shadow: inset 0px 0px 0px 1.5px #A100FF;
  box-shadow: inset 0px 0px 0px 1.5px #A100FF;
}
.custom-html--sitecore .chart-row .row-columns span.square.border-light-purple {
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #B455AA;
  -moz-box-shadow: inset 0px 0px 0px 1.5px #B455AA;
  box-shadow: inset 0px 0px 0px 1.5px #B455AA;
}
.custom-html--sitecore .ai-achievers-chart-holder .spacer {
  height: 70px;
}
@media (max-width: 1299px) {
  .custom-html--sitecore .chart-row ::-webkit-scrollbar {
    height: 13px;
    background: #F2F2F2;
  }
  .custom-html--sitecore .chart-row ::-webkit-scrollbar-thumb:horizontal {
    background: #D9D9D9;
    border-radius: 10px;
  }
}
.custom-html--sitecore .content-holder .bottom-chart-description .description-holder {
  display: flex;
  margin-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 250px;
}
@media (min-width: 769px) {
  .custom-html--sitecore .content-holder .bottom-chart-description .description-holder {
    padding-left: 25px;
  }
}
.custom-html--sitecore .content-holder .bottom-chart-description .description-holder span.square {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.custom-html--sitecore .content-holder .bottom-chart-description .description-holder span.square.filled {
  background: #000000;
}
.custom-html--sitecore .content-holder .bottom-chart-description .description-holder span.square.border-only {
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1.5px #000000;
  box-shadow: inset 0px 0px 0px 1.5px #000000;
}
.custom-html--sitecore .content-holder .bottom-chart-description .description-holder span.square-title {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 200%;
  margin-right: 25px;
  color: #4C4C4C;
}
.custom-html--sitecore .content-holder .bottom-chart-description .chart-text {
  max-width: 1040px;
}
.custom-html--sitecore .content-holder .bottom-chart-description .chart-text p {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #4C4C4C;
  margin-top: 5px;
}
.custom-html--sitecore .content-holder .bottom-chart-description .chart-text p span {
  font-weight: 700;
}
.custom-html--sitecore .content-holder .bottom-chart-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .custom-html--sitecore .content-holder .bottom-chart-description {
    flex-direction: row;
  }
}
.custom-html--sitecore .content-holder span.explore-button {
  display: none;
}
@media (min-width: 1300px) {
  .custom-html--sitecore .content-holder span.explore-button {
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
  }
  .custom-html--sitecore .content-holder span.explore-button .cta-more {
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    transition: opacity 0.6s ease;
    display: inline-block;
  }
  .custom-html--sitecore .content-holder span.explore-button .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .content-holder span.explore-button .cta-more .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
  }
  .custom-html--sitecore .content-holder span.explore-button .cta-more:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
    width: 103%;
  }
  .custom-html--sitecore .content-holder span.explore-button .cta-more .cta-more-arrow {
    position: absolute;
    left: 22px;
    height: 15px;
    top: 8px;
    transition: all 0.4s ease;
    transition-delay: 0.6s;
  }
  .custom-html--sitecore .content-holder span.explore-button .cta-more .img-arrow-right {
    width: 24px;
    position: absolute;
  }
  .custom-html--sitecore .content-holder span.explore-button .cta-more .cta-more-label {
    margin-left: 45px;
    text-align: left;
    font-family: "Graphik", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 124%;
    letter-spacing: 0.01em;
    color: #004DFF;
  }
}
.custom-html--sitecore .content-holder a.download-button {
  font-family: "Graphik", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  letter-spacing: 0.01em;
  color: #A100FF;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #A100FF;
  border-radius: 42px;
  max-width: 320px;
  padding: 5px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.custom-html--sitecore .content-holder a.download-button span {
  text-align: center;
}
.custom-html--sitecore .content-holder a.download-button svg {
  padding-left: 10px;
}
@media (min-width: 1300px) {
  .custom-html--sitecore .content-holder a.download-button {
    display: none;
  }
}
.custom-html--sitecore span.explore-button {
  display: flex;
  max-width: 738px;
  margin: 0 auto;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 155%;
  align-items: center;
  color: #FFFFFF;
  margin-top: 50px;
  cursor: pointer;
  position: relative;
  padding: 25px 50px;
}
.custom-html--sitecore span.explore-button:hover,
.custom-html--sitecore span.explore-button.isactive {
  background: linear-gradient(90deg, #8F47EC 16.11%, #7246FD 95.51%);
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}
.custom-html--sitecore span.explore-button .icon-holder-popup-open,
.custom-html--sitecore span.explore-button .icon-holder-popup-closed {
  margin-right: 22px;
}
.custom-html--sitecore span.explore-button .icon-holder-popup-closed svg.arrow {
  position: absolute;
  left: 68px;
}
@keyframes moveExploreButtonArrow {
  from {
    left: 68px;
    top: 25px;
  }
  to {
    left: 72px;
    top: 19px;
  }
}
.custom-html--sitecore span.explore-button:hover .icon-holder-popup-closed svg.arrow {
  position: absolute;
  animation-name: moveExploreButtonArrow;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.custom-html--sitecore span.explore-button.popup-active .icon-holder-popup-closed {
  display: none;
}
.custom-html--sitecore span.explore-button .icon-holder-popup-open {
  display: none;
}
.custom-html--sitecore span.explore-button.popup-active .icon-holder-popup-open {
  display: block;
}
@media (max-width: 1299px) {
  .custom-html--sitecore span.explore-button {
    display: none;
  }
}
.custom-html--sitecore .chart-popup {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
  z-index: 999;
  background: linear-gradient(300deg, rgba(107, 21, 164, 0.97) 5.79%, rgba(117, 80, 226, 0.97) 26.34%, rgba(119, 93, 239, 0.97) 61.26%, rgba(142, 92, 239, 0.97) 82.69%, rgba(161, 97, 243, 0.97) 97.56%);
  border-radius: 36px;
}
.custom-html--sitecore .chart-popup.title-popup {
  max-width: 890px;
}
.custom-html--sitecore .chart-popup svg.close-button {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.custom-html--sitecore .chart-popup h4 {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  padding: 40px 100px 0 100px;
  color: #fff;
}
.custom-html--sitecore .chart-popup p {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  color: #ffffff;
  padding: 0 100px 10px 100px;
}
.custom-html--sitecore .explore-chart-holder {
  background: #fff;
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.1);
  display: none;
}
.custom-html--sitecore .explore-chart-holder.explore-popup-open {
  display: block;
  z-index: 6;
  width: 100%;
  top: 0;
  position: absolute;
}
.custom-html--sitecore .explore-popup-holder .explore-popup {
  background: #FFFFFF;
  border-radius: 36px;
  padding: 70px 7vw 100px 7vw;
  max-width: 1330px;
  margin: 100px auto;
}
.custom-html--sitecore .explore-chart-holder h2 {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  color: #7500C0;
  padding: 70px 60px 40px 60px;
}
.custom-html--sitecore .explore-chart-holder svg.explore-chart-holder-close-button {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.custom-html--sitecore .explore-chart-holder .chart-row {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
.custom-html--sitecore .explore-chart-holder .chart-row .row-title {
  display: flex;
  min-width: 320px;
  padding-top: 31px;
  flex-direction: column;
  font-family: 'GT Sectra Display Trial';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 115%;
  letter-spacing: 0.04em;
  color: #7500C0;
}
.custom-html--sitecore .explore-popup .chart-row .row-title span,
.custom-html--sitecore .explore-chart-holder .chart-row .row-title span {
  margin-bottom: 10px;
}
.custom-html--sitecore .explore-popup .chart-row .row-columns,
.custom-html--sitecore .explore-chart-holder .chart-row .row-columns {
  display: flex;
  flex-direction: column;
  width: 160px;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 118.5%;
  text-align: center;
  color: #000000;
  position: relative;
}
.custom-html--sitecore .explore-popup .chart-row .row-columns .zoomed-content,
.custom-html--sitecore .explore-chart-holder .chart-row .row-columns .zoomed-content {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  transition: transform 0.5s;
}
.custom-html--sitecore .explore-chart-holder .chart-row .row-columns span.squares-holder {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.custom-html--sitecore .explore-chart-holder .chart-row .row-columns span.squares-holder span.square {
  width: 22px;
  height: 22px;
  display: block;
  margin: 9px 5px;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description {
  padding: 90px 60px 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .custom-html--sitecore .explore-chart-holder .explore-chart-description {
    flex-direction: row;
  }
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .chart-text {
  max-width: 835px;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .chart-text .text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .chart-text .is-hidden {
  display: none;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .chart-text p {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .chart-text h4 {
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 0;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .arrows-holder {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  padding: 25px 0;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .arrows-holder svg {
  margin: 0 9px;
  cursor: pointer;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
}
.custom-html--sitecore .explore-chart-holder .explore-chart-description .arrows-holder svg:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.custom-html--sitecore .explore-chart-holder .chart-row .row-columns .zoomed-content.is-active {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  padding: 0 17px 20px 20px;
  z-index: 999;
  left: -50px;
  -moz-transform: scale(1.36);
  -o-transform: scale(1.36);
  -ms-transform: scale(1.36);
  -webkit-transform: scale(1.36);
  transform: scale(1.36);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  transition: transform 0.5s;
}
.custom-html--sitecore .explore-chart-holder .chart-row .row-columns .zoomed-content.is-active span.squares-holder span.square {
  margin: 6px;
}
.custom-html--sitecore .text-content,
.custom-html--sitecore .content-text-box,
.custom-html--sitecore img.for-fade,
.custom-html--sitecore #accordion1,
.custom-html--sitecore div.for-fade,
.custom-html--sitecore .submarquee-container-8 .container-box {
  position: relative;
  top: 40px;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.custom-html--sitecore .text-content.fade-in,
.custom-html--sitecore .content-text-box.fade-in,
.custom-html--sitecore div.for-fade.fade-in,
.custom-html--sitecore img.for-fade.fade-in,
.custom-html--sitecore #accordion1.fade-in,
.custom-html--sitecore .submarquee-container-8 .container-box.fade-in {
  top: 0px;
  opacity: 1;
}
.custom-html--sitecore .left-content,
.custom-html--sitecore .right-content {
  overflow: hidden;
}
.custom-html--sitecore .left-content img,
.custom-html--sitecore .left-content p {
  position: relative;
  left: -40px;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.custom-html--sitecore .left-content.fade-in img,
.custom-html--sitecore .left-content.fade-in p {
  left: 0px;
  opacity: 1;
}
.custom-html--sitecore .right-content img,
.custom-html--sitecore .right-content p {
  position: relative;
  left: 40px;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.custom-html--sitecore .right-content.fade-in img,
.custom-html--sitecore .right-content.fade-in p {
  left: 0px;
  opacity: 1;
}
.custom-html--sitecore img.ai-bg-1 {
  position: absolute;
  top: 250%;
  right: 0;
  width: 60%;
  z-index: -1;
}
.custom-html--sitecore img.ai-bg-2 {
  position: absolute;
  top: 1000%;
  right: 0;
  width: 50%;
  z-index: -1;
}
.custom-html--sitecore .top-space {
  margin-top: 5% ;
}
.custom-html--sitecore .small-text {
  line-height: 1em !important;
  margin-bottom: 0px !important;
}
.custom-html--sitecore .top-graph-space {
  padding-top: 5%;
  padding-bottom: 5%;
}
.custom-html--sitecore .author-content {
  margin-left: 1.5em;
}
@media (min-width: 1200px) {
  .custom-html--sitecore .row-new {
    max-width: 63.25em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-html--sitecore .row.row-new {
    padding: 9%;
  }
}
@media (max-width: 767px) {
  .custom-html--sitecore .row.row-new {
    padding: 0 5%;
  }
  .custom-html--sitecore .ui-container #ai-hero .row.ai-hero-header {
    display: none;
  }
}
.custom-html--sitecore .cta-more.footer {
  color: #004DFF;
  position: relative;
  width: auto;
  bottom: 0%;
  right: 0%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  padding: 10px;
  display: inline-block;
}
.custom-html--sitecore .cta-more.footer .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-html--sitecore .cta-more .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 4px;
}
.custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-box {
  top: 3px;
}
.custom-html--sitecore .cta-more.footer.isactive .cta-more-box {
  left: 0;
  top: 6px;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.custom-html--sitecore .cta-more.footer.isactive .cta-more-arrow {
  position: absolute;
  left: 20px;
  top: 12px;
}
.custom-html--sitecore .cta-more.footer .img-arrow-right {
  width: 38px;
  position: absolute;
}
.custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
  margin-left: 65px;
  font-family: "Graphik Medium", "Arial", Sans-Serif;
  font-size: 32px !important;
  line-height: 1.25;
  color: #fff;
}
.custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
  cursor: pointer;
  border-radius: 25px 25px 25px 25px;
}
.custom-html--sitecore #block-header #header-topnav .primary-nav .nav-content .nav-submenu {
  height: auto;
}
@media only screen and (min-width: 1000px) {
  .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .Subscribe-Eyebrow p {
  font-size: 22px;
  color: white;
}
.custom-html--sitecore #block-new-footer {
  background-color: black;
}
.custom-html--sitecore #footer-block .row:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.06em solid #ccc;
  /* border-width: 0.1rem; */
  border-top: 0;
  margin: 0 0.9375em;
}
.custom-html--sitecore .row.footer-links-container:before {
  border: none !important;
}
@media screen and (min-width: 768px) {
  .custom-html--sitecore #block-new-footer .content-module {
    padding-left: 0;
  }
  .custom-html--sitecore #block-new-footer .row {
    padding: 0;
    max-width: 120rem;
    margin: 0 auto;
    padding-left: 1.07em;
  }
  .custom-html--sitecore #block-new-footer .row .block-content {
    padding: 3.01rem 0 0 !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 8px;
  }
  .custom-html--sitecore .progress-nav-bar {
    top: 50px;
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    display: none;
  }
  .custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
    height: 8px;
  }
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
  z-index: 3;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #676767;
  border: 1px solid #676767;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
  top: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
  height: 100%;
  width: 100%;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
  fill: #676767;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
  background-color: #676767;
  color: #fff;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
  fill: #fff;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section {
  position: fixed;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
  z-index: 3;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
  padding-bottom: 10px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
  display: block;
  text-align: center;
  padding: 10px;
  color: #028FFF;
  border: 1px solid #028FFF;
  border-radius: 50%;
  font-size: 20px;
  height: 42px;
  width: 42px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
  top: 0;
  opacity: 1;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
  background-color: #028FFF;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: none;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
  }
}
.custom-html--sitecore .tv-quickaccess {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 150%;
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 105px;
  height: 105px;
}
.custom-html--sitecore .tv-quickaccess.isActive {
  top: 25%;
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    top: 150%;
  }
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.custom-html--sitecore .tv-quickaccess .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: 105px;
  height: 105px;
  min-height: 105px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item:hover {
  background-color: #a100ff;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.shide {
  top: 0 !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads {
  top: 0;
  z-index: 5;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
  font-size: 18px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
  color: #a100ff !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
  color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
  top: 105px;
  z-index: 4;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
  top: 210px;
  z-index: 3;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
  top: 309px;
  z-index: 2;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
  top: 270px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.meta-verse {
  top: 350px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  font-size: 15px;
  line-height: 9px;
  color: #fff;
  display: block;
  padding: 5px;
  padding-top: 10px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  clear: both;
  display: block;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
  padding: 5px;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive {
  display: block;
}
.custom-html--sitecore .tv-quickaccess-mobile {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: -150%;
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 40px;
  height: 40px;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive {
  bottom: 3%;
  right: 3%;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.custom-html--sitecore .tv-quickaccess-mobile .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: 15px;
  line-height: 9px;
  border: 0;
  width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess-mobile .btn-download {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover {
  background-color: #a100ff;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide {
  bottom: 0 !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
  bottom: 0;
  z-index: 5;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
  color: #a100ff !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
  color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
  font-size: 24px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
  bottom: 41px;
  z-index: 4;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
  bottom: 82px;
  z-index: 3;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
  bottom: 123px;
  z-index: 2;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
  /*bottom: 165px;*/
  bottom: 80px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.meta-verse {
  bottom: 200px;
  z-index: 1;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  font-size: 15px;
  line-height: 9px;
  color: #fff;
  display: block;
  padding: 12px;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
  font-family: "Graphik Medium", "Arial Black", Sans-Serif;
  clear: both;
  display: block;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
  padding: 5px 0px;
}
.custom-html--sitecore .tv-quickaccess.isActive {
  top: 25%;
}
.custom-html--sitecore .tv-quickaccess {
  width: 85px;
  height: 85px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
  width: 85px;
  height: 80px;
  min-height: 80px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
  top: 80px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
  top: 160px;
}
.custom-html--sitecore li.tv-quickaccess__item.slide-capability {
  top: 240px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
  top: 320px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.meta-verse {
  top: 280px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
  top: 206px;
}
.custom-html--sitecore .tv-quickaccess__item img {
  height: 20px;
}
@media screen and (min-width: 768px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: none;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
  }
}
.custom-html--sitecore .modal-dialog {
  max-width: 63.25em;
}
.custom-html--sitecore .modal-dialog .modal-content {
  border-radius: 2.4rem;
  overflow: hidden;
}
.custom-html--sitecore .modal-dialog button.close {
  position: absolute;
  top: 10px;
  right: 50px;
  opacity: 1;
}
.custom-html--sitecore .modal-title {
  color: #fff;
  padding: 0% 4% 4% 1%;
  font-size: 36px;
  font-family: "Graphik Semibold", "Arial Black", Sans-Serif;
}
.custom-html--sitecore .modal-dialog ul.nav.nav-tabs {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.custom-html--sitecore .modal-dialog .nav-tabs > li.active > a,
.custom-html--sitecore .modal-dialog .nav-tabs > li.active > a:hover,
.custom-html--sitecore .modal-dialog .nav-tabs > li.active > a:focus {
  color: #fff;
  font-family: "Graphik", "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20.7px;
  border: 0px;
  padding: 0px 10px;
  border-right: 1px solid #fff;
  background-color: transparent;
}
.custom-html--sitecore .modal-dialog .nav-tabs > li > a:hover {
  background-color: transparent;
  border: 0px;
  border-right: 1px solid #fff;
}
.custom-html--sitecore .modal-dialog .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 0px 10px;
  border-right: 1px solid #fff;
  font-family: "Graphik", "Arial", sans-serif;
}
.custom-html--sitecore .modal-dialog li.nav-item {
  padding-left: 0px;
}
.custom-html--sitecore .fade {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  display: none;
}
.custom-html--sitecore .modal-body {
  padding: 0px;
  margin: 0px;
  top: -20px;
}

.modal-open .modal {
  background: rgba(1, 1, 1, 0.2);
}

.custom-html--sitecore #seeCapabilityDef .modal-title {
  font-family: "Graphik Semibold", "Arial", sans-serif;
}
.custom-html--sitecore .clientImagePopUp img,
.custom-html--sitecore .financialImagePopUp img {
  cursor: pointer;
}
@media (min-width: 768px) {
  .custom-html--sitecore .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  }
}
.custom-html--sitecore .modal-content {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1) !important;
}
.custom-html--sitecore .modal-dialog button.close svg:hover path {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  stroke: #ffffff;
}
.custom-html--sitecore #seeCapabilityDef .modal-dialog button.close {
  z-index: 1;
}
.custom-html--sitecore #seeCapabilityDef .modal-dialog button.close svg path {
  stroke: #A100FF;
}
.custom-html--sitecore #seeCapabilityDef .right-dash {
  border-left: 0.03em solid #ddd;
}
.custom-html--sitecore #seeCapabilityDef .modal-body {
  top: 0px !important;
}
.custom-html--sitecore a.toggle-modal.svg-hover:hover {
  cursor: pointer;
}
.custom-html--sitecore .chart-container {
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 1012px;
}
.custom-html--sitecore .chart-container {
  background: #ffffff;
  border-radius: 20px;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 100%;
  max-width: 1012px;
  position: relative;
  /* top: -20px; */
  top: 0;
}
.custom-html--sitecore .container.chart-container {
  padding-left: 3em;
  padding-right: 3em;
}
.custom-html--sitecore #seeCapabilityDef .chart-container h3 {
  font-family: "Graphik Light", "Arial", sans-serif !important;
  color: #7500C0;
  font-size: 50px !important;
}
.custom-html--sitecore .section-container-8 .cta-more.isactive,
.custom-html--sitecore .section-container-8 .item.active .cta-more {
  opacity: 1;
  bottom: 25%;
}
.custom-html--sitecore .section-container-8 .cta-more {
  color: #004DFF;
  position: relative;
  width: auto;
  padding: 10px;
  bottom: 10%;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: inline-block;
}
.custom-html--sitecore .section-container-8 .cta-more.isactive .cta-more-box,
.custom-html--sitecore .section-container-8 .item.active .cta-more .cta-more-box {
  left: 0;
  top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #004DFF;
  border-radius: 50px;
  transition-delay: 0.2s;
}
.custom-html--sitecore .section-container-8 .cta-more .cta-more-box {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.custom-html--sitecore .section-container-8 .cta-more.isactive .cta-more-arrow,
.custom-html--sitecore .section-container-8 .item.active .cta-more-arrow {
  position: absolute;
  left: 20px;
  height: 15px;
  top: 8px;
  opacity: 1 !important;
  transition-delay: 0.6s;
}
.custom-html--sitecore .section-container-8 .cta-more .cta-more-arrow {
  position: absolute;
  left: 0px;
  top: 8px;
  height: 15px;
  opacity: 0;
  transition: all 0.4s ease;
}
.custom-html--sitecore .section-container-8 .cta-more .img-arrow-right {
  width: 24px;
  position: absolute;
}
.custom-html--sitecore .section-container-8 .cta-more.isactive .cta-more-label,
.custom-html--sitecore .section-container-8 .item.active .cta-more .cta-more-label {
  opacity: 1 !important;
}
.custom-html--sitecore .section-container-8 .cta-more .cta-more-label {
  margin-left: 45px;
  opacity: 0;
  transition: opacity 0.7s ease 0.8s;
  text-align: left;
}
.custom-html--sitecore .cta-more-label,
.custom-html--sitecore .cta-more-label a {
  font-family: "Graphik Medium", "Arial", Sans-Serif;
  font-size: 19px !important;
  line-height: 1.25;
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore .section-container-8 .cta-more.isactive:hover .cta-more-box,
  .custom-html--sitecore .section-container-8 .item.active .cta-more:hover .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .section-container-8 .cta-more.isactive:hover .cta-more-box,
.custom-html--sitecore .section-container-8 .item.active .cta-more:hover .cta-more-box {
  height: 36px;
  border-radius: 25px 25px 25px 25px;
}
@media only screen and (min-width: 1025px) {
  .custom-html--sitecore .cta-more.isactive:hover .cta-more-box {
    width: 103%;
  }
}
.custom-html--sitecore .rc-links {
  text-align: center;
  margin-top: 2em;
}
.custom-html--sitecore .fa-angle-down:before {
  color: #A100FF;
}
@-webkit-keyframes arrowDown {
  0% {
    top: 5px;
  }
  70% {
    top: 15px;
  }
  100% {
    top: 5px;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-html--sitecore .mouse-icon--wrapper svg {
  overflow: hidden;
  animation: arrowDown 1.5s infinite;
  -webkit-animation: arrowDown 1.5s infinite;
  position: relative;
}
.custom-html--sitecore .img-fig1 {
  position: relative;
  right: 10%;
  display: block;
  max-width: 120%;
}
.custom-html--sitecore #seeCapabilityDef strong {
  color: #4C4C4C !important;
}

