/* @override 
	https://readyforwildfire.org/wp-content/themes/_calfire/dist/css/components.e475865761437f5c1eb6.css */

.accordion-block-header {
	--grid-gap: 0;
	gap: 0;
	margin-right: 0
}

.accordion-block-header+.accordion__grid {
	margin-top: 40px
}

@media screen and (min-width: 500px) {
	.accordion-block-header+.accordion__grid {
		margin-top: 60px
	}
}@media screen and (min-width: 972px) {
	.accordion-block-header+.accordion__grid {
		margin-top: 80px
	}
}.accordion-block-header>.grid__column {
	width: 100%
}

.accordion-block-header .block-header {
	margin-top: 0
}

.accordion-block-header .block-header h2 {
	padding-top: 30px;
	margin-top: 8px
}

.accordion-block-header .block-header:before {
	content: none
}

.accordion-block-header .block-header__grid {
	--grid-gap: 0;
	gap: 0;
	margin-right: 0
}

@media screen and (min-width: 700px) {
	.accordion-block-header .block-header {
		display: block
	}
	
	.accordion-block-header .block-header h2, .accordion-block-header .block-header p {
		width: 100%;
		padding-right: 90px
	}
}.accordion {
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 971px) {
	.accordion__grid {
		--grid-gap: 0;
		gap: 0;
		margin-right: 0
	}
}.accordion__single-item {
	border-top: #23366d solid 1px
}

.accordion__single-item:last-of-type {
	border-bottom: #23366d solid 1px
}

.accordion__single-item .accordion__single-item-title button:focus, .accordion__single-item .accordion__single-item-title button:active {
	outline: none
}

.accordion__single-item.active .accordion__single-item-title button:hover, .accordion__single-item.active .accordion__single-item-title button:focus {
	outline: 3px solid #ce252b
}

.accordion__single-item-title button {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	cursor: pointer;
	padding: 15px 0;
	padding-left: 30px;
	background-color: rgba(0,0,0,0);
	color: #2f2f2e;
	border: 0;
	width: 100%;
	font-weight: 700;
	white-space: normal;
	text-align: left;
	line-height: 1.2;
	font-size: 1.25rem
}

.accordion__single-item-title button:hover, .accordion__single-item-title button:focus, .accordion__single-item-title button:active {
	background-color: rgba(0,0,0,0);
	color: #2f2f2e
}

@media screen and (min-width: 500px) {
	.accordion__single-item-title button {
		font-size: 1.688rem
	}
}.accordion__single-item-icon {
	min-width: 20px;
	height: 20px;
	position: relative;
	flex: none;
	margin-right: 30px;
	margin-left: 15px
}

.accordion__single-item-icon:after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMjM3MzYgOS44MjA3N0wxOC4yOTI3IDAuNzY1MzgxTTEwLjcwNyA5LjgyMDc3TDEuNjUxNjEgMC43NjUzODEiIHN0cm9rZT0iI0NFMjUyQiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 100%;
	transform: translate(-50%, 50%)
}

.active .accordion__single-item-icon:after {
	transform: scale(-1) translateX(10px)
}

.accordion__single-item-content {
	display: none;
	padding: 30px 0;
	padding-top: 0;
	padding-left: 30px;
	font-size: 1rem;
	max-width: 800px;
	padding-right: 60px
}

@media screen and (min-width: 500px) {
	.accordion__single-item-content {
		font-size: 1.125rem
	}
}@media screen and (min-width: 972px) {
	.accordion__single-item-content {
		font-size: 1.313rem
	}
}.accordion__single-item-link {
	padding-top: 8px
}

.accordion__single-item-link a {
	font-size: 1rem
}

@media screen and (min-width: 500px) {
	.accordion__single-item-link {
		padding-top: 8px
	}
}@media screen and (min-width: 972px) {
	.accordion__single-item-link {
		padding-top: 10px
	}
}
.block-header {
	position: static;
	margin-top: 40px
}

.block-header h2 {
	padding-top: 8px
}

.block-header:before {
	content: "";
	height: 2px;
	width: 35%;
	background-color: #ffcb05;
	position: absolute;
	left: 0
}

.block-header__grid {
	--grid-gap: 0;
	gap: 0;
	margin-right: 0
}

@media screen and (min-width: 700px) {
	.block-header {
		width: calc(100% + 60px);
		display: flex;
		align-items: baseline;
		margin-top: 80px;
		margin-left: -30px;
		margin-right: -30px
	}
	
	.block-header p {
		font-size: 1.125rem;
		padding-right: 30px;
		padding-left: 30px;
		width: 63.5%
	}
	
	.block-header h2 {
		padding-right: 30px;
		padding-left: 30px;
		width: 36.5%;
		padding-top: 30px
	}
}@media screen and (min-width: 972px) {
	.block-header {
		width: calc(91.667% + 60px)
	}
	
	.block-header h2 {
		padding-top: 0
	}
	
	.block-header p {
		font-size: 1.438rem
	}
}@media screen and (min-width: 972px)and (max-width: 1279px) {
	.block-header h2 {
		-webkit-hyphens: auto;
		hyphens: auto
	}
}
.breadcrumbs {
	display: block;
	padding-top: 8px
}

.breadcrumbs a {
	color: #23366d;
	text-decoration: underline
}

.breadcrumbs a:hover {
	color: #ce252b
}

.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none !important;
	margin-left: 0 !important;
	gap: 10px
}

.breadcrumbs li {
	font-size: 1rem
}

@media screen and (min-width: 500px) {
	.breadcrumbs ul {
		display: block
	}
	
	.breadcrumbs li {
		display: inline-block;
		padding-right: 10px;
		padding-left: 10px
	}
	
	.breadcrumbs li:first-child {
		padding-left: 0
	}
}@media screen and (min-width: 700px) {
	.breadcrumbs {
		padding-top: 0;
		font-size: 1.313rem
	}
	
	.breadcrumbs li {
		font-size: 1.125rem
	}
}
@media screen and (max-width: 699px) {
	.cta-apps .block-header__grid {
		margin-bottom: 40px
	}
}@media screen and (min-width: 700px) {
	.cta-apps {
		padding-bottom: 60px
	}
}@media screen and (min-width: 972px) {
	.cta-apps {
		padding-bottom: 80px
	}
}@media screen and (min-width: 700px) {
	.cta-apps .grid__column:not(.block-header) {
		display: flex;
		justify-content: space-between
	}
}.cta-apps__cta {
	margin-bottom: 40px
}

@media screen and (min-width: 700px) {
	.cta-apps__cta {
		margin-bottom: 0;
		width: calc(50% - 1rem)
	}
}@media screen and (min-width: 972px) {
	.cta-apps__cta {
		width: calc(50% - 2.5rem)
	}
}.cta-apps__cta__graphic {
	position: relative
}

.cta-apps__cta__graphic:before {
	content: "";
	height: 80%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, #2F2F2E, transparent);
	mix-blend-mode: multiply
}

.cta-apps__cta__graphic>img {
	width: 100%;
	max-width: 100%;
	height: clamp(210px,30vw,420px);
	-o-object-fit: cover;
	object-fit: cover
}

.cta-apps__cta__graphic h3 {
	color: #fff;
	font-weight: 800;
	display: flex;
	gap: 1rem;
	max-width: 100%;
	position: absolute;
	padding: 1rem;
	bottom: 0
}

.cta-apps__cta__graphic h3 b, .cta-apps__cta__graphic h3 strong, .cta-apps__cta__graphic h3 i, .cta-apps__cta__graphic h3 em {
	font-weight: 1000
}

@media screen and (min-width: 1186px) {
	.cta-apps__cta__graphic h3 {
		padding: 2rem
	}
}.cta-apps__cta__graphic h3 img {
	height: auto;
	width: 60px
}

@media screen and (min-width: 972px) {
	.cta-apps__cta__graphic h3 img {
		width: 75px
	}
}.cta-apps__cta p {
	margin: 1rem 0
}

@media screen and (max-width: 499px) {
	.cta-apps .cta-apps__grid {
		margin-right: 0
	}
}
.cookies {
	position: fixed;
	background: rgba(0,0,0,.8392156863);
	width: 100%;
	bottom: 0;
	z-index: 200;
	padding: 20px;
	display: none
}

.cookies .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media screen and (max-width: 699px) {
	.cookies .wrapper {
		flex-wrap: wrap
	}
}.cookies__text {
	color: #fff;
	font-size: 1rem;
	margin: 0 40px 0 0
}

@media screen and (max-width: 699px) {
	.cookies__text {
		text-align: center;
		margin: 0 0 30px
	}
}.cookies__text a {
	transition: all .3s ease-in-out;
	color: #ffcb05;
	border-bottom: 1px solid #ffcb05
}

