{{ js_integration_head_start() }}
{{ head_elements() }}
{{ head_css() }}
{{ head_js() }}
{{ js_integration_head() }}
{% include '/_Web Team Assets/hs-cms-global-content/hs-head.html' %}
{{ require_css(get_asset_url('/_Web Team Assets/Component Modules/hs-components/v3/css/theme--hustle-2024.css')) }}
{%- set default_cl_brand = "hustle-2024" -%}
{# Workaround for MED-1109. To be reverted in MED-994 #}
{{ require_css(get_asset_url('/_Web Team Assets/Component Modules/hs-components/latest/css/radioInput.css')) }}
{{ require_css(get_asset_url('/_Web Team Assets/Component Modules/hs-components/latest/css/card.css')) }}
{# End of the workaround for MED-993. To be reverted in MED-994 #}
{{ include_default_custom_css(content.include_default_custom_css, template_meta.include_default_custom_css, domain_settings.include_default_custom_css) }}
{{ include_attached_css(content_group.attached_stylesheets or domain_settings.attached_stylesheets, content.enable_domain_stylesheets, template_meta.enable_domain_stylesheets, theme_meta.enable_domain_stylesheets, domain_settings.enable_domain_stylesheets) }}
{{ include_attached_css(template_meta.attached_stylesheets, content.enable_layout_stylesheets) }}
{{ include_attached_css(content.attached_stylesheets) }}
{{ require_attached_js(template_meta.attached_js) }}
{%- set default_cl_brand = "hustle-2024" -%}