html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}





body {
    background-image: url('../jpg/adobestock_428510221.jpg');
    background-attachment: initial;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: 0 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    body {
        background-image: url('../jpg/adobestock_428510221.jpg');
        background-attachment: scroll;
        background-repeat: repeat-y;
        background-size: contain;
        background-position: 0 0;
        font-family: "Roboto", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}




.navbar-brand.custom-logo-link {
    padding-top: 2rem;
    display: block;
    width: clamp(6rem, 6vw, 6rem);
    margin: 0 auto;
    position: relative;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
.navbar-brand.custom-logo-link:hover {
    transform: scale(1.1);
}



.fullScreen {
    height: auto;
    padding-top: 35vh;
    padding-bottom: 20vh;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .fullScreen {
        height: 100vh;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}












.is-hidden {
    opacity: 0;
}
.is-visible {
    opacity: 1;
}

#downloadBtn {
    position: fixed;
    z-index: 9999;
    min-width: 100px;
    max-width: 220px;
    width: 13vw;
    min-height: 100px;
    max-height: 220px;
    height: 13vw;
    bottom: 2rem;
    right: 2rem;
    border-radius: 99rem;
    color: #000;
    font-size: clamp(0.85rem, 1.35vw, 1.75rem);
    line-height: clamp(1.15rem, 1.4vw, 2.25rem);
    text-align: center;
    font-weight: 400;
    background-color: rgb(116, 220, 197);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.29);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#downloadBtn span {
    font-weight: 700;
    text-transform: uppercase;
}


#downloadBtn:hover {
    transform: scale(1.1);
    background-color: #000;
    color:  rgb(116, 220, 197);
}

.scrollGuide {
    height: clamp(2.75rem, 3vw, 5rem);
    width: clamp(2.75rem, 3vw, 5rem);
    margin-top: 5.5rem;
    border-radius: 99rem;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    text-align: center;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.scrollGuide:hover {
    transform: scale(1.1);
}

.scrollGuide .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0.5rem;
    margin-top: 0.15rem;
    opacity: 0;
    animation-name: arrowDown;
    animation-duration: 1.75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    position: relative;
    z-index: 50;
}

#scrollBackToTopWrapper {
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.scrollGuide#scrollBackToTop .arrow {
    margin-top: 1rem;
    animation-name: arrowUp;
    animation-duration: 1.75s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


@keyframes arrowDown {
    0% {
      transform: rotate(45deg) translateX(0) translateY(0);
      opacity: 0;
    }
    30% {
        transform: rotate(45deg);
        opacity: 1;
    }
    50% {
        transform: rotate(45deg);
        opacity: 1;
    }
    70% {
      transform: rotate(45deg) translateX(0.6rem) translateY(0.6rem);
      opacity: 0;
    }
  }


  @keyframes arrowUp {
    0% {
      transform: rotate(225deg) translateX(0) translateY(0);
      opacity: 0;
    }
    30% {
        transform: rotate(225deg);
        opacity: 1;
    }
    50% {
        transform: rotate(225deg);
        opacity: 1;
    }
    70% {
      transform: rotate(225deg) translateX(0.6rem) translateY(0.6rem);
      opacity: 0;
    }
  }


h1.main-header strong {
    color: #fff;
    font-size: 5.5rem;
    font-size: clamp(2.25rem, 6.5vw, 5.5rem);
    line-height: 7rem;
    line-height: clamp(3rem, 7.5vw, 7rem);
    font-weight: 200;
}
h1.main-header {
    text-align: left;
    color: rgb(116, 220, 197);
    font-size: clamp(1.75rem, 3.5vw, 3.75rem);
    line-height: clamp(2.25rem, 4.5vw, 4.75rem);
    font-weight: 200;
}



.box h2 {
    font-size: 3rem;
    font-size: clamp(2rem, 3vw, 3.5rem);
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-align: left;
}
.box {
    margin-left: 6vw;
    margin-right: 6vw;
    background-color: #0d362d;
    border-radius: 1rem;
    text-align: center;
    font-size: 2rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #fff;
    background-size: contain;
    background-position-x: 200%;
    background-position-y: center;
    background-repeat: no-repeat;
}