.cookies__text a:hover, .cookies__text a:focus, .cookies__text a:active {
	border-bottom: 1px solid
}

@media screen and (max-width: 699px) {
	.cookies__cta {
		text-align: center;
		width: 100%
	}
}
.cta-large {
	position: relative;
	padding-top: 200px
}

@media screen and (min-width: 700px) {
	.cta-large {
		padding-top: 265px
	}
}.cta-large__bg {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.cta-large__bg--top-left {
	-o-object-position: top left;
	object-position: top left
}

.cta-large__bg--top-center {
	-o-object-position: top center;
	object-position: top center
}

.cta-large__bg--top-right {
	-o-object-position: top right;
	object-position: top right
}

.cta-large__bg--center-left {
	-o-object-position: center left;
	object-position: center left
}

.cta-large__bg--center-right {
	-o-object-position: center right;
	object-position: center right
}

.cta-large__bg--bottom-left {
	-o-object-position: bottom left;
	object-position: bottom left
}

.cta-large__bg--bottom-center {
	-o-object-position: bottom center;
	object-position: bottom center
}

.cta-large__bg--bottom-right {
	-o-object-position: bottom right;
	object-position: bottom right
}

.cta-large__bg--mobile {
	display: inline
}

.cta-large__bg--desktop {
	display: none
}

@media screen and (min-width: 700px) {
	.cta-large__bg--mobile {
		display: none
	}
	
	.cta-large__bg--desktop {
		display: inline
	}
}.cta-large__text {
	background-color: rgba(6,132,83,.93);
	position: relative;
	z-index: 1;
	padding: 30px 0;
	color: #fff
}

.cta-large__text h2 {
	font-size: 2.0625rem;
	font-weight: 800;
	width: 80%
}

.cta-large__text .wysiwyg-editor {
	width: 90%
}

.cta-large__text .wysiwyg-editor p {
	font-size: 1.125rem
}

.cta-large__text .button-group {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.cta-large__text .button-group .mg-button {
	margin-bottom: 10px
}

.cta-large__text .button-group .mg-button:last-child {
	margin-bottom: 0
}

@media screen and (min-width: 700px) {
	.cta-large__text {
		padding: 60px 0 80px
	}
	
	.cta-large__text .wysiwyg-editor p {
		font-size: 1.313rem
	}
	
	.cta-large__text .button-group {
		flex-direction: row;
		margin-top: 30px
	}
	
	.cta-large__text .button-group .mg-button {
		margin-bottom: 0;
		margin-right: 30px
	}
	
	.cta-large__text .button-group .mg-button:last-child {
		margin-right: 0
	}
	
	.cta-large__text h2 {
		font-size: 3.938rem;
		width: 100%
	}
}@media screen and (min-width: 972px) {
	.cta-large__inner {
		display: flex
	}
	
	.cta-large__inner .wysiwyg-editor {
		width: 100%
	}
}@media screen and (min-width: 972px) {
	.cta-large__text-left {
		width: 62%;
		padding-right: 40px
	}
}@media screen and (min-width: 972px) {
	.cta-large__text-right {
		width: 38%
	}
}
.mg-button-group {
	padding: 30px 0
}

.mg-button-group .mg-button {
	margin-right: 30px
}

.mg-button-group .mg-button:last-child {
	margin: 0
}

@media screen and (max-width: 499px) {
	.mg-button-group .mg-button {
		width: 100%;
		display: block;
		margin: 0 0 30px 0
	}
}
.embed {
	margin: auto
}

@media screen and (min-width: 972px) {
	.embed--half {
		width: 50%
	}
}.embed__video-wrapper {
	position: relative;
	padding-bottom: 56.25%
}

.embed__video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.embed iframe {
	margin: auto;
	display: block
}

.wp-block-acf-directory {
	padding: 35px 0 40px
}

.wp-block-acf-directory .block-header {
	margin-top: 0
}

@media screen and (min-width: 972px) {
	.wp-block-acf-directory {
		padding: 60px 0 80px
	}
}.directory__columns {
	margin-top: 40px
}

.directory__columns .grid {
	gap: 20px
}

@media screen and (max-width: 971px) {
	.directory__columns .grid {
		--grid-gap: none;
		gap: none;
		margin-right: 0
	}
	
	.directory__columns .grid__column {
		margin-bottom: 30px
	}
	
	.directory__columns .grid__column:last-child {
		margin-bottom: 0
	}
}.directory__columns .columns__item {
	display: flex;
	flex-direction: column;
	height: 100%
}

.main .directory__columns ul.item__content__list {
	list-style: none
}

.directory__columns li {
	font-size: 1.313rem;
	font-weight: 700;
	padding-top: 10px
}

.directory__columns li:first-child {
	padding-top: 0
}

.directory__columns li a {
	color: #23366d;
	text-decoration: underline
}

.directory__columns li a:hover {
	color: #ce252b
}

.directory__columns .item__container {
	display: flex;
	justify-content: center;
	position: relative;
	overflow: hidden;
	-webkit-clip-path: polygon(100% 28.297%, 100% 28.297%, 87.804% 15.267%, 75.631% 6.567%, 63.653% 1.661%, 52.047% 0.008%, 40.988% 1.071%, 30.649% 4.313%, 21.206% 9.194%, 12.834% 15.177%, 5.707% 21.724%, 0% 28.297%, 0% 100%, 100% 100%, 100% 28.297%);
	clip-path: polygon(100% 28.297%, 100% 28.297%, 87.804% 15.267%, 75.631% 6.567%, 63.653% 1.661%, 52.047% 0.008%, 40.988% 1.071%, 30.649% 4.313%, 21.206% 9.194%, 12.834% 15.177%, 5.707% 21.724%, 0% 28.297%, 0% 100%, 100% 100%, 100% 28.297%);
	padding-top: 56.8720379147%
}

.directory__columns .item__container img {
	z-index: 1;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	width: 100%
}

.directory__columns .item__container::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #fdf8e5;
	z-index: 0
}

.directory__columns .item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #f1f0ed;
	padding: 25px
}

@media screen and (min-width: 700px) {
	.directory__columns .item__content {
		padding: 30px
	}
}@media screen and (min-width: 972px) {
	.directory__columns .item__content {
		padding: 40px
	}
}.directory__columns .item__content__title {
	max-width: 260px
}

.directory__columns .item__content__title h3 {
	margin-top: 0
}

@media screen and (min-width: 972px) {
	.directory__columns {
		margin-top: 20px
	}
}
.wp-block-acf-cta-small {
	background-color: #23366d
}

.cta-small {
	background-color: #23366d;
	padding-top: 60px;
	padding-bottom: 60px
}

@media screen and (min-width: 700px) {
	.cta-small {
		padding-top: 75px;
		padding-bottom: 75px
	}
	
	.cta-small .grid__column {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem
	}
}@media screen and (min-width: 1400px) {
	.cta-small {
		padding-top: 100px;
		padding-bottom: 100px
	}
	
	.cta-small .grid__column {
		gap: 3rem
	}
}.cta-small h2 {
	color: #fff;
	padding: 0;
	margin: 0
}

@media screen and (max-width: 971px) {
	.cta-small h2 {
		margin-bottom: 2rem
	}
}
.wp-block-acf-featured-pages {
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.25) 100%);
	mix-blend-mode: multiply;
	padding: 40px 0
}

.wp-block-acf-featured-pages .block-header {
	margin-top: 0
}

@media screen and (min-width: 972px) {
	.wp-block-acf-featured-pages {
		padding: 60px 0 80px
	}
}.featured-pages {
	margin-top: 40px
}

.featured-pages .grid {
	gap: 120px 20px
}

@media screen and (max-width: 971px) {
	.featured-pages .grid {
		--grid-gap: 0;
		gap: 0;
		margin-right: 0
	}
	
	.featured-pages .grid__column {
		margin-bottom: 30px
	}
	
	.featured-pages .grid__column:last-child {
		margin-bottom: 0
	}
}@media screen and (min-width: 972px) {
	.featured-pages {
		margin-top: 20px
	}
	
	.featured-pages .grid {
		margin-right: -50px
	}
}
.form {
	margin: auto
}

@media screen and (min-width: 972px) {
	.form--half {
		width: 50%
	}
}
.page-template-default .general-content {
	padding-top: 8px;
	padding-bottom: 8px
}

.page-template-default .general-content .wysiwyg-editor>h3 {
	margin-top: 0
}

.page-template-default .general-content .wysiwyg-editor .embed-wrap {
	margin: 60px 0
}

