.fadeOut,
.chart-text {
    opacity: 0;
}
.fadeIn {
    opacity: 1;
}
.tmt-sf-container {
    background: #e6e7e8;
}
.tmt-sf-row h3 {
    font-family: "adelle-sans-condensed", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 63px;
    color: #000000;
    position: absolute;
    margin-top: 48px;
    margin-left: 32px;
    text-align: left;
}
.tmt-svg-text tspan {
    font-family: "adelle-sans-condensed", sans-serif !important;
    fill: #e6e7e8;
    font-weight: 900;
}
#svg-body svg {
    position: relative;
    z-index: 2;
}
#img-section {
    position: absolute;
    overflow: hidden;
    width: 425px;
    height: 425px;
    border-radius: 50%;
    top: 290px;
    left: calc(50% - 186px);
    z-index: 1;
}

#img-section .sv-img {
    position: absolute;
    top: 0;
    left: 0;
}

.article-svg-container {
    max-width: 840px;
    float: none !important;
    margin: 0px auto;
    clear: both !important;
}
.tmt-svg-text tspan {
    mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
    .article-svg-container {
        max-width: 100%;
        padding: 0 22px !important;
    }
}
