

@font-face {
	font-family: 'Aeonik';
	src: url("../../cdn/fonts/Aeonik-RegularItalic.woff2") format("woff2"), url("../../cdn/fonts/Aeonik-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: block;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa; 
}
.image-overlay{
  position: relative;
}
.inside {
  position:relative;
}
.image-overlay:after {
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.5);
}
@font-face {
	font-family: 'Aeonik';
	src: url("../../cdn/fonts/Aeonik-Regular.woff2") format("woff2"), url("../../cdn/fonts/Aeonik-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Aeonik';
	src: url("../../cdn/fonts/Aeonik-Regular.woff2") format("woff2"), url("../../cdn/fonts/Aeonik-Regular.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: block;
}

html, body {
	font-family: 'Aeonik' !important;
	height: 100%;
	width: 100%;
}
.wrapper {
  overflow-x:hidden!important;
}
/* .wrapper {
  background: var(--background-wrapper);
  overflow:hidden;
} */
.flex-1 {
	flex: 1;
}

.lara {
	letter-spacing: 0.1px;
}

a {
	color: var(--color-link);
	text-decoration: none;
}

a:hover   {
	color: var(--color-link-hover);
  text-decoration:none;
}
.link-white {
  color:white;
}
.link-white:hover {
  color:white;
}

.bumper {
	padding: 1rem;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: 0 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input[type="submit"],
input[type="button"],
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input[type="submit"],
input[type="button"],
input {
	line-height: normal;
}

button,
input[type="submit"],
input[type="button"],
select {
	text-transform: none;
}

button,
input[type="submit"],
input[type="button"],
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled][type="submit"],
input[disabled][type="button"],
html input[disabled] {
	cursor: default;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.grid {
	display: -ms-grid;
	display: grid;
	margin: 0 auto;
	max-width: initial;
	width: 100%;

}

@media screen and (min-width: 960px) {
	.grid {

	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

.row {
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.row.reverse,
.reverse.gform_fields,
#nav ul.reverse,
#programme .time-slot .sessions .reverse.session,
#locatie #location-text .reverse.podcast,
#deelnemer-carousel .reverse.person,
.reverse#route-praktisch,
#footer .row .reverse.abp-apg {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.row.center,
.center.gform_fields,
#nav ul.center,
#programme .time-slot .sessions .center.session,
#locatie #location-text .center.podcast,
#deelnemer-carousel .center.person,
.center#route-praktisch,
#footer .row .center.abp-apg {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.col.reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.col-xs {
	-webkit-box-flex: 1;
	flex-basis: 0;
	flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	max-width: 100%;
}

.col-xs-1 {
	flex-basis: 8.33333%;
	-ms-flex-preferred-size: 8.33333%;
	max-width: 8.33333%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-2 {
	flex-basis: 16.66667%;
	-ms-flex-preferred-size: 16.66667%;
	max-width: 16.66667%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-3 {
	flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	max-width: 25%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-4 {
	flex-basis: 33.33333%;
	-ms-flex-preferred-size: 33.33333%;
	max-width: 33.33333%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-5 {
	flex-basis: 41.66667%;
	-ms-flex-preferred-size: 41.66667%;
	max-width: 41.66667%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-6 {
	flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	max-width: 50%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-7 {
	flex-basis: 58.33333%;
	-ms-flex-preferred-size: 58.33333%;
	max-width: 58.33333%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-8 {
	flex-basis: 66.66667%;
	-ms-flex-preferred-size: 66.66667%;
	max-width: 66.66667%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-9 {
	flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
	max-width: 75%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-10 {
	flex-basis: 83.33333%;
	-ms-flex-preferred-size: 83.33333%;
	max-width: 83.33333%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-11 {
	flex-basis: 91.66667%;
	-ms-flex-preferred-size: 91.66667%;
	max-width: 91.66667%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-12 {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.middle-xs {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.bottom-xs {
	align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.first-xs {
	-webkit-box-ordinal-group: -9998;
	-ms-flex-order: -9999;
	order: -9999;
}

.last-xs {
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

@media screen and (min-width: 640px) {
	.col-sm {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-1 {
		flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		max-width: 8.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-2 {
		flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		max-width: 16.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-4 {
		flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		max-width: 33.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-5 {
		flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		max-width: 41.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-7 {
		flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		max-width: 58.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-8 {
		flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		max-width: 66.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-10 {
		flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		max-width: 83.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-11 {
		flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		max-width: 91.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}

	.middle-sm {
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.bottom-sm {
		align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-sm {
		-webkit-box-ordinal-group: -9998;
		-ms-flex-order: -9999;
		order: -9999;
	}

	.last-sm {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999;
	}

	.container {
		width: 640px;
	}
}

@media screen and (min-width: 960px) {
	.col-md {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-1 {
		flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		max-width: 8.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-2 {
		flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		max-width: 16.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-4 {
		flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		max-width: 33.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-5 {
		flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		max-width: 41.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-7 {
		flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		max-width: 58.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-8 {
		flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		max-width: 66.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-10 {
		flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		max-width: 83.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-11 {
		flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		max-width: 91.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}

	.middle-md {
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.bottom-md {
		align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-md {
		-webkit-box-ordinal-group: -9998;
		-ms-flex-order: -9999;
		order: -9999;
	}

	.last-md {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999;
	}

	.container {
		width: 960px;
	}
}

@media screen and (min-width: 1024px) {
	.col-lg {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-1 {
		flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		max-width: 8.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-2 {
		flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		max-width: 16.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-4 {
		flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		max-width: 33.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-5 {
		flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		max-width: 41.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-7 {
		flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		max-width: 58.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-8 {
		flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		max-width: 66.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-10 {
		flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		max-width: 83.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-11 {
		flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		max-width: 91.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}

	.middle-lg {
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.bottom-lg {
		align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-lg {
		-webkit-box-ordinal-group: -9998;
		-ms-flex-order: -9999;
		order: -9999;
	}

	.last-lg {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999;
	}

	.container {
		width: 1024px;
	}
}

@media screen and (min-width: 1140px) {
	.col-xl {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}
	.col-xl-offset-0 {
		margin-left: 0%;
	}

	.col-xl-1 {
		flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		max-width: 8.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}

	.col-xl-2 {
		flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		max-width: 16.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}

	.col-xl-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-3 {
		margin-left: 25%;
	}

	.col-xl-4 {
		flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		max-width: 33.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-4 {
		margin-left: 33.33333%;
	}

	.col-xl-5 {
		flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		max-width: 41.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}

	.col-xl-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-6 {
		margin-left: 50%;
	}

	.col-xl-7 {
		flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		max-width: 58.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-7 {
		margin-left: 58.33333%;
	}

	.col-xl-8 {
		flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		max-width: 66.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}

	.col-xl-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-9 {
		margin-left: 75%;
	}

	.col-xl-10 {
		flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		max-width: 83.33333%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-10 {
		margin-left: 83.33333%;
	}

	.col-xl-11 {
		flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		max-width: 91.66667%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}

	.col-xl-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.col-xl-offset-12 {
		margin-left: 100%;
	}

	.start-xl {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}

	.center-xl {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.end-xl {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}

	.top-xl {
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}

	.middle-xl {
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.bottom-xl {
		align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}

	.around-xl {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.between-xl {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.first-xl {
		-webkit-box-ordinal-group: -9998;
		-ms-flex-order: -9999;
		order: -9999;
	}

	.last-xl {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999;
	}

	.container {
		width: 1140px;
	}
}


button,
.gform_footer input[type="button"],
.gform_footer button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	color: #000000;
	line-height: 1;
	padding: 0 2.8rem 0 0;
	position: relative;

	-o-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

button:after,
.gform_footer input[type="button"]:after,
.gform_footer button:after,
.button:after {
	content: '→';
	display: inline;
	margin-left: .6rem;
	-o-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

button:hover:after,
.gform_footer input[type="button"]:hover:after,
.button:hover:after {
	margin-left: 1.2rem;
}

button.white, .gform_footer input.white[type="submit"],
.gform_footer input.white[type="button"],
.button.white {
	color: #ffffff;
}

button.large, .gform_footer input.large[type="submit"],
.gform_footer input.large[type="button"],
.button.large {
	padding: 0 4rem 0 0;
	width: 4.8rem;
}

button.large, .gform_footer input.large[type="submit"],
.gform_footer input.large[type="button"],
.button.large {
	font-size: 32px;
}

@media screen and (min-width: 320px) {
	button.large, .gform_footer input.large[type="submit"],
	.gform_footer input.large[type="button"],
	.button.large {
		font-size: calc(32px + 16 * ((100vw - 320px) / 1600));
	}
}

@media screen and (min-width: 1920px) {
	button.large, .gform_footer input.large[type="submit"],
	.gform_footer input.large[type="button"],
	.button.large {
		font-size: 48px;
	}
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
input[type="number"],
textarea,
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #eeeeee;
	background-clip: padding-box !important;
	border-color: transparent;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border-width: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	/* stops bg color from leaking outside the border: */
	font-family: "Aeonik";
	font-size: 1.6rem;
	line-height: 3.2rem;
	padding: 1.2rem;
	width: 100%;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #000000;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline-style: none;
}

textarea {
	height: 14.4rem;
}

.ginput_container_select {
	position: relative;
}

.ginput_container_select:after {
	background: transparent url("../html/black.html") 50% 50% no-repeat;
	background-size: .8rem;
	content: '';
	display: block;
	height: 3.2rem;
	position: absolute;
	right: 1.2rem;
	top: 50%;
	-ms-transform: translate(0%, -50%) rotate(90deg);
	-webkit-transform: translate(0%, -50%) rotate(90deg);
	transform: translate(0%, -50%) rotate(90deg);
	width: 3.2rem;
	z-index: -1;
}

.ginput_container_select select {
	cursor: pointer;
	width: 100%;
}

.gform_fields {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 24px;) [ 12 ];
	-ms-grid-columns: (1fr
	grid-row-gap: 16px;
	grid-template-columns: repeat(12, 1fr);
}

.gform_fields .gfield {
	grid-column: 1/-1;
	margin-bottom: 3.2rem;
	margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
	.gform_fields .gfield.gfield--width-half {
		grid-column: span 6;
		-ms-grid-column-span: 6;
	}
}

@media screen and (min-width: 960px) {
	.gform_fields .gfield.gfield--width-third {
		grid-column: span 4;
		-ms-grid-column-span: 4;
	}
}

.gform_fields .gfield label.gfield_label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: .6rem;
}

.gform_fields .gfield label.gfield_label .gfield_required {
	margin-left: .2rem;
}

.gform_fields .gfield label.gfield_label .gfield_required .gfield_required_text {
	display: none;
}

.gform_fields .gfield .gfield_description {
	clear: both;
	font-size: 1.4rem;
	margin-top: .6rem;
}

.gform_fields fieldset {
	border: 0;
	padding: 0;
}

.gform_fields fieldset legend.gfield_label {
	font-weight: 700;
	margin-bottom: .6rem;
}

.gform_fields fieldset label {
	margin-left: .6rem;
}

.gform_footer {
	display: inline-block;
	margin: 2.4rem 0 0 0;
	position: relative;
}

.gform_footer:hover:after {
	right: 2rem;
}

.gform_footer:after {
	background: transparent url("../html/right.html") 50% 50% no-repeat;
	background-size: cover;
	content: '';
	display: block;
	height: 2.4rem;
	position: absolute;
	right: 2.4rem;
	top: 1.2rem;
	-o-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 2.4rem;
}

h2.gform_submission_error {
	margin: 0 0 48px 0;
}

.gfield_validation_message {
	color: #000000;
}

.gform_validation_container {
	display: none;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000000;
	font-weight: 400;
	opacity: 0.5;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
	font-weight: 400;
	opacity: 0.5;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #000000;
	font-weight: 400;
	opacity: 0.5;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
	font-weight: 400;
	opacity: 0.5;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:css] [39.1039] DESIGN*/
/*******************************************************************/
/* 0.4 D>D */
/* db 162 */