.page-template-default .general-content .wysiwyg-editor .embed-wrap:last-child {
	margin-bottom: 0
}

.page-template-default .general-content .heading--xl, .page-template-default .general-content .wysiwyg-editor h2 {
	margin-top: 30px;
	margin-bottom: 25px
}

@media screen and (min-width: 700px) {
	.page-template-default .general-content {
		padding-top: 45px;
		padding-bottom: 45px
	}
	
	.page-template-default .general-content--2-col .wysiwyg-editor {
		-moz-columns: 2;
		columns: 2;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
}@media screen and (min-width: 972px) {
	.page-template-default .general-content {
		padding-top: 60px;
		padding-bottom: 60px
	}
}.page-template-campaign .general-content {
	padding-top: 35px;
	padding-bottom: 35px
}

.page-template-campaign .general-content .heading--xl, .page-template-campaign .general-content .wysiwyg-editor h2 {
	margin-top: 45px;
	margin-bottom: 30px
}

@media screen and (min-width: 700px) {
	.page-template-campaign .general-content {
		padding-top: 45px;
		padding-bottom: 45px
	}
	
	.page-template-campaign .general-content--2-col .wysiwyg-editor {
		-moz-columns: 2;
		columns: 2;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
}@media screen and (min-width: 972px) {
	.page-template-campaign .general-content {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.hero-campaign {
	position: relative;
	background-color: #23366d;
	color: #fff;
	padding: 40px 0
}

@media screen and (min-width: 700px) {
	.hero-campaign {
		margin-bottom: 5rem
	}
}.hero-campaign h1 {
	font-size: 1.938rem;
	line-height: 1.2;
	margin-top: 35px
}

@media screen and (max-width: 699px) {
	.hero-campaign h1 {
		margin-top: 320px
	}
}@media screen and (min-width: 700px) {
	.hero-campaign h1 {
		font-size: 2.88rem;
		margin-top: 45px;
		margin-bottom: 25px
	}
	
	.hero-campaign h1+p {
		padding-top: 0
	}
}@media screen and (min-width: 972px) {
	.hero-campaign h1 {
		font-size: 4.375rem;
		margin-top: 60px
	}
}.hero-campaign h1 em {
	color: #ffcb05;
	font-style: normal
}

.hero-campaign p {
	font-size: 1.125rem;
	line-height: 1.4;
	padding: 1rem 0
}

@media screen and (min-width: 972px) {
	.hero-campaign p {
		font-size: 1.438rem
	}
}@media screen and (min-width: 700px) {
	.hero-campaign__content {
		padding-right: 40%
	}
}@media screen and (min-width: 972px) {
	.hero-campaign__content p {
		display: inline-block;
		vertical-align: middle;
		padding-right: 2.5rem;
		width: 54%
	}
}.hero-campaign__content .mg-button {
	display: inline-block;
	vertical-align: middle
}

.hero-campaign__content img {
	width: 175px;
	height: auto
}

@media screen and (max-width: 971px) {
	.hero-campaign__content img {
		width: 120px;
		height: auto
	}
}@media screen and (max-width: 699px) {
	.hero-campaign__content img {
		width: 85px;
		height: auto;
		position: relative;
		z-index: 2
	}
}.hero-campaign__image {
	position: absolute;
	height: 350px;
	width: calc(100% - 72px);
	top: 105px;
	right: 0
}

@media screen and (min-width: 700px) {
	.hero-campaign__image {
		height: 115%;
		width: 35%;
		top: 0;
		right: 0
	}
}.hero-campaign__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 89.411% 0%, 78.104% 0%, 66.396% 0%, 54.608% 0%, 43.056% 0%, 32.06% 0%, 21.938% 0%, 13.008% 0%, 5.589% 0%, 0% 0%, 0% 75.96%, 0% 75.96%, 4.86% 79.468%, 10.113% 82.837%, 15.619% 86.028%, 21.239% 89%, 26.835% 91.714%, 32.268% 94.129%, 37.399% 96.205%, 42.089% 97.903%, 46.2% 99.181%, 49.592% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(100% 0%, 100% 0%, 89.411% 0%, 78.104% 0%, 66.396% 0%, 54.608% 0%, 43.056% 0%, 32.06% 0%, 21.938% 0%, 13.008% 0%, 5.589% 0%, 0% 0%, 0% 75.96%, 0% 75.96%, 4.86% 79.468%, 10.113% 82.837%, 15.619% 86.028%, 21.239% 89%, 26.835% 91.714%, 32.268% 94.129%, 37.399% 96.205%, 42.089% 97.903%, 46.2% 99.181%, 49.592% 100%, 100% 100%, 100% 0%);
	position: relative;
	z-index: 1
}

.hero-campaign__image::after {
	opacity: 0;
	content: "";
	display: block;
	background-color: #ffcb05;
	position: absolute;
	bottom: -0.5rem;
	left: -0.5rem;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, -20% 75.96%, -2% 74.468%, 10.113% 82.937%, 14.989% 86.028%, 18.33% 87.78%, 22.935% 90.3%, 41.668% 98.129%, 100% 97.05%, 20% 16%, 10% -2%, 2% -4%, 11% 3%, -10% 10%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, -20% 75.96%, -2% 74.468%, 10.113% 82.937%, 14.989% 86.028%, 18.33% 87.78%, 22.935% 90.3%, 41.668% 98.129%, 100% 97.05%, 20% 16%, 10% -2%, 2% -4%, 11% 3%, -10% 10%)
}

@media screen and (min-width: 700px) {
	.hero-campaign__image::after {
		bottom: -1rem;
		left: -1.5rem
	}
}.hero-campaign__image.img-has-loaded::after {
	opacity: 1
}

.hero {
	position: relative;
	padding: 0 0 40px
}

.hero h1 {
	font-size: 2.0625rem;
	font-weight: 800;
	line-height: 1.1;
	color: #23366d;
	margin-bottom: 10px
}

@media screen and (min-width: 700px) {
	.hero h1 {
		font-size: 3.938rem;
		margin-top: 45px
	}
}@media screen and (min-width: 972px) {
	.hero h1 {
		font-size: 5rem;
		margin-top: 60px;
		padding-right: 10px
	}
}.hero__inner {
	display: flex;
	flex-direction: column-reverse
}

@media screen and (min-width: 700px) {
	.hero__inner {
		flex-direction: row;
		align-items: center;
		min-height: 450px
	}
}@media screen and (min-width: 972px) {
	.hero__inner {
		min-height: 560px
	}
}.hero__image-caption {
	opacity: .8;
	font-size: .875rem;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 355px
}

@media screen and (min-width: 700px) {
	.hero__image-caption {
		font-size: 1rem;
		top: 510px
	}
}@media screen and (min-width: 972px) {
	.hero__image-caption {
		top: 700px
	}
}.hero__content {
	margin-top: 45px;
	padding-right: 30px
}

.hero__content .mg-button {
	display: inline-block;
	vertical-align: middle
}

.hero__content p {
	font-size: 1.125rem;
	padding-bottom: 20px
}

@media screen and (min-width: 700px) {
	.hero__content p {
		padding-bottom: 30px
	}
}@media screen and (min-width: 972px) {
	.hero__content p {
		font-size: 1.438rem
	}
}@media screen and (min-width: 700px) {
	.hero__content {
		padding-right: 40%;
		margin-top: 0
	}
}@media screen and (min-width: 972px) {
	.hero__content {
		padding-right: 65%
	}
}.hero__image {
	height: 350px;
	width: calc(100% - 20px);
	position: relative;
	margin-right: -20px;
	margin-left: auto
}

@media screen and (min-width: 700px) {
	.hero__image {
		position: absolute;
		height: 450px;
		width: calc(40% - 30px);
		top: 0;
		right: 0;
		margin-right: 0
	}
}@media screen and (min-width: 972px) {
	.hero__image {
		height: 560px;
		width: calc(65% - 75px)
	}
}@media screen and (min-width: 1400px) {
	.hero__image {
		width: calc(50vw + 150px)
	}
}.hero__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 89.411% 0%, 78.104% 0%, 66.396% 0%, 54.608% 0%, 43.056% 0%, 32.06% 0%, 21.938% 0%, 13.008% 0%, 5.589% 0%, 0% 0%, 0% 75.96%, 0% 75.96%, 4.86% 79.468%, 10.113% 82.837%, 15.619% 86.028%, 21.239% 89%, 26.835% 91.714%, 32.268% 94.129%, 37.399% 96.205%, 42.089% 97.903%, 46.2% 99.181%, 49.592% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(100% 0%, 100% 0%, 89.411% 0%, 78.104% 0%, 66.396% 0%, 54.608% 0%, 43.056% 0%, 32.06% 0%, 21.938% 0%, 13.008% 0%, 5.589% 0%, 0% 0%, 0% 75.96%, 0% 75.96%, 4.86% 79.468%, 10.113% 82.837%, 15.619% 86.028%, 21.239% 89%, 26.835% 91.714%, 32.268% 94.129%, 37.399% 96.205%, 42.089% 97.903%, 46.2% 99.181%, 49.592% 100%, 100% 100%, 100% 0%);
	position: relative;
	z-index: 1;
	display: none;
	opacity: 0;
	transition: all .3s ease-in-out
}

.hero__image img.shown {
	opacity: 1
}

.hero__image::after {
	opacity: 0;
	content: "";
	display: block;
	transition: all .3s ease-in-out;
	background-color: #ffcb05;
	position: absolute;
	bottom: -0.5rem;
	left: -0.5rem;
	width: 100%;
	height: 100%;
	z-index: 0;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, -20% 75.96%, -2% 74.468%, 10.113% 82.937%, 14.989% 86.028%, 18.33% 87.78%, 22.935% 90.3%, 41.668% 98.129%, 100% 97.05%, 20% 16%, 10% -2%, 2% -4%, 11% 3%, -10% 10%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, -20% 75.96%, -2% 74.468%, 10.113% 82.937%, 14.989% 86.028%, 18.33% 87.78%, 22.935% 90.3%, 41.668% 98.129%, 100% 97.05%, 20% 16%, 10% -2%, 2% -4%, 11% 3%, -10% 10%)
}