.box {
    min-height: 45vh;
    height: auto;
    padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
    .box {
        min-height: 60vh;
        height: auto;
    }  
}
@media (min-width: 768px) {
    .box {
        min-height: auto;
        height: 65vh;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .box {
        height: 55vh;
    }
}
@media (min-width: 1200px) {
    .box {
        height: 52.5vh;
    }
}
@media (min-width: 1400px) {
    .box {
        height: 50vh;
    }
}









.toBarriers {
    display: block;
    clear: both;
    margin-top: 1.5rem;
    background-color: #000;
    color: #fff;
    border-color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 8px;
    border-width: 2px;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .toBarriers {
        display: block;
        clear: both;
        margin-top: 2rem;
        background-color: #000;
        color: #fff;
        border-color: #000;
        font-size: 1.5rem;
        font-weight: 700;
        border-radius: 8px;
        border-width: 2px;
        padding: 0.275rem 2rem;
        text-transform: uppercase;
        width: initial;
    } 
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}











.iconContainer {
    background-color: #ccf1e9;
    height: auto;
    border-radius: 1rem 1rem 0 0;
}
.iconContainer img {
    max-width: 10rem;
    height: auto;
}



@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .iconContainer {
        height: 100%;
        border-radius: 1rem 0 0 1rem;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}






.box .donut-hider,
.box .donut-hider-a,
.box .donut-hider-b,
.box .donut-hider-c,
.box .donut-hider-d,
.box .donut-hider-e {
    transform: scale(0);
    width: 1px;
}
.box .content-widening {
    width: 100%;
}

.box.a {
    background-image: none;
}
.box.b {
    background-image: none;
}
.box.c {
    background-image: none;
}
.box.d {
    background-image: none;
}
.box.e {
    background-image: none;
}





@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .box.a {
        background-image: url(../jpg/eem-efficiency-now-barrier-financial2.jpg);
    }
    .box.b {
        background-image: url(../jpg/eem-efficiency-now-barrier-infrastructure2.jpg);
    }
    .box.c {
        background-image: url(../jpg/eem-efficiency-now-barrier-skills2.jpg);
    }
    .box.d {
        background-image: url(../jpg/eem-efficiency-now-barrier-org2.jpg);
    }
    .box.e {
        background-image: url(../jpg/eem-efficiency-now-barrier-data2.jpg);
    }    
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}




.box small {
    font-size: 1rem;
    margin-left: 0.3rem;
}


.bigNumber {
    font-size: 6rem;
    font-size: clamp(2.5rem, 6.5vw, 7rem);
    font-weight: 600;
    margin-right: 0.5rem;
}

.text-a-phase-1,
.text-b-phase-1,
.text-c-phase-1,
.text-d-phase-1,
.text-e-phase-1 {
    font-weight: 200;
}

    
.phase-1 {
    overflow: hidden;
}






.phase-1-a,
.phase-1-b,
.phase-1-c,
.phase-1-d,
.phase-1-e {
    margin-bottom: -17.5%;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
    .phase-1-a,
    .phase-1-b,
    .phase-1-c,
    .phase-1-d,
    .phase-1-e {
        margin-bottom: -17.5%;
    }
}
@media (min-width: 992px) {
    .phase-1-a,
    .phase-1-b,
    .phase-1-c,
    .phase-1-d,
    .phase-1-e {
        margin-bottom: -20%;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}






#smooth-content {
}



.wrapper {
    margin-top: 20vh;
    margin-bottom: 20vh;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
    .wrapper {
        margin-top: 40vh;
        margin-bottom: 40vh;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}








.text-a,
.text-b,
.text-c,
.text-d,
.text-e {
    height: 0;
    overflow: hidden;
    text-align: left;
    font-size: 1.3rem;
    width: 100%;
    opacity: 0;
    transform-origin: center left;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {  
    .text-a,
    .text-b,
    .text-c,
    .text-d,
    .text-e {
        height: 0;
        overflow: hidden;
        text-align: left;
        font-size: 1.5rem;
        width: 52%;
        opacity: 0;
        transform: scale(0);
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}















.disclaimer {
    font-size: 0.9rem;
    opacity: 0.5;
}












.svg-wrapper,
.svg-wrapper-a,
.svg-wrapper-b,
.svg-wrapper-c,
.svg-wrapper-d,
.svg-wrapper-e {
    background-color: #fff;
    border-radius: 1rem;
    padding: 0;
}








.svg-item-a,
.svg-item-b,
.svg-item-c,
.svg-item-d,
.svg-item-e {
    font-size: 16px;
    margin: 0;
    height: 1px;
    width: 1px;
}

.donut-ring {
    stroke: #EBEBEB;
}



.donut-segment-1 {
    stroke: #333;
    stroke-dasharray: 0, 100;
}


.segment-1{
    fill:#ccc;
}



.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #333333;
}


.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 0.6em;
    line-height: 1.1em;
    transform: translateY(0.25em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.12em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color:#666;
    fill: #666;
    animation: donutfadelong 1s;
}


#scrollAWrapper,
#scrollBWrapper,
#scrollCWrapper,
#scrollDWrapper,
#scrollEWrapper,
#scrollBackToTopWrapper {
    display: block !important;
    cursor: initial;
}

#scrollAWrapper .scrollGuide,
#scrollBWrapper .scrollGuide,
#scrollCWrapper .scrollGuide,
#scrollDWrapper .scrollGuide,
#scrollEWrapper .scrollGuide {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    cursor: pointer;
}
#scrollBackToTopWrapper .scrollGuide {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
}








#barrierIndicators {
    display: none;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    #barrierIndicators {
        display: block;
        position: fixed;
        left: 1.25rem;
        top: 39%;
        width: 1rem;
        z-index: 999;
    }
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}





.indicator:hover {
    transform: scale(1.25);
    cursor: pointer;
    background-color: rgb(116, 220, 197, 0.5);
}


.indicatorIntro,
.indicatorA,
.indicatorB,
.indicatorC,
.indicatorD,
.indicatorE,
.indicatorRoadmap {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(116, 220, 197);
}

.indicatorIntro.active,
.indicatorA.active,
.indicatorB.active,
.indicatorC.active,
.indicatorD.active,
.indicatorE.active,
.indicatorRoadmap.active {
    background-color: rgb(116, 220, 197);
}



.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: rgb(116, 220, 197);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: rgb(116, 220, 197);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-inner-border-radius);
}

