<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Author Company: FTRTCH
	Main Author: Jesper Vink
*/

html {
	height: 100%;
	line-height: 1.15;
  	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.d-flex {
  display:flex;
}
.h-100{
  height:100%;
}
body {
	height: 100%;
	margin: 0;
}

main {
	display: block;
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;

}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

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

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

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

}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.bold {
	font-weight: 700;
}

[hidden], template {
	display: none;
}


body {
	margin: 0;
}

a {
	background: 0 0;
}

a:focus {
	outline: thin dotted;
}

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

h1, #future .year-row {
	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;
}

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, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, input {
	line-height: normal;
}

button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, select {
	text-transform: none;
}

button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], .gform_footer input[disabled][type="submit"], .gform_footer 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, .gform_footer input[type="submit"]::-moz-focus-inner, .gform_footer input[type="button"]::-moz-focus-inner, .gform_footer 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;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}
.row-reverse-responsive {
  display:flex;
  flex-direction:row!important;
}
@media screen and (min-width:960px) {
  .row-reverse-responsive {
    flex-direction:row-reverse!important;
  }
}

.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: -15px;
	margin-right: -15px;
}

.row.reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.row.center {
	-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-offset-0 {
	margin-left:0;
}

.col-xs-1 {
	flex-basis: 8.33333%;
	-ms-flex-preferred-size: 8.33333%;
	max-width: 8.33333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-2 {
	flex-basis: 16.66667%;
	-ms-flex-preferred-size: 16.66667%;
	max-width: 16.66667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-3 {
	flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.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: 15px;
	padding-right: 15px;
}

.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: 15px;
	padding-right: 15px;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-6 {
	flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.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: 15px;
	padding-right: 15px;
}

.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: 15px;
	padding-right: 15px;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-9 {
	flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
	max-width: 75%;
	padding-left: 15px;
	padding-right: 15px;
}

.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: 15px;
	padding-right: 15px;
}

.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: 15px;
	padding-right: 15px;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-12 {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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-1 {
		flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		max-width: 8.33333%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-md-offset-0 {
		margin-left:0;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}

	.col-xl-3 {
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		max-width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}

	.col-xl-6 {
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}

	.col-xl-9 {
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		max-width: 75%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.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: 15px;
		padding-right: 15px;
	}

	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}

	.col-xl-12 {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.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;
	}
}

::-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;
}

p {
	margin: 0 0 3.2rem 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}

p:last-child {
	margin: 0;
}

ul, ol {
	line-height: 3.2rem;
	margin: 0 0 3.2rem 0;
}

blockquote {
	background: #C5C6C7;
	margin: 3.2rem 0;
	padding: 24px;
}

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

.clear {
	clear: both;
}

html {
	font-size: 62.5%;
}

html.no-scroll {
	overflow: hidden;
}

.wrapper {
	overflow: hidden;
}

@media screen and (min-width: 1140px) {
	.wrapper {
		padding-top: 4.8rem;
	}
}

.container {
	margin: 0 auto;
	max-width: 134.4rem;
	padding: 0 3.2rem;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 1140px) {
	.container {
		padding: 0 48px;
	}
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

*:focus {
	outline: 0 !important;
}
.flex-1 {
  flex:1;
}
.flex-0 {
  flex:0;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:ftrtch-css] [6.879] DESIGN*/
/*******************************************************************/
/* 0.1 P&gt;P */
/* db 116 */</pre></body></html>