/* stylelint-disable no-descending-specificity */
.hogan-module-dss_oecd_method_steps .hogan-module-inner {
	display: flex;
	flex-flow: row wrap;
	grid-gap: 37px;
	gap: 37px;
	justify-content: center
}
@media only screen and (max-width: 768px) {
.hogan-module-dss_oecd_method_steps .hogan-module-inner {
		flex-direction: column
}
	}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration {
		padding: 30px;
		text-align: center
	}
@media only screen and (max-width: 768px) {
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration {
			order: 1
	}
		}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration svg {
			pointer-events: none;
			width: 100%;
		}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip {
			border-radius: 50px;
			color: #fff;
			display: none;
			font-size: 16px;
			font-weight: 700;
			opacity: 0;
			padding: 16px 12px;
			position: absolute
		}
@media only screen and (max-width: 768px) {
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip {
				display: block
		}
			}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip[data-step="step-1"] {
				background-color: #5173b3;
			}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip[data-step="step-2"] {
				background-color: #ac611b;
			}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip[data-step="step-3"] {
				background-color: #477b78;
			}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip[data-step="step-4"] {
				background-color: #b65165;
			}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip[data-step="step-5"] {
				background-color: #467f3d;
			}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration .tooltip[data-step="step-6"] {
				background-color: #7171a2;
			}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-accordion,
	.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration {
		border: 2px solid #f0f0f0;
		width: calc(50% - 37px)
	}
@media only screen and (max-width: 768px) {
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-accordion,
	.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration {
			width: 100%
	}

			.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-accordion.dss-hogan-oecd-method-steps-illustration, .hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-illustration.dss-hogan-oecd-method-steps-illustration {
				border: 0;
			}
		}
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-accordion {
		counter-reset: css-counter 0
	}
@media only screen and (max-width: 768px) {
.hogan-module-dss_oecd_method_steps .hogan-module-inner .dss-hogan-oecd-method-steps-accordion {
			order: 2
	}
		}
.dss-hogan-oecd-method-steps-accordion-button {
	align-items: center;
	background-color: transparent;
	border-color: #f0f0f0;
	border-style: solid;
	border-width: 0 0 2px 0;
	counter-increment: css-counter 1;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 16px 24px;
	width: 100%
}
.dss-hogan-oecd-method-steps-accordion-button:last-of-type {
		border-bottom: 0;
	}
.dss-hogan-oecd-method-steps-accordion-button.is-open {
		background-color: #f0f0f0
	}
.dss-hogan-oecd-method-steps-accordion-button.is-open svg {
			transform: rotate(180deg);
		}
.dss-hogan-oecd-method-steps-accordion-content {
	display: none;
	padding: 0 24px 24px 24px
}
.dss-hogan-oecd-method-steps-accordion-content p {
		font-size: 16px;
		line-height: 28px;
		margin: 0;
	}
.dss-hogan-oecd-method-steps-accordion-button.is-open + .dss-hogan-oecd-method-steps-accordion-content {
	background-color: #f0f0f0;
	display: block;
}
.dss-hogan-oecd-method-steps-accordion-button .title {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	text-align: left
}
.dss-hogan-oecd-method-steps-accordion-button .title::before {
		align-items: center;
		border: 2px solid;
		border-radius: 30px;
		content: counter(css-counter);
		display: flex;
		flex-shrink: 0;
		height: 28px;
		justify-content: center;
		margin-right: 12px;
		padding-top: 2px;
		width: 28px;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-1"] .title::before {
		border-color: #5173b3;
		color: #5173b3;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-1"].is-open .title::before {
		background-color: #5173b3;
		color: #fff;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-2"] .title::before {
		border-color: #ac611b;
		color: #ac611b;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-2"].is-open .title::before {
		background-color: #ac611b;
		color: #fff;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-3"] .title::before {
		border-color: #477b78;
		color: #477b78;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-3"].is-open .title::before {
		background-color: #477b78;
		color: #fff;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-4"] .title::before {
		border-color: #b65165;
		color: #b65165;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-4"].is-open .title::before {
		background-color: #b65165;
		color: #fff;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-5"] .title::before {
		border-color: #467f3d;
		color: #467f3d;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-5"].is-open .title::before {
		background-color: #467f3d;
		color: #fff;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-6"] .title::before {
		border-color: #7171a2;
		color: #7171a2;
	}
.dss-hogan-oecd-method-steps-accordion-button[data-step="step-6"].is-open .title::before {
		background-color: #7171a2;
		color: #fff;
	}
.dss-hogan-oecd-method-steps-illustration .number *:not(.fig) {
	z-index: 2
}
.dss-hogan-oecd-method-steps-illustration .number *:not(.fig):hover {
		cursor: pointer;
	}
.dss-hogan-oecd-method-steps-illustration .number path,
.dss-hogan-oecd-method-steps-illustration .number .fig,
.dss-hogan-oecd-method-steps-illustration .number .number-bg {
	transition: all ease 0.2s;
}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-1 path {
			fill: #fff;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-1 .fig,
		.dss-hogan-oecd-method-steps-illustration .number.is-active#step-1 .number-bg {
			fill: #5173b3;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-2 path {
			fill: #fff;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-2 .fig,
		.dss-hogan-oecd-method-steps-illustration .number.is-active#step-2 .number-bg {
			fill: #ac611b;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-3 path {
			fill: #fff;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-3 .fig,
		.dss-hogan-oecd-method-steps-illustration .number.is-active#step-3 .number-bg {
			fill: #477b78;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-4 path {
			fill: #fff;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-4 .fig,
		.dss-hogan-oecd-method-steps-illustration .number.is-active#step-4 .number-bg {
			fill: #b65165;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-5 path {
			fill: #fff;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-5 .fig,
		.dss-hogan-oecd-method-steps-illustration .number.is-active#step-5 .number-bg {
			fill: #467f3d;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-6 path {
			fill: #fff;
		}
.dss-hogan-oecd-method-steps-illustration .number.is-active#step-6 .fig,
		.dss-hogan-oecd-method-steps-illustration .number.is-active#step-6 .number-bg {
			fill: #7171a2;
		}
/* stylelint-enable no-descending-specificity */

