#footer {
	background: #f3deb6;
	color: #151515;
}

#footer .footer-top-row {
	row-gap: 24px;
}

#footer .footer-kicker {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(21, 21, 21, 0.72);
}

#footer .footer-heading {
	margin: 0;
	max-width: 540px;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.18;
	font-weight: 700;
	color: #151515;
}

#footer .footer-description {
	max-width: 540px;
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(21, 21, 21, 0.78);
}

#footer .footer-social-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#footer .footer-social-icons {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer-social-icons--wide {
	flex-wrap: wrap;
	justify-content: flex-start;
}

#footer .footer-social-icons li {
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: auto;
	box-shadow: none;
}

#footer .footer-social-icons li a {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 38px;
	width: auto;
	height: auto;
	padding: 0 16px 0 8px;
	line-height: 1;
	border: 0;
	background: #0f477f !important;
	color: #ffffff !important;
	border-radius: 999px;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
}

#footer .footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(15, 71, 127, 0.16);
}

#footer .footer-social-icons li a i {
	color: #0f477f !important;
	font-size: 16px;
	line-height: 1;
}

#footer .footer-social-icons .social-icons-facebook .footer-social-icon i {
	color: #0f477f !important;
}

#footer .footer-social-icons .social-icons-instagram .footer-social-icon i {
	color: #ff4f9b !important;
}

#footer .footer-social-icons li a span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

#footer .footer-social-icons .social-icons-facebook a:hover {
	background: #0d3d6e !important;
}

#footer .footer-social-icons .social-icons-instagram a:hover {
	background: #0d3d6e !important;
}

#footer .footer-social-icons li a:hover .footer-social-icon {
	background: #ffffff;
}

#footer .footer-social-icons li a:hover .social-icons-facebook .footer-social-icon i,
#footer .footer-social-icons li a:hover .social-icons-instagram .footer-social-icon i {
	color: inherit;
}

#footer .footer-divider {
	margin: 2rem 0;
	border-top: 1px solid rgba(21, 21, 21, 0.12);
	opacity: 1;
}

#footer .footer-divider--top {
	margin-top: 2.5rem;
	margin-bottom: 1.8rem;
}

#footer .footer-divider--bottom {
	margin-top: 2rem;
	margin-bottom: 1.2rem;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: transparent;
	border-top: 0;
}

#footer .footer-column-title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #151515;
}

#footer .footer-link-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-link-list a,
#footer .footer-link-list button {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: rgba(21, 21, 21, 0.84) !important;
}

#footer .footer-link-list a:hover,
#footer .footer-link-list button:hover {
	color: #151515 !important;
	text-decoration: underline;
}

#footer .footer-legal-links {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-legal-links a {
	font-size: 13px;
	font-weight: 600;
	color: rgba(21, 21, 21, 0.82) !important;
	text-decoration: none;
}

#footer .footer-legal-links a:hover {
	color: #151515 !important;
	text-decoration: underline;
}

#footer .footer-copyright p,
#footer .footer-credit {
	color: rgba(21, 21, 21, 0.72);
}

#footer .footer-credit strong {
	color: #151515;
}

@media (max-width: 991px) {
	#footer .footer-social-wrap {
		align-items: flex-start;
	}

	#footer .footer-social-icons {
		justify-content: flex-start;
	}

	#footer .footer-legal-links {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	#footer .footer-social-icons {
		gap: 10px;
	}

	#footer .footer-social-icons li {
		width: auto;
	}

	#footer .footer-social-icons li a {
		width: auto;
		justify-content: flex-start;
	}

	#footer .footer-legal-links {
		flex-direction: column;
		gap: 8px;
	}

	#footer .footer-copyright {
		padding-top: 4px;
	}
}

.frontend-toast-wrap {
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 10000;
	display: grid;
	gap: 10px;
	width: min(520px, calc(100vw - 24px));
	pointer-events: none;
}