@media screen and (min-width: 700px) {
	.hero__image::after {
		bottom: -10px;
		left: -20px
	}
}.hero__image.shown::before {
	opacity: 0
}

.hero__image.shown::after {
	opacity: 1
}

@media screen and (min-width: 700px) {
	.hero-home__inner {
		min-height: 500px
	}
}@media screen and (min-width: 972px) {
	.hero-home__inner {
		min-height: 690px
	}
}@media screen and (min-width: 700px) {
	.hero-home__image {
		height: 500px
	}
}@media screen and (min-width: 972px) {
	.hero-home__image {
		height: 690px
	}
}.hero-home__image-inner {
	display: none;
	opacity: 0;
	transition: all .3s ease-in-out
}

.hero-home__image-inner.shown {
	opacity: 1
}

.hero-home__image-caption {
	display: none;
	opacity: 0;
	transition: all .3s ease-in-out
}

.hero-home__image-caption.shown {
	opacity: .8
}

.image-gallery__item img {
	width: 100%;
	height: auto
}

.infographic img {
	max-width: 100%
}

@media screen and (max-width: 499px) {
	.infographic__grid {
		margin-right: 0
	}
}.infographic-block-header {
	gap: 0;
	--grid-gap: 0;
	margin-bottom: 40px
}

.infographic-block-header>.grid__column {
	position: unset
}

.infographic-block-header .block-header {
	flex-flow: row wrap
}

.infographic-block-header .block-header h2, .infographic-block-header .block-header p {
	width: 100%
}

@media screen and (min-width: 700px) {
	.infographic-block-header {
		margin-bottom: 80px
	}
}
.large-text {
	padding-top: 40px;
	padding-bottom: 40px
}

@media screen and (min-width: 700px) {
	.large-text {
		padding-top: 60px;
		padding-bottom: 60px
	}
}@media screen and (min-width: 972px) {
	.large-text {
		padding-top: 80px;
		padding-bottom: 80px
	}
}.large-text p {
	color: #068453;
	font-weight: 700;
	margin: 0;
	padding: 0
}

.large-text .mg-button:not(.mg-button--small) {
	border: 2px solid #fff
}

.large-text .mg-button:not(.mg-button--small):hover {
	border: 2px solid #23366d
}

@media screen and (min-width: 700px) {
	.wp-block-acf-general-content+.wp-block-acf-large-text .large-text {
		padding-top: 40px
	}
}@media screen and (min-width: 700px) {
	.wp-block-acf-large-text:has(+.wp-block-acf-general-content) .large-text {
		padding-bottom: 40px
	}
}.wp-block-acf-large-text+.wp-block-acf-general-content .general-content {
	padding-top: 0
}

.wp-block-acf-logo-wall {
	background-color: rgba(217,217,217,.25);
	padding-bottom: 30px
}

@media screen and (min-width: 700px) {
	.wp-block-acf-logo-wall {
		padding-bottom: 20px
	}
}.logo-wall h2 {
	font-size: 1.25rem;
	margin-bottom: 20px
}

@media screen and (min-width: 700px) {
	.logo-wall h2 {
		font-size: 1.688rem
	}
}@media screen and (min-width: 972px) {
	.logo-wall h2 {
		margin-bottom: 0
	}
}.logo-wall__grid {
	display: flex;
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: -10px;
	flex-flow: row wrap
}

.logo-wall__item {
	padding: 0 20px 10px
}

.logo-wall__item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 60px;
	max-height: 75px;
	-o-object-fit: contain;
	object-fit: contain
}

@media screen and (min-width: 972px) {
	.logo-wall {
		display: flex;
		align-items: center;
		justify-content: flex-end
	}
	
	.logo-wall h2 {
		padding-right: 12.5px;
		flex: none
	}
	
	.logo-wall__grid {
		margin-left: 0;
		margin-right: -12.5px
	}
	
	.logo-wall__item {
		padding-left: 12.5px;
		padding-right: 12.5px
	}
	
	.logo-wall__item img {
		max-width: 88px;
		max-height: 105px
	}
}
.mega-menu {
	width: 100%;
	color: #fff;
	padding-bottom: 30px;
	position: relative;
	visibility: hidden;
	z-index: 0;
	opacity: 0;
	display: none
}

.mega-menu a {
	color: #fff
}

.mega-menu h3 {
	font-style: normal;
	font-family: "DM Sans",Helvetica,Arial,sans-serif;
	padding-bottom: 8px;
	line-height: 1
}

@media screen and (min-width: 972px) {
	.mega-menu h3 {
		padding-bottom: 10px;
		font-size: 2.6875rem
	}
}.mega-menu.mega-is-active {
	display: block;
	visibility: visible;
	z-index: 1;
	opacity: 1
}

@media screen and (min-width: 972px) {
	.mega-menu {
		padding-top: 10px;
		padding-bottom: 40px;
		min-height: 335px
	}
}.mega-menu .mobile {
	display: block
}

@media screen and (min-width: 972px) {
	.mega-menu .mobile {
		display: none
	}
}.mega-menu .desktop {
	display: none
}

@media screen and (min-width: 972px) {
	.mega-menu .desktop {
		display: inline
	}
}.mega-menu__header h3 {
	display: flex;
	align-items: flex-end;
	padding-bottom: 0;
	color: #ffcb05
}

.mega-menu__header h3 span {
	font-size: 1.25rem;
	font-weight: normal;
	color: #fff;
	padding-left: 40px;
	transform: translateY(-8px)
}

@media screen and (min-width: 972px) {
	.mega-menu__header h3 span {
		font-size: 1.125rem
	}
}.mega-menu__header h3 a {
	color: #ffcb05
}

.mega-menu__header h3 a span {
	color: #fff
}

@media screen and (min-width: 972px) {
	.mega-menu__header {
		padding: 10px 0
	}
	
	.mega-menu__header h3 {
		margin-top: 10px;
		margin-bottom: 15px
	}
	
	.mega-menu__header .wrapper {
		padding: 0 45px
	}
}.mega-menu__sections {
	font-size: 2.938rem;
	line-height: 1
}

.mega-is-active.mega-menu--mobile .mega-menu__sections {
	overflow-y: auto;
	max-height: calc(100vh - 170px);
	height: 100%
}

.mega-menu__sections .wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.mega-menu__sections .grid--1, .mega-menu__sections .grid--2, .mega-menu__sections .grid--3 {
	flex: 2 0 50%
}

@media screen and (max-width: 971px) {
	.mega-menu__sections .grid--1, .mega-menu__sections .grid--2, .mega-menu__sections .grid--3 {
		margin-left: -10px;
		margin-right: -10px
	}
	
	.mega-menu__sections .grid--1 .grid__column, .mega-menu__sections .grid--2 .grid__column, .mega-menu__sections .grid--3 .grid__column {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 12.5px
	}
}@media screen and (min-width: 700px) {
	.mega-menu__sections .grid--1 {
		flex: .25 0 25%
	}
	
	.mega-menu__sections .grid--2 {
		flex: 2 0 50%
	}
	
	.mega-menu__sections .grid--3 {
		flex: 3 0 33%
	}
}.mega-menu__sections .grid--links {
	padding-right: 60px;
	padding-left: 30px
}

