@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);

:global(.visually-hidden) {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

svelte-scroller-outer.svelte-3stote {
	display: block;
	position: relative;
	max-width: 100%
}

svelte-scroller-background.svelte-3stote {
	display: block;
	position: relative;
	width: 100%
}

svelte-scroller-foreground.svelte-3stote {
	display: block;
	position: relative;
	z-index: 2
}

svelte-scroller-foreground.svelte-3stote::after {
	content: ' ';
	display: block;
	clear: both
}

svelte-scroller-background-container.svelte-3stote {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 100%;
	pointer-events: none;
	will-change: transform
}

hr.svelte-1o8yeei {
	width: 75px;
	height: 20px;
	border: none;
	border-top: 4px solid #40b67a;
	margin: 0 auto
}

hr.top.svelte-1o8yeei {
	border-top: none
}

/* GLOBALS */

#pew-app html,
#pew-app body {
	position: relative;
	width: 100%;
	/* height: 100%; */
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib,
.maplibregl-ctrl.maplibregl-ctrl-attrib {
	background-color: hsla(0, 0%, 100%, .7) !important;
}

/* body {
	color: #222;
	background-color: #fff;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
	font-size: 21px;
	line-height: 1.5;
	word-wrap: break-word;
} */

/* COMPONENTS */

#pew-app a {
	color: #206095;
}

#pew-app a:hover {
	color: #323132;
}

/* label {
	display: block;
} */

/* input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}  */

/* input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
} */

/* header, section, nav, footer, figure, caption { */
#pew-app figure {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

/* 
footer {
	margin: 60px 0 0 0;
}

h1 {
	font-size: 54px;
	line-height: 1.3;
	margin: 30px 0 0 0;
}

h2 {
	font-size: 30px;
	margin: 40px 0 -20px 0;
}

h3 {
	font-size: 22px;
	margin: 40px 0 -10px 0;
}

p {
	margin: 30px 0 0 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

blockquote {
	margin: 30px 0 6px 0;
	font-size: 30px;
	color: #777;
}

small {
	font-size: 14px;
} */

/* CLASSES */

.col-full {
	width: 100%;
}

.col-wide {
	width: 100%;
	max-width: 980px;
	margin: 0 24px;
}

.col-medium {
	width: 100%;
	max-width: 260px;
	/* margin: 0 38px; */
}

.col-right {
	/* left: 50%; */
	float: right;
}

.col-narrow {
	width: 100%;
	max-width: 540px;
	margin: 0 24px;
}

.height-full {
	min-height: calc(100svh - 100px);
}

.center {
	text-align: center;
}

