.nav-bar-menu.nav-bar-menu-overview span, .nav-bar-menu.nav-bar-menu-5-actions span{
    font-size: 13px; 
    font-family: "Graphik";
    font-weight: 300;
}
.container.responsivegrid.full-width:first-child {
    padding-left: 0;
}

.responsivegrid .full-width {
    max-width: unset;
}

.marquee-vid {
    width: 100%;
}

.marquee {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}

video.desktop-vid {
    width: 100%;
    min-height: 100%;
    position: absolute;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.marquee-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    /* height: 80vh; */
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
}

.marquee-text-container h1 {
    font-family: "Graphik", "Arial", Sans-Serif;
    /*font-size: 8.125em;*/
    font-size: 90px;
    color: #fff;
    text-shadow: 0px 1px 1px #111;
    line-height: 0.9;
    margin-bottom: 43px;
    font-weight: 600;
    letter-spacing: -5px;
}

p.marquee-description {
    font-style: normal;
    font-weight: 300;
    font-size: 29px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0px;
    font-family: "Graphik", "Arial", Sans-Serif;
    font-size: 40px;
    line-height: 1.04em;
}

@media (max-width: 767px) {
    .marquee{
        background: #000;
    }
    #Section-marquee > div > div > div > div.row > div > div.d-md-none > img{
        opacity: 0.5;
        width: 100%;
    }
    #Section-3 > div > div > div > div > div:nth-child(2){
        margin-top: 4.5rem !important;
    }
    .marquee-text-container h1 {
        font-size: 40px;
    }
    /* .gte-dl {
      font-size: 40px;
      line-height: 35px;
    }*/
    .marquee-vid {
        width: 100% !important;
    }
    .marquee {
        height: auto;
    }
    .nav-bar-menu-0 svg {
        position: absolute;
        left: 50%;
        /* top: 10px; */
        -webkit-transform: rotate(-180deg) translateX(50%);
        -ms-transform: rotate(-180deg) translateX(50%);
        transform: rotate(-180deg) translateX(50%);
    }
    .nav-bar-menu-0.rotatesvg svg {
        position: absolute;
        left: 46%;
        top: 10px;
        -webkit-transform: rotate(0deg) translateX(-50%);
        -ms-transform: rotate(0deg) translateX(-50%);
        transform: rotate(0deg) translateX(-50%);
    }
    .nav-bar-menu-0 svg {
        transform-origin: 50% 50%;
        top: 15px;
        left: 0%;
    }
}

/*Mouse Container*/
.mouse-container.isactive {
    opacity: 1;
    z-index: 5;
    cursor: pointer;
    position: initial;
    left: 49%;
    bottom: 10%;
}

.mouse-container {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.mouse-container {
    position: relative;
    bottom: 13em;
}

/*  .mouse-icon--wrapper {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
  }*/

.mouse-icon--wrapper {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mouse-icon--wrapper svg {
    overflow: hidden;
    animation: arrowDown 1.5s infinite;
    -webkit-animation: arrowDown 1.5s infinite;
    position: relative;
}

/*Mouse Container*/

/** Learn More **/
.tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 105px;
    height: 105px;
}
.tv-quickaccess.isActive {
    top: 35%;
}

.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);
}
.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;
}
.tv-quickaccess .tv-quickaccess__item:hover {
    background-color: #a100ff;
}
.tv-quickaccess .tv-quickaccess__item.shide {
    top: 0 !important;
}
.tv-quickaccess .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
}
.tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
    font-size: 18px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
.tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #a100ff !important;
}
.tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
.tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
}
.tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tv-quickaccess .tv-quickaccess__item.full-report {
    top: 105px;
    z-index: 4;
}
.tv-quickaccess .tv-quickaccess__item.short-report {
    top: 210px;
    z-index: 3;
}
.tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
}
.tv-quickaccess .tv-quickaccess__item.slide-info {
    top: 270px;
    z-index: 1;
}
.tv-quickaccess .tv-quickaccess__item.meta-verse {
    top: 350px;
    z-index: 1;
}
.tv-quickaccess .tv-quickaccess__item a,
.tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 15px;
    line-height: 9px;
    color: #fff;
    display: block;
    -webkit-padding-end: 5px;
    padding-top: 13px;
}
.tv-quickaccess .tv-quickaccess__item a span,
.tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px;
}

.tv-quickaccess-mobile.isActive {
    display: block;
}
.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;
}
.tv-quickaccess-mobile.isActive {
    bottom: 3%;
    right: 3%;
}
.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);
}
.tv-quickaccess-mobile .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 15px;
    line-height: 9px;
    border: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.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%);
}
.tv-quickaccess-mobile .tv-quickaccess__item:hover {
    background-color: #a100ff;
}
.tv-quickaccess-mobile .tv-quickaccess__item.shide {
    bottom: 0 !important;
}
.tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: 0;
    z-index: 5;
}
.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);
}
.tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
.tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #a100ff !important;
}
.tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
.tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
}
.tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/*  .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
    bottom: 41px;
    z-index: 4;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
    bottom: 82px;
    z-index: 3;
  }
  .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
    bottom: 123px;
    z-index: 2;
  }*/
.tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
    bottom: 41px !important;
    z-index: 1;
}
.tv-quickaccess-mobile .tv-quickaccess__item.meta-verse {
    bottom: 200px;
    z-index: 1;
}
.tv-quickaccess-mobile .tv-quickaccess__item a,
.tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 15px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
}
.tv-quickaccess-mobile .tv-quickaccess__item a span,
.tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 11px;
    padding: 5px 0px;
}

.fa-times-circle:before {
    content: "\f057";
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Learn More - Additional Tweak Resize */
.tv-quickaccess.isActive {
    top: 50%;
}
.tv-quickaccess {
    width: 85px;
    height: 85px;
}
.tv-quickaccess .tv-quickaccess__item {
    width: 85px;
    height: 85px;
    min-height: 70px;
}
.tv-quickaccess .tv-quickaccess__item.full-report {
    top: 70px;
}
.tv-quickaccess .tv-quickaccess__item.short-report {
    top: 140px;
}
.tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 210px;
}
.tv-quickaccess .tv-quickaccess__item.meta-verse {
    top: 275px;
}
.tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
    top: 206px;
}
.tv-quickaccess__item img {
    height: 20px;
}
/* END of Additional Tweak - Resize */

/* mobile learn more */
@media screen and (min-width: 768px) {
    .tv-quickaccess.isActive {
        display: block;
    }

    .tv-quickaccess-mobile.isActive {
        display: none;
    }
}

.learn-more-mobile-svg {
    max-width: none !important;
}

@media only screen and (max-width: 767px) {
    .tv-quickaccess.isActive {
        display: none;
    }
    .tv-quickaccess-mobile.isActive {
        display: block;
    }
    .tv-quickaccess.isActive {
        top: 150%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .nav-bar-menu.nav-bar-menu-0 span,
    .nav-bar-menu.nav-bar-menu-1 span,
    .nav-bar-menu.nav-bar-menu-2 span,
    .nav-bar-menu.nav-bar-menu-3 span,
    .nav-bar-menu.nav-bar-menu-3 span,
    .nav-bar-menu.nav-bar-menu-4 span,
    .nav-bar-menu.nav-bar-menu-5 span,
    .nav-bar-menu.nav-bar-menu-6 span,
    .nav-bar-menu.nav-bar-menu-7 span {
        font-size: 13px !important;
    }
    .progress-nav-bar {
        height: 75px;
    }
    .nav-bar-menu {
        height: 75px;
    } 
}

/** Play & Pause **/
.marquee-slide-play .button {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 15px;
    border-color: transparent transparent transparent #fff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    position: absolute;
    top: 3px;
    z-index: 5;
}

.marquee-slide-play .button.paused {
    border-style: double;
    border-width: 0px 0 0px 13px;
    top: 5px;
    position: absolute;
    z-index: 5;
}

.marquee-slide-play .button:hover {
    border-color: transparent transparent transparent #efefef;
}

div.marquee-slide-play {
    border: 0px;
    width: 15px;
    height: 15px;
    display: inline;
    position: absolute;
    bottom: 2%;
    right: 2%;
    margin: 0px !important;
}

/**Second Container**/

@media (min-width: 576px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: none !important;
    }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.overview-container {
    padding: 0rem 20rem;
}

.percent-top-space {
    margin-top: 9rem;
}

.percent-bottom-space {
    margin-bottom: 5rem;
}

.overview,
.Section-Margin {
    margin-top: 7rem;
}

@media screen and (min-width: 1366px) {
    .percent-left-space {
        margin-left: -5rem;
    }
}

@media screen and (min-width: 1600px) {
    .percent-left-space {
        margin-left: -15rem;
    }
}

@media screen and (min-width: 1920px) {
    .percent-left-space {
        margin-left: -30rem;
    }
}

@media screen and (min-width: 2560px) {
    .percent-left-space {
        margin-left: -65rem;
    }
}

.speedbump-container.spd1,
.speedbump-container.spd2 {
    position: relative;
    transform: translate(0%, 0%);
    left: -3%;
}

.header-title {
    font-family: "Graphik", "Arial", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 1px;
    padding-bottom: 2rem;
}

.overview-list {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.24px;
}

ul.overview-list {
    list-style: initial;
}

ul > li {
    /*font-family: "Graphik Light", "Arial", sans-serif;*/
    font-family: "Graphik";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 144%;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 1rem;
}

.overview-header {
    font-family: "Graphik Regular", "Arial", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 124%;
    letter-spacing: -0.02em;
    color: #000000;
}

.percent_num {
    font-family: "Graphik", "Arial", sans-serif !important;
    font-weight: 400;
    font-size: 156px;
    background: linear-gradient(to right top, #d227cf, #a100ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    float: right;
    margin-left: 2vh;
}

.quote_text {
    font-family: "Graphik", "Arial", sans-serif !important;
    font-size: 24px;
    font-weight: 400;
}

.content-text p {
    font-family: "Graphik";
    font-size: 16px;
    font-weight: 300;
    line-height: 151.5%;
}

p.title-header {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
}

p.desc-text {
    font-family: "Graphik Semibold", "Arial", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.24px;
    height: 97px;
}

p.text-reg {
    font-family: "Graphik Regular", "Arial", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.24px;
    height: 97px;
}

.gte-text {
    font-family: "Graphik", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24.24px;
    font-weight: 300;
}

.play-one a,
.play-two a,
.play-three a,
.play-four a,
.play-five a,
.play-six a {
    text-decoration: none;
}

/*    .speedbump_text.sc1 p {
  font-family: 'Graphik Light', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 30.24px;
}*/

.center {
    display: block;
    text-align: center !important;
}

.cta-more {
    color: #004dff;
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: inline-block;
}

#Section-1 .cta-more.isactive,
#Section-2 .cta-more.isactive,
#Section-3 .cta-more.isactive,
#Section-4 .cta-more.isactive,
#Section-5 .cta-more.isactive,
#Section-6 .cta-more.isactive,
#Section-8 .cta-more.isactive,
#Section-9 .cta-more.isactive {
    opacity: 1;
}

#Section-1 .cta-more.isactive .cta-more-box,
.section-container-1 .item.active .cta-more .cta-more-box,
#Section-2 .cta-more.isactive .cta-more-box,
.section-container-1 .item.active .cta-more .cta-more-box,
#Section-3 .cta-more.isactive .cta-more-box,
.section-container-1 .item.active .cta-more .cta-more-box,
#Section-4 .cta-more.isactive .cta-more-box,
.section-container-1 .item.active .cta-more .cta-more-box,
#Section-5 .cta-more.isactive .cta-more-box,
.section-container-1 .item.active .cta-more .cta-more-box,
#Section-6 .cta-more.isactive .cta-more-box,
.section-container-1 .item.active .cta-more .cta-more-box,
#Section-8 .cta-more.isactive .cta-more-box,
.section-container-8 .item.active .cta-more .cta-more-box,
#Section-9 .cta-more.isactive .cta-more-box,
.section-container-9 .item.active .cta-more .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #004dff;
    border-radius: 50px;
    transition-delay: 0.2s;
}

