@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@font-face {
	font-family: 'League Spartan';
	src: url("/assets/fonts/JOLT.eot");
	src: url("/assets/fonts/JOLT.eot") format("embedded-opentype"), url("/assets/fonts/JOLT.woff") format("woff2"), url("/assets/fonts/JOLT.woff") format("woff"), url("/assets/fonts/JOLT.ttf") format("truetype"), url("/assets/fonts/JOLT.svg") format("svg");
	font-weight: bold;
	font-style: normal
	font-display: swap
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, 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: 0.35em 0.75em 0.625em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	-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
}
template {
	display: none
}
[hidden] {
	display: none
}
.container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto
}
@media (min-width:1200px) {
	.container {
		padding: 0 50px;
		width: 100%
	}
}
.container--none {
	max-width: 90%;
	margin: 0 auto
}
.container--wide {
	max-width: 1728px;
	width: 90%;
	margin: 0 auto
}
@media (min-width:1200px) {
	.container--wide {
		padding: 0 50px;
		width: 100%
	}
}
.container--narrow {
	max-width: 960px;
	width: 90%;
	margin: 0 auto
}
@media (min-width:1200px) {
	.container--narrow {
		padding: 0 50px;
		width: 100%
	}
}
.container--thin {
	max-width: 700px;
	width: 90%;
	margin: 0 auto
}
@media (min-width:1200px) {
	.container--thin {
		padding: 0 50px;
		width: 100%
	}
}
.container--blog {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 5vw
}
@media (min-width:1200px) {
	.container--blog {
		padding: 0 50px
	}
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.grid {
	display: -ms-grid;
	display: grid
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}
@media (min-width:1200px) {
	.row {
		width: 100%
	}
}
.row--collapse>.column {
	padding-left: 0!important;
	padding-right: 0!important
}
.row--nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.row--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.row--justified {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.row--spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.row--start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.row--end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
@media (min-width:1200px) {
	.row--middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.row--bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.row--top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
ul.row {
	list-style: none;
	padding: 0;
	margin: 0
}
.column {
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0;
	min-width: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: 100%
}
.column-m-1 {
	-ms-flex-preferred-size: 6.33333%;
	flex-basis: 6.33333%;
	max-width: 6.33333%
}
.column-m-1-nest {
	-ms-flex-preferred-size: 8.33333%;
	flex-basis: 8.33333%;
	max-width: 8.33333%
}
.column-m-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.column-m-2 {
	-ms-flex-preferred-size: 14.66667%;
	flex-basis: 14.66667%;
	max-width: 14.66667%
}
.column-m-2-nest {
	-ms-flex-preferred-size: 16.66667%;
	flex-basis: 16.66667%;
	max-width: 16.66667%
}
.column-m-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.column-m-3 {
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
	max-width: 23%
}
.column-m-3-nest {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}
.column-m-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.column-m-4 {
	-ms-flex-preferred-size: 31.33333%;
	flex-basis: 31.33333%;
	max-width: 31.33333%
}
.column-m-4-nest {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	max-width: 33.33333%
}
.column-m-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.column-m-5 {
	-ms-flex-preferred-size: 39.66667%;
	flex-basis: 39.66667%;
	max-width: 39.66667%
}
.column-m-5-nest {
	-ms-flex-preferred-size: 41.66667%;
	flex-basis: 41.66667%;
	max-width: 41.66667%
}
.column-m-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.column-m-6 {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	max-width: 48%
}
.column-m-6-nest {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}
.column-m-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
.column-m-7 {
	-ms-flex-preferred-size: 56.33333%;
	flex-basis: 56.33333%;
	max-width: 56.33333%
}
.column-m-7-nest {
	-ms-flex-preferred-size: 58.33333%;
	flex-basis: 58.33333%;
	max-width: 58.33333%
}
.column-m-order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}
.column-m-8 {
	-ms-flex-preferred-size: 64.66667%;
	flex-basis: 64.66667%;
	max-width: 64.66667%
}
.column-m-8-nest {
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
	max-width: 66.66667%
}
.column-m-order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}
.column-m-9 {
	-ms-flex-preferred-size: 73%;
	flex-basis: 73%;
	max-width: 73%
}
.column-m-9-nest {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}
.column-m-order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}
.column-m-10 {
	-ms-flex-preferred-size: 81.33333%;
	flex-basis: 81.33333%;
	max-width: 81.33333%
}
.column-m-10-nest {
	-ms-flex-preferred-size: 83.33333%;
	flex-basis: 83.33333%;
	max-width: 83.33333%
}
.column-m-order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}
.column-m-11 {
	-ms-flex-preferred-size: 89.66667%;
	flex-basis: 89.66667%;
	max-width: 89.66667%
}
.column-m-11-nest {
	-ms-flex-preferred-size: 91.66667%;
	flex-basis: 91.66667%;
	max-width: 91.66667%
}
.column-m-order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}
.column-m-12 {
	-ms-flex-preferred-size: 98%;
	flex-basis: 98%;
	max-width: 98%
}
.column-m-12-nest {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}
.column-m-order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}
@media (min-width:768px) {
	.column-t-1 {
		-ms-flex-preferred-size: 6.33333%;
		flex-basis: 6.33333%;
		max-width: 6.33333%
	}
	.column-t-1-nest {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%
	}
	.column-t-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.column-t-2 {
		-ms-flex-preferred-size: 14.66667%;
		flex-basis: 14.66667%;
		max-width: 14.66667%
	}
	.column-t-2-nest {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%
	}
	.column-t-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.column-t-3 {
		-ms-flex-preferred-size: 23%;
		flex-basis: 23%;
		max-width: 23%
	}
	.column-t-3-nest {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.column-t-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.column-t-4 {
		-ms-flex-preferred-size: 31.33333%;
		flex-basis: 31.33333%;
		max-width: 31.33333%
	}
	.column-t-4-nest {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%
	}
	.column-t-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.column-t-5 {
		-ms-flex-preferred-size: 39.66667%;
		flex-basis: 39.66667%;
		max-width: 39.66667%
	}
	.column-t-5-nest {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%
	}
	.column-t-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.column-t-6 {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%
	}
	.column-t-6-nest {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.column-t-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.column-t-7 {
		-ms-flex-preferred-size: 56.33333%;
		flex-basis: 56.33333%;
		max-width: 56.33333%
	}
	.column-t-7-nest {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%
	}
	.column-t-order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.column-t-8 {
		-ms-flex-preferred-size: 64.66667%;
		flex-basis: 64.66667%;
		max-width: 64.66667%
	}
	.column-t-8-nest {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%
	}
	.column-t-order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.column-t-9 {
		-ms-flex-preferred-size: 73%;
		flex-basis: 73%;
		max-width: 73%
	}
	.column-t-9-nest {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.column-t-order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.column-t-10 {
		-ms-flex-preferred-size: 81.33333%;
		flex-basis: 81.33333%;
		max-width: 81.33333%
	}
	.column-t-10-nest {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%
	}
	.column-t-order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.column-t-11 {
		-ms-flex-preferred-size: 89.66667%;
		flex-basis: 89.66667%;
		max-width: 89.66667%
	}
	.column-t-11-nest {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%
	}
	.column-t-order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.column-t-12 {
		-ms-flex-preferred-size: 98%;
		flex-basis: 98%;
		max-width: 98%
	}
	.column-t-12-nest {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.column-t-order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}
@media (min-width:960px) {
	.column-p-1 {
		-ms-flex-preferred-size: 6.33333%;
		flex-basis: 6.33333%;
		max-width: 6.33333%
	}
	.column-p-1-nest {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%
	}
	.column-p-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.column-p-2 {
		-ms-flex-preferred-size: 14.66667%;
		flex-basis: 14.66667%;
		max-width: 14.66667%
	}
	.column-p-2-nest {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%
	}
	.column-p-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.column-p-3 {
		-ms-flex-preferred-size: 23%;
		flex-basis: 23%;
		max-width: 23%
	}
	.column-p-3-nest {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.column-p-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.column-p-4 {
		-ms-flex-preferred-size: 31.33333%;
		flex-basis: 31.33333%;
		max-width: 31.33333%
	}
	.column-p-4-nest {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%
	}
	.column-p-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.column-p-5 {
		-ms-flex-preferred-size: 39.66667%;
		flex-basis: 39.66667%;
		max-width: 39.66667%
	}
	.column-p-5-nest {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%
	}
	.column-p-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.column-p-6 {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%
	}
	.column-p-6-nest {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.column-p-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.column-p-7 {
		-ms-flex-preferred-size: 56.33333%;
		flex-basis: 56.33333%;
		max-width: 56.33333%
	}
	.column-p-7-nest {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%
	}
	.column-p-order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.column-p-8 {
		-ms-flex-preferred-size: 64.66667%;
		flex-basis: 64.66667%;
		max-width: 64.66667%
	}
	.column-p-8-nest {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%
	}
	.column-p-order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.column-p-9 {
		-ms-flex-preferred-size: 73%;
		flex-basis: 73%;
		max-width: 73%
	}
	.column-p-9-nest {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.column-p-order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.column-p-10 {
		-ms-flex-preferred-size: 81.33333%;
		flex-basis: 81.33333%;
		max-width: 81.33333%
	}
	.column-p-10-nest {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%
	}
	.column-p-order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.column-p-11 {
		-ms-flex-preferred-size: 89.66667%;
		flex-basis: 89.66667%;
		max-width: 89.66667%
	}
	.column-p-11-nest {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%
	}
	.column-p-order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.column-p-12 {
		-ms-flex-preferred-size: 98%;
		flex-basis: 98%;
		max-width: 98%
	}
	.column-p-12-nest {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.column-p-order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}
@media (min-width:1200px) {
	.column-d-1 {
		-ms-flex-preferred-size: 6.33333%;
		flex-basis: 6.33333%;
		max-width: 6.33333%
	}
	.column-d-1-nest {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%
	}
	.column-d-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.column-d-2 {
		-ms-flex-preferred-size: 14.66667%;
		flex-basis: 14.66667%;
		max-width: 14.66667%
	}
	.column-d-2-nest {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%
	}
	.column-d-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.column-d-3 {
		-ms-flex-preferred-size: 23%;
		flex-basis: 23%;
		max-width: 23%
	}
	.column-d-3-nest {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.column-d-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.column-d-4 {
		-ms-flex-preferred-size: 31.33333%;
		flex-basis: 31.33333%;
		max-width: 31.33333%
	}
	.column-d-4-nest {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%
	}
	.column-d-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.column-d-5 {
		-ms-flex-preferred-size: 39.66667%;
		flex-basis: 39.66667%;
		max-width: 39.66667%
	}
	.column-d-5-nest {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%
	}
	.column-d-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.column-d-6 {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%
	}
	.column-d-6-nest {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.column-d-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.column-d-7 {
		-ms-flex-preferred-size: 56.33333%;
		flex-basis: 56.33333%;
		max-width: 56.33333%
	}
	.column-d-7-nest {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%
	}
	.column-d-order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.column-d-8 {
		-ms-flex-preferred-size: 64.66667%;
		flex-basis: 64.66667%;
		max-width: 64.66667%
	}
	.column-d-8-nest {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%
	}
	.column-d-order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.column-d-9 {
		-ms-flex-preferred-size: 73%;
		flex-basis: 73%;
		max-width: 73%
	}
	.column-d-9-nest {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.column-d-order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.column-d-10 {
		-ms-flex-preferred-size: 81.33333%;
		flex-basis: 81.33333%;
		max-width: 81.33333%
	}
	.column-d-10-nest {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%
	}
	.column-d-order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.column-d-11 {
		-ms-flex-preferred-size: 89.66667%;
		flex-basis: 89.66667%;
		max-width: 89.66667%
	}
	.column-d-11-nest {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%
	}
	.column-d-order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.column-d-12 {
		-ms-flex-preferred-size: 98%;
		flex-basis: 98%;
		max-width: 98%
	}
	.column-d-12-nest {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.column-d-order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}
*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
html {
	display: block!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 62.5%;
	scroll-behavior: smooth
}
body {
	line-height: 1.8;
	font-size: 1.5rem;
	color: #7A7A7A;
	font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	overflow-x: hidden
}
@media (min-width:768px) {
	body {
		font-size: 1.8rem
	}
}
body.mobile-menu-active {
	overflow: hidden;
	max-height: 100vh
}
.offcanvas {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000000;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 600ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 600ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 600ms 0s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 100
}
.mobile-menu-active .offcanvas {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	overflow: scroll
}
.offcanvas__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}
.offcanvas__search {
	padding: 2rem
}
.offcanvas__search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.offcanvas__search form [type=image] {
	position: relative;
	top: -9px
}
.offcanvas__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.offcanvas__details-contact {
	display: none
}
@media (min-width:768px) {
	.offcanvas__details-contact {
		display: block
	}
}
.offcanvas__details-contact p {
	margin: 0
}
.offcanvas__details-contact p a {
	-webkit-text-decoration-color: #ffaa00;
	text-decoration-color: #ffaa00;
}
.offcanvas__details-address {
	display: none;
	margin: 2rem 0
}
@media (min-width:768px) {
	.offcanvas__details-address {
		display: block
	}
}
.offcanvas__details-address p {
	margin: 0
}
.offcanvas__details-socials {
	margin: 2rem 0 4rem 0;
	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
}
.offcanvas__details-socials a {
	margin: 0 2rem
}
@media (min-width:768px) {
	.offcanvas__details-socials {
		display: none
	}
}
.offcanvas__details-copyright {
	padding-bottom: 2rem;
	text-align: center
}
@media (min-width:768px) {
	.offcanvas__details-copyright {
		padding-bottom: 0;
		text-align: left
	}
}
.overlay {
	display: block;
	position: absolute;
	background: rgba(74, 74, 74, 0.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}
.embed embed, .embed iframe, .embed object, .embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.notification-bar {
	position: relative;
	background: #000000;
	padding: 0px 0;
	text-align: center;
	z-index: 999
}
.notification-bar a, .notification-bar p {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms
}
.notification-bar a:hover, .notification-bar p:hover {
	color: #ffaa00;
}
.notification-bar em, .notification-bar i {
	font-style: normal
}
iframe {
	max-width: 100%
}
.modal-window {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100vh;
	width: 100vw;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}
.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto
}
.modal-window>div {
	width: 800px;
	position: absolute;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2em;
	background: white;
	z-index: 9999
}
.modal-window header {
	font-weight: bold
}
.modal-window h1 {
	font-size: 150%;
	margin: 0 0 15px
}
.modal-close {
	color: #aaa;
	line-height: 50px;
	font-size: 80%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none
}
.modal-close:hover {
	color: black
}
.hide-mobile {
	display: none
}
@media (min-width:1200px) {
	.hide-mobile {
		display: inline-block
	}
}
.hide-desktop {
	display: block
}
@media (min-width:1200px) {
	.hide-desktop {
		display: none!important
	}
}
h1, h2, h3, h4, h5, h6 {
	font-family: "League Spartan", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1.4;
	margin-bottom: 1.8;
	margin-top: 0;
	font-weight: normal;
	color: #1a1a1a
}
h1:after, h2:after, h3:after {
	display: block;
	content: "";
	margin: 20px auto;
	width: 90px;
	height: 4px;
	background: #1f1f1f
}
h5, h6 {
	margin-bottom: 1rem
}
h1 {
	font-size: 41.33333px
}
@media (min-width:768px) {
	h1 {
		font-size: 62px
	}
}
h2 {
	font-size: 25px
}
@media (min-width:768px) {
	h2 {
		font-size: 30px
	}
}
h3 {
	font-size: 23.33333px
}
@media (min-width:768px) {
	h3 {
		font-size: 28px
	}
}
h4 {
	font-size: 20px
}
@media (min-width:768px) {
	h4 {
		font-size: 24px
	}
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 16px
}
p {
	color: #7A7A7A;
	font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 1.8
}
a {
	line-height: inherit;
	color: #1a1a1a
}
a:active {
	color: #1a1a1a
}
a:focus {
	color: #1a1a1a
}
a:hover {
	color: #010101
}
.block-heading {
	font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 7.5rem
}
blockquote {
	position: relative;
	margin: 40px 0;
	text-align: left;
	padding: 1rem 4rem;
	border-left: 8px solid #ffaa00;
	font-size: 2.8rem
}
blockquote:before {
	position: absolute;
	top: -3rem;
	left: 1rem;
	content: "“";
	font-family: georgia, serif;
	font-weight: bold;
	color: #ffaa00;
	font-size: 15rem;
	z-index: 0
}
blockquote p {
	font-size: 2.8rem!important;
	font-weight: 700;
	line-height: 3.6rem;
	position: relative;
	z-index: 1
}
cite {
	display: block;
	font-size: rem-calc(13);
	color: #aeaeae
}
cite:before {
	content: "— "
}
abbr {
	border-bottom: 1px dotted #4a4a4a;
	color: #1a1a1a;
	cursor: help
}
b, strong {
	font-weight: 700;
	color: #1a1a1a
}
figure {
	margin: 0
}
hr {
	max-width: 100%;
	height: 0;
	margin: 2rem;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #f5f5f5;
	border-left: 0
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	visibility: visible
}
.delay {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
@-webkit-keyframes ham-top {
	50% {
		-webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
		transform: translate3d(0, 8px, 0) rotate(0deg)
	}
	to {
		-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
		transform: translate3d(0, 8px, 0) rotate(45deg)
	}
}
@keyframes ham-top {
	50% {
		-webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
		transform: translate3d(0, 8px, 0) rotate(0deg)
	}
	to {
		-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
		transform: translate3d(0, 8px, 0) rotate(45deg)
	}
}
@-webkit-keyframes ham-middle {
	50% {
		-webkit-transform: translate3d(-11px, 0, 0);
		transform: translate3d(-11px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
		transform: translate3d(0, 0, 0) rotate(-45deg)
	}
}
@keyframes ham-middle {
	50% {
		-webkit-transform: translate3d(-11px, 0, 0);
		transform: translate3d(-11px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
		transform: translate3d(0, 0, 0) rotate(-45deg)
	}
}
@-webkit-keyframes ham-bottom {
	30% {
		-webkit-transform: translate(15px, 5px) scale(50, 1);
		transform: translate(15px, 5px) scale(50, 1)
	}
	to {
		opacity: 0
	}
}
@keyframes ham-bottom {
	30% {
		-webkit-transform: translate(15px, 5px) scale(50, 1);
		transform: translate(15px, 5px) scale(50, 1)
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-125%);
		transform: translateX(-125%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-125%);
		transform: translateX(-125%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: hidden
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: hidden
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: hidden
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: hidden
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: hidden
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: hidden
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: hidden
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: hidden
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		visibility: visible
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: hidden
	}
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
.slick-prev:before {
	content: '←'
}
.slick-next {
	right: -25px
}
.slick-next:before {
	content: '→'
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	font-size: 2.8rem;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	content: "○";
	width: 20px;
	height: 20px;
	text-align: center;
	color: #eaeaea;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	content: '●';
	color: #ffaa00;
}
.alm-btn-wrap {
	text-align: center
}
.alm-load-more-btn, .button {
	display: inline-block;
	margin: 2rem 0;
	background: #000000;
	color: #ffffff;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 20px 10px 20px;
	border-radius: 100px;
	font-size: 16px;
	font-family: "League Spartan", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
	border: none;
	-webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	text-decoration: none;
	cursor: pointer
}
.alm-load-more-btn:hover, .button:hover {
	background: #000000;
	color: #ffffff
}
.alm-load-more-btn--outline, .button--outline {
	border: 2px solid #1a1a1a;
	background: none;
	color: #1a1a1a
}
.alm-load-more-btn--outline:hover, .button--outline:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000!important
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select {
	height: 60px;
	width: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-weight: 300;
	margin-bottom: 2rem;
	padding: 1rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
[type=color]:hover, [type=date]:hover, [type=datetime-local]:hover, [type=datetime]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, select:hover {
	border-color: #c2c2c2
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus {
	border-color: #4a4a4a;
	color: #4a4a4a;
	outline: none
}
[type=file] {
	border: 1px solid #cccccc;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px
}
[type=checkbox] {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px
}
label {
	display: block;
	font-size: 22px;
	color: #1a1a1a;
	margin-bottom: 20px
}
textarea {
	width: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-weight: 300;
	padding: 1rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.gform_wrapper {
	width: 100%
}
.gform_wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.gform_wrapper ul li {
	display: inline-block;
	margin-bottom: .625em;
	width: 100%;
	padding: 0
}
.gform_wrapper ul li:before {
	display: none
}
.gform_wrapper ul li.hidden_label label {
	display: none
}
@media (min-width:768px) {
	.gform_wrapper ul li.one-third {
		width: calc(33.333% - 2rem);
		margin-right: 3rem
	}
	.gform_wrapper ul li.one-third:nth-child(3n) {
		margin-right: 0
	}
}
@media (min-width:768px) {
	.gform_wrapper ul li.half-width {
		width: calc(50% - 2rem);
		margin-right: 4rem
	}
	.gform_wrapper ul li.half-width:nth-child(2n) {
		margin-right: 0
	}
}
.gform_wrapper ul li.full-width {
	display: inline-block;
	width: 100%
}
.gform_body {
	margin-top: 2.5em
}
.gform_body .ginput_container_consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
dl, ol, ul {
	margin-bottom: 1.2rem;
	list-style-position: outside;
	line-height: 1.6
}
li {
	font-size: 2rem;
	color: #7A7A7A
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc
}
ol {
	position: relative;
	margin-left: 1.25rem;
	counter-reset: counter;
	list-style: none
}
ol li {
	counter-increment: counter;
	margin-bottom: 1rem
}
ol li:before {
	position: absolute;
	left: 1rem;
	display: inline-block;
	content: counter(counter) ".";
	font-size: 2rem;
	color: #ffaa00;
	font-weight: bold
}
ol ol, ol ul, ul ol, ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl {
	margin-bottom: 1rem
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: 700
}
thead {
	background: #eeeeee
}
thead td, thead th {
	padding: 1rem;
	font-weight: 700
}
tbody {
	background: #ffffff
}
tbody td, tbody th {
	padding: 1rem;
	font-weight: 300
}
tfoot {
	background: #eeeeee
}
tfoot td, tfoot th {
	padding: 1rem;
	font-weight: 300
}
table:not(.no-stripe) tr:nth-child(2n) {
	border-bottom: 0;
	background-color: #f5f5f5
}
header[role=banner] {
	position: fixed;
	width: 100%;
	z-index: 9999;
	padding: 10px 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}
.error404 header[role=banner] {
	background: #000000
}
@media (min-width:768px) {
	header[role=banner] {
		padding: 20px 60px
	}
}
header[role=banner].header-down {
	background: #000000;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
@media (min-width:768px) {
	header[role=banner].header-down {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
header[role=banner] .brand img {
	display: block;
	width: 120px;
	height: auto;
	-webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
header[role=banner] .row--middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
header[role=banner] .button--outline {
	display: none
}
@media (min-width:1200px) {
	header[role=banner] .button--outline {
		display: block;
		border-color: #ffffff;
		color: #ffffff;
		margin: 0;
		font-size: 14px
	}
}
nav.nav-primary {
	display: none
}
@media (min-width:1200px) {
	nav.nav-primary {
		display: block;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-delay: 600ms;
		animation-delay: 600ms;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-animation-fill-mode: backwards;
		animation-fill-mode: backwards
	}
}
nav.nav-primary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right
}
nav.nav-primary ul li {
	display: inline-block;
	position: relative;
	margin-right: 20px
}
@media (min-width:1200px) {
	nav.nav-primary ul li {
		margin-right: 30px
	}
}
@media (min-width:1600px) {
	nav.nav-primary ul li {
		margin-right: 50px
	}
}
nav.nav-primary ul li:last-child {
	margin-right: 0
}
nav.nav-primary ul li.active a {
	color: #ffffff
}
nav.nav-primary ul li:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
nav.nav-primary ul li a {
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	font-family: "League Spartan", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
@media (min-width:1600px) {
	nav.nav-primary ul li a {
		font-size: 16px
	}
}
nav.nav-primary ul li a:hover {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #ffaa00
}
nav.nav-primary ul ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 900px;
	top: 3.5em;
	left: 50%;
	padding: 2.5em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: left;
	background: #ffffff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
nav.nav-primary ul ul li {
	display: block;
	padding: 1.25em 0;
	margin-right: 0
}
nav.nav-primary ul ul li a:before {
	display: none
}
nav.nav-mobile {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 100
}
@media (min-width:1200px) {
	nav.nav-mobile {
		display: none
	}
}
nav.nav-mobile.mobile-menu-active .menu-primary-menu-container>ul {
	display: block
}
nav.nav-mobile ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	list-style-type: none
}
@media (min-width:1200px) {
	nav.nav-mobile ul {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
nav.nav-mobile ul li {
	position: relative;
	margin-bottom: 1rem;
	text-align: left;
	padding-left: 0;
	overflow: hidden
}
nav.nav-mobile ul li.button {
	text-transform: none;
	padding: 0;
	margin: 0 0 1em
}
nav.nav-mobile ul li.active a {
	color: #ffffff
}
nav.nav-mobile ul li:before {
	display: none
}
nav.nav-mobile ul li a {
	width: 100%;
	height: 100%;
	padding-bottom: .5rem;
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none
}
@media (min-width:1200px) {
	nav.nav-mobile ul li a {
		font-size: 4rem
	}
}
@media (min-width:768px) {
	nav.nav-mobile ul li a {
		font-size: 3rem;
		text-align: left
	}
}
nav.nav-mobile ul ul {
	display: none;
	margin: 0
}
nav.nav-mobile ul ul li:first-child {
	border-top: 1px solid #c4c4c4
}
nav.nav-mobile ul ul li:last-child {
	border-bottom: none
}
nav.nav-mobile ul ul li a {
	font-weight: normal;
	padding-left: 1.75em
}
nav.nav-mobile ul ul ul {
	margin: 0
}
nav.nav-mobile ul ul ul li a {
	padding-left: 2.25em;
	font-size: 1.4rem
}
.mobile-trigger {
	width: 40px;
	height: 20px;
	position: relative;
	display: block;
	-webkit-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	cursor: pointer
}
@media (min-width:1200px) {
	.mobile-trigger {
		display: none
	}
}
.mobile-trigger span, .mobile-trigger span:after, .mobile-trigger span:before {
	-webkit-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1), 300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 200ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1), 300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 200ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1), 300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 200ms transform cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1), 300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 200ms transform cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1), 300ms top cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 200ms transform cubic-bezier(0.645, 0.045, 0.355, 1), 200ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	background: #ffffff;
	margin: auto;
	width: 100%;
	height: 3px;
	content: '';
	top: 50%;
	left: 0
}
.mobile-trigger span:before {
	top: -10px
}
.mobile-trigger span:after {
	top: 10px
}
.mobile-trigger span:after, .mobile-trigger span:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}
.mobile-trigger span.mobile-menu-active {
	background: 0
}
.mobile-trigger span.mobile-menu-active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.mobile-trigger span.mobile-menu-active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100%
}
.mobile-trigger span.mobile-menu-active:after, .mobile-trigger span.mobile-menu-active:before {
	top: 0;
	background: #ffffff
}
.mobile-trigger span.mobile-menu-active, .mobile-trigger span.mobile-menu-active:after, .mobile-trigger span.mobile-menu-active:before {
	-webkit-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 300ms top cubic-bezier(0.645, 0.045, 0.355, 1), 300ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
	transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 300ms top cubic-bezier(0.645, 0.045, 0.355, 1), 300ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
	-o-transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 300ms top cubic-bezier(0.645, 0.045, 0.355, 1), 300ms transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
	transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 300ms top cubic-bezier(0.645, 0.045, 0.355, 1), 300ms transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms;
	transition: 300ms background cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, 300ms top cubic-bezier(0.645, 0.045, 0.355, 1), 300ms transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms, 300ms -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 300ms
}
.nav-socials {
	display: none
}
@media (min-width:1200px) {
	.nav-socials {
		display: block
	}
	.nav-socials a {
		margin: 1.75rem auto 0 auto;
		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
	}
	.nav-socials a svg {
		width: 19px;
		height: auto
	}
	.nav-socials a svg path {
		-webkit-transition: 400ms;
		-o-transition: 400ms;
		transition: 400ms
	}
	.nav-socials a:hover svg path {
		fill: #ffffff
	}
}
.widget-area .widget ul li:before {
	display: none
}
.featured-in {
	text-align: center;
	padding: 40px 0;
	background: #f5f5f5
}
@media (min-width:768px) {
	.featured-in {
		padding: 100px 0
	}
}
.featured-in__logos {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.featured-in__logos img {
	padding: 0 20px
}
footer[role=contentinfo] {
	background: #000000;
	padding: 80px 30px
}
footer[role=contentinfo] .container {
	width: 100%
}
footer[role=contentinfo] img {
	margin-right: 10px
}
footer[role=contentinfo] .brand img {
	display: block;
	width: 140px;
	height: auto;
	margin-bottom: 30px
}
footer[role=contentinfo] .site-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:768px) {
	footer[role=contentinfo] .site-footer__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
@media (min-width:768px) {
	footer[role=contentinfo] .site-footer__top {
		margin-bottom: 8rem
	}
}
footer[role=contentinfo] .site-footer__top h4 {
	font-size: 20px;
	color: #ffffff
}
footer[role=contentinfo] .site-footer__top a, footer[role=contentinfo] .site-footer__top p {
	font-size: 2rem;
	color: #ffffff;
	font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}
footer[role=contentinfo] .site-footer__top p {
	margin-top: 0
}
footer[role=contentinfo] .site-footer__top ul {
	list-style: none;
	padding: 0;
	margin: 0
}
footer[role=contentinfo] .site-footer__top ul li {
	display: inline-block;
	margin-right: 2rem
}
footer[role=contentinfo] .site-footer__top ul li svg path {
	fill: #ffaa00;
}
footer[role=contentinfo] .site-footer__top .footer-nav ul li {
	display: block
}
footer[role=contentinfo] .site-footer__top .footer-nav ul li a {
	text-decoration: none;
	-webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	font-weight: normal
}
footer[role=contentinfo] .site-footer__top .footer-nav ul li a:hover {
	color: #ffaa00
}
footer[role=contentinfo] .site-footer__top .footer-socials {
	margin-top: 20px
}
footer[role=contentinfo] .site-footer__top .footer-socials ul {
	margin-bottom: 20px
}
@media (min-width:768px) {
	footer[role=contentinfo] .site-footer__top .footer-socials {
		margin-top: 0
	}
}
footer[role=contentinfo] .site-footer__top .footer-socials img {
	max-width: 40px
}
footer[role=contentinfo] .site-footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px
}
@media (min-width:768px) {
	footer[role=contentinfo] .site-footer__bottom {
		margin-top: 0
	}
}
footer[role=contentinfo] .site-footer__bottom p {
	margin: 0;
	font-size: 1.8rem;
	color: #ffffff
}
footer[role=contentinfo] a.credits {
	position: relative;
	display: inline-block;
	text-align: left;
	margin-top: 2rem;
	width: 300px;
	height: 30px;
	color: #ffffff;
	overflow: hidden;
	font-size: 1.8rem
}
@media (min-width:768px) {
	footer[role=contentinfo] a.credits {
		text-align: right;
		margin-top: 0
	}
}
footer[role=contentinfo] a.credits div, footer[role=contentinfo] a.credits span {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	text-align: left
}
@media (min-width:768px) {
	footer[role=contentinfo] a.credits div, footer[role=contentinfo] a.credits span {
		text-align: right
	}
}
footer[role=contentinfo] a.credits div {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
@media (min-width:1200px) {
	footer[role=contentinfo] a.credits div {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%)
	}
}
footer[role=contentinfo] a.credits span {
	display: block;
	width: 300px;
	height: 30px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}
@media (min-width:1200px) {
	footer[role=contentinfo] a.credits span {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
}
footer[role=contentinfo] a.credits span img {
	width: 100%;
	height: auto
}
footer[role=contentinfo] a.credits:hover div {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
footer[role=contentinfo] a.credits:hover span {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}
img {
	max-width: 100%;
	height: auto
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both
}
object, video {
	max-width: 100%;
	height: auto
}
pre {
	background: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 10px
}
.wp-caption {
	max-width: 100%;
	background: #f5f5f5;
	padding: 5px;
	display: inline-block
}
@media (max-width:768px) {
	.wp-caption {
		width: 100%!important;
		height: auto
	}
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%
}
@media (max-width:768px) {
	.wp-caption img {
		height: auto
	}
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center
}
.error404 main, .search main {
	min-height: calc(100vh - 410px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.error404 main article, .search main article {
	text-align: center
}
.error404 main article header span, .search main article header span {
	font-size: 8rem
}
.search article {
	text-align: left
}
.archive .blog-hero, .blog .blog-hero, .category .blog-hero, .search-results .blog-hero {
	background: #ffaa00;
	height: 600px;
	margin-bottom: 30px;
	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;
	position: relative;
	overflow: hidden
}
@media (min-width:768px) {
	.archive .blog-hero, .blog .blog-hero, .category .blog-hero, .search-results .blog-hero {
		margin-bottom: 120px
	}
}
.archive .blog-hero h1, .blog .blog-hero h1, .category .blog-hero h1, .search-results .blog-hero h1 {
	margin: 0
}
.archive .blog-hero__content, .blog .blog-hero__content, .category .blog-hero__content, .search-results .blog-hero__content {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	padding: 1rem
}
.home .archive .blog-hero__content, .home .blog .blog-hero__content, .home .category .blog-hero__content, .home .search-results .blog-hero__content {
	text-align: left;
	margin: 0
}
@media (min-width:1200px) {
	.archive .blog-hero__content, .blog .blog-hero__content, .category .blog-hero__content, .search-results .blog-hero__content {
		padding: 0
	}
}
.archive .blog-hero__content h1:after, .archive .blog-hero__content h2:after, .archive .blog-hero__content h3:after, .archive .blog-hero__content h4:after, .archive .blog-hero__content h5:after, .archive .blog-hero__content h6:after, .blog .blog-hero__content h1:after, .blog .blog-hero__content h2:after, .blog .blog-hero__content h3:after, .blog .blog-hero__content h4:after, .blog .blog-hero__content h5:after, .blog .blog-hero__content h6:after, .category .blog-hero__content h1:after, .category .blog-hero__content h2:after, .category .blog-hero__content h3:after, .category .blog-hero__content h4:after, .category .blog-hero__content h5:after, .category .blog-hero__content h6:after, .search-results .blog-hero__content h1:after, .search-results .blog-hero__content h2:after, .search-results .blog-hero__content h3:after, .search-results .blog-hero__content h4:after, .search-results .blog-hero__content h5:after, .search-results .blog-hero__content h6:after {
	display: none
}
.archive .blog-hero__content h1, .blog .blog-hero__content h1, .category .blog-hero__content h1, .search-results .blog-hero__content h1 {
	will-change: transform;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	margin-bottom: 0;
	color: #ffffff
}
.archive .blog-hero__content p, .blog .blog-hero__content p, .category .blog-hero__content p, .search-results .blog-hero__content p {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 400;
	margin-top: 1rem;
	will-change: opacity;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.archive .blog-hero__content i, .blog .blog-hero__content i, .category .blog-hero__content i, .search-results .blog-hero__content i {
	color: #ffaa00;
	font-style: normal
}
.archive .blog-hero__content .button, .blog .blog-hero__content .button, .category .blog-hero__content .button, .search-results .blog-hero__content .button {
	will-change: opacity;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.archive .blog-hero__image, .blog .blog-hero__image, .category .blog-hero__image, .search-results .blog-hero__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}
.archive .blog-hero__image img, .archive .blog-hero__image video, .blog .blog-hero__image img, .blog .blog-hero__image video, .category .blog-hero__image img, .category .blog-hero__image video, .search-results .blog-hero__image img, .search-results .blog-hero__image video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.archive .blog-posts, .blog .blog-posts, .category .blog-posts, .search-results .blog-posts {
	margin-bottom: 8rem
}
.archive .blog-posts__intro, .blog .blog-posts__intro, .category .blog-posts__intro, .search-results .blog-posts__intro {
	padding: 4rem 0
}
.archive .blog-posts__intro h1, .blog .blog-posts__intro h1, .category .blog-posts__intro h1, .search-results .blog-posts__intro h1 {
	margin: 0
}
.archive .blog-posts__posts, .blog .blog-posts__posts, .category .blog-posts__posts, .search-results .blog-posts__posts {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.archive .blog-posts__posts>a .blog-posts__post-content, .blog .blog-posts__posts>a .blog-posts__post-content, .category .blog-posts__posts>a .blog-posts__post-content, .search-results .blog-posts__posts>a .blog-posts__post-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
@media (min-width:768px) {
	.archive .blog-posts__posts>a .blog-posts__post-content, .blog .blog-posts__posts>a .blog-posts__post-content, .category .blog-posts__posts>a .blog-posts__post-content, .search-results .blog-posts__posts>a .blog-posts__post-content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
.archive .blog-posts__posts>a .blog-posts__post-image, .blog .blog-posts__posts>a .blog-posts__post-image, .category .blog-posts__posts>a .blog-posts__post-image, .search-results .blog-posts__posts>a .blog-posts__post-image {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
@media (min-width:768px) {
	.archive .blog-posts__posts>a .blog-posts__post-image, .blog .blog-posts__posts>a .blog-posts__post-image, .category .blog-posts__posts>a .blog-posts__post-image, .search-results .blog-posts__posts>a .blog-posts__post-image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
.archive .blog-posts__posts .ajax-load-more-wrap, .blog .blog-posts__posts .ajax-load-more-wrap, .category .blog-posts__posts .ajax-load-more-wrap, .search-results .blog-posts__posts .ajax-load-more-wrap {
	width: 100%
}
.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post {
	width: 100%;
	margin-bottom: 2rem;
	height: unset;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:768px) {
	.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post {
		margin-right: 2rem;
		width: calc(50% - 2rem)
	}
	.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n), .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n), .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n), .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n) {
		margin-right: 0
	}
}
@media (min-width:1200px) {
	.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post {
		width: calc(33.333% - 2rem)
	}
	.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n), .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n), .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n), .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(2n) {
		margin-right: 2rem
	}
	.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(3n+3), .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(3n+3), .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(3n+3), .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post:nth-child(3n+3) {
		margin-right: 0
	}
}
.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image {
	width: 100%;
	height: auto
}
@media (min-width:768px) {
	.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-image {
		height: 420px
	}
}
.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.archive .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content h2, .blog .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content h2, .category .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content h2, .search-results .blog-posts__posts .ajax-load-more-wrap .alm-reveal .blog-posts__post .blog-posts__post-content h2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.archive .blog-posts__post, .blog .blog-posts__post, .category .blog-posts__post, .search-results .blog-posts__post {
	width: 100%;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	text-decoration: none;
	overflow: hidden
}
@media (min-width:768px) {
	.archive .blog-posts__post, .blog .blog-posts__post, .category .blog-posts__post, .search-results .blog-posts__post {
		height: 420px;
		margin-bottom: 4rem
	}
}
.archive .blog-posts__post-content, .archive .blog-posts__post-image, .blog .blog-posts__post-content, .blog .blog-posts__post-image, .category .blog-posts__post-content, .category .blog-posts__post-image, .search-results .blog-posts__post-content, .search-results .blog-posts__post-image {
	position: relative;
	width: 100%
}
@media (min-width:768px) {
	.archive .blog-posts__post-content, .archive .blog-posts__post-image, .blog .blog-posts__post-content, .blog .blog-posts__post-image, .category .blog-posts__post-content, .category .blog-posts__post-image, .search-results .blog-posts__post-content, .search-results .blog-posts__post-image {
		width: 50%
	}
}
.archive .blog-posts__post-image, .blog .blog-posts__post-image, .category .blog-posts__post-image, .search-results .blog-posts__post-image {
	height: 300px
}
@media (min-width:768px) {
	.archive .blog-posts__post-image, .blog .blog-posts__post-image, .category .blog-posts__post-image, .search-results .blog-posts__post-image {
		height: 100%
	}
}
.archive .blog-posts__post-image img, .blog .blog-posts__post-image img, .category .blog-posts__post-image img, .search-results .blog-posts__post-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 600ms;
	-o-transition: 600ms;
	transition: 600ms
}
.archive .blog-posts__post-content, .blog .blog-posts__post-content, .category .blog-posts__post-content, .search-results .blog-posts__post-content {
	background: #f5f5f5;
	padding: 30px;
	position: relative;
	-webkit-transition: 600ms;
	-o-transition: 600ms;
	transition: 600ms
}
@media (min-width:1200px) {
	.archive .blog-posts__post-content, .blog .blog-posts__post-content, .category .blog-posts__post-content, .search-results .blog-posts__post-content {
		padding: 40px
	}
}
.archive .blog-posts__post-content a, .archive .blog-posts__post-content h2, .archive .blog-posts__post-content h3, .archive .blog-posts__post-content h4, .archive .blog-posts__post-content h5, .archive .blog-posts__post-content h6, .archive .blog-posts__post-content p, .blog .blog-posts__post-content a, .blog .blog-posts__post-content h2, .blog .blog-posts__post-content h3, .blog .blog-posts__post-content h4, .blog .blog-posts__post-content h5, .blog .blog-posts__post-content h6, .blog .blog-posts__post-content p, .category .blog-posts__post-content a, .category .blog-posts__post-content h2, .category .blog-posts__post-content h3, .category .blog-posts__post-content h4, .category .blog-posts__post-content h5, .category .blog-posts__post-content h6, .category .blog-posts__post-content p, .search-results .blog-posts__post-content a, .search-results .blog-posts__post-content h2, .search-results .blog-posts__post-content h3, .search-results .blog-posts__post-content h4, .search-results .blog-posts__post-content h5, .search-results .blog-posts__post-content h6, .search-results .blog-posts__post-content p {
	color: #1a1a1a
}
.archive .blog-posts__post-content h2, .archive .blog-posts__post-content h3, .blog .blog-posts__post-content h2, .blog .blog-posts__post-content h3, .category .blog-posts__post-content h2, .category .blog-posts__post-content h3, .search-results .blog-posts__post-content h2, .search-results .blog-posts__post-content h3 {
	margin-bottom: 30px
}
.archive .blog-posts__post-content h2:after, .archive .blog-posts__post-content h3:after, .blog .blog-posts__post-content h2:after, .blog .blog-posts__post-content h3:after, .category .blog-posts__post-content h2:after, .category .blog-posts__post-content h3:after, .search-results .blog-posts__post-content h2:after, .search-results .blog-posts__post-content h3:after {
	display: none
}
.archive .blog-posts__post-content .title, .blog .blog-posts__post-content .title, .category .blog-posts__post-content .title, .search-results .blog-posts__post-content .title {
	margin: 0;
	font-size: 2rem;
	line-height: 2
}
.archive .blog-posts__post-content .date, .blog .blog-posts__post-content .date, .category .blog-posts__post-content .date, .search-results .blog-posts__post-content .date {
	margin: 1rem 0 0 0;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:768px) {
	.archive .blog-posts__post-content .date, .blog .blog-posts__post-content .date, .category .blog-posts__post-content .date, .search-results .blog-posts__post-content .date {
		position: absolute;
		bottom: 40px
	}
}
.archive .blog-posts__post-content .date:before, .blog .blog-posts__post-content .date:before, .category .blog-posts__post-content .date:before, .search-results .blog-posts__post-content .date:before {
	content: "";
	display: inline-block;
	background: url("../../assets/images/date.svg") no-repeat center center/100%;
	width: 18px;
	height: 18px;
	margin-right: 10px
}
.archive .blog-posts__post-content .read-more, .blog .blog-posts__post-content .read-more, .category .blog-posts__post-content .read-more, .search-results .blog-posts__post-content .read-more {
	margin: 40px 0;
	display: inline-block
}
.archive .blog-posts__post:hover img, .blog .blog-posts__post:hover img, .category .blog-posts__post:hover img, .search-results .blog-posts__post:hover img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01)
}
.archive .blog-posts__post:hover .dark-overlay, .blog .blog-posts__post:hover .dark-overlay, .category .blog-posts__post:hover .dark-overlay, .search-results .blog-posts__post:hover .dark-overlay {
	opacity: 1
}
.archive .no-results .page-content, .archive .not-found .page-content, .blog .no-results .page-content, .blog .not-found .page-content, .category .no-results .page-content, .category .not-found .page-content, .search-results .no-results .page-content, .search-results .not-found .page-content {
	padding: 1.25em 0
}
.archive .no-results .page-content p, .archive .not-found .page-content p, .blog .no-results .page-content p, .blog .not-found .page-content p, .category .no-results .page-content p, .category .not-found .page-content p, .search-results .no-results .page-content p, .search-results .not-found .page-content p {
	text-align: center;
	margin-bottom: 2.5em
}
.archive .no-results label span, .archive .not-found label span, .blog .no-results label span, .blog .not-found label span, .category .no-results label span, .category .not-found label span, .search-results .no-results label span, .search-results .not-found label span {
	display: none
}
.archive .no-results form, .archive .not-found form, .blog .no-results form, .blog .not-found form, .category .no-results form, .category .not-found form, .search-results .no-results form, .search-results .not-found form {
	width: 100%;
	padding: 0;
	margin: 0
}
.archive .no-results input[type=search], .archive .not-found input[type=search], .blog .no-results input[type=search], .blog .not-found input[type=search], .category .no-results input[type=search], .category .not-found input[type=search], .search-results .no-results input[type=search], .search-results .not-found input[type=search] {
	display: block;
	float: left;
	width: 70%;
	padding: 1.25em;
	background: #dddddd;
	border: none;
	border-radius: 4px 0 0 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.archive .no-results input[type=submit], .archive .not-found input[type=submit], .blog .no-results input[type=submit], .blog .not-found input[type=submit], .category .no-results input[type=submit], .category .not-found input[type=submit], .search-results .no-results input[type=submit], .search-results .not-found input[type=submit] {
	display: block;
	float: right;
	margin: 0;
	width: 30%;
	padding: 1.55em 0;
	border: none;
	border-radius: 0 4px 4px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.single-post article header {
	position: relative;
	height: 500px;
	background: #ffaa00;
	margin-bottom: 30px;
	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
}
@media (min-width:768px) {
	.single-post article header {
		margin-bottom: 120px
	}
}
.single-post article header h1 {
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	z-index: 10;
	text-align: center;
	font-size: 38px;
	max-width: 700px
}
.single-post article header h1:after {
	display: none
}
.single-post article header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.single-post article .container--narrow {
	max-width: 800px
}
.block.add-margin {
	margin-bottom: 4rem
}
@media (min-width:1200px) {
	.block.add-margin {
		margin-bottom: 8rem
	}
}
.block__cards {
	text-align: center;
	padding: 30px 0
}
.block__cards.bg-white {
	background: #ffffff
}
.block__cards.bg-grey {
	background: #f5f5f5
}
.block__cards.bg-scene {
	background: url("../../assets/images/scene.png") no-repeat center bottom/100%;
	padding-bottom: 600px
}
.block__cards.add-borders {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5
}
@media (min-width:1200px) {
	.block__cards.add-borders {
		padding: 120px 0 200px
	}
}
@media (min-width:768px) {
	.block__cards {
		padding: 80px 0
	}
}
.block__cards img {
	margin: 20px 0
}
@media (min-width:768px) {
	.block__cards img {
		margin: 40px 0
	}
}
.block__cards__heading {
	margin-bottom: 80px
}
.block__cards .block__cards__card {
	position: relative;
	text-decoration: none
}
.block__cards .block__cards__card h1, .block__cards .block__cards__card h2, .block__cards .block__cards__card h3 {
	margin-bottom: 0
}
.block__cards .block__cards__card h1:after, .block__cards .block__cards__card h2:after, .block__cards .block__cards__card h3:after {
	display: none
}
.block__cards .block__cards__card--link {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}
@media (min-width:768px) {
	.block__cards .block__cards__card--link {
		margin-bottom: 0
	}
}
.block__cards .block__cards__card--link:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.block__cards .block__cards__card--link img {
	margin: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
.block__cards .block__cards__card--link h3 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	left: 0;
	right: 0;
	color: #ffffff;
	z-index: 2
}
.block__cards .block__cards__card.background-image {
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}
.container .block__cards .block__cards__card.background-image {
	max-width: 90%
}
.block__cards .block__cards__card.background-image .card-content {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.block__cards .block__cards__card.background-image .card-content img {
	height: 40px;
	width: auto;
	margin: 20px auto 20px
}
.block__cards .block__cards__card.background-image .card-content h2, .block__cards .block__cards__card.background-image .card-content h3, .block__cards .block__cards__card.background-image .card-content h4, .block__cards .block__cards__card.background-image .card-content h5, .block__cards .block__cards__card.background-image .card-content h6 {
	color: #ff7b00;
	top: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative
}
.page-id-110 .block__cards .block__cards__card.background-image .card-content h2, .page-id-110 .block__cards .block__cards__card.background-image .card-content h3, .page-id-110 .block__cards .block__cards__card.background-image .card-content h4, .page-id-110 .block__cards .block__cards__card.background-image .card-content h5, .page-id-110 .block__cards .block__cards__card.background-image .card-content h6 {
	color: #ffffff
}
.block__cards .block__cards__card.background-image .card-content p {
	color: #ffffff
}
.block__cards .block__cards__card.background-image .card-content .button--outline {
	border-color: #000000;
	color: #ffffff
}
.block__cards .block__cards__card .card-content {
	position: relative;
	height: 100%;
	z-index: 10
}
.block__cards .block__cards__card .card-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}
.block__cards .block__cards__card .card-background img {
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1
}
.block__cards .toggle {
	background: #f5f5f5;
	border-radius: 100px;
	margin: 30px auto;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap
}
@media (min-width:768px) {
	.block__cards .toggle {
		width: 600px;
		margin: 80px auto
	}
}
.block__cards .toggle a {
	padding: 20px;
	width: 50%;
	font-weight: 700;
	height: 80px;
	font-size: 18px;
	line-height: 22px;
	border-radius: 100px;
	text-decoration: none
}
.block__cards .toggle a.active {
	background: #000000;
	color: #ffaa00;
}
.block__cards .toggle-content {
	opacity: 0;
	visibility: hidden;
	max-height: 0
}
.block__cards.in-view .toggle-content.active {
	max-height: 400px;
	opacity: 1;
	visibility: visible
}
.block__cards.in-view .toggle-content.active .block__cards__card {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.block__cards.in-view .toggle-content.active .block__cards__card:first-child {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	opacity: 1
}
.block__cards.in-view .toggle-content.active .block__cards__card:nth-child(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	opacity: 1
}
.block__cards.in-view .toggle-content.active .block__cards__card:nth-child(3) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	opacity: 1
}
.block__cta {
	position: relative;
	padding: 4rem 2rem 0;
	margin-bottom: 0;
	background: #ffffff
}
@media (min-width:768px) {
	.block__cta {
		padding: 4rem 4rem 0
	}
}
@media (min-width:1200px) {
	.block__cta {
		padding: 4rem 0 0
	}
}
.block__cta__content {
	max-width: 720px;
	margin: 0 auto 2rem;
	text-align: center
}
@media (min-width:1200px) {
	.block__cta__content {
		margin: 0 auto 4rem
	}
}
.block__cta__content h2 {
	font-size: 3.2rem;
	line-height: 4.8rem
}
@media (min-width:1200px) {
	.block__cta__content h2 {
		font-size: 4.2rem;
		line-height: 5.8rem
	}
}
.block__cta img {
	display: block;
	width: 100%
}
.block__accordion {
	padding: 4rem 0;
	text-align: center
}
@media (min-width:768px) {
	.block__accordion {
		padding: 8rem 0
	}
}
.block__accordion__content, .block__accordion__heading {
	width: 100%
}
.block__accordion ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 760px;
	text-align: left
}
.block__accordion ul li {
	background: #eaeaea;
	margin-bottom: 2rem
}
.block__accordion ul li .accordion-toggle {
	display: block;
	width: 100%;
	padding: 2rem 4rem 2rem 2rem;
	text-decoration: none;
	font-weight: 700;
	color: #1a1a1a;
	font-size: 1.8rem;
	background: url("../../assets/images/arrow-down.svg") no-repeat 95% center/15px 15px
}
.block__accordion ul li .accordion-toggle.active {
	background-image: url("../../assets/images/arrow-up.svg")
}
@media (min-width:768px) {
	.block__accordion ul li .accordion-toggle {
		font-size: 2rem;
		background: url("../../assets/images/arrow-down.svg") no-repeat 95% center/20px 20px
	}
}
@media (min-width:1200px) {
	.block__accordion ul li .accordion-toggle {
		font-size: 2.2rem;
		background: url("../../assets/images/arrow-down.svg") no-repeat 95% center/25px 25px
	}
}
.block__accordion ul li .accordion-content {
	padding: 0 2rem 2rem;
	display: none
}
.block__hero {
	height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden
}
.block__hero--simple {
	height: 400px;
	background: #ffaa00;
}
@media (min-width:1200px) {
	.block__hero--simple {
		height: 750px
	}
}
.archive .block__hero--blog {
	height: 600px;
	position: relative;
	overflow: hidden
}
.block__hero--blog .block__hero__content h1 {
	color: #ffffff
}
.block__hero--blog img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.block__hero__content {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	padding: 1rem
}
.home .block__hero__content {
	text-align: left;
	margin: 0
}
@media (min-width:1200px) {
	.block__hero__content {
		padding: 0
	}
}
.block__hero__content h1:after, .block__hero__content h2:after, .block__hero__content h3:after, .block__hero__content h4:after, .block__hero__content h5:after, .block__hero__content h6:after {
	display: none
}
.block__hero__content h1 {
	will-change: transform;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	margin-bottom: 0;
	color: #ffffff
}
.block__hero__content p {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 400;
	margin-top: 1rem;
	will-change: opacity;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.block__hero__content i {
	color: #ff7b00;
	font-style: normal
}
.block__hero__content .button {
	will-change: opacity;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}
.block__hero__image, .block__hero__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}
.block__hero__image img, .block__hero__image video, .block__hero__video img, .block__hero__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.block__hero--light a, .block__hero--light h1, .block__hero--light p {
	color: #ffffff
}
.block__hero--light .button {
	color: #ffaa00;
}
.block__press {
	padding: 4rem 0
}
@media (min-width:768px) {
	.block__press {
		padding: 8rem 0
	}
}
.block__press h2:after {
	margin: 10px 0
}
.block__press .featured-press {
	margin-bottom: 20px
}
@media (min-width:768px) {
	.block__press .featured-press {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[5];
		grid-template-columns: repeat(5, 1fr);
		-ms-grid-rows: (1fr)[4];
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 0px
	}
}
@media (min-width:1200px) {
	.block__press .featured-press {
		margin-bottom: 120px
	}
}
.block__press .featured-press__post {
	display: block;
	text-decoration: none;
	margin-bottom: 30px
}
@media (min-width:768px) {
	.block__press .featured-press__post {
		margin-bottom: 0
	}
}
.block__press .featured-press__post:first-child {
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: 1 / 1 / 5 / 4
}
@media (min-width:768px) {
	.block__press .featured-press__post:first-child .featured-press__post__image {
		height: 580px
	}
}
.block__press .featured-press__post:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-area: 1 / 4 / 3 / 6;
	margin-bottom: 20px
}
.block__press .featured-press__post:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-row-span: 2;
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-area: 3 / 4 / 5 / 6
}
.block__press .featured-press__post:nth-child(2) .featured-press__post__image, .block__press .featured-press__post:nth-child(3) .featured-press__post__image {
	height: 280px
}
.block__press .featured-press__post:nth-child(2) .featured-press__post__content p, .block__press .featured-press__post:nth-child(3) .featured-press__post__content p {
	display: none
}
.block__press .featured-press__post:nth-child(2) .featured-press__post__content h3, .block__press .featured-press__post:nth-child(3) .featured-press__post__content h3 {
	font-size: 2rem;
	margin-bottom: 0
}
.block__press .featured-press__post:hover .featured-press__post__image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.block__press .featured-press__post__image {
	position: relative;
	width: 100%;
	overflow: hidden
}
.block__press .featured-press__post__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1)
}
.block__press .featured-press__post__content {
	background: #f5f5f5;
	padding: 30px;
	text-align: left
}
.block__press .featured-press__post__content h3 {
	font-size: 28px
}
.block__press .featured-press__post__content h3:after {
	display: none
}
.block__press .featured-press__post__content p {
	color: #6a6a6a
}
.block__press .featured-press__post__content span {
	color: #00cc7e
}
.block__press .press-list__post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.block__press .press-list__post:last-child {
	border: none
}
.block__press .press-list__post__content {
	width: 90%
}
.block__press .press-list__post__content span {
	color: #00cc7e
}
.block__press .press-list__post__content p {
	color: #6a6a6a
}
.block__press .press-list__post__content h3 {
	max-width: 100%;
	font-size: 2.2rem
}
@media (min-width:768px) {
	.block__press .press-list__post__content h3 {
		max-width: 70%;
		font-size: 2.8rem
	}
}
.block__press .press-list__post__content h3 a {
	text-decoration: none
}
.block__press .press-list__post__content h3:after {
	display: none
}
.block__press .press-list__post__link {
	width: 50px;
	height: 50px
}
@media (min-width:1200px) {
	.block__press .press-list__post__link {
		width: 80px;
		height: 80px
	}
}
.block__stats {
	padding: 8rem 0;
	text-align: center
}
.block__stats__stat {
	padding: 0 20px;
	margin-bottom: 30px
}
@media (min-width:768px) {
	.block__stats__stat {
		margin-bottom: 0
	}
}
.block__stats__stat span {
	font-size: 120px;
	font-weight: 700;
	color: #000000;
	font-family: "League Spartan", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}
@media (min-width:768px) {
	.block__stats__stat span {
		font-size: 80px
	}
}
@media (min-width:1200px) {
	.block__stats__stat span {
		font-size: 100px
	}
}
.block__stats__stat p {
	margin: 0;
	font-size: 20px
}
@media (min-width:768px) {
	.block__stats__stat p {
		font-size: 20px;
		line-height: 28px
	}
}
@media (min-width:1200px) {
	.block__stats__stat p {
		font-size: 22px;
		line-height: 38px
	}
}
.block__image-text {
	padding: 0
}
@media (min-width:1200px) {
	.block__image-text {
		padding: 80px 0
	}
}
.block__image-text.no-padding {
	padding: 0
}
.block__image-text .container--none {
	max-width: 100%
}
.block__image-text .container--narrow .block__image-text__image {
	padding: 30px
}
.block__image-text .container--narrow .block__image-text__image img {
	max-width: 70%;
	margin: 0 auto
}
@media (min-width:768px) {
	.block__image-text .container--narrow .block__image-text__image img {
		max-width: 80%
	}
}
@media (min-width:768px) {
	.block__image-text--flipped .block__image-text__image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
@media (min-width:768px) {
	.block__image-text--flipped .block__image-text__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
.block__image-text.bg--grey {
	background: #f5f5f5
}
.block__image-text.bg--blue, .block__image-text.bg--green {
	padding: 0
}
.block__image-text.bg--blue p, .block__image-text.bg--green p {
	font-size: 16px
}
.block__image-text.bg--blue h1, .block__image-text.bg--blue h2, .block__image-text.bg--blue h3, .block__image-text.bg--blue h4, .block__image-text.bg--blue h5, .block__image-text.bg--green h1, .block__image-text.bg--green h2, .block__image-text.bg--green h3, .block__image-text.bg--green h4, .block__image-text.bg--green h5 {
	margin: 0
}
.block__image-text.bg--blue .block__image-text__content, .block__image-text.bg--green .block__image-text__content {
	padding: 40px
}
@media (min-width:768px) {
	.block__image-text.bg--blue .block__image-text__content, .block__image-text.bg--green .block__image-text__content {
		padding: 0
	}
}
.block__image-text.bg--green {
	background: #ffaa00
}
.block__image-text.bg--green h2:after {
	background: #1a1a1a
}
.block__image-text.bg--green p {
	color: #1a1a1a
}
.block__image-text.bg--blue {
	background: #000000
}
.block__image-text.bg--blue h2 {
	color: #FFFFFF
}
.block__image-text.bg--blue h2:after {
	background: #ffaa00
}
.block__image-text.bg--blue p {
	color: #ffffff
}
.block__image-text.bg--blue a {
	color: #FFFFFF
}
.block__image-text.bg--blue b, .block__image-text.bg--blue strong {
	color: #FFFFFF
}
.block__image-text__image {
	position: relative;
	margin: 0 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 2rem
}
@media (min-width:768px) {
	.block__image-text__image {
		width: 40%;
		margin-bottom: 0
	}
}
.block__image-text__image img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}
.block__image-text__content {
	position: relative;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 auto;
	padding: 2rem 0
}
.block__image-text__content pre {
	background: #ff7b00;
	border: none;
	padding: 5px 20px;
	display: inline-block;
	color: #FFFFFF;
	font-weight: 700;
	font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}
@media (min-width:768px) {
	.block__image-text__content {
		padding: 4rem;
		width: 60%
	}
}
@media (min-width:768px) {
	.block__image-text__content {
		width: 60%;
		max-width: 600px
	}
}
.block__image-text__content h1:after, .block__image-text__content h2:after, .block__image-text__content h3:after {
	margin: 20px 0
}
.block__image-text .container--none .row {
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial
}
.block__image-text .container--none .block__image-text__image {
	margin: 0
}
@media (min-width:768px) {
	.block__image-text .container--none .block__image-text__image {
		width: 50%
	}
}
.block__image-text .container--none .block__image-text__image img {
	height: 100%
}
.block__image-text .container--none .block__image-text__content {
	max-width: 700px;
	padding: 30px
}
@media (min-width:768px) {
	.block__image-text .container--none .block__image-text__content {
		padding: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: center;
		align-content: center;
		width: 50%
	}
}
@media (min-width:1200px) {
	.block__image-text .container--none .block__image-text__content {
		padding: 80px
	}
}
@media (min-width:1600px) {
	.block__image-text .container--none .block__image-text__content {
		padding: 80px 0
	}
}
@media (min-width:768px) {
	.block__image-text .container--narrow .block__image-text__content {
		padding: 4rem;
		width: 60%
	}
}
@media (min-width:768px) {
	.block__image-text .container--narrow .block__image-text__content {
		width: 60%;
		max-width: 500px
	}
}
.block__image {
	position: relative;
	overflow: hidden;
	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;
	width: 100%;
	height: 500px
}
.block__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.block__image__content {
	position: absolute;
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
	z-index: 1;
	padding: 2rem
}
@media (min-width:768px) {
	.block__image__content {
		padding: 2rem 4rem
	}
}
@media (min-width:1200px) {
	.block__image__content {
		padding: 0
	}
}
.block__image__content h2, .block__image__content h3, .block__image__content h4, .block__image__content h5, .block__image__content h6, .block__image__content p {
	color: #000000
}
.block__image .overlay {
	z-index: 0
}
.block__text {
	padding: 8rem 0
}
.single-post .block__text {
	padding: 2rem 0
}
.block__text .container--narrow {
	max-width: 1080px
}
.block__text h2:after, .block__text h3:after {
	display: none
}
.block__text .button-wrapper {
	text-align: center
}
.block__locations {
	padding: 12rem 0;
	text-align: center;
	background: url("../../assets/images/locations.png") no-repeat right center/cover
}
@media (min-width:768px) {
	.block__locations {
		background: url("../../assets/images/locations.png") no-repeat center center/cover
	}
}
.block__locations .container {
	text-align: left
}
.block__locations__content {
	max-width: 600px
}
.block__locations__content h2:after, .block__locations__content h3:after, .block__locations__content h4:after, .block__locations__content h5:after, .block__locations__content h6:after {
	margin: 20px 0
}
.block__form {
	padding: 4rem 0;
	text-align: center;
	background: #f5f5f5
}
@media (min-width:768px) {
	.block__form {
		padding: 8rem 0
	}
}
.block__form .container--narrow {
	max-width: 800px
}
.block__form form {
	text-align: left
}
/*# sourceMappingURL=style.min.css.map */