
body .frame:not(.frame-space-before-none) {
    padding-top: 0 !important;
}

body .frame:not(.frame-space-after-none) {
    padding-bottom: 0 !important;
}

#c7361, .top-container > .frame:first-child, .top-container > .frame:nth-child(1), .top-container > .frame:first-child .frame-container, .top-container > .frame-none:first-child,
body .top-container > div:first-child{
    margin-top: 0 !important;
    padding-top:0;
}

body .top-container .frame-none{
    margin-top:0 !important;
    margin: 0 !important;
}


body .frame-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

