.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
}

.wp-block-button__link .gbi-button-icon {
	line-height: 1;
	font-size: 1em;
}

.lgu-counter-block {
	display: inline-block;
}

.lgu-counter-number {
	font-size: clamp(1.75rem, 4.2vw, 3.5rem);
	font-weight: 700;
	line-height: 1;
}

.lgu-icon-block {
	display: inline-block;
}

.lgu-icon-link {
	display: inline-flex;
	text-decoration: none;
}

.lgu-flip-card {
	position: relative;
	width: 100%;
	height: var(--lgu-flip-card-height, 560px);
	perspective: 1400px;
}

.lgu-flip-card__inner {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 900ms cubic-bezier(0.76, 0, 0.24, 1);
	will-change: transform;
}

.lgu-flip-card.is-flipped .lgu-flip-card__inner {
	transform: rotateY(180deg);
}

.lgu-flip-card__face {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-sizing: border-box;
}

.lgu-flip-card__face--front {
	overflow: hidden;
}

.lgu-flip-card__face--back {
	overflow-y: auto;
	overflow-x: hidden;
	transform: rotateY(180deg);
	-webkit-overflow-scrolling: touch;
}

.lgu-flip-card__back-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px;
	background: #0000000f;
}

.lgu-flip-card__back-title {
	min-width: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
}

.lgu-flip-card__back-button {
	display: inline-flex;
	align-items: center;
	gap: 0.65em;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f36f16;
	font: inherit;
	font-size: clamp(0.85rem, 1vw, 1rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	cursor: pointer;
}

.lgu-flip-card__back-button-arrow {
	letter-spacing: 0;
}

.lgu-flip-card:not(.is-flipped) .lgu-flip-card__face--back,
.lgu-flip-card.is-flipped .lgu-flip-card__face--front {
	pointer-events: none;
}

.lgu-flip-card__content {
	min-height: 100%;
	box-sizing: border-box;
}

.lgu-map {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--lgu-map-radius, 16px);
	border: 1px solid rgba(148, 163, 184, 0.24);
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
	background: #fff;
}

.lgu-map__canvas {
	height: var(--lgu-map-height, 420px);
	min-height: 280px;
	background: #e9eef5;
}

.lgu-map__canvas.leaflet-container {
	font: inherit;
	z-index: 0;
}

.lgu-map .leaflet-control-attribution {
	font-size: 11px;
}

.lgu-map .leaflet-popup-content-wrapper {
	border-radius: 14px;
	padding: 2px;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
}

.lgu-map .leaflet-popup-content {
	margin: 14px 16px;
	min-width: 180px;
}

.lgu-map__tooltip-title {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.2;
	color: #0f172a;
}

.lgu-map__tooltip-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #334155;
}

.lgu-map__marker-shell {
	background: transparent !important;
	border: 0 !important;
}

.lgu-map__default-marker {
	position: relative;
	display: block;
	width: 34px;
	height: 46px;
	border-radius: 22px 22px 22px 3px;
	background: linear-gradient(180deg, #ef6a14 0%, #ba3d08 100%);
	box-shadow: 0 14px 28px rgba(186, 61, 8, 0.3);
	transform: rotate(-45deg);
}

.lgu-map__default-marker-dot {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
}

.lgu-standalone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	min-width: 1em;
	line-height: 1;
	box-sizing: content-box;
}

.lgu-timeline {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 12px 0;
}

.lgu-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #d6d9df;
	transform: translateX(-50%);
}

.lgu-timeline__item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
	align-items: center;
	min-height: 180px;
}

.lgu-timeline__panel {
	padding: 0 26px;
}

.lgu-timeline__panel--left {
	text-align: right;
}

.lgu-timeline__panel--right {
	text-align: left;
}

.lgu-timeline__panel:empty {
	display: none;
}

.lgu-timeline__year {
	margin: 0 0 14px;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 700;
	color: #ef6a14;
}

.lgu-timeline__text {
	margin: 0;
	line-height: 1.45;
	color: #657087;
}

.lgu-timeline__dot {
	grid-column: 2;
	width: 24px;
	height: 24px;
	border: 4px solid #ef6a14;
	border-radius: 50%;
	background: #fff;
	justify-self: center;
	box-sizing: border-box;
	z-index: 1;
}

.lgu-content-tabs {
	--lgu-content-tabs-shell-bg: transparent;
	--lgu-content-tabs-nav-text: #c6ccd6;
	--lgu-content-tabs-nav-number: #f0b24b;
	--lgu-content-tabs-nav-active-text: #081120;
	--lgu-content-tabs-nav-active-bg: #f0b24b;
	--lgu-content-tabs-panel-bg: #111a2b;
	--lgu-content-tabs-title: #f8f2ea;
	--lgu-content-tabs-subtitle: #7c8ba2;
	--lgu-content-tabs-body: #d5d9df;
	--lgu-content-tabs-border: rgba(255, 255, 255, 0.1);
	display: grid;
	grid-template-columns: minmax(192px, 0.76fr) minmax(0, 1.75fr);
	gap: clamp(28px, 3vw, 56px);
	width: min(100%, 1680px);
	margin: 0 auto;
	padding: 0;
	background: var(--lgu-content-tabs-shell-bg);
	border-radius: 32px;
	box-sizing: border-box;
}

