@charset "UTF-8";

/*!
Theme Name: Maria Holl
Author: Christian Holl
Author URI: christian@holl-aachen.de
Description: Maria Holl web design 2021
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maria-holl

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Based on
- Getwid Base https://github.com/motopress/getwid-base
- Poseidon https://github.com/ThemeZee/poseidon
- Underscores https://underscores.me
- Normalize https://necolas.github.io/normalize.css/
*/
.has-palette-color-1-color {
	color: #005b96
}

.has-palette-color-1-background-color {
	background-color: #005b96
}

.has-palette-color-3-color {
	color: #e8f1f8
}

.has-palette-color-3-background-color {
	background-color: #e8f1f8
}

.has-palette-color-4-color {
	color: #000
}

.has-palette-color-4-background-color {
	background-color: #000
}

.has-palette-color-5-color {
	color: #fff
}

.has-palette-color-5-background-color {
	background-color: #fff
}

#end-resizable-editor-section,
#start-resizable-editor-section,
.hidden {
	display: none
}

:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87
}

.wp-block-audio figcaption,
.wp-block-embed figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-audio audio {
	width: 100%;
	min-width: 300px
}

.wp-block-button__link,
.wp-block-post-comments-form input[type=submit] {
	color: #fff;
	background-color: #32373c;
	border: 0;
	border-radius: 1.55em;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: .667em 1.333em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited,
.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
	color: #fff
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - 1em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - 1em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - 1em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	width: calc(100% - 1em);
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
	color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: transparent
}

.wp-block-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.5em;
	margin-right: -.5em;
	position: relative
}

.cards .wp-block-column>.wp-block-buttons:last-child,
.wp-block-column>.wp-block-buttons:last-child {
	margin-bottom: -.5em
}

.wp-block-buttons.is-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
	margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
	display: block;
	margin: 0 .5em .5em;
	width: calc(100% - 1em);
	min-width: 12em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.wp-block-buttons>.wp-block-button a {
	height: 100%;
	vertical-align: middle
}

.wp-block-buttons.is-content-justification-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-buttons.is-content-justification-center,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wp-block-buttons.is-content-justification-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
	margin-left: .5em;
	margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
	margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.wp-block-buttons.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: .25em;
	border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
	border: 0
}

.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse
}

.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd
}

.wp-block-calendar a {
	text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-code code {
	display: block;
	white-space: pre-wrap;
	overflow-wrap: break-word
}

.wp-block-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0
}

.wp-block-column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word
}

@media (min-width:950px) {
	.wp-block-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.wp-block-column {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.wp-block-column[style*=flex-basis] {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.wp-block-column:not(:first-child) {
		margin-left: 1.66667em
	}
}

@media (max-width:949px) {

	.wp-block-columns,
	body.page .site-main>.hentry>.entry-content>.wp-block-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -.83333em;
		margin-right: -.83333em
	}

	.wp-block-column {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-left: .83333em;
		margin-right: .83333em
	}

	.entry-content>.wp-block-columns:not(.toc-wrapper)>.wp-block-column,
	.entry-content>.wp-block-group>div>.wp-block-columns:not(.toc-wrapper)>.wp-block-column,
	footer .wp-block-column {
		-ms-flex-preferred-size: 40% !important;
		flex-basis: 40% !important
	}

	.toc-wrapper>.wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important
	}

	.toc-wrapper>.wp-block-column .wp-block-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.toc-wrapper>.wp-block-column .wp-block-column {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.wp-block-columns:not(.toc-wrapper) .wp-block-column .wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important
	}
}

@media (max-width:599px) {

	.entry-content>.wp-block-columns:not(.toc-wrapper)>.wp-block-column:not(.tile):not(.tile-icon):not(.is-style-tile):not(.is-style-tile-icon),
	.entry-content>.wp-block-group>div>.wp-block-columns:not(.toc-wrapper)>.wp-block-column:not(.tile):not(.tile-icon):not(.is-style-tile):not(.is-style-tile-icon),
	.wp-block-columns>.wp-block-column:not(.tile):not(.tile-icon):not(.is-style-tile):not(.is-style-tile-icon),
	footer .wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important
	}

	.toc-wrapper>.wp-block-column .wp-block-columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.wp-block-columns.has-background {
	padding: 1.66667em
}

.wp-block-columns.are-vertically-aligned-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%
}

.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-embed {
	margin-bottom: 1em
}

.wp-block-embed iframe,
.wp-block-image img {
	max-width: 100%
}

.wp-block-embed__wrapper,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
	text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-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;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto
	}
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .8em;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(70%, rgba(0, 0, 0, .3)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:600px) {

	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - .66667em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - .75em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - .8em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - .83333em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - .85714em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - .875em);
		margin-right: 1em
	}

	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-group {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-image {
	margin-bottom: 1em
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
	display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
	display: table-caption;
	caption-side: bottom
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0
	}
}

.wp-block-latest-comments__comment {
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	min-height: 2.25em;
	list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	line-height: 1.8;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-query-loop li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n),
	.wp-block-latest-posts.columns-3 li:nth-child(3n),
	.wp-block-latest-posts.columns-4 li:nth-child(4n),
	.wp-block-latest-posts.columns-5 li:nth-child(5n),
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt,
.wp-block-video figcaption {
	margin-top: .5em;
	margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
	margin-bottom: 0
}

.wp-block-media-text {
	direction: ltr;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	-ms-flex-item-align: start;
	align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	-ms-flex-item-align: end;
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100% !important;
		grid-template-columns: 100% !important
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) {
	color: #1e1e1e
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
	background-color: #fff
}

.items-justified-left>ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.items-justified-center>ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.items-justified-right>ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.wp-block-navigation-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
	display: none
}

.wp-block-navigation__container {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
	display: block
}

.has-child>.wp-block-navigation-link__content {
	padding-right: .5em
}

.has-child .wp-block-navigation__container {
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: inherit;
	color: inherit;
	position: absolute;
	left: 0;
	top: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
	visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
	padding-right: .5em
}

@media (min-width:782px) {
	.has-child .wp-block-navigation__container {
		left: 1.5em
	}

	.has-child .wp-block-navigation__container .wp-block-navigation__container {
		left: 100%;
		top: -1px
	}

	.has-child .wp-block-navigation__container .wp-block-navigation__container:before {
		content: "";
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: .5em;
		background: 0 0
	}

	.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}

.has-child:hover {
	cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.has-child:focus-within {
	cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
	text-decoration: inherit
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus {
	text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content {
	text-decoration: none
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
	text-decoration: none
}

.wp-block-navigation-link__content {
	color: inherit;
	padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
	padding-top: 0
}

.has-text-color .wp-block-navigation-link__content,
.wp-block-pullquote .has-text-color a,
.wp-block-pullquote cite,
p.has-text-color a {
	color: inherit
}

.wp-block-navigation-link__label {
	word-break: normal;
	overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
	height: inherit;
	padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
	fill: currentColor
}

@media (min-width:782px) {
	.wp-block-navigation-link__submenu-icon svg {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: .68;
	font-weight: 100;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-style: normal
}

p.has-background {
	padding: 1.25em 2.375em
}

.wp-block-post-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .5em
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	margin-bottom: .7em;
	font-size: .7em
}

.wp-block-post-author__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.wp-block-post-author__name {
	font-weight: 700;
	margin: 0
}

.wp-block-preformatted {
	white-space: pre-wrap
}

.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 1.25em
}

.wp-block-pullquote p {
	font-size: 1.75em;
	line-height: 1.6
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
	border: 0
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal
}

.wp-block-query-loop {
	max-width: 100%;
	list-style: none;
	padding: 0
}

.wp-block-query-loop.is-flex-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
	margin: 0 0 1.25em;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-query-loop.is-flex-container li {
		margin-right: 1.25em
	}

	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}

	.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),
	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
		margin-right: 0
	}

	.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}

	.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}

	.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.125em;
	text-align: right
}

.wp-block-rss.alignleft {
	margin-right: 2em
}

.wp-block-rss.alignright {
	margin-left: 2em
}

.wp-block-rss.is-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}

	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}

	.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}

	.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}

	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	color: #555;
	font-size: .8125em
}

.wp-block-search .wp-block-search__button {
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: .375em .625em;
	color: #32373c;
	margin-left: .625em;
	word-break: normal
}

.wp-block-custom-logo,
.wp-block-search .wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search .wp-block-search__button svg {
	min-width: 1.5em;
	min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search .wp-block-search__label,
.wp-block-table table,
.wp-block-video video {
	width: 100%
}

.wp-block-search .wp-block-search__input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 3em;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
	border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: 0;
	padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	outline: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: .125em .5em
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
	background: 0 0 !important;
	border: 0;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto
}

.wp-block-separator.is-style-dots:before {
	content: "···";
	color: currentColor;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif
}

.wp-block-custom-logo .aligncenter {
	display: table
}

.wp-block-custom-logo.is-style-rounded img {
	border-radius: 9999px
}

.wp-block-social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	width: 1em;
	height: 1em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wp-block-social-links.alignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.wp-social-link,
.wp-social-link a {
	display: block;
	-webkit-transition: -webkit-transform .1s ease;
	-o-transition: transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.wp-social-link {
	border-radius: 9999px;
	height: auto
}

@media (prefers-reduced-motion:reduce) {
	.wp-social-link {
		-webkit-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s
	}
}

.wp-social-link a {
	line-height: 0
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
	color: currentColor;
	fill: currentColor
}

.wp-social-link:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: 0 0;
	padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}

.wp-block-spacer {
	clear: both
}

p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: .75
}

.wp-block-tag-cloud.aligncenter {
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th,
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	font-family: inherit;
	overflow: auto;
	white-space: nowrap
}

