/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji";
	line-height: 1.15;
	/* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%;
	/* 2. Prevent adjustments of font size after orientation changes in iOS. */
	tab-size: 4;

	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
	/* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
	margin: 0;
	padding: 0 !important;
	font-family: "Roboto", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
	color: #181823;
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}

/* roboto-regular - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/roboto/roboto-v32-cyrillic_latin-regular.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/roboto/roboto-v32-cyrillic_latin-500.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/roboto/roboto-v32-cyrillic_latin-700.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/roboto-condensed/roboto-condensed-v27-cyrillic_latin-regular.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-500 - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/roboto-condensed/roboto-condensed-v27-cyrillic_latin-500.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - cyrillic_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/roboto-condensed/roboto-condensed-v27-cyrillic_latin-700.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-sc-regular - chinese-simplified */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans SC";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/noto-sans-sc/noto-sans-sc-v37-chinese-simplified-regular.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-sc-500 - chinese-simplified */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans SC";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/noto-sans-sc/noto-sans-sc-v37-chinese-simplified-500.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-sc-700 - chinese-simplified */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans SC";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/noto-sans-sc/noto-sans-sc-v37-chinese-simplified-700.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-arabic-regular - arabic */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans Arabic";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/noto-sans-arabic/noto-sans-arabic-v18-arabic-regular.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-arabic-500 - arabic */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans Arabic";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/noto-sans-arabic/noto-sans-arabic-v18-arabic-500.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-arabic-700 - arabic */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Noto Sans Arabic";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/noto-sans-arabic/noto-sans-arabic-v18-arabic-700.woff2")
		format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.show-large {
	display: none;
	/* medium design - 1024px up */
}

@media (width >=1160px) {
	div.dts-additional-actions.width-override-data-collection,
	table.dts-table.width-override-data-collection {
		width: 102%;
	}
}

@media (width >=1024px) {
	.show-large {
		display: block;
	}
}

.show-small {
	display: block;
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.show-small {
		display: none;
	}
}

/* animation start */
.delay-1 {
	transition-delay: 0.1s;
}

.delay-2 {
	transition-delay: 0.2s;
}

.delay-3 {
	transition-delay: 0.3s;
}

.delay-4 {
	transition-delay: 0.4s;
}

.delay-5 {
	transition-delay: 0.5s;
}

.expand-to-size {
	max-width: calc(100% - 1rem);
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.expand-to-size {
		max-width: calc(100% - 3rem);
	}
}

.overflow-hidden {
	overflow: hidden;
}

.hidden {
	display: none;
}