.mega-menu--mobile .mega-menu__sections .grid--links {
	padding-left: 0
}

.mega-menu__sections .grid--links h3 {
	font-size: 1.438rem;
	text-transform: uppercase;
	color: #ffcb05
}

.mega-menu__sections .grid--links li {
	font-size: 1.313rem;
	display: flex;
	margin-bottom: 10px
}

.mega-menu__sections .grid--links a {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 1.25rem;
	padding-left: 8px;
	color: #fff
}

.mega-menu__sections .grid--links a:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scale(0, 1);
	transform-origin: 100% 50%;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.mega-menu__sections .grid--links a:hover:after {
	transform: scale(1);
	transform-origin: 0 50%
}

@media screen and (min-width: 972px) {
	.mega-menu__sections .grid--links a {
		font-size: 1.125rem
	}
}.mega-menu__sections .grid--links li.current-menu-item a:after {
	transform: scale(1);
	transform-origin: 0 50%
}

.mega-menu__sections .grid--links li.current-menu-item a:focus {
	color: #fff
}

.mega-menu__sections .grid--links li.current-menu-item a:focus:after {
	transform: scale(1);
	transform-origin: 0 50%
}

@media screen and (min-width: 972px) {
	.mega-menu__sections .grid--links {
		padding-right: 0;
		padding-left: 10px;
		max-height: 350px;
		flex-flow: column wrap
	}
	
	.mega-menu__sections .grid--links a {
		margin-bottom: 10px
	}
}.mega-menu--mobile .mega-menu__sections .grid--posts a {
	line-height: 1;
	font-size: 1rem;
	display: inline-block
}

.mega-menu--mobile .mega-menu__sections .grid--links {
	padding-right: 30px;
	flex-flow: column
}

.mega-menu--mobile .mega-menu__sections .grid--links h3 {
	font-size: 1.438rem
}

.mega-menu--mobile .mega-menu__sections .grid--links li {
	line-height: 1
}

.mega-menu--mobile .mega-menu__sections .grid--links a {
	font-size: 1.438rem
}

.menu-post-item {
	position: relative
}

.menu-post-item__tag {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 1rem;
	text-transform: capitalize;
	padding: 5px 12px;
	margin: 8px;
	border: solid 1px #fff;
	border-radius: 12px;
	background-color: rgba(255,255,255,.25);
	visibility: hidden
}

@media screen and (min-width: 972px) {
	.menu-post-item__tag {
		visibility: visible
	}
}.menu-post-item__image {
	position: relative;
	padding-bottom: 75%;
	margin-bottom: 10px;
	overflow: hidden
}

.menu-post-item__image img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all .85s ease
}

.menu-post-item__content {
	font-size: 2.938rem
}

.menu-post-item__content a:after {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute
}

.menu-post-item:hover .menu-post-item__image img, .menu-post-item:focus-within .menu-post-item__image img {
	transform: scale(1.1)
}

@media screen and (max-width: 971px) {
	.nav--mega-menu {
		height: 100%
	}
	
	.nav--mega-menu .mega-menu {
		height: 100%
	}
}.nav--mobile .desktop {
	display: none
}

.nav--mobile>ul>li {
	color: #fff;
	font-size: 1.25rem;
	padding: 15px 20px;
	position: relative
}

.nav--mobile>ul>li>div {
	display: flex;
	flex-flow: column
}

.nav--mobile>ul>li h3 {
	color: #ffcb05;
	font-size: 1.25rem;
	text-transform: uppercase
}

.nav--mobile>ul>li>a {
	color: #ffcb05;
	font-size: 1.875rem;
	font-weight: 700;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0,0,0,0);
	text-decoration-color: rgba(0,0,0,0);
	text-underline-offset: 5px;
	width: 100%
}

.nav--mobile>ul>li>a:hover, .nav--mobile>ul>li>a:focus {
	-webkit-text-decoration-color: #ffcb05;
	text-decoration-color: #ffcb05
}

.nav--mobile>ul>li .dropdown-toggle {
	position: absolute;
	top: 5px;
	height: 57px;
	width: 57px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMjM3NjEgMTAuNzMxMkwxOC4yOTMgMS42NzU3OE0xMC43MDcyIDEwLjczMTJMMS42NTE4NiAxLjY3NTc4IiBzdHJva2U9IiNGRkNCMDUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
	transform: scale(1.35);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0);
	border-radius: 0;
	border: 0
}

.nav--mobile>ul>li .dropdown-toggle.toggled-on {
	transform: rotate(180deg) scale(1.35)
}

.nav--mobile>ul>li .dropdown-toggle:focus:not(:focus-visible) {
	outline: 0
}

.nav--mobile>ul>li .sub-menu {
	display: table;
	list-style: none;
	border-collapse: separate;
	border-spacing: 6px 12px;
	margin-left: 0;
	border-spacing: 6px 20px;
	padding: 15px 8px 8px;
	display: none
}

.nav--mobile>ul>li .sub-menu li {
	display: table-row
}

.nav--mobile>ul>li .sub-menu li::before {
	display: table-cell;
	vertical-align: middle;
	content: ">"
}

.nav--mobile>ul>li .sub-menu.toggled-on {
	display: table
}

.nav--mobile>ul>li .sub-menu li h3 {
	font-size: 1.25rem
}

.nav--mobile>ul>li .sub-menu li a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 5px;
	-webkit-text-decoration-color: rgba(0,0,0,0);
	text-decoration-color: rgba(0,0,0,0);
	font-size: 1.25rem
}

.nav--mobile>ul>li .sub-menu li a:hover {
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff
}

.nav--mobile>ul>li .sub-menu li.current-menu-item a {
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff
}

.nav--mobile>ul>li .sub-menu li:last-child {
	margin-bottom: 0
}

.nav--mobile>ul>li .sub-menu li.grid__column__heading::before {
	content: ""
}

.nav--mobile>ul>li .sub-menu li.grid__column__heading h3 {
	margin-left: -20px
}

@media screen and (max-width: 699px) {
	.nav--mobile>ul>li .sub-menu {
		margin-left: -10px
	}
}.nav--mobile ul.nav__cta {
	padding-top: 40px;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
	justify-content: flex-end
}

.nav--mobile ul.nav__cta>li {
	display: flex;
	align-items: center;
	flex-flow: row
}

.nav--mobile ul.nav__cta a {
	color: #fff;
	font-size: 1rem
}

@media screen and (min-width: 700px) {
	.nav--mobile>ul {
		max-width: 65%
	}
	
	.nav--mobile>ul>li {
		border-top: 0;
		border-bottom: 0
	}
	
	.nav--mobile>ul>li>div {
		flex-flow: column wrap
	}
	
	.nav--mobile>ul>li>a {
		font-size: 2.6875rem
	}
	
	.nav--mobile>ul>li:last-child {
		border-bottom: 0
	}
	
	.nav--mobile>ul>li .dropdown-toggle {
		top: 15px
	}
	
	.nav--mobile>ul>li .sub-menu {
		padding: 20px 30px 30px 0
	}
	
	.nav--mobile>ul>li .sub-menu li h3 {
		font-size: 1.875rem
	}
	
	.nav--mobile>ul>li .sub-menu li a {
		font-size: 28px
	}
	
	.nav--mobile>ul>li:first-child {
		width: 100%
	}
	
	.nav--mobile ul.nav__cta a {
		font-size: 1.125rem
	}
}@media screen and (min-width: 972px) {
	.nav--mobile .dropdown-toggle {
		display: none
	}
}
.page-item {
	position: relative;
	background-color: #fff
}

.page-item h3 {
	font-size: 1.688rem;
	font-weight: 700;
	margin-bottom: 20px
}

.page-item h3 a {
	color: #23366d;
	text-decoration: underline;
	transition: all .3s ease-in-out
}

.page-item h3 a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.page-item h3 a:hover, .page-item h3 a:focus {
	-webkit-text-decoration-color: rgba(0,0,0,0);
	text-decoration-color: rgba(0,0,0,0);
	color: #ce252b
}

@media screen and (min-width: 972px) {
	.page-item h3 {
		font-size: 2.188rem
	}
}.page-item img {
	transition: all .3s ease-in-out
}

.page-item__content {
	display: flex;
	flex-direction: column-reverse
}

.page-item__text {
	padding: 30px
}

