.b_accordion
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0px 50px;
	align-items: flex-start;
	gap: 30px;
	position: relative;

	h2, .h2
	{
		font-family: Jost;
		font-size: 26px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 30px /* 115% */;
	}

	p, .p
	{
		font-family: "Instrument Sans";
		font-size: 18px;
		font-weight: 600;
		font-style: normal;
		color: #FFF;
		line-height: 20px /* 111% */;
	}

	.shared-set-desktop
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;

		.top-area-9
		{
			display: flex;
			flex-direction: column;
			padding: 19px 0px;
			justify-content: center;
			align-items: flex-start;
			position: relative;
			flex: 0 0 52px;
			width: 100%;
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-10.svg");
			border-image-slice: 50 50 5 5 fill;
			border-image-width: 50px 50px 5px 5px;
			border-image-repeat: stretch;
			min-width: 55px;
			min-height: 55px;
			order: 0;
		}

		.text-area-9
		{
			display: flex;
			padding: 0px 20px;
			justify-content: space-between;
			align-items: center;
			position: relative;
			flex: 0 0 auto;
			width: 100%;
			order: 0;
		}

		span.title-11
		{
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 18px;
			font-weight: 600;
			line-height: 20px /* 111% */;
			order: 0;
		}

		.arrow-9
		{
			transform: rotate(180deg);
			height: 13px;
			position: relative;
			flex: 0 0 26px;
			object-fit: contain;
			order: 1;
		}

		.bottom-area-9
		{
			display: none;
		}

		&[open]
		{
			height: initial;
		}

		&[open] .top-area-9
		{
			align-items: center;
			flex-shrink: 0;
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-15.svg");
		}

		&[open] .title-11
		{
			color: #000;
		}

		&[open] .arrow-9
		{
			transform: initial;
			content: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/arrow-11-open.svg");
		}

		&[open] .bottom-area-9
		{
			display: flex;
			flex-direction: column;
			padding: 30px 0px 0px 0px;
			justify-content: center;
			align-items: center;
			gap: 30px;
			position: relative;
			flex: 0 0 auto;
			width: 100%;
			order: 1;
		}

		&[open] .this-summary-provides-key-points-9
		{
			align-self: stretch;
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: italic;
			font-size: 16px;
			font-weight: 500;
			line-height: 24px /* 150% */;
			letter-spacing: 0.02em;
			order: 0;
		}

		&[open] .vector-9
		{
			display: none;
		}
	}

	h2.title-5
	{
		align-self: stretch;
		order: 0;
	}

	.desktop-4
	{
		position: relative;
		flex: 0 0 52px;
		width: 100%;
		flex-shrink: 0;
		order: 1;

		.top-area-9
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-7.svg");
		}
	}

	.desktop-5
	{
		position: relative;
		flex: 0 0 52px;
		width: 100%;
		flex-shrink: 0;
		order: 2;

		.top-area-9
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-7.svg");
		}
	}

	.desktop-6
	{
		position: relative;
		flex: 0 0 52px;
		width: 100%;
		flex-shrink: 0;
		order: 3;

		.top-area-9
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-7.svg");
		}
	}

	@media (min-width: 1440px)
	{
		padding: 0px 170px;

		.top-area-9
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-10.svg");
		}

		.top-area-9
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-10.svg");
		}

		.top-area-9
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Accordion/images/shape-10.svg");
		}
	}
}