.lgu-content-tabs__nav {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.lgu-content-tabs__tab {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: transparent;
	color: var(--lgu-content-tabs-nav-text);
	text-align: left;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lgu-content-tabs__tab:hover,
.lgu-content-tabs__tab:focus-visible {
	border-color: var(--lgu-content-tabs-border);
	transform: translateX(2px);
	outline: none;
}

.lgu-content-tabs__tab.is-active {
	background: var(--lgu-content-tabs-nav-active-bg);
	color: var(--lgu-content-tabs-nav-active-text);
}

.lgu-content-tabs__tab-number {
	flex: 0 0 auto;
	min-width: 1px;
	font-size: 13px;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	color: var(--lgu-content-tabs-nav-number);
}

.lgu-content-tabs__tab.is-active .lgu-content-tabs__tab-number {
	color: currentColor;
	opacity: 0.72;
}

.lgu-content-tabs__tab-label {
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
}

.lgu-content-tabs__panels {
	min-width: 0;
}

.lgu-content-tabs__panel {
	height: 100%;
	padding: 25px;
	border: 1px solid var(--lgu-content-tabs-border);
	border-radius: 6px;
	background: var(--lgu-content-tabs-panel-bg);
	box-shadow: 0 11px 9px rgb(6 13 24 / 4%);
	box-sizing: border-box;
}

.lgu-content-tabs__panel-title {
	margin: 0;
	line-height: 0.98;
	color: var(--lgu-content-tabs-title);
}

.lgu-content-tabs__panel-subtitle {
	margin: 28px 0 0;
	font-size: clamp(1rem, 1.1vw, 1.18rem);
	line-height: 1.5;
	color: var(--lgu-content-tabs-subtitle);
}

.lgu-content-tabs__panel-body {
	margin-top: 22px;
	color: var(--lgu-content-tabs-body);
}

.lgu-content-tabs__panel-body p {
	margin: 0;
	line-height: 1.72;
}

.lgu-content-tabs__panel-body p + p {
	margin-top: 26px;
}

.lgu-project-status {
	--lgu-project-status-background: transparent;
	--lgu-project-status-grid: transparent;
	--lgu-project-status-accent: #bf632c;
	--lgu-project-status-text: #17110d;
	--lgu-project-status-muted: #625a52;
	--lgu-project-status-track: rgba(23, 17, 13, 0.08);
	--lgu-project-status-circle-track: rgba(23, 17, 13, 0.14);
	--lgu-project-status-progress: 61;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.72fr);
	gap: clamp(32px, 5vw, 88px);
	padding: clamp(28px, 4vw, 56px);
	background-color: var(--lgu-project-status-background);
	background-image:
		linear-gradient(var(--lgu-project-status-grid) 1px, transparent 1px),
		linear-gradient(90deg, var(--lgu-project-status-grid) 1px, transparent 1px);
	background-size: 52px 52px;
	color: var(--lgu-project-status-text);
}

.lgu-project-status__content {
	min-width: 0;
}

.lgu-project-status__eyebrow {
	margin: 0;
	color: var(--lgu-project-status-accent);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.26em;
	text-transform: uppercase;
}

.lgu-project-status__title {
	margin: 26px 0 0;
	font-size: clamp(2.8rem, 5vw, 5.6rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.lgu-project-status__description {
	max-width: 900px;
	margin: 30px 0 0;
	color: var(--lgu-project-status-muted);
	font-size: clamp(1.05rem, 1.4vw, 1.45rem);
	line-height: 1.48;
}

.lgu-project-status__progress {
	max-width: 1060px;
	margin-top: clamp(34px, 5vw, 80px);
}

.lgu-project-status__progress-head,
.lgu-project-status__progress-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.lgu-project-status__progress-head {
	margin-bottom: 16px;
}

.lgu-project-status__progress-label,
.lgu-project-status__progress-value {
	font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.lgu-project-status__progress-value {
	color: var(--lgu-project-status-text);
	font-size: clamp(1.4rem, 2.2vw, 2.2rem);
	font-weight: 600;
}

.lgu-project-status__progress-track {
	position: relative;
	height: 10px;
	border-radius: 999px;
	background: var(--lgu-project-status-track);
	overflow: hidden;
}

.lgu-project-status__progress-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--lgu-project-status-accent);
}

.lgu-project-status__progress-foot {
	margin-top: 18px;
	color: var(--lgu-project-status-muted);
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.lgu-project-status__meter {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lgu-project-status__meter-ring {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 420px);
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, var(--lgu-project-status-background) 61%, transparent 62%),
		conic-gradient(
			var(--lgu-project-status-accent) calc(var(--lgu-project-status-progress) * 1%),
			var(--lgu-project-status-circle-track) 0
		);
}

.lgu-project-status__meter-ring::before {
	content: '';
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: var(--lgu-project-status-background);
}

.lgu-project-status__meter-core {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 12px;
	text-align: center;
}

.lgu-project-status__meter-label {
	color: var(--lgu-project-status-muted);
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.lgu-project-status__meter-value {
	font-size: clamp(3rem, 6vw, 5rem);
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.lgu-project-status__meter-caption {
	color: var(--lgu-project-status-muted);
	font-size: 1.1rem;
}

.lgu-phase-timeline {
	--lgu-phase-timeline-background: transparent;
	--lgu-phase-timeline-card-background: #ffffff;
	--lgu-phase-timeline-border: rgba(49, 35, 21, 0.12);
	--lgu-phase-timeline-text: #17110d;
	--lgu-phase-timeline-muted: #625a52;
	--lgu-phase-timeline-line: rgba(49, 35, 21, 0.14);
	--lgu-phase-timeline-accent: #bf632c;
	--lgu-phase-timeline-in-progress: #17110d;
	--lgu-phase-timeline-upcoming: #d7cec5;
	--lgu-phase-timeline-track: rgba(23, 17, 13, 0.08);
	position: relative;
	padding: clamp(12px, 2vw, 24px) 0;
	background: var(--lgu-phase-timeline-background);
	color: var(--lgu-phase-timeline-text);
}

.lgu-phase-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	width: 1px;
	background: var(--lgu-phase-timeline-line);
}

.lgu-phase-timeline__item {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: clamp(20px, 2vw, 34px);
	align-items: start;
}

.lgu-phase-timeline__item + .lgu-phase-timeline__item {
	margin-top: clamp(30px, 3.2vw, 46px);
}

.lgu-phase-timeline__marker {
	position: sticky;
	top: 32px;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--lgu-phase-timeline-accent);
	border: 1px solid transparent;
	color: #fff;
	z-index: 1;
}

.lgu-phase-timeline__item.is-in-progress .lgu-phase-timeline__marker {
	background: var(--lgu-phase-timeline-in-progress);
}

.lgu-phase-timeline__item.is-upcoming .lgu-phase-timeline__marker {
	background: var(--lgu-phase-timeline-card-background);
	border-color: var(--lgu-phase-timeline-upcoming);
	color: var(--lgu-phase-timeline-upcoming);
}

.lgu-phase-timeline__marker-icon {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.lgu-phase-timeline__item.is-completed .lgu-phase-timeline__marker-icon::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 3px;
	width: 12px;
	height: 7px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
}

.lgu-phase-timeline__item.is-in-progress .lgu-phase-timeline__marker-icon::before {
	content: '';
	position: absolute;
	inset: 1px;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
}

.lgu-phase-timeline__item.is-upcoming .lgu-phase-timeline__marker-icon::before {
	content: '';
	position: absolute;
	inset: 2px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.lgu-phase-timeline__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	padding: clamp(24px, 2.5vw, 38px);
	border: 1px solid var(--lgu-phase-timeline-border);
	border-radius: 28px;
	background: var(--lgu-phase-timeline-card-background);
	box-shadow: 0 12px 24px rgba(23, 17, 13, 0.03);
}

.lgu-phase-timeline__item.has-media .lgu-phase-timeline__card {
	grid-template-columns: minmax(0, 1fr) 220px;
	align-items: center;
}

.lgu-phase-timeline__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	color: var(--lgu-phase-timeline-muted);
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.lgu-phase-timeline__number {
	color: var(--lgu-phase-timeline-accent);
}

.lgu-phase-timeline__badge {
	padding: 0.38rem 0.9rem;
	border-radius: 999px;
	border: 1px solid var(--lgu-phase-timeline-border);
	font-size: 0.82rem;
	letter-spacing: 0.22em;
}

.lgu-phase-timeline__item.is-completed .lgu-phase-timeline__badge {
	color: var(--lgu-phase-timeline-accent);
	background: rgba(191, 99, 44, 0.08);
	border-color: rgba(191, 99, 44, 0.18);
}

.lgu-phase-timeline__item.is-in-progress .lgu-phase-timeline__badge {
	color: var(--lgu-phase-timeline-in-progress);
	background: rgba(23, 17, 13, 0.08);
	border-color: rgba(23, 17, 13, 0.14);
}

.lgu-phase-timeline__item.is-upcoming .lgu-phase-timeline__badge {
	color: var(--lgu-phase-timeline-muted);
	background: rgba(215, 206, 197, 0.18);
}

.lgu-phase-timeline__title {
	margin: 18px 0 0;
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.lgu-phase-timeline__description {
	margin: 16px 0 0;
	color: var(--lgu-phase-timeline-muted);
	font-size: clamp(1rem, 1.2vw, 1.24rem);
	line-height: 1.5;
}

.lgu-phase-timeline__checkpoints {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px 26px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.lgu-phase-timeline__checkpoints li {
	position: relative;
	padding-left: 18px;
	color: var(--lgu-phase-timeline-muted);
	font-size: 1rem;
	line-height: 1.45;
}

.lgu-phase-timeline__checkpoints li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}

.lgu-phase-timeline__progress-track {
	position: relative;
	height: 6px;
	margin-top: 20px;
	border-radius: 999px;
	background: var(--lgu-phase-timeline-track);
	overflow: hidden;
}

.lgu-phase-timeline__progress-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--lgu-phase-timeline-accent);
}

.lgu-phase-timeline__item.is-in-progress .lgu-phase-timeline__progress-fill {
	background: var(--lgu-phase-timeline-in-progress);
}

.lgu-phase-timeline__item.is-upcoming .lgu-phase-timeline__progress-fill {
	background: var(--lgu-phase-timeline-upcoming);
}

.lgu-phase-timeline__progress-label {
	margin: 10px 0 0;
	color: var(--lgu-phase-timeline-muted);
	font-size: 0.98rem;
}

.lgu-phase-timeline__media-shell {
	width: 220px;
	max-width: 100%;
}

.lgu-phase-timeline__gallery {
	position: relative;
}

.lgu-phase-timeline__gallery-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.lgu-phase-timeline__gallery-trigger:focus-visible {
	outline: 2px solid var(--lgu-phase-timeline-accent);
	outline-offset: 4px;
}

.lgu-phase-timeline__media,
.lgu-phase-timeline__gallery-preview-image {
	display: block;
	width: 220px;
	max-width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 18px;
	background: #e9e3d9;
}

.lgu-phase-timeline__gallery-count {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(23, 17, 13, 0.82);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
}

.lgu-thumbnail-gallery {
	--lgu-thumbnail-gallery-gap: 18px;
	--lgu-thumbnail-gallery-radius: 0px;
	--lgu-thumbnail-gallery-main-ratio: 16 / 10;
	--lgu-thumbnail-gallery-thumbnail-ratio: 4 / 3;
	--lgu-thumbnail-gallery-background: #f7f3ed;
	--lgu-thumbnail-gallery-border: rgba(140, 114, 90, 0.2);
	--lgu-thumbnail-gallery-active: #b66230;
	display: grid;
	gap: var(--lgu-thumbnail-gallery-gap);
	padding: 0;
	background: var(--lgu-thumbnail-gallery-background);
}

.lgu-thumbnail-gallery__stage {
	position: relative;
}

.lgu-thumbnail-gallery__panel {
	margin: 0;
	aspect-ratio: var(--lgu-thumbnail-gallery-main-ratio);
	border: 1px solid var(--lgu-thumbnail-gallery-border);
	border-radius: var(--lgu-thumbnail-gallery-radius);
	overflow: hidden;
	background: #fff;
	cursor: zoom-in;
}

.lgu-thumbnail-gallery__image,
.lgu-thumbnail-gallery__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lgu-thumbnail-gallery__thumbs-shell {
	position: relative;
	padding: 0 54px;
}

.lgu-thumbnail-gallery__thumbs {
	display: flex;
	gap: var(--lgu-thumbnail-gallery-gap);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.lgu-thumbnail-gallery__thumbs::-webkit-scrollbar {
	display: none;
}

.lgu-thumbnail-gallery__thumb {
	flex: 0 0 min(150px, calc(33.333% - var(--lgu-thumbnail-gallery-gap)));
	max-width: 150px;
	aspect-ratio: var(--lgu-thumbnail-gallery-thumbnail-ratio);
	padding: 0;
	border: 1px solid var(--lgu-thumbnail-gallery-border);
	border-radius: calc(var(--lgu-thumbnail-gallery-radius) * 0.82);
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	scroll-snap-align: start;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lgu-thumbnail-gallery__thumb:hover,
.lgu-thumbnail-gallery__thumb:focus-visible {
	border-color: var(--lgu-thumbnail-gallery-active);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--lgu-thumbnail-gallery-active) 16%, transparent);
	outline: none;
}

.lgu-thumbnail-gallery__thumb.is-active {
	border-color: var(--lgu-thumbnail-gallery-active);
	box-shadow: 0 0 0 2px var(--lgu-thumbnail-gallery-active);
}

.lgu-thumbnail-gallery__thumb-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--lgu-thumbnail-gallery-border);
	border-radius: 999px;
	background: #fff;
	color: #3f2b1f;
	cursor: pointer;
}