.frontend-toast {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px 18px;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	animation: alertIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.frontend-toast.success {
	background: linear-gradient(135deg, #1f7a3a, #2f9e52);
}

.frontend-toast.danger {
	background: linear-gradient(135deg, #8d2323, #c63f3f);
}

.frontend-toast__icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	font-size: 16px;
}

.frontend-toast__content {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.frontend-toast__content strong {
	font-size: 14px;
	line-height: 1.2;
}

.frontend-toast__content span {
	font-size: 14px;
	line-height: 1.45;
}

.frontend-toast-close {
	margin-left: auto;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
	opacity: .9;
	padding: 0;
	box-shadow: none;
}

html,
body,
button,
input,
select,
textarea {
	font-family: "Poppins", Arial, sans-serif;
}

.frontend-submenu-toggle {
	display: none;
}

@media (max-width: 991px) {
	html.mobile-menu-opened,
	html.mobile-menu-opened body {
		overflow-x: hidden;
	}

	html.mobile-menu-opened #header {
		z-index: 100000;
	}

	#header .header-nav-main nav > ul > li.dropdown {
		position: relative;
	}

	#header .header-nav-main nav > ul > li.dropdown > .frontend-menu-parent-link {
		padding-right: 58px !important;
	}

	#header .frontend-submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
		display: flex;
		width: 52px;
		height: 44px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 0;
		border-left: 1px solid rgba(0, 0, 0, .08);
		border-radius: 0;
		background: transparent;
		color: #6a5945;
		box-shadow: none;
	}

	#header .frontend-submenu-toggle:focus-visible {
		outline: 2px solid #b88e31;
		outline-offset: -3px;
	}

	#header .frontend-submenu-toggle i {
		transition: transform .2s ease;
	}

	#header li.dropdown.open > .frontend-submenu-toggle i {
		transform: rotate(180deg);
	}

	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		display: none;
	}

	#header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
		display: block;
	}
}

@media (max-width: 360px) {
	#header .header-contact-row {
		display: none;
	}

	#header .header-logo img {
		width: 150px;
		height: auto;
	}

	#header .header-row,
	#header .header-column {
		min-width: 0;
	}
}

.body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#footer {
	margin-top: auto;
}

.alert-exit {
	animation: alertOut 0.6s ease-in forwards !important;
}

@keyframes alertIn {
	0% {
		transform: translateX(120%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes alertOut {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		transform: translateX(120%);
		opacity: 0;
	}
}

.top-weather {
	color: #b88e31;
}

.section-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.section-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.link-plain {
	text-decoration: none;
}

.honeypot-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
	border: 0;
	pointer-events: none;
}

.is-hidden {
	display: none !important;
}

.media-cover {
	overflow: hidden;
}

.media-cover > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-slide > img {
	width: 100%;
	height: 100%;
}

.events-gallery-main img,
.home-event-gallery-main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.events-gallery-thumbs button,
.home-event-gallery-thumbs button {
	padding: 0;
	overflow: hidden;
}

.events-gallery-thumbs button img,
.home-event-gallery-thumbs button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-weather-day.full-span {
	grid-column: 1 / -1;
}

.consent-embed-placeholder {
	display: grid;
	place-items: center;
	gap: 12px;
	min-height: 320px;
	padding: 28px;
	text-align: center;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8f4ea, #efe6d0);
	border: 1px solid rgba(184, 142, 49, 0.22);
	color: #2f2a24;
}

.consent-embed-placeholder strong {
	font-size: 20px;
}

.consent-embed-placeholder p {
	margin: 0;
	max-width: 540px;
	line-height: 1.6;
}

.consent-embed-placeholder__button {
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	background: #151515;
	color: #ffffff;
	font-weight: 700;
}

.cookie-consent-open {
	overflow: hidden;
}

/* Global heading cleanup: keep h3 aligned with h4, just slightly larger and airier. */
h2 {
	font-size: 1.9em;
	font-weight: 600;
	line-height: 1.3;
	margin: 0.2em 0 14px 0;
	letter-spacing: 0;
	text-transform: none;
}

h3 {
	font-size: 1.55em;
	font-weight: 600;
	line-height: 1.35;
	margin: 0.18em 0 14px 0;
	letter-spacing: 0;
	text-transform: none;
}

h4 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 14px 0;
	letter-spacing: 0;
	text-transform: none;
}

