Hi @cc19,
Thanks for using our plugins.
We have checked your site, and it seems the AJAX is a bit slow, you can add the following code snippet to your functions.php to prevent AJAX script insert:
add_action( 'gdpr_cc_prevent_ajax_script_inject', '__return_true' );
By this the performance issues should be fixed in Safari too. If you still have problems in Safari, please provide us more details about your Safari version.
Hope this helps.