.lgu-thumbnail-gallery__thumb-nav--prev {
	left: 0;
}

.lgu-thumbnail-gallery__thumb-nav--next {
	right: 0;
}

.lgu-thumbnail-gallery__thumb-nav:disabled {
	opacity: 0.45;
	cursor: default;
}

.lgu-thumbnail-gallery-lightbox-open {
	overflow: hidden;
}

.lgu-thumbnail-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.lgu-thumbnail-gallery-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 10, 8, 0.82);
	backdrop-filter: blur(6px);
}

.lgu-thumbnail-gallery-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	height: 100%;
	gap: 16px;
	padding: 28px;
	box-sizing: border-box;
}

.lgu-thumbnail-gallery-lightbox__figure {
	margin: 0;
	display: grid;
	justify-items: center;
	gap: 14px;
}

.lgu-thumbnail-gallery-lightbox__image {
	display: block;
	max-width: min(92vw, 1440px);
	max-height: 82vh;
	border-radius: 0;
}

.lgu-thumbnail-gallery-lightbox__caption {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.95rem;
}

.lgu-thumbnail-gallery-lightbox__close,
.lgu-thumbnail-gallery-lightbox__nav {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	cursor: pointer;
}

.lgu-thumbnail-gallery-lightbox__close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 1.8rem;
	line-height: 1;
}