.cookie-consent-banner {
	position: fixed;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	z-index: 99998;
	width: min(1200px, calc(100% - 32px));
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.cookie-consent-banner__inner {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px 28px;
	align-items: center;
	font-family: "Poppins", Arial, sans-serif;
	padding: 18px 22px;
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid rgba(21, 21, 21, 0.08);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

.cookie-consent-banner__content {
	display: grid;
	gap: 10px;
}

.cookie-consent-banner__eyebrow {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #b88e31;
}

.cookie-consent-banner__content strong {
	font-size: 18px;
	line-height: 1.15;
	color: #151515;
}

.cookie-consent-banner__content p {
	margin: 0;
	max-width: 720px;
	line-height: 1.6;
	font-size: 13px;
	color: #4b4740;
}

.cookie-consent-banner__more {
	justify-self: start;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #0b74c7;
}

.cookie-consent-banner__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
	justify-content: flex-end;
}

.cookie-consent-banner__actions form {
	margin: 0;
}

.cookie-consent-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 12px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 700;
	touch-action: manipulation;
	transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.cookie-consent-btn--primary {
	background: #0a87d2;
	color: #ffffff;
	box-shadow: 0 10px 18px rgba(10, 135, 210, 0.2);
}

.cookie-consent-btn--secondary {
	background: #0b74c7;
	color: #ffffff;
}

.cookie-consent-btn--settings {
	background: #e55d52;
	color: #ffffff;
}

.cookie-consent-btn--save {
	background: #2fa54b;
	color: #ffffff;
}

.cookie-consent-btn:hover {
	transform: translateY(-1px);
}

.cookie-consent-form {
	margin: 0;
}

.cookie-consent-fab {
	position: fixed;
	left: 30px;
	bottom: 18px;
	z-index: 99997;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 0;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	color: #151515;
}

.cookie-consent-fab__icon {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	overflow: hidden;
}

.cookie-consent-fab__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cookie-consent-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
}

.cookie-consent-modal.is-visible {
	display: block;
}

.cookie-consent-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 15, 0.54);
}

.cookie-consent-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, calc(100% - 40px));
	max-height: calc(100vh - 56px);
	margin: 28px auto;
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
	font-family: "Poppins", Arial, sans-serif;
}

.cookie-consent-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px 16px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.08);
	background: #ffffff;
}

.cookie-consent-modal__heading span {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #b88e31;
}

.cookie-consent-modal__heading h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.15;
	color: #151515;
}

.cookie-consent-modal__heading p {
	margin: 14px 0 0;
	max-width: 720px;
	font-size: 13px;
	line-height: 1.6;
	color: #5a554e;
}

.cookie-consent-close {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #f4efe3;
	font-size: 26px;
	line-height: 1;
	color: #151515;
}

.cookie-consent-modal__body {
	max-height: calc(100vh - 250px);
	overflow: auto;
	padding: 16px 22px 12px;
	background: #ffffff;
}

.cookie-consent-item {
	margin: 0 0 10px;
	border: 1px solid #ece7df;
	border-radius: 14px;
	background: #f7f7f7;
	overflow: hidden;
}

.cookie-consent-item[open] {
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.cookie-consent-item:not([open]) > .cookie-consent-item__body {
	display: none;
}

.cookie-consent-item__summary {
	display: grid;
	grid-template-columns: 14px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	list-style: none;
	padding: 14px 18px;
	cursor: pointer;
}

.cookie-consent-item__summary::-webkit-details-marker {
	display: none;
}

.cookie-consent-item__chevron {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #151515;
	transform: translateY(1px);
	transition: transform .18s ease;
}

.cookie-consent-item[open] .cookie-consent-item__chevron {
	transform: rotate(180deg) translateY(-1px);
}

.cookie-consent-item__title {
	display: grid;
	gap: 6px;
}

.cookie-consent-item__title strong {
	font-size: 15px;
	line-height: 1.2;
	color: #151515;
}

.cookie-consent-item__title small {
	font-size: 12px;
	font-weight: 700;
	color: #b88e31;
}

.cookie-consent-item__body {
	padding: 2px 18px 14px 38px;
	color: #5a554e;
}

.cookie-consent-item__body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

.cookie-consent-services {
	margin: 10px 0 0;
	padding-left: 18px;
	line-height: 1.7;
}

.cookie-consent-switch {
	flex: 0 0 auto;
}

.cookie-consent-switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cookie-consent-switch span {
	display: inline-block;
	position: relative;
	width: 56px;
	height: 30px;
	border-radius: 999px;
	background: #d6d0c7;
	transition: background .2s ease;
}

.cookie-consent-switch span::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: transform .2s ease;
}

.cookie-consent-switch input:checked + span {
	background: #0a87d2;
}

