.serena-announcement-shell {
	position: relative;
	z-index: 10005;
	left: auto;
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}

.serena-announcement-shell .elementor,
.serena-announcement-shell .elementor-section-wrap,
.serena-announcement-shell .elementor-section,
.serena-announcement-shell .elementor-container,
.serena-announcement-shell .elementor-column,
.serena-announcement-shell .elementor-element,
.serena-announcement-shell .elementor-widget-wrap,
.serena-announcement-shell .elementor-widget,
.serena-announcement-shell .elementor-widget-container,
.serena-announcement-shell .e-con {
	display: block;
	width: 100%;
	max-width: none;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.serena-announcement-bar {
	position: relative;
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: var(--serena-announcement-height, 38px);
	min-height: var(--serena-announcement-height, 38px);
	overflow: hidden;
	background: var(--serena-announcement-bg, #2f3a44);
	color: var(--serena-announcement-text, #fff);
	font-family: inherit;
}

.serena-announcement-bar__inner {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 40px;
	align-items: center;
	width: min(100%, 920px);
	height: 100%;
	margin: 0 auto;
}

.serena-announcement-bar__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.serena-announcement-bar__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.75rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
	pointer-events: none;
}

.serena-announcement-bar__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.serena-announcement-bar__message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	color: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

a.serena-announcement-bar__message:hover,
a.serena-announcement-bar__message:focus {
	color: var(--serena-announcement-accent, #edc09e);
	text-decoration: none;
}

.serena-announcement-bar__text--mobile {
	display: none;
}

.serena-announcement-bar__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease;
}

.serena-announcement-bar__arrow:hover,
.serena-announcement-bar__arrow:focus,
.serena-announcement-bar__arrow:focus-visible,
.serena-announcement-bar__arrow:active {
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: none;
}

.serena-announcement-bar__arrow::before,
.serena-announcement-bar__arrow::after,
.serena-announcement-bar__arrow:hover::before,
.serena-announcement-bar__arrow:hover::after {
	display: none !important;
	content: none !important;
	background: none !important;
	box-shadow: none !important;
}

body > .serena-announcement-shell + .off-canvas-wrapper,
body > .serena-announcement-shell + .off-canvas-wrapper > #page {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media (max-width: 767.98px) {
	.serena-announcement-bar {
		height: var(--serena-announcement-mobile-height, 32px);
		min-height: var(--serena-announcement-mobile-height, 32px);
	}

	.serena-announcement-bar__inner {
		grid-template-columns: 30px minmax(0, 1fr) 30px;
		width: 100%;
		padding: 0 0.2rem;
	}

	.serena-announcement-bar__slide {
		padding: 0 0.25rem;
	}

	.serena-announcement-bar__message {
		font-size: 0.7rem;
		letter-spacing: 0;
	}

	.serena-announcement-bar__text--desktop {
		display: none;
	}

	.serena-announcement-bar__text--mobile {
		display: inline;
	}

	.serena-announcement-bar__arrow {
		width: 28px;
		height: 28px;
		font-size: 1.45rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.serena-announcement-bar__slide {
		transform: none;
		transition: none;
	}
}
