
	.container.svelte-l8awcu {
		margin: 0 auto;
		width: var(--container-width);
	}

	.chevron.svelte-gyzh0f {
		transition: transform var(--transition-default);
		transform-origin: center;
	}

	.chevron.active.svelte-gyzh0f {
		transform: rotate(-180deg);
	}

	.accordion.svelte-13jpqt1 {
		margin-top: var(--s16);
		margin-bottom: var(--s16);

		--color-background: var(--color-grey-02);
		background-color: var(--color-background);

		border-radius: var(--border-radius);
	}

	.accordion.svelte-13jpqt1:first-child {
		margin-top: 0;
	}

	.accordion.svelte-13jpqt1:last-child {
		margin-bottom: 0;
	}

	.accordion.flat.svelte-13jpqt1 {
		--color-background: var(--color-transparent);
		background-color: var(--color-background);
		border-radius: 0;
	}

	.heading.svelte-13jpqt1 {
		width: 100%;
		padding: var(--s24);

		display: grid;
		justify-content: start;
		align-items: center;
		text-align: start;
		grid-template-columns: 1fr auto;
		column-gap: var(--gutter);

		transition: opacity var(--transition-default);
	}

	.heading.hovered.svelte-13jpqt1 {
		opacity: 0.5;
	}

	.heading.active.svelte-13jpqt1 {
		opacity: 1;
	}

	.heading.flat.svelte-13jpqt1 {
		padding: 0;
	}

	.icon.svelte-13jpqt1 {
		width: 24px;
		height: 24px;
	}

	.collapsible.svelte-13jpqt1 {
		display: grid;
		grid-template-rows: 0fr;

		transition: grid-template-rows var(--transition-default);
	}

	.collapsible.active.svelte-13jpqt1 {
		grid-template-rows: 1fr;
	}

	.content.svelte-13jpqt1 {
		overflow: hidden;
	}

	.children.svelte-13jpqt1 {
		padding: 0 var(--s24) var(--s24) var(--s24);
	}

	.children.flat.svelte-13jpqt1 {
		padding: var(--s24) 0 var(--s24) 0;
	}

	.section.svelte-m9u1ye {
		position: relative;
	}

	.section.card.svelte-m9u1ye,
	.section.card-collapsible.svelte-m9u1ye {
		background-color: var(--color-card);
		padding: var(--padding-card);

		border-radius: var(--border-radius_large);

		--section-margin-card: var(--margin-card);
	}

	.heading.svelte-m9u1ye {
		margin-bottom: var(--s24);
	}

	.html.style-default.svelte-mhu3o9 p {
		margin-bottom: var(--s16);
	}

	.html.style-default.svelte-mhu3o9 p:last-child {
		margin-bottom: 0;
	}

	.html.style-default.svelte-mhu3o9 h1 {
		margin-bottom: var(--s40);
	}

	.html.style-default.svelte-mhu3o9 h2 {
		margin-bottom: var(--s40);
	}

	.html.style-default.svelte-mhu3o9 h2:not(:first-child) {
		margin-top: var(--s64);
	}

	.html.style-default.svelte-mhu3o9 h3 {
		margin-bottom: var(--s40);
	}

	.html.style-default.svelte-mhu3o9 h3:not(:first-child) {
		margin-top: var(--s80);
	}

	.html.style-default.svelte-mhu3o9 h4 {
		margin-top: var(--s16);
		margin-bottom: var(--s16);
	}

	.html.style-default.svelte-mhu3o9 h5 {
		margin-bottom: var(--s8);
	}

	.html.style-default.svelte-mhu3o9 h6 {
		margin-bottom: var(--s8);
	}

	.html.style-default.svelte-mhu3o9 ul {
		margin-bottom: var(--s16);
		padding-left: 1em;

		list-style-position: outside;
		list-style-image: url("data:image/svg+xml,%3csvg%20width='6'%20height='6'%20viewBox='0%200%206%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_406_224)'%3e%3cpath%20d='M3%206C4.65685%206%206%204.65685%206%203C6%201.34315%204.65685%200%203%200C1.34315%200%200%201.34315%200%203C0%204.65685%201.34315%206%203%206Z'%20fill='%2353644D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_406_224'%3e%3crect%20width='6'%20height='6'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	}

	.html.style-default.svelte-mhu3o9 li {
		padding-left: 1em;
	}

	@media (max-width: 500px) {
		.html.style-default.svelte-mhu3o9 li {
			padding-left: 0.5em;
		}
	}

	.html.style-default.svelte-mhu3o9 li::marker {
		padding-bottom: 1px;
	}