#Section-1 .cta-more .cta-more-box,
#Section-2 .cta-more .cta-more-box,
#Section-3 .cta-more .cta-more-box,
#Section-4 .cta-more .cta-more-box,
#Section-5 .cta-more .cta-more-box,
#Section-6 .cta-more .cta-more-box,
#Section-8 .cta-more .cta-more-box,
#Section-9 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

#Section-1 .cta-more.isactive .cta-more-arrow,
#Section-1 .item.active .cta-more-arrow,
#Section-2 .cta-more.isactive .cta-more-arrow,
#Section-2 .item.active .cta-more-arrow,
#Section-3 .cta-more.isactive .cta-more-arrow,
#Section-3 .item.active .cta-more-arrow,
#Section-4 .cta-more.isactive .cta-more-arrow,
#Section-4 .item.active .cta-more-arrow,
#Section-5 .cta-more.isactive .cta-more-arrow,
#Section-5 .item.active .cta-more-arrow,
#Section-6 .cta-more.isactive .cta-more-arrow,
#Section-6 .item.active .cta-more-arrow,
#Section-8 .cta-more.isactive .cta-more-arrow,
#Section-8 .item.active .cta-more-arrow,
#Section-9 .cta-more.isactive .cta-more-arrow,
#Section-9 .item.active .cta-more-arrow {
    position: absolute;
    left: 20px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
}

#Section-1 .cta-more.isactive .cta-more-arrow,
#Section-2 .cta-more.isactive .cta-more-arrow,
#Section-3 .cta-more.isactive .cta-more-arrow,
#Section-4 .cta-more.isactive .cta-more-arrow,
#Section-5 .cta-more.isactive .cta-more-arrow,
#Section-6 .cta-more.isactive .cta-more-arrow,
#Section-8 .cta-more.isactive .cta-more-arrow,
#Section-9 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

#Section-1 .cta-more .cta-more-arrow,
#Section-2 .cta-more .cta-more-arrow,
#Section-3 .cta-more .cta-more-arrow,
#Section-4 .cta-more .cta-more-arrow,
#Section-5 .cta-more .cta-more-arrow,
#Section-6 .cta-more .cta-more-arrow,
#Section-8 .cta-more .cta-more-arrow,
#Section-9 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    height: 15px;
    opacity: 0;
    transition: all 0.4s ease;
}

.cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 4px;
}

#Section-1 .cta-more .cta-more-label,
#Section-2 .cta-more .cta-more-label,
#Section-3 .cta-more .cta-more-label,
#Section-4 .cta-more .cta-more-label,
#Section-5 .cta-more .cta-more-label,
#Section-6 .cta-more .cta-more-label,
#Section-8 .cta-more .cta-more-label,
#Section-9 .cta-more .cta-more-label {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.25;
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

#Section-1 .cta-more .img-arrow-right,
#Section-2 .cta-more .img-arrow-right,
#Section-3 .cta-more .img-arrow-right,
#Section-4 .cta-more .img-arrow-right,
#Section-5 .cta-more .img-arrow-right,
#Section-6 .cta-more .img-arrow-right,
#Section-8 .cta-more .img-arrow-right,
#Section-9 .cta-more .img-arrow-right {
    width: 24px;
    max-width: unset;
}

#Section-1 .cta-more.isactive .cta-more-label,
#Section-1 .item.active .cta-more .cta-more-label,
#Section-2 .cta-more.isactive .cta-more-label,
#Section-2 .item.active .cta-more .cta-more-label,
#Section-3 .cta-more.isactive .cta-more-label,
#Section-3 .item.active .cta-more .cta-more-label,
#Section-4 .cta-more.isactive .cta-more-label,
#Section-4 .item.active .cta-more .cta-more-label,
#Section-5 .cta-more.isactive .cta-more-label,
#Section-5 .item.active .cta-more .cta-more-label,
#Section-6 .cta-more.isactive .cta-more-label,
#Section-6 .item.active .cta-more .cta-more-label,
#Section-8 .cta-more.isactive .cta-more-label,
#Section-8 .item.active .cta-more .cta-more-label,
#Section-9 .cta-more.isactive .cta-more-label,
#Section-9 .item.active .cta-more .cta-more-label {
    opacity: 1 !important;
}

#Section-1 .cta-more.isactive .cta-more-label,
#Section-2 .cta-more.isactive .cta-more-label,
#Section-3 .cta-more.isactive .cta-more-label,
#Section-4 .cta-more.isactive .cta-more-label,
#Section-5 .cta-more.isactive .cta-more-label,
#Section-6 .cta-more.isactive .cta-more-label,
#Section-8 .cta-more.isactive .cta-more-label,
#Section-9 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

#Section-1 .cta-more .cta-more-label,
#Section-2 .cta-more .cta-more-label,
#Section-3 .cta-more .cta-more-label,
#Section-4 .cta-more .cta-more-label,
#Section-5 .cta-more .cta-more-label,
#Section-6 .cta-more .cta-more-label,
#Section-8 .cta-more .cta-more-label,
#Section-9 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    text-align: left;
}

#Section-1 .section-container-3 .cta-more .cta-more-box,
#Section-2 .section-container-3 .cta-more .cta-more-box,
#Section-3 .section-container-3 .cta-more .cta-more-box,
#Section-4 .section-container-3 .cta-more .cta-more-box,
#Section-5 .section-container-3 .cta-more .cta-more-box,
#Section-6 .section-container-3 .cta-more .cta-more-box,
#Section-8 .section-container-3 .cta-more .cta-more-box,
#Section-9 .section-container-3 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

#Section-1 .cta-more.isactive:hover .cta-more-box,
#Section-2 .cta-more.isactive:hover .cta-more-box,
#Section-3 .cta-more.isactive:hover .cta-more-box,
#Section-4 .cta-more.isactive:hover .cta-more-box,
#Section-5 .cta-more.isactive:hover .cta-more-box,
#Section-6 .cta-more.isactive:hover .cta-more-box,
#Section-8 .cta-more.isactive:hover .cta-more-box,
#Section-9 .cta-more.isactive:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

#Section-1 .cta-more.isactive .cta-more-box,
#Section-8 .cta-more.isactive .cta-more-box,
#Section-9 .cta-more.isactive .cta-more-box {
    top: 3px;
}

#Section-2 .cta-more.isactive .cta-more-box,
#Section-3 .cta-more.isactive .cta-more-box,
#Section-4 .cta-more.isactive .cta-more-box,
#Section-5 .cta-more.isactive .cta-more-box,
#Section-6 .cta-more.isactive .cta-more-box {
    top: 3px;
}

@media screen and (min-width: 1025px) {
    #Section-1 .cta-more.isactive:hover .cta-more-box,
    #Section-2 .cta-more.isactive:hover .cta-more-box,
    #Section-3 .cta-more.isactive:hover .cta-more-box,
    #Section-4 .cta-more.isactive:hover .cta-more-box,
    #Section-5 .cta-more.isactive:hover .cta-more-box,
    #Section-6 .cta-more.isactive:hover .cta-more-box,
    #Section-8 .cta-more.isactive:hover .cta-more-box,
    #Section-9 .cta-more.isactive:hover .cta-more-box {
        width: 105%;
        height: 36px;
        border-radius: 25px 25px 25px 25px;
    }
}

.title-sbump {
    font-family: "Graphik Regular", "Arial", sans-serif !important;
    font-size: 36px;
    line-height: 54.54px;
}

.desc-sbump {
    font-family: "Graphik Regular", "Arial", sans-serif !important;
    font-size: 16px;
    line-height: 24.24px;
}

.group-list p {
    font-family: "Graphik Regular", "Arial", sans-serif !important;
    font-size: 23px;
    line-height: 34.84px;
}

.purple {
    color: #a100ff;
}

.content-text {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24.24px;
}

.arrow-left {
    margin-left: 1rem;
}

#Section-1,
#Section-2,
#Section-3,
#Section-4,
#Section-5,
#Section-6,
#Section-7,
#Section-8 {
    padding: 0;
}

.mobile-placeholder {
    padding: 0 0 1rem 0;
}

p.title-header {
    padding-bottom: 2rem;
}

.speedbump_text.sc1.spdbmp p {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}

.play-text p {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30.3px;
    margin-bottom: 4rem;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
    padding: 1rem 5rem 2rem 2rem;
}

.accordion-button:not(.collapsed) {
    padding: 1rem 5rem 2rem 2rem;
}

button.accordion-button.collapsed {
    padding: 1rem 5rem 2rem 2rem;
}
.accordion-body {
    padding: 1rem 8rem 2rem 2rem;
}

.top-big-space {
    margin-top: 10rem;
}

.top-space {
    margin-top: 5rem;
}

.overview-top-space {
    margin-top: 2rem;
}

.nav-bar-menu.nav-bar-menu-0 span,
.nav-bar-menu.nav-bar-menu-1 span,
.nav-bar-menu.nav-bar-menu-2 span,
.nav-bar-menu.nav-bar-menu-3 span,
.nav-bar-menu.nav-bar-menu-3 span,
.nav-bar-menu.nav-bar-menu-4 span,
.nav-bar-menu.nav-bar-menu-5 span,
.nav-bar-menu.nav-bar-menu-6 span,
.nav-bar-menu.nav-bar-menu-7 span {
    font-size: 13px;
    /*font-family: "Graphik Light", "Arial", sans-serif;*/
    font-family: "Graphik";
    font-weight: 300;
}
.nav-bar-menu.nav-bar-menu-FA{
    float:right;
    background: #FFFFFF;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
border-radius: 50px;
    display: flex;
    align-items: center;
}

.nav-bar-menu.nav-bar-menu-0 span {
    color: #004dff;
}