@media screen and (min-width: 700px) {
	.page-item__text {
		font-size: 1.125rem
	}
}@media screen and (min-width: 972px) {
	.page-item__text {
		padding: 40px 40px 60px;
		font-size: 1.313rem
	}
}.page-item .page-item__thumbnail {
	background-color: rgba(0,0,0,0);
	padding-bottom: 61.27%;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-clip-path: polygon(53.475% 0%, 53.475% 0%, 46.169% 0%, 38.953% 0%, 31.957% 0%, 25.31% 0%, 19.141% 0%, 13.58% 0%, 8.756% 0%, 4.798% 0%, 1.837% 0%, 0% 0%, 0% 74.894%, 0% 74.894%, 2.373% 78.557%, 4.938% 82.076%, 7.627% 85.408%, 10.372% 88.512%, 13.104% 91.347%, 15.757% 93.869%, 18.263% 96.037%, 20.553% 97.81%, 22.56% 99.145%, 24.216% 100%, 100% 100%, 100% 0%, 53.475% 0%);
	clip-path: polygon(53.475% 0%, 53.475% 0%, 46.169% 0%, 38.953% 0%, 31.957% 0%, 25.31% 0%, 19.141% 0%, 13.58% 0%, 8.756% 0%, 4.798% 0%, 1.837% 0%, 0% 0%, 0% 74.894%, 0% 74.894%, 2.373% 78.557%, 4.938% 82.076%, 7.627% 85.408%, 10.372% 88.512%, 13.104% 91.347%, 15.757% 93.869%, 18.263% 96.037%, 20.553% 97.81%, 22.56% 99.145%, 24.216% 100%, 100% 100%, 100% 0%, 53.475% 0%)
}

.page-item:hover img {
	transform: scale(1.05);
	transition: all .3s ease-in-out
}

@media screen and (min-width: 972px) {
	.page-item {
		height: 100%
	}
}
.page-header {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 60px
}

.page-header--general h1 {
	line-height: 1.1
}

.page-header h1 {
	margin: 0;
	padding-bottom: 8px
}

.page-header p {
	font-size: 1.125rem
}

.page-header .page-header__content {
	padding-bottom: 30px
}

.page-header .page-header__image {
	overflow: hidden
}

.page-header .page-header__image div {
	position: relative;
	padding-top: 75.1219512195%;
	-webkit-clip-path: polygon(53.45% 0%, 53.45% 0%, 46.134% 0%, 38.908% 0%, 31.902% 0%, 25.247% 0%, 19.073% 0%, 13.511% 0%, 8.692% 0%, 4.747% 0%, 1.806% 0%, 0% 0%, 0% 75.578%, 0% 75.578%, 2.306% 79.141%, 4.797% 82.564%, 7.409% 85.806%, 10.075% 88.825%, 12.73% 91.582%, 15.307% 94.036%, 17.741% 96.145%, 19.966% 97.869%, 21.916% 99.168%, 23.525% 100%, 99.881% 100%, 99.881% 0%, 53.45% 0%);
	clip-path: polygon(53.45% 0%, 53.45% 0%, 46.134% 0%, 38.908% 0%, 31.902% 0%, 25.247% 0%, 19.073% 0%, 13.511% 0%, 8.692% 0%, 4.747% 0%, 1.806% 0%, 0% 0%, 0% 75.578%, 0% 75.578%, 2.306% 79.141%, 4.797% 82.564%, 7.409% 85.806%, 10.075% 88.825%, 12.73% 91.582%, 15.307% 94.036%, 17.741% 96.145%, 19.966% 97.869%, 21.916% 99.168%, 23.525% 100%, 99.881% 100%, 99.881% 0%, 53.45% 0%)
}

.page-header .page-header__image div img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	scale: var(--image-scale, 1);
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.page-header .page-header__image--top-left div img {
	-o-object-position: top left;
	object-position: top left
}

.page-header .page-header__image--top-center div img {
	-o-object-position: top center;
	object-position: top center
}

.page-header .page-header__image--top-right div img {
	-o-object-position: top right;
	object-position: top right
}

.page-header .page-header__image--center-left div img {
	-o-object-position: center left;
	object-position: center left
}

.page-header .page-header__image--center-right div img {
	-o-object-position: center right;
	object-position: center right
}

.page-header .page-header__image--bottom-left div img {
	-o-object-position: bottom left;
	object-position: bottom left
}

.page-header .page-header__image--bottom-center div img {
	-o-object-position: bottom center;
	object-position: bottom center
}

.page-header .page-header__image--bottom-right div img {
	-o-object-position: bottom right;
	object-position: bottom right
}

.page-header--simple h1 {
	padding-bottom: 0
}

.page-header--simple+.wp-block-acf-general-content .general-content {
	padding-top: 0
}

.page-header--simple+.wp-block-acf-general-content .general-content .heading--xl {
	margin-top: 20px
}

@media screen and (min-width: 700px) {
	.page-header--simple+.wp-block-acf-general-content {
		margin-top: -75px
	}
	
	.page-header--simple+.wp-block-acf-general-content .general-content .heading--xl {
		margin-top: 0
	}
}@media screen and (min-width: 972px) {
	.page-header--simple+.wp-block-acf-general-content {
		margin-top: -30px
	}
}@media screen and (min-width: 700px) {
	.page-header {
		padding-top: 25px;
		padding-bottom: 75px
	}
	
	.page-header h1 {
		padding-bottom: 30px
	}
	
	.page-header>.wrapper {
		display: grid;
		grid-column-gap: 2rem;
		grid-template-columns: 1.5fr 1fr
	}
	
	.page-header .page-header__content {
		grid-column: auto/span 1
	}
	
	.page-header .page-header__content * {
		max-width: 630px
	}
	
	.page-header .page-header__content p {
		font-size: 1.438rem;
		padding-bottom: 0
	}
	
	.page-header .page-header__image {
		grid-column: auto/span 1
	}
}@media screen and (min-width: 972px) {
	.page-header {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 100px
	}
}
.post-item__thumbnail {
	width: 100%;
	padding-bottom: 60%;
	height: 0;
	background-color: #f1f0ed;
	margin-bottom: 30px;
	background-position: 50%;
	position: relative
}

.post-item__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

.post-item, .post-item__content {
	height: 100%;
	position: relative
}

.post-item__content {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end
}

.post-item__content .mg-button:after {
	content: "";
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.post-item__content .mg-button:focus-visible {
	outline: none
}

.post-item__content:focus-within {
	outline: 2px solid #ce252b
}

.post-item__text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 1 auto
}

.search-bar {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	transition: all .3s ease-in-out
}

@media screen and (min-width: 972px) {
	.search-bar {
		flex-flow: row nowrap;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 0%
	}
	
	.search-bar.is-active {
		width: 50%
	}
}.search-bar .icon.close {
	display: none
}

.search-bar .search-open {
	width: 40px
}

.search-bar .search-open.is-active .icon.search {
	display: none
}

.search-bar .search-open.is-active .icon.close {
	display: block
}

@media screen and (max-width: 971px) {
	.search-bar .search-open {
		padding-left: 0
	}
}.search-bar .search-open, .search-bar .search-submit {
	background-color: rgba(0,0,0,0);
	color: #2f2f2e
}

.search-bar .search-form {
	flex: 1;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	justify-content: flex-start;
	width: 100%;
	max-width: 0;
	height: 40px;
	border-top: 2px solid rgba(0,0,0,0);
	border-bottom: 2px solid #2f2f2e;
	overflow: hidden;
	background-color: #fff
}

@media screen and (max-width: 971px) {
	.search-bar .search-form {
		background-color: rgba(0,0,0,0);
		border-bottom: 2px solid rgba(255,255,255,.6);
		transition: all .3s ease-in-out
	}
}.search-bar .search-form label {
	flex: 1;
	width: 100%
}

.search-bar .search-form input[type=search] {
	border: none;
	padding: 10px 0;
	-moz-appearance: none;
	-webkit-appearance: none
}

.search-bar .search-form input[type=search]:focus, .search-bar .search-form input[type=search]:focus-visible, .search-bar .search-form input[type=search]:active {
	outline: 0;
	outline-color: rgba(0,0,0,0);
	border: none
}

.search-bar .search-form.is-active {
	max-width: 100%;
	transition: all .3s ease-in-out
}

@media screen and (max-width: 971px) {
	.search-bar .icon.search, .search-bar .icon.close, .search-bar .search-open, .search-bar input[type=search] {
		color: rgba(255,255,255,.6)
	}
}

.share-buttons {
	display: flex;
	flex-flow: row nowrap
}

.share-buttons li {
	margin-right: 10px
}

.share-buttons li:last-child {
	margin: 0
}