.lgu-thumbnail-gallery-lightbox__nav {
	font-size: 2rem;
	line-height: 1;
}

@media (max-width: 900px) {
	.lgu-timeline::before {
		left: 14px;
		transform: none;
	}

	.lgu-timeline__item {
		grid-template-columns: 28px minmax(0, 1fr);
		min-height: 0;
		margin-bottom: 34px;
		align-items: start;
	}

	.lgu-timeline__dot {
		grid-column: 1;
		margin-top: 0.3rem;
	}

	.lgu-timeline__panel--left,
	.lgu-timeline__panel--right {
		grid-column: 2;
		text-align: left;
		padding: 0 0 0 14px;
	}

	.lgu-content-tabs {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 0;
	}

	.lgu-content-tabs__tab {
		padding: 10px 15px;
		border-radius: 6px;
	}

	.lgu-content-tabs__panel {
		padding: 25px;
		border-radius: 6px;
	}

	.lgu-project-status {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 24px;
		background-size: 34px 34px;
	}

	.lgu-project-status__title {
		font-size: clamp(2.4rem, 12vw, 4rem);
	}

	.lgu-project-status__progress-foot {
		flex-direction: column;
		align-items: flex-start;
	}

	.lgu-project-status__meter-ring {
		max-width: 320px;
	}

	.lgu-phase-timeline {
		padding: 0;
	}

	.lgu-phase-timeline::before {
		left: 27px;
	}

	.lgu-phase-timeline__item {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 16px;
	}

	.lgu-phase-timeline__marker {
		position: relative;
		top: 0;
		width: 44px;
		height: 44px;
	}

	.lgu-phase-timeline__card,
	.lgu-phase-timeline__item.has-media .lgu-phase-timeline__card {
		grid-template-columns: 1fr;
		padding: 22px;
		border-radius: 22px;
	}

	.lgu-phase-timeline__checkpoints {
		grid-template-columns: 1fr;
	}

	.lgu-thumbnail-gallery__thumbs-shell {
		padding: 0;
	}

	.lgu-thumbnail-gallery__thumbs {
		gap: 12px;
	}

	.lgu-thumbnail-gallery__thumb {
		flex-basis: 150px;
	}

	.lgu-thumbnail-gallery-lightbox__dialog {
		grid-template-columns: 1fr;
		justify-items: center;
		padding: 20px;
	}

	.lgu-thumbnail-gallery-lightbox__nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.lgu-thumbnail-gallery-lightbox__nav--prev {
		left: 14px;
	}

	.lgu-thumbnail-gallery-lightbox__nav--next {
		right: 14px;
	}

	.lgu-thumbnail-gallery__thumb-nav {
		display: none;
	}
}

.lgu-gallery {
	--lgu-gallery-accent: #2b1c66;
	--lgu-gallery-gap: clamp(18px, 1.5vw, 28px);
	--lgu-gallery-cell-width: min(68%, 920px);
	--lgu-gallery-side-mask-width: clamp(72px, calc(((100% - var(--lgu-gallery-cell-width)) / 2 - var(--lgu-gallery-gap)) * 0.9), 252px);
	--lgu-gallery-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--lgu-gallery-soft-ease: cubic-bezier(0.19, 0.72, 0.22, 1);
	--lgu-gallery-shadow: 0 30px 70px rgba(10, 18, 34, 0.18);
	--lgu-gallery-shadow-soft: 0 16px 36px rgba(10, 18, 34, 0.12);
	width: min(100%, 1760px);
	margin: 0 auto;
	padding: 28px 0 10px;
}

.lgu-gallery__carousel-shell {
	position: relative;
	min-height: var(--lgu-gallery-height, 480px);
	isolation: isolate;
}

.lgu-gallery__carousel-shell::before,
.lgu-gallery__carousel-shell::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: var(--lgu-gallery-side-mask-width);
	pointer-events: none;
	z-index: 4;
}

.lgu-gallery__carousel-shell::before {
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.84) 28%, rgba(255, 255, 255, 0) 100%);
}

.lgu-gallery__carousel-shell::after {
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 72%, rgba(255, 255, 255, 0.98) 100%);
}

.lgu-gallery__carousel {
	position: relative;
	height: var(--lgu-gallery-height, 480px);
}

.lgu-gallery__carousel:not(.flickity-enabled) {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--lgu-gallery-gap);
	overflow: hidden;
}

.lgu-gallery.is-single .lgu-gallery__carousel:not(.flickity-enabled) {
	grid-template-columns: minmax(0, 1fr);
}

.lgu-gallery__carousel:not(.flickity-enabled) .lgu-gallery__slide {
	width: auto;
	margin-right: 0;
}

.lgu-gallery__carousel:not(.flickity-enabled) .lgu-gallery__slide:nth-child(n + 4) {
	display: none;
}

