﻿.footer.logos-static {
   display: block;
}

.footer.logos-static img:not(.cursor-pointer){
   display:none;
}

.footer.logos-slider {
   display: none;
}

.wizard .actions{
   display:none;
}

.wizard .steps-container {
    overflow-y: hidden;
    overflow-x: scroll;
}

.wizard .steps-container .steps {
    display: flex;
    white-space: nowrap;
    scrollbar-width: none;
}

.wizard .steps-container::-webkit-scrollbar {
    height: 0;
    background: transparent;
}