@media (max-width: 767px) {
    .marquee-title > h1 {
        font-size: 35px;
    }
    p.marquee-description {
        font-size: 14px;
    }
    .marquee-title {
        height: 50%;
        top: 35%;
    }
    .nav-bar-menu.nav-bar-menu-0 .menu-navbar {
        display: none;
    }
    .speedbump_text.sc1.play-text {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.ani-text,
.ani-box {
    position: relative;
    top: 15px;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.ani-text.isactive,
.ani-box.isactive {
    top: 0px;
    opacity: 1;
}

/**life-centric**/

/*.section-margin,.overview {
  padding top: 5rem;
}
*/
@media screen and (max-width: 576px) {
    .xs-sc1 {
        position: relative;
        left: 20px;
        opacity: 0;
        background: #cecece;
    }

    .xs-sc1.isactive {
        /* left: 0px; */
        opacity: 1;
        transition: all 0.5s ease-out;
    }

    .xs-sc2,
    .xs-sc3 {
        position: absolute;
        left: 50%;
        opacity: 0;
        transition: all 0.5s ease-out;
    }

    .xs-sc2.isactive,
    .xs-sc3.isactive {
        left: 47%;
        opacity: 1;
    }

    .ar-container .ar-left {
        transform: rotate(90deg);
        height: 15px;
        margin-top: 10px;
    }
    .ar-container .ar-right {
        transform: rotate(-90deg);
        height: 15px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .ar-left.ar-sc1 {
        opacity: 0.5;
    }

    .ar-right.ar-sc2 {
        opacity: 0.5;
    }

    .speedbump_text {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        padding: 20px;
        margin: 4rem 0;
    }

    p.title-header {
        height: 4em;
        border-bottom: 1px solid #eee;
    }

    p.desc-text,
    p.text-reg {
        height: 9em;
        border-bottom: 1px solid #eee;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    #Section-2 > div > div > div > div.section-container-2d > div.row.q-containter > div > div.col-md-6.m-top.ani-text.isactive{
        padding-bottom: 5.0rem
        }
        #Section-5 > div > div > div > div > div > div.row.percent-top-space.percent-bottom-space{
            margin-top: 6rem;
        }
    .marquee-text-container{
        top: 59%;
    }
    .section-container-6{
        padding-top: 7rem !important;
    }
    .top-big-space {
        margin-top: 0;
        padding-right: 4rem;
    }
    .percent-top-space {
        margin-top: 3rem;
    }
    .speedbump-container.spd1,
    .speedbump-container.spd2 {
        left: 0;
    }
    .percent_num {
        float: left;
        font-size: 80px;
    }
    .quote-text {
        font-size: 20px;
        padding-right: 5rem;
    }
    .header-title {
        padding-bottom: 0;
    }
    .mob-space {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    p.title-header {
        height: 68px;
    }
    p.text-reg,
    p.desc-text {
        height: 146px;
    }
    .mob-space {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .nav-bar-menu {
        width: 12%;
    }
}

/**Second Container**/

/**3rd Container - Play 1**/

/*Container per play*/
.container-per-play {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 20px;
    height: 100%;
    /*margin-right: 4rem;*/
    margin-bottom: 4rem;
}

.small-percent_num {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #a100ff;
}

.percent-text,
.percent-text-head {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/*  .percent-text {
    padding-left: 20px;
  }*/

.plays_bump {
    font-family: "Graphik", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.speedbump-arrow {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 20px;
}

.svgs_play {
    display: block;
    margin: auto;
    height: 100%;
}

/*Container per play*/

.vid-container video {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    width: 100%;
}

.vid-container {
    transform: translate(-50%, 0%);
    position: relative;
    z-index: 0;
    left: 50%;
    top: 0;
}

.img-container img {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 40vw;
    z-index: 1;
    /*height: 40vh;*/
}

.icon-text {
    padding-left: 1rem;
}

/*ACCORDION*/
.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: transparent;
}

.accordion-item {
    margin-bottom: 1rem;
    -webkit-filter: drop-shadow(0px 4px 5px rgb(0, 0, 0, 5%));
    filter: drop-shadow(0px 4px 5px rgb(0, 0, 0, 5%));
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.accordion-text-header {
    font-family: "Graphik Regular", "Arial", sans-serif !important;
    font-size: 24px !important;
    font-weight: 400;
}

/*ACCORDION*/

.accord-below-desc {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24.24px;
}

.accord-below-header {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 24px;
    line-height: 36px;
}

.accord-below {
    padding: 4rem;
}

span.header-text {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 24px;
    line-height: 36.36px;
}

.accordion-body {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 16px;
    line-height: 24.24px;
}

/*.playtext {
    padding: 0 1rem 0 1rem;
}

.play-title {
    padding: 0 0 0 1rem;
}*/

.svg-icon-play {
    display: table-cell;
    vertical-align: middle;
}

.accordion-item {
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 25%);
}

h3.content-title {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 24px;
    line-height: 36.36px;
    font-weight: 400;
}

.cta-play {
    font-family: "Graphik", "Arial", sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.cta-play-desc {
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24.24px;
}

.content-text-container p {
    font-family: "Graphik";
    font-weight: 300;
    font-size: 16px;
}

p.text-action {
    font-family: "Graphik Regular", "Arial", sans-serif;
    font-size: 24px !important;
    line-height: 36px;
}

.play-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.icon-adjust {
  max-width: 80% !important;
  float: right;
}*/

.pad-left {
    padding-left: 2rem;
}

.no-margin {
    margin-bottom: 0px !important;
}

.container-playtext {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .play-container-mobile {
        display: block;
    }
    .play-container {
        display: none;
    }
    .play-title {
        display: block;
        line-height: 33.4px;
        font-size: 32px;
        padding: 1rem 0 0 1rem;
    }
    .playtext {
        font-size: 20px;
        padding: 0 1rem 0 1rem;
    }
    /*  .percent-text {
    padding-left: 0;
  }*/
    .mobile-bottom-space {
        padding-bottom: 3rem;
    }
    
}

@media screen and (min-width: 768px) {
    .play-container-mobile {
        display: none;
    }
    .play-container {
        display: block;
    }
   
}

@media screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
    .icon-adjust {
        max-width: -webkit-fill-available !important;
    }
    .play-title {
        line-height: 33.4px !important;
    }

    .playtext {
        white-space: nowrap;
    }
}
/* ipad landscape */
@media screen and (max-height: 1023px) and (min-width: 768px) and (orientation: landscape) {
     
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    p.percent-text {
        padding-left: 3rem;
    }
}

@media only screen and (device-width: 1280px) and (device-height: 1024px) {
    .percent-text {
        padding-left: 3rem;
    }
}

@media only screen and (device-width: 1280px) and (device-height: 1080px) {
    .percent-text {
        padding-left: 2rem;
    }
}

/*3rd Container - Play 1*/

/**4th Container - Play 2**/
.bg-gray {
    background-color: #ccc;
    width: 30%;
    position: absolute;
    z-index: 9;
    transform: translate(70%, 50%);
    -webkit-transform: translate(70%, 50%);
    -ms-transform: translate(70%, 50%);
    transform: translate(70%, 50%);
    height: 60vh;
}

/**4th Container - Play 2**/

.container-plays {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 40px;
}

.speedbump-container-foresight {
    box-shadow: 0px -5px 20px #c4c4c4 !important;
    padding: 2rem 0;
    margin-top: 5rem;
}

.speedbump-image {
    text-align: center;
    /* padding-right: 1rem; */
}

.headline-content {
    /* width: 75%; */
    border-width: 0 0 0 0.25em;
    border-left-style: solid;
    padding-left: 1rem;
    border-image: linear-gradient(to bottom, #0f0 0%, #00baff 100%) 1 100%;
}

p.custom-eyebrow-title {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-weight: 500;
    line-height: 1.39em;
    font-size: 16px;
    margin-bottom: unset;
}

p.speedbump-description {
    margin-bottom: unset;
    font-size: 14px;
    line-height: 16px;
    width: 70%;
}

a.custom-arrow.cta-arrow.ucase {
    font-size: 1.4rem;
    text-decoration: none;
    font-family: "Graphik", "Arial", sans-serif;
    font-weight: 400;
}

.cta-arrow:after,
.cta-alt-arrow:after {
    content: "";
    margin-left: 10px;
    font-size: 1.43em;
    line-height: 0.7em;
    position: inherit;
    top: 0.12em;
}

.cta-arrow:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Mobile Share*/
@media (min-width: 1200px) {
    .download-report {
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
    .download-report {
        margin-top: 5rem;
    }
}

.share-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border-top: 2px #ccc solid;
    padding-top: 25px;
}

.eyebrow-title {
    font-size: 0.75rem;
    line-height: 1.33em;
    letter-spacing: 0.078rem;
    text-transform: uppercase;
}

.social-likes.social-likes_visible {
    color: #004dff;
    border: 0.12em solid #004dff;
    border-radius: 100%;
    margin: 0;
}

i.fab,
i.far {
    padding: 10px;
    display: grid;
    width: 30px;
    height: 30px;
    justify-content: center;
}

.fa-twitter:before {
    content: "\f099";
}

/*Mobile Share*/

/**GTE**/
.submarquee-container-8 .container-box {
    top: 0px;
    opacity: 1;
}

.submarquee-container-8 .container-box {
    position: relative;
    top: 40px;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.container-box {
    border: #ffffff;
    background-color: #ffffff;
    box-shadow: 2px 1px 13px rgb(0 0 0 / 5%);
    padding: 5%;
}

/*.headline-text-gte {
  font-family: "GT Sectra Fine" !important;
  font-size: 62px !important;
  color: #A100FF;
  font-weight: 300;
  margin-bottom: 1em;
}*/

.gte-container {
    position: relative;
}
.gte-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, -0%);
    color: #fff;
    z-index: 1;
    text-align: center;
}

.gte-dl,
.gte-dl a {
    font-family: "Graphik", "Arial", sans-serif !important;
    font-size: 47.14px;
    line-height: 42px;
    text-decoration: none !important;
    font-weight: 300;
}

.gte-text-container a {
    text-decoration: none;
}

.gte-read {
    font-family: "Graphik", "Arial", sans-serif;
    color: #7500c0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.author-container {
    padding-top: 3em;
}

.auth-img {
    width: 70%;
    border-radius: 50%;
    padding: 0 10%;
}

.author-content {
    margin-left: 3rem;
    margin-top: 2rem;
}

.author-name {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-right: 1%;
}

.author-title {
    font-family: "Graphik", "Arial", Sans-Serif !important;
    line-height: 1.3;
    font-size: 12px !important;
    padding-right: 1em;
    height: 47px;
    font-weight: 300;
}

.rc-links {
    text-align: center;
    margin-top: 8em;
}

#Section-7 .cta-more {
    color: #004dff;
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: inline-block;
}

#Section-7 .cta-more.isactive .cta-more-box,
#Section-7 .item.active .cta-more .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #004dff;
    border-radius: 50px;
    transition-delay: 0.2s;
}

#Section-7 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

#Section-7 .cta-more.isactive .cta-more-arrow,
#Section-7 .item.active .cta-more-arrow {
    position: absolute;
    left: 20px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
}

#Section-7 .cta-more .img-arrow-right {
    width: 24px;
    position: absolute;
}

#Section-7 .cta-more.isactive .cta-more-label,
#Section-7 .item.active .cta-more .cta-more-label {
    opacity: 1 !important;
}

#Section-7 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    text-align: left;
}

.cta-more-label,
.cta-more-label a {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 19px !important;
    line-height: 1.25;
}

a.linkedin-icon:before {
    content: "";
    font-size: 20px;
    font-family: "Ionicons";
}

