.panel-header {
	--surface-foreground: var(--beige-f1);
	--surface-background: var(--sw-key-color);
	--surface-mobile-nav: var(--beige-f1);
	--text: var(--white);
	--text-alt: var(--sw-key-color);
	--text-accent: var(--black-2d);

	position: absolute;
	padding: 22px;
	width: 100%;
	color: var(--text);
	z-index: 4;
}

.panel-page.no-hero .panel-header {
	position: relative;
	max-height: 115px;
	background-color: var(--surface-background);
}

.panel-header::after {
	content: '';
	pointer-events: none;
	height: 170px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.432) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.panel-page.no-hero .panel-header::after,
.hamburger-open .panel-header::after {
	display: none;
}

.hamburger-open .panel-header {
	padding: 12.37px 14px 17.37px 12.37px;
	background-color: var(--surface-background);
}

@media screen and (min-width: 64em) {
	.panel-header {
		padding: 0 18px 22px 34px;
	}

	.panel-header::after {
		height: 196px;
	}

	.hamburger-open .panel-header {
		padding: 0 18px 22px 34px;
		background-color: transparent;
	}
}

@media screen and (min-width: 90em) {
	.panel-header {
		padding: 0 28px 0 44px;
	}
}

.panel-header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 64em) {
	.panel-header .header-inner {
		align-items: flex-start;
	}
}

.hamburger-open .panel-header .left-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6px;
	width: 100%;
}

@media screen and (min-width: 375px) {
	.hamburger-open .panel-header .left-cont {
		gap: 0;
	}
}

.panel-header .left-cont .contentRender_name_plugins_common_logo {
	width: 148px;
}

.hamburger-open .panel-header .left-cont .contentRender_name_plugins_common_logo {
	width: 122px;
}

.panel-header .left-cont .rates-cta.mobile.active,
.panel-header .left-cont .rates-cta.mobile.active {
	display: none;
}

.hamburger-open .panel-header .left-cont .wiget-cont.active {
	display: flex;
	flex-direction: row;
}

.panel-header .secondary-nav-container {
	display: none;
}

.panel-header .center-cont {
	position: absolute;
	top: 0;
	right: 20px;
}

.panel-header .center-cont .weather.mobile,
.panel-header .left-cont .widget-cont .weather.mobile.active {
	position: relative;
}

.panel-header .center-cont .weather.mobile {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.panel-header .widget-cont.mobile.show-lines .weather.mobile::before {
	content: '';
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/header/cta-border-mobile.svg);
	background-repeat: no-repeat;
	width: 33px;
	height: 1px;
	position: absolute;
	top: -8px;
	left: 16px;
	z-index: 1;
}


.hamburger-open .panel-header .widget-cont.mobile.show-lines .weather.mobile::before {
	content: '';
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/header/cta-border-vertical-mobile.svg);
	height: 33px;
	width: 1px;
	top: -7px;
	display: block;
	position: absolute;
	left: -12px;
	z-index: 1;
}

.hamburger-open .panel-header .center-cont .weather.mobile {
	display: none;
}

@media screen and (max-width: 64em) {
	.hamburger-open .panel-header .center-cont {
		position: relative;
		top: unset;
		right: unset;
	}
}

.panel-header .center-cont .search,
.panel-header .right-cont {
	display: none;
}

