.width-100-imp {
	width: 100% !important;
	max-width: 100% !important;
}

.flex0-5 {
	flex: 0.5 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.vertical-align-sub {
	vertical-align: sub !important;
}

.cs-label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.cs-label-success {
	background-color: #5cb85c;
}

.cs-label-warning {
	background-color: #f0ad4e;
}

.cs-label-primary {
	background-color: #9d9ff9;
}

.cs-label-danger {
	background-color: #d9534f;
}

.d-none {
	display: none;
}

#output-step-1 {
	width: 100%;
	height: auto;
}

.font-1rem {
	font-size: 1rem !important;
}

.font1-7rem {
	font-size: 1.7rem !important;
}

.font-2rem {
	font-size: 2rem !important;
}

.min-height-450 {
	min-height: 450px !important;
}

.scroll-x {
	max-width: 100%;
	overflow-x: scroll;
}

.li-lang {
	position: relative;
}

.dropdown-content {
	background-color: #fff;
	display: block;
	min-width: 100px;
	overflow-y: auto;
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 9999;
	box-sizing: border-box;
	transform: translate(-50%, 100%) scaleY(1);
	transition: transform 0.2s ease-in-out;
	transform-origin: top;
	border-radius: 24px;
	box-shadow:
		2px 2px 2px 0 rgba(0, 198, 219, 0.06),
		0 3px 1px -2px rgba(130, 255, 243, 0.09),
		0 1px 5px 0 rgba(143, 255, 249, 0.33);
}

.dropdown-content:not(.is-open) {
	transform: translate(-50%, 100%) scaleY(0);
	pointer-events: none;
	z-index: -1;
}

@media only screen and (min-width: 601px) {
	.dropdown-content {
		bottom: 15%;
	}
}

@media (max-width: 992px) {
	.dropdown-content:not(.is-open) {
		transform: scaleY(0);
	}

	.dropdown-content {
		position: static;
		transform: scaleY(1);
		border-radius: 0;
	}

	.language-dropdown li > a.active {
		background: linear-gradient(
			270deg,
			rgb(194, 251, 249) 0%,
			rgb(231, 254, 253) 100%
		);
	}
}

.language-dropdown li > a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(0, 0, 0, 0.71);
}

.language-dropdown li > a img {
	width: 20px;
	height: 20px;
}

.language-dropdown li > a.active {
	font-weight: 700;
	color: #0c2a57;
}

.language-trigger .language-current-code {
	display: inline-block;
	vertical-align: top;
}

.news.news-page .articles {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: 0;
	margin-right: 0;
}

.news.news-page .articles::after {
	display: none;
}

.news.news-page .articles > article.col {
	float: none;
	display: flex;
	width: 33.333333%;
	margin-top: 0;
	margin-bottom: 2rem;
}

.news.news-page .single-article {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.news.news-page .single-article .main {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.news.news-page .single-article .main p {
	min-height: 0;
}

.news.news-page .single-article footer {
	margin-top: auto;
}

@media (max-width: 992px) {
	.news.news-page .articles > article.col {
		width: 100%;
	}
}
