.custom-html--sitecore #block-marquee-section {
    z-index: 10;
}

.custom-html--sitecore .marquee-container {
    height: 80vh;
    background-color: #f2f2f2;
}

.custom-html--sitecore .onMac .marquee-container {
    background-color: #f5f5f5;
}

.custom-html--sitecore img.marqueeImg {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
}

.custom-html--sitecore video.vidm, .custom-html--sitecore video.vidm-0 {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
}

.custom-html--sitecore .marquee-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70vw;
    z-index: 9;
}

.custom-html--sitecore .sub-marquee-headline {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.custom-html--sitecore .marquee-headline h2, .custom-html--sitecore .sub-marquee-headline h2 {
    font-size: 8.8rem;
    letter-spacing: -0.05em;
    line-height: 8.8rem;
    font-family: "Graphik Black", Arial, Sans-Serif !important;
}

.custom-html--sitecore .marquee-headline h3, .custom-html--sitecore .sub-marquee-headline h3 {
    font-size: 4rem;
    color: #000;
    font-family: "Graphik Bold", Arial, Sans-Serif;
    letter-spacing: -0.02em;
    line-height: 109%;
}

.custom-html--sitecore .double-arrow-down {
    cursor: pointer;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-animation: arrowDown 1.5s infinite;
    animation: arrowDown 1.5s infinite;
}

.custom-html--sitecore .marquee-container .background-video {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.custom-html--sitecore .sub-marquee .background-video {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
}

@-webkit-keyframes arrowDown {
    0% {
        top: 70px;
    }

    70% {
        top: 85px;
    }

    100% {
        top: 70px;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .marquee-container {
        background: url(_acnmedia/Thought-Leadership-Assets/Images/tech-vision-2020/Accenture-tech-vision-2020-marquee-mobile);
        background-size: 135%;
        background-position: center;
        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 {
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    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%);
    -ms-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%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    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 {
        height: 40px;
        width: auto;
    }
}

.custom-html--sitecore .btn.focus, .custom-html--sitecore .btn:focus, .custom-html--sitecore .btn:hover {
    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;
    background-color: rgba(255, 255, 255, 0.6);
}

.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;
}

.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: #7e00ff;
}

.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-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: #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 {
    -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: #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;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    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 .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: 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 .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(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 104px;
    z-index: 4;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 207px;
    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: 410px;
    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: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 18px;
}

.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: 12px;
    line-height: 16px;
    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: 8px;
    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 .tv-quickaccess__item.downloads.isActive a span, .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a {
    color: #a100ff !important;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span, .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a {
    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(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.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: 164px;
    z-index: 1;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download, .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span, .custom-html--sitecore .tv-quickaccess-mobile .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 .align-center {
    text-align: center;
}

.custom-html--sitecore .download-container {
    margin-left: 30px;
}

.custom-html--sitecore ul.downloads {
    margin-top: 0;
}

.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;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    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-1, .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-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 #000;
    position: absolute;
    top: -20px;
    left: 15px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.custom-html--sitecore .arrow-down.isActive {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    top: -10px;
    opacity: 1;
}

.custom-html--sitecore .social-share-container {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    height: 30px;
    width: auto;
    left: 0;
    background-color: #000;
    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 p.moveTo:hover {
        color: #a100ff;
    }

    .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: absolute;
    z-index: 20;
    top: -65px;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 60px;
    background-color: #000;
}

.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed {
    position: fixed;
    top: 30px;
}

@media screen and (min-width: 1200px) {
    .custom-html--sitecore nav.navbar.navbar-light.bg-light {
        margin-top: 35px;
    }

    .custom-html--sitecore .navbar-brand {
        padding: 1.6rem 15px 2.76rem 1.7rem;
    }

    .custom-html--sitecore .nav>li {
        padding-bottom: 0;
    }
}

.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: 20px;
        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;
        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 {
        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: -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;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light {
        margin-top: 50px;
    }
}

@media screen and (max-width: 576px) {
    .custom-html--sitecore nav.navbar.navbar-light.bg-light {
        margin-top: 50px;
    }

    .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: -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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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;
}

@media screen and (min-width: 1500px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
        display: block;
    }

    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
        display: none;
    }
}

@media screen and (max-width: 1499px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
        display: none;
    }

    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
        display: block;
    }
}