.share-buttons__item {
	height: 45px;
	width: 45px;
	background-color: #f1f0ed;
	border-radius: 4px;
	display: flex;
	justify-content: center
}

.share-buttons__item svg {
	width: 20px
}

.share-buttons__item g {
	fill: #2f2f2e;
	transition: .3s ease-in-out fill
}

.slider .wrapper--full {
	padding-left: 0;
	padding-right: 0
}

.slider .slider__single {
	padding: 60px 0;
	background-size: cover;
	background-position: center center;
	height: 650px
}

.slider .slider__single--has-bg {
	color: #fff
}

@media screen and (min-width: 972px) {
	.slider .slider__single-container {
		max-width: 40%
	}
}.slider .slider__single-title {
	font-weight: bold;
	font-size: clamp(1.5rem,2vw + 1rem,2.25rem);
	margin-bottom: 30px
}

.slider .slider__single-content {
	margin-bottom: 30px
}

.slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 24px;
	height: 24px;
	background-color: rgba(0,0,0,0);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .5;
	padding: 0
}

.slider .slick-arrow:hover {
	opacity: 1
}

@media screen and (min-width: 972px) {
	.slider .slick-arrow {
		width: 48px;
		height: 48px
	}
}.slider .slick-prev {
	left: 10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNSA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljc4MDYgNDAuNzY5NUMyNC43ODI1IDQwLjQ1MzkgMjQuNzIyIDQwLjE0MTEgMjQuNjAyNyAzOS44NDlDMjQuNDgzMyAzOS41NTY5IDI0LjMwNzUgMzkuMjkxMiAyNC4wODUzIDM5LjA2NzJMNi41ODI2MiAyMS41ODg1TDI0LjA4NTMgNC4xMDk3NUMyNC41MzY4IDMuNjU4MjcgMjQuNzkwNCAzLjA0NTkzIDI0Ljc5MDQgMi40MDc0NEMyNC43OTA0IDEuNzY4OTUgMjQuNTM2OCAxLjE1NjYgMjQuMDg1MyAwLjcwNTEyMkMyMy42MzM4IDAuMjUzNjM5IDIzLjAyMTUgLTkuNzE3NWUtMDcgMjIuMzgzIC05LjQzODQxZS0wN0MyMS43NDQ1IC05LjE1OTMyZS0wNyAyMS4xMzIyIDAuMjUzNjM5IDIwLjY4MDcgMC43MDUxMjJMMS40OTk2NSAxOS44ODYyQzEuMjc0OTMgMjAuMTA5IDEuMDk2NTYgMjAuMzc0MiAwLjk3NDgzMiAyMC42NjY0QzAuODUzMTA3IDIwLjk1ODYgMC43OTA0MzcgMjEuMjcyIDAuNzkwNDM3IDIxLjU4ODVDMC43OTA0MzcgMjEuOTA1IDAuODUzMTA3IDIyLjIxODQgMC45NzQ4MzIgMjIuNTEwNUMxLjA5NjU2IDIyLjgwMjcgMS4yNzQ5MyAyMy4wNjc5IDEuNDk5NjUgMjMuMjkwOEwyMC42ODA3IDQyLjQ3MThDMjAuOTAzNiA0Mi42OTY1IDIxLjE2ODggNDIuODc0OSAyMS40NjA5IDQyLjk5NjZDMjEuNzUzMSA0My4xMTg0IDIyLjA2NjUgNDMuMTgxIDIyLjM4MyA0My4xODFDMjIuNjk5NSA0My4xODEgMjMuMDEyOSA0My4xMTg0IDIzLjMwNTEgNDIuOTk2NkMyMy41OTcyIDQyLjg3NDkgMjMuODYyNCA0Mi42OTY1IDI0LjA4NTMgNDIuNDcxOEMyNC4zMDc1IDQyLjI0NzggMjQuNDgzMyA0MS45ODIxIDI0LjYwMjcgNDEuNjlDMjQuNzIyIDQxLjM5NzggMjQuNzgyNSA0MS4wODUgMjQuNzgwNiA0MC43Njk1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)
}

@media screen and (min-width: 972px) {
	.slider .slick-prev {
		left: 30px
	}
}.slider .slick-next {
	right: 10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNSA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODAwMjQ0IDQwLjc2OTVDMC43OTg0MiA0MC40NTM5IDAuODU4ODk5IDQwLjE0MTEgMC45NzgyMTYgMzkuODQ5QzEuMDk3NTMgMzkuNTU2OSAxLjI3MzM0IDM5LjI5MTIgMS40OTU1NiAzOS4wNjcyTDE4Ljk5ODIgMjEuNTg4NUwxLjQ5NTU2IDQuMTA5NzVDMS4wNDQwOCAzLjY1ODI3IDAuNzkwNDM2IDMuMDQ1OTMgMC43OTA0MzYgMi40MDc0NEMwLjc5MDQzNiAxLjc2ODk1IDEuMDQ0MDggMS4xNTY2IDEuNDk1NTYgMC43MDUxMjJDMS45NDcwNCAwLjI1MzYzOSAyLjU1OTM4IC05LjcxNzVlLTA3IDMuMTk3ODcgLTkuNDM4NDFlLTA3QzMuODM2MzcgLTkuMTU5MzJlLTA3IDQuNDQ4NzEgMC4yNTM2MzkgNC45MDAxOSAwLjcwNTEyMkwyNC4wODEyIDE5Ljg4NjJDMjQuMzA1OSAyMC4xMDkgMjQuNDg0MyAyMC4zNzQyIDI0LjYwNiAyMC42NjY0QzI0LjcyNzggMjAuOTU4NiAyNC43OTA0IDIxLjI3MiAyNC43OTA0IDIxLjU4ODVDMjQuNzkwNCAyMS45MDUgMjQuNzI3OCAyMi4yMTg0IDI0LjYwNiAyMi41MTA1QzI0LjQ4NDMgMjIuODAyNyAyNC4zMDU5IDIzLjA2NzkgMjQuMDgxMiAyMy4yOTA4TDQuOTAwMTkgNDIuNDcxOEM0LjY3NzMgNDIuNjk2NSA0LjQxMjEyIDQyLjg3NDkgNC4xMTk5NCA0Mi45OTY2QzMuODI3NzcgNDMuMTE4NCAzLjUxNDM5IDQzLjE4MSAzLjE5Nzg3IDQzLjE4MUMyLjg4MTM2IDQzLjE4MSAyLjU2Nzk3IDQzLjExODQgMi4yNzU4IDQyLjk5NjZDMS45ODM2MyA0Mi44NzQ5IDEuNzE4NDUgNDIuNjk2NSAxLjQ5NTU2IDQyLjQ3MThDMS4yNzMzNCA0Mi4yNDc4IDEuMDk3NTMgNDEuOTgyMSAwLjk3ODIxNiA0MS42OUMwLjg1ODg5OSA0MS4zOTc4IDAuNzk4NDIgNDEuMDg1IDAuODAwMjQ0IDQwLjc2OTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

@media screen and (min-width: 972px) {
	.slider .slick-next {
		right: 30px
	}
}.slider .slick-dots {
	position: absolute;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	width: 100%
}

.slider .slick-dots li {
	margin: 0 10px;
	opacity: .5
}

.slider .slick-dots li.slick-active {
	opacity: 1
}

.slider .slick-dots li button {
	text-indent: -9999px;
	padding: 0;
	width: 8px;
	height: 8px;
	background-color: #fff
}

.wp-block-acf-steps {
	margin-bottom: 40px
}

@media screen and (min-width: 972px) {
	.wp-block-acf-steps {
		margin-bottom: 60px
	}
}.steps-block-header {
	--grid-gap: 0;
	gap: 0;
	margin-right: 0
}

.steps-block-header .block-header__grid {
	--grid-gap: 0;
	gap: 0;
	margin-right: 0
}

@media screen and (min-width: 700px) {
	.steps-block-header .block-header {
		display: block
	}
	
	.steps-block-header .block-header h2, .steps-block-header .block-header p {
		width: 100%;
		padding-right: 90px
	}
}.steps-block-header>.grid__column {
	width: 100%;
	position: static
}

.steps-block-header+.steps {
	margin-top: 40px
}

.steps__single-item {
	margin-bottom: 8px
}

.steps__single-item:last-child {
	margin-bottom: 0
}

.steps__single-item-title button {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	cursor: pointer;
	padding: 30px 25px;
	background-color: #ffcb05;
	color: #2f2f2e;
	border: 0;
	width: 100%;
	font-weight: 700;
	white-space: normal;
	text-align: left;
	line-height: 1.2;
	font-size: 1.25rem;
	border-radius: 0;
	outline-color: rgba(0,0,0,0)
}

.steps__single-item-title button>div {
	display: flex
}

.steps__single-item-title button:focus {
	outline-color: rgba(0,0,0,0)
}

.steps__single-item-title button:focus:focus-visible {
	outline-color: #ce252b;
	background-color: rgba(0,0,0,0);
	color: #2f2f2e
}

.active .steps__single-item-title button {
	background-color: rgba(0,0,0,0)
}

.steps__single-item-title button .steps__single-item-number {
	font-size: 1.688rem;
	line-height: .78;
	padding-right: 20px
}

.steps__single-item-title button .steps__single-item-text {
	line-height: 1.3
}

.steps__single-item-title button:hover {
	background-color: rgba(0,0,0,0);
	color: #2f2f2e
}

@media screen and (min-width: 700px) {
	.steps__single-item-title button {
		font-size: 2.188rem
	}
	
	.steps__single-item-title button .steps__single-item-number {
		font-size: 2.938rem
	}
}.steps__single-item-icon {
	min-width: 20px;
	height: 20px;
	position: relative;
	flex: none;
	margin-left: 15px;
	margin-top: 10px
}

.steps__single-item-icon:after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjMyNjcgMTguMDkwM0wzMS42NTE0IDEuNzY1NjJNMTcuOTc2MSAxOC4wOTAzTDEuNjUxMzcgMS43NjU2MiIgc3Ryb2tlPSIjMkYyRjJFIiBzdHJva2Utd2lkdGg9IjQiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	height: 20px;
	width: 20px;
	transition: all .3s ease-in-out;
	background-position: center
}

