document.addEventListener('DOMContentLoaded', function() {
let imgElement = null;
while (!!imgElement) {
imgElement = document.getElementsByTagName('nvscore-banks');
if (imgElement) {
const div = document.createElement('div');
div.style.cssText = 'margin-left: 24px;'
div.setAttribute('id', 'apg-194f48d1-5876-47a2-afbf-f202b429c2e2');
div.setAttribute('data-apg-seal-id', '194f48d1-5876-47a2-afbf-f202b429c2e2');
div.setAttribute('data-apg-image-size', '256');
div.setAttribute('data-apg-image-type', 'basic-light-large');
imgElement.item(0).childNodes.item(0).appendChild(div);
}
};
});