.lgu-gallery__carousel.flickity-enabled {
	user-select: none;
}

.lgu-gallery__carousel.flickity-enabled .flickity-viewport {
	height: 100% !important;
	touch-action: pan-y;
	cursor: grab;
}

.lgu-gallery__carousel.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: grabbing;
}

.lgu-gallery__carousel.flickity-enabled .flickity-slider {
	height: 100%;
}

.lgu-gallery__slide::before {
	content: '';
	position: absolute;
	inset: -10% 0 34% 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
	mix-blend-mode: soft-light;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.lgu-gallery__slide {
	position: relative;
	width: var(--lgu-gallery-cell-width);
	height: 100%;
	margin-right: var(--lgu-gallery-gap);
	overflow: hidden;
	background: #e8edf4;
	box-shadow: var(--lgu-gallery-shadow-soft);
}

.lgu-gallery__slide.is-active {
	box-shadow: var(--lgu-gallery-shadow);
}

.lgu-gallery__slide.is-active::before {
	opacity: 0.58;
}

.lgu-gallery__media {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

a.lgu-gallery__media::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	content: '';
}

.lgu-gallery__media::after {
	content: '';
	position: absolute;
	inset: -8% 0 32% 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%),
		radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 58%);
	mix-blend-mode: soft-light;
	opacity: 0.14;
	pointer-events: none;
	z-index: 2;
}

.lgu-gallery__media.is-static {
	cursor: default;
}

.lgu-gallery__slide:not(.is-active) .lgu-gallery__media {
	pointer-events: none;
}

.lgu-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lgu-gallery__slide.is-active .lgu-gallery__media::after {
	opacity: 0.42;
}

.lgu-gallery__slide-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.22) 38%, transparent 68%);
	pointer-events: none;
	z-index: 1;
	opacity: 1;
}

.lgu-gallery__heading {
	position: absolute;
	bottom: clamp(24px, 3.5vw, 52px);
	left: clamp(24px, 3.5vw, 52px);
	z-index: 2;
	margin: 0;
	max-width: 72%;
	color: #fff;
	font-size: clamp(1.35rem, 2.2vw, 2.8rem);
	font-weight: 700;
	line-height: 1.18;
	opacity: 1;
	pointer-events: none;
}

.lgu-gallery__slide-content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	pointer-events: none;
	opacity: 1;
}

.lgu-gallery__slide-content > * {
	margin-top: 0;
	margin-bottom: 0;
	opacity: 1;
	pointer-events: none;
}

.lgu-gallery__slide-content > * + * {
	margin-top: 0.75em;
}

.lgu-gallery__slide-content a,
.lgu-gallery__slide-content button,
.lgu-gallery__slide-content input,
.lgu-gallery__slide-content select,
.lgu-gallery__slide-content textarea,
.lgu-gallery__slide-content [tabindex],
.lgu-gallery__slide-content [role="button"] {
	pointer-events: auto;
}

.lgu-gallery__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-wrap: nowrap;
	border: 2px solid;
	margin: 20px auto 0 auto;
	border-radius: 100px;
	width: fit-content;
}

.lgu-gallery__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: var(--lgu-gallery-accent);
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.lgu-gallery__nav:hover:not(:disabled),
.lgu-gallery__nav:focus-visible:not(:disabled) {
	background: var(--lgu-gallery-accent);
	color: #fff;
}

.lgu-gallery__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.lgu-gallery__cta {
	position: relative;
	color: var(--lgu-gallery-accent);
	text-decoration: none;
	overflow: hidden;
	font-weight: 600;
	font-size: var(--wp--preset--font-size--small) !important;
}
.lgu-gallery__cta > * {
	position: relative;
	z-index: 1;
}

.lgu-gallery__cta.is-static {
	cursor: default;
}

.lgu-gallery__cta.is-static::before {
	display: none;
}

.lgu-gallery__cta.is-static:hover,
.lgu-gallery__cta.is-static:focus-visible {
	background: transparent;
	color: var(--lgu-gallery-accent);
}

.lgu-gallery.is-single .lgu-gallery__carousel-shell::before,
.lgu-gallery.is-single .lgu-gallery__carousel-shell::after {
	display: none;
}

.lgu-carousel {
	--lgu-carousel-gap: 20px;
	--lgu-carousel-radius: 18px;
	--lgu-carousel-image-height: 320px;
	--lgu-carousel-nav-size: 46px;
	--lgu-carousel-nav-offset: 8px;
	--lgu-carousel-visible-desktop: 4;
	--lgu-carousel-visible-tablet: 2;
	--lgu-carousel-visible-mobile: 1;
	--lgu-carousel-visible-current: var(--lgu-carousel-visible-desktop);
	position: relative;
	max-width: 100%;
}

.lgu-carousel.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.lgu-carousel.alignfull.has-arrows .lgu-carousel__viewport {
	padding-inline: 0;
}

.lgu-carousel.alignfull .lgu-carousel__nav--prev {
	left: 10px;
}

.lgu-carousel.alignfull .lgu-carousel__nav--next {
	right: 10px;
}

.lgu-carousel__viewport {
	position: relative;
	max-width: 100%;
}

.lgu-carousel.has-arrows .lgu-carousel__viewport {
	padding-inline: calc(var(--lgu-carousel-nav-size) + var(--lgu-carousel-nav-offset) * 2);
}

.lgu-carousel__track {
	width: 100%;
	max-width: 100%;
}

.lgu-carousel__track:not(.flickity-enabled) {
	display: flex;
	overflow: hidden;
}

.lgu-carousel__track:not(.flickity-enabled) .lgu-carousel__cell {
	flex: 0 0 calc(
		(100% - (var(--lgu-carousel-gap) * (var(--lgu-carousel-visible-current) - 1))) /
			var(--lgu-carousel-visible-current)
	);
}

.lgu-carousel__track.flickity-enabled .flickity-viewport {
	overflow: hidden;
}

.lgu-carousel__cell {
	min-width: 0;
	width: calc(
		(100% - (var(--lgu-carousel-gap) * (var(--lgu-carousel-visible-current) - 1))) /
			var(--lgu-carousel-visible-current)
	);
}

.lgu-carousel__cell + .lgu-carousel__cell {
	margin-left: var(--lgu-carousel-gap);
}

.lgu-carousel__item {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: var(--lgu-carousel-radius);
	background: transparent;
	cursor: pointer;
	overflow: hidden;
}

