
.custom-html--sitecore #block-marquee-section {
    z-index: 10;
  }
  .custom-html--sitecore .marquee-container {
    min-height: 80vh;
  }
  .custom-html--sitecore .marquee-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    z-index: 9;
  }
  .custom-html--sitecore .marquee-headline h2 {
    font-size: 96px;
    letter-spacing: -0.05em;
    line-height: 0.85em;
    font-family: "Graphik Black", Arial, Sans-Serif !important;
  }
  .custom-html--sitecore .marquee-headline h1 {
    font-size: 40px;
    color: black;
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    letter-spacing: -0.02em;
    line-height: 109%;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .marquee-headline h1 {
      font-size: 30px;
      line-height: 1.1em;
    }
    .custom-html--sitecore .marquee-headline h2 {
      font-size: 44px;
    }
  }
  .custom-html--sitecore .double-arrow-down {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: arrowDown 1.5s infinite;
  }
  @-webkit-keyframes arrowDown {
    0% {
      top: 10px;
    }
    70% {
      top: 30px;
    }
    100% {
      top: 10px;
    }
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .custom-html--sitecore .marquee-container {
    background: #f3f3f3;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .marquee-container {
      background: url('/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/future-systems/Accenture-FS-Marquee-mobile.png');
      background-size: cover;
      background-position: -50% 50%;
      background-repeat: no-repeat;
    }
    .custom-html--sitecore .background-lemon {
      display: none;
    }
  }
  .custom-html--sitecore .marquee-container.visible {
    opacity: 1;
  }
  .custom-html--sitecore .background-lemon {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 40vw;
    height: 100%;
    z-index: 8;
  }
  .custom-html--sitecore .background-lemon img {
    transition: all 1s ease-in;
    transition-delay: 0.5s;
    height: 80vh;
    position: absolute;
    right: -10%;
    opacity: 0;
    top: 5vh;
  }
  .custom-html--sitecore .background-lemon.visible img {
    right: 0;
    opacity: 1;
  }
  .custom-html--sitecore .mouse-scroll {
    position: fixed;
    bottom: 10%;
    left: 50%;
    width: 25px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #c4c4c4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1 !important;
    text-align: center;
  }
  .custom-html--sitecore .mouse-scroll.isAbsolute {
    position: absolute;
  }
  .custom-html--sitecore .mouse-scroll .wheel {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 5px;
    height: 10px;
    background-color: #c4c4c4;
    border-radius: 4px;
    -webkit-animation: mouseWheel 1.4s infinite;
    animation: mouseWheel 1.4s infinite;
  }
  .custom-html--sitecore .mouse-scroll span {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #c4c4c4;
  }
  @media screen and (max-width: 567px) {
    .custom-html--sitecore .background-lemon {
      display: none;
    }
    .custom-html--sitecore .marquee-holder.marquee1 {
      display: none;
    }
    .custom-html--sitecore .marquee-holder.marquee2 {
      display: block;
    }
  }
  @media screen and (min-width: 568px) {
    .custom-html--sitecore .marquee-holder.marquee1 {
      display: block;
    }
    .custom-html--sitecore .marquee-holder.marquee2 {
      display: none;
    }
  }
  @media screen and (max-width: 1000px) {
    .custom-html--sitecore .intoTheNewLogo-mobile {
      position: absolute;
      top: 8px;
    }
  }
  .custom-html--sitecore .btn:hover,
  .custom-html--sitecore .btn:focus,
  .custom-html--sitecore .btn.focus {
    background-color: #A100FF;
  }
  .custom-html--sitecore .share-tools.module {
    display: none;
  }
  .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: #7E00FF;
    border: 1px solid #7E00FF;
    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 {
    transition: all 0.3s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    transition: all 0.6s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    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;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #7E00FF;
    color: #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: #7E00FF;
    border: 1px solid #7E00FF;
    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 {
    transition: all 0.3s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    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: #7E00FF;
    color: #fff;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    transition: all 0.7s ease-out;
    width: 105.24px;
    height: 105.24px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
    top: 25%;
  }
  .custom-html--sitecore .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 105px;
    height: 105px;
    transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess__item:hover {
    background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess__item.shide {
    top: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    transition: all 0.6s ease;
    transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    transition: all 0.6s ease;
    transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess__item.full-report {
    top: 105px;
    z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess__item.short-report {
    top: 207px;
    z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
  }
  .custom-html--sitecore .tv-quickaccess__item.slide-info {
    top: 410px;
    z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess__item a,
  .custom-html--sitecore .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 18px;
  }
  .custom-html--sitecore .tv-quickaccess__item a span,
  .custom-html--sitecore .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
  .custom-html--sitecore .ArrowcCenter.LbCaseSpacing {
    cursor: pointer;
  }
  @-moz-keyframes lineani {
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes lineani {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes lineani {
    to {
      stroke-dashoffset: 0;
    }
  }
  .custom-html--sitecore .underlay {
    stroke-width: 3;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #DFDFDF;
  }
  .custom-html--sitecore #circle-graph-1 {
    stroke: url(#gradient-1);
    stroke-width: 8;
    fill: transparent;
    stroke-linecap: square;
    stroke-linejoin: round;
  }
  .custom-html--sitecore .chart-circle {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .custom-html--sitecore #circle-graph-2 {
    stroke: url(#gradient-2);
    stroke-width: 8;
    fill: transparent;
    stroke-linecap: square;
    stroke-linejoin: round;
  }
  .custom-html--sitecore .charts-container {
    padding: 20px;
    width: 100%;
    max-width: 1024px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .custom-html--sitecore .chart {
    color: #4a667a;
    text-align: left;
    height: auto;
    background-color: transparent;
    display: inline-block;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    padding: 15px 20px 65px 20px;
    width: calc(100% - 20px);
    left: -20%;
  }
  .custom-html--sitecore .chart.circle {
    padding: 0;
  }
  .custom-html--sitecore .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .custom-html--sitecore .chart-circle {
    display: inline-block;
    position: relative;
  }
  .custom-html--sitecore .chart-svg {
    position: relative;
  }
  .custom-html--sitecore .circle-percentage {
    position: absolute;
    color: #111;
    font-size: 32px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-40%, -80%);
    -ms-transform: translate(-40%, -80%);
    -webkit-transform: translate(-40%, -80%);
    transform: translate(-40%, -80%);
    font-family: "Graphik Bold", "Arial", Sans-Serif;
  }
  @media screen and (max-width: 480px) {
    .custom-html--sitecore .circle-percentage {
      font-size: 24px;
    }
    .custom-html--sitecore .chart-circle {
      width: 90% !important;
    }
  }
  .custom-html--sitecore .align-center {
    text-align: center;
  }
  .custom-html--sitecore .download-container {
    margin-left: 30px;
  }
  .custom-html--sitecore ul.downloads {
    margin-top: 0rem;
  }
  .custom-html--sitecore .downloads li.head span {
    border-bottom: 3px solid #A100FF;
    padding-bottom: 15px;
  }
  .custom-html--sitecore .downloads > li {
    width: 100%;
    padding-top: 9px;
  }
  .custom-html--sitecore .downloads > li > a {
    position: relative;
    display: block;
    font-family: "Graphik medium", "Arial", Sans-Serif;
    font-size: 10px !important;
    margin-bottom: 10px;
    transition: all 0.3s ease-out;
    color: #000;
    margin: 0;
  }
  .custom-html--sitecore .downloads > li > a:hover {
    color: #A100FF;
  }
  .custom-html--sitecore .downloads > li > a > img {
    padding-right: 10px;
  }
  .custom-html--sitecore .nav-pills > li + li {
    padding-top: 22px;
  }
  .custom-html--sitecore .share-button {
    cursor: pointer;
    position: relative;
  }
  .custom-html--sitecore a#share-button-2,
  .custom-html--sitecore a#share-button-3,
  .custom-html--sitecore a#share-button-4,
  .custom-html--sitecore a#share-button-1,
  .custom-html--sitecore a#share-button-5,
  .custom-html--sitecore a#share-button-6 {
    color: #fff !important;
    padding: 10px 1px;
    position: relative;
    z-index: 1;
  }
  .custom-html--sitecore .arrow-down {
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    top: -20px;
    left: 15px;
    transform: translateX(50%);
    opacity: 0;
  }
  .custom-html--sitecore .arrow-down.isActive {
    transition: all 0.6s ease;
    transition-delay: 0.6s;
    top: -10px;
    opacity: 1;
  }
  .custom-html--sitecore .social-share-container {
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    height: 30px;
    width: auto;
    left: 0;
    background-color: black;
    opacity: 0;
    z-index: -1;
  }
  .custom-html--sitecore .social-share-container.isActive {
    top: -40px;
    opacity: 1;
    z-index: 1;
    padding: 10px;
  }
  .custom-html--sitecore .social-share-container a {
    color: #fff !important;
    margin-top: -10px;
    display: inline-block;
    padding: 5px;
  }
  @media screen and (max-width: 576px) {
    .custom-html--sitecore .social-share-container a {
      font-size: 16px !important;
    }
  }
  .custom-html--sitecore .social-share-container a:hover {
    color: #A100FF !important;
  }
  .custom-html--sitecore a.navbar-brand {
    margin-bottom: 0;
  }
  @media (min-width: 1000px) {
    .custom-html--sitecore .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .custom-html--sitecore .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .custom-html--sitecore img.intoTheNewLogo {
    height: 40px;
  }
  .custom-html--sitecore .row.itn-nav {
    padding-bottom: 0 !important;
    padding-top: 1.6rem !important;
    max-width: 91% !important;
  }
  .custom-html--sitecore #hero-carousel {
    margin-top: 80px;
  }
  .custom-html--sitecore .hero-background-dashboard {
    position: absolute;
    top: 0;
    left: 0;
    height: 230px;
    width: 100%;
    background-color: #000;
    z-index: -1;
  }
  @media screen and (max-width: 768px) {
    .custom-html--sitecore .hero-background-dashboard {
      display: none;
    }
  }
  .custom-html--sitecore nav.navbar.navbar-light.bg-light {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 60px;
    background-color: #000;
  }
  @media screen and (min-width: 1200px) {
    .custom-html--sitecore nav.navbar.navbar-light.bg-light {
      margin-top: 35px;
    }
    .custom-html--sitecore .navbar-brand {
      padding: 2.76rem 15px 1.7rem;
    }
    .custom-html--sitecore .nav > li {
      padding-bottom: 0;
    }
  }
  .custom-html--sitecore .navbar-center {
    float: right;
    width: auto;
    margin: auto;
    text-align: left;
  }
  .custom-html--sitecore ul.navbar-nav > li > a.moveTo {
    padding-top: 3.2rem !important;
    margin-bottom: 0;
    color: #efefef;
    font-size: 12px;
  }
  .custom-html--sitecore ul.navbar-nav > li > a.moveTo:hover {
    color: #fff;
    background-color: #000;
  }
  .custom-html--sitecore .content-module a:visited,
  .custom-html--sitecore .content-module a:visited strong,
  .custom-html--sitecore .content-module a:visited:focus,
  .custom-html--sitecore .content-module a:visited:hover {
    color: #fff;
  }
  .custom-html--sitecore .nav > li > a:focus,
  .custom-html--sitecore .nav > li > a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  .custom-html--sitecore div#block-media-navigator-section {
    height: 0;
  }
  .custom-html--sitecore .focus-indicator a:focus {
    outline: transparent solid 3px !important;
  }
  @media screen and (max-width: 999px) {
    .custom-html--sitecore .nav > li,
    .custom-html--sitecore .navbar-collapse.collapse ul,
    .custom-html--sitecore .navbar-header {
      width: 100%;
    }
    .custom-html--sitecore #footer-block .body-content .ui-container {
      display: inline-block;
    }
    .custom-html--sitecore ul.navbar-nav > li > a.moveTo {
      padding-top: 1.6rem !important;
    }
    .custom-html--sitecore .navbar-brand.moveTo,
    .custom-html--sitecore .navbar-toggle {
      display: block;
      left: 50%;
      padding: 0;
      margin-bottom: 0;
    }
    .custom-html--sitecore ul.navbar-nav > li > a.moveTo:hover {
      color: #fff;
      background-color: transparent !important;
    }
    .custom-html--sitecore nav.navbar.navbar-light.bg-light {
      margin-top: 50px;
      background-color: rgba(255, 255, 255, 0.9) !important;
    }
    .custom-html--sitecore .navbar-brand.moveTo {
      position: fixed;
      top: 10px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.7s eas;
      -o-transition: all 0.7s eas;
      transition: all 0.7s eas;
      opacity: 0;
    }
    .custom-html--sitecore .navbar-toggle {
      position: relative;
      font-size: 12px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      float: none;
      margin-right: 0;
      margin-top: 0;
      background-color: transparent;
      marquee-container: none;
      border: 1px solid transparent;
      border-radius: 0;
    }
    .custom-html--sitecore .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
    }
    .custom-html--sitecore .navbar-collapse.collapse.in ul {
      background: 0 0;
    }
    .custom-html--sitecore .nav > li {
      padding: 5px;
      margin: 0;
      text-align: left;
    }
    .custom-html--sitecore .navbar-nav > li > a {
      opacity: 0;
      border-bottom: 2px solid transparent;
      padding-bottom: 0;
      color: #000 !important;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      font-family: "Graphik regular", "Arial Black", Sans-Serif;
      font-size: 12px;
      margin-bottom: 1.6rem;
    }
    .custom-html--sitecore .navbar-collapse.collapse.in ul li a {
      opacity: 1;
    }
    .custom-html--sitecore div.navbar-collapse.collapse.in {
      display: block !important;
    }
    .custom-html--sitecore div.navbar-collapse.collapse {
      display: none !important;
    }
    .custom-html--sitecore .nav:after,
    .custom-html--sitecore .nav:before,
    .custom-html--sitecore .navbar:after,
    .custom-html--sitecore .navbar:before,
    .custom-html--sitecore .row:after,
    .custom-html--sitecore .row:before {
      content: " ";
      display: none;
    }
    .custom-html--sitecore .graph-scroll-y {
      overflow-y: auto;
    }
    .custom-html--sitecore .purple-gradient {
      background: -webkit-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
      background: -o-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
      background: linear-gradient(164.17deg, #7500C0 3.95%, #390165 97.32%);
      padding: 2% 0;
      background-attachment: fixed;
      min-height: 500px;
    }
  }
  @media screen and (max-width: 768px) {
    .custom-html--sitecore #block-section-marquee .content-module.module {
      width: 100%;
    }
    .custom-html--sitecore .marquee-holder {
      height: 100%;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 576px) {
    .custom-html--sitecore .marquee-holder {
      width: unset !important;
    }
  }
  @media screen and (max-width: 576px) {
    .custom-html--sitecore .headline {
      line-height: 6.4rem;
      font-size: 5.6rem;
    }
    .custom-html--sitecore .content-module p {
      font-size: 18px;
      line-height: 20px;
    }
    .custom-html--sitecore .content-module p.percent-header {
      font-size: 48px;
    }
    .custom-html--sitecore .purple-gradient {
      background: -webkit-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
      background: -o-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
      background: linear-gradient(164.17deg, #7500C0 3.95%, #390165 97.32%);
      padding: 2% 0;
      background-attachment: fixed;
      min-height: 400px;
    }
  }
  .custom-html--sitecore #less-ellyn,
  .custom-html--sitecore #less-eva,
  .custom-html--sitecore #less-julie {
    display: none;
  }
  .custom-html--sitecore #less-ellyn,
  .custom-html--sitecore #less-eva,
  .custom-html--sitecore #less-julie,
  .custom-html--sitecore #read-ellyn,
  .custom-html--sitecore #read-eva,
  .custom-html--sitecore #read-julie {
    cursor: pointer;
  }
  .custom-html--sitecore .marquee-holder {
    opacity: 0;
  }
  .custom-html--sitecore .headline.headline-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
    text-shadow: 2px 2px #000;
    padding: 0 10px;
  }
  .custom-html--sitecore .globe-image {
    margin-left: 20px;
  }
  .custom-html--sitecore .globe-video {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 70%;
    text-align: center;
    margin-left: 15%;
    margin-top: 3%;
  }
  .custom-html--sitecore .count-up-1,
  .custom-html--sitecore .count-up-2 {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .custom-html--sitecore .count-up-1 {
    top: 10%;
  }
  .custom-html--sitecore .count-up-2 {
    bottom: 15%;
  }
  .custom-html--sitecore .counter {
    width: 150px;
    margin: auto auto -10px;
  }
  .custom-html--sitecore #block-chart-graph {
    background-color: #F2F2F2;
  }
  .custom-html--sitecore #visitTimeline {
    width: 100%;
    position: relative;
  }
  .custom-html--sitecore .chart-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .custom-html--sitecore .chart-grid .full-chart {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: auto;
  }
  .custom-html--sitecore .chart-grid .half {
    flex-basis: 320px;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
  }
  .custom-html--sitecore .chart-grid canvas {
    width: 100%;
  }
  .custom-html--sitecore .chart-grid p {
    font-size: 1.1em;
    max-width: 90%;
  }
  .custom-html--sitecore .btn-chart-all {
    width: 80% !important;
    text-align: center;
    min-width: 40px;
  }
  .custom-html--sitecore .btn-chart-ets,
  .custom-html--sitecore .btn-chart-af,
  .custom-html--sitecore .btn-chart-st,
  .custom-html--sitecore .btn-chart-otc {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    background: #fff;
    color: #000;
    text-align: left;
    width: 45%;
    white-space: unset;
  }
  @media (min-width: 520px) {
    .custom-html--sitecore .circle-ets,
    .custom-html--sitecore .circle-af,
    .custom-html--sitecore .circle-st,
    .custom-html--sitecore .circle-otc {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #fff;
    }
  }
  @media (max-width: 520px) {
    .custom-html--sitecore .circle-ets,
    .custom-html--sitecore .circle-af,
    .custom-html--sitecore .circle-st,
    .custom-html--sitecore .circle-otc {
      position: absolute;
      left: -25px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
    }
  }
  .custom-html--sitecore .circle-ets {
    background: #A100FF;
  }
  .custom-html--sitecore .circle-af {
    background: #5A5A5A;
  }
  .custom-html--sitecore .circle-st {
    background: #5F248E;
  }
  .custom-html--sitecore .circle-otc {
    background: #00BAFF;
  }
  .custom-html--sitecore .img-chart {
    margin-left: 4vw;
    width: 90vw;
    display: none;
    opacity: 0;
  }
  .custom-html--sitecore .img-chart.isActive {
    transition: opacity 1s ease;
    display: block;
    opacity: 1;
  }
  @media (min-width: 520px) {
    .custom-html--sitecore .mobile-only {
      display: none;
    }
  }
  @media (max-width: 520px) {
    .custom-html--sitecore .full-chart-mobile {
      min-height: 540px;
      width: 100vw;
      overflow: hidden;
    }
    .custom-html--sitecore .btn-chart-ets,
    .custom-html--sitecore .btn-chart-af,
    .custom-html--sitecore .btn-chart-st,
    .custom-html--sitecore .btn-chart-otc,
    .custom-html--sitecore .btn-chart-all {
      margin: 10px !important;
      width: 90vw;
    }
  }
  @media (min-width: 520px) {
    .custom-html--sitecore .img-ws-content,
    .custom-html--sitecore .img-ws-content-2,
    .custom-html--sitecore .img-ws-content-2a,
    .custom-html--sitecore .img-ws-content-2b,
    .custom-html--sitecore .img-ws-content-3,
    .custom-html--sitecore .img-ws-content-4,
    .custom-html--sitecore .img-ws-content-5 {
      position: relative;
      width: 100%;
    }
    .custom-html--sitecore .img-ws-1,
    .custom-html--sitecore .img-ws-1b,
    .custom-html--sitecore .img-ws-1c,
    .custom-html--sitecore .img-ws-1d,
    .custom-html--sitecore .img-ws-1e {
      width: 100%;
      position: inherit;
      z-index: 1;
      top: 0;
      left: 0;
    }
    .custom-html--sitecore .img-ws-2,
    .custom-html--sitecore .img-ws-2b,
    .custom-html--sitecore .img-ws-2c,
    .custom-html--sitecore .img-ws-2d,
    .custom-html--sitecore .img-ws-2d {
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: -15px;
      opacity: 0;
      z-index: 2;
      transition: all 1s ease-in;
    }
    .custom-html--sitecore .img-ws-2ba,
    .custom-html--sitecore .img-ws-2bb {
      width: 100%;
      position: relative;
      left: 0px;
      bottom: -15px;
      opacity: 0;
      z-index: 2;
      transition: all 1s ease-in;
    }
    .custom-html--sitecore .counter75,
    .custom-html--sitecore .counter91 {
      position: absolute;
      left: 45%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      z-index: 1;
      transition: all 1s ease-in;
      font-size: 40px;
      line-height: 40px;
      font-family: "Graphik Black", Arial, Sans-Serif;
    }
    .custom-html--sitecore .percent75,
    .custom-html--sitecore .percent91 {
      position: absolute;
      left: 65%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      z-index: 2;
      transition: all 1s ease-in;
      font-size: 30px;
      line-height: 30px;
      font-family: "Graphik Black", Arial, Sans-Serif;
    }
    .custom-html--sitecore .img-ws-2.isActive,
    .custom-html--sitecore .img-ws-2b.isActive,
    .custom-html--sitecore .img-ws-2c.isActive,
    .custom-html--sitecore .img-ws-2d.isActive {
      transition-delay: 0.5s;
      opacity: 1;
      bottom: 0px;
    }
    .custom-html--sitecore .img-ws-2bb.isActive,
    .custom-html--sitecore .img-ws-2ba.isActive {
      transition-delay: 0.5s;
      opacity: 1;
      bottom: 0px;
    }
    .custom-html--sitecore .counter75.isActive,
    .custom-html--sitecore .counter91.isActive,
    .custom-html--sitecore .percent75.isActive,
    .custom-html--sitecore .percent91.isActive {
      transition-delay: 0.5s;
      opacity: 1;
    }
    .custom-html--sitecore .img-ws-2e {
      width: 0%;
      position: absolute;
      left: 0px;
      bottom: 0%;
      left: 0%;
      opacity: 0;
      z-index: 2;
      transition: all 0.7s ease-in;
    }
    .custom-html--sitecore .img-ws-2e.isActive {
      transition-delay: 0.5s;
      opacity: 1;
      z-index: 2;
      bottom: 0%;
      left: 0%;
      width: 100%;
    }
    .custom-html--sitecore .img-ws-3,
    .custom-html--sitecore .img-ws-3b,
    .custom-html--sitecore .img-ws-3c,
    .custom-html--sitecore .img-ws-3d {
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: -10px;
      opacity: 0;
      z-index: 3;
      transition: all 1s ease-in;
    }
    .custom-html--sitecore .img-ws-3.isActive,
    .custom-html--sitecore .img-ws-3b.isActive,
    .custom-html--sitecore .img-ws-3c.isActive,
    .custom-html--sitecore .img-ws-3d.isActive {
      transition-delay: 1s;
      opacity: 1;
      bottom: 0px;
    }
    .custom-html--sitecore .img-ws-3e {
      width: 100%;
      position: absolute;
      left: 0%;
      bottom: -2%;
      opacity: 0;
      z-index: 2;
      transition: all 1s ease-in;
    }
    .custom-html--sitecore .img-ws-3e.isActive {
      transition-delay: 1.2s;
      opacity: 1;
      left: 0%;
      bottom: 0%;
    }
  }
  @media (max-width: 520px) {
    .custom-html--sitecore .img-ws-content,
    .custom-html--sitecore .img-ws-content-2,
    .custom-html--sitecore .img-ws-content-3,
    .custom-html--sitecore .img-ws-content-4,
    .custom-html--sitecore .img-ws-content-5 {
      position: relative;
      width: 100%;
    }
    .custom-html--sitecore .img-ws-1,
    .custom-html--sitecore .img-ws-1b,
    .custom-html--sitecore .img-ws-1c,
    .custom-html--sitecore .img-ws-1d,
    .custom-html--sitecore .img-ws-1e {
      width: 100%;
      position: inherit;
      z-index: 1;
      top: 0;
      left: 0;
    }
    .custom-html--sitecore .img-ws-2,
    .custom-html--sitecore .img-ws-2b,
    .custom-html--sitecore .img-ws-2c,
    .custom-html--sitecore .img-ws-2d,
    .custom-html--sitecore .img-ws-2e {
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: 0px;
      opacity: 1;
      z-index: 2;
    }
    .custom-html--sitecore .img-ws-3,
    .custom-html--sitecore .img-ws-3b,
    .custom-html--sitecore .img-ws-3c,
    .custom-html--sitecore .img-ws-3d,
    .custom-html--sitecore .img-ws-3e {
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: 0px;
      opacity: 1;
      z-index: 3;
    }
    .custom-html--sitecore .img-ws-2ba,
    .custom-html--sitecore .img-ws-2bb {
      width: 100%;
      position: relative;
      left: 0px;
      bottom: 0px;
      opacity: 1;
      z-index: 2;
      transition: all 1s ease-in;
    }
    .custom-html--sitecore .counter75,
    .custom-html--sitecore .counter91 {
      position: absolute;
      left: 45%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 1;
      z-index: 3;
      transition: all 1s ease-in;
      font-size: 40px;
      line-height: 40px;
      font-family: "Graphik Black", Arial, Sans-Serif;
    }
    .custom-html--sitecore .percent75,
    .custom-html--sitecore .percent91 {
      position: absolute;
      left: 65%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 1;
      z-index: 3;
      transition: all 1s ease-in;
      font-size: 35px;
      line-height: 35px;
      font-family: "Graphik Black", Arial, Sans-Serif;
    }
  }
  .custom-html--sitecore p.moveTo.isActive {
    color: #A100FF !important;
  }
  .custom-html--sitecore button[role=button] {
    border: 0px;
    background: transparent;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-top: 15px;
    border-radius: 0;
    transition: all 0.3s ease-out;
    display: block;
  }
  .custom-html--sitecore button[role=button]:hover .front {
    transform: translate(-5px, -5px);
  }
  .custom-html--sitecore button[role=button] .front {
    z-index: 10;
    transition: all 0.3s ease-out;
  }
  .custom-html--sitecore button[role=button] .behind {
    position: relative;
    z-index: -1;
    color: #a7a7a7;
    background: #a7a7a7;
    margin-top: -4.9rem;
    margin-left: 1.4rem;
    margin-right: 0.56rem;
    padding: 0.938em 0.938em;
    font-size: 0.875em;
    line-height: 1em;
  }
  .custom-html--sitecore button:active {
    outline: none;
    border: none;
  }
  .custom-html--sitecore button:focus {
    outline: 0;
  }
  .custom-html--sitecore div.btn-download-report {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-top: 15px;
    border-radius: 0;
    transition: all 0.3s ease-out;
    display: block;
  }
  .custom-html--sitecore div.btn-download-report:hover .front {
    transform: translate(-5px, -5px);
  }
  .custom-html--sitecore div.btn-download-report .front {
    z-index: 10;
    transition: all 0.3s ease-out;
  }
  .custom-html--sitecore div.btn-download-report .behind {
    position: relative;
    z-index: -1;
    color: #a7a7a7;
    background: #a7a7a7;
    margin-top: -4.9rem;
    margin-left: 1.4rem;
    margin-right: 0.56rem;
    padding: 0.938em 0.938em;
    font-size: 0.875em;
    line-height: 1em;
    width: 198.4px;
  }
  .custom-html--sitecore div.btn-download-report:active {
    outline: none;
    border: none;
  }
  .custom-html--sitecore div.btn-download-report:focus {
    outline: 0;
  }
  @media screen and (min-width: 1000px) {
    .custom-html--sitecore #block-overview ul,
    .custom-html--sitecore #block-working-the-systems ul,
    .custom-html--sitecore #block-method-in-mindset ol {
      margin-left: 0;
    }
  }
  @media screen and (min-width: 1300px) {
    .custom-html--sitecore .row-new {
      width: 1300px !important;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .custom-html--sitecore .row-new {
      width: 950px !important;
    }
  }
  @media screen and (min-width: 1200px) {
    .custom-html--sitecore .side-authors-section {
      margin-left: 3.33%;
    }
  }
  @media screen and (min-width: 1400px) {
    .custom-html--sitecore .side-authors-section {
      margin-left: 8.33%;
    }
  }
  .custom-html--sitecore .circle-author {
    width: 60%;
  }
  .custom-html--sitecore #block-working-the-systems,
  .custom-html--sitecore #block-get-the-essentials {
    background-color: #F2F2F2;
  }
  .custom-html--sitecore .purple {
    color: #A100FF;
  }
  .custom-html--sitecore .blue {
    color: #004DFF;
  }
  .custom-html--sitecore .brief {
    font-size: 32px;
    line-height: 45px;
    font-family: "Graphik Bold", Arial, Sans-Serif;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .brief {
      font-size: 28px;
    }
  }
  .custom-html--sitecore .profile-bold,
  .custom-html--sitecore .profile-bold p {
    font-size: 14px !important;
    line-height: 1.3;
  }
  .custom-html--sitecore .profile-bold,
  .custom-html--sitecore .profile-bold p,
  .custom-html--sitecore .profile-semibold {
    font-family: "Graphik Bold", "Arial Black", Sans-Serif !important;
  }
  .custom-html--sitecore .h3-header,
  .custom-html--sitecore .h3-header p {
    font-size: 24px;
    font-family: "Graphik bold", "Arial", Sans-Serif;
    line-height: 32px;
    margin-bottom: 2.56rem;
  }
  .custom-html--sitecore .header,
  .custom-html--sitecore .header p {
    font-size: 50px;
    line-height: 49px;
    font-family: "Graphik Black", Arial, Sans-Serif;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .header,
    .custom-html--sitecore .header p {
      font-size: 31px;
      line-height: 32px;
    }
    .custom-html--sitecore h2.header.purple-header {
      margin-top: 13%;
    }
  }
  .custom-html--sitecore .purple-header {
    color: #7E00FF;
  }
  .custom-html--sitecore .read-cta a,
  .custom-html--sitecore .read-cta p {
    font-family: "Graphik Medium", Arial, Sans-Serif !important;
    font-size: 1.4rem !important;
    line-height: 1.9rem;
  }
  .custom-html--sitecore .black-cta a {
    color: #010101 !important;
  }
  .custom-html--sitecore .sub-highlight {
    font-size: 24px !important;
    line-height: 32px;
    font-family: "Graphik Semibold", Arial, Sans-Serif !important;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .sub-highlight {
      font-size: 22px !important;
      line-height: 23px !important;
    }
  }
  .custom-html--sitecore .report-title {
    font-size: 32px !important;
    line-height: 128.5%;
    font-family: "Graphik Bold", Arial, Sans-Serif !important;
    margin-bottom: 1.28rem;
  }
  .custom-html--sitecore p.small.duration-time {
    color: #8C8C8C;
  }
  .custom-html--sitecore .view-report {
    font-size: 15px !important;
    line-height: 15px;
    font-family: "Graphik Medium", Arial, Sans-Serif !important;
    color: #004DFF;
  }
  .custom-html--sitecore .h3-subheader {
    font-size: 32px;
    line-height: 128.5%;
    font-family: "Graphik Bold", Arial, Sans-Serif !important;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .h3-subheader {
      font-size: 31px;
      line-height: 32px;
      font-family: "Graphik Bold", Arial, Sans-Serif !important;
    }
  }
  .custom-html--sitecore h3.sub-highlight.purple-header {
    margin-bottom: 0;
  }
  .custom-html--sitecore .graph-font-bold {
    font-size: 16px;
    line-height: 22.4px;
    font-family: "Graphik Bold", Arial, Sans-Serif !important;
  }
  .custom-html--sitecore .graph-font-regular {
    font-size: 16px;
    line-height: 22.4px;
    font-family: "Graphik Regular", Arial, Sans-Serif !important;
  }
  @media screen and (min-width: 1000px) {
    .custom-html--sitecore {
      /*.decoupling-quote {
  transform: translateY(50%);
  }*/
    }
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .method-quote,
    .custom-html--sitecore .decoupling-quote,
    .custom-html--sitecore .radically-human-quote {
      margin-top: 10%;
    }
  }
  .custom-html--sitecore .side-quote {
    margin-left: 3%;
  }
  @media screen and (min-width: 1600px) {
    .custom-html--sitecore .side-quote {
      margin-left: 5%;
    }
  }
  .custom-html--sitecore .side-quote p {
    font-size: 24px;
    line-height: 32px;
    font-family: "Graphik Semibold", Arial, Sans-Serif !important;
    border-left: solid #7E00FF 5px;
    padding-left: 1.6rem;
    padding-right: 0.16rem;
  }
  .custom-html--sitecore .side-quote {
    top: 430px;
  }
  .custom-html--sitecore .submarquee-center {
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-html--sitecore #block-method-in-mindset li {
    font-size: 24px;
    line-height: 32px;
    font-family: "Graphik Semibold", Arial, Sans-Serif !important;
    color: #7E00FF;
  }
  .custom-html--sitecore #block-careers {
    margin-bottom: 5em;
  }
  @media screen and (max-width: 999px) {
    .custom-html--sitecore #careers-image {
      margin: 6% 0;
    }
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore #block-careers .top-padding {
      padding-top: 0;
    }
    .custom-html--sitecore .author-margin {
      margin-top: 5%;
    }
    .custom-html--sitecore #block-careers {
      margin-bottom: 0;
    }
  }
  .custom-html--sitecore .submarquee {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 1%;
    background-position: top right !important;
  }
  .custom-html--sitecore .white {
    color: white;
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .padding2 {
      padding: 0 3%;
    }
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .gray-bg {
      background-color: #F2F2F2;
      padding-top: 2%;
      padding-bottom: 2%;
    }
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .gray-bg-mobile {
      background-color: #F2F2F2;
      padding-top: 2% !important;
      padding-bottom: 4%;
      margin-top: 3%;
    }
    .custom-html--sitecore .hide-mobile {
      display: none;
    }
  }
  .custom-html--sitecore .black-color {
    color: #000 !important;
  }
  .custom-html--sitecore #overview-image {
    width: 130%;
    transform: translate(-13%, 16%);
  }
  .custom-html--sitecore #working-systems-image {
    width: 100%;
    padding: 10% 0;
    /*border-bottom: 1px solid #7E00FF;*/
    margin-bottom: 5%;
  }
  .custom-html--sitecore #adaptable-image {
    width: 100%;
  }
  .custom-html--sitecore #data-decoupling,
  .custom-html--sitecore #data-enriching {
    width: 100%;
  }
  .custom-html--sitecore #data-legend {
    width: 40%;
  }
  .custom-html--sitecore #getEssemtials {
    width: auto;
    padding-bottom: 7.5%;
    padding-top: 10%;
  }
  .custom-html--sitecore #careers-image {
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .get-essentials-left {
      width: 45%;
      margin-right: 5%;
    }
    .custom-html--sitecore .get-essentials-right {
      width: 45%;
      margin-left: 5%;
    }
  }
  .custom-html--sitecore .cta-arrow:after,
  .custom-html--sitecore .cta-alt-arrow:after {
    transform: rotate(90deg);
    margin-left: 0;
    font-size: 1em;
  }
  .custom-html--sitecore .cta-arrow {
    margin-right: 2%;
    border-bottom: 1px solid #fff;
  }
  .custom-html--sitecore .graph-padding {
    padding: 3% 0;
  }
  .custom-html--sitecore .top-padding {
    padding-top: 3.5rem;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .top-padding {
      padding-top: 1.9rem;
    }
  }
  .custom-html--sitecore .top-padding-small {
    padding-top: 2.4rem;
  }
  .custom-html--sitecore .btn {
    font-size: 1.6rem;
    /*webkit-box-shadow: 5px 4px 0px 0px rgba(205,205,205,1);
  -moz-box-shadow: 10px 14px 0px 0px rgba(205,205,205,1);
  box-shadow: 5px 4px 0px 0px rgba(205,205,205,1);*/
  }
  .custom-html--sitecore #block-get-the-essentials .btn {
    font-size: 1.28rem !important;
    padding: 1.18rem 1.5rem !important;
    min-width: 19.84rem;
  }
  .custom-html--sitecore #block-get-the-essentials p.small {
    font-size: 15px !important;
    color: #7E00FF !important;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    margin-bottom: 1.92rem;
  }
  .custom-html--sitecore #block-working-the-systems li {
    padding-bottom: 0;
  }
  .custom-html--sitecore .get-essentials-left p,
  .custom-html--sitecore .get-essentials-right p {
    margin-bottom: 0;
  }
  .custom-html--sitecore .ion-ios-clock-outline.clock-icon {
    color: #8C8C8C !important;
    padding-right: 5px;
  }
  .custom-html--sitecore .behind {
    margin-left: 0.64rem !important;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .behind {
      margin-top: -4.64rem !important;
    }
  }
  .custom-html--sitecore .btn {
    margin: 1.5rem 1rem 1.5rem 0;
  }
  .custom-html--sitecore #block-chart-graph .btn {
    margin: 0.48rem 1rem 1.5rem 0;
  }
  .custom-html--sitecore .quote-border {
    border-left: 4px solid #7E00FF;
    padding-left: 3%;
  }
  .custom-html--sitecore .vid-container {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media screen and (min-width: 2300px) {
    .custom-html--sitecore .vid-container {
      min-width: 50% !important;
    }
  }
  .custom-html--sitecore a.moreless.more,
  .custom-html--sitecore a.moreless.less {
    color: #7E00FF;
    font-size: 18px;
    line-height: 20px;
  }
  .custom-html--sitecore #block-capturing-the-value .content-module a:visited,
  .custom-html--sitecore .content-module a:visited strong,
  .custom-html--sitecore .content-module a:visited:focus,
  .custom-html--sitecore .content-module a:visited:hover {
    color: #7E00FF;
  }
  .custom-html--sitecore .pie {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .pie {
      width: 65%;
    }
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    transition: all 0.7s ease-out;
    width: 105.24px;
    height: 105.24px;
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
    top: 25%;
  }
  .custom-html--sitecore .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 105px;
    height: 105px;
    transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess__item:hover {
    background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess__item.shide {
    top: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    transition: all 0.6s ease;
    transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a,
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    transition: all 0.6s ease;
    transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess__item.full-report {
    top: 104px;
    z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess__item.short-report {
    top: 207px;
    z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
  }
  .custom-html--sitecore .tv-quickaccess__item.slide-info {
    top: 410px;
    z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess__item a {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 18px;
  }
  .custom-html--sitecore .tv-quickaccess__item a span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
  .custom-html--sitecore .vid0 {
    width: 100%;
    transform: translateY(20%);
  }
  @media only screen and (max-width: 767px) {
    .custom-html--sitecore .vid0,
    .custom-html--sitecore .section-background-vide-container {
      display: none;
    }
    .custom-html--sitecore #block-mindset-submarquee {
      background: url('/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/future-systems/Accenture-FS-Method-Mindset-mobile.png');
      min-height: 300px;
    }
    .custom-html--sitecore #block-our-plan-submarquee {
      background: url('/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/future-systems/Accenture-FS-OurPlanYourMove-mobile.jpg');
      background-position: 53% 50% !important;
      min-height: 300px;
    }
    .custom-html--sitecore .hide-mobile {
      display: none;
    }
    .custom-html--sitecore a.navbar-brand {
      padding: 0;
    }
    .custom-html--sitecore div.btn-download-report .behind {
      width: inherit !important;
    }
  }
  @media only screen and (max-width: 1000px) {
    .custom-html--sitecore .intoTheNewLogo {
      display: none !important;
    }
    .custom-html--sitecore .intoTheNewLogo-mobile {
      height: 32px !important;
      width: auto !important;
    }
  }
  @media only screen and (min-width: 768px) {
    .custom-html--sitecore .content-module {
      margin-bottom: 0;
      overflow: hidden;
    }
  }
  @media only screen and (min-width: 768px) {
    .custom-html--sitecore .mobile-only-image {
      display: none;
    }
    .custom-html--sitecore .show-mobile {
      display: none;
    }
  }
  @media only screen and (min-width: 1000px) {
    .custom-html--sitecore .read-cta p,
    .custom-html--sitecore .bold-statement {
      padding-right: 10%;
    }
    .custom-html--sitecore .intoTheNewLogo-mobile {
      display: none !important;
      height: 32px !important;
      width: auto !important;
    }
  }
  @media only screen and (min-width: 1300px) {
    .custom-html--sitecore .display-ipad {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-html--sitecore .marquee-headline h2 {
      font-size: 65px !important;
    }
    .custom-html--sitecore .marquee-headline h4 {
      font-size: 30px !important;
    }
    .custom-html--sitecore .side-quote p {
      font-size: 18px !important;
      line-height: 22px !important;
      padding-left: 1.6rem !important;
      padding-right: 3.36rem !important;
    }
    .custom-html--sitecore h2.header.purple-header {
      margin-top: 1em;
    }
    .custom-html--sitecore h2.header.white {
      font-size: 34px;
      line-height: 36px;
    }
    .custom-html--sitecore p.sub-highlight.white.hide-mobile {
      font-size: 20px !important;
      line-height: 22px;
    }
    .custom-html--sitecore .sub-highlight {
      font-size: 20px !important;
      line-height: 24px !important;
    }
    .custom-html--sitecore .graph-font-regular {
      font-size: 17px !important;
    }
    .custom-html--sitecore .remove-ipad {
      display: none;
    }
    .custom-html--sitecore .shadow-text {
      text-shadow: 2px 2px black;
    }
    .custom-html--sitecore .background-lemon {
      top: 45%;
      transform: translateY(-25%);
    }
  }
  @media only screen and (min-width: 1900px) {
    .custom-html--sitecore ul.navbar-nav > li > a.moveTo {
      font-size: 16px;
    }
  }
  .custom-html--sitecore a .profile-bold:hover {
    color: #A100FF !important;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
  .custom-html--sitecore .nav > li > a:focus {
    text-decoration: none;
  }
  .custom-html--sitecore ul.navbar-nav > li > p.moveTo {
    padding-top: 3.2rem !important;
    margin-bottom: 0;
    color: #efefef;
    font-size: 12px;
  }
  .custom-html--sitecore ul.navbar-nav > li > p.moveTo:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer;
  }
  @media only screen and (min-width: 1900px) {
    .custom-html--sitecore ul.navbar-nav > li > p.moveTo {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 999px) {
    .custom-html--sitecore .navbar-collapse.collapse.in ul li p {
      opacity: 1;
      background-color: transparent;
    }
  }
  @media screen and (max-width: 999px) {
    .custom-html--sitecore ul.navbar-nav > li > p.moveTo {
      padding-top: 1.6rem !important;
    }
  }
  .custom-html--sitecore p.moveTo.isActive {
    color: #A100FF !important;
  }
  @media screen and (max-width: 999px) {
    .custom-html--sitecore .navbar-nav > li > p {
      border-bottom: 2px solid transparent;
      padding-bottom: 0;
      color: #000 !important;
      transition: all 0.3s ease-out;
      font-family: "Graphik regular", "Arial Black", Sans-Serif;
    }
  }
  .custom-html--sitecore .navbar-nav > li > p {
    line-height: 1.6rem;
  }
  .custom-html--sitecore .nav > li > p {
    position: relative;
    display: block;
  }
  