a.linkedin-icon {
    font-size: 1.13rem !important;
    border: 0.12em solid #004dff;
    width: 2.9em;
    height: 2.9em;
    border-radius: 90%;
    display: inline-block;
    text-align: center;
    padding-top: 0.02rem;
    margin-right: 0.5rem;
    text-decoration: none;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

/*@media screen and (min-width: 768px) and (max-width: 1024px) {
    .auth-img  {
        height: 124px;
    }
}*/

@media screen and (max-width: 667px) {
    .header-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .author-content {
        margin-left: 0;
        margin-top: 0;
    }
    .top-space {
        margin-top: 4rem;
    }
    .gte-dl,
    .gte-dl a {
        font-size: 18px;
    }
    .gte-text-container {
        position: absolute;
        top: 55%;
        left: 50%;
        width: 80%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        z-index: 1;
        text-align: center;
    }
    .author-name {
        margin-top: 1rem;
    }
    .author-title {
        height: 63px;
    }
    p.speedbump-description {
        width: auto;
    }
}

@media screen and (max-width: 320px) {
    .author-title {
        height: 78px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .author-title {
        height: 63px;
    }
}

/**GTE**/

@media screen and (max-width: 767px) {
    .quote-content, .quote-para strong, .quote-content strong{
        font-family: sectra-woff !important;
    }
    .quote-title{
        font-family: sectra-woff !important;
    }
    .quote-para{
        font-family: sectra-woff !important;
    }
    .rc-space,
    .header-rel {
        padding-left: 1rem; 
    }
}

.header-title a {
    text-decoration: none;
}

i.far.fa-times-circle.close-download {
    padding-top: 3px;
}
/*FRDY insert*/
.header-title {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    /* font-size: 3.52rem; */
    font-size: 4.8rem;
    letter-spacing: -0.02em;

    color: #a100ff;
}
.sub-title {
    font-size: 32px;
    line-height: 1.4;
}
.light {
    font-family: "Graphik", "Arial", Sans-Serif !important;
    font-weight: 300;
}

.percent-num {
    font-family: "Graphik", "Arial", sans-serif !important;
    font-size: 125px;
    color: #a100ff;
    line-height: 150px;
    font-weight: 300;
}
.percent-text {
    font-family: "GT Sectra Fine" !important;
    font-size: 30px;
    line-height: 1.2;
    width: 90%;
    color: #a100ff;
    padding-left: 0rem;
}
.num-two {
    padding-top: 5%;
    padding-left: 20px;
}
.num-three {
    padding-top: 10%;
    padding-left: 20px;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .num-two,
    .num-three {
        padding-left: 0 !important;
    }
    .percent-num {
        font-size: 90px;
    }
    .percent-text {
        font-size: 26px;
    }
}

.marquee-text-container h1 {
    font-family: "Graphik", "Arial", Sans-Serif;
    /*font-size: 8.125em;*/
    font-size: 90px;
    color: #fff;
    text-shadow: 0px 1px 1px #111;
    line-height: 0.9;
    margin-bottom: 43px;
    font-weight: 600;
    letter-spacing: -5px;
}
.marquee-description {  
    font-family: "Graphik", "Arial", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 29px;
    line-height: 132%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}
/* india oneplus */
@media (max-width: 767px)  and (orientation: landscape) {
    #Section-2 > div > div > div > div.section-container-2d > div.row.percent-top-space{
        margin-top: -35rem;
    }
  
}
@media (max-width: 767px) {
    .nav-bar-menu.nav-bar-menu-FA{
        display:none !important;
    }
    p.marquee-description {
        font-size: 18px !important;
        letter-spacing: 0px !important;
    }

    .marquee-text-container h1 {
        font-size: 50px !important;
    }
    .marquee-description {
        font-size: 18px;
    }
    .mobile-subhead {
        display: block !important;
    }
    /*.percent-text{
  font-size: 22px !important;
}*/
    .section-container-2a .panel.panel-1,
    .section-container-4 .panel.panel-1 {
        display: none;
    }
    .mobile-subhead h2 {
        text-align: center;
        margin-bottom: -2em;
        font-size: 30px;
        font-weight: 600;
        margin-top: 1em;
    }
    .section-container-2a .panel-2 .vid-1,
    .section-container-4 .panel-2 .vid-1 {
        height: auto;
        width: 100% !important;
    }

    .mobile-padding-rl {
        padding: 0px 32px;
    }
    .submarquee-container.submarquee-container-3 {
        height: 30vh !important;
    }
    .submarquee-title {
        font-size: 32em !important;
    }
    .quote-para {
        font-size: 20px !important;
    }
    .zoom-content.zoom-content-1 {
        display: none;
    }
}
.anime-slide-left {
    opacity: 0;
}
.anime-slide-left.isactive {
    opacity: 1 !important;
}
.anime-slide-left.isactive {
    animation: fadeInRight 1s ease-in-out;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-300px);
    }
    to {
        opacity: 1;
    }
}

.quote-title {
    font-family: "GT Sectra Fine";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #a100ff;
}
.content-text-container p {
    margin-bottom: 2.56rem;
}

.hr-purple {
    display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid #a100ff;
    margin: 1em 0;
    padding: 0;
    width: 42px;
    opacity: 1;
}

.quote-content,
.quote-para strong,
.quote-content strong {
    font-family: "GT Sectra Fine";
    color: #a100ff;
    font-size: 26px;
    /* line-height: 120% !important; */
    line-height: 150% !important;
    padding-top:1rem;
}
/** Panels **/
.section-container-2a .panel,
.section-container-9a .panel {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    background: transparent;
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.section-container-2a .panel-1,
.section-container-9a .panel-1 {
    z-index: 4;
}

.section-container-2a .panel-2,
.section-container-9a .panel-2 {
    z-index: 3;
}

.section-container-2a .panel-3,
.section-container-9a .panel-3 {
    z-index: 2;
}

.section-container-2a .panel-4,
.section-container-9a .panel-4 {
    z-index: 1;
}

.section-container-2a .panel-5,
.section-container-9a .panel-5 {
    z-index: 0;
}

.section-container-2a .panel-2.isactive,
.section-container-9a .panel-2.isactive {
    z-index: 5;
}

/** Section 2a **/
.section-container.section-container-2a {
    height: 100vh;
    overflow: hidden;
}

.section-container-2a .panel-1 .img-1,
.section-container-2a .panel-2 .img-2 {
    position: absolute;
}

.section-container-2a .panel-1 .img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50.2%, -45.5%);
}

.section-container-2a .panel-2 .vid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-2a .panel-2 .vid-1.playing {
    width: 980px !important;
    transition: width 0.6s ease;
}

.section-container-2a .cta-more {
    color: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
    width: auto;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-2a .cta-more.isactive {
    opacity: 1;
}

.section-container-2a .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-2a .cta-more.isactive .cta-more-box {
    left: 0;
    top: -5px;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition-delay: 0.2s;
}

.section-container-2a .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-2a .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-2a .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-2a .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-2a .cta-more .cta-more-label {
    margin-left: 50px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-2a .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.section-container-2a .cta-scroll {
    color: #004dff;
}

.section-container-2a .cta-scroll.isactive .cta-scroll-box {
    border: 2px solid #004dff;
}

.section-container-2a .cta-scroll.position-1 {
    bottom: 5%;
}

.IE .section-container-2a .panel-1 .img-1 {
    background-image: url("https://www.accenture.com/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-eye-bg");
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section-container.section-container-2a {
        height: auto;
        overflow: hidden;
    }

    .section-container-2a .panel {
        position: relative;
        height: auto;
    }

    .section-container-2a .panel-1 .img-1 {
        background-image: url("https://www.accenture.com/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-sun-bg");
        background-position: center center;
        background-size: 90%;
        background-repeat: no-repeat;
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }
    .section-container-2a .panel-2 .vid-1 {
        width: 100%;
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }

    .section-container-2a .white-border-top,
    .section-container-2a .white-border-bottom {
        opacity: 0;
    }

    .section-container-2a .cta-scroll {
        color: #fff;
    }

    .section-container-2a .cta-scroll.isactive .cta-scroll-box {
        border: 2px solid #fff;
    }

    .section-container-2a .cta-scroll.position-1 {
        bottom: 10%;
    }
}

@media screen and (max-width: 820px) {
    .section-container-2a img.img-4 {
        width: auto;
    }
    /* .section-container-2a .panel-1 .img-1, .section-container-2a .panel-2 .img-2{ */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* } */
    .section-container-2a .panel-2 .vid-1 {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 540px) {
    .section-container-2a .panel-2 .vid-1 {
        width: auto;
        height: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}
.panel-1 .img-1 {
    max-width: unset;
}

.mobile-graph-scrolling {
    display: none;
}
@media screen and (max-width: 767px) {
    #Section-4 > div > div > div > div > div:nth-child(2) {
        margin-top: 6.5rem !important;
    }
    .mobile-graph-scrolling {
        display: block !important;
    }
    .speedbump_text {
        margin: 0rem 0 !important;
    }
    .speedbump_text.sc1 .row {
        height: 35vh;
    }
    .graph-2-1 {
        margin-top: -12px;
        height: auto;
        /*height: 34.5vh;8*/
    }
    .graph-2-2,
    .graph-2-3 {
        /*height: 33.5vh;*/
        height: auto;
    }
    .xs-sc1 {
        left: 0px !important;
        background: #fff !important;
    }
    .mobile-hide-svg svg#Layer_1 {
        display: block;
    }
}
ul > li {
    font-size: 18px !important;
}
.v-align {
    padding: 7% 0%;

    /* display: flex;
    align-items: center;
    align-content: center; */
}
.v-align-image {
    /*padding: 15% 0%;*/
    display: flex;
    align-items: center;
    align-content: center;

}
.content-text-container p {
    font-family: "Graphik";
    font-weight: 300;
    font-size: 18px;
}

strong {
    font-weight: 600 !important;
}
.submarquee-title {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    font-size: 65em;
    line-height: 140px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}
.figure-text {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 32px;
    color: #000000;
}
.purple-text {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 155%;
    letter-spacing: 0.005em;
    color: #7500c0;
}
.section-container-3 {
    margin-top: 5%;
}
.sup-class {
    font-size: 12px !important;
    color: #999 !important;
}
.speed-video {
    width: 100%;
}
.quote-para {
    font-family: "GT Sectra Fine";
    color: #a100ff;
    font-size: 26px;
    line-height: 113%;
}
.submarquee-container.submarquee-container-9,
.submarquee-container.submarquee-container-3 {
    height: 100vh;
    /* min-height: 300px; */
    position: relative;
    overflow: hidden;
}
.submarquee-container.submarquee-container-3 {
    height: 65vh;
}
.submarquee-container.submarquee-container-9 {
    height: 75vh;
}
.submarquee {
    width: 100%;
    min-height: 100%;
    position: absolute;
    transition: all 1s ease-out;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    object-fit: cover;
    display: inline-block;
    vertical-align: baseline;
}
.submarquee-details {
    margin: 2em 0 2em;
}
.submarquee-details {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    width: max-content;
    z-index: 9;
    text-align: center;
    opacity: 1;
    transition: opacity 0.7s ease-out, transform 1s ease-out;
}
.submarquee-details h2 {
    font-size: 40em;
}
p.submarquee {
    font-size: 21em;
    color: #bc01ff;
}
.section-container-4 .submarquee-details h2,
.section-container-3 .submarquee-details h2 {
    font-size: 84em;
    color: white;
    margin-bottom: 1em;
}
.section-container-4 .submarquee-details,
.section-container-3 .submarquee-details {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    width: max-content;
    z-index: 9;
    text-align: center;
    opacity: 1;
    transition: opacity 0.7s ease-out, transform 1s ease-out;
    text-shadow: 0px 6px 4px rgb(0 0 0 / 36%);
}
.section-container-4 .submarquee-details h2,
.section-container-3 .submarquee-details h2 {
    font-size: 84em;
    color: white;
    margin-bottom: 1em;
}
.section-container-4 p.submarquee,
.section-container-3 p.submarquee {
    font-size: 21em;
    color: white;
}
.anime-slide-right {
    opacity: 0;
}
.anime-slide-right.isactive {
    opacity: 1;
}
.anime-slide-right.isactive {
    animation: fadeInLeft 1s ease-in-out;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
    }
}