.lgu-carousel__item:disabled {
	cursor: default;
}

.lgu-carousel__item:focus-visible {
	outline: 2px solid #0f62fe;
	outline-offset: 4px;
}

.lgu-carousel__image {
	display: block;
	width: 100%;
	height: var(--lgu-carousel-image-height);
	object-fit: cover;
	border-radius: var(--lgu-carousel-radius);
	background: #f3f4f6;
}

.lgu-carousel__nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--lgu-carousel-nav-size);
	height: var(--lgu-carousel-nav-size);
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 999px;
	background: #fff;
	color: #111827;
	cursor: pointer;
	transform: translateY(-50%);
}

.lgu-carousel__nav--prev {
	left: var(--lgu-carousel-nav-offset);
}

.lgu-carousel__nav--next {
	right: var(--lgu-carousel-nav-offset);
}

.lgu-carousel__nav:hover:not(:disabled),
.lgu-carousel__nav:focus-visible:not(:disabled) {
	transform: translateY(calc(-50% - 1px));
	border-color: rgba(15, 23, 42, 0.28);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.lgu-carousel__nav:disabled {
	opacity: 0.45;
	cursor: default;
}

.lgu-carousel .flickity-page-dots {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.lgu-carousel .flickity-page-dots .dot {
	width: 10px;
	height: 10px;
	margin: 0;
	background: rgba(15, 23, 42, 0.22);
	opacity: 1;
}

.lgu-carousel .flickity-page-dots .dot.is-selected {
	background: #111827;
}

@media (max-width: 900px) {
	.lgu-gallery {
		padding-top: 18px;
	}

	.lgu-carousel {
		--lgu-carousel-visible-current: var(--lgu-carousel-visible-tablet);
	}

	.lgu-gallery__carousel-shell,
	.lgu-gallery__carousel {
		height: min(var(--lgu-gallery-height, 480px), 78vw);
		min-height: min(var(--lgu-gallery-height, 480px), 78vw);
	}

	.lgu-gallery__carousel:not(.flickity-enabled) {
		grid-template-columns: minmax(0, 1fr);
	}

	.lgu-gallery__carousel:not(.flickity-enabled) .lgu-gallery__slide:nth-child(n + 2) {
		display: none;
	}

	.lgu-gallery__carousel-shell::before,
	.lgu-gallery__carousel-shell::after {
		display: none;
	}

	.lgu-gallery__slide {
		width: 100%;
		opacity: 1;
		filter: none;
		transform: none;
	}
}

@media (max-width: 782px) {
	.lgu-carousel {
		--lgu-carousel-visible-current: var(--lgu-carousel-visible-mobile);
	}
}

@media (max-width: 640px) {
	.lgu-carousel {
		--lgu-carousel-nav-size: 38px;
		--lgu-carousel-nav-offset: 6px;
	}

	.lgu-carousel.has-arrows .lgu-carousel__viewport {
		padding-inline: 0 10px;
	}

	.lgu-carousel.alignfull.has-arrows .lgu-carousel__viewport {
		padding-inline: 0 10px;
	}

	.lgu-carousel__image {
		height: min(var(--lgu-carousel-image-height), 320px);
	}

	.lgu-carousel .flickity-page-dots {
		margin-top: 14px;
	}
}

.lgu-news-feed {
	--lgu-news-accent: #2b1c66;
	--lgu-news-gap: 24px;
	width: min(100%, 1760px);
	margin: 0 auto;
	padding: 24px 0;
}

.lgu-news-feed__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 48px;
}

.lgu-news-feed__heading {
	margin: 0;
	color: var(--lgu-news-accent);
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 500;
}

.lgu-news-feed__header-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lgu-news-feed__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--lgu-news-accent);
	border-radius: 50%;
	background: #fff;
	color: var(--lgu-news-accent);
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	transition:
		transform 0.28s cubic-bezier(0.65, 0, 0.35, 1),
		background-color 0.28s ease,
		color 0.28s ease,
		opacity 0.28s ease,
		border-color 0.28s ease;
}

.lgu-news-feed__nav:hover:not(:disabled),
.lgu-news-feed__nav:focus-visible:not(:disabled) {
	background: var(--lgu-news-accent);
	color: #fff;
	transform: translateY(-1px);
}

.lgu-news-feed__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.lgu-news-feed__track-wrapper {
	overflow: hidden;
}

.lgu-news-feed__track {
	display: flex;
	gap: var(--lgu-news-gap);
	transition: transform 1.0s cubic-bezier(0.65, 0, 0.35, 1);
}

.lgu-news-feed__card {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - 2 * var(--lgu-news-gap)) / 3);
	min-width: 0;
}

.lgu-news-feed__image-link {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eef2f7;
	text-decoration: none;
}

.lgu-news-feed__image-link.is-placeholder {
	position: relative;
}

.lgu-news-feed__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #eff3f9 0%, #dfe7f3 100%);
}

.lgu-news-feed__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}

.lgu-news-feed__image-link:hover .lgu-news-feed__image,
.lgu-news-feed__image-link:focus-visible .lgu-news-feed__image {
	transform: scale(1.04);
}

.lgu-news-feed__meta {
	margin-top: 28px;
	color: #8a8d95;
	font-size: 0.95rem;
	line-height: 1.2;
}

.lgu-news-feed__title {
	margin: 18px 0 0;
	color: var(--lgu-news-accent);
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
}

.lgu-news-feed__title a {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lgu-news-feed__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: 36px;
	padding: 0.75rem 1.25rem;
	border: 1px solid var(--lgu-news-accent);
	border-radius: 999px;
	background: #fff;
	color: var(--lgu-news-accent);
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease;
}

.lgu-news-feed__button:hover,
.lgu-news-feed__button:focus-visible {
	background: var(--lgu-news-accent);
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 1200px) {
	.lgu-news-feed__card {
		flex: 0 0 calc((100% - 2 * var(--lgu-news-gap)) / 2);
	}
}

@media (max-width: 782px) {
	.lgu-news-feed__header {
		margin-bottom: 32px;
	}

	.lgu-news-feed__nav {
		width: 44px;
		height: 44px;
	}

	.lgu-news-feed__card {
		flex: 0 0 100%;
	}
}

