#tvt-localeswitcher {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10050;
	box-sizing: border-box;
	margin: 0;
	padding: 0 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	background: #61162e;
	color: #fff;
	font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 1;
	transition: opacity 0.32s ease;
}

body.tvt-locale-banner-on {
	--tvt-locale-banner-h: 56px;
}

body.tvt-locale-banner-on #tvt-localeswitcher {
	display: block;
}

body.tvt-locale-banner-on #header {
	top: var(--tvt-locale-banner-h) !important;
	transition: top 0.32s ease;
}

#tvt-localeswitcher.tvt-localeswitcher--hiding {
	opacity: 0;
	pointer-events: none;
}

.tvt-localeswitcher__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 12px 0;
}

.tvt-localeswitcher__text {
	flex: 1 1 220px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.tvt-localeswitcher__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 0;
	margin-left: auto;
}

.tvt-localeswitcher__select-wrap {
	position: relative;
	display: block;
	flex: 0 0 280px;
	width: 280px;
	max-width: 280px;
	margin: 0;
}

.tvt-localeswitcher__select-wrap::after {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid #fff;
	border-bottom: 1.5px solid #fff;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
	content: "";
}

#tvt-localeswitcher .tvt-localeswitcher__select {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	height: 36px !important;
	margin: 0 !important;
	padding: 0 32px 0 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.45) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.16) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 36px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer;
}

#tvt-localeswitcher .tvt-localeswitcher__select:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

#tvt-localeswitcher .tvt-localeswitcher__select option {
	color: #1d1d1f;
	background: #fff;
}

#tvt-localeswitcher .tvt-localeswitcher__continue {
	display: inline-flex !important;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 0;
	box-sizing: border-box;
	min-height: 36px;
	margin: 0;
	padding: 8px 20px !important;
	border: 0 !important;
	border-radius: 40px !important;
	background: #f30c69 !important;
	background-color: #f30c69 !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
}

#tvt-localeswitcher .tvt-localeswitcher__continue:hover,
#tvt-localeswitcher .tvt-localeswitcher__continue:focus-visible {
	background: #ff2d82 !important;
	background-color: #ff2d82 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#tvt-localeswitcher .tvt-localeswitcher__continue:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.tvt-localeswitcher__cta {
	color: inherit;
	font-weight: 600;
}

#tvt-localeswitcher .tvt-localeswitcher__close {
	position: absolute !important;
	top: 0;
	right: 8px;
	bottom: 0;
	z-index: 2;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	width: 28px !important;
	min-width: 28px !important;
	max-width: 28px !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: auto 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0 !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer;
}

#tvt-localeswitcher .tvt-localeswitcher__close:hover,
#tvt-localeswitcher .tvt-localeswitcher__close:focus-visible {
	background: rgba(255, 255, 255, 0.16) !important;
	background-color: rgba(255, 255, 255, 0.16) !important;
}

#tvt-localeswitcher .tvt-localeswitcher__close:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.tvt-localeswitcher__close-icon {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
}

.tvt-localeswitcher__close-icon::before,
.tvt-localeswitcher__close-icon::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 1.5px;
	background: currentColor;
	content: "";
}

.tvt-localeswitcher__close-icon::before {
	transform: rotate(45deg);
}

.tvt-localeswitcher__close-icon::after {
	transform: rotate(-45deg);
}

.tvt-localeswitcher__select-label.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.tvt-localeswitcher__inner {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
		max-width: none;
		gap: 10px;
		padding: 12px 0 14px;
	}

	.tvt-localeswitcher__text {
		flex: 0 1 auto;
		min-width: 0;
		font-size: 12px;
	}

	#tvt-localeswitcher .tvt-localeswitcher__close {
		top: 8px;
		right: 8px;
		bottom: auto;
		margin: 0 !important;
	}

	.tvt-localeswitcher__actions {
		flex: 1 1 auto;
		justify-content: stretch;
		width: 100%;
		min-width: 0;
		margin-left: 0;
	}

	.tvt-localeswitcher__select-wrap {
		flex: 1 1 auto;
		width: auto;
		max-width: none;
	}

	#tvt-localeswitcher .tvt-localeswitcher__select,
	#tvt-localeswitcher .tvt-localeswitcher__continue {
		font-size: 12px !important;
	}
}

@media (max-width: 767px) {
	#tvt-localeswitcher {
		padding: 0 20px;
	}

	.tvt-localeswitcher__inner {
		padding: 12px 24px 14px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	#tvt-localeswitcher,
	body.tvt-locale-banner-on #header {
		transition: none;
	}
}