@media screen and (min-width: 1450px) {
    .custom-html--sitecore .navbar-header {
        float: unset;
        position: absolute;
        top: 20%;
    }
}

@media screen and (max-width: 1449px) {
    .custom-html--sitecore .navbar-header {
        float: unset;
        position: relative;
        top: 20%;
    }

    .custom-html--sitecore .body-content .ui-container.inIE .row, .custom-html--sitecore .content-module.inIE {
        overflow: hidden;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed .row {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 999px) {
    .custom-html--sitecore .navbar-collapse.collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom-html--sitecore ul.nav.navbar-nav {
        width: 100%;
        position: relative;
    }

    .custom-html--sitecore ul.nav.navbar-nav li .progressbar {
        height: 101%;
        position: absolute;
        top: 0;
        left: 0;
        background: #7e00ff;
        z-index: -1;
    }

    .custom-html--sitecore .navbar .navbar-nav li {
        cursor: pointer;
        position: relative;
        height: 65px;
        padding-top: 15px;
        color: #fff;
        width: 16.6%;
        text-align: left;
        padding-left: 5%;
    }

    .custom-html--sitecore h1.acn-label, .custom-html--sitecore h5.acn-label {
        font-family: "Graphik Regular", Arial, Sans-Serif;
        text-transform: uppercase;
        font-size: 2.4rem;
    }

    .custom-html--sitecore h1.acn-label span, .custom-html--sitecore h5.acn-label span {
        border-bottom: 1px solid #111;
        padding-bottom: 4px;
    }

    .custom-html--sitecore #block-marquee-section h1.acn-label span a {
        color: #111 !important;
    }

    .custom-html--sitecore h5.acn-label-date {
        font-family: "Graphik thin", Arial, Sans-Serif;
        text-transform: uppercase;
    }

    .custom-html--sitecore .marquee-headline h2 {
        padding-top: 1.6rem;
    }

    .custom-html--sitecore #block-in-brief .row.row-new {
        padding-top: 2em;
    }

    .custom-html--sitecore a.navbar-brand {
        padding: 0.8rem 4.8rem 1.6rem 0.8rem;
    }

    .custom-html--sitecore .share-icons-container {
        padding-top: 8%;
    }

    .custom-html--sitecore .view-more {
        display: block;
    }

    .custom-html--sitecore .view-less {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .marquee-headline {
        position: absolute;
        top: 50%;
        left: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 70vw;
        z-index: 9;
    }

    .custom-html--sitecore h1.acn-label, .custom-html--sitecore h5.acn-label {
        font-family: "Graphik Regular", Arial, Sans-Serif;
        text-transform: uppercase;
        font-size: 1.6rem;
    }

    .custom-html--sitecore h1.acn-label span, .custom-html--sitecore h5.acn-label span {
        border-bottom: 1px solid #111;
        padding-bottom: 4px;
    }

    .custom-html--sitecore #block-marquee-section h1.acn-label span a {
        color: #111 !important;
    }

    .custom-html--sitecore h5.acn-label-date {
        font-family: "Graphik thin", Arial, Sans-Serif;
        text-transform: uppercase;
    }

    .custom-html--sitecore .navbar-header {
        left: 0;
    }

    .custom-html--sitecore .marquee-headline h2, .custom-html--sitecore .sub-marquee-headline h2 {
        font-size: 4rem;
        line-height: 4.16rem;
    }

    .custom-html--sitecore .marquee-headline h3, .custom-html--sitecore .sub-marquee-headline h3 {
        font-size: 2.72rem;
        line-height: 2.88rem;
    }

    .custom-html--sitecore .navbar-brand>img {
        display: none;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light {
        position: fixed;
        top: 0;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed {
        top: 0;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light .row {
        padding: 0;
    }

    .custom-html--sitecore .marqueeImg {
        display: none;
    }

    .custom-html--sitecore .parallax-vid {
        display: none;
    }

    .custom-html--sitecore .double-arrow-down {
        display: none;
    }

    .custom-html--sitecore .content-module {
        overflow: hidden;
    }

    .custom-html--sitecore #block-conclusion:before {
        height: 1400px !important;
    }

    .custom-html--sitecore .marquee-headline h2 {
        text-shadow: 1px 1px #efefef;
    }

    .custom-html--sitecore a[role=button] .behind {
        display: none;
    }

    .custom-html--sitecore .vertical-bar {
        overflow: hidden;
    }

    .custom-html--sitecore .vertical-bar::before {
        background-image: unset !important;
        border-top: 380px solid #7e00ff;
        border-left: 4px solid transparent;
        border-right: 0 solid transparent;
        height: 0 !important;
        width: 8px !important;
    }

    .custom-html--sitecore .content-module p {
        font-family: "Graphik Regular", Arial, Sans-Serif;
        font-size: 1.4rem;
        margin-bottom: 2.24rem;
    }

    .custom-html--sitecore .view-less, .custom-html--sitecore .view-more {
        display: none;
    }

    .custom-html--sitecore .view-more.isActive {
        display: block;
    }

    .custom-html--sitecore .view-less.isActive {
        display: block;
    }

    .custom-html--sitecore span.morelink-cl {
        color: #a100ff !important;
        text-decoration: none !important;
    }

    .custom-html--sitecore span.morelink-cm {
        color: #a100ff !important;
        text-decoration: none !important;
    }

    .custom-html--sitecore .download-report {
        position: relative;
        z-index: 1;
    }
}

.custom-html--sitecore .ITN-logo-768 {
    display: none !important;
}

@media (max-width: 1199px) and (min-width: 1000px) {
    .custom-html--sitecore .marquee-headline h2, .custom-html--sitecore .sub-marquee-headline h2 {
        font-size: 8rem;
        line-height: 8.16rem;
    }

    .custom-html--sitecore .marquee-headline h3, .custom-html--sitecore .sub-marquee-headline h3 {
        font-size: 3.2rem;
        line-height: 3.36rem;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed {
        top: -10px;
    }

    .custom-html--sitecore nav.navbar.navbar-light.bg-light {
        top: -90px;
    }
}

.custom-html--sitecore .content-module.inIE {
    overflow: hidden;
}

.custom-html--sitecore .share-text.eyebrow-title {
    float: left;
    padding-right: 10px;
}

.custom-html--sitecore .social-likes.social-likes_visible {
    position: relative;
    float: left;
    border: 2px #004dff solid;
    color: #004dff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: -5px 10px 0 10px;
    cursor: pointer;
}

.custom-html--sitecore .social-likes.social-likes_visible svg {
    height: 70%;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .social-likes.social-likes_visible svg path {
    fill: #004dff;
}

.custom-html--sitecore .social-likes.social-likes_visible.disable {
    border: 2px #cfcfcf solid;
    color: #cfcfcf;
}

.custom-html--sitecore .social-likes.social-likes_visible.disable svg path {
    fill: #cfcfcf;
}

.custom-html--sitecore .social-likes.social-likes_visible i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore a[role=button] .behind {
    background: url(/content/dam/accenture/final/a-com-migration/custom/images/technology-trends-2020/Accenture-tech-vision-2020-purple-pattern.png);
    background-color: transparent;
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
}

.custom-html--sitecore .tv-quickaccess {
    right: 15px;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
    background-color: rgba(0, 0, 0, 0.95);
}

.custom-html--sitecore .tv-quickaccess:after {
    background: url(/content/dam/accenture/final/a-com-migration/custom/images/technology-trends-2020/Accenture-tech-vision-2020-purple-pattern.png);
    background-color: transparent;
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    content: '';
    position: absolute;
    right: -15px;
    top: 15px;
    width: 100%;
    height: 400%;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
    z-index: -1;
}

.custom-html--sitecore .tv-quickaccess.reduceShadow:after {
    height: 100%;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 104px;
    opacity: 1;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 208px;
    opacity: 1;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 312px;
    opacity: 1;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
    top: 420px;
    opacity: 1;
}

.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report.shide, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report.shide, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info.shide, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.shide {
    opacity: 0;
}

.custom-html--sitecore .two-colum-value div {
    position: relative;
    z-index: 2;
}

.custom-html--sitecore .two-colum-value:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 90%;
    background: #efefef;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    top: -5%;
    left: 5%;
    opacity: 0.8;
    z-index: 1;
}

.custom-html--sitecore .two-colum-value.background-adjust:before {
    top: 15%;
}

.custom-html--sitecore .two-colum-value:after {
    content: '';
    position: absolute;
    position: absolute;
    width: 55%;
    height: 84%;
    background-image: -o-radial-gradient(#ddd 20%, transparent 20%), -o-radial-gradient(#ccc 20%, transparent 20%);
    background-image: radial-gradient(#ddd 20%, transparent 20%), radial-gradient(#ccc 20%, transparent 20%);
    background-color: transparent;
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    top: 0;
    left: 40%;
    z-index: 0;
}

.custom-html--sitecore .two-colum-value.background-adjust:after {
    top: 20%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
    }

    25% {
        -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
        transform: rotate(2deg) translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
        transform: rotate(-1deg) translate3d(0, 0, 0);
    }

    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
        transform: rotate(2deg) translate3d(0, 0, 0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
    }

    25% {
        -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
        transform: rotate(2deg) translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
        transform: rotate(-1deg) translate3d(0, 0, 0);
    }

    75% {
        -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotate(2deg) translate3d(0, 0, 0);
        transform: rotate(2deg) translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 1920px) {
    .custom-html--sitecore .sub-marquee .row {
        max-width: 152rem !important;
    }
}

.custom-html--sitecore .sub-marquee.inIE .row {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
}

.custom-html--sitecore .puple-quote {
    font-size: 6.4rem;
    font-family: Arial, Sans-Serif !important;
    font-weight: 800;
    color: #a100ff;
}

.custom-html--sitecore h3.h3-authors {
    font-size: 2.88rem;
}

.custom-html--sitecore hr.hr-authors {
    border: 0.09em solid #111;
    background: #111;
    width: 50%;
}

.custom-html--sitecore .in-brief-container {
    position: relative;
    z-index: 1;
    padding-bottom: 30%;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore .block-purple-quote {
        margin-top: 20%;
    }

    .custom-html--sitecore .padding3 {
        padding-right: 5%;
    }
}

.custom-html--sitecore .block-purple-quote p, .custom-html--sitecore .block-purple-quote-right p {
    padding: 5%;
    background: #fff;
    font-family: "Graphik SemiBold", Arial, Sans-Serif;
    font-size: 2.4rem;
    line-height: 2.56rem;
    position: relative;
    z-index: 1;
}

.custom-html--sitecore .block-purple-quote-no-box p {
    padding: 5%;
    background: #fff;
}

.custom-html--sitecore .block-purple-quote:after {
    content: '';
    background: url(/content/dam/accenture/final/a-com-migration/custom/images/technology-trends-2020/Accenture-tech-vision-2020-purple-pattern.png);
    width: 120%;
    height: 95%;
    position: absolute;
    top: 20%;
    right: -20%;
    z-index: -1;
}

.custom-html--sitecore .block-purple-quote-right:after {
    content: '';
    background: url(/content/dam/accenture/final/a-com-migration/custom/images/technology-trends-2020/Accenture-tech-vision-2020-purple-pattern.png);
    width: 90%;
    height: 95%;
    position: absolute;
    top: 20%;
    left: -20%;
    z-index: -1;
}

.custom-html--sitecore .social-icons div a {
    float: left;
    font-size: 1.81rem;
    border: 0.12em solid #004dff;
    width: 1.9em;
    height: 1.85em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
    margin-right: 0.8rem;
}

.custom-html--sitecore .social-icons div a:focus, .custom-html--sitecore .social-icons div a:hover, .custom-html--sitecore .social-icons div a:visited, .custom-html--sitecore .social-icons div a:visited:focus, .custom-html--sitecore .social-icons div a:visited:hover {
    color: #00f;
}

.custom-html--sitecore img.image1 {
    position: absolute;
    bottom: -100px;
    z-index: 0;
    height: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.custom-html--sitecore .yvideo-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.custom-html--sitecore .yvideo-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.custom-html--sitecore .yvideo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore img.image1 {
        position: absolute;
        bottom: -20px;
        z-index: 0;
        height: 150px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .custom-html--sitecore .block-purple-quote {
        margin-bottom: 20%;
    }
}

.custom-html--sitecore #block-tech-vision-2020 {
    padding-top: 5%;
    background: #7500c0;
    color: #fff !important;
    position: relative;
    padding-bottom: 40px;
}

.custom-html--sitecore #block-tech-vision-2020 h2, .custom-html--sitecore #block-tech-vision-2020 h3 {
    color: #fff !important;
}

.custom-html--sitecore #block-tech-vision-2020 .col-sm-4 {
    padding-right: 6%;
}

.custom-html--sitecore #block-tech-vision-2020 .black-box.col-sm-12 {
    position: absolute;
}

.custom-html--sitecore .black-box.col-sm-12 {
    background: #111;
    color: #fff;
}

.custom-html--sitecore .black-box-left.col-sm-9.col-xs-11 {
    padding: 3%;
}

.custom-html--sitecore ul.bb-nav-ul {
    margin: 0;
    padding: 0;
}

.custom-html--sitecore ul.bb-nav-ul li {
    color: #fff;
    display: inline;
    float: left;
    padding: 0;
    text-align: center;
    width: 24%;
    height: 80px;
    border-right: 2px solid #fff;
    cursor: pointer;
}

.custom-html--sitecore ul.bb-nav-ul li:last-child {
    border-right: 2px solid #111;
}

.custom-html--sitecore ul.bb-nav-ul li a {
    color: #fff;
}

.custom-html--sitecore .black-box-right {
    min-height: 200px;
    position: relative;
}

.custom-html--sitecore img.black-box-image {
    position: relative;
    width: 120%;
    top: -30px;
    right: 5%;
}

.custom-html--sitecore img.side-box-image {
    position: absolute;
    width: 120%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-html--sitecore .black-box-left label {
    font-size: 2.88rem;
    padding-bottom: 3%;
}

.custom-html--sitecore .box-light-grey {
    width: 100%;
    background: #e5e5e5;
    padding: 3%;
}

.custom-html--sitecore a.btn-purple {
    padding-bottom: 10px;
}

.custom-html--sitecore .btn-purple .btn-title {
    width: 100%;
    background: #a100ff;
    padding: 5%;
    font-family: "Graphik SemiBold", Arial, Sans-Serif;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-html--sitecore .btn-white .btn-title {
    width: 100%;
    background: #fff;
    color: #1e1e1e;
    padding: 5%;
    font-family: "Graphik SemiBold", Arial, Sans-Serif;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 1.76rem;
}

.custom-html--sitecore .btn-purple:hover .btn-title {
    background: #1e1e1e;
}

.custom-html--sitecore .btn-white:hover .btn-title {
    background: #a100ff;
    color: #fff;
}

.custom-html--sitecore .box-light-grey label {
    font-family: "Graphik SemiBold", Arial, Sans-Serif;
}

.custom-html--sitecore .purple-icon {
    width: 70%;
    padding-bottom: 10px;
}

.custom-html--sitecore .btn-purple i.white-right-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-html--sitecore .btn-white i.white-right-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.custom-html--sitecore .btn-purple:hover i.white-right-arrow {
    right: 10px;
}

.custom-html--sitecore .btn-white:hover i.white-right-arrow {
    right: 10px;
}

.custom-html--sitecore i.white-right-arrow img {
    height: 15px;
}

.custom-html--sitecore .grey-container {
    background-color: #f2f2f2;
    padding-bottom: 4.8rem;
}

.custom-html--sitecore .box-lightest-grey {
    background: #f2f2f2;
    padding: 2%;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore .slide-share {
        width: 100%;
        min-height: 340px;
    }

    .custom-html--sitecore .content-module {
        margin-bottom: 0;
    }

    .custom-html--sitecore div[data-analytics-module-name=ai-and-me], .custom-html--sitecore div[data-analytics-module-name=in-brief], .custom-html--sitecore div[data-analytics-module-name=innovation-dna], .custom-html--sitecore div[data-analytics-module-name=marquee-content], .custom-html--sitecore div[data-analytics-module-name=robots-in-the-wild], .custom-html--sitecore div[data-analytics-module-name=the-delimma-of], .custom-html--sitecore div[data-analytics-module-name=the-i-in-experience] {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .content-module {
        margin-bottom: 0;
        overflow-x: hidden;
    }

    .custom-html--sitecore .slide-share {
        width: 100%;
        min-height: 230px;
    }

    .custom-html--sitecore .body-content .ui-container .row {
        padding-bottom: 0;
    }

    .custom-html--sitecore #block-tech-vision-2020 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .custom-html--sitecore #block-tech-vision-2020 .black-box.col-sm-12 {
        position: relative;
        padding: 2%;
    }

    .custom-html--sitecore img.black-box-image {
        position: absolute;
        width: 200px;
        height: auto;
        top: -30px;
        right: -20px;
        left: auto;
    }

    .custom-html--sitecore .box-lightest-grey {
        margin-top: 15%;
        margin-bottom: 10%;
    }
}

.custom-html--sitecore .sub-marquee {
    height: 50vh;
    min-height: 300px;
    position: relative;
    -webkit-box-shadow: 0 8px 5px -5px #5e5e5e;
    box-shadow: 0 8px 5px -5px #5e5e5e;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .custom-html--sitecore #block-in-brief {
        overflow: hidden;
    }

    .custom-html--sitecore .sub-marquee {
        height: 40vh;
    }

    .custom-html--sitecore h1.acn-label, .custom-html--sitecore h5.acn-label {
        font-family: "Graphik Regular", Arial, Sans-Serif;
        text-transform: uppercase;
        font-size: 1.6rem !important;
        line-height: 1.6rem !important;
    }

    .custom-html--sitecore h1.acn-label span, .custom-html--sitecore h5.acn-label span {
        border-bottom: 1px solid #111;
        padding-bottom: 4px;
    }

    .custom-html--sitecore .sub-marquee .sub-marquee-headline h2 {
        font-size: 4.8rem !important;
        line-height: 4.96rem !important;
    }

    .custom-html--sitecore .sub-marquee-headline h2 {
        font-size: 2.88rem !important;
        line-height: 2.88rem !important;
    }

    .custom-html--sitecore img.image1 {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .sub-marquee-headline {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        z-index: 9;
    }
}

.custom-html--sitecore .trend-1 {
    background-color: #3195fd;
}

.custom-html--sitecore .trend-1.onMac {
    background-color: #009eff;
}

@media screen and (max-width: 768px) {
    .custom-html--sitecore .trend-1 {
        height: 50vh;
        background-image: url(_acnmedia/Thought-Leadership-Assets/Images/tech-vision-2020/Accenture-tech-vision-2020-section-marquee-mobile-1);
        background-position: center -10%;
        background-repeat: no-repeat;
        background-size: 120%;
        overflow: hidden;
    }
}

.custom-html--sitecore .trend-1 .sub-marquee-headline h2, .custom-html--sitecore .trend-1 .sub-marquee-headline h3, .custom-html--sitecore .trend-1 .sub-marquee-headline h5.acn-label {
    color: #fff !important;
}

.custom-html--sitecore .trend-1 .sub-marquee-headline h5.acn-label span {
    border-color: #fff;
}

.custom-html--sitecore .trend-2 {
    background-color: #5a067f;
}

.custom-html--sitecore .trend-2.onMac {
    background-color: #66008a;
}

@media screen and (max-width: 768px) {
    .custom-html--sitecore .trend-2 {
        height: 50vh;
        background-image: url(_acnmedia/Thought-Leadership-Assets/Images/tech-vision-2020/Accenture-tech-vision-2020-section-marquee-mobile-2);
        background-position: center -10%;
        background-repeat: no-repeat;
        background-size: 120%;
        overflow: hidden;
    }
}

.custom-html--sitecore .trend-2 .sub-marquee-headline h2, .custom-html--sitecore .trend-2 .sub-marquee-headline h3, .custom-html--sitecore .trend-2 .sub-marquee-headline h5.acn-label {
    color: #fff !important;
}

.custom-html--sitecore .trend-2 .sub-marquee-headline h5.acn-label span {
    border-color: #fff;
}

.custom-html--sitecore .trend-3 {
    background: #37bffd;
}

.custom-html--sitecore .trend-3.onMac {
    background-color: #00c6ff;
}

@media screen and (max-width: 768px) {
    .custom-html--sitecore .trend-3 {
        height: 50vh;
        background-image: url(_acnmedia/Thought-Leadership-Assets/Images/tech-vision-2020/Accenture-tech-vision-2020-section-marquee-mobile-3);
        background-position: center -10%;
        background-repeat: no-repeat;
        background-size: 120%;
        overflow: hidden;
    }
}

.custom-html--sitecore .trend-3 .sub-marquee-headline h2, .custom-html--sitecore .trend-3 .sub-marquee-headline h3, .custom-html--sitecore .trend-3 .sub-marquee-headline h5.acn-label {
    color: #fff !important;
}

.custom-html--sitecore .trend-3 .sub-marquee-headline h5.acn-label span {
    border-color: #fff;
}

.custom-html--sitecore .trend-4 {
    background-color: #2955fd;
}

.custom-html--sitecore .trend-4.onMac {
    background-color: #0060ff;
}

@media screen and (max-width: 768px) {
    .custom-html--sitecore .trend-4 {
        height: 50vh;
        background-image: url(_acnmedia/Thought-Leadership-Assets/Images/tech-vision-2020/Accenture-tech-vision-2020-section-marquee-mobile-4);
        background-position: center -10%;
        background-repeat: no-repeat;
        background-size: 120%;
        overflow: hidden;
    }
}

.custom-html--sitecore .trend-4 .sub-marquee-headline h2, .custom-html--sitecore .trend-4 .sub-marquee-headline h3, .custom-html--sitecore .trend-4 .sub-marquee-headline h5.acn-label {
    color: #fff !important;
}

.custom-html--sitecore .trend-4 .sub-marquee-headline h5.acn-label span {
    border-color: #fff;
}

.custom-html--sitecore .trend-5 {
    background-color: #8f0fc9;
}

.custom-html--sitecore .trend-5.onMac {
    background-color: #9b00d0;
}

@media screen and (max-width: 768px) {
    .custom-html--sitecore .trend-5 {
        height: 50vh;
        background-image: url(_acnmedia/Thought-Leadership-Assets/Images/tech-vision-2020/Accenture-tech-vision-2020-section-marquee-mobile-5);
        background-position: center -10%;
        background-repeat: no-repeat;
        background-size: 120%;
        overflow: hidden;
    }
}

.custom-html--sitecore .trend-5 .sub-marquee-headline h2, .custom-html--sitecore .trend-5 .sub-marquee-headline h3, .custom-html--sitecore .trend-5 .sub-marquee-headline h5.acn-label {
    color: #fff !important;
}

.custom-html--sitecore .trend-5 .sub-marquee-headline h5.acn-label span {
    border-color: #fff;
}

.custom-html--sitecore .author-profile-container {
    padding-right: 2%;
}

.custom-html--sitecore .author-information p.module-title {
    font-size: 1.92rem;
    font-family: "Graphik Bold", Arial, Sans-Serif;
}

.custom-html--sitecore div#block-careers {
    padding-bottom: 4.8rem;
}

.custom-html--sitecore img#careers-image {
    width: 100%;
}

.custom-html--sitecore .col-sm-12.col-xs-12.space {
    height: 10px;
}

.custom-html--sitecore .announcement-mod {
    font-size: 3.5rem !important;
    line-height: 4.22rem;
    color: #000;
}

.custom-html--sitecore .quote-border.gradient-green-blue {
    border-image: linear-gradient(to bottom, #0f0 0%, #00baff 100%) 1 100%;
}

.custom-html--sitecore .headline-content {
    left: 90px;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .announcement-image-mobile {
        width: 100%;
    }

    .custom-html--sitecore .headline-content {
        left: 10px;
        top: 20px;
    }

    .custom-html--sitecore .announcement-mod {
        font-size: 2rem !important;
    }
}

.custom-html--sitecore .announcement-event .event-content .announcement-info .announcement-details .headline-container .eyebrow-title {
    color: white;
}

.custom-html--sitecore .content-module a.arrow.cta-arrow {
    color: white;
}

.custom-html--sitecore h3.moveTo {
    cursor: pointer;
}

.custom-html--sitecore .h3-authors {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 21px !important;
    margin-bottom: 0 !important;
}

.custom-html--sitecore .side-authors-section .h3-authors:first-child {
    font-size: 28px !important;
}

.custom-html--sitecore .side-authors-section img {
    width: 60%;
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
    .custom-html--sitecore p.moveTo {
        font-family: "Graphik Semibold", "Arial", Sans-Serif;
        font-size: 14px;
        line-height: 17px !important;
    }
}

@media screen and (max-width: 1024px) {
    .custom-html--sitecore .author-profile-container {
        padding-right: 8.33333%;
    }

    .custom-html--sitecore .author-profile, .custom-html--sitecore .many-author-profile {
        background-color: #fff !important;
    }
}

.custom-html--sitecore a.inline-link {
    color: #A100FF !important;
    text-decoration: none !important;
}

.custom-html--sitecore #block-tech-vision-2020 h3.moveTo:hover {
    text-decoration: underline;
}

.custom-html--sitecore #block-in-brief #ytim-player-VideoPlayerModule {
    height: 410px !important;
    margin-bottom: 1em;
    width: 100%;
}

.custom-html--sitecore #ytim-player-VideoPlayerModule, .custom-html--sitecore .video-player-youtube.lazy {
    height: 290px !important;
    margin-bottom: 1em;
    width: 100%;
}