.panel-header .bottom-cont {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	padding: 18px 0;
	background-image: url(/includes/public/assets/shared/header/cta-flag.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 166px;
	width: 61px;
}

.hamburger-open .panel-header .bottom-cont {
	display: block;
	padding: 0;
	background-image: none;
	background-size: unset;
	height: unset;
	width: unset;
}

.panel-header .rates-cta {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 9px;
}

.panel-header .weather.desk {
	position: relative;
	margin: auto;
}

.panel-header .widget-cont.mobile {
	position: relative;
}

.panel-header .widget-cont.mobile.show-lines::before,
.panel-header .widget-cont.desk.show-lines .weather.desk::before {
	content: '';
	pointer-events: none;
    background-repeat: no-repeat;
    width: 33px;
    height: 1px;
    position: absolute;
    top: -10px;
    z-index: 1;
}

.panel-header .widget-cont.mobile.show-lines::before {
	background-image: url(/includes/public/assets/shared/header/cta-border-mobile.svg);
	left: 15px;
}

.panel-header .widget-cont.desk.show-lines .weather.desk::before {
	background-image: url(/includes/public/assets/shared/header/cta-border-desk.svg);
	width: 50px;
	left: -5px;
}

.panel-header .mobile-nav-container.active.mobile.widget-cont.mobile::before {
	display: none;
}

.panel-header .left-cont .widget-cont.mobile.active {
	display: none;
}

.panel-header .bottom-cont .widget-cont.mobile {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.hamburger-open .panel-header .bottom-cont .widget-cont.mobile {
	display: none;
}

.hamburger-open .panel-header .left-cont .widget-cont.mobile {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	padding-top: 4px;
	margin-right: 10px;
}

@media screen and (min-width: 64em) {
	.hamburger-open .panel-header .left-cont .widget-cont.mobile {
		display: none;
	}
}

.panel-header .bottom-cont .rates-cta.mobile .title,
.panel-header .bottom-cont .widget-cont.mobile .title,
.hamburger-open .panel-header .left-cont .widget-cont.mobile .title {
	font-family: var(--font-amiri);
	color: var(--text-accent);
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.6875rem;
	line-height: 1;
	letter-spacing: var(--letter-spacing-lg);
}

.hamburger-open .panel-header .left-cont .widget-cont.mobile .title {
	width: 50px;
	color: var(--white);
	text-align: center;
}

.hamburger-open .panel-header .rates-cta.mobile {
	display: none;
}

.panel-header .right-cont .widget-cont.desk {
	display: none;
}

.panel-header .main-nav-widgets-container {
	display: grid;
	align-items: stretch;
	grid-template-columns: min-content;
	gap: var(--space-5);
}

@media (min-width: 40em) {
	.panel-header .secondary-nav-container {
		display: block;
	}
}

@media (min-width: 64em) {
	.panel-header .left-cont {
		padding-top: 38px;
	}

	.panel-header .left-cont .contentRender_name_plugins_common_logo {
		width: 184px;
		transform: translate(0px, -12px);
	}

	.panel-header .bottom-cont .widget-cont.mobile,
	.panel-header .center-cont .weather.mobile {
		display: none;
	}

	.panel-header .center-cont {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding-top: 22px;
		margin-left: auto;
	}

	.panel-header .center-cont.search-active :is(
		.top-cont .secondary-nav-container,
		.bottom-cont .navigation.primary
	) {
		opacity: 0;
	}


	.panel-header .center-cont .top-cont {
		display: flex;
		align-items: center;
		margin-left: auto;
	}

	.panel-header .center-cont .bottom-cont {
		display: flex;
		margin-left: auto;
		padding: 0;
		background-image: none;
		background-repeat: no-repeat;
		background-size: unset;
		height: unset;
		width: unset;
	}

	.panel-header .center-cont .search {
		display: block;
		padding-bottom: 8px;
	}
	.panel-header .right-cont {
		display: flex;
		margin-left: 2px;
	}

	.panel-header .right-cont .widget-cont.desk {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 20px;
		padding: 30px 0;
		background-image: url(/includes/public/assets/shared/header/cta-flag.svg);
		background-size: cover;
		background-position: bottom;
		height: 130px;
		width: 74px;
	}

	.panel-header .right-cont .rates-cta .title {
		font-family: var(--font-amiri);
		color: var(--black-2d);
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.1;
		letter-spacing: var(--letter-spacing-lg);
		transition: color var(--transition-appendix);
	}

	@media (hover: hover) {
		.panel-header .right-cont .rates-cta .title:hover {
			color: var(--sw-key-color-hover)
		}
	}

	.panel-header .right-cont .weather.desk::before {
		content: '';
		pointer-events: none;
		background-image: url(/includes/public/assets/shared/header/cta-border-mobile.svg);
		background-repeat: no-repeat;
		width: 33px;
		height: 1px;
		position: absolute;
		top: -8px;
		left: 16px;
		z-index: 1;
	}
}

@media screen and (min-width: 90em) {
	.panel-header .left-cont .contentRender_name_plugins_common_logo {
		width: 264px;
	}
}

.panel-header .main-nav-widgets-container > *:not(.widgets) {
	display: flex;
	align-items: center;
}

.panel-header .main-nav-widgets-container .widgets {
	display: none;
	align-items: center;
}

@media (min-width: 64em) {
	.panel-header .main-nav-widgets-container .widgets {
		display: flex;
	}
}

.panel-header .mobile-nav-container {
	position: absolute;
	top: 81px;
	left: 0;
	z-index: 10;
	display: none;
	width: 100%;
	pointer-events: none;
}

.panel-header .mobile-nav-container.active {
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 64em) {
	.panel-header .mobile-nav-container.active {
		display: none;
	}
}

.panel-header .mobile-nav-container .mobile-nav {
	max-width: 420px;
	width: 100%;
	background-color: var(--surface-mobile-nav);
}

.panel-header .mobile-nav-container.active .mobile-nav {
	pointer-events: all;
}

.panel-header .mobile-nav .widgets {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: dense;
	padding: 27px 24px 12px;
	color: var(--text-alt);
	background-color: var(--surface-mobile-nav);
}

.panel-header .mobile-nav .search-cont {
	grid-column: 1 / -1;
}

.panel-header .mobile-nav .widgets > *:not(.search-cont) {
	align-self: center;
	justify-self: center;
}

.panel-header .mobile-social-cont {
	padding: 22px 0 40px;
	background-color: var(--sw-key-color);
}

.panel-header .mobile-social-cont .social-title {
	margin-bottom: 8px;
	font-family: var(--font-damion);
	font-weight: var(--font-weight-normal);
	font-size: 1.75rem;
	color: var(--white);
	line-height: 1;
	text-align: center;
}

.panel-header .mobile-social-cont .social-links {
	gap: 10px;
}

.panel-header .mobile-social-cont .social-links a {
	border: 1px solid white;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.panel-header .mobile-social-cont .social-links a i {
	font-size: 1 2px;
}

.panel-header .mobile-cta-cont {
	position: relative;
}

.panel-header .mobile-cta-cont::after {
	content: '';
	pointer-events: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(/includes/public/assets/shared/decorations/wave-pattern.svg);
	background-size: cover;
	background-position: 0% 50%;
	opacity: 0.1;
	z-index: 0;
}
