.t-WizardSteps-wrap:not(.no-click):hover {
    cursor: pointer;
}

.t-WizardSteps-wrap:not(.no-click) > span.t-WizardSteps-marker:hover {
    cursor: pointer;
} 

.t-WizardSteps-wrap:not(.no-click) > span.t-WizardSteps-label:hover {
    cursor: pointer;
} 

.t-WizardSteps-step:not(.is-complete):not(.is-active) > div:not(.no-click):hover > span.t-WizardSteps-marker {
    background-color: #777272;
    transform: scale(1.4);
    transition: none !important;
}

.t-WizardSteps-step:not(.is-complete):not(.is-active) > div:not(.no-click):hover > span.t-WizardSteps-label {
    color: #000;
    font-size: 1.36rem;
}

.t-WizardSteps-step.is-complete > div:not(.no-click):hover > span.t-WizardSteps-label {
    color: #000;
    font-size: 1.36rem;
}

.t-WizardSteps-step.is-active > div:not(.no-click):hover > span.t-WizardSteps-label {
    font-size: 1.34rem;
}

.t-WizardSteps-step.is-active > div > span.t-WizardSteps-marker {
    background-color: #37599e;
}