/**/
@media screen and (max-width: 767px) {
    #flush-collapseOne > div > a > div.mysvg-container{
        margin-top: 4rem;
    }
    .xs-sc1-1 {
        position: relative;
        opacity: 0;
    }

    .xs-sc1-1.isactive {
        /* left: 0px; */
        opacity: 1;
        transition: all 0.5s ease-out;
    }

    .xs-sc2-1,
    .xs-sc3-1 {
        position: absolute;
        left: 50%;
        opacity: 0;
        transition: all 0.5s ease-out;
    }

    .xs-sc2-1.isactive,
    .xs-sc3-1.isactive {
        left: 47%;
        opacity: 1;
    }

    .ar-container .ar-left-1 {
        transform: rotate(90deg);
        height: 15px;
        margin-top: 10px;
    }
    .ar-container .ar-right-1 {
        transform: rotate(-90deg);
        height: 15px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .ar-left-1.ar-sc1-1 {
        opacity: 0.5;
    }

    .ar-right-1.ar-sc2-1 {
        opacity: 0.5;
    }
    img.img-responsive.graph-1-1 {
        margin-top: -11px;
    }
    .graph-1-2,
    .graph-1-3 {
        margin-top: -12px;
        height: 33vh;
    }
    .xs-sc2-1,
    .xs-sc3-1 {
        padding: 0% !important;
    }
    img.img-responsive.graph-1-1 {
        height: 33vh !important;
    }
}