.mg-u-sr-only {
	position: absolute;
	width: 1px !important;
	height: 1px !important;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.mg-u-comma-between > *::after {
	content: ", ";
}

.mg-u-comma-between > *:last-child::after {
	content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

p {
	margin: 0 0 1.14rem;
}

hr {
	border: none;
	border-top: 1px solid #cccccc;
	margin: 1.14rem 0;
}

a {
	color: #007b7a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.dts-svg-24 {
	width: 1.71rem;
	height: 1.71rem;
}

svg.dts-icon--ocha {
	width: 3.43rem;
	height: 3.43rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

mark {
	background-color: #b5d2d2;
	padding: 0.29rem 0.57rem;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dts-page-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}

.dts-main-container {
	flex: 1;
}

::backdrop {
	background: rgba(0, 0, 0, 0.5);
}

.dts-additional-actions {
	display: grid;
	gap: 1.71rem;
	margin: 1.14rem 0;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-additional-actions {
		display: flex;
		justify-content: flex-end;
	}
}

.dts-alert {
	display: flex;
	gap: 0.57rem;
	border-radius: 0.57rem;
	padding: 1.14rem;
}

.dts-alert__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.86rem;
	height: 2.86rem;
	border-radius: 0.57rem;
}

.dts-alert > span {
	flex-grow: 1;
}

.dts-alert--info {
	background-color: #dde8f0;
}

.dts-alert--info .dts-alert__icon {
	color: #dde8f0;
	background-color: #9abbd6;
}

.dts-alert--warning {
	background-color: #f8f6dc;
}

.dts-alert--warning .dts-alert__icon {
	color: #f8f6dc;
	background-color: #d1cead;
}

.dts-alert--error {
	background-color: #f5ecf3;
}

.dts-alert--error .dts-alert__icon {
	color: #f5ecf3;
	background-color: #d6b3d0;
}

.dts-form .dts-alert {
	margin-bottom: 1.71rem;
	border-radius: 0;
}

.dts-form .dts-alert__icon {
	border-radius: 0;
}

.dts-attachments {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.14rem;
}

.dts-attachments__item {
	display: flex;
	gap: 1.14rem;
	justify-content: space-between;
}

.dts-attachments__item svg {
	width: 1.14rem;
	height: 1.14rem;
}

.dts-attachments__item svg * {
	transform: scale(0.6);
}

.dts-attachments__summary {
	display: grid;
	gap: 0.29rem;
}

.dts-attachments__summary > strong {
	overflow-wrap: anywhere;
}

.dts-attachments__metadata {
	display: flex;
	gap: 0.57rem;
}

.mg-button,
.dts-tablist__button {
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.57rem;
	/* font-size: 0.71rem; */
	font-weight: 500;
	line-height: 1.14;
	border-radius: 0.57rem;
	color: #fff;
	cursor: pointer;
	padding: 0.86rem 1.14rem;
	border: 1px solid transparent;
	transition: 0.3s;
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.mg-button,
	.dts-tablist__button {
		display: inline-flex;
	}
}

.mg-button:hover,
.dts-tablist__button:hover {
	text-decoration: none;
}

.mg-button:focus-visible,
.dts-tablist__button:focus-visible {
	outline: 0;
}

.mg-button svg,
.dts-tablist__button svg {
	height: 1.14rem;
	width: 1.14rem;
}

.mg-button svg *,
.dts-tablist__button svg * {
	transform: scale(0.75) translate(-2px, -2px);
}

.mg-button.mg-button--small,
.mg-button--small.dts-tablist__button {
	padding: 0.8rem 1.14rem;
}

.mg-button.mg-button-arrow::after,
.mg-button-arrow.dts-tablist__button::after {
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	background: url(~/stories/assets/icons/tick-white.svg) no-repeat left center;
	content: "";
	height: 1.14rem;
	width: 1.14rem;
}

[dir="rtl"] .mg-button.mg-button-arrow::after,
[dir="rtl"] .mg-button-arrow.dts-tablist__button::after {
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	background: url(~/stories/assets/icons/tick-white.svg) no-repeat right center;
	content: "";
	height: 1.14rem;
	width: 1.14rem;
}

.mg-button.mg-button-primary,
.mg-button-primary.dts-tablist__button {
	background-color: #004f91;
}

.mg-button.mg-button-primary:hover,
.mg-button-primary.dts-tablist__button:hover {
	background-color: #106cb8;
}

.mg-button.mg-button-primary:focus-visible,
.mg-button-primary.dts-tablist__button:focus-visible {
	box-shadow: 0 0 0 2px #106cb8;
}

.mg-button.mg-button-secondary,
.mg-button-secondary.dts-tablist__button {
	background-color: #007b7a;
}

.mg-button.mg-button-secondary:hover,
.mg-button-secondary.dts-tablist__button:hover {
	background-color: #359999;
}

.mg-button.mg-button-secondary:focus-visible,
.mg-button-secondary.dts-tablist__button:focus-visible {
	box-shadow: 0 0 0 2px #359999;
}

.mg-button.mg-button-ghost,
.mg-button-ghost.dts-tablist__button {
	color: #106cb8;
}

.mg-button.mg-button-ghost.mg-button-arrow::after,
.mg-button-ghost.mg-button-arrow.dts-tablist__button::after {
	background: url(~/stories/assets/icons/tick-ghost-blue.svg) no-repeat left
		center;
}

[dir="rtl"] .mg-button.mg-button-ghost.mg-button-arrow::after,
[dir="rtl"] .mg-button-ghost.mg-button-arrow.dts-tablist__button::after {
	background: url(~/stories/assets/icons/tick-ghost-blue.svg) no-repeat right
		center;
}

.mg-button.mg-button-ghost:hover,
.mg-button-ghost.dts-tablist__button:hover {
	background-color: #6093bd;
	color: #fff;
}

.mg-button.mg-button-ghost.mg-button-arrow:hover::after,
.mg-button-ghost.mg-button-arrow.dts-tablist__button:hover::after {
	background: url(~/stories/assets/icons/tick-white.svg) no-repeat left center;
}

[dir="rtl"] .mg-button.mg-button-ghost.mg-button-arrow:hover::after,
[dir="rtl"] .mg-button-ghost.mg-button-arrow.dts-tablist__button:hover::after {
	background: url(~/stories/assets/icons/tick-white.svg) no-repeat right center;
}

.mg-button.mg-button-ghost:focus-visible,
.mg-button-ghost.dts-tablist__button:focus-visible {
	background-color: #6093bd;
	color: #fff;
	box-shadow: 0 0 0 2px #dde8f0;
}

.mg-button.mg-button-ghost.mg-button-arrow:focus-visible::after,
.mg-button-ghost.mg-button-arrow.dts-tablist__button:focus-visible::after {
	background: url(~/stories/assets/icons/tick-white.svg) no-repeat left center;
}

[dir="rtl"] .mg-button.mg-button-ghost.mg-button-arrow:focus-visible::after,
[dir="rtl"]
	.mg-button-ghost.mg-button-arrow.dts-tablist__button:focus-visible::after {
	background: url(~/stories/assets/icons/tick-white.svg) no-repeat right center;
}

.mg-button:disabled,
.dts-tablist__button:disabled {
	background-color: #808080;
	color: #cccccc;
	pointer-events: none;
}

.mg-button.mg-button-outline,
.mg-button-outline.dts-tablist__button {
	background-color: #fff;
	border-color: #004f91;
	color: #004f91;
}

.mg-button.mg-button-outline.mg-button-arrow::after,
.mg-button-outline.mg-button-arrow.dts-tablist__button::after {
	background: url(~/stories/assets/icons/tick-blue.svg) no-repeat left center;
}

[dir="rtl"] .mg-button.mg-button-outline.mg-button-arrow::after,
[dir="rtl"] .mg-button-outline.mg-button-arrow.dts-tablist__button::after {
	background: url(~/stories/assets/icons/tick-blue.svg) no-repeat right center;
}

.mg-button.mg-button-outline:hover,
.mg-button-outline.dts-tablist__button:hover {
	border-color: #106cb8;
	box-shadow: 0 0 0 2px rgba(145, 202, 255, 0.4);
	color: #106cb8;
}

.mg-button.mg-button-outline.mg-button-arrow:hover::after,
.mg-button-outline.mg-button-arrow.dts-tablist__button:hover::after {
	background: url(~/stories/assets/icons/tick-sky-blue.svg) no-repeat left
		center;
}

[dir="rtl"] .mg-button.mg-button-outline.mg-button-arrow:hover::after,
[dir="rtl"]
	.mg-button-outline.mg-button-arrow.dts-tablist__button:hover::after {
	background: url(~/stories/assets/icons/tick-sky-blue.svg) no-repeat right
		center;
}

.mg-button.mg-button-outline:focus-visible,
.mg-button-outline.dts-tablist__button:focus-visible {
	border-color: transparent;
	box-shadow: 0 0 0 2px rgba(145, 202, 255, 0.4);
}

.mg-button.mg-button-outline:disabled,
.mg-button-outline.dts-tablist__button:disabled {
	color: #cccccc;
	border-color: #cccccc;
}

.mg-button.mg-button-system,
.mg-button-system.dts-tablist__button {
	background-color: #fff;
	color: #333333;
	border-color: #bebebe;
}

.mg-button.mg-button-system--transparent,
.mg-button-system--transparent.dts-tablist__button {
	background-color: transparent;
}

.mg-button.mg-button-system:hover,
.mg-button-system.dts-tablist__button:hover {
	border-color: #106cb8;
	color: #106cb8;
}

.mg-button.mg-button-system:hover svg,
.mg-button-system.dts-tablist__button:hover svg {
	color: #106cb8;
}

.mg-button.mg-button-system:focus-visible,
.mg-button-system.dts-tablist__button:focus-visible {
	box-shadow: 0 0 0 2px #4096ff;
}

.mg-button.mg-button-system:disabled,
.mg-button-system.dts-tablist__button:disabled {
	color: #cccccc;
	border-color: #cccccc;
}

.mg-button.mg-button-arrow:disabled::after,
.mg-button-arrow.dts-tablist__button:disabled::after {
	background: url(~/stories/assets/icons/tick-grey.svg) no-repeat left center;
}

[dir="rtl"] .mg-button.mg-button-arrow:disabled::after,
[dir="rtl"] .mg-button-arrow.dts-tablist__button:disabled::after {
	background: url(~/stories/assets/icons/tick-grey.svg) no-repeat right center;
}

.mg-button.mg-button-table,
.mg-button-table.dts-tablist__button {
	background-color: transparent;
	color: #333333;
	border-color: transparent;
}

.mg-button.mg-button-table:hover,
.mg-button-table.dts-tablist__button:hover {
	background-color: #e6e6e6;
	color: #004f91;
}

.mg-button.mg-button-table:focus-visible,
.mg-button-table.dts-tablist__button:focus-visible {
	background-color: #e6e6e6;
	color: #004f91;
	box-shadow: 0 0 0 2px #4096ff;
}

.dts-chart-card {
	background-color: #f2f2f2;
	padding: 1.14rem;
}

.dts-chart-card__category {
	display: flex;
	gap: 0.57rem;
}

.mg-container {
	padding: 0 1.14rem;
	margin: 0 auto;
	max-width: 100%;
	/* medium design - 1024px up */
	/* large design - 1164px up */
	/* xlarge design - 1440px up */
}

@media (width >=1024px) {
	.mg-container {
		padding: 0 1.71rem;
	}
}

@media (width >=1164px) {
	.mg-container {
		padding: 0 2.29rem;
		max-width: 1164px;
	}
}

@media (width >=1440px) {
	.mg-container {
		max-width: 1440px;
	}
}

@media (width >=1164px) {
	.dts-page-title .mg-container {
		padding: 0 4.57rem;
	}
}

header .mg-container {
	overflow-y: hidden;
}

.dts-data-box {
	margin-top: 1.71rem;
}

.dts-data-box h3 {
	margin-bottom: 0.57rem;
}

.dts-dialog {
	margin: 0;
	padding: 0;
	border: none;
	width: 100vw;
	max-width: 480px;
	height: 100vh;
	max-height: none;
	padding: 2.29rem 1.14rem;
	background-color: #fff;
	/* medium design - 768px up */
}

.dts-dialog__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.dts-dialog-close-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.dts-dialog-close-button:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.dts-dialog-close-button svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

@media (width >=768px) {
	.dts-dialog {
		width: 75vw;
		height: fit-content;
		max-height: 90vh;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		padding: 2.29rem 1.71rem;
	}
}

.dts-dialog__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.14rem;
	padding: 0 1rem;
}

.dts-dialog__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.dts-dialog .dts-form {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.dts-dialog .dts-form__body {
	flex-grow: 1;
}

.dts-dialog__logo {
	width: 3.43rem;
	height: 3.43rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dts-dialog__form {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-dialog__form {
		flex-grow: unset;
	}
}

.dts-dialog__form--otp .dts-form-component input {
	font-size: 3.71rem;
}

.dts-dialog__form-intro {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.43rem;
}

.dts-dialog__form-intro [class*="heading"] {
	margin-bottom: 0.57rem;
}

.dts-dialog__form-body {
	flex-grow: 1;
}

.dts-dialog__form-additional {
	display: grid;
	justify-items: center;
	gap: 0.57rem;
}

.dts-dialog__form-actions {
	display: flex;
	flex-direction: column;
	gap: 0.57rem;
	margin-top: 1.43rem;
}

.dts-dialog--no-form .dts-dialog__form-intro {
	flex-grow: 1;
	justify-content: flex-end;
}

.dts-dialog--centered {
	text-align: center;
}

.dts-dialog--centered .dts-dialog__form {
	gap: 1.71rem;
}

.dts-dialog--centered .dts-dialog__form-body {
	flex-grow: unset;
}

.dts-dialog--centered .dts-dialog__form-intro,
.dts-dialog--centered .dts-dialog__form-actions {
	margin-top: auto;
}

@media (width >=768px) {
	[dir="rtl"] .dts-dialog {
		left: auto;
		right: 50%;
		transform: translateX(50%) translateY(-50%);
	}
}

.dts-element-summary {
	margin: 2.29rem 0;
}

.dts-element-summary__title {
	display: grid;
	gap: 1.71rem;
}

.dts-element-summary__title span:last-of-type {
	margin-bottom: 0 !important;
}

.dts-element-summary__status {
	display: flex;
	align-items: center;
	gap: 0.57rem;
}

.dts-element-summary__metadata {
	display: grid;
	gap: 1.71rem;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-element-summary__metadata {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.dts-dialog .dts-element-summary__title {
	margin-bottom: 0;
}

.dts-event-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.14rem;
}

.dts-event-list [class*="heading"] {
	margin-bottom: 0;
}

.dts-event-list__metadata {
	display: flex;
	gap: 1.14rem;
}

.mg-undrr-footer {
	background: url(../images/world-map.png) no-repeat center 97%
		rgba(0, 79, 145, 0.8);
	background-position-x: center;
	background-position-y: 97%;
	background-size: auto;
	background-size: 260px;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.mg-undrr-footer {
		background-position: 96% 40px;
		background-size: 330px;
	}
}

.mg-undrr-footer__container {
	display: grid;
	grid-gap: 2em;
	padding-top: 2.86rem;
	padding-bottom: 1.43rem;
	color: #ffffff;
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.mg-undrr-footer__container {
		grid-gap: 1em;
		grid-template-areas: "a b c d";
		grid-template-columns: repeat(auto-fit, minmax(50px, 2fr));
	}
}

.mg-undrr-footer__container h3 {
	font-weight: 500;
	font-size: 1.14rem;
	line-height: 18px;
	margin: 0 0 1.2rem;
}

.mg-undrr-footer__container .btn {
	min-width: 100px;
	color: #ffffff;
	background-color: #004f91;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	padding: 0.8rem 1.2rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid rgba(221, 232, 240, 0.8);
	white-space: break-spaces;
	font-family: "Roboto Condensed", sans-serif;
}

.mg-undrr-footer__container .btn:hover {
	color: #181823;
	border: 1px solid #9abbd6;
	background-color: #9abbd6;
}

.mg-undrr-footer__social-media-links {
	display: inline-flex;
	gap: 1.14rem;
	margin-bottom: 1.2rem;
	padding: 0;
}

.mg-undrr-footer__social-media-links li {
	display: inline-block;
}

.mg-undrr-footer__social-media-links li a {
	color: #ffffff;
	text-decoration: none;
	text-underline-offset: 5px;
}

.mg-undrr-footer .menu {
	display: grid;
	row-gap: 0.5rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mg-undrr-footer .menu a {
	color: #fff;
	font-size: 1rem;
}

.dts-footer {
	background-color: #f2f2f2;
	margin-top: 2.86rem;
}

.dts-footer nav {
	flex-shrink: 0;
}

.dts-footer nav ul {
	display: grid;
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.dts-footer nav ul {
		display: flex;
	}
}

.dts-footer nav ul a {
	display: inline-block;
	padding: 0.8rem 0;
	color: #181823;
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.dts-footer nav ul a {
		padding: 1.2rem;
	}
}

.dts-footer nav ul a:hover,
.dts-footer nav ul a:focus-visible {
	text-decoration: underline;
}

.dts-footer__top-bar {
	display: grid;
	gap: 1.2rem;
	padding-top: 1.14rem;
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.dts-footer__top-bar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 1.2rem;
	}
}

.dts-footer__top-bar nav ul a {
	font-weight: 700;
}

.dts-footer__bottom-bar {
	border-top: 1px solid #e3e3e3;
	padding: 1.14rem 0;
	margin-top: 0.57rem;
	display: grid;
	gap: 1.2rem;
	/* medium design - 1024px up */
}

@media (width >=1024px) {
	.dts-footer__bottom-bar {
		display: flex;
		justify-content: space-between;
		padding: 0.86rem 0;
	}
}

@media (width >=1024px) {
	.dts-footer__bottom-bar-text {
		padding-top: 0.86rem;
	}
}

.dts-footer__bottom-bar nav ul a {
	text-decoration: underline;
}

.dts-form--horizontal {
	display: flex;
	gap: 0.57rem;
}

.dts-form--horizontal input {
	width: 100%;
}

.dts-form--vertical {
	display: grid;
	max-width: 480px;
	margin: auto;
}

.dts-form--spaced {
	gap: 2.86rem;
	text-align: center;
}

@media (width >=1164px) {
	.dts-form:not(.dts-form--horizontal):not(.dts-form--vertical):not(
			.dts-form--spaced
		) {
		padding: 0 4.57rem 0 2.29rem;
	}
}

.dts-form__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2.29rem 0 4.8rem;
}

.dts-form__header > span {
	flex-grow: 1;
	text-align: end;
}

.dts-form__intro {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.43rem;
	margin-top: 4.57rem;
}

.dts-form__intro [class*="heading"] {
	margin-bottom: 0.57rem;
}

.dts-form__logo {
	width: 4.8rem;
	height: 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dts-form__additional-content {
	display: grid;
}

.dts-form__additional-content--centered {
	justify-items: center;
	gap: 0.57rem;
}

.dts-form__section {
	background-color: #f2f2f2;
	padding: 1.71rem;
	margin: 0 0 1.71rem;
	border: none;
}

.dts-form__section-remove {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1.14rem;
}

.dts-form__section-actions {
	display: flex;
	gap: 0.57rem;
	margin-bottom: 1.14rem;
}

.dts-form__section .dts-form__body {
	border-bottom: 1px dotted #979797;
	margin-bottom: 1.14rem;
}

.dts-form__actions {
	display: grid;
	gap: 1.14rem;
	margin: 1.14rem 0;
}

.dts-form__actions--bottom {
	margin-top: 4.57rem;
}

.dts-form__actions--standalone {
	display: flex;
	flex-direction: row;
	margin-top: 0;
}

.dts-dialog .dts-form--vertical .dts-form__actions {
	margin: 2.29rem 0 0;
}

.dts-form .dts-form__body .dts-form__actions {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	margin: 1.14rem 0;
}

.dts-form .dts-form__body .dts-form__actions--centered {
	justify-content: center;
}

.dts-form .dts-form__body .dts-form__actions--standalone {
	flex-direction: row;
	margin-top: 0;
}

@media (width >=768px) {
	.dts-form:not(.dts-form--vertical)
		.dts-form__actions:not(.dts-form__actions--centered):not(
			.dts-form__actions--standalone
		) {
		display: flex;
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
}

.dts-form-component {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0.57rem;
	margin-bottom: 1.43rem;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-form-component {
		margin-bottom: 1.14rem;
	}
}

.dts-form-component__field--horizontal {
	display: flex;
	flex-direction: row;
	gap: 0.57rem;
}

.dts-form-component__pwd {
	position: relative;
}

.dts-form-component__pwd input {
	width: 100%;
	padding-inline-end: 40px; /* space for eye icon in LTR/RTL */
	box-sizing: border-box;
}

.dts-form-component__pwd-toggle {
	position: absolute;
	top: 50%;
	inset-inline-end: 8px; /* automatically right for LTR, left for RTL */
	transform: translateY(-50%);
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dts-form-component__pwd-toggle img {
	width: 20px;
	height: 20px;
}

.dts-form-component__pwd-toggle:focus-visible {
	outline: revert;
}

.dts-form-component__hint {
	margin-top: -0.4rem;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-form-component__hint {
		margin-bottom: 0.57rem;
	}
}

.dts-form-component__hint--error {
	color: #c10920;
}

.dts-form-component__hint > div {
	display: flex;
	justify-content: space-between;
}

.dts-form-component__hint ul {
	margin: 0;
	padding-left: 1.71rem;
}

[dir="rtl"] .dts-form-component__hint ul {
	padding-left: 0;
	padding-right: 1.71rem;
}

.dts-form-component__label {
	height: 100%;
	display: flex;
	align-items: end;
	gap: 0.57rem;
}

.dts-form-component__label strong {
	display: block;
}

.dts-form-component abbr {
	text-decoration: none;
	margin-right: 0.4rem;
}

.dts-form-component label {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0.57rem;
	align-items: start;
}

.dts-form-component label:has(input[type="checkbox"]),
.dts-form-component label:has(input[type="radio"]) {
	cursor: pointer;
}

.dts-form-component label:has([disabled]) {
	color: #4a4a4a;
	cursor: not-allowed;
}

.dts-form-component label[aria-invalid="true"] input,
.dts-form-component label[aria-invalid="true"] textarea,
.dts-form-component label[aria-invalid="true"] select {
	border: 1px solid #c10920;
}

.dts-form-component input,
.dts-form-component textarea,
.dts-form-component select {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 0.4rem 0.57rem;
}

.dts-form-component input:not([type="date"]):not([type="time"]),
.dts-form-component textarea:not([type="date"]):not([type="time"]),
.dts-form-component select:not([type="date"]):not([type="time"]) {
	line-height: 1.7 !important;
}

.dts-form-component input:hover:not(:disabled):not([readonly]),
.dts-form-component textarea:hover:not(:disabled):not([readonly]),
.dts-form-component select:hover:not(:disabled):not([readonly]) {
	border-color: #004f91;
	outline: none;
}

.dts-form-component input:focus-visible,
.dts-form-component textarea:focus-visible,
.dts-form-component select:focus-visible {
	outline: none;
}

.dts-form-component input:focus-visible:not(:read-only),
.dts-form-component textarea:focus-visible:not(:read-only),
.dts-form-component select:focus-visible:not(:read-only) {
	border-color: #004f91;
}

.dts-form-component input:disabled,
.dts-form-component
	input:read-only:not([type="file"]):not([type="checkbox"]):not(
		[type="radio"]
	):not(select),
.dts-form-component textarea:disabled,
.dts-form-component
	textarea:read-only:not([type="file"]):not([type="checkbox"]):not(
		[type="radio"]
	):not(select),
.dts-form-component select:disabled,
.dts-form-component
	select:read-only:not([type="file"]):not([type="checkbox"]):not(
		[type="radio"]
	):not(select) {
	cursor: not-allowed;
	background-color: #f2f2f2;
	color: #4a4a4a;
}

.dts-form-component input[type="file"],
.dts-form-component textarea[type="file"],
.dts-form-component select[type="file"] {
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.dts-form-component input[type="file"]::-webkit-file-upload-button,
.dts-form-component textarea[type="file"]::-webkit-file-upload-button,
.dts-form-component select[type="file"]::-webkit-file-upload-button {
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 0.4rem 0.57rem;
}

.dts-form-component
	input[type="file"]:hover:not(:disabled)::-webkit-file-upload-button,
.dts-form-component
	input[type="file"]:focus-visible::-webkit-file-upload-button,
.dts-form-component
	textarea[type="file"]:hover:not(:disabled)::-webkit-file-upload-button,
.dts-form-component
	textarea[type="file"]:focus-visible::-webkit-file-upload-button,
.dts-form-component
	select[type="file"]:hover:not(:disabled)::-webkit-file-upload-button,
.dts-form-component
	select[type="file"]:focus-visible::-webkit-file-upload-button {
	border-color: #004f91;
	outline: none;
}

.dts-form-component input::placeholder,
.dts-form-component textarea::placeholder,
.dts-form-component select::placeholder {
	color: #767676;
}

.dts-form-component select {
	appearance: none;
	background: #fff url("../icons/chevron-down.svg") no-repeat;
	background-size: 10px;
	background-position: top 48% right 0.57rem;
	padding: 5px 2.4rem 3px 0.57rem;
	width: 100%;
}

.dts-form-component fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.dts-form-component
	fieldset[aria-invalid="true"]
	input[aria-describedBy]:not(:disabled) {
	border: 1px solid #c10920;
}

.dts-form-component fieldset .dts-form-component__hint {
	margin-top: 0.57rem;
}

.dts-form-component input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 1.71rem;
	height: 1.71rem;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.dts-form-component input[type="checkbox"]:hover:not(:disabled),
.dts-form-component input[type="checkbox"]:focus-visible {
	box-shadow: 0px 1px 8px 0px rgba(0, 79, 145, 0.41);
	outline: none;
}

.dts-form-component input[type="checkbox"]:checked {
	background: #004f91 url("../icons/tick-white.svg") 3px 3px no-repeat;
}

.dts-form-component input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.dts-form-component input[type="checkbox"]:disabled + span {
	cursor: not-allowed;
}

.dts-form-component input[type="radio"] {
	flex-shrink: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	width: 1.71rem;
	height: 1.71rem;
	border-radius: 50%;
	display: grid;
	place-content: center;
}

.dts-form-component input[type="radio"]::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: scale(0);
	box-shadow: inset 1em 1em #004f91;
}

.dts-form-component input[type="radio"]:hover:not(:disabled),
.dts-form-component input[type="radio"]:focus-visible {
	box-shadow: 0px 1px 8px 0px rgba(0, 79, 145, 0.41);
	outline: none;
}

.dts-form-component input[type="radio"]:checked::before {
	transform: scale(1);
}

.dts-form-component input[type="radio"]:disabled {
	background-color: #f2f2f2;
	cursor: not-allowed;
}

.dts-form-component input[type="radio"]:disabled + span {
	cursor: not-allowed;
}

[dir="rtl"] select {
	background-position: top 48% left 0.57rem;
	padding: 5px 0.8rem 3px 1.71rem;
}

/* Our custom css grid based on : https://stable.visual-framework.dev/components/vf-grid/ */
.mg-grid {
	display: grid;
	column-gap: 1.14rem;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.mg-grid {
		grid-auto-flow: column;
	}
}

.dts-form .mg-grid {
	row-gap: 0;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-form .mg-grid {
		row-gap: 0.57rem;
	}
}

[class*="grid__"] {
	grid-auto-flow: unset;
	grid-template-columns: repeat(1, 1fr);
}

/* medium design - 768px up */
@media (width >=768px) {
	.mg-grid__col-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.mg-grid__col-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.mg-grid__col-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.mg-grid__col-5 {
		grid-template-columns: repeat(3, 1fr);
	}

	.mg-grid__col-6 {
		grid-template-columns: repeat(3, 1fr);
	}

	.mg-grid__col-auto {
		grid-template-columns: repeat(3, minmax(min-content, auto));
	}
}

/* large design - 1164px up */
@media (width >=1164px) {
	.mg-grid__col-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.mg-grid__col-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.mg-grid__col-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.mg-grid__col-auto {
		grid-template-columns: repeat(6, minmax(min-content, auto));
		grid-template-areas: "a b c d e f";
	}
}

[class*="__col--span"] {
	grid-column-end: span 1;
}

[class*="__col--offset"] {
	grid-column-start: auto;
}

/* medium design - 768px up */
@media (width >=768px) {
	.mg-grid__col--span-2 {
		grid-column-end: span 2;
	}

	.mg-grid__col--span-3 {
		grid-column-end: span 3;
	}

	.mg-grid__col--span-4 {
		grid-column-end: span 4;
	}

	.mg-grid__col--span-5 {
		grid-column-end: span 5;
	}

	.mg-grid__col--span-6 {
		grid-column-end: span 6;
	}

	.mg-grid__col--span-all {
		grid-column: 1/-1;
	}

	.mg-grid__row--span-2 {
		grid-row-end: span 2;
	}

	.mg-grid__row--span-3 {
		grid-row-end: span 3;
	}

	.mg-grid__row--span-4 {
		grid-row-end: span 4;
	}

	.mg-grid__row--span-5 {
		grid-row-end: span 5;
	}

	.mg-grid__row--span-6 {
		grid-row-end: span 6;
	}

	.mg-grid__row--span-all {
		grid-row: 1/-1;
	}
}

/* medium design - 1024px up */
@media (width >=1024px) {
	.mg-grid__col--offset-1 {
		grid-column-start: 1;
	}

	.mg-grid__col--offset-2 {
		grid-column-start: 2;
	}

	.mg-grid__col--offset-3 {
		grid-column-start: 3;
	}

	.mg-grid__col--offset-4 {
		grid-column-start: 4;
	}
}

/* large design - 1164px up */
@media (width >=1164px) {
	.mg-grid__col--offset-5 {
		grid-column-start: 5;
	}

	.mg-grid__col--offset-6 {
		grid-column-start: 6;
	}
}

.mg-grid__col--group {
	grid-column-start: 1;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.mg-grid__col--group {
		grid-column-start: auto;
	}
}

.mg-grid__col--group-1 {
	grid-row-start: 7;
	grid-row-end: 10;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.mg-grid__col--group-1 {
		grid-row-start: 4;
		grid-row-end: 7;
		grid-column-start: 2;
	}
}

.mg-grid__col--group-2 {
	grid-row-start: 13;
	grid-row-end: 16;
	/* medium design - 768px up */
	/* large design - 1164px up */
}

@media (width >=768px) {
	.mg-grid__col--group-2 {
		grid-row-start: 7;
		grid-row-end: 10;
		grid-column-start: 2;
	}
}

@media (width >=1164px) {
	.mg-grid__col--group-2 {
		grid-row-start: 4;
		grid-row-end: 7;
		grid-column-start: 3;
	}
}

.mg-grid__col--group-3 {
	grid-row-start: 19;
	grid-row-end: 22;
	/* medium design - 768px up */
	/* large design - 1164px up */
}

@media (width >=768px) {
	.mg-grid__col--group-3 {
		grid-row-start: 10;
		grid-row-end: 13;
		grid-column-start: 2;
	}
}

@media (width >=1164px) {
	.mg-grid__col--group-3 {
		grid-row-start: 4;
		grid-row-end: 7;
		grid-column-start: 4;
	}
}

.mg-undrr-header__decoration {
	display: flex;
	align-items: stretch;
	align-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mg-undrr-header__decoration div {
	width: 25%;
	height: 7px;
	display: inline-block;
}

.mg-undrr-header__decoration :nth-child(1) {
	background: #c1092d;
}

.mg-undrr-header__decoration :nth-child(2) {
	background: #962987;
}

.mg-undrr-header__decoration :nth-child(3) {
	background: #eb752a;
}

.mg-undrr-header__decoration :nth-child(4) {
	background: #00afae;
}

.mg-undrr-header__toolbar {
	background: #333333 url(../images/global-header-background.png) no-repeat
		center center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.mg-undrr-header__toolbar-container {
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mg-undrr-header__toolbar-container select {
	background: transparent;
	border: none;
	color: #fff;
}

.mg-undrr-header__toolbar-container option {
	color: #000000;
}

.dts-header {
	display: flex;
	justify-content: space-between;
	gap: 1.14rem;
	height: 108px;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-header {
		height: 86px;
	}
}

.dts-header__logo {
	display: flex;
	align-items: center;
	gap: 1.14rem;
	max-height: 86px;
	padding: 11px 0;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-header__logo {
		padding: 0;
	}
}

.dts-header__logo img {
	height: 100%;
}

.dts-header__logo-flag {
	max-width: 2.71rem;
	max-height: 2.71rem;
}

.dts-header__logo-text {
	font-family:
		"Roboto Condensed", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
	font-size: 1.43rem;
	line-height: 1.2;
	color: #004f91;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-header__logo-text {
		font-size: 2.8rem;
	}
}

.dts-header__main-menu {
	flex-grow: 1;
	display: flex;
	justify-content: end;
	align-items: center;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-header__main-menu {
		display: block;
	}
}

.dts-indicator {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 6.43rem;
	font-size: 2.43rem;
	padding: 1.14rem;
	background-color: #fafafa;
	/* medium design - 768px up */
	/* medium design - 1024px up */
	/* large design - 1164px up */
}

.dts-indicator--empty {
	display: grid;
	place-content: center;
}

.dts-indicator--chart > svg {
	align-self: flex-start;
}

.dts-indicator > span {
	flex-grow: 1;
	text-align: center;
}

@media (width >=768px) {
	.dts-indicator {
		font-size: 1.86rem;
	}
}

@media (width >=1024px) {
	.dts-indicator {
		font-size: 2.43rem;
	}
}

@media (width >=1164px) {
	.dts-indicator {
		font-size: 3.29rem;
	}
}

.dts-indicator--target-number-a {
	color: #000000;
}

.dts-indicator--target-box-a {
	font-weight: 500;
	color: #000000;
}

.dts-indicator--target-number-b {
	color: #984089;
}

.dts-indicator--target-box-b {
	font-weight: 500;
	background-color: #f5ecf3;
	color: #5e1b53;
}

.dts-indicator--target-number-c {
	color: #9d5423;
}

.dts-indicator--target-box-c {
	font-weight: 500;
	background-color: #fbf2eb;
	color: #824822;
}

.dts-indicator--target-number-d {
	color: #004d4d;
}

.dts-indicator--target-box-d {
	font-weight: 500;
	background-color: #e6f2f2;
	color: #004d4d;
}

.dts-indicator--target-number-e {
	color: #345f3b;
}

.dts-indicator--target-box-e {
	font-weight: 500;
	background-color: #edf2ee;
	color: #2b4d31;
}

.dts-indicator--target-number-f {
	color: #6953d7;
}

.dts-indicator--target-box-f {
	font-weight: 500;
	background-color: #f0eefb;
	color: #402e99;
}

.dts-indicator--target-number-g {
	color: #833640;
}

.dts-indicator--target-box-g {
	font-weight: 500;
	background-color: #f3ebec;
	color: #601f28;
}

.dts-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.14rem;
	margin-bottom: 0.57rem;
}

.dts-legend__item {
	display: flex;
	align-items: center;
	gap: 0.57rem;
}

.dts-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.dts-link svg {
	height: 1.2rem;
	width: 1.2rem;
}

.dts-link svg * {
	transform: scale(0.65) translate(-3px, -3px);
}

.mg-mega-wrapper {
	position: relative;
}

.mg-mega-topbar {
	width: 100%;
	background: #004f91;
	display: flex;
	align-items: flex-start;
}

.mg-mega-topbar__item {
	padding: 1.2rem 1.14rem;
	color: #fff;
	cursor: pointer;
}

.mg-mega-topbar__item:hover {
	background: #3372a7;
	color: #fff;
}

.mg-mega-content {
	display: flex;
	align-items: flex-start;
	justify-content: start;
	background-color: #004f91;
	border-radius: 0.4rem;
	box-shadow: -1px 5px 10px -1px rgba(0, 0, 0, 0.25);
	height: 35rem;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.3;
}

.mg-mega-content__left {
	flex-basis: 33%;
	height: 100%;
	background-color: #004f91;
}

.mg-mega-content__banner {
	padding: 2.14rem;
	color: #fff;
}

.mg-mega-content__banner header {
	font-size: 1.64rem;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.mg-mega-content__banner p {
	margin: 0;
	color: #fff;
}

.mg-mega-content__section-list {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mg-mega-content__section-list-item {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mg-mega-content__section-list-item .mg-mega-content__section-list-link {
	text-decoration: none;
	color: #1a1a1a;
	font-weight: bold;
	display: block;
	padding: 0.5rem 0;
	cursor: pointer;
}

.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link--active {
	padding: 0.5rem 2.14rem;
	margin-left: -3rem;
	margin-right: -3rem;
	background-color: #fff;
}

.mg-mega-content__right {
	flex: 1;
	height: 100%;
	background-color: #fff;
	display: flex;
}

.mg-mega-content__right ul {
	flex: 1;
	margin: 1.5rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-items: start;
	gap: 0;
}

.mg-mega-content__right ul li {
	padding: 0;
	margin: 0;
}

.mg-mega-content__right ul li a {
	display: block;
	padding: 0.5rem;
	text-decoration: none;
	overflow: hidden;
	white-space: wrap;
	text-overflow: clip;
	color: black;
	font-weight: lighter;
}

.mg-recursive-menu-item {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mg-recursive-menu-item a {
	text-decoration: none;
	color: #1a1a1a;
}

.mg-recursive-menu-item__children {
	list-style: none;
}

.mg-icon-button {
	padding: 1rem;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mg-icon-button:hover {
	background-color: #6695bd;
}

.mg-mega-sidebar-section ol {
	list-style: none;
	margin: 0;
}

.mg-mega-sidebar-section ol li {
	margin: 0;
}

.mg-mega-sidebar-section ol ol li {
	list-style: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2.14rem;
	margin: 0;
}

[dir="rtl"] .mg-mega-sidebar-section ol ol li {
	padding-left: 0;
	padding-right: 2.14rem;
}

.mg-mega-sidebar-section ol ol li a {
	color: #fff;
	text-decoration: none;
}

.mg-mega-sidebar-section ol ol li:hover {
	background: #3372a7;
}

.mg-mega-sidebar-section__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	cursor: pointer;
	padding: 1rem 1.71rem;
}

.mg-mega-sidebar-section__item:hover {
	background: #3372a7;
}

.mg-mega-sidebar {
	width: 300px;
	position: absolute;
	overflow: scroll;
	height: 100vh;
	background-color: #004f91;
	-webkit-box-shadow: -5px 0 8px -4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -5px 0 8px -4px rgba(0, 0, 0, 0.25);
	box-shadow: -5px 0 8px -4px rgba(0, 0, 0, 0.25);
	top: 0;
	right: 0;
}

[dir="rtl"] .mg-mega-sidebar {
	right: auto;
	left: 0;
	-webkit-box-shadow: 5px 0 8px -4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 5px 0 8px -4px rgba(0, 0, 0, 0.25);
	box-shadow: 5px 0 8px -4px rgba(0, 0, 0, 0.25);
}

.mg-mega-sidebar__section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 2.14rem;
	color: #fff;
	cursor: pointer;
}

.mg-mega-sidebar__section:hover {
	background: #80a7c8;
}

.mg-mega-topbar {
	width: 100%;
	background: #004f91;
	display: flex;
	align-items: flex-start;
}

.mg-mega-topbar__item {
	padding: 1rem 1.5rem;
	color: #fff;
}

.mg-mega-topbar__item:hover {
	background: #1a619c;
}

.mg-mega-topbar__icon-button {
	padding: 1rem;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}

.mg-mega-topbar__icon-button:hover {
	background: #1a619c;
}

@media screen and (max-width: 480px) {
	.mg-mega-topbar__icon-button {
		display: flex;
	}
}

.dts-mega-wrapper .mg-mega-topbar {
	background: transparent;
	justify-content: flex-end;
	font-family:
		"Roboto Condensed", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
}

.dts-mega-wrapper .mg-mega-topbar__icon-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 34px;
	height: 34px;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-mega-wrapper .mg-mega-topbar__icon-button {
		display: none;
	}
}

.dts-mega-wrapper .mg-mega-topbar__icon-button:hover {
	background-color: #fff;
	color: inherit;
}

.dts-mega-wrapper .mg-mega-topbar__item {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 1.29rem;
	font-weight: 700;
	line-height: 1;
	color: #13131c;
	text-transform: uppercase;
	border: none;
	background: inherit;
	border-bottom: 2px solid transparent;
	padding: 2.29rem;
	white-space: nowrap;
}

.dts-mega-wrapper .mg-mega-topbar__item--current {
	color: #004f91;
	background: transparent;
	border-color: #004f91;
}

.dts-mega-wrapper .mg-mega-content {
	position: absolute;
	right: 0;
	z-index: 100;
	display: grid;
	gap: 2.86rem;
	grid-template-columns: 1fr;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.15);
	font-size: 1rem;
	padding: 2.4rem 0.8rem 2.4rem 0;
}

.dts-mega-wrapper .mg-mega-content__navigation {
	display: flex;
}

.dts-mega-wrapper .mg-mega-content__left {
	background-color: #fff;
}

.dts-mega-wrapper .mg-mega-content__banner {
	padding: 0 1.71rem;
	color: #181823;
}

.dts-mega-wrapper .mg-mega-content__banner header {
	font-size: 1.29rem;
	line-height: 1.3;
	font-weight: 500;
}

.dts-mega-wrapper .mg-mega-content__banner p {
	display: none;
}

.dts-mega-wrapper .mg-mega-content__sidebar {
	position: absolute;
	width: 100vw;
	top: 71px;
	right: -1.14rem;
	background: #fff;
}

.dts-mega-wrapper .mg-mega-content__left {
	flex-basis: 20%;
	padding-right: 1.71rem;
}

[dir="rtl"] .dts-mega-wrapper .mg-mega-content__left {
	padding-right: 0;
	padding-left: 1.71rem;
}

.dts-mega-wrapper
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link {
	margin: 0;
	padding: 0.8rem 0.8rem 0.8rem 1.43rem;
	border-left: 4px solid transparent;
	font-weight: 400;
}

[dir="rtl"]
	.dts-mega-wrapper
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link {
	padding-left: 0;
	padding-right: 1.43rem;
	border-left: none;
	border-right: 4px solid transparent;
}

.dts-mega-wrapper
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link--active {
	background-color: #dde8f0;
	border-left: 4px solid #004f91;
}
[dir="rtl"]
	.dts-mega-wrapper
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link--active {
	border-left: none;
	border-right: 4px solid #004f91;
}

.dts-mega-wrapper .mg-mega-content__right ul {
	margin: 0;
}

.dts-mega-wrapper .mg-mega-content__right ul.mg-mega-content__subsection-list {
	flex-direction: row;
}

.dts-mega-wrapper
	.mg-mega-content__right
	ul.mg-mega-content__subsection-list
	> li {
	flex: 1 1 0%;
	padding-right: 1.14rem;
}

.dts-mega-wrapper .mg-mega-content__right ul li a {
	padding: 0;
}

.dts-mega-wrapper
	.mg-mega-content__right
	ul.mg-mega-content__subsubsection-list {
	gap: 1.14rem;
}

.dts-mega-wrapper
	.mg-mega-content__right
	.mg-mega-content__subsection-list-title {
	font-size: 1.14rem;
	font-weight: 700;
	margin-bottom: 1.14rem;
}

.dts-mega-wrapper .mg-mega-content.dts-user-menu {
	position: absolute;
	right: 0;
	padding: 1.71rem;
}

.dts-mega-wrapper .mg-mega-content.dts-user-menu .mg-mega-content__banner {
	display: none;
}

.dts-mega-wrapper .mg-mega-content.dts-user-menu .mg-mega-content__left {
	padding: 0;
	flex-basis: auto;
}

.dts-mega-wrapper .mg-mega-content.dts-user-menu .mg-mega-content__right {
	display: none;
}

.dts-mega-wrapper
	.mg-mega-content.dts-user-menu
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link {
	padding: 0.57rem;
	border-left: none;
	display: flex;
	align-items: center;
	gap: 1.2rem;
	line-height: normal;
}

[dir="rtl"]
	.dts-mega-wrapper
	.mg-mega-content.dts-user-menu
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link {
	padding: 0.57rem;
	border-right: none;
	display: flex;
	align-items: center;
	gap: 1.2rem;
	line-height: normal;
}

.dts-mega-wrapper
	.mg-mega-content.dts-user-menu
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link:hover {
	font-weight: 700;
}

.dts-mega-wrapper
	.mg-mega-content.dts-user-menu
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link--active {
	background-color: transparent;
	border-left: none;
}

[dir="rtl"]
	.dts-mega-wrapper
	.mg-mega-content.dts-user-menu
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link--active {
	background-color: transparent;
	border-right: none;
}

.dts-mega-wrapper
	.mg-mega-content.dts-user-menu
	.mg-mega-content__section-list-item
	.mg-mega-content__section-list-link
	svg {
	width: 1.71rem;
	height: 1.71rem;
}

.dts-mega-wrapper .mg-mega-sidebar-section__item {
	color: inherit;
	font-weight: 500;
	font-size: 1.43rem;
	gap: 0.57rem;
	line-height: normal;
}

.dts-mega-wrapper .mg-mega-sidebar-section__item:hover {
	background: transparent;
}

.dts-mega-wrapper .mg-mega-sidebar-section__item svg {
	width: 1.71rem;
	height: 1.71rem;
}

.dts-mega-wrapper .mg-mega-sidebar-section__item svg:last-of-type {
	transform: scale(0.8);
	transition: all 0.1s ease-out;
}

.dts-mega-wrapper .mg-mega-sidebar-section__item:has(+ ol) svg:last-of-type {
	transform: scale(0.8) rotate(180deg);
}

.dts-mega-wrapper .mg-mega-sidebar-section__item span {
	flex: 1;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol {
	padding: 0 0 0 1.14rem;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol li {
	padding: 0;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol li:hover {
	background: transparent;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol li a {
	color: inherit;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol ol li {
	display: flex;
	margin: 0 2.4rem 0 0.57rem;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol ol li:first-of-type {
	border-top: 1px solid;
	padding-top: 0.57rem;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol ol li:last-of-type {
	margin-bottom: 0.4rem;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol ol {
	margin-left: 1.14rem;
}
[dir="rtl"] .dts-mega-wrapper .mg-mega-sidebar-section ol ol ol {
	margin-left: 0;
	margin-right: 1.14rem;
}

.dts-mega-wrapper .mg-mega-sidebar-section ol ol ol li a {
	padding: 0.4rem 0;
}

.dts-mega-wrapper .mg-mega-sidebar-section > ol .mg-mega-sidebar-section__item {
	font-size: 1.29rem;
	margin-left: 1.14rem;
	font-weight: 400;
}
[dir="rtl"]
	.dts-mega-wrapper
	.mg-mega-sidebar-section
	> ol
	.mg-mega-sidebar-section__item {
	margin-left: 0;
	margin-right: 1.14rem;
}

.dts-mega-wrapper
	.mg-mega-sidebar-section
	> ol
	.mg-mega-sidebar-section__item
	svg:last-of-type {
	transform: scale(0.6);
}

.dts-mega-wrapper
	.mg-mega-sidebar-section
	> ol
	.mg-mega-sidebar-section__item:has(+ ol)
	svg:last-of-type {
	transform: scale(0.6) rotate(180deg);
}

.dts-mega-wrapper
	.mg-mega-sidebar-section
	> ol
	ol
	.mg-mega-sidebar-section__item {
	font-size: 1.14rem;
	font-weight: 500;
}

.dts-mega-wrapper
	.mg-mega-sidebar-section.dts-user-menu
	ol
	.mg-mega-sidebar-section__item
	svg {
	display: none;
}

.dts-mega-wrapper
	.mg-mega-sidebar-section.dts-log-in
	.mg-mega-sidebar-section__item
	svg:last-of-type {
	display: none;
}

.dts-metadata {
	margin: 1.2rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.57rem;
}

.dts-metadata--highlight {
	background-color: #f2f2f2;
	padding: 1.14rem;
	align-self: end;
}

.dts-metadata__item {
	display: flex;
	gap: 0.57rem;
}

.dts-metadata__item--end {
	justify-content: end;
}

.dts-metadata dd {
	margin: 0;
	display: flex;
	gap: 1.14rem;
}

.dts-page-header {
	margin-bottom: 1.71rem;
}

.dts-page-intro {
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-page-intro {
		padding: 0 6.4rem 0 2.29rem;
	}
}

.dts-form .dts-page-intro {
	padding: 0;
}

.dts-page-section {
	margin-top: 2.86rem;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-page-section {
		padding: 0 6.4rem 0 2.29rem;
	}
}

.dts-page-title {
	background-color: #f3ebec;
	padding: 2.29rem 0;
}

.dts-page-title [class*="heading"] {
	margin-bottom: 0;
}

.dts-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.57rem;
	margin: 1.2rem 0 0;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-pagination {
		justify-content: right;
	}
}

@media (width >=768px) {
	[dir="rtl"] .dts-pagination {
		justify-content: left;
	}
}

.dts-pagination ul {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-pagination ul {
		justify-content: end;
	}
}

.dts-pagination .dts-form-component {
	flex-shrink: 0;
	margin-bottom: 0;
}

.dts-placeholder {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
	font-size: 1rem;
	line-height: 1.43;
	font-weight: 400;
}

.dts-snackbar {
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 480px;
	border-radius: 0.57rem;
	opacity: 0;
	transition:
		opacity 0.5s,
		bottom 0.5s;
}

[dir="rtl"] .dts-snackbar {
	left: 50%;
	transform: translateX(50%);
}

.dts-snackbar.show {
	opacity: 1;
	bottom: 100px;
}

.dts-status {
	display: inline-block;
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
}

.dts-status--draft {
	border: 1px solid #181823;
}

.dts-status--waiting-for-validation {
	background-color: #d87838;
}

.dts-status--needs-revision {
	background-color: #ad66a1;
}

.dts-status--validated {
	background-color: #106cb8;
}

.dts-status--published {
	background-color: #6d9a75;
}

.dts-status--rejected {
	background-color: #c10920;
}

.dts-sub-navigation {
	border-bottom: 1px solid #e3e3e3;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-sub-navigation {
		margin: 0 6.4rem 0 2.29rem;
	}
}

.dts-sub-navigation__container {
	display: flex;
	justify-content: space-between;
	gap: 0.57rem;
	overflow: auto;
}

.dts-sub-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.57rem;
}

.dts-sub-navigation ul a {
	display: inline-block;
	padding: 1.71rem 0.57rem 0.81rem;
	font-size: 1.21rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
	border-bottom: 2px solid transparent;
}

.dts-sub-navigation ul a:hover,
.dts-sub-navigation ul a:focus-visible {
	border-color: #004f91;
	outline: none;
}

.dts-sub-navigation ul .dts-sub-navigation__item--current a {
	border-color: #004f91;
}

.dts-tablist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.dts-tablist__button {
	border-radius: 0;
	border-color: #e3e3e3;
	color: #333333;
}

.dts-tablist__button:hover,
.dts-tablist__button:focus-visible {
	background-color: #f2f2f2;
}

.dts-tablist__button[aria-selected="true"] {
	background-color: #f2f2f2;
}

.dts-table {
	width: 100%;
	overflow-x: auto;
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1rem;
	margin-bottom: 0.81rem;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-table {
		display: table;
	}
}

.dts-table th,
.dts-table td {
	border-bottom: 1px solid #f2f2f2;
	height: 3.86rem;
	padding: 0.57rem;
}

.dts-table th.dts-table__cell-centered,
.dts-table td.dts-table__cell-centered {
	text-align: center;
}

.dts-table th {
	background-color: #f2f2f2;
	text-align: left;
	font-weight: 500;
}

[dir="rtl"] .dts-table th {
	text-align: right;
}

.dts-table th.dts-table__filter--active {
	background-color: #e3e3e3;
}

.dts-table tbody {
	white-space: nowrap;
	/* medium design - 768px up */
}

@media (width >=768px) {
	.dts-table tbody {
		white-space: normal;
	}
}

.dts-table__actions {
	display: flex;
	justify-content: center;
}

.dts-tooltip__button {
	align-self: flex-start;
	margin-top: 0.4rem;
}

.dts-tooltip__button svg {
	height: 1.14rem;
	width: 1.14rem;
}

.dts-tooltip__button svg * {
	transform: scale(0.75) translate(-2px, -2px);
}

/*
 * Headings
 */
.dts-heading-1 {
	font-size: 1.71rem;
	line-height: 1.33;
	font-weight: 700;
	margin-bottom: 2.29rem;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-heading-1 {
		font-size: 2.14rem;
		line-height: 1.2;
		margin-bottom: 2.86rem;
	}
}

.dts-heading-2,
.dts-element-summary__title {
	font-size: 1.43rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 1.71rem;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-heading-2,
	.dts-element-summary__title {
		font-size: 1.5rem;
		line-height: 1.14;
		margin-bottom: 2.29rem;
	}
}

.dts-heading-3,
.dts-element-summary__title span:last-of-type {
	font-size: 1.29rem;
	line-height: 1.33;
	font-weight: 500;
	margin-bottom: 1.14rem;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-heading-3,
	.dts-element-summary__title span:last-of-type {
		font-size: 1.43rem;
		line-height: 1.5;
		margin-bottom: 1.71rem;
	}
}

.dts-heading-4 {
	font-size: 1.14rem;
	line-height: 1.375;
	font-weight: 500;
	margin-bottom: 1.14rem;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-heading-4 {
		font-size: 1.29rem;
		line-height: 1.55;
	}
}

.dts-heading-5 {
	font-size: 1rem;
	line-height: 1.285;
	font-weight: 700;
	margin-bottom: 0.86rem;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-heading-5 {
		font-size: 1.14rem;
		line-height: 1.75;
	}
}

[dir="rtl"] .dts-heading-1 {
	font-size: 2.71rem;
	line-height: 1.47;
}

[dir="rtl"] .dts-heading-2,
[dir="rtl"] .dts-element-summary__title {
	font-size: 1.86rem;
	line-height: 1.54;
}

[dir="rtl"] .dts-heading-3,
[dir="rtl"] .dts-element-summary__title span:last-of-type,
.dts-element-summary__title [dir="rtl"] span:last-of-type {
	font-size: 1.79rem;
	line-height: 1.52;
}

[dir="rtl"] .dts-heading-4 {
	font-size: 1.75rem;
	line-height: 1.45;
}

[dir="rtl"] .dts-heading-5 {
	font-size: 1.29rem;
	line-height: 1.55;
}

/*
 * Body
 */
.dts-tab-label {
	font-size: 0.79rem;
	line-height: 2;
	font-weight: 700;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-tab-label {
		font-size: 1.14rem;
		line-height: 2.375;
	}
}

.dts-body-text {
	font-size: 1.14rem;
	line-height: 1.375;
	font-weight: 400;
}

@media (width >=1164px) {
	.dts-body-text,
	body {
		line-height: 1.5;
	}
}

.dts-body-label,
.dts-metadata dt {
	display: inline-flex;
	gap: 0.57rem;
	font-size: 1.14rem;
	line-height: 1.5;
	font-weight: 700;
}

.dts-body-text-small,
.dts-form-component__hint,
.dts-form-component input,
.dts-form-component textarea,
.dts-form-component select,
.dts-form-component input[type="file"]::-webkit-file-upload-button,
.dts-form-component textarea[type="file"]::-webkit-file-upload-button,
.dts-form-component select[type="file"]::-webkit-file-upload-button,
.dts-pagination,
[role="tooltip"] {
	font-size: 1rem;
	line-height: 1.43;
	font-weight: 400;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-body-text-small,
	.dts-form-component__hint,
	.dts-form-component input,
	.dts-form-component textarea,
	.dts-form-component select,
	.dts-form-component input[type="file"]::-webkit-file-upload-button,
	.dts-form-component textarea[type="file"]::-webkit-file-upload-button,
	.dts-form-component select[type="file"]::-webkit-file-upload-button,
	.dts-pagination,
	[role="tooltip"] {
		line-height: 1.57;
	}
}

.dts-body-label-small {
	font-size: 1rem;
	line-height: 1.57;
	font-weight: 700;
}

.dts-body-text-smaller {
	font-size: 0.86rem;
	line-height: 1.5;
	font-weight: 400;
}

.dts-body-text-extra-small {
	font-size: 0.5rem;
	line-height: 1.17;
	font-weight: 400;
}

.dts-body-text-large {
	font-size: 1.29rem;
	line-height: 1.44;
	font-weight: 400;
	/* large design - 1164px up */
}

@media (width >=1164px) {
	.dts-body-text-large {
		font-size: 1.86rem;
		line-height: 1.54;
	}
}

[dir="rtl"] .dts-tab-label {
	font-size: 1.29rem;
	line-height: 2.11;
}

[dir="rtl"] .dts-body-text,
[dir="rtl"] body {
	font-size: 1.29rem;
	line-height: 1.33;
}

[dir="rtl"] .dts-body-text-small,
[dir="rtl"] .dts-form-component__hint,
[dir="rtl"] .dts-form-component input,
.dts-form-component [dir="rtl"] input,
[dir="rtl"] .dts-form-component textarea,
.dts-form-component [dir="rtl"] textarea,
[dir="rtl"] .dts-form-component select,
.dts-form-component [dir="rtl"] select,
[dir="rtl"] .dts-form-component input[type="file"]::-webkit-file-upload-button,
.dts-form-component [dir="rtl"] input[type="file"]::-webkit-file-upload-button,
[dir="rtl"]
	.dts-form-component
	textarea[type="file"]::-webkit-file-upload-button,
.dts-form-component
	[dir="rtl"]
	textarea[type="file"]::-webkit-file-upload-button,
[dir="rtl"] .dts-form-component select[type="file"]::-webkit-file-upload-button,
.dts-form-component [dir="rtl"] select[type="file"]::-webkit-file-upload-button,
[dir="rtl"] .dts-pagination,
[dir="rtl"] [role="tooltip"] {
	font-size: 1.14rem;
	line-height: 1.375;
}

/*# sourceMappingURL=style-dts.css.map */