.active .steps__single-item-icon:after {
	transform: rotate(180deg)
}

@media screen and (min-width: 700px) {
	.steps__single-item-icon {
		width: 34px;
		min-width: 34px
	}
	
	.steps__single-item-icon:after {
		width: 34px
	}
}.steps__single-item-content {
	display: none;
	padding: 0 60px 30px 25px
}

.steps__single-item-content .wysiwyg-editor p, .steps__single-item-content .wysiwyg-editor ol, .steps__single-item-content .wysiwyg-editor ul {
	font-size: 1.125rem
}

@media screen and (min-width: 700px) {
	.steps__single-item-content .wysiwyg-editor p, .steps__single-item-content .wysiwyg-editor ol, .steps__single-item-content .wysiwyg-editor ul {
		font-size: 1.438rem
	}
}@media screen and (min-width: 972px) {
	.steps__single-item-content {
		padding-right: 100px
	}
}.steps__single-item-images {
	margin-bottom: 20px
}

@media screen and (min-width: 700px) {
	.steps__single-item-images {
		margin-bottom: 30px;
		margin-left: -5px;
		margin-right: -5px;
		display: flex
	}
}.steps__single-item-image {
	margin-bottom: 10px
}

.steps__single-item-image p {
	margin-top: 10px
}

.steps__single-item-image img {
	display: block;
	width: 100%;
	height: auto
}

.steps__single-item-image:last-child {
	margin-bottom: 0
}

@media screen and (min-width: 700px) {
	.steps__single-item-image {
		margin-bottom: 0;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px
	}
	
	.steps__single-item-image img {
		aspect-ratio: 1.545;
		-o-object-fit: cover;
		object-fit: cover
	}
}@media screen and (max-width: 971px) {
	.steps>.grid {
		--grid-gap: none;
		gap: none;
		margin-right: 0
	}
}
table.table {
	width: 100%
}

@media screen and (max-width: 499px) {
	table.table {
		border: 1px solid #f1f0ed
	}
}table.table tr th {
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #f1f0ed;
	border-top: 1px solid #f1f0ed
}

table.table tr th:first-child {
	border-left: 1px solid #f1f0ed
}

@media screen and (max-width: 499px) {
	table.table tr th {
		display: none
	}
}table.table tr td {
	vertical-align: middle;
	padding: 10px;
	border-right: 1px solid #f1f0ed;
	border-bottom: 1px solid #f1f0ed;
	width: 25%
}

table.table tr td:first-child {
	border-left: 1px solid #f1f0ed
}

table.table tr:first-child td {
	vertical-align: top;
	border-top: 1px solid #f1f0ed
}

@media screen and (max-width: 499px) {
	table.table tr:first-child td {
		border-top: none
	}
}@media screen and (max-width: 499px) {
	table.table tr {
		display: flex;
		flex-direction: column
	}
	
	table.table tr td {
		width: 100%
	}
	
	table.table tr td:before {
		content: attr(data-title);
		font-weight: bold;
		display: block
	}
	
	table.table tr td:not(:last-child) {
		border: none
	}
	
	table.table tr td:last-child {
		border-right: none
	}
}
.tabs__title-container {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	overflow-x: auto
}

.tabs__title-single {
	font-weight: bold;
	padding: 10px 30px;
	color: #ce252b;
	cursor: pointer;
	border: 0;
	border-bottom: 3px solid rgba(0,0,0,0);
	position: relative;
	white-space: nowrap;
	background-color: rgba(0,0,0,0)
}

.tabs__title-single:hover, .tabs__title-single:focus {
	background-color: rgba(0,0,0,0);
	color: #ce252b
}

.tabs__title-single:focus-visible {
	outline: 1px solid #ce252b
}

.tabs__title-single:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #ce252b;
	width: 0;
	transition: all .3s ease-in-out
}

.tabs__title-single.active:after {
	width: 100%
}

.tabs__contents-single {
	display: none
}

.tabs__contents-single.active {
	display: block
}

.testimonials {
	position: relative
}

.testimonials__single-container {
	display: flex;
	align-items: center;
	flex-direction: column
}

@media screen and (min-width: 972px) {
	.testimonials__single-container {
		flex-direction: row
	}
}.testimonials__single-avatar {
	position: relative;
	margin-bottom: 30px
}

@media screen and (min-width: 972px) {
	.testimonials__single-avatar {
		margin-bottom: 0;
		margin-right: 40px
	}
}.testimonials__single-avatar img {
	position: relative;
	z-index: 2;
	width: 200px;
	height: auto
}

.testimonials__single-content {
	font-size: clamp(1.125rem,2vw + 1rem,1.5rem)
}

@media screen and (min-width: 972px) {
	.testimonials__single-content {
		font-size: clamp(1.125rem,2vw + 1rem,1.5rem)
	}
}.testimonials__single-job-title {
	font-size: 1rem;
	margin-top: 10px
}

.testimonials .slick-arrow {
	position: absolute;
	top: 20%;
	transform: translateY(-50%);
	padding: 0;
	background: rgba(0,0,0,0);
	z-index: 5
}

@media screen and (min-width: 972px) {
	.testimonials .slick-arrow {
		top: 50%
	}
}.testimonials .slick-prev {
	left: 5px
}

@media screen and (min-width: 972px) {
	.testimonials .slick-prev {
		left: -64px
	}
}.testimonials .slick-next {
	right: 5px
}

@media screen and (min-width: 972px) {
	.testimonials .slick-next {
		right: -64px
	}
}.testimonials .slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: 30px
}

.testimonials .slick-dots li {
	margin: 0 3px;
	opacity: .3
}

.testimonials .slick-dots li.slick-active {
	opacity: 1
}

.testimonials .slick-dots li.slick-active button {
	background-color: #f1f0ed
}

.testimonials .slick-dots button {
	padding: 0;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f1f0ed
}

.text-image__item {
	display: flex;
	flex-direction: column;
	margin: -30px
}

@media screen and (min-width: 972px) {
	.text-image__item {
		flex-direction: row;
		align-items: center;
		margin: -30px
	}
	
	.text-image__item:nth-child(odd) {
		flex-direction: row-reverse
	}
	
	.text-image--alt .text-image__item {
		flex-direction: row-reverse
	}
	
	.text-image--alt .text-image__item:nth-child(odd) {
		flex-direction: row
	}
	
	.text-image--left .text-image__item {
		flex-direction: row
	}
	
	.text-image--left .text-image__item:nth-child(odd) {
		flex-direction: row
	}
	
	.text-image--right .text-image__item {
		flex-direction: row-reverse
	}
	
	.text-image--right .text-image__item:nth-child(odd) {
		flex-direction: row-reverse
	}
}.text-image__text, .text-image__image {
	width: 100%;
	padding: 30px
}

@media screen and (min-width: 972px) {
	.text-image__text, .text-image__image {
		width: 50%;
		padding: 30px
	}
}.text-image__image img {
	width: 100%;
	max-width: 400px
}

/*# sourceMappingURL=components.34b751fe7bdd54995840.css.map*/