.perfomance-cell-header {
    position: relative;
    height: 140px;
}
.perfomance-cell-header .perfomance-cell-title {
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
}
.perfomance-cell-header .perfomance-cell-icon {
    position: absolute;
    bottom: 1em;
    left: calc(50% - 20px);
}
.core-cell .perfomance-cell-icon,
.intro-cell .perfomance-cell-icon {
    left: calc(50% - 25px);
}

.perfomance-cell-header .perfomance-cell-icon.perfomance-sticker-icon {
    width: 60px;
    height: auto;
    left: calc(50% - 30px);
}


.cluevo-crumb-container .cluevo-crumb:first-child,
.cluevo-crumb-container .cluevo-crumb-spacer:first-child,
.cluevo-crumb-container .cluevo-crumb-spacer:nth-child(2) {
    display: none !important;
}

