Investors


});
var pricingguidence = lottie.loadAnimation({
container: document.getElementById('pricing-guidence'),
path: 'https://raw.githubusercontent.com/reachcreative/oncorps/master/Pricing_Guidance_v05.json', // Required
renderer: 'svg', // Required
loop: true, // Optional
autoplay: true, // Optional
rendererSettings: {
scaleMode: 'fit',
}
});
var riskAudit = lottie.loadAnimation({
container: document.getElementById('risk-audit'),
path: 'https://raw.githubusercontent.com/reachcreative/oncorps/master/RiskAndAudit_v06.json', // Required
renderer: 'svg', // Required
loop: true, // Optional
autoplay: true, // Optional
rendererSettings: {
scaleMode: 'fit',
}
});
var oversight = lottie.loadAnimation({
container: document.getElementById('oversight'),
path: 'https://raw.githubusercontent.com/reachcreative/oncorps/master/Oversight_v05.json', // Required
renderer: 'svg', // Required
loop: true, // Optional
autoplay: true, // Optional
rendererSettings: {
scaleMode: 'fit',
}
});
});