.middle {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.caption {
	margin-top: 8px;
	text-align: left;
	font-size: 14px;
	color: #777;
}

.inset-medium {
	max-width: 680px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.inset-narrow {
	max-width: 480px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.text-big {
	font-size: 30px;
	margin: 20px 0;
}

.text-small {
	font-size: 14px;
}

.text-indent {
	margin-left: 30px;
}

.text-shadow {
	text-shadow: 0 0 8px #000;
}

.text-bold {
	font-weight: bold;
}

.text-muted {
	color: #777;
}

.mt {
	margin-top: 72px;
}

.mb {
	margin-bottom: 40px;
}

.em {
	padding: 1px 4px 1px 4px;
	/*	border-radius: 5px; */
	font-weight: bold;
	white-space: nowrap;
}

.em-muted {
	background-color: #777;
	color: #fff;
}

/* SCROLL-SPECIFIC ELEMENTS */

svelte-scroller-background-container {
	pointer-events: all !important;
}

[slot="foreground"] section {
	padding: 100svh 0 100svh 0;
	max-width: 744px;
	margin: 0 auto;
}

[slot="foreground"] section.header-section {
	/* padding: 100vh 0 100vh 0; */
	max-width: none;
	margin: 0 auto;
	/* color: var(--text); */
}

[slot="foreground"] section.header-section div {
	box-shadow: none;
}

.header-section>div {
	/* background-color: beige; */
	background-color: rgba(247, 247, 237, .87);
}

[slot="foreground"] .header-section div p {
	font-size: 1.55rem;
	max-width: 940px;
	margin: 0 auto !important;
	text-align: center;
	line-height: 1.25em;
}

[slot="foreground"] section+section {
	padding: 0 0 100svh 0;
}

[slot="foreground"] section>div,
[slot="foreground"] section aside div {
	padding: 1.5rem 2rem;
	position: relative;
	/* box-shadow: 1px 2px 5px black; */
	/* box-shadow: 1px 3px 5px -1px #757575; */
	/* box-shadow: 3px 15px 6px -6px rgba(55,55,55,.3); */
}

[slot="foreground"] section div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #f0f0f0; */
	opacity: 0.92;
	z-index: -1;
}

[slot="foreground"] section div p {
	margin: 0;
	line-height: normal;
	font-size: 1.3rem;
	font-weight: 600;
	color: #000;
}

[slot="foreground"] section div li {
	font-size: 1.3rem;
}

#pew-app section div ul {
	margin: 1em 0 0 2em;
}

[slot="foreground"] section div blockquote p {
	margin: 1rem;
	font-size: 1.3rem;
}

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.maplibregl-ctrl-bottom-left,
.maplibregl-ctrl-bottom-right,
.maplibregl-ctrl-top-left,
.maplibregl-ctrl-top-right {
	z-index: 0 !important;
}

/* [slot="foreground"] section div p + p {
	margin-top: 30px;
} */

[slot="foreground"] section div h2 {
	text-align: center;
	margin: 0 auto;
	max-width: 990px;
}

[slot="foreground"] section div blockquote {
	text-align: justify;
	max-width: 590px;
	margin: 0 auto;
}

[slot="foreground"] section div h3 {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.splitscreen svelte-scroller-background {
		width: calc(100% - 480px) !important;
		min-width: 65%;
		margin: 0 0 0 auto;
	}

	.splitscreen [slot="foreground"] section div::before {
		opacity: 0;
	}

	.splitscreen [slot="foreground"] section {
		width: 480px;
		max-width: 35%;
		margin: 0 auto 0 0;
		/* background-color: #fff; */
	}

	.splitscreen [slot="foreground"] section div {
		background-color: #fff;
	}

	.splitscreen [slot="foreground"] .col-medium {
		width: 90%;
		margin: 0 auto;
		padding: 12px 30px;
		/* text-align: center; */
		/* padding: 0;
		margin-left: calc(50vw - 585px); */
	}

	.quotesource {
		text-align: right;
	}

}

@media screen and (max-width: 990px) {
	.col-medium {
		/* width: 100%; */
		max-width: 100%;
		/* background-color: beige; */
		background-color: rgba(247, 247, 237, .82);

	}

	[slot="foreground"] section {
		/* padding: 100vh 0 100vh 0; */
		max-width: none;
	}

	[slot="foreground"] section div p {
		margin: 0 auto;
		max-width: 650px;
		text-align: center;
	}

}

div.image.svelte-4eg57u {
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	background-position: center;
	min-height: calc(100vh - 158px);
	min-height: calc(100vh - 100px);
	transition: all ease-in-out 1s
}

div.image.reducedMotion.svelte-4eg57u {
	transition: all linear 50ms;
	background-size: contain !important
}

div.bg.svelte-4eg57u {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	background-size: cover
}

div.contain.svelte-4eg57u {
	background-size: contain
}

div.cover.svelte-4eg57u {
	background-size: cover
}

div.overlay.svelte-4eg57u {
	width: 100%;
	height: calc(100vh - 100px);
	background-color: #f7f7ed
}

.imagepreload.svelte-4eg57u {
	min-height: 1px;
	background-size: contain;
	right: -1px;
	width: 1px;
	position: absolute;
	top: -1px
}

div.zoomed.svelte-4eg57u {
	background-position-x: var(--xposition, 50%);
	background-position-y: var(--yposition, 50%);
	background-size: var(--zoomAmount, 100%)
}

@media(max-width: 600px) {
	div.cover.svelte-4eg57u {
		background-size: 190%
	}
}

div.svelte-1alwmx6 {
	position: absolute;
	bottom: 0;
	background-color: rgba(15, 15, 15, 0.8);
	width: 100%;
	padding: 10px
}

p.svelte-1alwmx6 {
	margin: 0 auto;
	line-height: normal;
	max-width: 1170px;
	padding: 0 9px;
	color: rgb(240, 240, 240)
}

@media(max-width: 56.93625em) {
	div.svelte-1alwmx6 {
		bottom: 50px
	}
}

.sr-only.svelte-atvtqn {
	position: absolute;
	left: -10000px;
	top: auto;
	overflow: hidden
}

.BGwrapper.svelte-ti4f26 {
	max-width: 744px;
	display: flex;
	position: absolute;
	width: 100%;
	top: 0;
	left: calc(50vw - 372px - (var(--scrollbar-width) / 2))
}

.textBG.svelte-ti4f26 {
	background-color: rgba(247, 247, 237, .82);
	max-width: 260px;
	width: 100%
}

.left.svelte-ti4f26 {
	justify-content: start
}

.right.svelte-ti4f26 {
	justify-content: end
}

@media screen and (max-width: 990px) {
	.textBG.svelte-ti4f26 {
		display: none
	}
}

div.svelte-1cet0cb.svelte-1cet0cb {
	width: 50%;
	display: inline-block;
	text-align: center;
	padding: 0
}

.customWidth.svelte-1cet0cb.svelte-1cet0cb {
	width: var(--width)
}

div.svelte-1cet0cb img.svelte-1cet0cb {
	max-width: 100%
}

@media screen and (max-width: 650px) {
	div.svelte-1cet0cb img.svelte-1cet0cb {
		max-width: min(132px, 65%)
	}

	.customWidth.svelte-1cet0cb img.svelte-1cet0cb {
		max-width: 65%
	}
}

section.svelte-1gmn3o1 .col-medium div.statcontainer.svelte-1gmn3o1 {
	padding: 0;
	min-height: 320px
}

@media screen and (max-width: 650px) {}

svelte-scroller-foreground {
	pointer-events: none !important
}

svelte-scroller-foreground section div {
	pointer-events: all !important
}

/*# sourceMappingURL=rendercss.map*/