// Allow SVG Uploadsfunction dsa_allow_svgimg_types($mimes){$mimes['svg']='image/svg+xml';return $mimes}add_filter('upload_mimes','dsa_allow_svgimg_types');function dsa_check_svgimg_types($dsa_svg_filetype_ext_data,$file,$filename,$mimes){if (substr($filename,-4)==='.svg'){$dsa_svg_filetype_ext_data['ext']='svg';$dsa_svg_filetype_ext_data['type']='image/svg+xml'}return $dsa_svg_filetype_ext_data}add_filter('wp_check_filetype_and_ext','dsa_check_svgimg_types',100,4);#dsa-header{backdrop-filter:blur(5px)}body{font-weight:400}.et_pb_heading h1,.et_pb_heading h2,.et_pb_heading h3,.et_pb_heading h4,.et_pb_heading h5,.et_pb_heading h6{padding-bottom:0}.dsa-text h1:not(:first-child),.dsa-text h2:not(:first-child),.dsa-text h3:not(:first-child),.dsa-text h4:not(:first-child),.dsa-text h5:not(:first-child),.dsa-text h6:not(:first-child){padding-top:1em}.dsa-text p:last-of-type{padding-bottom:1em}.dsa-text p:last-child,.dsa-text ul:last-child,.dsa-text ol:last-child{padding-bottom:0}.dsa-text li::marker{color:var(--gcid-secondary-color)}.dsa-text a{text-decoration-thickness:.2em;transition:all .1s linear;text-underline-offset:.1em}.dsa-text a:hover{text-underline-offset:.3em}body .et_pb_scroll_top{background-color:#e4d025!important;color:#9c84b7!important;padding:10px 20px 10px 10px!important;right:20px!important;bottom:125px!important;border-radius:7px!important}