.lgu-hero-slider {
	--lgu-hero-transition-duration: 1.45s;
	--lgu-hero-transition-tail: 1.85s;
	--lgu-hero-slide-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--lgu-hero-tail-ease: cubic-bezier(0.19, 0.72, 0.22, 1);
	--lgu-hero-content-delay: 0.58s;
	--lgu-hero-content-step: 0.12s;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #0f1016;
}

.lgu-hero-slider__slides {
	position: relative;
	min-height: inherit;
	touch-action: pan-y;
	-webkit-user-select: none;
	user-select: none;
	isolation: isolate;
}

.lgu-hero-slider__slide {
	--lgu-hero-hover-x: 0px;
	--lgu-hero-hover-y: 0px;
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, -14%, 0) scale(1.06);
	transform-origin: center center;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
	will-change: transform, clip-path, opacity;
}

.lgu-hero-slider__slide.is-current {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 3;
	transform: translate3d(0, 0, 0) scale(1.035);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.lgu-hero-slider__slide.is-hidden {
	z-index: 0;
	visibility: hidden;
	pointer-events: none;
}

.lgu-hero-slider__frame {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
}

.lgu-hero-slider__frame::after {
	content: '';
	position: absolute;
	inset: -14% 0 42% 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
	mix-blend-mode: soft-light;
	opacity: 0;
	transform: translate3d(0, -8%, 0);
	pointer-events: none;
	transition:
		opacity 1.2s cubic-bezier(0.19, 0.72, 0.22, 1),
		transform 1.5s cubic-bezier(0.19, 0.72, 0.22, 1);
}

.lgu-hero-slider__media,
.lgu-hero-slider__visual {
	display: block;
	width: 100%;
	height: 100%;
}

.lgu-hero-slider__media {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.lgu-hero-slider.has-hover-follow .lgu-hero-slider__slide.is-current[data-media-type="image"] .lgu-hero-slider__media {
	transform: translate3d(var(--lgu-hero-hover-x), var(--lgu-hero-hover-y), 0);
	transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}

.lgu-hero-slider__visual {
	object-fit: cover;
	will-change: transform, filter;
}

.lgu-hero-slider__slide.is-media-image .lgu-hero-slider__visual--video,
.lgu-hero-slider__slide.is-media-image .lgu-hero-slider__video-placeholder {
	display: none;
}

.lgu-hero-slider__slide.is-media-video .lgu-hero-slider__visual--image {
	display: none;
}

.lgu-hero-slider__visual--video,
.lgu-hero-slider__video-placeholder {
	position: absolute;
	inset: 0;
}

.lgu-hero-slider__video-placeholder {
	z-index: 2;
	opacity: 1;
	pointer-events: none;
	transition: opacity 0.55s cubic-bezier(0.19, 0.72, 0.22, 1);
}

.lgu-hero-slider__slide.is-video-ready .lgu-hero-slider__video-placeholder {
	opacity: 0;
}

.lgu-hero-slider__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.68;
	background:
		linear-gradient(180deg, rgba(8, 9, 13, 0.04) 0%, rgba(8, 9, 13, 0.18) 46%, rgba(8, 9, 13, 0.74) 100%);
	pointer-events: none;
	transition: opacity 1s cubic-bezier(0.19, 0.72, 0.22, 1);
}

.lgu-hero-slider__content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity, filter, transform;
	transform: translate3d(0, 34px, 0) !important;
	filter: blur(4px);
	transition:
		opacity 0.8s cubic-bezier(0.19, 0.72, 0.22, 1),
		transform 1.1s cubic-bezier(0.19, 0.72, 0.22, 1),
		filter 1.1s cubic-bezier(0.19, 0.72, 0.22, 1);
}

