.w-webflow-badge {
    display: none !important;
}

/* .section_metrics .performance_description {
    max-width: 75%;
}

@media (max-width: 768px) {
    .section_metrics .performance_description {
        max-width: 100%;
    }
} */

.fade-show {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.navbar_list {
    display: block;
    text-align: end;

    a {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    .navbar_list {
        display: flex;
    }
}

.text-justify {
    text-align: justify;
}