#Section-3 > div > div > div > div > div:nth-child(2) > div > div > p:nth-child(1) > a {
    text-decoration: none;
}
/*.tv-quickaccess .tv-quickaccess__item {
    height: 80px !important;
}*/
.measures-success {
    /*padding: 1rem 8rem 0rem 6rem;*/
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 6rem;
}
.section-container-4 {
    height: auto;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.section-container-4 .panel {
    position: relative;
    height: auto;
}

.section-container-3 .box-container {
    height: auto;
    position: relative;
}

.section-container-3 .box-container .box-container-1 {
    width: 50%;
    height: 70%;
    /*background-image: url('/content/dam/accenture/final/capabilities/operations/emerging-growth-offerings/imagery/tilted-tile-pattern.jpg');*/
    position: absolute;
    background-position: center;
    opacity: 0;
    top: -5%;
    left: 25%;
    /*transform: skew(0deg, -30deg);*/
    transition: all 1s ease;
}

.section-container-3 .box-container.isactive .box-container-1 {
    top: 0%;
    left: 25%;
    opacity: 1;
    /*transform: skew(0deg, -30deg);*/
}

.section-container-3 .box-container .box-container-2 {
    width: 40%;
    height: 70%;
    background-image: url(/content/dam/accenture/final/capabilities/operations/emerging-growth-offerings/imagery/tilted-tile-man.jpg);
    position: absolute;
    background-position: center;
    background-size: 100%;
    opacity: 0;
    top: 15%;
    left: 40%;
    transform: skew(0deg, -30deg);
    transition: all 1s ease;
}

.section-container-3 .box-container.isactive .box-container-2 {
    top: 10%;
    left: 40%;
    opacity: 1;
    /*transform: skew(0deg, -30deg);*/
    transition-delay: 0.2s;
}
.section-container-3 .labels {
    /*  opacity: 0;*/
    /* padding-top: 5%; */
    /* padding-left: 5%; */
    /*  transition: padding 0.7s ease, opacity 0.5s ease; */
}

.section-container-3 .labels.label-1.isactive label,
.section-container-3 .labels.label-2.isactive label,
.section-container-3 .labels.label-3.isactive label,
.section-container-3 .labels.label-4.isactive label,
.section-container-3 .labels.label-5.isactive label,
.section-container-3 .labels.label-6.isactive label,
.section-container-3 .labels.label-7.isactive label {
    opacity: 1;
    margin-left: 0%;
}
.section-container-3 .labels.label-1 label,
.section-container-3 .labels.label-2 label,
.section-container-3 .labels.label-3 label,
.section-container-3 .labels.label-4 label,
.section-container-3 .labels.label-5 label,
.section-container-3 .labels.label-6 label,
.section-container-3 .labels.label-7 label {
    opacity: 0;
    -webkit-transition: margin 0.7s ease, opacity 0.5s ease;
    -o-transition: margin 0.7s ease, opacity 0.5s ease;
    transition: margin 0.7s ease, opacity 0.5s ease;
    margin-left: -5%;
}

.section-container-3 .labels.label-1.isactive p,
.section-container-3 .labels.label-2.isactive p,
.section-container-3 .labels.label-3.isactive p,
.section-container-3 .labels.label-4.isactive p,
.section-container-3 .labels.label-5.isactive p,
.section-container-3 .labels.label-6.isactive p,
.section-container-3 .labels.label-7.isactive p {
    opacity: 1;
    padding-top: 0%;
}
.section-container-3 .labels.label-1 p,
.section-container-3 .labels.label-2 p,
.section-container-3 .labels.label-3 p,
.section-container-3 .labels.label-4 p,
.section-container-3 .labels.label-5 p,
.section-container-3 .labels.label-6 p,
.section-container-3 .labels.label-7 p {
    opacity: 0;
    padding-top: 5%;
    -webkit-transition: padding 0.7s ease, opacity 0.5s ease;
    -o-transition: padding 0.7s ease, opacity 0.5s ease;
    transition: padding 0.7s ease, opacity 0.5s ease;
}

.section-container-3 .labels.label-1.isactive p {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.section-container-3 .labels.label-2.isactive p {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.section-container-3 .labels.label-3.isactive p {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.section-container-3 .labels.label-4.isactive p {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.section-container-3 .labels.label-5.isactive p {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.section-container-3 .labels.label-6.isactive p {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.section-container-3 .labels.label-7.isactive p {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*.section-container-3 .labels.label-6.isactive p {
      transition-delay: 0.6s;
    }*/

.section-container-3 .labels.label-1.isactive label {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.section-container-3 .labels.label-2.isactive label {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.section-container-3 .labels.label-3.isactive label {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.section-container-3 .labels.label-4.isactive label {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.section-container-3 .labels.label-5.isactive label {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.section-container-3 .labels.label-6.isactive label {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.section-container-3 .labels.label-7.isactive label {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
/*.section-container-3 .labels.label-6.isactive label {
      transition-delay: 1.6s;
    }*/
.section-container-3 .box-container.isactive .box-container-1 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.section-container-3 .box-container.isactive .box-container-2 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.large-number {
    font-family: "Graphik", "Arial Black", Sans-Serif;
    /* font-size: 8.16rem; */
    font-size: 7rem;
    line-height: 1.1;
    font-weight: normal;
    font-weight: 300;
}
.num-desc {
    font-family: "Graphik", "Ari", Sans-Serif !important;
    font-size: 1.53rem !important;
    font-weight: 300;
    line-height: 127%;
}

@media (max-width: 767px) {   
    .cover-container {
        height: 57vh;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .cover-item {
        position: relative;
        display: inline-block;
        /* margin: 8px 8px; */
        box-shadow: 2px 2px 4px #bbb;
        border-top-right-radius: 4px;
        /* width: 100%; */
        height: 54vh;
        vertical-align: bottom;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cover-container-2{
        height: 60vh;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .cig1-1{
        width: 74%;
    }
    .cig1-2{
        width: 89%;
    }
    .cig1-3{
        width: 100%;
        height: 53vh;
    }

    .cig2-1{
        width: 80%;
        height: 56vh;
    }
    .cig2-2{
        width: 80%;
    height: 54vh;
    }
    .cig2-3{
        width: 86%;
        height: 54vh;
    }

    .cover-container-3{
        height: 42vh;
    }
    .cig3-1{
        width: 80%;
    height: 32vh;
    }
    .cig3-2{
        width: 130%;
        height: 37vh;
    }
    .cig3-3{
        width: 163%;
        height: 36vh;
    }
    .cover-container-3{
        /* height: 60vh; */
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    }
@media only screen and (device-width: 736px) and (device-height: 414px) and (orientation:landscape){
    /* .section-container-3 .box-container.isactive .box-container-1 {
        top: 6% !important;
        left: 46% !important;
        width: 10%;
        height: 50%;
    }
    .marquee-text-container h1 {
        font-size: 50px !important;
    } */
}
@media only screen and (device-width: 667px) and (device-height: 375px) and (orientation:landscape){
    /* .section-container-3 .box-container.isactive .box-container-1 {
        top: 6% !important;
        left: 46% !important;
        width: 10%;
        height: 50%;
    } */
}
@media only screen and (device-width: 915px) and (device-height: 412px) and (orientation:landscape){
    /* .section-container-3 .box-container.isactive .box-container-1 {
        top: 6% !important;
        left: 35% !important;
        width: 50%;
        height: 70%;
    }
    .content-text-gte.isactive .img-container {
        height: 205px !important;
    }
    .marquee-text-container h1 {
        font-size: 80px !important;
        margin-bottom: 20px;
    } */
}
/*Iphone lower*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    img.img-responsive.graph-1-1 {
        height: 37.5vh;
    }
}

@media only screen and (device-width: 414px) and (device-height: 736px) {
    .section-container-2d{
        margin-top: 8rem;
    }
    #Section-3 > div > div > div > div > div:nth-child(2){
        margin-top:7.5rem !important;
    }
    img.img-responsive.graph-1-1 {
        height: 37.5vh;
    }
    .cover-container { 
        height: 70vh;
    }   
    .cover-item {  
        height: 64.5vh;
    }

    .cig1-3{
        width: 100%;
        height: 63.5vh;
    }


    .cover-container-2{
        height: 65vh;
    }
    
    .cig2-1{
        width: 80%;
        height: 60vh;
    }
    .cig2-2{
        width: 75%;
        height: 57vh;
    }
    .cig2-3{
       width: 77%;
    height: 56.5vh;
    }

    .cover-container-3 {
        height: 44vh;
    }
    .cig3-1{
        height: 31.5vh;
    }
    .cig3-2{
        height: 35.5vh;
        width: 108%;
    }
    .cig3-3{
        height: 35.5vh;
        width: 129%;
    }
}
/*SE*/
@media only screen and (device-width: 375px) and (device-height: 667px) {
    .cover-container {
        height: 67vh;

    }
    .cover-item{
        height: 62vh;
    }
    .cig1-3{
        width: 100%;
    height: 61vh;
    }

    
    .cover-container-2{
        height: 70vh;
    }
    
    .cig2-1{
        width: 80%;
        height: 65vh;
    }
    /* .cig2-2{
        width: 75%;
        height: 57vh;
    }
    .cig2-3{
       width: 77%;
    height: 56.5vh;
    } */


    div#Section-1 {
        margin-top: -3rem !important;
    }
    .section-container-2d {
        margin-top: 3rem !important;
    }
    .section-container-3 .percent-top-space {
        margin-top: 4rem !important;
    }
    .section-container-3 .box-container .box-container-1 {
        width: 30% !important;
    }
    .zoom-content.zoom-content-2 .text-container {
        top: 36% !important;
    }
}
@media only screen and (max-width: 767px) {
    .labels.label-1,.labels.label-2,.labels.label-3,.labels.label-4,.labels.label-5,.labels.label-6,.labels.label-7{
        text-align: center;
    }
    .section-container-3 .box-container {
        height: 70vh;
    }
    .section-container-3 .box-container .box-container-1 {
        width: 60%;
        left: 60%;
        top: 30%;
    }
    .section-container-3 .box-container .box-container-2 {
        width: 60%;
        left: 35%;
        top: 40%;
    }
    .section-container-3 .box-container.isactive .box-container-1 {
        top: 6%;
        left: 33%;
    }
    .section-container-3 .box-container .box-container-1 {
        width: 35%;
    }
    .section-container-3 .box-container.isactive .box-container-2 {
        top: 70%;
        left: 35%;
    }
    .section-container-3 .box-container .box-container-2 {
        width: 60%;
    }
    .section-container.section-container-2a {
        height: 50vh;
    }
    .marquee {
        height: 82vh;
    }
    .section-container-2d {
        margin-top: -3rem;
    }
}
/*zooming*/
.submarquee {
    width: 100%;
    min-height: 100%;
    position: absolute;
    transition: all 1s ease-out;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    object-fit: cover;
    display: inline-block;
    vertical-align: baseline;
}
.three-way-img {
    width: 81%;
}
.three-way-img.isactive {
    width: 100% !important;
}
@media only screen and (max-width: 1024px) {
    .three-way-img {
        width: 100% !important;
    }
}
span.purple-text {
    color: #a100ff !important;
}
.accordion-header button {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.accordion-body {
    padding: 4rem 8rem 4rem 6rem;
}
.accordion-body p {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 0.005em;
    color: #000000;
}
button.accordion-button.collapsed {
    padding: 3rem 5rem 3rem 2rem;
}
.accordion-item:first-of-type .accordion-button {
    padding: 3rem 5rem 3rem 2rem;
}
.accordion-button:not(.collapsed) {
    padding: 3rem 5rem 3rem 2rem;
}

/*Modify accordion*/
.accordion-item {
    box-shadow: unset;
    margin-bottom: unset;
    -webkit-filter: unset;
    filter: unset;
    border: unset;
}
.accordion-header {
    background-color: #f2f2f2;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 25%);
}

/*Donut*/
/**donut charts**/
.donutChart p {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-size: 4.5rem !important;
    top: 48%;
    font-weight: 400;
}
.wrapper.wrapper-donutChart {
    width: 100%;
    padding: 0% 20%;
}
.donutChart-magenta p {
    /* color: #b455aa !important; */
    color: #a100ff !important;
}
.donutChart-pink p {
    /* color: #ff50a0 !important; */
    color: #000000 !important;
    
}
.donutChart-purple p {
    /* color: #a100ff !important; */
    color: #B455AA !important;
}
.donutChart {
    transform: rotate(180deg);
}

.donutChart p {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.chart-holder {
    /* height: 12.5em; */
    display: flex;
    align-items: center;
    align-content: center;
}

p.chart-text {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    margin-bottom: 0;
}
.chart-holder h5 {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 1rem;
    font-weight: 500;
    font-family: "Graphik";
}
.chart-holder .col-sm-8 {
    height: inherit;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .donutChart p {
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .st-breakTop {
        padding-top: 20px;
    }
    .sup-breakTop {
        padding-top: 10px;
    }
    .chart-holder {
        height: auto;
    }
    .figure-3-mobile-only {
        display: block !important;
    }
    /*svg#Layer_1{
      display:none;
    }*/
}
.section-container-4 .chart-holder {
    margin-top: 3em;
}
.chart-text {
    transform: translateY(50%);
    top: -50%;
    position: absolute;
}
.chart-holder {
    position: relative;
}
.figure-3-mobile-only {
    display: none;
}

@media screen and (max-width: 576px) {
    .speedbump_text {
        padding: 0px !important;
    }
    .xs-sc1-3 {
        position: relative;
        opacity: 0;
    }

    .xs-sc1-3.isactive {
        /* left: 0px; */
        opacity: 1;
        transition: all 0.5s ease-out;
    }

    .xs-sc2-3,
    .xs-sc3-3 {
        position: absolute;
        left: 50%;
        opacity: 0;
        transition: all 0.5s ease-out;
    }

    .xs-sc2-3.isactive,
    .xs-sc3-3.isactive {
        left: 47%;
        opacity: 1;
    }

    .ar-container .ar-left-3 {
        transform: rotate(90deg);
        height: 15px;
        margin-top: 10px;
    }
    .ar-container .ar-right-3 {
        transform: rotate(-90deg);
        height: 15px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .ar-left-3.ar-sc1-3 {
        opacity: 0.5;
    }

    .ar-right-3.ar-sc2-3 {
        opacity: 0.5;
    }
    img.img-responsive.graph-1-1 {
        margin-top: -11px;
    }
    .graph-3-1 {
        height: 12vh;
    }
    .graph-3-2,
    .graph-3-3 {
        height: 15vh;
        margin-top: -20px;
    }
}
.speedbump-container {
    box-shadow: 0px -5px 20px #c4c4c4 !important;
    margin-bottom: 5rem !important;
    max-width: 100%;
    padding-top: 3.25em;
    padding-bottom: 3.25em;
}
.speedbump-image {
    background-color: blue;
    min-height: 180px;

    text-align: center;
    /* padding-right: 1rem; */

    background-color: transparent !important;
    min-height: auto !important;
}
.headline-content {
    /* width: 75%; */
    border-width: 0 0 0 0.25em;
    border-left-style: solid;
    padding-left: 1rem;
    border-image: linear-gradient(to bottom, #0f0 0%, #00baff 100%) 1 100%;
}
p.custom-eyebrow-title {
    font-family: "Graphik Regular", "Arial", Sans-Serif;
    line-height: 1.39em;
    font-size: 2rem;
    margin-bottom: unset;
}
p.speedbump-description {
    /*margin-bottom: unset;*/
    font-family: "Graphik Light", "Ari", Sans-Serif !important;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 127%;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .speedbump-container {
        width: 92% !important;
    }
}

.quote-para span {
    font-weight: 600;
}
.zoom-content.zoom-content-1 svg,
.zoom-content.zoom-content-2 img {
    max-width: unset;
}
.outro-safari {
    font-family: "Graphik", "Arial Black", Sans-Serif;
    font-style: normal;
    font-size: 32px;
    font-weight: 400;
}
.scrollmagic-pin-spacer {
    /* min-height: 100% !important; */
}
.zoom-content.zoom-content-1 svg.img-1 {
    width: 105%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
}
.section-container {
    width: 100%;
    position: relative;
}
.zoom-content.zoom-content-1 {
    position: absolute;
    /*top: 50%;*/
    /*top: 28%;
    left: 50%;
    width: 100%;
    height: 101%;
    z-index: 1;
    transform: translate(-50%, -50%);
    overflow: hidden;*/
    top: 50%;
    left: 50%;
    width: 113%;
    height: 110%;
    z-index: 1;
    transform: translate(-50%, -46%);
    overflow: hidden;
}
.shp0 {
    fill: #ffffff;
}
.zoom-content-1 .text-container {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.text-container {
    padding: 5em 0 5em 0;
}
span.text-title.isactive {
    font-family: Graphik, "Arial ", Sans-Serif;
    font-style: normal;
    font-weight: 600;
    font-size: 41px;
    line-height: 95%;
    text-align: center;
    letter-spacing: -0.02em;
}
.zoom-content.zoom-content-2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
img.zoom-img {
    width: 110%;
    position: relative;
    left: -5%;
}
.zoom-content.zoom-content-2 .text-container {
    position: absolute;
    left: 25%;
    top: 36%;
    color: white;
    z-index: 5;
    width: 45%;
}
span.text-title,
span.text-sub-title,
.text-description {
    opacity: 0;
    transition: opacity 0.4s ease;
    font-family: "Graphik", "Arial", Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 154%;
    letter-spacing: -0.02em;
}
.text-description h2 {
    font-size: 84px;
    font-family: "Graphik", "Arial", Sans-Serif !important;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 600;
}
span.text-title.isactive,
span.text-sub-title.isactive,
.text-description.isactive {
    opacity: 1;
}
.section-container.section-container-acn-google {
    text-align: center;
}
.section-container {
    width: 100%;
    position: relative;
}
span.text-sub-title.isactive {
    font-family: Graphik Light, "Arial ", Sans-Serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 124%;
    text-align: center;
    letter-spacing: -0.02em;
}

.hidden-lg {
    display: none !important;
}

@media only screen and (max-width: 820px) {
    .section-container {
        opacity: 1;
        transition: opacity 1s ease 1s;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1270px) {
    .text-description {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .scrollmagic-pin-spacer {
        padding-bottom: 0 !important;
    }
    .text-container {
        padding: 0 0 3em 0;
    }
    img.hidden-lg.hidden-md.img-1 {
        display: none;
    }
    .tw-container-marquee-mobile img.hidden-lg.hidden-md.img-1 {
        display: block;
    }
    img.zoom-img {
        width: 235% !important;
        left: -92%;
    }
    .zoom-content.zoom-content-2 .text-container {
        width: 59%;
        left: 5%;
        top: 36%;
    }
    .text-description {
        opacity: 1;
        font-size: 37px;
    }
    .text-description {
        line-height: 130% !important;
        font-size: 17px !important;
    }
    .section-container.section-container-acn-google {
        padding: 30px;
    }
    .text-description h2 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 1681px) {
    /*.zoom-content.zoom-content-1 svg.img-1 {
        top: 51%;
    }*/
}
.section-container-zoom {
    overflow: hidden;
}
.desktop-vid {
    z-index: 5 !important;
}
.marquee-text-container {
    z-index: 6 !important;
}

h3.author-name {
    font-size: 22px !important;
}
.content-text-gte.isactive p.min {
    color: #0158ff;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: "Graphik", "Arial", Sans-Serif;
    font-weight: 400;
}
h3.authors-section {
    text-align: center;
}
.section-container-6 div div h3 {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -0.02em;
    color: #000000;
}
.section-container-6{
    padding-top: 3rem;
}
.gte-holder {
    /* margin-top: 3em; */
}
.content-text-gte .img-container {
    position: relative;
    overflow: hidden;
    height: 0px;
}

p.min {
    padding-top: 2rem;

}

.content-text-gte.isactive .img-container {
    height: 240px;
}
.content-gte-1.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.1s;
    -o-transition: height 0.8s ease-out 0.1s;
    transition: height 0.8s ease-out 0.1s;
}
#block-section-10 .content-text-gte p.min,
.section-container-7 .content-text-gte p.title {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
#block-section-10 .content-text-gte.isactive p.min,
.section-container-7a .content-text-gte.isactive p.title {
    opacity: 1;
}
#block-section-10 .content-text-gte.isactive p.min {
    color: #0158ff;
    margin-bottom: 10px;
}
.content-text-gte .title-gte {
    font-family: "Graphik SemiBold", "Arial", Sans-Serif;
    font-size: 1.8rem !important;
    line-height: 1 !important;
    color: black;
}
/*GTE*/
.title-gte.ucase-text {
    text-transform: uppercase;
    font-size: 0.7em;
}
.gte-video {
    margin: 4em 0;
}
.gte-holder {
    /* margin-top: 3em; */
}
.content-text-gte .img-container {
    position: relative;
    overflow: hidden;
    height: 0px;
}

.content-text-gte.isactive .img-container {
    /* height: 300px; */
    /*height: auto;*/
}
.content-gte-1.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.1s;
    -o-transition: height 0.8s ease-out 0.1s;
    transition: height 0.8s ease-out 0.1s;
}
.content-gte-2.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.2s;
    -o-transition: height 0.8s ease-out 0.2s;
    transition: height 0.8s ease-out 0.2s;
}

.content-gte-3.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.3s;
    -o-transition: height 0.8s ease-out 0.3s;
    transition: height 0.8s ease-out 0.3s;
}

.content-gte-4.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.4s;
    -o-transition: height 0.8s ease-out 0.4s;
    transition: height 0.8s ease-out 0.4s;
}

img.gte-imgs {
    width: 100%;
}
.content-gte-2 {
    padding-top: 47px;
}
.content-gte-3 {
    padding-top: 70px;
}
.content-gte-4 {
    padding-top: 140px;
}
@media screen and (max-width: 767px) {
    #Section-3 > div > div > div > div > div:nth-child(3) > div > div.col-md-6.m-top.v-align.ani-text.isactive > hr{
        /* padding-top: 15rem;
        position: absolute;
        width: 42px; */
    }
    .content-gte-3,
    .content-gte-4 {
        padding-top: 35px;
    }
    .content-text-gte .title-gte {
        font-size: 1.1rem !important;
    }
}
.content-text-gte {
    padding-right: 0;
    padding-left: 0;
}
.width90cent {
    width: 90%;
}
.section-authors {
    margin: 60px 0 40px;
}
.author-container {
    padding-top: 3em;
}
.author-container .auth-img {
    width: 70%;
    border-radius: 50%;
    padding: 0 10%;
}
.author-content {
    margin-top: 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.author-name {
    font-family: "Graphik", "Arial", Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-right: 1%;
}
.author-title {
    font-family: "Graphik", "Arial", Sans-Serif !important;
    line-height: 1.3;
    font-size: 14px !important;
    padding-right: 1em;
    height: 47px;
    font-weight: 300;
}
.author-p {
    text-align: center;
}
a.linkedin-icon {
    font-size: 1.13rem !important;
    border: 0.12em solid #004dff;
    width: 3em;
    height: 3em;
    border-radius: 90%;
    display: inline-block;
    text-align: center;
    padding-top: 0.02rem;
    margin-right: 0.5rem;
    text-decoration: none;
}
p.author-title {
    margin-bottom: 0 !important;
}
.section-1-a-grid {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .section-1-a-grid {
        margin-top: 30px;
    }
}
/**ITL CSS custom ends**/

/** Authors **/
.author-top-space {
    padding-top: 2rem;
}
.auth-img {
    width: 100%;
    border-radius: 50%;
    padding: 0 10%;
}
h3.author-name {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 1.2em;
    font-weight: normal;
}
p.author-title {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    line-height: 1.3;
    font-size: 0.85em;
    padding-right: 0.3em;
}
.author-social .ion-social-twitter,
.author-social .ion-social-linkedin {
    float: left;
    font-size: 1.13rem !important;
    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.5rem;
}
.author-social a.ion-social-linkedin:hover,
.author-social a.ion-social-twitter:hover {
    background: #004dff;
    color: #fff;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
}
.author-module {
    margin-top: 2em;
}
hr.first,
hr.second {
    margin-bottom: 3em;
}

.auth-img-1 {
    width: 100%;
    border-radius: 50%;
    padding: 10% 0;
}

@media screen and (max-width: 767px) {
    hr.second {
        display: none;
    }
    .auth-img {
        margin-bottom: 0em;
        width: 50%;
        padding: 0;
    }
}

/*IPAD* -webkit-min-device-pixel-ratio: 1*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #Section-5 > div > div > div > div.scrollmagic-pin-spacer {
        padding-bottom: unset !important;
    }
    .text-description {
        opacity: 1 !important;
    }
    .section-container-4 .submarquee-details h2,
    .section-container-3 .submarquee-details h2 {
        font-size: 60em;
    }
    #Section-2 > div > div > div > div.scrollmagic-pin-spacer {
        padding-bottom: unset !important;
    }
    .quote-title {
        font-size: 28px;
    }
    .quote-content,
    .quote-para strong,
    .quote-content strong {
        font-size: 18px;
    }
    .v-align-image {
        /* padding: 20% 2%; */
    }
    .quote-para {
        font-size: 26px;
    }
    .section-container-3 .box-container {
        height: auto;
    }
    #Section-3 > div > div > div > div > div:nth-child(3) > div > div:nth-child(2) {
        padding: 14% 0%;
    }
    .mobile-subhead {
        display: block !important;
    }
    .marquee-text-container h1 {
        font-size: 8em;
        margin-bottom: 23px;
    }

    .percent-num {
        font-size: 72px !important;
    }
    .percent-text {
        font-size: 22px !important;
    }

    /*ZOOM*/
    .section-container-2a .panel-1 .img-1 {
        top: 50%;
        left: 50%;
        transform: translate(-50.2%, -45.5%);
    }

    .section-container-2a .panel.panel-1,
    .section-container-4 .panel.panel-1 {
        display: none;
    }
    .hidden-lg {
        display: none !important;
    }
    .mobile-subhead h2 {
        text-align: center;
        font-size: 4.5rem;
        margin-bottom: 1em;
        margin-top: 1em;
        line-height: 1;
    }

    .section-container-2a .panel-2 .vid-1,
    .section-container-4 .panel-2 .vid-1 {
        height: auto;
        width: 100% !important;
    }
    .submarquee-container.submarquee-container-4,
    .submarquee-container.submarquee-container-3 {
        position: relative;
        height: auto;
    }
    .section-container-3 .box-container .box-container-1 {
        width: 100%;
        left: 0% !important;
    }

    .text-description {
        font-size: 17px;
    }
    .text-description h2 {
        font-size: 2.5em !important;
    }
    .speedbump-image img {
        width: 100% !important;
    }
    /*.scrollmagic-pin-spacer {
    padding: 0 !important;
    min-height: auto !important;
}*/
.nav-bar-menu.nav-bar-menu-FA{
    display:none !important;
}
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    /* #Section-2 > div > div > div > div.scrollmagic-pin-spacer{
        padding-bottom: 0px !important;
    } */
    /* #marqueeLoopTw_b{
        display:none !important;
    }

    .marquee-text-container h1{
    font-size: 100px !important;
    }
    .section-container-3 .box-container .box-container-1 {
        width: 50% !important;
        left: 25% !important;
    }
    #Section-5 > div > div > div > div > div > div.zoom-content.zoom-content-1 > svg {
        opacity: 0 !important;
    }
    span.text-title,
    span.text-sub-title,
    .text-description {
        opacity: 1 !important;
        font-size: 18px !important;
    }
    #Section-5 > div > div > div > div > div > div.zoom-content.zoom-content-2 > div > div > h2 {
        font-size: 50px !important;
    } */
}

@media (max-width: 767px) {
    .author-p {
        padding-top: 3rem;
    }
    video#marqueeLoopTw_b {
        height: 0vw;
    }
    .accordion-body {
        padding: 4rem 3rem 4rem 3rem;
    }
}
@media only screen and (device-width: 1280px) {
    .v-align {
        padding: 2% 2%;
    }
    .v-align-image {
        padding: 15% 2%;
    }
    .section-container-3 .box-container {
        height: auto;
    }
    .percent-num {
        font-size: 100px;
    }
    .percent-text {
        font-size: 25px;
    }
}
@media only screen and (device-width: 1366px) {
    .v-align {
        /*padding: 4% 0%;*/

    }
    .v-align-1 {
        padding: 2% 0%;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .percent-num {
        font-size: 110px;
    }
    .percent-text {
        font-size: 25px;
    }
}
@media only screen and (device-width: 1680px) {
    .v-align {
        /*padding: 13% 0%;*/
    }
    .v-align-1 {
        padding: 7% 0%;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .section-container-3 .box-container {
        /* height: 50vh; */
        height: auto;
    }
}
@media only screen and (device-width: 1920px) {
    .v-align {
        /*padding: 14% 0%;*/
    }
    .v-align-1 {
        padding: 7% 0%;
    }
    .section-container-3 .box-container {
        /* height: 50vh; */
        height: auto;
    }
}
@media only screen and (min-width: 2560px) {
    .section-container-3 .box-container.isactive .box-container-1 {
        width: unset;
        height: 35vh;
    }
    .v-align-1 {
        padding: 16% 0%;
    }
    .content-text-gte.isactive .img-container{
         /* height: 413px; */
    }
}
@media only screen and (min-width: 3072px) {
    .content-gte-1.isactive .img-container,
    .content-text-gte.isactive .img-container{
        /* height: 462px; */
    }
    .chart-holder {
        height: 25.5em !important;
    }
    .section-container-3 .box-container.isactive .box-container-1{
        width: auto !important;
        height: 35vh !important;
    }
}
.mouse-icon--wrapper {
    z-index: 5;
}
h3.gte-title {
    text-align: center;
}
.mobile-LM {
    max-width: none !important;
}

.accordion-button::after {
    width: 2.25rem;
    height: 20px;
    background-size: 22px;
}

.isSafari .donutChart svg {
    transform: rotate(90deg) !important;
}

.content-text-gte p.min {
    opacity: 0;
}
.content-text-gte.isactive p.min {
    opacity: 1;
    padding-top: 2rem;

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .content-text-gte.isactive .img-container {
        /* height: auto; */
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .zoom-content.zoom-content-2 .text-container {
        /* top: 12%; */
        top: 36%;
    }
}

#Section-3 > div > div > div > div > div:nth-child(2){
    margin-top: 8.5rem;
}
@media only screen and (max-width: 1680px) {
    p.min {
        padding-top: 0rem;
    }
}


@media only screen and (max-width: 1600px) {
    .content-text-gte.isactive .img-container{
        /* height: 280px; */
    }

}
@media only screen and (max-width: 1440px) {
    .content-text-gte.isactive .img-container{
        /* height: 260px; */
    }

}
@media only screen and (device-width: 1366px)  {
    .content-text-gte.isactive .img-container{
        /* height: 240px; */
    }
    .v-align-image {
        /*padding: 20% 0%;*/
    }

}
@media only screen and (device-width: 1280px){
    .content-text-gte.isactive .img-container{
        height: 240px;
    }
}
.q-containter,.fix-v-align{
    padding-top: 4rem;
}
div#Section-4{
    padding-top:2rem;
}
.content-text{
    font-family: "Graphik";
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 3rem;
    line-height: 30px;
}
@media only screen and (min-width:1100px){
    .percent-top-space {
        margin-top: 9rem;
    }
    #Section-5 > div > div > div > div > div > div.row.percent-top-space.percent-bottom-space > div > hr{
        /* padding-bottom: 2rem; */
    }
    /* #Section-3 > div > div > div > div > div:nth-child(3) > div > div.col-md-6.m-top.v-align.ani-text.isactive > hr{
        position: absolute;
    top: 2%;
    } */
    /* #Section-2 > div > div > div > div.section-container-2d > div.row.q-containter > div > div.col-md-6.m-top.ani-text.isactive > hr{
        position: absolute;
    top: -5%;
    } */
    .quote-para{
        line-height: 140% !important;
    }
}
@media only screen and (min-width:2560px){
    .chart-holder {
        height: 18.5em;
    }
}
@media only screen and (min-width:1920px){
    /* #Section-3 > div > div > div > div > div:nth-child(3) > div > div.col-md-6.m-top.v-align.ani-text.isactive > hr{
    position: absolute;
    top: 14%;
    } */
    #Section-5 > div > div > div > div > div > div.row.percent-top-space.percent-bottom-space > div > hr {
        padding-bottom: 0.5rem;
    }
}

@media only screen and (min-width:2560px){
    /* #Section-3 > div > div > div > div > div:nth-child(3) > div > div.col-md-6.m-top.v-align.ani-text.isactive > hr{
    position: absolute;
    top: 30%;
    }  */
}
/* Ipone XR */
@media only screen 
    and (device-width : 896px) 
    and (device-height : 414px)  
    and (-webkit-device-pixel-ratio : 2) 
    and (orientation : landscape) {
        .section-container-4 .submarquee-details h2, .section-container-3 .submarquee-details h2{
            font-size: 60em;
        }
        .section-container-6{
            margin-top: -37rem;
        }
        div.section-container-6.author-top-space{
            margin-top: 0rem;
        }
     }
/* Iphone X */
@media only screen 
  and (min-device-height: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .content-text-gte.isactive .img-container{
        /* height: 190px; */
    }
    .section-container-4 .submarquee-details h2, .section-container-3 .submarquee-details h2{
        font-size: 50em !important;
    }

    #Section-5 > div > div > div > div > div > div.zoom-content.zoom-content-2 > div > div > h2{
        font-size:63px;
    }
    .text-description.outro-text{
        opacity: 1 !important;
    }
    .zoom-content.zoom-content-2 .text-container{
        left: 8% !important;
        top: 27% !important;

    }
    #Section-5 > div > div > div > div{
        padding-bottom: 0px !important;
    }
    .section-container-2a .panel-2 .vid-1{
        width: 100% !important;
    }
    .v-align-image{
        display: unset;
    }
    .percent-num{
        font-size: 82px;
    }
    .percent-text{
        font-size: 23px;
    }
    .marquee-text-container h1{
        font-size: 80px;
        margin-bottom: 20px;
    }
    p.marquee-description{
        font-size: 2.4em;
    }
}
@media only screen and (device-width:3072px) and(device-height:1920px){
    
    .content-gte-1.isactive .img-container{
        height: 462px;
    }
    .chart-holder {
        height: 25.5em;
    }
}
/* india */
@media only screen 
  and (device-width: 767px) 
  and (orientation: landscape) {
    .section-container-6{
    margin-top: -37rem;
    }
    .section-container-6.author-top-space{
        margin-top: 0rem;
    }
  }
@media only screen 
  and (min-device-width: 844px) 
  and (max-device-height: 390px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .content-text-gte.isactive .img-container{
        /* height: 190px; */
    }
    #Section-5 > div > div > div > div > div > div.zoom-content.zoom-content-2 > div > div > h2{
        font-size:63px;
        opacity: 0;
    }
    .text-description.outro-text{
        opacity: 1 !important;
    }
    .zoom-content.zoom-content-2 .text-container{
        left: 8% !important;
        top: 27% !important;

    }
    .section-container-2a .panel-2 .vid-1{
        width: 100% !important;
    }
    .section-container-4 .submarquee-details h2, .section-container-3 .submarquee-details h2{
        font-size: 50em !important;
    }
    /* #Section-2 > div > div > div > div.scrollmagic-pin-spacer{
        padding-bottom: 0px !important;
    } */
    #Section-5 > div > div > div > div{
        padding-bottom: 0px !important;
    }
    .v-align-image{
        display: unset;
    }
    .percent-num{
        font-size: 82px;
    }
    .percent-text{
        font-size: 23px;
    }
    .marquee-text-container h1{
        font-size: 80px;
        margin-bottom: 20px;
    }
    p.marquee-description{
        font-size: 2.4em;
    }

}   
@media only screen 
  and (min-device-width: 896px) 
  and (max-device-height: 414px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .section-container-2a .panel-2 .vid-1{
        width: 100% !important;
    }
    .v-align-image{
        display: unset;
    }
    .percent-num{
        font-size: 82px;
    }
    .percent-text{
        font-size: 23px;
    }
    .marquee-text-container h1{
        font-size: 80px;
        margin-bottom: 20px;
    }
    p.marquee-description{
        font-size: 2.4em;
    }

}   
.svg-download {
    text-align: center;
    padding: 1rem 0rem;
}
.svg-download a{
    text-align: center;
    font-family: 'Graphik';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 15px;

color: #6C6C66;
text-decoration:none;
}
/*  middle image*/
.box-container-1{
    width: 100%;
}
.box-container-1 img{
    width: auto;
}
/* woff font */
@font-face {
    font-family: "sectra-woff";
    src: url("/content/dam/system-files/acom/custom-code/iconic/value-future-ready/assets/css/GT-Sectra-Fine-Book.woff") format('woff');
  }

  @media only screen and (min-width: 1680px) {
    .content-text-gte.isactive .img-container {
        height: 300px;
    }
  }

  @media only screen and (min-width: 2560px) {
    .content-text-gte.isactive .img-container {
        height: 450px;
    }
  }


  @media screen and (max-width: 767px) {
	.mysvg-container{
	max-width: 100vw;
    overflow-x: auto;
}
	.mysvg-container svg{
		min-width: 70rem;
	}
    .mysvg-container img{
        min-width: 70rem;
    }
}

.accordion {
    --bs-accordion-bg: #f2f2f2;
}
.accordion-collapse.collapse.show {
    background-color: #ffffff;
}
.accordion-header .accordion-button {
    border-left: 3px solid #a100ff;
}
.accordion-header .accordion-button.collapsed {
    border-left: unset;
}
.actions-container{
  margin-top: 5rem;
}
h5.label-magenta{
color:#B455AA
}
h5.label-black{
color:#000000 
}
h5.label-purple{
color:#A100FF 
}
p.indent-accordion-content {
border-left: 2px solid black;
padding-left: 15px;
}

.landspace-header {
    display:none;
  }
 
  @media only screen and (max-width: 767px) {
    .img-responsive {
        width: 30%;
        margin: auto;
        padding-top: 12px;
    }
    #Section-2 > div > div > div > div.section-container-2d > div.row.percent-top-space {
    margin-top: 0rem;
    }
    .v-align-image img,#Section-3 > div > div > div > div > div:nth-child(3) > div > div:nth-child(2) > img{
        width: 100%;
    }
    }
  @media screen and (max-width: 999px) {
    .landspace-header {
      font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    font-size: 3.52rem;
    letter-spacing: -0.02em;
    color: #000;
    display:block;
    }
  }
  @media screen and (max-width: 767px) {
    .landspace-header {
    display:none;
  }
 
  }

  .donutChart.isSafari svg{
    transform: rotate(120deg);
} 

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.content-text-gte.isactive .img-container {
height: auto;
    }
}
/*Added*/
@media screen and (max-width: 999px) {
.content-text-gte.isactive .img-container {
    height: auto !important;
}
.content-text-gte.isactive p.min {
    margin-top: 10px;
}
/* me */
#Section-2 > div > div > div > div.section-container-2d > div.row.percent-top-space{
    margin-top: 3rem;
}
.section-container-4 .submarquee-details h2, .section-container-3 .submarquee-details h2 {
font-size: 60em;
}
.col-md-12.col-xs-12.author-social-info{
    padding: 3rem;
}

}



/*Edit this CSS in the main*/

@media only screen and (max-width: 767px) {
.section-container-4 .box-container.isactive .box-container-1 {
top: 0;
left: 0;
}
.section-container-4 .box-container .box-container-1 {
width: 100% !important;
position: relative;
}
.section-container-4 .box-container {
height: auto !important;
}
.scrollmagic-pin-spacer {
padding-top: 0 !important;
}
.measures-success {
    padding: 1rem 8rem 0rem 6rem !important;
}
.ms-padding{
    padding: 1rem 6rem 0rem 4rem !important;
}
}

p.num-desc {
    padding-bottom: 4rem;
}

.cmp-global-header__logo {
    min-width: fit-content;
}

@media screen and (min-width: 1200px){
.cmp-global-header__nav-menu-item {
    min-width: fit-content;
}
}

@media screen and (max-width: 1920px) {
    .marquee-text-container h1{
        /* font-size:65px ; */
        font-size:90px ;
        margin-bottom: 20px ;}

    p.marquee-description {font-size: 37px;}
}
/* @media (max-width: 767px){
.marquee-text-container h1 {
    font-size: 50px;
}
} */
@media screen and (min-width: 1100px) {
    #Section-3 > div > div > div > div > div:nth-child(5) > div > div.col-md-4.d-none.d-sm-block.box-container.order-first.isactive > div > img{
        height: 60vh;
        margin-top: 20rem;
    }
}

.tv-quickaccess .tv-quickaccess__item.contact-report{
    top: 280px;

}
.tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: -40px !important;

}

@media screen and (min-width: 2560px){
#Section-2 > div > div > div > div.section-container-2d > div.row.q-containter > div > div.col-md-6.m-top.ani-text.isactive{
    display: flex;
    align-items: center;
}
.section-container-3 .box-container.isactive .box-container-1{
    left: 10%;
}
#Section-3 > div > div > div > div > div:nth-child(5) > div > div.col-md-4.d-none.d-sm-block.box-container.order-first.isactive > div > img{
    height: 50vh;
}
.wrapper.wrapper-donutChart{
    width: 90%;
    padding-left: 35%;
}
.chart-holder h5{
    padding-top: 5rem;
}
 
}