/******--------****--------******\
 * Set paddings and margins
\******---------**---------******/
/* Containers */
/* Row negative margin */
/* Row normal margin */
/* Icon margin */
/* Transitions */
/* Fonts */
/* Border Radius */
/******--------****--------******\
 * All imported files
\******---------**---------******/
/******--------****--------******\
 * Browser reset
\******---------**---------******/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	cellspacing: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
/******--------****--------******\
 * Load in all the fonts
\******---------**---------******/
/* open-sans-300 - latin */
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;
	src:
		url("../fonts/open-sans-v34-latin-300.woff2") format("woff2"),
		url("../fonts/open-sans-v34-latin-300.woff") format("woff");
}
/* open-sans-300italic - latin */
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 300;
	src:
		url("../fonts/open-sans-v34-latin-300italic.woff2") format("woff2"),
		url("../fonts/open-sans-v34-latin-300italic.woff") format("woff");
}
/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src:
		url("../fonts/open-sans-v34-latin-regular.woff2") format("woff2"),
		url("../fonts/open-sans-v34-latin-regular.woff") format("woff");
}
/* open-sans-600 - latin */
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	src:
		url("../fonts/open-sans-v34-latin-600.woff2") format("woff2"),
		url("../fonts/open-sans-v34-latin-600.woff") format("woff");
}
/* open-sans-700 - latin */
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src:
		url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"),
		url("../fonts/open-sans-v34-latin-700.woff") format("woff");
}
/******--------****--------******\
 * Brand colors
\******---------**---------******/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
/******--------****--------******\
 * Other
\******---------**---------******/
.word-break {
	word-break: break-word;
}
/******--------****--------******\
 * Containers
\******---------**---------******/
.container,
.container-m {
	position: relative;
	max-width: 100%;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
@media (min-width: 992px) {
	.container,
	.container-m {
		max-width: 992px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-m {
		max-width: 1100px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-m {
		max-width: 1400px;
	}
}
@media (min-width: 768px) {
	.container-m {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-m {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.container-m {
		max-width: 800px;
	}
}
@media (min-width: 1400px) {
	.container-m {
		max-width: 700px;
	}
}
/******--------****--------******\
 * Custom Bootstrap
\******---------**---------******/
@media (max-width: 992px) {
	.row-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px !important;
		margin-left: -10px !important;
	}
	.col-mobile {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}
.row-margin-10 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px !important;
	margin-left: -10px !important;
}
.col-padding-10 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.reverse {
	flex-flow: row-reverse;
}
.justify-center {
	justify-content: center;
}
.aligncenter {
	margin: 0 auto;
	display: flex;
	flex-flow: column;
}
@media (max-width: 768px) {
	.m-top {
		margin-top: 1.5rem;
	}
}
.wp-caption-text {
	margin-bottom: 1rem !important;
}
/******--------****--------******\
 * Visibility
\******---------**---------******/
.mobile-l-only {
	display: none !important;
}
@media (max-width: 992px) {
	.mobile-l-only {
		display: inherit !important;
	}
}
.desktop-only {
	display: inherit !important;
}
@media (max-width: 992px) {
	.desktop-only {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.desktop-only {
		display: none !important;
	}
}
.hide {
	display: none;
}
/******--------****--------******\
 * Typography - Editor
\******---------**---------******/
body {
	font-family: "Open Sans";
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
}
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
}
body.vertical-lock.active {
	overflow: hidden;
}
a {
	color: #ffffff;
	text-decoration: none;
	transition: 0.25s ease;
}
a:hover {
	color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans";
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
}
h1 {
	color: #ffffff;
}
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
}
h1,
h2,
h3 {
	margin-bottom: 20px;
}
h1 {
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 40px;
}
@media (max-width: 992px) {
	h1 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
}
@media (max-width: 375px) {
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
}
h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
@media (max-width: 992px) {
	h3 {
		font-size: 18px;
		line-height: 24px;
	}
}
/******--------****--------******\
 * Paragraph
\******---------**---------******/
p {
	margin-bottom: 1.2rem;
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0px;
}
/******--------****--------******\
 * Buttons
\******---------**---------******/
button {
	background: none;
	border: none;
	cursor: pointer;
}
.button-container {
	display: flex;
	gap: 20px;
	margin-top: 25px;
}
@media (max-width: 768px) {
	.button-container {
		flex-flow: wrap;
	}
}
.button-center {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.member-area {
	display: flex;
	padding: 8px 35px;
	background: #ffffff;
	color: #000000;
	border-radius: 150px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px -10px;
	font-weight: 400;
	margin: 0 auto;
	width: fit-content;
	margin-top: 40px;
	transform: translateY(20px);
}
.member-area:hover {
	background: #f47a5c;
	color: #ffffff;
}
.read-more {
	display: flex;
	padding: 8px 35px;
	background: #ffffff;
	color: #000000;
	border-radius: 150px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px -10px;
	font-weight: 400;
	margin: 0 auto;
	width: fit-content;
	margin-top: -10px;
	transform: translateY(20px);
}
.read-more:hover {
	background: #f47a5c;
	color: #ffffff;
}
.error-button {
	display: flex;
	padding: 8px 35px;
	background: #ffffff;
	color: #000000;
	border-radius: 150px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px -10px;
	font-weight: 400;
	width: fit-content;
	margin-top: 40px;
	transform: translateY(20px);
}
.error-button:hover {
	background: #f47a5c;
	color: #ffffff;
}
.button {
	display: flex;
	align-items: center;
	padding: 18px 24px;
	width: fit-content;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
}
@media (max-width: 768px) {
	.button {
		justify-content: center;
		padding: 18px 18px;
	}
}
.button.login {
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	height: 44px;
	justify-content: center;
}
.button.login:hover {
	background: #1a1a1a;
	border: 1px solid #1a1a1a;
}
.button.center {
	display: inline-block;
}
.button.blue {
	background: #0293cf;
	color: #ffffff;
}
.button.blue:hover {
	background: #02a5e8;
}
.button.same-width {
	min-width: 260px;
	justify-content: center;
}
.button.dark-blue {
	background: #124c7f;
	color: #ffffff;
}
.button.dark-blue:hover {
	background: #1867ac;
}
.button svg {
	width: 24px;
	height: 100%;
	fill: #124c7f;
	margin-left: 10px;
	transform-origin: left;
	transition: 0.3s ease;
}
@media (max-width: 768px) {
	.button {
		width: 100%;
	}
}
.button:hover {
	text-decoration: none;
}
.button:hover svg {
	transform: translateX(8px);
}
.m-top-10 {
	margin-top: 10px;
}
/******--------****--------******\
 * Error Page
\******---------**---------******/
.error-page {
	height: 100vh;
	display: flex;
	position: relative;
	align-items: center;
	background: #c4bc9d;
}
.error-page .error-button {
	margin: 0;
}
/******--------****--------******\
 * Editor colors - WYSIWYG
\******---------**---------******/
.content-editor {
	color: #ffffff;
}
.content-editor.max-width {
	max-width: 620px;
	margin: 0 auto;
}
.content-editor a {
	color: #000000;
}
.content-editor a:hover {
	text-decoration: underline;
}
.content-editor ul {
	margin: 0 0 1.5rem 30px;
	list-style: unset;
}
.content-editor ul li {
	padding-left: 5px;
	margin-bottom: 0px;
}
.content-editor ul li::marker {
	color: #ffffff;
}
.content-editor p:last-child {
	margin: 0;
	padding: 0;
}
.article ul {
	margin: 0 0 1.5rem 16px;
	list-style: unset;
}
.article ul li {
	padding-left: 5px;
	margin-bottom: 0px;
}
.article ul li::marker {
	color: #124c7f;
}
.editor-warning {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 1.5rem;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
}
.uppercase {
	text-transform: uppercase;
}
.uppercase:first-letter {
	text-transform: uppercase;
}
.size-150 {
	height: 150px;
	width: 150px;
}
.size-400 {
	max-width: 400px;
}
@media (max-width: 768px) {
	.size-400 {
		max-width: 100%;
	}
}
.size-800 {
	max-width: 800px;
}
@media (max-width: 768px) {
	.size-800 {
		max-width: 100%;
	}
}
.text-black {
	color: #000000;
}
.text-salmon {
	color: #f47a5c;
}
.text-olive {
	color: #64604f;
}
/******--------****--------******\
 * Image
\******---------**---------******/
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}
/******--------****--------******\
 * Gutters & Co
\******---------**---------******/
.gutters {
	padding: 68px 0 75px 0;
}
@media (max-width: 768px) {
	.gutters {
		padding: 48px 0 50px 0;
	}
}
.gutter-top {
	margin-top: 70px;
}
@media (max-width: 992px) {
	.gutter-top {
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.gutter-top {
		margin-top: 30px;
	}
}
.gutter-top-m {
	margin-top: 50px;
}
@media (max-width: 992px) {
	.gutter-top-m {
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.gutter-top-m {
		margin-top: 30px;
	}
}
.gutter-bottom {
	margin-bottom: 70px;
}
@media (max-width: 992px) {
	.gutter-bottom {
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	.gutter-bottom {
		margin-bottom: 30px;
	}
}
/******--------****--------******\
 * Header
\******---------**---------******/
.header {
	position: fixed;
	display: flex;
	flex-flow: wrap;
	width: 100%;
	z-index: 10;
	transition: 0.35s ease;
}
.header .client-logo {
	display: flex;
	width: auto;
}
.header .client-logo svg {
	height: 44px;
	width: auto;
	fill: #ffffff;
	transform-origin: left;
	transition: 0.25s ease;
}
@media (max-width: 768px) {
	.header .client-logo svg {
		height: 34px;
	}
}
@media (max-width: 375px) {
	.header .client-logo svg {
		height: 28px;
	}
}
@media (max-width: 992px) {
	.header .client-logo {
		padding: 8px 0 8px 0;
	}
}
.header .back-to-home {
	margin-left: auto;
	font-weight: 600;
	font-size: 14px;
}
@media (max-width: 992px) {
	.header .back-to-home {
		display: none;
	}
}
.header--inner {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	width: 100%;
	padding: 20px 30px;
	margin-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0) 0px 3px 48px;
	transition: 0.25s ease;
}
.header--inner.scroll {
	background: #ffffff;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 48px;
}
.header--inner.scroll svg {
	fill: #000000;
}
.header--inner.scroll svg path.last-part {
	fill: #f47a5c;
}
.header--inner.scroll a {
	color: #888888 !important;
}
.header--inner.scroll a:hover {
	color: #000000 !important;
}
.header--inner.scroll .current-menu-item > a,
.header--inner.scroll .current_page_item > a {
	color: #000000 !important;
}
.header--inner.scroll-single {
	background: #ffffff;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 48px;
}
.header--inner.scroll-single svg {
	fill: #000000;
}
.header--inner.scroll-single svg path.last-part {
	fill: #f47a5c;
}
.header--inner.scroll-single .back-to-home {
	color: #000000;
}
@media (max-width: 992px) {
	.header--inner {
		padding: 20px 20px;
	}
}
@media (max-width: 768px) {
	.header--inner {
		padding: 20px 20px;
	}
}
@media (max-width: 992px) {
	.header {
		padding: 0;
	}
}
.header .primary-navigation-container {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.header .primary-navigation-container .primary-navigation {
	display: flex;
	margin: 0;
	padding: 0;
}
.header .primary-navigation-container .primary-navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header .primary-navigation-container .primary-navigation li:last-child {
	margin-right: 0px;
}
.header .primary-navigation-container .primary-navigation li > a {
	position: relative;
	display: flex;
	height: 44px;
	align-items: center;
	padding: 0 0 0 30px;
	font-family: "Open Sans";
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
}
.header
	.primary-navigation-container
	.primary-navigation
	li.current-menu-item
	> a,
.header
	.primary-navigation-container
	.primary-navigation
	li.current_page_item
	> a {
	color: #000000;
}
.header .primary-navigation-container .primary-navigation li:hover a {
	color: #000000;
}
.header .primary-navigation-container .primary-navigation .sub-menu {
	position: absolute;
	left: 20px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	padding: 30px;
	width: calc(100% - 40px);
	background: #ffffff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	clip-path: inset(0px -40px -40px -40px);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	transform: translateY(95px);
}
.header .primary-navigation-container .primary-navigation .sub-menu li {
	margin-right: 0px;
}
.header
	.primary-navigation-container
	.primary-navigation
	.sub-menu
	li:last-child {
	border-bottom: none;
}
.header .primary-navigation-container .primary-navigation .sub-menu li a {
	height: unset;
	color: #000000;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 0px 0px 15px 0px;
}
.header .primary-navigation-container .primary-navigation .sub-menu li a:hover {
	color: #0293cf;
}
.header
	.primary-navigation-container
	.primary-navigation
	.sub-menu
	li:last-child {
	margin-right: 0px;
	padding-bottom: 0px;
}
.header
	.primary-navigation-container
	.primary-navigation
	.sub-menu
	li.mega-menu-row
	a {
	font-size: 14px;
}
.header
	.primary-navigation-container
	.primary-navigation
	.sub-menu
	li.mega-menu-row--title
	a {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
.header
	.primary-navigation-container
	.primary-navigation
	.sub-menu
	li.mega-menu-row--title
	a:hover {
	color: #000000;
}
.header
	.primary-navigation-container
	.primary-navigation
	.sub-menu
	li.current-menu-item
	> a {
	color: #0293cf;
}
.header .primary-navigation-container .primary-navigation .navigation-sub {
	cursor: pointer;
}
.header .primary-navigation-container .primary-navigation .navigation-sub a {
	padding: 0 0 0 30px;
}
.header
	.primary-navigation-container
	.primary-navigation
	.navigation-sub::after {
	content: "";
	width: 12px;
	height: 8px;
	margin-left: 5px;
	background: url(../images/svg/chevron.svg);
	transition: transform 0.25s ease;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	align-self: center;
}
.header
	.primary-navigation-container
	.primary-navigation
	.navigation-sub:hover
	> ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(74px);
}
.header
	.primary-navigation-container
	.primary-navigation
	.navigation-sub:hover::after {
	transform: rotate(180deg);
}
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current-menu-item
	> a,
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current_page_item
	> a,
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current_page_ancestor
	> a,
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current-menu-ancestor
	> a {
	color: #0293cf;
}
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current-menu-item
	> a::before,
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current_page_item
	> a::before,
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current_page_ancestor
	> a::before,
.header
	.primary-navigation-container
	.primary-navigation
	li.navigation-sub.current-menu-ancestor
	> a::before {
	transform: translate3d(0px, 16px, 0px);
	visibility: visible;
	opacity: 1;
}
@media (max-width: 992px) {
	.header .primary-navigation-container {
		display: none;
	}
}
p a {
	color: #f47a5c;
}
/******--------****--------******\
 * mobile-l navigation
\******---------**---------******/
@keyframes menuItems {
	from {
		transform: translate3d(35px, 0px, 0px);
		opacity: 0;
	}
	to {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}
.mobile-navigation {
	display: none;
	position: relative;
}
@media (max-width: 992px) {
	.mobile-navigation {
		display: flex;
		margin-left: auto;
	}
}
.mobile-navigation--button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	padding: 0;
	width: 34px;
	z-index: 10;
}
.mobile-navigation--button svg {
	transition: 0.25s ease;
	fill: #ffffff;
	position: absolute;
}
.mobile-navigation--button svg.open {
	visibility: visible;
	opacity: 1;
	transform: scale(1) translate(0px);
	transform-origin: center center;
}
.mobile-navigation--button svg.open.inactive {
	visibility: hidden;
	opacity: 0;
	transform: scale(0.6) translate(-20px);
}
.mobile-navigation--button svg.close {
	width: 28px;
	visibility: hidden;
	opacity: 0;
	transform: scale(0.6) translate(20px);
	fill: #f47a5c;
}
.mobile-navigation--button svg.close.active {
	visibility: visible;
	opacity: 1;
	transform: scale(1) translate(0px);
	transform-origin: center center;
}
.mobile-navigation--button svg.close.active g {
	fill: #f47a5c;
}
.sub-menu-back {
	display: none;
}
.mobile-navigation-menu {
	display: none;
}
@media (max-width: 992px) {
	.mobile-navigation-menu {
		position: fixed;
		display: block;
		width: 100vw;
		height: 100vh;
		top: 100px;
		z-index: 10;
		background: #f47a5c;
		visibility: hidden;
		transform: translateX(100%);
		transition: 0.3s ease;
		overflow-y: scroll;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.45);
	}
	.mobile-navigation-menu.active {
		visibility: visible;
		transform: translateX(0%);
		transition: 0.3s ease;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.45);
	}
	.mobile-navigation-menu a {
		padding: 16px 20px 16px 20px;
		font-family: "Open Sans";
		color: #ffffff;
		width: 100%;
		font-weight: 400;
		cursor: pointer;
	}
	.mobile-navigation-menu a:active,
	.mobile-navigation-menu a:focus,
	.mobile-navigation-menu a:hover {
		background: rgba(0, 0, 0, 0.17);
	}
	.mobile-navigation-menu .current-menu-item > a,
	.mobile-navigation-menu .current_page_item > a {
		color: #000000;
	}
	.mobile-navigation-menu li {
		display: flex;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
	.mobile-navigation-menu li ul {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		visibility: hidden;
		transform: translate(100%);
		transition: 0.4s ease;
		z-index: 1;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.45);
		overflow-y: scroll;
	}
	.mobile-navigation-menu li ul.active {
		visibility: visible;
		transform: translate(0%);
		transition: 0.4s ease;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.45);
	}
	.mobile-navigation-menu li ul .location-label {
		display: none;
	}
	.mobile-navigation-menu li ul li:last-child {
		padding-bottom: 130px;
	}
	.mobile-navigation-menu .navigation-sub {
		position: relative;
	}
	.mobile-navigation-menu .navigation-sub:after {
		content: "";
		position: absolute;
		background: url(../images/svg/arrow-right.svg) no-repeat;
		background-size: contain;
		width: 22px;
		height: 14px;
		top: 23px;
		right: 20px;
	}
	.mobile-navigation-menu .sub-menu-back {
		position: relative;
	}
	.mobile-navigation-menu .sub-menu-back a {
		padding: 20px 20px 4px 52px;
		color: #ffffff;
	}
	.mobile-navigation-menu .sub-menu-back span {
		position: absolute;
		top: 0;
		font-size: 14px;
		color: #8e8e8e;
	}
	.mobile-navigation-menu .sub-menu-back:after {
		content: "";
		position: absolute;
		background: url(../images/svg/arrow-left.svg) no-repeat;
		background-size: contain;
		width: 22px;
		height: 14px;
		top: 23px;
		left: 20px;
	}
}
@media (max-width: 992px) and (max-width: 768px) {
	.mobile-navigation-menu {
		top: 90px;
	}
}
.black-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	transition: 0.2s ease;
}
.black-overlay.active {
	visibility: visible;
	opacity: 1;
}
/******--------****--------******\
 * Homepage
\******---------**---------******/
.page-home-start {
	position: relative;
	display: flex;
	align-items: center;
	height: 85vh;
	margin-top: 0;
	overflow: hidden;
}
@media (max-width: 768px) {
	.page-home-start {
		height: 77vh;
	}
}
@media (max-height: 550px) {
	.page-home-start {
		height: 100vh;
	}
}
.page-home-start img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: -1;
}
.page-home-start h1 {
	font-size: 150px;
	line-height: 140px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	transform-origin: center top;
	animation: title 1.2s ease;
}
@keyframes title {
	0% {
		opacity: 0;
		transform: translateY(45px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media (max-width: 992px) {
	.page-home-start h1 {
		font-size: 120px;
		line-height: 120px;
	}
}
@media (max-width: 768px) {
	.page-home-start h1 {
		font-size: 90px;
		line-height: 80px;
	}
}
@media (max-width: 375px) {
	.page-home-start h1 {
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-height: 550px) {
	.page-home-start h1 {
		font-size: 50px;
		line-height: 55px;
		margin-top: 40px;
		margin-bottom: -25px;
	}
}
.page-start-normal {
	display: flex;
	position: relative;
	align-items: center;
	height: 80vh;
}
.page-start-normal.bg-1 {
	background: #c4bc9d;
}
@media (max-width: 768px) {
	.page-start-normal {
		height: unset;
	}
}
@media (min-width: 992px) and (max-height: 700px) {
	.page-start-normal {
		height: 100vh;
	}
}
.page-start {
	position: relative;
	margin-top: 0;
}
/******--------****--------******\
 * Members Login
\******---------**---------******/
.login-action {
	display: flex;
	gap: 15px;
	padding: 0 30px 0 30px;
	transition: transform 0.25s ease;
}
.login-action.margin {
	margin-left: auto;
}
@media (max-width: 992px) {
	.login-action {
		flex-flow: wrap;
		margin-top: 20px;
		margin-bottom: 190px;
		padding: 0 20px 0 20px;
	}
	.login-action a {
		padding: 8px 35px;
	}
}
.login-action--login,
.login-action--logout {
	display: flex;
	padding: 8px 35px;
	background: #000000;
	color: #ffffff;
	border-radius: 150px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px -10px;
	font-weight: 400;
}
.login-action--login:hover,
.login-action--logout:hover {
	background: #f47a5c;
	color: #ffffff;
}
@media (max-width: 992px) {
	.login-action--login,
	.login-action--logout {
		justify-content: center;
	}
}
.login-action--label {
	display: flex;
	padding: 8px 35px;
	background: #ffffff;
	color: #000000;
	border-radius: 150px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px -10px;
	font-weight: 400;
}
@media (max-width: 992px) {
	.login-action--label {
		width: 100%;
		justify-content: center;
	}
}
.members-login {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	background: #f47a5c;
}
.members-login svg {
	fill: #ffffff;
}
.members-login--form {
	width: 320px;
	max-width: 320px;
}
.members-login--form .client-logo {
	display: flex;
	margin-bottom: 30px;
}
.members-login--form--body {
	display: flex;
	flex-flow: column;
}
.members-login--form--body .remember-me {
	display: flex;
	align-items: center;
	color: #ffffff;
	margin-top: -10px;
	margin-left: 15px;
	font-size: 14px;
}
.members-login--form--body--message {
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
}
.members-login--form--body--lost-password {
	font-size: 14px;
	text-align: center;
}
.members-login--form input {
	display: flex;
	align-items: center;
	padding: 12px 35px;
	margin-bottom: 20px;
	width: unset;
	border-radius: 100px;
	border: 1px solid #ffffff;
}
@media (max-width: 768px) {
	.members-login--form input {
		font-size: 14px;
	}
}
.members-login--form input:hover {
	border: 1px solid #000000;
}
.notification {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px -10px;
	color: white;
	z-index: 999;
	transform: translateY(0px);
	transition: 0.25s ease;
}
.notification.logged-in {
	background-color: #3d9970;
}
.notification.logged-out {
	background-color: #001f3f;
}
.notification.remove {
	visibility: hidden;
	transform: translateY(-65px);
}
/******--------****--------******\
 * Content
\******---------**---------******/
.image-100 {
	max-width: 100px;
}
.more-content {
	display: none;
}
.read-more {
	cursor: pointer;
	transition: 0.25s ease;
}
.read-more:hover {
	color: #ffffff;
}
.content {
	position: relative;
	padding: 80px 0 80px 0;
	color: #ffffff;
}
@media (max-width: 992px) {
	.content {
		padding: 50px 0 50px 0;
	}
}
.content img {
	position: absolute;
	top: 0;
}
.content.brightness img {
	filter: brightness(0.9);
}
.content.salmon {
	background: #f47a5c;
}
.content.black {
	color: #000000;
}
.content.black.background {
	background: #ffffff;
}
.content.brown {
	background: #c5bc9d;
}
.content.brown h2 {
	color: #ffffff;
}
.content.brown p {
	color: #000000;
}
.content.grey {
	background: #656363;
}
.content.grey h2 {
	color: #f47a5c;
}
.content.grey p {
	color: #ffffff;
}
.content.white {
	background: #ffffff;
}
.content.white h2 {
	color: #000000;
}
.content.white p {
	color: #000000;
}
.content.image {
	height: 40vh;
	opacity: 0.8;
}
.content.image-small {
	display: flex;
	align-items: center;
	height: 20vh;
}
.content.image-normal img {
	position: relative;
}
.content-inner {
	opacity: 0;
	transform: translateY(35px);
	transition: 0.65s ease;
}
.content-inner.animate {
	opacity: 1;
	transform: translateY(0px);
}
/******--------****--------******\
 * Page Menu
\******---------**---------******/
.page-item-start p {
	font-size: 16px;
	line-height: 28px;
}
@media (max-width: 768px) {
	.page-item-start p {
		font-size: 14px;
		line-height: 24px;
	}
}
.page-item-start ul {
	margin: 0 0 1.5rem 0;
	font-size: 16px;
	line-height: 28px;
}
@media (max-width: 768px) {
	.page-item-start ul {
		font-size: 14px;
		line-height: 24px;
	}
}
.page-item-start ul li {
	list-style-type: disc;
	margin-left: 30px;
}
.activiteiten-images {
	display: flex;
	flex-flow: column;
	gap: 20px;
	width: 100%;
}
@media (max-width: 992px) {
	.activiteiten-images {
		flex-flow: wrap;
		gap: 20px;
		margin: 20px 0 0 0;
	}
}
@media (max-width: 768px) {
	.activiteiten-images {
		flex-flow: wrap;
		gap: 0;
		margin: 0 0 0 0;
	}
}
.activiteiten-images img {
	height: auto;
}
.page-menu {
	width: 100%;
}
@media (max-width: 768px) {
	.page-menu {
		padding: 90px 0 50px 0;
	}
}
.page-menu a {
	display: flex;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 0px;
	line-height: 28px;
}
@media (max-width: 992px) {
	.page-menu a {
		font-size: 16px;
		padding-bottom: 0px;
	}
}
.page-menu .current-menu-item a {
	color: #f47a5c;
}
.page-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.page-item h1 {
	font-size: 110px;
	line-height: 100px;
	font-weight: 400;
}
@media (max-width: 1200px) {
	.page-item h1 {
		font-size: 80px;
		line-height: 70px;
	}
}
@media (max-width: 768px) {
	.page-item h1 {
		display: none;
	}
}
.page-item-end {
	display: flex;
}
@media (max-width: 768px) {
	.page-item-end img {
		margin-top: 1.5rem;
	}
}
.page-content {
	position: relative;
	padding: 80px 0 80px 0;
	background: rgb(255, 254, 250);
}
.page-content.bg {
	background: #c4bc9d;
}
.page-content h1 {
	color: #f47a5c;
	font-weight: 700;
	margin-bottom: 20px;
}
.page-content h2 {
	color: #000000;
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
}
.page-content h3 {
	color: #000000;
	font-size: 20px;
	line-height: 28px;
}
@media (max-width: 992px) {
	.page-content {
		padding: 50px 0 50px 0;
	}
}
.page-content--files {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 10px;
}
.page-content--files--item a {
	display: flex;
	align-items: center;
	background: #504c3d;
	padding: 10px 15px;
	border-radius: 8px;
	color: #ffffff;
	width: 100%;
	font-size: 16px;
}
.page-content--files--item a:hover {
	background: #646050;
}
.page-content--files--item svg {
	fill: #f47a5c;
	margin-right: 12px;
	min-width: 20px;
}
@media (max-width: 768px) {
	.page-content--files {
		margin-top: 20px;
	}
}
.card {
	margin-top: 60px;
}
@media (max-width: 992px) {
	.card {
		margin-top: 30px;
	}
}
.image-card {
	color: #000000;
	background: #ffffff;
	margin-bottom: 40px;
	transition: 0.25s ease;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 30px -10px;
}
@media (max-width: 992px) {
	.image-card {
		margin-bottom: 20px;
	}
}
.image-card:hover {
	transform: translateY(-10px);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 30px -10px;
}
.image-card--inner {
	display: flex;
	flex-flow: column;
	height: 100%;
	background: #ffffff;
}
.image-card h3 {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 8px 20px 0 20px;
}
@media (max-width: 768px) {
	.image-card h3 {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 10px 0 10px;
	}
}
.image-card img {
	min-height: 290px;
}
@media (max-width: 1200px) {
	.image-card img {
		min-height: 200px;
		max-height: 200px;
	}
}
@media (max-width: 992px) {
	.image-card img {
		min-height: 200px;
		max-height: 200px;
	}
}
@media (max-width: 375px) {
	.image-card img {
		min-height: 100px;
	}
}
.image-card--thumbnail {
	display: flex;
}
.image-card--thumbnail img {
	max-height: 300px;
	min-height: 300px;
}
@media (max-width: 768px) {
	.image-card--thumbnail img {
		max-height: 160px;
		min-height: 160px;
	}
}
.article {
	padding: 100px 0 100px 0;
	background: #e0ddd2;
}
.article.height {
	min-height: 100vh;
}
@media (max-width: 992px) {
	.article {
		padding: 50px 0 50px 0;
	}
}
.article h1 {
	margin-bottom: 40px;
}
.article--item {
	margin-bottom: 40px;
}
@media (max-width: 992px) {
	.article--item {
		margin-bottom: 20px;
	}
}
.article .back {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	color: #000000;
}
@media (max-width: 992px) {
	.article .back {
		margin-bottom: 30px;
	}
}
.article .back svg {
	fill: #f47a5c;
	height: 20px;
	width: 30px;
	margin-right: 10px;
}
.article .back:hover {
	color: #ffffff;
}
video {
	max-width: 100%;
	max-height: 100%;
}
.gallery {
	margin-top: 40px;
}
/******--------****--------******\
 * Privacy Policy
\******---------**---------******/
.privacy-policy h2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0;
}
.privacy-policy a {
	color: #124c7f;
}
.privacy-policy a:hover {
	text-decoration: underline;
}
/******--------****--------******\
 * Footer
\******---------**---------******/
.footer {
	position: relative;
	padding: 35px 0 35px 0;
	overflow: hidden;
	z-index: 1;
	background: #f47a5c;
}
@media (max-width: 992px) {
	.footer {
		padding: 50px 0 50px 0;
	}
}
.footer .sub-menu {
	display: none;
}
.footer--item h4 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer--item p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.footer--item a {
	display: flex;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
}
.footer--item a:hover {
	color: #0293cf;
}
.footer--item--icon {
	padding-bottom: 6px;
}
.footer--item svg {
	height: 18px;
	width: 18px;
	min-height: 18px;
	min-width: 18px;
	margin-right: 15px;
	fill: #ffffff;
	position: unset;
	transform: unset;
}
@media (max-width: 768px) {
	.footer--item svg {
		height: 20px;
		width: 20px;
	}
}
.footer--item--sub-logo {
	height: 25px;
	width: 150px;
}
.footer--item--sub-logo svg {
	height: 100%;
	width: 100%;
}
@media (max-width: 1200px) {
	.footer--item {
		margin-bottom: 30px;
	}
	.footer--item:last-child {
		margin-bottom: 0px;
	}
}
/**
 * Copyright and created
 **/
.created-by {
	background: #1f1f1f;
}
.created-by--content {
	display: flex;
	padding: 16px 0 16px 0;
	align-items: center;
}
@media (max-width: 768px) {
	.created-by--content {
		flex-flow: column;
		align-items: flex-start;
	}
}
.created-by--content p {
	margin-bottom: 0;
	color: #ffffff;
}
.created-by--content a {
	color: #ffffff;
	text-decoration: none;
}
.created-by--content a:hover {
	color: #0293cf;
}
.created-by--content .terms {
	margin-left: 20px;
}
@media (max-width: 768px) {
	.created-by--content .terms {
		margin-left: 0;
	}
}
.created-by--content .creator {
	display: flex;
	align-items: center;
	margin-left: auto;
}
@media (max-width: 768px) {
	.created-by--content .creator {
		margin-left: 0;
	}
}
.created-by--content .creator svg {
	height: 24px;
	width: auto;
	margin-left: 20px;
}
/******--------****--------******\
 * 404
\******---------**---------******/
.error .title-xl {
	font-size: 42px;
	line-height: 50px;
}
/******--------****--------******\
 * Contact Forms
\******---------**---------******/
/* Contact Form 7 */
input,
textarea {
	color: #000000;
	background: #ffffff;
	font-family: "Open Sans";
	border-radius: 6px;
	border-style: none;
	border: 1px solid #b0b0b0;
	transition: 0.2s ease;
	margin-bottom: 10px;
}
input:hover,
textarea:hover {
	border: 1px solid #124c7f;
}
.wpcf7-list-item {
	display: block;
	margin: 6px 0 0 0 !important;
	padding: 0;
}
.wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.wpcf7-not-valid-tip {
	margin-top: -10px !important;
}
.wpcf7-response-output {
	padding: 10px 20px !important;
	margin: 0 !important;
}
@media (max-width: 992px) {
	.wpcf7-response-output {
		padding: 10px 10px !important;
	}
}
.wpcf7-spinner {
	position: relative !important;
	bottom: 48px;
	left: calc(50% - 12px) !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	line-height: 24px;
	border-radius: 6px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #124c7f;
}
.wpcf7-form-control-wrap {
	display: flex;
	flex-flow: wrap-reverse;
	width: 100%;
}
.wpcf7-form-control-wrap input {
	padding: 0 15px 0 15px;
	height: 56px;
}
@media (max-width: 992px) {
	.wpcf7-form-control-wrap input {
		height: 48px;
	}
}
.wpcf7-form-control-wrap textarea {
	padding: 15px 15px 15px 15px;
}
input[type="checkbox"] {
	height: 18px;
	width: 18px;
	border-radius: 4px;
	border: 1px solid #000000;
	padding: 0;
	margin: 0 10px 0 0;
}
input.button {
	margin-top: 10px;
	cursor: pointer;
}
input.button:hover {
	background: #124c7f;
	border: 1px solid #124c7f;
}
@media (max-width: 992px) {
	input.button {
		justify-content: center;
	}
}
input {
	width: 100%;
}
textarea {
	width: 100%;
}
/* GravityForms */
.gform_wrapper {
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	padding: 30px;
	margin-top: 30px;
}
.gform_confirmation_wrapper {
	position: relative;
	padding: 40px;
	background: #ffffff;
	border-radius: 8px;
	z-index: 1;
}
@media (max-width: 992px) {
	.gform_confirmation_wrapper {
		padding: 25px;
	}
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	font-size: 12px;
}
.ginput_container.ginput_container_consent {
	display: flex;
	align-items: center;
}
.gform_heading {
	display: none;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400 !important;
	margin-bottom: 4px !important;
}
.gfield_required {
	color: #ffffff !important;
	font-size: 14px !important;
	font-style: normal;
	padding-left: 5px !important;
}
.gform_wrapper .gfield_required .gfield_required_custom,
.gform_wrapper .gfield_required .gfield_required_text {
	font-style: normal !important;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	padding: 14px !important;
	border-radius: 4px;
	border: 1px solid #b0b0b0;
	font-family: "Open Sans";
}
.gfield_consent_label {
	font-size: 14px !important;
}
.gform_page_footer.top_label {
	display: flex !important;
	flex-wrap: wrap-reverse !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full,
.gform_button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 12px 18px;
	border-radius: 0px;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	transition: 0.25s ease;
	background: #00b31f;
	color: #ffffff !important;
	border: none;
	cursor: pointer;
}
input.button:hover {
	background: #00cc23;
}
.gform_button {
	width: 100% !important;
	margin-left: 0px !important;
}
.gform_next_button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto !important;
	padding: 16px 20px;
	border-radius: 8px;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: 0.25s ease;
	background: #000000 !important;
	color: #000000 !important;
	border: none;
	cursor: pointer;
}
.gform_next_button:hover {
	background: #000000 !important;
}
.gform_previous_button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	border-radius: 8px;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: 0.25s ease;
	background: #ffffff !important;
	border: 1px solid #b0b0b0;
	color: #000000 !important;
	cursor: pointer;
}
.gform_previous_button:hover {
	background: #000000 !important;
}
.ginput_container.ginput_container_consent {
	margin-top: -2px;
}
.upload-text {
	margin-top: 12px;
	line-height: 26px;
	margin-bottom: 5px;
}
.gform_ajax_spinner {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translate3d(0px, 4px, 0px);
}
.gform_wrapper .gform_validation_errors {
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 15px !important;
}
.gform_wrapper .validation_message,
.gfield_validation_message {
	padding: 10px 10px !important;
	margin-top: 5px !important;
	line-height: 20px !important;
}
.gform_wrapper.gravity-theme select {
	font-size: 14px !important;
}
/* Steps */
.gform_wrapper.gravity-theme .gf_step {
	display: flex !important;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
}
/* Distance between steps */
.gform_wrapper.gravity-theme .gf_page_steps {
	position: relative;
	display: flex;
	justify-content: space-between;
	border: none !important;
}
.gform_wrapper.gravity-theme .gf_page_steps:before {
	content: "";
	position: absolute;
	top: 7px;
	width: 100%;
	height: 4px;
	border-radius: 50px;
	background: #b0b0b0;
	z-index: -1;
}
.gform_wrapper.gravity-theme .gf_page_steps #gf_step_1_2 {
	transform: translate(-22px, 0px);
}
.gform_wrapper.gravity-theme .gf_page_steps #gf_step_1_3 {
	transform: translate(-22px, 0px);
}
@media (max-width: 768px) {
	.gform_wrapper.gravity-theme .gf_page_steps {
		text-align: center;
	}
	.gform_wrapper.gravity-theme .gf_page_steps #gf_step_1_1 {
		transform: translate(-16px, 0px);
	}
	.gform_wrapper.gravity-theme .gf_page_steps #gf_step_1_3 {
		transform: translate(0px, 0px);
	}
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
	content: "" !important;
	position: absolute !important;
	top: 7px !important;
	width: 100% !important;
	height: 4px !important;
	border-radius: 50px !important;
	background: #ffffff !important;
	z-index: -1 !important;
	display: none !important;
}
.privacy-text {
	font-size: 14px;
	line-height: 20px;
	color: #b0b0b0;
}
.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
	margin-top: 30px !important;
	font-size: 14px !important;
	color: #b0b0b0;
	border-radius: 4px;
	border: 1px solid #b0b0b0;
	padding: 6px 10px;
	background: #ffffff;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
	align-items: center;
	color: #ffffff !important;
	background: #ffffff !important;
	border-radius: 50px !important;
}
/* Padding for the labels */
.gform_wrapper.gravity-theme .gf_step_label {
	padding-left: 0 !important;
	font-weight: 400 !important;
	margin-top: 4px;
}
@media (max-width: 768px) {
	.gform_wrapper.gravity-theme .gf_step_label {
		width: 60%;
	}
}
/* General steps styling */
.gform_wrapper.gravity-theme .gf_step_number {
	border: none !important;
	height: 18px !important;
	width: 18px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b0b0b0 !important;
	color: #b0b0b0 !important;
	font-size: 0px !important;
}
/* Active step styling */
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: #ffffff !important;
	color: #ffffff !important;
}
.gform_page.page-3 .gform_page_footer .gform_previous_button {
	margin: 0 auto !important;
	border: none !important;
	color: #b0b0b0 !important;
}
.gform_page.page-3 .gform_page_footer .gform_previous_button:hover {
	background: none !important;
	color: #ffffff !important;
}
/******--------****--------******\
 * Fancyapps - Carousel
\******---------**---------******/
f-carousel__slide.no-bg {
	background: none;
}
.f-carousel {
	margin-top: 10px;
}
.f-carousel__nav {
	display: none;
}
.f-carousel__dots {
	position: relative !important;
	bottom: 0 !important;
	padding-top: 10px !important;
}
.f-carousel__dots button[aria-selected="true"] {
	color: #0293cf;
}
.f-carousel__slide {
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	--f-carousel-spacing: 20px;
	--f-carousel-slide-width: calc((100% - 40px) / 3);
}
@media (max-width: 992px) {
	.f-carousel__slide {
		--f-carousel-spacing: 20px;
		--f-carousel-slide-width: calc((100% - 40px) / 2);
	}
}
@media (max-width: 768px) {
	.f-carousel__slide {
		--f-carousel-spacing: 0px;
		--f-carousel-slide-width: calc((100% - 0px) / 1);
	}
}
.f-carousel {
	--f-button-width: 38px;
	--f-button-height: 38px;
	--f-button-svg-width: 16px;
	--f-button-svg-height: 16px;
	--f-button-svg-stroke-width: 2.5;
	--f-button-color: #475569;
	--f-button-border-radius: 50%;
	--f-button-shadow:
		0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgb(0 0 0 / 30%);
	--f-button-bg: #fff;
	--f-button-hover-bg: #f9f9f9;
	--f-button-active-bg: #f0f0f0;
}
/* Smoelenboek */
.grid {
	display: grid;
	margin-top: 75px;
}
@media (max-width: 768px) {
	.grid {
		margin-top: 30px;
	}
}
.grid.news-articles {
	margin-top: 35px;
}
.grid.grid-col {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 80px;
}
@media (max-width: 1200px) {
	.grid.grid-col {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 80px;
	}
}
@media (max-width: 992px) {
	.grid.grid-col {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 80px;
	}
}
@media (max-width: 768px) {
	.grid.grid-col {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
}
@media (max-width: 375px) {
	.grid.grid-col {
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
}
.grid.grid-col-3 {
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
@media (max-width: 1200px) {
	.grid.grid-col-3 {
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
@media (max-width: 992px) {
	.grid.grid-col-3 {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
@media (max-width: 768px) {
	.grid.grid-col-3 {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
@media (max-width: 375px) {
	.grid.grid-col-3 {
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
.text-olive {
	color: #64604f !important;
}
.profile-page ul {
	margin-bottom: 1.5rem;
}
.profile-page--card {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.profile-page--card--avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 100px;
	min-height: 100px;
	min-width: 100px;
	max-height: 100px;
	max-width: 100px;
	background: #64604f;
	border-radius: 100%;
	margin: 0 20px 30px 20px;
}
.profile-page--card--avatar svg {
	height: 60px;
	width: 60px;
	fill: #e0dcc9;
}
@media (max-width: 768px) {
	.profile-page--card--avatar {
		max-height: 60px;
		max-width: 60px;
		height: 60px;
		width: 60px;
		min-height: 60px;
		min-width: 60px;
		margin: 0 20px 20px 20px;
	}
}
.profile-page--card--image {
	display: flex;
	height: 100px;
	width: 100px;
	min-height: 100px;
	max-height: 100px;
	max-width: 100px;
	border-radius: 100%;
	margin: 0 20px 30px 20px;
}
@media (max-width: 768px) {
	.profile-page--card--image {
		max-height: 60px;
		max-width: 60px;
		height: 60px;
		width: 60px;
		min-height: 60px;
		min-width: 60px;
		margin: 0 20px 20px 20px;
	}
}
.profile-page--card--body {
	background: #ffffff;
	padding: 20px;
	border-radius: 8px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-flow: wrap;
}
@media (max-width: 768px) {
	.profile-page--card--body {
		padding: 15px;
		font-size: 14px;
		line-height: 22px;
	}
}
.profile-page--card--body ul li {
	list-style: disc;
	margin-left: 30px;
}
.profile-page--card--body ol li {
	list-style: disc;
	margin-left: 30px;
}
.profile-page--card--body h2 {
	font-size: 22px;
	width: 100%;
}
@media (max-width: 768px) {
	.profile-page--card--body h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 12px;
	}
}
.profile-page--card--body--top {
	display: flex;
	align-items: center;
	background: #dedede;
	margin: -30px -30px 20px -30px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 20px 30px;
}
@media (max-width: 768px) {
	.profile-page--card--body--top {
		margin: -15px -15px 15px -15px;
		padding: 15px;
	}
}
.profile-page--card--body--top h2 {
	margin: 0;
}
@media (max-width: 768px) {
	.profile-page--card--body--top h2 {
		font-size: 18px;
	}
}
.profile-page--card--body--top--avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	width: 100px;
	min-height: 100px;
	min-width: 100px;
	max-height: 100px;
	max-width: 100px;
	background: #64604f;
	border-radius: 100%;
	margin-right: 20px;
}
@media (max-width: 768px) {
	.profile-page--card--body--top--avatar {
		height: 60px;
		width: 60px;
		min-height: 60px;
		min-width: 60px;
		margin-right: 10px;
	}
}
.profile-page--card--body--top--avatar svg {
	height: 60px;
	width: 60px;
	fill: #e0dcc9;
}
@media (max-width: 768px) {
	.profile-page--card--body--top--avatar svg {
		height: 30px;
		width: 30px;
	}
}
.profile-page--card--body--top--image {
	display: flex;
	height: 100px;
	width: 100px;
	min-height: 100px;
	min-width: 100px;
	max-width: 100px;
	max-height: 100px;
	border-radius: 100%;
	margin-right: 20px;
}
@media (max-width: 768px) {
	.profile-page--card--body--top--image {
		height: 60px;
		width: 60px;
		min-width: 60px;
		min-height: 60px;
		max-height: 60px;
		max-width: 60px;
		margin-right: 10px;
	}
}
.profile-page--card--body--read-more {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	padding: 0px 35px;
	height: 48px;
	background-color: #f47a5c;
	color: #ffffff;
	border-radius: 150px;
	font-weight: 400;
	font-size: 18px;
	width: 100%;
	transition: background-color 0.25s ease;
}
@media (max-width: 768px) {
	.profile-page--card--body--read-more {
		padding: 0px 15px;
	}
}
.profile-page--card--body--read-more:hover {
	background-color: #ea5b37;
}
.profile-page--card--body--since {
	font-weight: 700;
	color: #343434;
	margin: 0;
	width: 100%;
}
.profile-page--card--body p {
	width: 100%;
}
.profile-page--card--body--hobby {
	font-weight: 700;
	color: #343434;
	margin: 0;
}
.profile-page--card--body .first-name {
	font-size: 28px;
}
.members-count {
	background: #d1cdbd;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 700;
	margin: 0 auto;
}
.inhoud {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	position: fixed;
	top: 10vh;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 600px;
	background: #ffffff;
	border-radius: 8px;
	padding: 30px;
	transition: 0.25s ease;
	z-index: 100;
	height: calc(100vh - 20vh);
	overflow: scroll;
}
.inhoud.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
@media (max-width: 1400px) {
	.inhoud {
		top: 20vh;
		height: calc(100vh - 30vh);
	}
}
@media (max-width: 992px) {
	.inhoud {
		width: calc(100% - 40px);
	}
}
@media (max-width: 768px) {
	.inhoud {
		padding: 15px;
	}
}
.black-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	transition: 0.2s ease;
	pointer-events: none;
}
.black-overlay.active {
	visibility: visible;
	opacity: 1;
}
.news {
	padding: 80px 0 80px 0;
}
.news h2 {
	text-align: center;
	color: #000000;
}
.news--article img {
	transition: filter 0.3s ease;
	max-height: 300px;
	min-height: 300px;
}
@media (max-width: 992px) {
	.news--article img {
		max-height: 240px;
		min-height: 240px;
	}
}
@media (max-width: 768px) {
	.news--article img {
		max-height: 160px;
		min-height: 160px;
	}
}
.news--article:hover {
	transform: translateY(-6px);
}
.news--article:hover img {
	filter: brightness(1.1);
}
.news--article--inner {
	display: flex;
	flex-flow: column;
	background: #f1f1f1;
	height: 100%;
}
.news--article--inner--bottom {
	padding: 10px 20px 20px 20px;
}
.news--article--inner--bottom h2 {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	text-align: left;
}
@media (max-width: 768px) {
	.news--article--inner--bottom h2 {
		font-size: 16px;
		line-height: 24px;
	}
}
.news--article--inner--bottom--date {
	margin: 0;
	font-size: 16px;
	color: #606060;
}
@media (max-width: 768px) {
	.news--article--inner--bottom--date {
		font-size: 12px;
		line-height: 24px;
	}
}
