No notes defined.
<div class='c-info-box c-info-box--success'>
<span class='c-tag c-tag--neutral'>Definition</span>
<h1 class='c-heading c-heading--minor'>
Burnout
</h1>
<p><strong>Burnout</strong> describes the state of physical, emotional or mental stress and leads to lower capacity. Patients often say that they feel burned out and exhausted. Other symptoms can be anxiety, sleep disturbances, irritation.<br /> Burnout rates among social entrepreneurs are a true issue. Our survey among SIA alumni shows that more than 40% were exposed to some level of burnout. 5% might have experienced severe burnout.</p>
</div>
<div class='{{ get_component_class( 'info-box', display ) }}'>
{% if label %}
{% include get_template( 'tag', 'unit' ) with {
display: { modifiers: [ 'neutral' ] },
text: label,
} %}
{% endif %}
{% if heading %}
{% include get_template( 'heading', 'unit' ) with heading|merge( { display: { modifiers: [ 'minor' ] } } ) %}
{% endif %}
{{ content|raw }}
</div>
{
"label": "Definition",
"heading": {
"text": "Burnout"
},
"content": "<p><strong>Burnout</strong> describes the state of physical, emotional or mental stress and leads to lower capacity. Patients often say that they feel burned out and exhausted. Other symptoms can be anxiety, sleep disturbances, irritation.<br /> Burnout rates among social entrepreneurs are a true issue. Our survey among SIA alumni shows that more than 40% were exposed to some level of burnout. 5% might have experienced severe burnout.</p>",
"display": {
"modifiers": [
"success"
]
}
}