.topFrame {
    left: -50px;
    width: calc(100% + 0px);
    line-height: 0;
    background-color: var(--pmMain);
    margin-bottom: -1px;
}
    
.topFrame svg {
    position: relative;
    display: block;
    width: calc(100% + 0px);
    height: 8rem;
    max-height: 150px;
}
    
.topFrame .shape-fill {
    fill: var(--pmMainColor);
    transition: fill 0.3s ease-in-out;
}

.topFrame-header{
    width:100%; 
    height:50px; 
    background-color:var(--pmMainColor);
    margin-bottom: -1px;
    transition: background-color 0.3s ease-in-out;
}