.cookie-consent-switch input:checked + span::after {
	transform: translateX(26px);
}

.cookie-consent-note {
	margin: 14px 0 6px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fbfbfb;
	color: #4b4740;
	line-height: 1.6;
	font-size: 13px;
}

.cookie-consent-modal__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	padding: 0 22px 22px;
	background: #ffffff;
}

.cookie-consent-modal__footer .cookie-consent-btn--accept-all {
	flex: 1 1 280px;
	min-height: 48px;
	font-size: 14px;
	box-shadow: 0 12px 22px rgba(10, 135, 210, 0.18);
}

.cookie-consent-modal__footer .cookie-consent-btn--necessary {
	flex: 0 1 auto;
	min-width: 240px;
	min-height: 48px;
	font-size: 13px;
	background: #0b74c7;
}

@media (max-width: 900px) {
	.cookie-consent-banner__inner {
		grid-template-columns: 1fr;
	}

	.cookie-consent-banner__actions {
		justify-content: flex-start;
	}

	.cookie-consent-banner__actions form,
	.cookie-consent-banner__actions .cookie-consent-btn {
		flex: 1 1 180px;
	}
}

@media (max-width: 767px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 300px;
	}

	.cookie-consent-banner {
		left: 50%;
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		width: calc(100% - 16px);
	}

	.cookie-consent-banner__inner {
		padding: 16px 14px;
		gap: 16px;
	}

	.cookie-consent-banner__content strong {
		font-size: 17px;
	}

	.cookie-consent-banner__content p {
		font-size: 14px;
	}

	.cookie-consent-banner__more {
		font-size: 13px;
	}

	.cookie-consent-banner__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.cookie-consent-banner__actions form,
	.cookie-consent-banner__actions .cookie-consent-btn {
		width: 100%;
	}

	.cookie-consent-btn {
		min-height: 44px;
		width: 100%;
	}

	.cookie-consent-fab {
		left: calc(12px + env(safe-area-inset-left, 0px));
		bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent-modal__dialog {
		width: calc(100% - 12px);
		margin: 6px;
		max-height: calc(100vh - 12px);
		border-radius: 16px;
	}

	.cookie-consent-modal__header {
		padding: 16px 16px 12px;
		gap: 14px;
	}

	.cookie-consent-modal__heading h2 {
		font-size: 22px;
	}

	.cookie-consent-modal__body {
		max-height: calc(100vh - 218px);
		padding: 12px 16px 10px;
	}

	.cookie-consent-item__summary {
		grid-template-columns: 12px minmax(0, 1fr) auto;
		padding: 14px 12px;
		gap: 10px;
	}

	.cookie-consent-item__body {
		padding: 0 12px 14px 34px;
	}

	.cookie-consent-modal__footer {
		flex-direction: column;
		padding: 0 16px 16px;
	}

	.cookie-consent-modal__footer .cookie-consent-btn {
		flex: 0 0 auto;
		width: 100%;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--necessary {
		min-width: 100%;
	}

	.cookie-consent-close {
		flex: 0 0 auto;
		width: 38px;
		height: 38px;
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 340px;
	}

	.cookie-consent-banner {
		width: calc(100% - 12px);
		bottom: calc(8px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent-banner__inner {
		padding: 14px 12px;
	}

	.cookie-consent-banner__content strong {
		font-size: 16px;
	}

	.cookie-consent-modal__dialog {
		width: calc(100% - 8px);
		margin: 4px;
		border-radius: 14px;
	}

	.cookie-consent-modal__header {
		padding: 14px 14px 10px;
	}

	.cookie-consent-modal__body {
		padding: 10px 14px 8px;
	}

	.cookie-consent-item__title strong {
		font-size: 14px;
	}

	.cookie-consent-item__title small,
	.cookie-consent-item__body p,
	.cookie-consent-note {
		font-size: 12px;
	}

	.cookie-consent-item__body {
		padding-left: 12px;
	}

	.cookie-consent-switch span {
		width: 50px;
		height: 28px;
	}

	.cookie-consent-switch span::after {
		width: 20px;
		height: 20px;
	}

	.cookie-consent-switch input:checked + span::after {
		transform: translateX(22px);
	}
}

/* Cookie consent: compact base card and expanded side-panel layout. */
.cookie-consent-banner {
	bottom: 24px;
	width: min(860px, calc(100% - 32px));
}

.cookie-consent-banner__inner {
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 28px;
	padding: 24px 28px;
	border: 1px solid rgba(36, 76, 60, .14);
	border-radius: 10px;
	box-shadow: 0 20px 55px rgba(9, 24, 18, .22);
}

.cookie-consent-banner__content {
	gap: 7px;
}

.cookie-consent-banner__eyebrow {
	color: #8c6a2b;
	line-height: 1.4;
}

.cookie-consent-banner__content strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #20342c;
}

.cookie-consent-banner__content p {
	max-width: 570px;
	font-size: 13px;
	line-height: 1.55;
	color: #526159;
}

.cookie-consent-banner__more {
	width: fit-content;
	margin-top: 1px;
	font-size: 13px;
	color: #244c3c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cookie-consent-banner__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	width: 220px;
	justify-content: stretch;
}

.cookie-consent-banner__actions form,
.cookie-consent-banner__actions .cookie-consent-btn {
	width: 100%;
}

.cookie-consent-btn {
	min-height: 42px;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: none;
}

.cookie-consent-btn--primary,
.cookie-consent-btn--secondary {
	background: #244c3c;
	color: #ffffff;
	box-shadow: none;
}

.cookie-consent-btn--settings {
	border-color: #e1e7e3;
	background: #edf1ef;
	color: #294338;
}

.cookie-consent-btn--primary:hover,
.cookie-consent-btn--secondary:hover {
	background: #18372b;
	color: #ffffff;
}

.cookie-consent-btn--settings:hover {
	background: #e2e9e5;
	color: #18372b;
}

.cookie-consent-btn:focus-visible,
.cookie-consent-close:focus-visible,
.cookie-consent-switch input:focus-visible + span {
	outline: 3px solid rgba(199, 155, 82, .48);
	outline-offset: 3px;
}

.cookie-consent-modal {
	display: block;
	visibility: hidden;
	pointer-events: none;
}

.cookie-consent-modal.is-visible {
	display: block;
	visibility: visible;
	pointer-events: auto;
}

.cookie-consent-modal__backdrop {
	background: rgba(4, 10, 8, .88);
	opacity: 0;
	transition: opacity .25s ease;
}

.cookie-consent-modal.is-visible .cookie-consent-modal__backdrop {
	opacity: 1;
}

.cookie-consent-modal__dialog {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: min(680px, 100%);
	height: 100%;
	max-height: none;
	margin: 0;
	border-right: 1px solid #dfe5e1;
	border-radius: 0;
	box-shadow: 24px 0 70px rgba(0, 0, 0, .3);
	transform: translateX(-100%);
	transition: transform .28s ease;
}

.cookie-consent-modal.is-visible .cookie-consent-modal__dialog {
	transform: translateX(0);
}

.cookie-consent-modal__header {
	flex: 0 0 auto;
	align-items: flex-start;
	padding: 22px 26px 18px;
	border-bottom-color: #e5e9e6;
}

.cookie-consent-modal__heading span {
	margin-bottom: 9px;
	font-size: 10px;
	line-height: 1.4;
	color: #8c6a2b;
}

.cookie-consent-modal__heading h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	color: #20342c;
}

.cookie-consent-modal__heading p {
	margin-top: 9px;
	font-size: 12px;
	line-height: 1.55;
	color: #5a6961;
}

.cookie-consent-close {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #e9efec;
	color: #294338;
	transition: background-color .15s ease, color .15s ease;
}

.cookie-consent-close:hover {
	background: #244c3c;
	color: #ffffff;
}

.cookie-consent-modal__dialog > .cookie-consent-form {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	flex-direction: column;
}

.cookie-consent-modal__body {
	flex: 1 1 auto;
	max-height: none;
	padding: 24px 26px 18px;
	background: #ffffff;
}

.cookie-consent-item {
	margin-bottom: 8px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #edf1ef;
}

.cookie-consent-item[open] {
	border-color: #dfe6e2;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(24, 55, 43, .06);
}

.cookie-consent-item__summary {
	grid-template-columns: 12px minmax(0, 1fr) auto;
	gap: 12px;
	min-height: 58px;
	padding: 12px 16px;
}

.cookie-consent-item__chevron {
	border-top-color: #244c3c;
}

.cookie-consent-item__title {
	gap: 3px;
}

.cookie-consent-item__title strong {
	font-size: 14px;
	line-height: 1.3;
	color: #294338;
}

.cookie-consent-item__title small {
	font-size: 10px;
	line-height: 1.4;
	color: #7d6b48;
}

.cookie-consent-item__body {
	padding: 0 16px 15px 40px;
	color: #5a6961;
}

.cookie-consent-item__body p,
.cookie-consent-services {
	font-size: 12px;
}

.cookie-consent-switch span {
	width: 52px;
	height: 28px;
	background: #9caaa3;
}

.cookie-consent-switch span::after {
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
}

.cookie-consent-switch input:checked + span {
	background: #244c3c;
}

.cookie-consent-switch input:checked + span::after {
	transform: translateX(24px);
}

.cookie-consent-switch input:disabled + span {
	opacity: .62;
}

.cookie-consent-note {
	margin: 16px 0 0;
	padding: 14px 16px;
	border: 1px solid #e6eae8;
	border-radius: 6px;
	background: #ffffff;
	color: #526159;
	font-size: 12px;
}

.cookie-consent-note a {
	color: #244c3c;
	font-weight: 700;
	text-decoration: underline;
}

.cookie-consent-modal__footer {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	justify-content: stretch;
	padding: 16px 26px calc(16px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #e5e9e6;
}

.cookie-consent-modal__footer .cookie-consent-btn--accept-all,
.cookie-consent-modal__footer .cookie-consent-btn--necessary,
.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
	flex: none;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 9px 12px;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	white-space: normal;
}

.cookie-consent-modal__footer .cookie-consent-btn--necessary {
	border-color: #e1e7e3;
	background: #edf1ef;
	color: #294338;
}

.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
	border-color: #9b7438;
	background: #a77d3d;
	color: #ffffff;
}

