#hero-background {
    background: #f3f2f8;
    background: linear-gradient(180deg, #ffffff 0%, #faf9fc 50%);
}

#hero-animation {
    align-items: center;
    display: flex;
    height: 840px;
    justify-content: center;
    margin-bottom: -15px;
    padding-top: 45px;
}

#hero-animation p {
    font-weight: 400;
    line-height: 1.2;
}

#hero-animation-title {
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.6s ease;
}

#hero-animation-title h1 {
    font-size: 32px;
    font-weight: 500;
}

#hero-animation-title br {
    display: none;
}

#hero-animation-slide-1,
#hero-animation-slide-2 {
    opacity: 0;
    position: absolute;
    transition: all 0.6s ease;
}

#hero-animation-slide-1-left-description {
    left: -148px;
    top: 188px;
    max-width: 172px;
    position: absolute;
}

#hero-animation-slide-1-right-description {
    bottom: 182px;
    right: -122px;
    max-width: 138px;
    position: absolute;
}

#hero-animation-slide-2-left-description {
    left: -140px;
    top: 188px;
    max-width: 178px;
    position: absolute;
}

#hero-animation-slide-2-right-description {
    bottom: 182px;
    right: -182px;
    max-width: 196px;
    position: absolute;
}

.hero-animation-brush {
    height: 648px;
    transform: translateY(20px);
    transition: transform 0.6s ease;
}

.hero-animation-left-pointer {
    display: inline-block;
    height: 80px;
    left: 68px;
    top: 188px;
    position: absolute;
    transform: rotate(90deg);
}

.hero-animation-right-pointer {
    bottom: 188px;
    display: inline-block;
    height: 80px;
    right: 68px;
    position: absolute;
    transform: rotate(270deg);
}

.hero-animation-left-fade {
    margin-left: -20px;
    transition: all 0.6s ease;
}

.hero-animation-right-fade {
    margin-right: -20px;
    transition: all 0.6s ease;
}

.hero-animation-bottom-fade {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 884px) {
    .hero-animation-left-fade {
        transform: translateX(40px);
    }

    .hero-animation-left-fade.hero-animation-left-pointer {
        transform: translateX(25px) rotate(90deg) scale(0.8);
    }

    .hero-animation-right-fade {
        transform: translateX(-40px);
    }

    .hero-animation-right-fade.hero-animation-right-pointer {
        transform: translateX(-25px) rotate(270deg) scale(0.8);
    }
}

@media screen and (max-width: 767px) {
    #hero-animation {
        height: 80vh;
        margin-top: -5vh;
        padding-top: 0;
    }

    #hero-animation-title h1 {
        font-size: 30px;
    }

    #hero-animation-title br {
        display: unset;
    }

    .hero-animation-brush {
        height: 60vh;
    }

    .hero-animation-left-fade,
    .hero-animation-right-fade {
        display: none;
    }

    .hero-animation-bottom-pointer {
        margin-top: -108px;
        position: relative;
        z-index: 1;
    }

    #hero-animation-slide-1-bottom-description,
    #hero-animation-slide-2-bottom-description {
        font-size: 18px;
        line-height: 24px !important;
        margin-top: 10px;
    }

    .hero-animation-bottom-fade {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        transform: translateY(10px);
        transition: all 0.6s ease;
    }
}