.custom-html--sitecore .in-page-video.video-container {
    border: none !important;
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore #ytim-player-VideoPlayerModule, .custom-html--sitecore .video-player-youtube.lazy {
        height: 180px !important;
    }

    .custom-html--sitecore #block-in-brief #ytim-player-VideoPlayerModule {
        height: 180px !important;
    }
}

.custom-html--sitecore .announcement-event .event-content {
    box-shadow: 0 0.33em 0.25em 0 rgba(0, 0, 0, 0.2);
    /* background-image: linear-gradient(to right ,#7500C0, #DEB2F8); */
}

.custom-html--sitecore .event-content {
    margin: 0 0 1em 0;
}

.custom-html--sitecore .eyebrow-description {
    margin-bottom: 0;
}

.custom-html--sitecore p.eyebrow-title {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    text-transform: none;
    font-size: 1.4em;
    letter-spacing: inherit;
}

.custom-html--sitecore .announcement-event .event-content .announcement-info .announcement-details .headline-container {
    max-width: none;
}

.custom-html--sitecore .announcement-event .event-content .announcement-info .announcement-details {
    width: 80%;
}

.custom-html--sitecore .event-content {
    margin: 0 !important;
}

.custom-html--sitecore .announcement-event .event-content .landor-icon img {
    height: 3.5em;
    width: 5.5em;
}

.custom-html--sitecore .announcement-event {
    margin-bottom: 2em;
}

@media screen and (min-width: 999px) {
    .custom-html--sitecore #block-announcement .row.row-new {
        padding-top: 4em;
        padding-bottom: 0;
    }

    .custom-html--sitecore #block-announcement {
        background: #F5F5F5;
    }
}

@media screen and (max-width: 767px) {
    .custom-html--sitecore .announcement-event .event-content {
        padding-top: 0 !important;
    }

    .custom-html--sitecore .announcement-event .event-content .announcement-info .announcement-details .headline-container .eyebrow-title {
        color: white;
        font-size: 1.1em;
        padding-top: 20px;
    }
}