.cookie-consent-modal__footer .cookie-consent-btn--save-selection:hover {
	background: #89632d;
	color: #ffffff;
}

@media (max-width: 900px) {
	.cookie-consent-banner__inner {
		grid-template-columns: minmax(0, 1fr) 200px;
	}

	.cookie-consent-banner__actions {
		width: 200px;
		justify-content: stretch;
	}
}

@media (max-width: 767px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 0;
	}

	.cookie-consent-banner {
		bottom: calc(10px + env(safe-area-inset-bottom, 0px));
		width: calc(100% - 20px);
	}

	.cookie-consent-banner__inner {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px;
	}

	.cookie-consent-banner__actions {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.cookie-consent-banner__actions form,
	.cookie-consent-banner__actions .cookie-consent-btn {
		width: 100%;
	}

	.cookie-consent-modal__dialog {
		width: min(600px, 100%);
		height: 100%;
		max-height: none;
		margin: 0;
		border-radius: 0;
	}

	.cookie-consent-modal__header {
		padding: 18px 18px 14px;
	}

	.cookie-consent-modal__body {
		max-height: none;
		padding: 18px 18px 14px;
	}

	.cookie-consent-modal__footer {
		flex-direction: initial;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 14px 18px calc(14px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent-modal__footer .cookie-consent-btn,
	.cookie-consent-modal__footer .cookie-consent-btn--necessary {
		width: 100%;
		min-width: 0;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	body[data-cookie-banner-visible="1"] {
		padding-bottom: 0;
	}

	.cookie-consent-banner {
		width: calc(100% - 14px);
	}

	.cookie-consent-banner__inner {
		padding: 17px 15px;
	}

	.cookie-consent-banner__content strong {
		font-size: 18px;
	}

	.cookie-consent-banner__content p {
		font-size: 12px;
	}

	.cookie-consent-banner__actions {
		grid-template-columns: 1fr;
	}

	.cookie-consent-modal__dialog {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.cookie-consent-modal__heading h2 {
		font-size: 21px;
	}

	.cookie-consent-modal__heading p {
		display: none;
	}

	.cookie-consent-modal__body {
		padding: 14px 12px 10px;
	}

	.cookie-consent-item__body {
		padding: 0 12px 13px 34px;
	}

	.cookie-consent-modal__footer {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--necessary {
		grid-column: 1;
		grid-row: auto;
	}

	.cookie-consent-modal__footer .cookie-consent-btn--save-selection {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cookie-consent-modal__backdrop,
	.cookie-consent-modal__dialog {
		transition: none;
	}
}
