body {
    direction: ltr !important;
    font-family: 'Roboto', sans-serif !important;
}

html,
body,
body * {
    font-family: 'Roboto', sans-serif !important;
}

.hi {
    margin-left: 0 !important;
    margin-right: 14px !important;
}

.hero-badge-img {
    right: auto !important;
    left: 32px !important;
}

.hstat {
    border-left: none !important;
    border-right: 1px solid var(--border) !important;
}

.hstat:last-child {
    border-right: none !important;
}

.sit {
    border-left: none !important;
    border-right: 1px solid rgba(255, 255, 255, .06) !important;
}

.sit:first-child {
    border-right: none !important;
}

.sl {
    padding-right: 0 !important;
    padding-left: 48px !important;
}

.tb {
    text-align: left !important;
    font-family: 'Roboto', sans-serif !important;
}

.tb.a {
    border-right: none !important;
    border-left: 3px solid var(--teal) !important;
}

.tbt {
    text-align: left !important;
}

.tbs {
    text-align: left !important;
}

.crm::before {
    right: auto !important;
    left: -100px !important;
}

.cta-left::before {
    right: auto !important;
    left: -80px !important;
}

.cta-left::after {
    left: auto !important;
    right: -60px !important;
}

#gotoTop {
    left: auto !important;
    right: 32px !important;
}

@media (max-width: 768px) {
    .hero-badge-img {
        right: auto !important;
        left: 12px !important;
    }
}