By entering your email, you agree to receive automated messages from Cetera. You can opt-out at any time. Read our Privacy Policy.
By entering your email, you agree to receive automated messages from Cetera. You can opt-out at any time. Read our Privacy Policy.
For a comprehensive review of your personal situation, always consult with a tax or legal advisor. Neither Cetera nor any of its representatives may give legal or tax advice.
document.addEventListener('DOMContentLoaded', () => {
console.log('Hello World');
});
document.addEventListener('DOMContentLoaded', function() {
const connectButtons = document.querySelectorAll('.connect');
connectButtons.forEach(button => {
button.addEventListener('click', function(event) {
event.preventDefault();
const targetElement = document.getElementById('connect-with-us');
const targetPosition = targetElement.offsetTop;
window.scrollTo({
top: targetPosition,