#hero-forecast {
    position: relative;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../../img/forecast/hero_forecast_new.png);
}
#hero-forecast #hero-forecast-inner {
    padding: 110px 0 0;
}
#forecast-hero-section-text {
    position: static;
}

#hero-forecast #hero-subtitle {
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}
#hero-forecast #hero-title {
    font-weight: bold;
    font-size: 72px;
    line-height: 79px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}
#hero-forecast #hero-text {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 40px 0;
}
#hero-forecast .button-wrapper {
    display: flex;
    justify-content: center;
}
#forecast-hero-section-graph {
    display: block;
    margin: 255px auto 0 auto;
    max-width: 1120px;
}
#forecast-hero-section-graph img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 992px) {
    #forecast-hero-section-graph {
        display: none;
    }
    #hero-forecast #hero-subtitle {
        margin: 0 0 24px 0;
    }
    #hero-forecast #hero-title {
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
        letter-spacing: -0.04em;
        margin: 0 0 24px 0 !important;
    }
    #hero-forecast #hero-text {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin: 0 0 40px 0;
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    #hero-forecast {
        background-image: url(../../img/forecast/Hero_mobile.png);
        background-size: cover;
        background-position: 90% 0;
    }
    #hero-forecast #hero-forecast-inner {
        padding: 52px 25px 40px 25px;
    }
    #hero-forecast #hero-text br,
    #hero-forecast #hero-title br {
        display: none;

    }
    #hero-forecast #hero-text br.d-md-none,
    #hero-forecast #hero-title br.d-md-none {
        display: block;
    }
    #hero-forecast-inner #hero-text,
    #hero-forecast-inner #hero-title {
        padding: 0;
    }
}

.animation #hero-forecast-inner, 
.animation #hero-forecast-inner #hero-subtitle,
.animation #hero-forecast-inner #hero-title,
.animation #hero-forecast-inner #hero-text,
.animation #hero-forecast-inner .button-wrapper,
.animation #hero-forecast-inner {
    will-change: opacity,transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1.2s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: opacity 1.2s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
    transition: opacity 1.2s cubic-bezier(.215,.61,.355,1),transform 1s cubic-bezier(.215,.61,.355,1);
    transition: opacity 1.2s cubic-bezier(.215,.61,.355,1),transform 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
}
/* .home .animation #hero-media{
    will-change: opacity,transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 3s cubic-bezier(.63,.61,.43,1),-webkit-transform 2.8s cubic-bezier(.63,.61,.43,1);
    transition: opacity 3s cubic-bezier(.63,.61,.43,1),-webkit-transform 2.8s cubic-bezier(.63,.61,.43,1);
    transition: opacity 3s cubic-bezier(.63,.61,.43,1),transform 2.8s cubic-bezier(.63,.61,.43,1);
    transition: opacity 3s cubic-bezier(0.22, 0.61, 0.36, 1),transform 2.8s cubic-bezier(.63,.61,.43,1),-webkit-transform 2.8s cubic-bezier(.63,.61,.43,1); 
} */
.animation #hero-forecast-inner .lottie-player,
.animation #hero-forecast-inner svg {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(.215,.61,.355,1) .4s;
    transition: opacity 1.2s cubic-bezier(.215,.61,.355,1) .4s;
}
.appear #hero-forecast-inner {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0s;
}

.appear #hero-forecast-inner #hero-subtitle {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0.15s;
}
.appear #hero-forecast-inner #hero-title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0s;
}
.appear #hero-forecast-inner #hero-text {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0.30s;
}
.appear #hero-forecast-inner .button-wrapper {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0.45s;
}
.appear #hero-forecast-inner  {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0.6s;
}
/* .home .appear #hero-forecast-inner  {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-delay: 0.6s;
} */

.appear #hero-forecast-inner .lottie-player,
.appear #hero-forecast-inner svg {
    opacity: 1;
}