.lgu-hero-slider__content > * {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
	transition:
		opacity 0.7s cubic-bezier(0.19, 0.72, 0.22, 1),
		transform 0.95s cubic-bezier(0.19, 0.72, 0.22, 1);
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__shade {
	opacity: 1;
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__frame::after {
	opacity: 0.18;
	transform: translate3d(0, 0, 0);
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__content {
	opacity: 1;
	transform: translate3d(0, 0, 0) !important;
	filter: blur(0);
	transition-delay: var(--lgu-hero-content-delay);
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__content > * {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__content > :nth-child(1) {
	transition-delay: calc(var(--lgu-hero-content-delay) + (var(--lgu-hero-content-step) * 0));
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__content > :nth-child(2) {
	transition-delay: calc(var(--lgu-hero-content-delay) + (var(--lgu-hero-content-step) * 1));
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__content > :nth-child(3) {
	transition-delay: calc(var(--lgu-hero-content-delay) + (var(--lgu-hero-content-step) * 2));
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__content > :nth-child(4) {
	transition-delay: calc(var(--lgu-hero-content-delay) + (var(--lgu-hero-content-step) * 3));
}

.lgu-hero-slider__slide.is-current .lgu-hero-slider__content > :nth-child(5) {
	transition-delay: calc(var(--lgu-hero-content-delay) + (var(--lgu-hero-content-step) * 4));
}

.lgu-hero-slider__slide.is-outgoing-forward .lgu-hero-slider__shade,
.lgu-hero-slider__slide.is-outgoing-backward .lgu-hero-slider__shade {
	opacity: 0.54;
}

.lgu-hero-slider__slide.is-outgoing-forward .lgu-hero-slider__frame::after,
.lgu-hero-slider__slide.is-outgoing-backward .lgu-hero-slider__frame::after {
	opacity: 0.08;
	transform: translate3d(0, 6%, 0);
}

.lgu-hero-slider__slide.is-outgoing-forward .lgu-hero-slider__content,
.lgu-hero-slider__slide.is-outgoing-backward .lgu-hero-slider__content {
	opacity: 0;
	transform: translate3d(0, -22px, 0) !important;
	filter: blur(5px);
	transition-delay: 0s;
}

.lgu-hero-slider__slide.is-outgoing-forward .lgu-hero-slider__content > *,
.lgu-hero-slider__slide.is-outgoing-backward .lgu-hero-slider__content > * {
	opacity: 0;
	transform: translate3d(0, -16px, 0);
}

.lgu-hero-slider__headline {
	margin: 0;
	color: #fff;
	white-space: pre-line;
	text-wrap: balance;
}

.lgu-hero-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	background: rgba(10, 12, 18, 0.25);
	color: #fff;
	backdrop-filter: blur(10px);
	transform: translateY(-50%);
	transition:
		background-color 0.28s ease,
		transform 0.34s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.28s ease,
		opacity 0.28s ease;
	cursor: pointer;
}

.lgu-hero-slider__nav--prev {
	left: 24px;
}

.lgu-hero-slider__nav--next {
	right: 24px;
}

.lgu-hero-slider__nav:hover:not(:disabled),
.lgu-hero-slider__nav:focus-visible:not(:disabled) {
	background: rgba(255, 255, 255, 0.18);
	border-color: #fff;
}

.lgu-hero-slider__nav:disabled {
	opacity: 0.45;
	cursor: default;
}

.lgu-hero-slider__pagination {
	position: absolute;
	right: clamp(18px, 4vw, 38px);
	bottom: clamp(18px, 3vw, 34px);
	z-index: 6;
	display: flex;
	align-items: center;
	gap: 10px;
}

.lgu-hero-slider__pagination-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.lgu-hero-slider.is-dragging .lgu-hero-slider__frame {
	cursor: grabbing;
}

.lgu-hero-slider__pagination-dot {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.4);
	transition:
		transform 0.5s cubic-bezier(0.65, 0, 0.35, 1),
		background-color 0.5s cubic-bezier(0.65, 0, 0.35, 1),
		opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.lgu-hero-slider__pagination-item.is-active .lgu-hero-slider__pagination-dot {
	background: #fff;
	transform: scaleY(1.5);
}

.lgu-hero-slider__pagination-item:disabled {
	cursor: default;
}

.lgu-hero-slider__slide.is-incoming-forward,
.lgu-hero-slider__slide.is-incoming-backward,
.lgu-hero-slider__slide.is-outgoing-forward,
.lgu-hero-slider__slide.is-outgoing-backward {
	visibility: visible;
	opacity: 1;
}

.lgu-hero-slider__slide.is-incoming-forward {
	z-index: 4;
	animation:
		lgu-hero-slide-in-forward var(--lgu-hero-transition-duration) var(--lgu-hero-slide-ease) both;
}

.lgu-hero-slider__slide.is-outgoing-forward {
	z-index: 2;
	animation:
		lgu-hero-slide-out-forward var(--lgu-hero-transition-tail) var(--lgu-hero-tail-ease) both;
}

.lgu-hero-slider__slide.is-incoming-backward {
	z-index: 4;
	animation:
		lgu-hero-slide-in-backward var(--lgu-hero-transition-duration) var(--lgu-hero-slide-ease) both;
}

.lgu-hero-slider__slide.is-outgoing-backward {
	z-index: 2;
	animation:
		lgu-hero-slide-out-backward var(--lgu-hero-transition-tail) var(--lgu-hero-tail-ease) both;
}

.lgu-hero-slider__slide.is-animating .lgu-hero-slider__visual {
	animation: lgu-hero-zoom-in 7s cubic-bezier(0, 0, 0.2, 1) both;
}

@keyframes lgu-hero-slide-in-forward {
	from {
		opacity: 0.72;
		transform: translate3d(0, -14%, 0) scale(1.08);
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1.035);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@keyframes lgu-hero-slide-out-forward {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1.035);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	to {
		opacity: 0;
		transform: translate3d(0, 9%, 0) scale(1.015);
		clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
	}
}

@keyframes lgu-hero-slide-in-backward {
	from {
		opacity: 0.72;
		transform: translate3d(0, 14%, 0) scale(1.08);
		clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1.035);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

@keyframes lgu-hero-slide-out-backward {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1.035);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	to {
		opacity: 0;
		transform: translate3d(0, -9%, 0) scale(1.015);
		clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
	}
}

@keyframes lgu-hero-zoom-in {
	from {
		transform: scale(1.065) translate3d(0, -1.2%, 0);
		filter: saturate(1.03) brightness(0.95);
	}

	to {
		transform: scale(1) translate3d(0, 0, 0);
		filter: saturate(1) brightness(1);
	}
}

@media (max-width: 782px) {


	.lgu-hero-slider__nav {
		width: 44px;
		height: 44px;
	}

	.lgu-hero-slider__nav--prev {
		left: 14px;
	}

	.lgu-hero-slider__nav--next {
		right: 14px;
	}

	.lgu-hero-slider__pagination {
		right: 16px;
		bottom: 18px;
		gap: 8px;
	}

	.lgu-hero-slider__pagination-item {
		width: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__content,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__content > *,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__media,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__video-placeholder,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__shade,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__nav,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__pagination-dot {
		transition: none;
		filter: none;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__frame::after {
		transition: none;
		transform: none !important;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider.has-hover-follow .lgu-hero-slider__slide.is-current[data-media-type="image"] .lgu-hero-slider__media {
		transform: none !important;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-current,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-incoming-forward,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-incoming-backward,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-outgoing-forward,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-outgoing-backward {
		transform: none !important;
		clip-path: none !important;
		animation: none !important;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-current .lgu-hero-slider__content,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-outgoing-forward .lgu-hero-slider__content,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-outgoing-backward .lgu-hero-slider__content {
		transform: none !important;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-current .lgu-hero-slider__content > *,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-outgoing-forward .lgu-hero-slider__content > *,
	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-outgoing-backward .lgu-hero-slider__content > * {
		transform: none !important;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-hero-slider__slide.is-animating .lgu-hero-slider__visual {
		animation: none;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide::before,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__media::after,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide-shade,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__heading,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide-content,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide-content > *,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__image,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__carousel .flickity-prev-next-button,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__carousel .flickity-page-dots .dot,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__cta {
		transition: none;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide.is-active .lgu-gallery__slide-shade,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide.is-active .lgu-gallery__heading {
		opacity: 1;
		transform: none;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide.is-active,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__image,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__media::after {
		transform: none !important;
		animation: none !important;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide.is-active .lgu-gallery__slide-content,
	body:not(.lgu-ignore-reduced-motion) .lgu-gallery__slide.is-active .lgu-gallery__slide-content > * {
		opacity: 1;
		transform: none;
	}

	body:not(.lgu-ignore-reduced-motion) .lgu-carousel__nav,
	body:not(.lgu-ignore-reduced-motion) .lgu-carousel .flickity-page-dots .dot {
		transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease,
			background-color 180ms ease, opacity 180ms ease;
	}

}
