[data-wpr-lazyrender] {
	content-visibility: visible !important;
}
.lity {
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	background: var(--gb_chosen_blue);
	bottom: 0;
	left: 0;
	opacity: 0;
	outline: none !important;
	position: fixed;
	right: 0;
	top: 0;
	white-space: nowrap;
	z-index: 9990;
	transition: opacity 0.3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lity-wrap {
	bottom: 0;
	left: 0;
	margin-bottom: 50px;
	margin-top: 50px;
	outline: none !important;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 9990;
}
@media (max-width: 991px) {
	.lity-wrap {
		margin-top: 60px;
	}
}

.lity-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;

	margin-right: -0.25em;
}

.lity-loader {
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	color: #fff;
	font-size: 14px;
	margin-top: -0.8em;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 9991;
	transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	z-index: 9992;
	outline: none !important;
}

.lity-content {
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-o-transition: -o-transform 0.3s ease;
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transform: scale(1);
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 9993;

	transition:
		transform 0.3s ease,
		-webkit-transform 0.3s ease,
		-o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);

	transform: scale(0.8);
}

.lity-content:after {
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: -1;
}

.lity-close {
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	align-items: center;
	background: none;
	background: var(--gb_white);
	border: 0;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	font-size: 0;
	height: 48px;
	justify-content: center;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 11px;
	stroke-width: 1px;
	text-align: center;
	text-decoration: none;
	top: -19px;
	width: 48px;
	z-index: 9994;
}
.lity-close::after {
	background-image: url(../images/lity-popup-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}
.lity-close:hover {
	transform: rotate(90deg);
}
@media (max-width: 991px) {
	.lity-close {
		bottom: calc(100% + 12px);
		right: 30px;
		top: inherit;
	}
}
@media (max-width: 640px) {
	.lity-close {
		right: 20px;
	}
}
.lity-close::-moz-focus-inner {
	border: 0;

	padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	background: var(--gb_white);
	border-color: var(--gb_white);
}

.lity-image img {
	display: block;
	line-height: 0;
	max-width: 100%;
	border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	align-items: center;
	background-image: url(../images/loader-icon.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 90px;
	border-radius: 2px;
	border-radius: 20px;
	display: flex;
	height: 0;
	justify-content: center;
	margin: 0 auto;
	overflow: auto;
	padding-top: 56.25%;
	pointer-events: auto;
	transform: translateZ(0);
	width: 95% !important;
}

.lity-iframe-container iframe {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	background: #000;
}

.lity-hide {
	display: none;
}

.lity-wrap:before {
	margin: 0;
}

.lity-active {
	overflow: hidden;
}

#legend-container ul li:before {
	background-color: transparent;
	border-radius: 4px;
	height: 16px;
	top: 0;
	width: 16px;
	content: "";
	position: absolute;
	content: "";
	left: 0;
}

#legend-container ul li.legend-item-existing_water_supply_strategies:before {
	background: transparent;
	border-bottom: 14px solid #2a6bc6;
	border-left: 8px solid transparent;
	border-radius: 0;
	border-right: 8px solid transparent;
	height: 0;
	width: 0;
}
#legend-container ul li.legend-item-existing_water_supply:before {
	background-color: var(--gb_chosen_blue);
	border-radius: 0;
	height: 12px;
	transform: rotate(45deg);
	width: 12px;
}
#legend-container ul li.legend-item-water_demand:before {
	background-color: var(--gb_fluorescent_coral);
	border-radius: 100%;
}

.hero.hero-section-default .play-button {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(0, 17, 36, 0.44);
	border-radius: 100%;
	bottom: 60px;
	display: flex;
	height: 52px;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	right: 20px;
	width: 52px;
	z-index: 9;
}
.pause-icon {
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.pause-icon img {
	border-radius: 0;
	height: 20px;
	left: 17px;
	position: absolute;
	top: 17px;
	width: 20px;
}
.hero.hero-section-default .play-button img {
	height: 24px;
	left: 50%;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
}
.hero.hero-section-default .play-button.active .play-icon {
	opacity: 1;
	visibility: visible;
}
.hero.hero-section-default .play-button .play-icon,
.hero.hero-section-default .play-button.active .pause-icon {
	opacity: 0;
	visibility: hidden;
}