.wp-block-video {
	margin-left: 0;
	margin-right: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-post-featured-image a {
	display: inline-block
}

.wp-block-post-featured-image img {
	max-width: 100%;
	height: auto
}

:root .has-pale-pink-background-color {
	background-color: #f78da7
}

:root .has-vivid-red-background-color {
	background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
	background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

:root .has-vivid-purple-background-color {
	background-color: #9b51e0
}

:root .has-white-background-color {
	background-color: #fff
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-black-background-color {
	background-color: #000
}

:root .has-pale-pink-color {
	color: #f78da7
}

:root .has-vivid-red-color {
	color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
	color: #ff6900
}

:root .has-luminous-vivid-amber-color {
	color: #fcb900
}

:root .has-light-green-cyan-color {
	color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
	color: #00d084
}

:root .has-pale-cyan-blue-color {
	color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
	color: #0693e3
}

:root .has-vivid-purple-color {
	color: #9b51e0
}

:root .has-white-color {
	color: #fff
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-cyan-bluish-gray-color {
	color: #abb8c3
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-black-color {
	color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: -webkit-linear-gradient(315deg, #0693e3, #9b51e0);
	background: -o-linear-gradient(315deg, #0693e3, #9b51e0);
	background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: -webkit-linear-gradient(315deg, #00d084, #0693e3);
	background: -o-linear-gradient(315deg, #00d084, #0693e3);
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: -webkit-linear-gradient(315deg, #7adcb4, #00d082);
	background: -o-linear-gradient(315deg, #7adcb4, #00d082);
	background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: -webkit-linear-gradient(315deg, #fcb900, #ff6900);
	background: -o-linear-gradient(315deg, #fcb900, #ff6900);
	background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: -webkit-linear-gradient(315deg, #ff6900, #cf2e2e);
	background: -o-linear-gradient(315deg, #ff6900, #cf2e2e);
	background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: -webkit-linear-gradient(315deg, #eee, #a9b8c3);
	background: -o-linear-gradient(315deg, #eee, #a9b8c3);
	background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
	background: -webkit-linear-gradient(315deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
	background: -o-linear-gradient(315deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
	background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
	background: -webkit-linear-gradient(315deg, #ffceec, #9896f0);
	background: -o-linear-gradient(315deg, #ffceec, #9896f0);
	background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
	background: -webkit-linear-gradient(315deg, #fecda5, #fe2d2d 50%, #6b003e);
	background: -o-linear-gradient(315deg, #fecda5, #fe2d2d 50%, #6b003e);
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
	background: -webkit-linear-gradient(315deg, #34e2e4, #4721fb 50%, #ab1dfe);
	background: -o-linear-gradient(315deg, #34e2e4, #4721fb 50%, #ab1dfe);
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
	background: -webkit-linear-gradient(315deg, #ffcb70, #c751c0 50%, #4158d0);
	background: -o-linear-gradient(315deg, #ffcb70, #c751c0 50%, #4158d0);
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
	background: -webkit-linear-gradient(315deg, #faaca8, #dad0ec);
	background: -o-linear-gradient(315deg, #faaca8, #dad0ec);
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
	background: -webkit-linear-gradient(315deg, #fff5cb, #b6e3d4 50%, #33a7b5);
	background: -o-linear-gradient(315deg, #fff5cb, #b6e3d4 50%, #33a7b5);
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
	background: -webkit-linear-gradient(315deg, #caf880, #71ce7e);
	background: -o-linear-gradient(315deg, #caf880, #71ce7e);
	background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
	background: -webkit-linear-gradient(315deg, #fafae1, #67a671);
	background: -o-linear-gradient(315deg, #fafae1, #67a671);
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: -webkit-linear-gradient(315deg, #fdd79a, #004a59);
	background: -o-linear-gradient(315deg, #fdd79a, #004a59);
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: -webkit-linear-gradient(315deg, #330968, #31cdcf);
	background: -o-linear-gradient(315deg, #330968, #31cdcf);
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: -webkit-linear-gradient(315deg, #020381, #2874fc);
	background: -o-linear-gradient(315deg, #020381, #2874fc);
	background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
	color: #00e;
	color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
	font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
	font-size: 1em
}

.has-medium-font-size {
	font-size: 1.25em
}

.has-large-font-size {
	font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
	font-size: 2.625em
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

.aligncenter {
	clear: both
}

.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: "";
	background-color: inherit
}

.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	display: block;
	content: "";
	font-size: 0;
	min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	width: 100%;
	z-index: 1;
	color: #fff
}

.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
	color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.66667;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

samp {
	font-family: monospace, monospace
}

a {
	background-color: transparent;
	color: #005b96;
	text-decoration: none;
	-webkit-transition: all .12s cubic-bezier(.455, .03, .515, .955);
	-o-transition: all .12s cubic-bezier(.455, .03, .515, .955);
	transition: all .12s cubic-bezier(.455, .03, .515, .955)
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 500
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
hr,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em;
	padding: 1.5rem 2.5rem;
	border: 2px solid #ebeef1
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .9375rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.66667em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.66667em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
	clear: both
}

@media (min-width:1200px) {
	html {
		font-size: 17px
	}
}

@media (min-width:1470px) {
	html {
		font-size: 18px
	}
}

.article,
body,
input,
optgroup,
select,
textarea {
	font-size: 1rem;
	line-height: 1.66667
}

h1,
h2,
h3 {
	font-weight: 500
}

.article,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
optgroup,
select,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ol li:first-child,
ul li:first-child {
	margin-top: 0
}

cite,
dfn,
em,
i {
	font-style: italic
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: .9375rem;
	line-height: 1.66667;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .9375rem
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

ins,
mark {
	background: #fff9c0;
	text-decoration: none
}

big {
	font-size: 125%
}

.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h3,
h4,
h5,
h6 {
	font-size: 2rem;
	line-height: 48px;
	line-height: 3rem;
	margin-top: 26.66667px;
	margin-top: 1.66667rem;
	margin-bottom: 26.66667px;
	margin-bottom: 1.66667rem
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
	font-size: 1.38889rem;
	line-height: 26.66667px;
	line-height: 1.66667rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	font-size: 1rem;
	font-weight: 500
}

address,
blockquote,
p,
pre,
table {
	margin-top: 0;
	margin-bottom: 1.66667em
}

address:last-child,
blockquote:last-child,
form>:last-child,
ol:last-child,
p:last-child,
pre:last-child,
table:last-child,
ul:last-child {
	margin-bottom: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 0;
	margin-bottom: 0
}

.hr,
hr {
	margin: -1px 0
}

.hr {
	border: 1px solid
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

a:focus,
a:hover {
	text-decoration: underline
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

body {
	background: #fff;
	position: relative;
	max-width: 100%;
	overflow-x: hidden
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em
}

ol,
ul {
	margin: 0 0 1.5em;
	padding-left: 1.5em
}

li>ol,
li>ul,
ol li,
ul li {
	margin-top: .83333em
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ol,
li>ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

@media (max-width:599px) {
	img {
		max-height: 40vh;
		margin-left: auto;
		margin-right: auto;
		-o-object-fit: contain;
		object-fit: contain
	}
}

figure {
	margin: 1em 0
}

td,
th {
	border: 2px solid #ebeef1
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%
}

caption,
td,
th {
	font-weight: 400;
	text-align: left
}

.button,
.more-link,
button,
input[type=button],
input[type=reset],
input[type=submit],
thead th {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500
}

thead th {
	text-transform: uppercase;
	color: #000
}

td,
th {
	padding: .8em
}

@media (min-width:950px) {

	td,
	th {
		padding: 1.3em
	}
}

.button,
.more-link,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	display: inline-block;
	border: 0;
	font-size: 1rem;
	border-radius: .25rem;
	background: #005b96;
	color: #fff;
	line-height: 1.65;
	padding: .3rem 1rem
}

.button:hover,
.more-link:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	cursor: pointer;
	background: 0 0;
	text-decoration: none;
	background: #004572;
	color: #fff
}

.button:active,
.button:focus,
.more-link:active,
.more-link:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
	text-decoration: none;
	outline: 0
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
	display: block;
	width: 100%;
	border: 2px solid #ebeef1;
	border-radius: 0;
	padding: .41667em .83333em;
	background: #fff;
	margin-bottom: .83333em
}

textarea {
	display: block;
	border: 2px solid #ebeef1;
	border-radius: 0;
	padding: .41667em .83333em;
	background: #fff;
	margin-bottom: .83333em
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	border-color: #005b96;
	outline: 0
}

select {
	height: 56px
}

textarea {
	width: 100%;
	min-height: 8em
}

label {
	font-size: .9375rem;
	margin-bottom: .83333em;
	line-height: 1;
	display: inline-block;
	font-weight: 500
}

form>* {
	margin-bottom: 1.875rem
}

form [value=Abonnieren] {
	margin-bottom: 0
}

form [submit-error],
form [submit-success] {
	margin-top: 1.66667em;
	margin-bottom: 0
}

input[type=checkbox],
input[type=radio] {
	display: inline-block;
	margin-right: .5em
}

input[type=checkbox]+label,
input[type=radio]+label {
	display: inline
}

fieldset legend {
	font-size: 1.625rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #000;
	padding: 0 .5em;
	font-weight: 500
}

.wpforms-field-description {
	margin-bottom: .83333em;
	margin-top: -.83333em
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.wp-block-pullquote.is-style-solid-color blockquote,
embed,
iframe,
object {
	max-width: 100%
}

.custom-logo-link {
	display: inline-block
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption,
.is-amp-page .main-navigation ul button.toggled-on+ul,
.main-navigation ul li ul.toggled-on,
.main-navigation ul ul ul,
.main-navigation.toggled-on>ul.menu {
	display: block
}

.site-header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	padding-left: 1.25em;
	padding-right: 1.25em
}

@media (min-width:768px) {
	.site-header {
		padding-right: 3.33333em;
		padding-left: 3.33333em
	}
}

.site-header-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	background: #fff;
	-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108);
	box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108)
}

.site.menu-toggled-on:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 998;
	top: 0;
	left: 0
}

.site.menu-toggled-on .site-header {
	top: 0;
	bottom: 0;
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden
}

.site.menu-toggled-on .site-header-background {
	display: none
}

.header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 1290px;
	margin: 0 auto;
	position: relative
}

.site-branding {
	float: left;
	padding: 0;
	max-width: 100%;
	font-size: .76471em;
	margin: 1em 0 1.2em;
	display: block;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.site-branding a {
	color: #005b96
}

.site-branding a,
.site-branding a:hover {
	text-decoration: none;
	font-weight: 400
}

.site-branding a:hover,
.site-branding a:link,
.site-branding a:visited,
.site-title a:active,
.site-title a:hover,
.site-title a:link,
.site-title a:visited {
	color: #005b96
}

.site-title {
	font-weight: 400;
	font-size: 2.8em;
	margin: 0 0 .2em;
	display: block;
	white-space: nowrap;
	line-height: 1em;
	padding: .2em 0 .15em
}

p.site-description {
	display: block;
	font-size: .95em;
	line-height: 1em;
	text-transform: uppercase
}

.header-widget {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 0 0 auto
}

.header-widget a,
.header-widget div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header-widget span {
	display: none;
	color: #fff;
	padding-left: .3em
}

.header-widget p,
.wp-block-pullquote blockquote {
	margin: 0
}

.header-widget p.header-mail {
	margin-left: .8em
}

.header-widget a {
	background: #005b96;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-widget a:hover {
	background: #004572
}

.header-widget .icon {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	width: 25px;
	height: 25px
}

.header-widget .icon-svg-phone {
	width: 22px;
	height: 22px
}

@media only screen and (min-width:550px) {
	.header-widget p.header-phone span {
		display: inline-block
	}

	.header-widget p.header-phone a {
		width: auto;
		padding: 0 .8em
	}
}

@media only screen and (min-width:768px) {
	.header-widget p.header-mail span {
		display: inline-block
	}

	.header-widget p.header-mail a {
		width: auto;
		padding: 0 .8em
	}
}

@media only screen and (min-width:950px) {
	.header-widget {
		position: absolute;
		right: -.8em;
		top: 1em;
		font-size: .95em
	}

	.header-widget a,
	.header-widget a:hover,
	.header-widget p {
		background: 0 0
	}

	.header-widget .icon {
		-webkit-filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%);
		filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%);
		position: relative;
		top: .1em
	}

	.header-widget span {
		color: #005b96;
		padding-left: .5em
	}

	.site-branding {
		margin: 0 0 1.35em;
		padding-top: 1em;
		font-size: 1em
	}

	.site-title {
		margin-bottom: .2em
	}

	.site.menu-toggled-on:after {
		display: none
	}

	.site.menu-toggled-on #scrollToTopButton,
	.site.menu-toggled-on .site-content,
	.site.menu-toggled-on .site-footer {
		-webkit-filter: none;
		filter: none
	}
}

.site-footer {
	min-height: 15rem;
	padding: 3.125rem 1.25em;
	padding: 0
}

.site-footer .fw-section,
.site-footer .is-style-fw-section {
	padding-left: 1.25em;
	padding-right: 1.25em
}

@media (min-width:768px) {

	.site-footer .fw-section,
	.site-footer .is-style-fw-section {
		padding-right: 3.33333em;
		padding-left: 3.33333em
	}
}

.site-footer .spacer {
	height: 5.00001rem
}

.site-footer .footer-items {
	padding-bottom: 1.66667rem;
	position: relative;
	background: #005b96;
	overflow: hidden
}

.site-footer .footer-items:before {
	content: "";
	height: 100%;
	width: 1920px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("data:image/svg+xml,%3Csvg baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200.4 193.8'%3E%3Cpath fill='%23FFF' fill-opacity='0.2' d='M1199.9 173.5h.5l-1-1v-3.4l-3.8-5.5v-19.8c.1-.2.3-.4.3-.6.2-.6.1-1.3-.4-1.8v-3.6c-1-1.6-2.7-2.6-4.6-2.7l-11-20.6c-.2-.3-.6-.5-1-.6-2.9-.5-5.9.2-8.2 2l-3.4 8.2h-2.6l-8.9-9.3h-24.5v-2.9h-3v2.9h-36.6v-2.3h-3v2.3h-3.9l-14.3 14.3-4.3-1.1-15.9 2.1v.2h2.8v5.6l.2 25-.6-.4h-6.6v-9.2c.8-.8.7-2.1 0-2.8v-3.8c.9-1.1.7-2.7-.4-3.6-.9-.7-1.8-1.2-2.8-1.6v-13.8h.5v-.3h-.5l-.3-.3v-18.6h.7v-.5h.5v-.6h-11v-4.9l-1.6-5v-.9c.2-.1.4-.3.3-.6 0-.1-.1-.2-.3-.3v-2.3h1.1v-.2h-1.1v-1.4l-.1-.3-.1.3v1.4h-1.1v.2h1.1v2.3c-.2.1-.4.3-.3.6 0 .1.1.2.3.3v.9l-1.6 5v4.9h-11v.6h.5v.4h.7V125l-.3.3h-.5v.3h.5v13.8c-1 .4-1.9 1-2.8 1.6-1.1.9-1.3 2.5-.5 3.6v3.8c-.8.8-.8 2 0 2.8v9.2h-6.6l-.7.5v-11.4c1.8-.7 2.7-2.7 2-4.5-.2-.6-.6-1.1-1.1-1.5 2.3-1.1 3.3-3.8 2.2-6.1-.3-.7-.9-1.3-1.5-1.8-5.2-2.9-11-4.5-16.9-4.7v-5.1h-.3v5.1h-.7c-1 0-1.9.1-2.9.1v-4.4h-.3v4.4c-5.2.5-10.2 2-14.7 4.5-.5.3-.8.7-1.1 1.2l-.8-3.4v-1.4h-11.2v-3.3c-.5-.7-1.3-1.1-2.1-1.1-.9 0-1.7.4-2.1 1.1v3.3H939v-3.3c-.5-.7-1.3-1.1-2.1-1.1-.9 0-1.7.4-2.1 1.1v3.3h-11.2v1.4l-2.9 11.7h-3.9v.6h.8v1l1 1v22.5h-.5v.3l.8.8h.5v.9h-51.3v-18.2h.6v-3h.8v-2.5h2.2v-1.1l-36.6-4-36.6 4v1.1h2.2v2.5h.8v3h.6v18.2h-51.5v-4.4c.4.2.9-.1 1.1-.5.2-.4-.1-.9-.5-1.1h-.1c-.3-.1-.7-.1-1-.1h1v-1.9l.7-.7h-.8v-1.7l2.3-1.7v-.6l.6-.6-38.5-15.6-33.2 13.4-.3-36.2.6-.5-1.4-2.4-2.5-7.8v-.6c.2 0 .4-.2.4-.4s-.2-.4-.4-.4-.4.2-.4.4.2.4.4.4v.6l-2.5 7.8-1.1 1.9-3.1-6.1V97.6l.8-.5.2-4.2-1-3.2H670l-3.8-19.5h-.4L662 89.6h-1.9l-1 3.2.2 4.2.8.5v16l-3.1 6.1-1.1-1.9-2.5-7.8v-.6c.2 0 .4-.2.4-.4s-.2-.4-.4-.4-.4.2-.4.4.2.4.4.4v.6l-2.5 7.8-1.4 2.4.6.5v9.2H647l-8.3-9.1h-5l-.2-.6V118h-3.8v2.1l-.2.6h-14.2l-2-7.3v-.6c.2-.1.4-.3.4-.5 0-.3-.2-.5-.4-.5l-.1-1.2h-.2l-.1 1.2c-.2.1-.4.3-.4.5 0 .3.2.5.4.5v.6l-2 7.3h-8.4l-4.4-4-4.4 4-.2-.6V118h-3.8v2.1l-.2.6h-4.3l-2-7.3v-.6c.2-.1.4-.3.4-.5 0-.3-.2-.5-.4-.5l-.1-1.2h-.2l-.1 1.2c-.2.1-.4.3-.4.5 0 .3.2.5.4.5v.6l-2 7.3H566l-1.2 1.1h.3v.9l-11.2 9.8V97.6l.8-.5.2-4.2-1-3.2H552l-3.8-19.5h-.2l-3.8 19.5h-1.9l-1 3.2.2 4.2.8.5v42.3l-6.5-7.3v-15.4l.6-.8-.3-.6v-2.2s-.3-.4-.3-.6v-2.6s.5.1.3-.5c-.2-.5-.3-1.1-.3-1.1l1.3-.9-1.7-.9-3.5-2.5V83.2l.6-.6-.6-.6V74.2l.4-1.1-.9-2.9-1.8-17.3c.1 0 .2-.2.2-.4s-.1-.4-.3-.4c-.1 0-.3.2-.3.4s.1.4.2.4l-1.1 10.3-8.4-49.6c.4-.1.7-.4.7-.8s-.2-.7-.6-.8v-.8c.1 0 .1-.1.2-.2.3-.3.7-.3.5-.7-.2-.4-.1-.5-.5-.7-.1 0-.2-.1-.3-.1l-.1-7.7c.1 0 0-.2 0-.3 0 0 .1-.4.1-.8s0-.5-.1-.6c-.1-.1-.2.4-.1.8s-.2-.2-.4-.5c-.3-.4-.4-.4-.7 0-.3.4.1.3.5.8.3.3.4.5.4.5l-.1 7.8c-.1 0-.2.1-.3.1-.5.2-.4.3-.5.7-.2.4.2.4.5.7l.2.2v.8c-.3.1-.6.4-.6.8s.3.7.7.8L511 63.2l-1.1-10.3c.1 0 .2-.2.2-.4s-.1-.4-.3-.4c-.1 0-.3.2-.3.4s.1.4.2.4l-1.8 17.3-.9 2.9.4 1.1V82l-.6.6.6.6v21.7h-.9v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-.8v-.1l.1-.1c.1 0 .1 0 .1-.1l-.1-.1s0-.1-.1-.1c0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.1 0-.1.1l.1.1s0 .1.1.1v.1h-1V92.8h-2.2l-.4-5.3s-1-4.7-2.6-6.7c-1.6-1.9-4.9-5.4-8-6.9l-3.1-1.5v-.9h-.6V66h.5v-.4h-.5v-.4h.5v-.3h-.5l.2-.4s.7-.4.8-.5c.1-.2.2-.7 0-.9-.2-.2-.7-.3-.7-.3s.3-.7-.3-2c-.8-1.4-2.1-2.2-2.8-2.6v-.8c0-.3-.4-.1-.4-.3 0-.1 0-.2-.1-.4.2 0 .4-.1.4-.2s-.2-.2-.5-.2v-5.7h1v5.7c-.3 0-.5.1-.5.2s.2.2.4.2c-.1.1-.1.3-.1.4 0 .2-.4.1-.4.3v.8c-.8.4-2 1.2-2.8 2.6-.6 1.3-.3 2-.3 2s-.5.2-.7.3c-.2.2-.1.7 0 .9.1.2.8.5.8.5l.2.4h-.5v.3h.5v.4h-.5v.4h.5v5.5h-.6v.9l-3.1 1.5c-3.1 1.5-6.4 4.9-8 6.9-1.6 1.9-2.6 6.7-2.6 6.7l-.8 11.8h-3.1v-3.7h.4v-.2h-.2l-.8-2.7v-.6h.2V92h-.3v-.5h.3v-.2h-.3v-.5h.3v-.2h-.3v-.5h.3v-.2h-.3v-.5h.3V89h-.3v-.3h.1v-.1h-.1v-.2h-.2v.2h-.1v.1h.1v.3h-.3v.2h.3v.5h-.3v.3h.3v.5h-.3v.2h.3v.5h-.3v.2h.2v.5h-.2v.2h.2v.6l-.8 2.7h-.2v.2h.4V97L432 74.5h-.4v-3.4c.2 0 .4-.1.4-.3 0-.1-.2-.2-.4-.3v-2.4h.9v-.2h-.9v-.8h-.3v.8h-.9v.2h.9v2.4c-.2 0-.4.1-.4.3 0 .1.2.2.4.3v3.4h-1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5H429v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2 0 0-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5H407v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-.2v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-1.1v-.4-.1s.1 0 .1-.1c.1 0 .2 0 .2-.1s-.1-.1-.2-.1c0 0 0-.1-.1-.1 0-.1 0-.2-.1-.2s-.1.1-.1.2l-.1.1c-.1 0-.2 0-.2.1s.1.1.2.1c0 0 0 .1.1.1v.5h-.9v-2.3c.2 0 .4-.1.4-.3 0-.1-.2-.2-.4-.3v-5.3c.2-.1.4-.2.4-.5 0-.2-.2-.4-.4-.5v-2.7h-.3v2.7c-.2.1-.4.2-.4.5 0 .2.2.4.4.5v5.3c-.2 0-.4.1-.4.3 0 .1.2.2.4.3v2.3h-.5l-14.5 22.1v-1h.4v-.2h-.2l-.8-2.7v-.6h.2V92h-.3v-.5h.3v-.2h-.3v-.5h.3v-.2h-.3v-.5h.3v-.2h-.3v-.5h.3V89h-.3v-.3h.1v-.1h-.1v-.2h-.2v.2h-.1v.1h.1v.3h-.6v.2h.3v.5h-.3v.3h.3v.5h-.3v.2h.3v.5h-.3v.2h.3v.5h-.3v.2h.2v.6l-.8 2.7h-.2v.2h.4v1.8H373v-1.8h.4v-.2h-.2l-.8-2.7v-.6h.2V92h-.3v-.5h.3v-.2h-.3v-.5h.3v-.2h-.3v-.5h.3v-.2h-.3v-.5h.3V89h-.3v-.3h.1v-.1h-.1v-.2h-.2v.2h-.1v.1h.1v.3h-.3v.2h.3v.5h-.3v.3h.3v.5h-.3v.2h.3v.5h-.3v.2h.3v.5h-.2v.2h.2v.6l-.8 2.7h-.2v.2h.4v4.7l-.3 2.6-2 .4 2 .5-.6 2.6-1.4 8.2-.7 4.3v24.8l-5.6-6.8v-.5h-.8l-8-4.4-8 4.4h-.8v.5l-5.6 6.8-15.7-17.1-11.4 12.9v-1.7l.6-1.1-27.6-31.8-23.4 31.1-.3 1.8v.3L243.7 108 228 134.9l-4.5 3.9 4 2.3v15.4l-.3-.2-5.6-8.4v-6.7h1.8l.4-.4v-.2h-1.4l-3.2-.8-11-16.7h-.5v-1.8c.3-.1.4-.4.3-.7-.1-.1-.2-.3-.3-.3l-.1-3.6c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3 0 .1.1.1.1.1l-.1 3.6c-.3.1-.4.4-.3.7.1.1.2.3.3.3v1.8h-27.6l-.3.5-.1-2.5c.3-.1.5-.4.4-.7-.1-.2-.2-.3-.4-.4v-1.4c.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.1-.1.1-.2.2-.1.3 0 .1.1.1.1.1v1.4c-.3.1-.5.4-.4.7 0 .2.2.3.4.4l-.1 3.2-10.2 15.6-3.2.8h-1.4v.2l.4.4h1.8v6.7l-5.6 8.4-3.2 2.1c-.1.2 0 .4.1.4h.2l.2.3h.2l.3.5h.3v5.2H133v-5.3c.5-.1.9-.5.9-1.1 0-.4-.3-.7-.6-.8v-1.6l.8-.8.1-.2H133v-1.4l4.1-6-32.3-16-32.3 16 4.1 6v1.4h-1.1l.1.2.8.8v1.6c-.5.2-.8.7-.6 1.2.1.4.4.6.8.6v5.3h-25v-13.2l-25.8-6.2L0 151.8v42h1200.4v-.6h-.5v-19.7zm-708.3-67.9h-1v-.3h1v.3zm0-.3h-1v-.3h1v.3zm.9.2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm1 .3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm1 .2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm.9.3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm1 .2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm.9.3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm1 .2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm1 .3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm.9.2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm1 .3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm.9.2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm1 .3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm1 .2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm.9.3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm1 .2l-.1.1h-.8v-.3h.8v.2zm0-.2h-.8v-.3h.8v.3zm.9.3h-.8v-.1h-.1v-.1h.8v.2zm0-.3h-.8v-.3h.8v.3zm1.1.3h-.9v-.3h.9v.3zm0-.3h-.9v-.3h.9v.3zm35.8 2.7l-1 .7v-9.9s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v9.2zm1.3-.7l-1 .5V98s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v9.3zm2.8-.8h-2.2V97s.1-.5.4-.7c.3-.3.8-.6.8-.6s.5.3.8.6c.3.3.4.7.4.7v9.5zm2.9 0h-2.2V97s.1-.5.4-.7c.3-.3.8-.6.8-.6s.5.3.8.6c.3.3.4.7.4.7v9.5zm1.5 1.3l-1-.5V98s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v9.8zm1.4.9l-1-.7v-9.3s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v10zm107.9-.7l-1 .7v-9.9s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v9.2zm1.3-.7l-1 .5V98s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v9.3zm2.8-.8h-2.2V97s.1-.5.4-.7c.3-.3.8-.6.8-.6s.5.3.8.6c.3.3.4.7.4.7v9.5zm3 0h-2.2V97s.1-.5.4-.7c.3-.3.8-.6.8-.6s.5.3.8.6c.3.3.4.7.4.7v9.5zm1.4 1.3l-1-.5V98s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v9.8zm1.4.9l-1-.7v-9.3s0-.5.2-.7c.1-.3.3-.6.3-.6s.2.3.3.6c.1.3.2.7.2.7v10zm303.7 35.1l-.1-.3c.1 0 .1.1.2.1 0 .1 0 .2-.1.2z'/%3E%3C/svg%3E") bottom center/contain no-repeat local border-box border-box
}

.site-footer .footer-items .wp-block-columns {
	position: relative
}

.site-footer .footer-items .wp-block-column {
	background: rgba(0, 0, 0, .1);
	padding: 1.66667em
}

.site-footer .legal {
	margin-bottom: 0
}

@media (max-width:599px) {
	.site-footer .legal {
		text-align: center
	}
}

.site-footer .legal .wp-block-column:last-child {
	text-align: right
}

@media (max-width:599px) {
	.site-footer .legal .wp-block-column:last-child {
		text-align: center
	}
}

.site-footer .legal .wp-block-column:last-child a {
	display: inline-block;
	margin-left: 1.6777rem
}

@media (max-width:599px) {
	.site-footer .legal .wp-block-column:last-child a {
		margin: 0 .83885rem
	}
}

.site-footer .site-info {
	text-align: center;
	font-style: italic;
	font-size: .8125rem;
	color: #707070
}

.primary-navigation {
	position: relative;
	width: 100%
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	color: #005b96;
	list-style: none
}

.main-navigation>ul {
	border-top: 1px solid #005b96;
	margin-bottom: .91667em;
	padding-top: .91667em;
	margin-top: .91667em
}

.main-navigation .menu-item-has-children>a>.icon,
.main-navigation ul,
.main-navigation ul a>.icon {
	display: none
}

.main-navigation ul li {
	position: relative;
	margin: 0
}

.main-navigation ul a {
	display: block;
	margin: 0;
	padding: .75em 1.66667em;
	border-left: 4px solid transparent;
	font-weight: 500
}

.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
	text-decoration: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.main-navigation ul li.mobile-only a {
	font-weight: 400;
	font-style: italic
}

.main-navigation ul a:active,
.main-navigation ul a:focus,
.main-navigation ul a:hover,
.main-navigation ul li.current-menu-item>a {
	color: #005b96;
	border-left: 4px solid #005b96
}

.main-navigation ul ul a:active,
.main-navigation ul ul a:focus,
.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item>a {
	color: #000;
	border-left: 4px solid #005b96
}

.main-navigation ul ul a {
	color: #000;
	padding-left: 3.33333em
}

.main-navigation ul ul ul a {
	padding-left: 5em;
	font-weight: 400
}

.primary-menu-toggle {
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1em 0 .2em;
	padding: 1em;
	border: 0;
	background: 0 0;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.primary-menu-toggle:focus {
	outline: thin dotted;
	color: #404040;
	background: 0 0
}

.primary-menu-toggle:active,
.primary-menu-toggle:hover {
	color: #005b96;
	background: 0 0;
	cursor: pointer
}

.primary-menu-toggle .icon {
	margin: 0;
	width: 28px;
	height: 28px;
	vertical-align: top;
	fill: #005b96;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease
}

.primary-menu-toggle:active .icon,
.primary-menu-toggle:hover .icon {
	fill: #005b96
}

.main-navigation ul ul .dropdown-toggle,
.primary-menu-toggle[aria-expanded=false] .icon-svg-close,
.primary-menu-toggle[aria-expanded=true] .icon-svg-menu {
	display: none
}

.primary-menu-toggle[aria-expanded=true] .icon-svg-close {
	display: inline-block
}

.main-navigation .dropdown-toggle {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	right: 0;
	padding: .75em 1.66667em;
	background: 0 0;
	border: 0;
	text-align: right
}

.main-navigation .dropdown-toggle:focus {
	outline: thin dotted;
	color: #404040;
	background: 0 0
}

.main-navigation .dropdown-toggle:active,
.main-navigation .dropdown-toggle:hover {
	background: 0 0
}

.main-navigation .dropdown-toggle .icon {
	margin: .2em 0 0;
	width: 24px;
	height: 24px;
	vertical-align: top;
	fill: #404040;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease
}

.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon,
.main-navigation .dropdown-toggle:hover .icon {
	fill: #005b96
}

.main-navigation .dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.main-navigation ul ul .dropdown-toggle {
	padding: 1.1em 1.3em
}

.main-navigation ul ul .dropdown-toggle .icon {
	width: 20px;
	height: 20px
}

.social-links {
  display: flex;
  flex-direction: column;
  border: 1px solid #005b96;
  gap: 10px;
  margin: 15px 0;
  padding: 1rem;

}

.social-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}


.social-item .icon {
  width: 22px;
  height: 22px;
  fill: #005b96; /* Icon-Farbe */
  margin-right: 8px;
  transition: fill 0.2s ease;
}

.social-item:hover .icon {
  fill: #005b96; /* dunkleres Grün beim Hover */
}

#scrollToTopButton {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	padding: 0;
	background-color: #000;
	opacity: .7;
	z-index: 997
}

#scrollToTopButton .icon {
	fill: #fff;
	width: 33px;
	height: 33px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	top: 3px
}

#top {
	display: block;
	width: 0;
	height: 0
}

.scroll-to:hover {
	cursor: pointer
}

@media only screen and (min-width:950px) {

	.main-navigation .dropdown-toggle,
	.main-navigation .menu-item-has-children>a>.icon,
	.main-navigation ul li.mobile-only,
	.primary-menu-toggle {
		display: none
	}

	.main-navigation ul,
	.main-navigation ul ul {
		display: block
	}

	.primary-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: auto;
		width: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	#masthead .main-navigation>ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		margin: 0;
		border-bottom: none;
		margin-right: -1.5rem
	}

	.main-navigation .home a {
		width: 4em;
		overflow: hidden;
		white-space: nowrap
	}

	.main-navigation .home a:before {
		content: "";
		display: inline-block;
		width: 5em
	}

	.main-navigation .home a:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: -.15em;
		left: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 9.226l-8-6.21-8 6.21V6.694l8-6.21 8 6.21zM14 9v6h-4v-4H6v4H2V9l6-4.5z'/%3E%3C/svg%3E");
		-webkit-filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%);
		filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 2em
	}

	.main-navigation>ul,
	.main-navigation>ul>li>a {
		border: 0
	}

	.main-navigation>ul>li>ul {
		position: absolute;
		left: -999em;
		top: 100%;
		z-index: 99999;
		background: #fff;
		color: #000;
		padding-top: 1.25em;
		padding-bottom: 1.25em;
		-webkit-box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, .22), 0 4.8px 14.4px 0 rgba(0, 0, 0, .18);
		box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, .22), 0 4.8px 14.4px 0 rgba(0, 0, 0, .18)
	}

	.main-navigation ul li.focus>ul,
	.main-navigation ul li:hover>ul {
		right: auto;
		left: 0
	}

	.main-navigation ul ul>li:last-child>a {
		border-bottom: none
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -4px;
		top: 0;
		padding-left: 2em
	}

	.main-navigation ul ul li.focus>ul,
	.main-navigation ul ul li:hover>ul {
		right: 100%;
		left: auto
	}

	.main-navigation ul ul li a,
	.main-navigation ul ul ul li a,
	.main-navigation ul ul ul ul li a {
		width: 20em;
		padding: .6em 1.5em;
		border-bottom: none;
		color: #000
	}

	.main-navigation ul ul ul li a {
		width: 18em;
		font-weight: 400
	}

	.main-navigation ul ul li a:active,
	.main-navigation ul ul li a:hover,
	.main-navigation ul ul ul li a:active,
	.main-navigation ul ul ul li a:hover,
	.main-navigation ul ul ul ul li a:active,
	.main-navigation ul ul ul ul li a:hover {
		background: #e8f1f8;
		color: #000;
		border-bottom: none
	}

	.main-navigation ul ul .menu-item-has-children>a>.icon {
		position: absolute;
		left: auto;
		right: 1em;
		top: 50%;
		margin-top: -.3rem;
		width: 12px;
		height: 12px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	.main-navigation ul .menu-item-has-children>a:hover>.icon {
		fill: #2ad
	}

	.main-navigation>ul>li>a {
		padding: .55em 1em;
		border-bottom: .15em solid transparent
	}

	.main-navigation>ul>li.current-menu-item>a,
	.main-navigation>ul>li>a:active,
	.main-navigation>ul>li>a:focus,
	.main-navigation>ul>li>a:hover {
		color: #005b96;
		border-bottom: .15em solid #005b96;
		border-left: none
	}

	.main-navigation>ul>li {
		margin: 0 .5em
	}
}

.sticky,
.wp-block-image img {
	display: block
}

.updated:not(.published) {
	display: none
}

.site-content {
	margin-bottom: 0;
	margin-top: 3.5em
}

.site-main {
	padding-left: 1.25em;
	padding-right: 1.25em
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.site-main {
		display: block
	}
}

@media (min-width:768px) {
	.site-main {
		padding-right: 3.33333em;
		padding-left: 3.33333em
	}
}

.entry-content>:first-child {
	padding-top: 5.83333em
}

.fw-section,
.is-style-fw-section {
	clear: both
}

.hentry>.entry-content>*,
.hentry>.entry-footer,
.hentry>.entry-header,
.hentry>.post-thumbnail,
body.page .site-main>.hentry>.entry-content>*,
body.page .site-main>.hentry>.entry-footer,
body.page .site-main>.hentry>.entry-header,
body.page .site-main>.hentry>.post-thumbnail {
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto
}

.hentry>.entry-content>*,
.wp-block-column {
	margin-bottom: 1.66667em;
	margin-bottom: 1.66667rem
}

.hentry>.entry-content>.wp-block-separator {
	margin-top: 80px;
	margin-bottom: 80px
}

.hentry>.entry-content>:first-child,
.wp-block-image:first-child figure,
.wp-block-image:first-child figure.alignleft,
.wp-block-image:first-child figure.alignright {
	margin-top: 0
}

.hentry>.entry-content>:last-child,
.wp-block-image:last-child figure,
.wp-block-image:last-child figure.alignleft,
.wp-block-image:last-child figure.alignright {
	margin-bottom: 0
}

.hentry>.entry-content>.fw-section,
.hentry>.entry-content>.is-style-fw-section {
	padding-right: 1.25em;
	padding-left: 1.25em;
	width: auto
}

@media (min-width:768px) {

	.hentry>.entry-content>.fw-section,
	.hentry>.entry-content>.is-style-fw-section {
		max-width: calc(100% + 3.33333em + 3.33333em);
		margin-right: -3.33333em;
		margin-left: -3.33333em;
		padding-right: 3.33333em;
		padding-left: 3.33333em
	}
}

.hentry>.entry-content>.alignleft {
	margin-left: 0;
	margin-right: 1.66667em
}

@media (min-width:950px) {
	.hentry>.entry-content>.alignleft {
		margin-left: calc((100% - 1290px)/2)
	}

	.hentry>.entry-content>.alignleft+.alignleft {
		margin-right: 1.66667em
	}
}

.hentry>.entry-content>.alignright {
	margin-right: 0;
	margin-left: 1.66667em
}

@media (min-width:950px) {
	.hentry>.entry-content>.alignright {
		margin-right: calc((100% - 1290px)/2)
	}

	.hentry>.entry-content>.alignright+.alignrignt {
		margin-left: 1.66667em
	}

	.hentry>.entry-content>.alignleft,
	.hentry>.entry-content>.alignright {
		max-width: 645px
	}
}

body.page .site-main>.hentry>.entry-content>.fw-section,
body.page .site-main>.hentry>.entry-content>.is-style-fw-section {
	max-width: calc(100% + 1.25em + 1.25em);
	margin-left: -1.25em;
	margin-right: -1.25em
}

@media (min-width:768px) {

	body.page .site-main>.hentry>.entry-content>.fw-section,
	body.page .site-main>.hentry>.entry-content>.is-style-fw-section {
		max-width: calc(100% + 3.33333em + 3.33333em);
		margin-right: -3.33333em;
		margin-left: -3.33333em
	}
}

@media (min-width:950px) {
	body.page .site-main>.hentry>.entry-content>.alignleft {
		margin-right: 1.66667em;
		margin-left: calc((100% - 1290px)/2)
	}

	body.page .site-main>.hentry>.entry-content>.alignleft+.alignleft {
		margin-left: 1.66667em
	}

	body.page .site-main>.hentry>.entry-content>.alignright {
		margin-left: 1.66667em;
		margin-right: calc((100% - 1290px)/2)
	}

	body.page .site-main>.hentry>.entry-content>.alignright+.alignright {
		margin-right: 1.66667em
	}

	body.page .site-main>.hentry>.entry-content>.alignleft,
	body.page .site-main>.hentry>.entry-content>.alignright {
		max-width: 645px
	}
}

body.archive .site-main>.page-header,
body.blog .site-main>.page-header,
body.search .site-main>.page-header {
	max-width: 1290px;
	margin: 7.5rem auto 0
}

body.archive .site-main>.page-header .page-title,
body.blog .site-main>.page-header .page-title,
body.search .site-main>.page-header .page-title {
	margin: 0;
	width: 100%;
	text-align: center
}

.contact-form .contact-submit,
body.archive .site-main>.page-header .page-title+.archive-description,
body.blog .site-main>.page-header .page-title+.archive-description,
body.search .site-main>.page-header .page-title+.archive-description {
	margin-top: 2.5rem
}

body.archive .site-main>.page-header .archive-description,
body.blog .site-main>.page-header .archive-description,
body.search .site-main>.page-header .archive-description {
	font-style: italic;
	text-align: center
}

body.archive .site-main>.hentry,
body.blog .site-main>.hentry,
body.search .site-main>.hentry {
	margin-top: 5.625rem;
	margin-bottom: 0;
	padding-bottom: calc(5.625rem + 8px);
	position: relative
}

body.archive .site-main>.hentry:after,
body.blog .site-main>.hentry:after,
body.search .site-main>.hentry:after {
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 8px dotted #f1f4f7;
	width: 100%;
	max-width: 1290px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

body.archive .site-main>.hentry:last-of-type:after,
body.blog .site-main>.hentry:last-of-type:after,
body.search .site-main>.hentry:last-of-type:after {
	display: none
}

body.archive .site-main>.hentry>.entry-content>*,
body.archive .site-main>.hentry>.entry-footer,
body.archive .site-main>.hentry>.entry-header,
body.archive .site-main>.hentry>.entry-summary>*,
body.archive .site-main>.hentry>.post-thumbnail-wrapper,
body.blog .site-main>.hentry>.entry-content>*,
body.blog .site-main>.hentry>.entry-footer,
body.blog .site-main>.hentry>.entry-header,
body.blog .site-main>.hentry>.entry-summary>*,
body.blog .site-main>.hentry>.post-thumbnail-wrapper,
body.search .site-main>.hentry>.entry-content>*,
body.search .site-main>.hentry>.entry-footer,
body.search .site-main>.hentry>.entry-header,
body.search .site-main>.hentry>.entry-summary>*,
body.search .site-main>.hentry>.post-thumbnail-wrapper {
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto
}

body.archive .site-main>.hentry>.entry-content>.alignleft,
body.blog .site-main>.hentry>.entry-content>.alignleft,
body.search .site-main>.hentry>.entry-content>.alignleft {
	margin-right: 1.66667em
}

@media (min-width:950px) {

	body.archive .site-main>.hentry>.entry-content>.alignleft,
	body.blog .site-main>.hentry>.entry-content>.alignleft,
	body.search .site-main>.hentry>.entry-content>.alignleft {
		margin-left: calc((100% - 1290px)/2)
	}

	body.archive .site-main>.hentry>.entry-content>.alignleft+.alignleft,
	body.blog .site-main>.hentry>.entry-content>.alignleft+.alignleft,
	body.search .site-main>.hentry>.entry-content>.alignleft+.alignleft {
		margin-right: 1.66667em
	}
}

body.archive .site-main>.hentry>.entry-content>.alignright,
body.blog .site-main>.hentry>.entry-content>.alignright,
body.search .site-main>.hentry>.entry-content>.alignright {
	margin-left: 1.66667em
}

@media (min-width:950px) {

	body.archive .site-main>.hentry>.entry-content>.alignright,
	body.blog .site-main>.hentry>.entry-content>.alignright,
	body.search .site-main>.hentry>.entry-content>.alignright {
		margin-right: calc((100% - 1290px)/2)
	}

	body.archive .site-main>.hentry>.entry-content>.alignright+.alignright,
	body.blog .site-main>.hentry>.entry-content>.alignright+.alignright,
	body.search .site-main>.hentry>.entry-content>.alignright+.alignright {
		margin-left: 1.66667em
	}

	body.archive .site-main>.hentry>.entry-content>.alignleft,
	body.archive .site-main>.hentry>.entry-content>.alignright,
	body.blog .site-main>.hentry>.entry-content>.alignleft,
	body.blog .site-main>.hentry>.entry-content>.alignright,
	body.search .site-main>.hentry>.entry-content>.alignleft,
	body.search .site-main>.hentry>.entry-content>.alignright {
		max-width: 645px
	}
}

body.archive .site-main>.hentry>.entry-content>h1,
body.archive .site-main>.hentry>.entry-content>h2,
body.archive .site-main>.hentry>.entry-content>h3,
body.archive .site-main>.hentry>.entry-content>h4,
body.archive .site-main>.hentry>.entry-content>h5,
body.archive .site-main>.hentry>.entry-content>h6,
body.blog .site-main>.hentry>.entry-content>h1,
body.blog .site-main>.hentry>.entry-content>h2,
body.blog .site-main>.hentry>.entry-content>h3,
body.blog .site-main>.hentry>.entry-content>h4,
body.blog .site-main>.hentry>.entry-content>h5,
body.blog .site-main>.hentry>.entry-content>h6,
body.search .site-main>.hentry>.entry-content>h1,
body.search .site-main>.hentry>.entry-content>h2,
body.search .site-main>.hentry>.entry-content>h3,
body.search .site-main>.hentry>.entry-content>h4,
body.search .site-main>.hentry>.entry-content>h5,
body.search .site-main>.hentry>.entry-content>h6 {
	margin-bottom: .5em
}

body.archive .site-main>.hentry .entry-header .entry-title,
body.blog .site-main>.hentry .entry-header .entry-title,
body.search .site-main>.hentry .entry-header .entry-title {
	font-size: 2.125rem
}

.contact-form .grunion-field-wrap label span,
body.archive .site-main>.hentry .entry-header .entry-title a,
body.blog .site-main>.hentry .entry-header .entry-title a,
body.search .site-main>.hentry .entry-header .entry-title a {
	color: inherit
}

body.archive .site-main>.hentry .entry-header .entry-title a:hover,
body.blog .site-main>.hentry .entry-header .entry-title a:hover,
body.search .site-main>.hentry .entry-header .entry-title a:hover {
	color: #005b96;
	text-decoration: none
}

body.archive .site-main>.hentry .entry-header .entry-title a:active,
body.archive .site-main>.hentry .entry-header .entry-title a:focus,
body.blog .site-main>.hentry .entry-header .entry-title a:active,
body.blog .site-main>.hentry .entry-header .entry-title a:focus,
body.search .site-main>.hentry .entry-header .entry-title a:active,
body.search .site-main>.hentry .entry-header .entry-title a:focus {
	text-decoration: none
}

body.archive .site-main>.hentry:not(.has-post-thumbnail) .entry-header,
body.blog .site-main>.hentry:not(.has-post-thumbnail) .entry-header,
body.search .site-main>.hentry:not(.has-post-thumbnail) .entry-header {
	padding-right: 3.125rem;
	position: relative
}

body.archive .site-main>.hentry:not(.has-post-thumbnail) .entry-header .sticky,
body.blog .site-main>.hentry:not(.has-post-thumbnail) .entry-header .sticky,
body.search .site-main>.hentry:not(.has-post-thumbnail) .entry-header .sticky {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2.125rem
}

body .site-main>.error-404,
body .site-main>.no-results {
	max-width: 1290px;
	margin: 0 auto;
	text-align: center;
	padding: 10rem 0 5rem
}

@media (min-width:950px) {

	body .site-main>.error-404>*,
	body .site-main>.no-results>* {
		max-width: 50%;
		margin: 0 auto
	}
}

body .site-main>.error-404 .page-title {
	font-size: 5rem;
	margin-bottom: 0
}

body .site-main>.no-results .page-title {
	margin-bottom: 0
}

@media (min-width:950px) {

	body .site-main>.error-404 .page-title,
	body .site-main>.no-results .page-title {
		font-size: 9.375rem
	}
}

body .site-main>.error-404 .page-title .subtitle,
body .site-main>.no-results .page-title .subtitle {
	display: block;
	font-size: 2.0625rem
}

body .site-main>.error-404 .page-header,
body .site-main>.no-results .page-header {
	margin-bottom: 6.25rem
}

body .site-main>.error-404 .search-form,
body .site-main>.no-results .search-form {
	margin-bottom: 1.875rem
}

body .site-main>.no-results .page-title {
	font-size: 3.75rem
}

p.has-drop-cap:not(:focus):first-letter {
	font-size: 6.5em
}

.contact-form .grunion-field-wrap input[type=email],
.contact-form .grunion-field-wrap input[type=text],
.contact-form .grunion-field-wrap input[type=url],
.contact-form .grunion-field-wrap textarea {
	width: 100%;
	max-width: 100%;
	margin-right: 0
}

.contact-form .grunion-field-wrap label {
	margin-bottom: 1em;
	font-weight: 400
}

.wp-block-image figure,
figure.wp-block-image {
	margin-top: 2.5em;
	margin-bottom: 1.5em
}

.wp-block-image figure.alignleft {
	margin: 1.875rem 2.5rem 1.5rem 0
}

.wp-block-image figure.alignright {
	margin: 1.875rem 0 1.5rem 2.5rem
}

.wp-block-image figcaption {
	font-size: .9375rem;
	color: #707070;
	font-style: italic;
	margin: .875em 0 0
}

figure.wp-block-image:first-child {
	margin-top: 0
}

figure.wp-block-image:last-child {
	margin-bottom: 0
}

.wp-block-button .wp-block-button__link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	border-radius: .25rem;
	background: #005b96;
	color: #fff;
	line-height: 1.65;
	padding: .3rem 1rem
}

.wp-block-button .wp-block-button__link:hover {
	cursor: pointer;
	background: 0 0;
	text-decoration: none;
	background: #004572;
	color: #fff
}

.wp-block-button .wp-block-button__link.has-background.has-blue-background-color:hover {
	background: #005b96
}

.wp-block-button.is-style-outline {
	color: #005b96
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: #e8f1f8;
	color: #fff
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
	background: 0 0;
	color: #e8f1f8
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
	background: 0 0
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background).has-text-color.has-blue-color:hover {
	color: #005b96
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.wp-block-file .wp-block-file__button {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: .9375rem;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 10px;
	background: #005b96;
	color: #fff;
	line-height: 1;
	padding: 1.5em 2.5em
}

.wp-block-file .wp-block-file__button:hover {
	cursor: pointer;
	background: #e8f1f8;
	text-decoration: none
}

.wp-block-column>:last-child {
	margin-bottom: 0
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 400px
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 11px 11px 0;
	width: calc((100% - 11px)/2)
}

.wp-block-gallery {
	padding: 0;
	width: 100%
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-1 .blocks-gallery-image,
	.wp-block-gallery.columns-1 .blocks-gallery-item {
		width: calc((100% - 11px)/1);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(n),
.wp-block-gallery.columns-10 .blocks-gallery-image:nth-of-type(10n),
.wp-block-gallery.columns-10 .blocks-gallery-item:nth-of-type(10n),
.wp-block-gallery.columns-11 .blocks-gallery-image:nth-of-type(11n),
.wp-block-gallery.columns-11 .blocks-gallery-item:nth-of-type(11n),
.wp-block-gallery.columns-12 .blocks-gallery-image:nth-of-type(12n),
.wp-block-gallery.columns-12 .blocks-gallery-item:nth-of-type(12n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n),
.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n) {
	margin-right: 0
}

.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-2 .blocks-gallery-image,
	.wp-block-gallery.columns-2 .blocks-gallery-item {
		width: calc((100% - 22px)/2);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 33px)/3);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 44px)/4);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 55px)/5);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 66px)/6);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 77px)/7);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 88px)/8);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-9 .blocks-gallery-image,
.wp-block-gallery.columns-9 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-9 .blocks-gallery-image,
	.wp-block-gallery.columns-9 .blocks-gallery-item {
		width: calc((100% - 99px)/9);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-10 .blocks-gallery-image,
.wp-block-gallery.columns-10 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-10 .blocks-gallery-image,
	.wp-block-gallery.columns-10 .blocks-gallery-item {
		width: calc((100% - 110px)/10);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-11 .blocks-gallery-image,
.wp-block-gallery.columns-11 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-11 .blocks-gallery-image,
	.wp-block-gallery.columns-11 .blocks-gallery-item {
		width: calc((100% - 121px)/11);
		margin-right: 11px
	}
}

.wp-block-gallery.columns-12 .blocks-gallery-image,
.wp-block-gallery.columns-12 .blocks-gallery-item {
	width: 100%;
	margin-right: 0
}

@media (min-width:768px) {

	.wp-block-gallery.columns-12 .blocks-gallery-image,
	.wp-block-gallery.columns-12 .blocks-gallery-item {
		width: calc((100% - 132px)/12);
		margin-right: 11px
	}
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-style: italic;
	font-size: .9375rem
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.wp-block-gallery .blocks-gallery-item figure {
		height: auto
	}
}

.wp-block-quote,
.wp-block-quote.is-style-large {
	margin-left: 0;
	margin-right: 0;
	color: #000;
	font-weight: 500;
	font-size: 1em;
	font-style: italic;
	padding: 1.2em 30px 1.2em 75px;
	background: #e8f1f8;
	border-left: 8px solid #005b96;
	position: relative
}

.wp-block-quote.is-style-large::before,
.wp-block-quote::before {
	font-family: Arial, Arial, Helvetica, sans-serif;
	content: "\201C";
	color: #005b96;
	font-size: 5em;
	position: absolute;
	left: 10px;
	top: -15px
}

@media (max-width:599px) {

	.wp-block-quote,
	.wp-block-quote.is-style-large {
		padding: 1.66667em
	}

	.wp-block-quote.is-style-large::before,
	.wp-block-quote::before {
		content: ""
	}
}

.wp-block-quote blockquote::after,
.wp-block-quote.is-style-large blockquote::after {
	content: ""
}

.wp-block-pullquote p:last-of-type,
.wp-block-quote p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
	margin-bottom: 0
}

.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite {
	display: block;
	color: #005b96;
	font-style: normal;
	font-weight: 500;
	margin-top: 1em
}

.wp-block-pullquote {
	border-top: 2px solid #dbdee1;
	border-bottom: 2px solid #dbdee1;
	padding: 3.75rem 0;
	color: #000;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	font-size: 1.25rem;
	text-align: left
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: inherit
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite {
	margin-top: 1.5rem;
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #707070;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	display: inline-block
}

.wp-block-pullquote.is-style-solid-color {
	padding: 3.75rem;
	border: 0
}

.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: uppercase;
	color: inherit
}

p.has-background {
	padding: 1.5rem 2.5rem
}

.wp-block-separator {
	background: #f3f9fd;
	color: #f3f9fd;
	height: 2px
}

.wp-block-separator.is-style-dots {
	height: auto;
	background: 0 0;
	border-bottom: 8px dotted currentColor
}

.wp-block-separator.is-style-dots:not(.has-background) {
	border-bottom: 8px dotted #f1f4f7
}

.wp-block-separator.is-style-dots:before {
	display: none
}

.wp-block-separator:not(.is-style-dots):not(.is-style-wide) {
	max-width: 300px
}

.wp-block-group {
	margin-bottom: 1.66667em
}

.wp-block-group.has-background {
	padding: 1.66667em
}

.wp-block-cover {
	padding: 1.5rem 2.5rem
}

@media (min-width:950px) {

	.entry-content>.wp-block-cover>.wp-block-cover__inner-container>*,
	.entry-content>.wp-block-group>.wp-block-group__inner-container>* {
		max-width: 1290px;
		margin-left: auto;
		margin-right: auto
	}

	.entry-content>.wp-block-cover>.wp-block-cover__inner-container>.fw-section,
	.entry-content>.wp-block-cover>.wp-block-cover__inner-container>.is-style-fw-section,
	.entry-content>.wp-block-group>.wp-block-group__inner-container>.fw-section,
	.entry-content>.wp-block-group>.wp-block-group__inner-container>.is-style-fw-section {
		max-width: none;
		width: auto
	}

	.entry-content>.wp-block-cover>.wp-block-cover__inner-container>.centered-narrow,
	.entry-content>.wp-block-group>.wp-block-group__inner-container>.centered-narrow {
		margin-left: auto;
		margin-right: auto;
		max-width: 55em
	}
}

.info,
.is-style-info {
	padding-left: 1.5rem;
	border-left: .35rem solid #005b96
}

[submit-error],
[submit-success] {
	padding-left: 1.5rem;
	border-left: .35rem solid #1b8a09
}

[submit-error] {
	border-left: .35rem solid #b00606
}

.has-background .card,
.has-background .cards wp-block-column,
.has-background.cards wp-block-column {
	border: 0
}

.hentry>.entry-content [class*=google-map],
.hentry>.entry-content [class*=google-map].fw-section,
.hentry>.entry-content [class*=google-map].is-style-fw-section {
	margin-bottom: 0;
	padding: 0
}

.hentry>.entry-content [class*=google-map] iframe,
.hentry>.entry-content [class*=google-map].fw-section iframe,
.hentry>.entry-content [class*=google-map].is-style-fw-section iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: block
}

.hentry>.entry-content .fw-section:first-child,
.hentry>.entry-content .is-style-fw-section:first-child,
.hentry>.entry-content>:first-child {
	padding-top: 2.66667em;
	padding-top: 2.66667rem
}

@media (min-width:950px) {

	.hentry>.entry-content .fw-section:first-child,
	.hentry>.entry-content .is-style-fw-section:first-child,
	.hentry>.entry-content>:first-child {
		padding-top: 4.66667em;
		padding-top: 4.66667rem
	}
}

.hentry>.entry-content>.fw-section,
.hentry>.entry-content>.is-style-fw-section {
	margin: 0 -1.25em;
	padding-top: 1.666667rem;
	padding-bottom: 1.666667rem
}

.hentry>.entry-content a {
	font-weight: 500
}

.dark,
.has-palette-color-1-background-color,
.site-footer {
	color: #fff;
	background: #005b96
}

.has-palette-color-1-background-color h2,
.has-palette-color-1-background-color h3,
.has-palette-color-1-background-color h4 {
	color: #fff
}

.has-palette-color-1-background-color h3 {
	border-bottom: .15rem solid #fff
}

.dark .wp-block-button__link,
.has-palette-color-1-background-color .button,
.has-palette-color-1-background-color .more-link,
.has-palette-color-1-background-color .wp-block-button__link,
.has-palette-color-1-background-color button,
.has-palette-color-1-background-color input[type=button],
.has-palette-color-1-background-color input[type=reset],
.has-palette-color-1-background-color input[type=submit],
.site-footer .wp-block-button__link {
	padding: .15rem .85rem;
	border: .15rem solid #fff;
	background: #005b96;
	color: #fff;
	text-decoration: none
}

.dark .wp-block-button__link:hover,
.has-palette-color-1-background-color .button:hover,
.has-palette-color-1-background-color .more-link:hover,
.has-palette-color-1-background-color .wp-block-button__link:hover,
.has-palette-color-1-background-color button:hover,
.has-palette-color-1-background-color input[type=button]:hover,
.has-palette-color-1-background-color input[type=reset]:hover,
.has-palette-color-1-background-color input[type=submit]:hover,
.site-footer .wp-block-button__link:hover {
	cursor: pointer;
	background: 0 0;
	text-decoration: none;
	color: #005b96;
	background: #fff;
	text-transform: none
}

.dark a,
.has-palette-color-1-background-color a,
.site-footer a {
	color: #fff;
	text-decoration: underline
}

.dark a:hover,
.has-palette-color-1-background-color a:hover,
.site-footer a:hover {
	text-decoration: none
}

.dark h2,
.dark h3,
.dark h4,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
	color: #fff
}

.dark h3,
.site-footer h3 {
	border-bottom: .15rem solid #fff
}

p:empty {
	display: none
}

.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group {
	position: -webkit-sticky;
	position: sticky;
	top: 8.66667em;
	top: 8.66667rem
}

.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h2,
.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h3,
.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h4,
.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h5 {
	font-weight: 500
}

@media (max-width:949px) {
	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group {
		padding: 1.66667em;
		position: static;
		background-color: #005b96;
		color: #fff;
		border-radius: 15px
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h2,
	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h3,
	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h4,
	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group h5 {
		color: #fff;
		margin-bottom: .83333em
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group ul {
		padding-left: 1em
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group li {
		margin: 0
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group a {
		color: #fff;
		text-decoration: underline;
		padding: .41667em 0;
		display: block
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group a:hover {
		text-decoration: none
	}
}

@media (min-width:950px) {
	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group ul {
		padding-left: 0;
		margin-top: .83333em;
		border-left: 4px solid #005b96
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group li {
		list-style: none;
		margin: 0
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group a {
		font-weight: 400;
		color: #000;
		display: block;
		padding: .83333em 0 .83333em 1.66667em
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group a:hover {
		background: #e8f1f8;
		text-decoration: none
	}

	.hentry>.entry-content .toc-wrapper>.wp-block-column:first-child .wp-block-group strong {
		padding: .83333em 0 .83333em 1.66667em;
		display: block;
		background: #e8f1f8;
		font-weight: 500;
		color: #000
	}
}

.gosign-readmore-textbox {
	margin-top: -1.66667em
}

.gosign-readmore-textbox .rTextBlock {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .3s ease;
	-o-transition: max-height .3s ease;
	transition: max-height .3s ease
}

.gosign-readmore-textbox .rTextBlock p:first-child {
	margin-top: 1.66667em
}

.gosign-readmore-textbox .rTextBlock[data-line="4"] {
	max-height: 6.66667em
}

.gosign-readmore-textbox.detailOpen .rTextBlock {
	max-height: 100em
}

.gosign-readmore-textbox .rCloseBtn,
.gosign-readmore-textbox .rMoreBtn {
	cursor: pointer
}

.gosign-readmore-textbox.detailOpen .rCloseBtn {
	display: block
}

.gosign-readmore-textbox .rCloseBtn,
.gosign-readmore-textbox.detailOpen .rMoreBtn {
	display: none
}

.gosign-readmore-textbox.styleCenter .block-btn {
	text-align: center
}

.gosign-readmore-textbox.styleRight .block-btn {
	text-align: right
}

.gosign-readmore-textbox.styleFull .block-btn {
	text-align: center
}

.gosign-readmore-textbox .block-btn p {
	margin: 1.66667em 0;
	font-weight: 500;
	color: #005b96
}

.gosign-readmore-textbox .block-btn p:hover {
	text-decoration: underline
}

.gosign-readmore-textbox.styleFull .block-btn p {
	display: block
}

.full-height,
.is-style-full-height {
	height: 100%;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.full-height *,
.full-height figure,
.full-height img,
.is-style-full-height *,
.is-style-full-height figure,
.is-style-full-height img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%
}

.full-height .alignleft,
.is-style-full-height .alignleft {
	float: none;
	width: 100%
}

.full-height .alignleft *,
.is-style-full-height .alignleft * {
	-o-object-position: 0 0;
	object-position: 0 0
}

.full-height .alignright,
.is-style-full-height .alignright {
	float: none;
	width: 100%
}

.full-height .alignright *,
.is-style-full-height .alignright * {
	-o-object-position: 100% 0;
	object-position: 100% 0
}

.mh-youtube {
	margin-bottom: 1.66667em
}

.header-image {
	min-height: 40vh !important;
	background: #ccc
}

.wp-block-column.centered-narrow,
.wp-block-columns.centered-narrow,
.wp-block-group.centered-narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 55em
}

.wp-block-column.has-background:not(.fw-section):not(.is-style-fw-section),
.wp-block-columns.has-background:not(.fw-section):not(.is-style-fw-section),
.wp-block-group.has-background:not(.fw-section):not(.is-style-fw-section) {
	border-radius: 15px
}

.card,
.card-icon .is-style-card-icon,
.is-style-card,
.is-style-tile,
.is-style-tile-icon,
.tile,
.tile-icon {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108);
	box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, .132), 0 .3px .9px 0 rgba(0, 0, 0, .108);
	border-radius: 15px;
	background-clip: padding-box;
	-webkit-transition: all .3s cubic-bezier(.8, 0, .2, 1);
	-o-transition: all .3s cubic-bezier(.8, 0, .2, 1);
	transition: all .3s cubic-bezier(.8, 0, .2, 1);
	background: #fff;
	padding: 1.66667em
}

.card .wp-block-buttons,
.card a,
.card-icon .is-style-card-icon .wp-block-buttons,
.card-icon .is-style-card-icon a,
.is-style-card .wp-block-buttons,
.is-style-card a,
.is-style-tile .wp-block-buttons,
.is-style-tile a,
.is-style-tile-icon .wp-block-buttons,
.is-style-tile-icon a,
.tile .wp-block-buttons,
.tile a,
.tile-icon .wp-block-buttons,
.tile-icon a {
	position: relative;
	z-index: 100
}

.card .editorskit-block-link,
.card-icon .is-style-card-icon .editorskit-block-link,
.is-style-card .editorskit-block-link,
.is-style-tile .editorskit-block-link,
.is-style-tile-icon .editorskit-block-link,
.tile .editorskit-block-link,
.tile-icon .editorskit-block-link {
	position: absolute;
	z-index: 99
}

.card .editorskit-block-link:after,
.card .editorskit-block-link:before,
.card-icon .is-style-card-icon .editorskit-block-link:after,
.card-icon .is-style-card-icon .editorskit-block-link:before,
.is-style-card .editorskit-block-link:after,
.is-style-card .editorskit-block-link:before,
.is-style-tile .editorskit-block-link:after,
.is-style-tile .editorskit-block-link:before,
.is-style-tile-icon .editorskit-block-link:after,
.is-style-tile-icon .editorskit-block-link:before,
.tile .editorskit-block-link:after,
.tile .editorskit-block-link:before,
.tile-icon .editorskit-block-link:after,
.tile-icon .editorskit-block-link:before {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	bottom: 1.08333em;
	right: 1.08333em;
	overflow: hidden
}

.card .editorskit-block-link:after,
.card-icon .is-style-card-icon .editorskit-block-link:after,
.is-style-card .editorskit-block-link:after,
.is-style-tile .editorskit-block-link:after,
.is-style-tile-icon .editorskit-block-link:after,
.tile .editorskit-block-link:after,
.tile-icon .editorskit-block-link:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 12.7L1.3 6l1.4-1.4L8 9.9l5.3-5.3L14.7 6z'/%3E%3C/svg%3E");
	background-position: 50% 50%;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%);
	filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%)
}

.card .editorskit-block-link:before,
.card-icon .is-style-card-icon .editorskit-block-link:before,
.is-style-card .editorskit-block-link:before,
.is-style-tile .editorskit-block-link:before,
.is-style-tile-icon .editorskit-block-link:before,
.tile .editorskit-block-link:before,
.tile-icon .editorskit-block-link:before {
	border: 2px solid #005b96
}

.card .editorskit-block-link:hover:after,
.card-icon .is-style-card-icon .editorskit-block-link:hover:after,
.is-style-card .editorskit-block-link:hover:after,
.is-style-tile .editorskit-block-link:hover:after,
.is-style-tile-icon .editorskit-block-link:hover:after,
.tile .editorskit-block-link:hover:after,
.tile-icon .editorskit-block-link:hover:after {
	-webkit-filter: invert(100);
	filter: invert(100)
}

.card .editorskit-block-link:hover:before,
.card-icon .is-style-card-icon .editorskit-block-link:hover:before,
.is-style-card .editorskit-block-link:hover:before,
.is-style-tile .editorskit-block-link:hover:before,
.is-style-tile-icon .editorskit-block-link:hover:before,
.tile .editorskit-block-link:hover:before,
.tile-icon .editorskit-block-link:hover:before {
	background: #005b96
}

.card-icon .is-style-card-icon:hover,
.card:hover,
.is-style-card:hover,
.is-style-tile-icon:hover,
.is-style-tile:hover,
.tile-icon:hover,
.tile:hover {
	-webkit-box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108);
	box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, .132), 0 1.2px 3.6px 0 rgba(0, 0, 0, .108)
}

.card-icon .is-style-card-icon.ek-linked-block,
.card.ek-linked-block,
.is-style-card.ek-linked-block,
.is-style-tile-icon.ek-linked-block,
.is-style-tile.ek-linked-block,
.tile-icon.ek-linked-block,
.tile.ek-linked-block {
	padding-bottom: 3.75em
}

.card-icon .is-style-card-icon>figure,
.card-icon .is-style-card-icon>h2,
.card-icon .is-style-card-icon>h3,
.card-icon .is-style-card-icon>h4,
.card-icon .is-style-card-icon>h5,
.card-icon .is-style-card-icon>h6,
.card-icon .is-style-card-icon>p,
.card>figure,
.card>h2,
.card>h3,
.card>h4,
.card>h5,
.card>h6,
.card>p,
.is-style-card>figure,
.is-style-card>h2,
.is-style-card>h3,
.is-style-card>h4,
.is-style-card>h5,
.is-style-card>h6,
.is-style-card>p,
.is-style-tile-icon>figure,
.is-style-tile-icon>h2,
.is-style-tile-icon>h3,
.is-style-tile-icon>h4,
.is-style-tile-icon>h5,
.is-style-tile-icon>h6,
.is-style-tile-icon>p,
.is-style-tile>figure,
.is-style-tile>h2,
.is-style-tile>h3,
.is-style-tile>h4,
.is-style-tile>h5,
.is-style-tile>h6,
.is-style-tile>p,
.tile-icon>figure,
.tile-icon>h2,
.tile-icon>h3,
.tile-icon>h4,
.tile-icon>h5,
.tile-icon>h6,
.tile-icon>p,
.tile>figure,
.tile>h2,
.tile>h3,
.tile>h4,
.tile>h5,
.tile>h6,
.tile>p {
	width: 100%;
	text-align: center
}

.card-icon .is-style-card-icon>h3+h4,
.card>h3+h4,
.is-style-card>h3+h4,
.is-style-tile-icon>h3+h4,
.is-style-tile>h3+h4,
.tile-icon>h3+h4,
.tile>h3+h4 {
	margin-top: -1.66667em;
	font-weight: 300;
	font-style: italic
}

.card ul,
.card-icon .is-style-card-icon ul,
.is-style-card ul,
.is-style-tile ul,
.is-style-tile-icon ul,
.tile ul,
.tile-icon ul {
	padding-left: 0;
	border-bottom: 1px solid #ccc
}

.card li,
.card-icon .is-style-card-icon li,
.is-style-card li,
.is-style-tile li,
.is-style-tile-icon li,
.tile li,
.tile-icon li {
	border-top: 1px solid #ccc;
	margin: 0;
	display: block;
	padding: .83333em 0;
	list-style-type: none;
	text-align: center
}

.card h2,
.card h3,
.card h4,
.card h5,
.card-icon .is-style-card-icon h2,
.card-icon .is-style-card-icon h3,
.card-icon .is-style-card-icon h4,
.card-icon .is-style-card-icon h5,
.is-style-card h2,
.is-style-card h3,
.is-style-card h4,
.is-style-card h5,
.is-style-tile h2,
.is-style-tile h3,
.is-style-tile h4,
.is-style-tile h5,
.is-style-tile-icon h2,
.is-style-tile-icon h3,
.is-style-tile-icon h4,
.is-style-tile-icon h5,
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.tile-icon h2,
.tile-icon h3,
.tile-icon h4,
.tile-icon h5 {
	text-align: center;
	margin-bottom: 26.66667px
}

.card-icon .is-style-card-icon.ek-linked-block>:nth-last-child(2),
.card-icon .is-style-card-icon>:last-child,
.card.ek-linked-block>:nth-last-child(2),
.card>:last-child,
.is-style-card.ek-linked-block>:nth-last-child(2),
.is-style-card>:last-child,
.is-style-tile-icon.ek-linked-block>:nth-last-child(2),
.is-style-tile-icon>:last-child,
.is-style-tile.ek-linked-block>:nth-last-child(2),
.is-style-tile>:last-child,
.tile-icon.ek-linked-block>:nth-last-child(2),
.tile-icon>:last-child,
.tile.ek-linked-block>:nth-last-child(2),
.tile>:last-child {
	margin-bottom: 0
}

.card-icon .is-style-card-icon.ek-linked-block>:nth-last-child(2).wp-block-buttons,
.card-icon .is-style-card-icon.ek-linked-block>:nth-last-child(2).wp-block-group,
.card-icon .is-style-card-icon>:last-child.wp-block-buttons,
.card-icon .is-style-card-icon>:last-child.wp-block-group,
.card.ek-linked-block>:nth-last-child(2).wp-block-buttons,
.card.ek-linked-block>:nth-last-child(2).wp-block-group,
.card>:last-child.wp-block-buttons,
.card>:last-child.wp-block-group,
.is-style-card.ek-linked-block>:nth-last-child(2).wp-block-buttons,
.is-style-card.ek-linked-block>:nth-last-child(2).wp-block-group,
.is-style-card>:last-child.wp-block-buttons,
.is-style-card>:last-child.wp-block-group,
.is-style-tile-icon.ek-linked-block>:nth-last-child(2).wp-block-buttons,
.is-style-tile-icon.ek-linked-block>:nth-last-child(2).wp-block-group,
.is-style-tile-icon>:last-child.wp-block-buttons,
.is-style-tile-icon>:last-child.wp-block-group,
.is-style-tile.ek-linked-block>:nth-last-child(2).wp-block-buttons,
.is-style-tile.ek-linked-block>:nth-last-child(2).wp-block-group,
.is-style-tile>:last-child.wp-block-buttons,
.is-style-tile>:last-child.wp-block-group,
.tile-icon.ek-linked-block>:nth-last-child(2).wp-block-buttons,
.tile-icon.ek-linked-block>:nth-last-child(2).wp-block-group,
.tile-icon>:last-child.wp-block-buttons,
.tile-icon>:last-child.wp-block-group,
.tile.ek-linked-block>:nth-last-child(2).wp-block-buttons,
.tile.ek-linked-block>:nth-last-child(2).wp-block-group,
.tile>:last-child.wp-block-buttons,
.tile>:last-child.wp-block-group {
	margin-top: auto
}

@media (max-width:599px) {

	.is-style-tile,
	.is-style-tile-icon,
	.tile,
	.tile-icon {
		font-size: 90%;
		padding: .83333em
	}

	.is-style-tile h2,
	.is-style-tile h3,
	.is-style-tile h4,
	.is-style-tile h5,
	.is-style-tile p,
	.is-style-tile-icon h2,
	.is-style-tile-icon h3,
	.is-style-tile-icon h4,
	.is-style-tile-icon h5,
	.is-style-tile-icon p,
	.tile h2,
	.tile h3,
	.tile h4,
	.tile h5,
	.tile p,
	.tile-icon h2,
	.tile-icon h3,
	.tile-icon h4,
	.tile-icon h5,
	.tile-icon p {
		font-size: 90%;
		line-height: 1.65em
	}
}

.card figure,
.is-style-card figure,
.is-style-tile figure,
.tile figure {
	width: auto;
	overflow: hidden;
	height: 0;
	padding-top: 75%;
	position: relative;
	margin: -1.66667em -1.66667em 0;
	display: block
}

.card figure.wp-block-image:first-child,
.is-style-card figure.wp-block-image:first-child,
.is-style-tile figure.wp-block-image:first-child,
.tile figure.wp-block-image:first-child {
	margin-top: -1.66667em
}

.card img,
.card-icon img,
.is-style-card img,
.is-style-card-icon img,
.is-style-tile img,
.is-style-tile-icon img,
.tile img,
.tile-icon img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.card amp-img.amp-wp-enforced-sizes[layout=intrinsic]>img,
.is-style-card amp-img.amp-wp-enforced-sizes[layout=intrinsic]>img,
.is-style-tile amp-img.amp-wp-enforced-sizes[layout=intrinsic]>img,
.tile amp-img.amp-wp-enforced-sizes[layout=intrinsic]>img {
	-o-object-fit: cover;
	object-fit: cover
}

.card-icon figure,
.is-style-card-icon figure,
.is-style-tile-icon figure,
.tile-icon figure {
	overflow: hidden;
	width: 5em;
	max-width: 100%;
	height: 5em;
	position: relative;
	margin: 0 auto;
	-webkit-filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%);
	filter: invert(19%) sepia(98%) saturate(2238%) hue-rotate(187deg) brightness(88%) contrast(101%)
}

.card-icon img,
.is-style-card-icon img,
.is-style-tile-icon img,
.tile-icon img {
	-o-object-fit: contain;
	object-fit: contain
}