#sib-container input:-ms-input-placeholder {
text-align: left;
font-family: Helvetica, sans-serif;
color: #a3b4ce;
}
#sib-container input::placeholder {
text-align: left;
font-family: Helvetica, sans-serif;
color: #dadee9;
}
#sib-container textarea::placeholder {
text-align: left;
font-family: Helvetica, sans-serif;
color: #a3b4ce;
}
#sib-container a {
text-decoration: underline;
color: #4a88ff;
}
window.REQUIRED_CODE_ERROR_MESSAGE = 'Please choose a country code';
window.LOCALE = 'en';
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again.";
window.REQUIRED_ERROR_MESSAGE = "This field is required. ";
window.GENERIC_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again.";
window.translation = {
common: {
selectedList: '{quantity} list selected',
selectedLists: '{quantity} lists selected',
selectedOption: '{quantity} selected',
selectedOptions: '{quantity} selected',
}
};
var AUTOHIDE = Boolean(1);