<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("fontawesome-all.min.css");
@import url("font.css");

/*
	Directive by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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, 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, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	html, body {
		height: 100%;
	}

	body {
		background: #ffffff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #6e6e6e;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 400;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		color: #6e6e6e;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 600;
		color: #5b5b5b;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote, form {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #5b5b5b;
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
		text-align: left;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.75em;
		text-align: center;
	}

	h3 {
		font-size: 1.5em;
		text-align: center;
	}
	
	h4 {
		font-size: 1.2em;
	}	
	
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-top: solid 1px rgba(224, 224, 224, 0.75);
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em rgba(224, 224, 224, 0.75);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}
	
/* Float Button */

	.float{
		position:fixed;
		border-width:0px;
		top:2.0em;
		right:2.0em;
		text-align:center;
		
	}

	.my-float{
		margin-top:22px;
	}	

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 51em;
	}

		.container.medium {
			width: 38.25em;
		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 48em;
			}

				.container.medium {
					width: 36em;
				}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: 95%;
			}

				.container.medium {
					width: 71.25%;
				}

		}

		@media screen and (max-width: 840px) {

			.container {
				width: 95% !important;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 90% !important;
			}

		}

		@media screen and (max-width: 480px) {

			.container {
				width: 100% !important;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row &gt; * {
			box-sizing: border-box;
		}

		.row.gtr-uniform &gt; * &gt; :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row &gt; .imp {
			order: -1;
		}

		.row &gt; .col-1 {
			width: 8.33333%;
		}

		.row &gt; .off-1 {
			margin-left: 8.33333%;
		}

		.row &gt; .col-2 {
			width: 16.66667%;
		}

		.row &gt; .off-2 {
			margin-left: 16.66667%;
		}

		.row &gt; .col-3 {
			width: 25%;
		}

		.row &gt; .off-3 {
			margin-left: 25%;
		}

		.row &gt; .col-4 {
			width: 33.33333%;
		}

		.row &gt; .off-4 {
			margin-left: 33.33333%;
		}

		.row &gt; .col-5 {
			width: 41.66667%;
		}

		.row &gt; .off-5 {
			margin-left: 41.66667%;
		}

		.row &gt; .col-6 {
			width: 50%;
		}

		.row &gt; .off-6 {
			margin-left: 50%;
		}

		.row &gt; .col-7 {
			width: 58.33333%;
		}

		.row &gt; .off-7 {
			margin-left: 58.33333%;
		}

		.row &gt; .col-8 {
			width: 66.66667%;
		}

		.row &gt; .off-8 {
			margin-left: 66.66667%;
		}

		.row &gt; .col-9 {
			width: 75%;
		}

		.row &gt; .off-9 {
			margin-left: 75%;
		}

		.row &gt; .col-10 {
			width: 83.33333%;
		}

		.row &gt; .off-10 {
			margin-left: 83.33333%;
		}

		.row &gt; .col-11 {
			width: 91.66667%;
		}

		.row &gt; .off-11 {
			margin-left: 91.66667%;
		}

		.row &gt; .col-12 {
			width: 100%;
		}

		.row &gt; .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 &gt; * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform &gt; * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -7.5px;
			margin-left: -7.5px;
		}

			.row.gtr-25 &gt; * {
				padding: 7.5px 0 0 7.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -7.5px;
			}

				.row.gtr-25.gtr-uniform &gt; * {
					padding-top: 7.5px;
				}

		.row.gtr-50 {
			margin-top: -15px;
			margin-left: -15px;
		}

			.row.gtr-50 &gt; * {
				padding: 15px 0 0 15px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -15px;
			}

				.row.gtr-50.gtr-uniform &gt; * {
					padding-top: 15px;
				}

		.row {
			margin-top: -30px;
			margin-left: -30px;
		}

			.row &gt; * {
				padding: 30px 0 0 30px;
			}

			.row.gtr-uniform {
				margin-top: -30px;
			}

				.row.gtr-uniform &gt; * {
					padding-top: 30px;
				}

		.row.gtr-150 {
			margin-top: -45px;
			margin-left: -45px;
		}

			.row.gtr-150 &gt; * {
				padding: 45px 0 0 45px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -45px;
			}

				.row.gtr-150.gtr-uniform &gt; * {
					padding-top: 45px;
				}

		.row.gtr-200 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-200 &gt; * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-200.gtr-uniform &gt; * {
					padding-top: 60px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-wide {
					order: -1;
				}

				.row &gt; .col-1-wide {
					width: 8.33333%;
				}

				.row &gt; .off-1-wide {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-wide {
					width: 16.66667%;
				}

				.row &gt; .off-2-wide {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-wide {
					width: 25%;
				}

				.row &gt; .off-3-wide {
					margin-left: 25%;
				}

				.row &gt; .col-4-wide {
					width: 33.33333%;
				}

				.row &gt; .off-4-wide {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-wide {
					width: 41.66667%;
				}

				.row &gt; .off-5-wide {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-wide {
					width: 50%;
				}

				.row &gt; .off-6-wide {
					margin-left: 50%;
				}

				.row &gt; .col-7-wide {
					width: 58.33333%;
				}

				.row &gt; .off-7-wide {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-wide {
					width: 66.66667%;
				}

				.row &gt; .off-8-wide {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-wide {
					width: 75%;
				}

				.row &gt; .off-9-wide {
					margin-left: 75%;
				}

				.row &gt; .col-10-wide {
					width: 83.33333%;
				}

				.row &gt; .off-10-wide {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-wide {
					width: 91.66667%;
				}

				.row &gt; .off-11-wide {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-wide {
					width: 100%;
				}

				.row &gt; .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 &gt; * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row &gt; * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 &gt; * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 &gt; * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-normal {
					order: -1;
				}

				.row &gt; .col-1-normal {
					width: 8.33333%;
				}

				.row &gt; .off-1-normal {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-normal {
					width: 16.66667%;
				}

				.row &gt; .off-2-normal {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-normal {
					width: 25%;
				}

				.row &gt; .off-3-normal {
					margin-left: 25%;
				}

				.row &gt; .col-4-normal {
					width: 33.33333%;
				}

				.row &gt; .off-4-normal {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-normal {
					width: 41.66667%;
				}

				.row &gt; .off-5-normal {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-normal {
					width: 50%;
				}

				.row &gt; .off-6-normal {
					margin-left: 50%;
				}

				.row &gt; .col-7-normal {
					width: 58.33333%;
				}

				.row &gt; .off-7-normal {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-normal {
					width: 66.66667%;
				}

				.row &gt; .off-8-normal {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-normal {
					width: 75%;
				}

				.row &gt; .off-9-normal {
					margin-left: 75%;
				}

				.row &gt; .col-10-normal {
					width: 83.33333%;
				}

				.row &gt; .off-10-normal {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-normal {
					width: 91.66667%;
				}

				.row &gt; .off-11-normal {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-normal {
					width: 100%;
				}

				.row &gt; .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 &gt; * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row &gt; * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 &gt; * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 &gt; * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-narrow {
					order: -1;
				}

				.row &gt; .col-1-narrow {
					width: 8.33333%;
				}

				.row &gt; .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-narrow {
					width: 16.66667%;
				}

				.row &gt; .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-narrow {
					width: 25%;
				}

				.row &gt; .off-3-narrow {
					margin-left: 25%;
				}

				.row &gt; .col-4-narrow {
					width: 33.33333%;
				}

				.row &gt; .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-narrow {
					width: 41.66667%;
				}

				.row &gt; .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-narrow {
					width: 50%;
				}

				.row &gt; .off-6-narrow {
					margin-left: 50%;
				}

				.row &gt; .col-7-narrow {
					width: 58.33333%;
				}

				.row &gt; .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-narrow {
					width: 66.66667%;
				}

				.row &gt; .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-narrow {
					width: 75%;
				}

				.row &gt; .off-9-narrow {
					margin-left: 75%;
				}

				.row &gt; .col-10-narrow {
					width: 83.33333%;
				}

				.row &gt; .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-narrow {
					width: 91.66667%;
				}

				.row &gt; .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-narrow {
					width: 100%;
				}

				.row &gt; .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 &gt; * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 &gt; * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row &gt; * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 &gt; * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 &gt; * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 60px;
						}

		}

		@media screen and (max-width: 840px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-narrower {
					order: -1;
				}

				.row &gt; .col-1-narrower {
					width: 8.33333%;
				}

				.row &gt; .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-narrower {
					width: 16.66667%;
				}

				.row &gt; .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-narrower {
					width: 25%;
				}

				.row &gt; .off-3-narrower {
					margin-left: 25%;
				}

				.row &gt; .col-4-narrower {
					width: 33.33333%;
				}

				.row &gt; .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-narrower {
					width: 41.66667%;
				}

				.row &gt; .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-narrower {
					width: 50%;
				}

				.row &gt; .off-6-narrower {
					margin-left: 50%;
				}

				.row &gt; .col-7-narrower {
					width: 58.33333%;
				}

				.row &gt; .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-narrower {
					width: 66.66667%;
				}

				.row &gt; .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-narrower {
					width: 75%;
				}

				.row &gt; .off-9-narrower {
					margin-left: 75%;
				}

				.row &gt; .col-10-narrower {
					width: 83.33333%;
				}

				.row &gt; .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-narrower {
					width: 91.66667%;
				}

				.row &gt; .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-narrower {
					width: 100%;
				}

				.row &gt; .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 &gt; * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 &gt; * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row &gt; * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 &gt; * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 &gt; * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-mobile {
					order: -1;
				}

				.row &gt; .col-1-mobile {
					width: 8.33333%;
				}

				.row &gt; .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-mobile {
					width: 16.66667%;
				}

				.row &gt; .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-mobile {
					width: 25%;
				}

				.row &gt; .off-3-mobile {
					margin-left: 25%;
				}

				.row &gt; .col-4-mobile {
					width: 33.33333%;
				}

				.row &gt; .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-mobile {
					width: 41.66667%;
				}

				.row &gt; .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-mobile {
					width: 50%;
				}

				.row &gt; .off-6-mobile {
					margin-left: 50%;
				}

				.row &gt; .col-7-mobile {
					width: 58.33333%;
				}

				.row &gt; .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-mobile {
					width: 66.66667%;
				}

				.row &gt; .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-mobile {
					width: 75%;
				}

				.row &gt; .off-9-mobile {
					margin-left: 75%;
				}

				.row &gt; .col-10-mobile {
					width: 83.33333%;
				}

				.row &gt; .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-mobile {
					width: 91.66667%;
				}

				.row &gt; .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-mobile {
					width: 100%;
				}

				.row &gt; .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -57.5px;
					margin-left: -5px;
				}

					.row.gtr-25 &gt; * {
						padding: 57.5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -115px;
					margin-left: -10px;
				}

					.row.gtr-50 &gt; * {
						padding: 115px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 10px;
						}

				.row {
					margin-top: -230px;
					margin-left: -20px;
				}

					.row &gt; * {
						padding: 230px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -345px;
					margin-left: -30px;
				}

					.row.gtr-150 &gt; * {
						padding: 345px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -460px;
					margin-left: -40px;
				}

					.row.gtr-200 &gt; * {
						padding: 460px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row &gt; * {
					box-sizing: border-box;
				}

				.row.gtr-uniform &gt; * &gt; :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row &gt; .imp-mobilep {
					order: -1;
				}

				.row &gt; .col-1-mobilep {
					width: 8.33333%;
				}

				.row &gt; .off-1-mobilep {
					margin-left: 8.33333%;
				}

				.row &gt; .col-2-mobilep {
					width: 16.66667%;
				}

				.row &gt; .off-2-mobilep {
					margin-left: 16.66667%;
				}

				.row &gt; .col-3-mobilep {
					width: 25%;
				}

				.row &gt; .off-3-mobilep {
					margin-left: 25%;
				}

				.row &gt; .col-4-mobilep {
					width: 33.33333%;
				}

				.row &gt; .off-4-mobilep {
					margin-left: 33.33333%;
				}

				.row &gt; .col-5-mobilep {
					width: 41.66667%;
				}

				.row &gt; .off-5-mobilep {
					margin-left: 41.66667%;
				}

				.row &gt; .col-6-mobilep {
					width: 50%;
				}

				.row &gt; .off-6-mobilep {
					margin-left: 50%;
				}

				.row &gt; .col-7-mobilep {
					width: 58.33333%;
				}

				.row &gt; .off-7-mobilep {
					margin-left: 58.33333%;
				}

				.row &gt; .col-8-mobilep {
					width: 66.66667%;
				}

				.row &gt; .off-8-mobilep {
					margin-left: 66.66667%;
				}

				.row &gt; .col-9-mobilep {
					width: 75%;
				}

				.row &gt; .off-9-mobilep {
					margin-left: 75%;
				}

				.row &gt; .col-10-mobilep {
					width: 83.33333%;
				}

				.row &gt; .off-10-mobilep {
					margin-left: 83.33333%;
				}

				.row &gt; .col-11-mobilep {
					width: 91.66667%;
				}

				.row &gt; .off-11-mobilep {
					margin-left: 91.66667%;
				}

				.row &gt; .col-12-mobilep {
					width: 100%;
				}

				.row &gt; .off-12-mobilep {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 &gt; * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform &gt; * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 &gt; * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform &gt; * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 &gt; * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform &gt; * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row &gt; * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform &gt; * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 &gt; * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform &gt; * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 &gt; * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform &gt; * {
							padding-top: 40px;
						}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header {
		text-align: center;
	}

		header p {
			position: relative;
			top: -1em;
			color: #808080;
			text-transform: uppercase;
			letter-spacing: 0.075em;
		}

		header.major {
			border-bottom-width: 1px;
			border-color: rgba(224, 224, 224, 0.75);
			border-style: solid;
			border-top-width: 1px;
			margin-bottom: 6em;
			padding: 4em 0;
			position: relative;
		}

			header.major:before, header.major:after {
				background: rgba(224, 224, 224, 0.75);
				content: '';
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				width: 100%;
			}

			header.major:before {
				top: 10px;
			}

			header.major:after {
				bottom: 10px;
			}

			header.major h2 {
				margin: 0;
			}

			header.major p {
				top: 0;
				margin: 1.5em 0 0 0;
				padding: 1.5em 1.5em 0 1.5em;
				font-size: 1.5em;
				line-height: 1.75em;
				border-top: solid 1px rgba(224, 224, 224, 0.75);
				display: inline-block;
			}

			header.major.last {
				border-bottom: 0;
				margin-bottom: 0;
				padding-bottom: 0;
			}

				header.major.last:after {
					display: none;
				}

				header.major.last h2 {
					margin-bottom: 1em;
				}

	footer {
		text-align: center;
	}

		footer.major {
			border-bottom-width: 1px;
			border-color: rgba(224, 224, 224, 0.75);
			border-style: solid;
			border-top-width: 1px;
			margin-top: 6em;
			padding: 4em 0;
			position: relative;
		}

			footer.major:before, footer.major:after {
				background: rgba(224, 224, 224, 0.75);
				content: '';
				display: block;
				height: 1px;
				left: 0;
				position: absolute;
				width: 100%;
			}

			footer.major:before {
				top: 10px;
			}

			footer.major:after {
				bottom: 10px;
			}
			


/* Form */

	label {
		display: block;
		color: #5b5b5b;
		font-size: 0.8em;
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 1.75em;
		text-transform: uppercase;
		margin: 0 0 0.5em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background: none;
		border-radius: 4px;
		border: 0;
		border: solid 1px rgba(224, 224, 224, 0.75);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		opacity: 1;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			background: rgba(224, 224, 224, 0.15);
			border-color: #4eb980;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		line-height: 1em;
	}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(224, 224, 224, 0.75)' /%3E%3C/svg%3E");
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		padding-right: 1.5em;
		text-overflow: ellipsis;
	}

		select option {
			color: #5b5b5b;
			background: #ffffff;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	textarea {
		padding: 0.5em 0.75em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image:after {
			-moz-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			transition: opacity 0.25s ease-in-out;
			background-image: url("images/overlay.png");
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.2;
			position: absolute;
			top: 0;
			width: 100%;
		}

		.image img {
			display: block;
		}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.feature img {
				display: block;
				width: 100%;
			}

		.image.icon {
			-moz-perspective: 500px;
			-webkit-perspective: 500px;
			-ms-perspective: 500px;
			perspective: 500px;
		}

			.image.icon:before {
				-moz-transition: -moz-transform 0.1s ease-in-out, font-size 0.1s ease-in-out;
				-webkit-transition: -webkit-transform 0.1s ease-in-out, font-size 0.1s ease-in-out;
				-ms-transition: -ms-transform 0.1s ease-in-out, font-size 0.1s ease-in-out;
				transition: transform 0.1s ease-in-out, font-size 0.1s ease-in-out;
				color: #fff;
				font-size: 6em;
				height: 1em;
				left: 50%;
				line-height: 1em;
				margin: -0.5em 0 0 -0.5em;
				position: absolute;
				text-align: center;
				top: 50%;
				width: 1em;
				z-index: 1;
			}

			.image.icon:hover:before {
				-moz-transform: translateZ(1em);
				-webkit-transform: translateZ(1em);
				-ms-transform: translateZ(1em);
				transform: translateZ(1em);
			}

			.image.icon:hover:after {
				opacity: 1;
			}

	span.image.icon {
		cursor: default;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon &gt; .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* List */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.25em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li &gt; * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		@media screen and (max-width: 736px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li &gt; * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			font-size: 1.25em;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li a, ul.icons li span {
				-moz-transition: background-color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
				border-radius: 100%;
				border: solid 1px rgba(224, 224, 224, 0.75);
				display: inline-block;
				height: 2em;
				line-height: 2em;
				text-align: center;
				width: 2em;
			}

				ul.icons li a:hover, ul.icons li span:hover {
					background: rgba(224, 224, 224, 0.15);
				}

/* Table */

	.table-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(224, 224, 224, 0.75);
			}

				table.default tbody tr:nth-child(2n - 1) {
					background: rgba(224, 224, 224, 0.15);
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				color: #5b5b5b;
				font-size: 0.8em;
				font-weight: 700;
				letter-spacing: 0.125em;
				line-height: 1.75em;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
				text-transform: uppercase;
			}

			table.default thead {
				border-bottom: solid 1px rgba(224, 224, 224, 0.75);
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: #544d55;
		border-radius: 4px;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.9em;
		font-weight: 700;
		letter-spacing: 0.125em;
		line-height: 3.25em;
		min-width: 15em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background: #6e6570;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background: #474148;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background: none;
			box-shadow: inset 0 0 0 1px rgba(224, 224, 224, 0.75);
			color: #544d55;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background: rgba(224, 224, 224, 0.15);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background: rgba(224, 224, 224, 0.35);
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

/* Box */

	.box {
		background: #ffffff;
		border: solid 1px rgba(224, 224, 224, 0.75);
		margin-bottom: 6em;
		padding: 3.5em;
	}

		.box.alt {
			background: none;
			border: none;
			padding: 0;
		}
		
	.boxlast {
		text-align: left;
		background: #163D8A;
		border: solid 1px rgba(224, 224, 224, 0.75);
		margin-bottom: 6em;
		padding: 3.5em;
	}		

/* Feature */

	.feature {
		position: relative;
		height: 20em;
	}

		.feature:after {
			clear: both;
			content: '';
			display: block;
		}

		.feature h3, .feature h4, .feature h5, .feature h6 {
			text-align: inherit;
		}

		.feature .image {
			display: inline-block;
			height: 100%;
			overflow: hidden;
			position: relative;
			width: 50%;
		}

			.feature .image img {
				display: block;
				min-height: 100%;
				min-width: 100%;
				position: absolute;
			}

		.feature:before {
			background: blue;
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		.feature .content {
			display: inline-block;
			padding: 3.5em;
			vertical-align: middle;
			width: 48%;
		}

			.feature .content h3 {
				margin-bottom: 0.5em;
			}

			.feature .content :last-child {
				margin: 0;
			}

		.feature.left {
			text-align: left;
		}

			.feature.left .image {
				float: left;
			}

				.feature.left .image img {
					right: 0;
					top: 0;
				}

			.feature.left .content {
				padding-right: 0;
			}

		.feature.right {
			text-align: right;
		}

			.feature.right .image {
				float: right;
			}

				.feature.right .image img {
					left: 0;
					top: 0;
				}

			.feature.right .content {
				padding-left: 0;
			}

		.feature.long .content {
			padding-top: 0;
		}

/* Header */

	#header {
		background-attachment: scroll,							scroll,					fixed;
		background-image: url("images/top-3200.svg"), url("images/overlay.png"), url("../../images/header.jpg");
		background-position: bottom center,					top left,				center center;
		background-repeat: repeat-x,						repeat,					no-repeat;
		background-size: 3200px 460px,					auto,					cover;
		color: rgba(255, 255, 255, 0.8);
		padding: 10em 0 20em 0;
		position: relative;
		text-align: center;
	}

		#header:before, #header:after {
			background: rgba(224, 224, 224, 0.75);
			content: '';
			left: 50%;
			position: absolute;
			width: 0px;
			z-index: 0;
		}

		#header:before {
			height: calc(100% - 50px);
			opacity: 0.15;
			top: 0;
		}

		#header:after {
			bottom: 0;
			height: 50px;
		}

		#header a {
			border-bottom-color: rgba(255, 255, 255, 0.35);
			color: rgba(255, 255, 255, 0.8);
		}

			#header a:hover {
				border-bottom-color: transparent;
				color: #4eb980;
			}

		#header strong, #header b {
			color: #ffffff;
		}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
			color: #ffffff;
		}

		#header input[type="submit"],
		#header input[type="reset"],
		#header input[type="button"],
		#header .button {
			background: #ffffff;
			color: #544d55;
		}

		#header .logo {
			background: #4eb980;
			border-radius: 100%;
			color: #ffffff;
			cursor: default;
			display: inline-block;
			font-size: 2.25em;
			height: 2.35em;
			line-height: 2.35em;
			margin: 0 0 0.75em 0;
			text-align: center;
			width: 2.35em;
		}

			#header .logo.fa-paper-plane-o:before {
				left: -0.075em;
				position: relative;
			}

		#header h1 {
			font-size: 2.5em;
			margin: 0;
		}

		#header p {
			font-size: 1.5em;
			line-height: 1.5em;
			margin: 0.25em 0 0 0;
		}

/* Footer */

	#footer {
		background-attachment: scroll;
		background-color: #163D8A;
		background-image: url("images/bottom-3200.svg");
		background-position: top center;
		background-repeat: repeat-x;
		background-size: 3200px 460px;
		color: rgba(255, 255, 255, 0.8);
		/*
				Since the SVG background occupies a lot of vertical space, we'll
				add additional top padding (to move our content out of its way)
				and a negative margin (to move everything up a bit).
			*/

		margin-top: -260px;
		padding: calc(460px + 6em) 0 10em 0;
		position: relative;
		text-align: center;
	}

		#footer:before {
			background: rgba(224, 224, 224, 0.75);
			content: '';
			height: calc(460px + 6em);
			left: 50%;
			position: absolute;
			top: 0;
			width: 1px;
			z-index: 0;
		}

		#footer a {
			color: #ffffff;
		}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #ffffff;
		}
		
		#footer h5 {
			font-weight: 700;
			line-height: 1.5em;
			margin-bottom: 0;
			text-transform: uppercase;
			text-align: center;	
			font-size: 1.2em;			
		}
		
		
		#footer h6 {
			letter-spacing: 0.125em;
			font-weight: 500;
			line-height: 1.5em;
			margin-bottom: 1em;
			text-transform: uppercase;
			text-align: center;			
		}

		#footer header p {
			color: rgba(255, 255, 255, 0.5);
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer .button {
			background: #ffffff;
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #163D8A;
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer .button:hover {
				background: rgba(224, 224, 224, 0.15);
				color: #ffffff;
			}

		#footer input[type="text"]:focus,
		#footer input[type="password"]:focus,
		#footer input[type="email"]:focus,
		#footer select:focus,
		#footer textarea:focus {
			border-color: #ffffff;
		}

		#footer .formerize-placeholder {
			color: rgba(255, 255, 255, 0.3) !important;
		}

		#footer form {
			margin: 3em 0;
		}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			line-height: 1em;
			margin: 3em 0 0 0;
		}

			#footer .copyright li {
				border-left: dotted 1px;
				display: inline-block;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					padding: 0;
					margin: 0;
					border: 0;
				}

				#footer .copyright li a, #footer .copyright li span {
					color: inherit;
				}

					#footer .copyright li a:hover, #footer .copyright li span:hover {
						color: #ffffff;
					}

/* Main */

	#main {
		padding: 6em 0 5em 0;
		position: relative;
		z-index: 1;
	}

		#main:before {
			background: rgba(224, 224, 224, 0.75);
			content: '';
			height: 100%;
			left: 50%;
			position: absolute;
			top: 0;
			width: 1px;
			z-index: -1;
		}

		#main header.major,
		#main footer.major {
			background: #ffffff;
		}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 14pt;
			}

			h2 {
				font-size: 1.5em;
			}

			h3 {
				font-size: 1.25em;
			}

		/* Section/Article */

			header.major p {
				font-size: 1.25em;
			}

		/* Header */

			#header {
				padding: 8em 0 16em 0;
			}

				#header h1 {
					font-size: 2.25em;
				}

				#header p {
					font-size: 1.25em;
					line-height: 1.65em;
				}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
			}

			h2 {
				font-size: 1.35em;
			}

			h3 {
				font-size: 1.15em;
			}

		/* Section/Article */

			header.major {
				margin-bottom: 4em;
				padding: 3em 0;
			}

				header.major p {
					font-size: 1.15em;
				}

			footer.major {
				margin-top: 4em;
				padding: 3em 0;
			}

		/* Box */

			.box {
				padding: 2.5em;
				margin-bottom: 4em;
			}

		/* Feature */

			.feature {
				height: 18em;
			}

				.feature .content {
					padding: 2.5em;
				}

		/* Header */

			#header {
				background-attachment: scroll,							scroll,							scroll;
				background-image: url("images/top-1600.svg"), url("images/overlay.png"), url("../../images/header.jpg");
				background-size: 1600px 230px,					auto,							cover;
				padding: 6em 0 12em 0;
			}

				#header:before {
					height: calc(100% - 25px);
				}

				#header:after {
					height: 25px;
				}

				#header h1 {
					font-size: 2em;
				}

				#header p {
					font-size: 1.15em;
				}

		/* Footer */

			#footer {
				background-image: url("images/bottom-1600.svg");
				background-size: 1600px 230px;
				margin-top: -100px;
				padding: calc(230px + 4em) 0 6em 0;
			}

				#footer:before {
					height: calc(230px + 4em);
				}

		/* Main */

			#main {
				padding: 4em 0 3em 0;
			}

	}

/* Narrow */

	@media screen and (max-width: 980px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}

	}

/* Narrower */

	@media screen and (max-width: 840px) {

		/* Section/Article */

			header.major {
				padding-left: 2em;
				padding-right: 2em;
			}

			footer.major {
				padding-left: 2em;
				padding-right: 2em;
			}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			h2 {
				font-size: 1em;
			}

			h3 {
				font-size: 1em;
			}

		/* Section/Article */

			header p {
				font-size: 0.8em;
			}

			header.major {
				margin-bottom: 2em;
			}

				header.major br {
					display: none;
				}

				header.major p {
					font-size: 0.8em;
				}

			footer.major {
				margin-top: 2em;
			}

				footer.major br {
					display: none;
				}

		/* Box */

			.box {
				padding: 2em;
				margin-bottom: 2em;
			}

		/* Feature */

			.feature {
				background: #ffffff;
				display: block;
				height: auto;
				margin-bottom: 2em;
			}

				.feature:last-child {
					margin-bottom: 0;
				}

				.feature:before, .feature:after {
					display: none;
				}

				.feature .image {
					float: none;
					height: 15em;
					width: 100%;
				}

				.feature .content {
					border: solid 1px rgba(224, 224, 224, 0.75);
					padding: 2em !important;
					text-align: center;
					width: 100%;
				}

		/* Header */

			#header {
				background-image: url("images/top-1280.svg"), url("images/overlay.png"), url("../../images/header.jpg");
				background-size: 1280px 184px,						auto,							cover;
				padding: 3em 0 7em 0;
			}

				#header:before {
					height: calc(100% - 20px);
				}

				#header:after {
					height: 20px;
				}

				#header .logo {
					font-size: 1.5em;
				}

				#header h1 {
					font-size: 1.25em;
				}

				#header p {
					font-size: 1em;
				}

		/* Footer */

			#footer {
				background-image: url("images/bottom-1280.svg");
				background-size: 1280px 184px;
				margin-top: -75px;
				padding: calc(184px + 2em) 0 2em 0;
			}

				#footer:before {
					height: calc(184px + 2em);
				}

				#footer form {
					padding-bottom: 0;
				}

		/* Main */

			#main {
				padding: 2em 0 2em 0;
			}

	}

/* Mobile (Portrait) */

	@media screen and (max-width: 480px) {

		/* Section/Article */

			header.major {
				padding-left: 1em;
				padding-right: 1em;
			}

			footer.major {
				padding-left: 1em;
				padding-right: 1em;
			}

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				display: block;
				width: 100%;
			}

		/* Box */

			.box {
				padding: 2em 1em;
			}

		/* Feature */

			.feature {
				margin-bottom: 1em;
			}

				.feature .content {
					padding: 2em 1em !important;
				}

		/* Main */

			#main {
				padding-left: 1em;
				padding-right: 1em;
			}

		/* Footer */

			#footer {
				margin-top: -100px;
				padding-left: 1em;
				padding-right: 1em;
			}

				#footer .copyright li {
					border: 0;
					display: block;
					margin: 0;
					padding: 0.75em 0 0 0;
				}

		/* Header */

			#header {
				padding-left: 2em;
				padding-right: 2em;
			}

				#header br {
					display: none;
				}

	}

	/* ------------------------------------------------------------------------------------------------------------------------------------------ */	

/* Gallery Image */

.gimage {
	border: 0;
	border-radius: 4px;
	display: inline-block;
	position: relative;
}

	.gimage img {
		display: block;
		border-radius: 4px;
	}

	.gimage.left, .gimage.right {
		width: 40%;
		max-width: 10rem;
	}

		.gimage.left img, .gimage.right img {
			width: 100%;
		}

	.gimage.left {
		float: left;
		margin: 0 1.5rem 1rem 0;
		top: 0.25rem;
	}

	.gimage.right {
		float: right;
		margin: 0 0 1rem 1.5rem;
		top: 0.25rem;
	}

	.gimage.fit {
		display: block;
		margin: 0 0 2rem 0;
		width: 100%;
	}

		.gimage.fit img {
			width: 100%;
		}

	.gimage.main {
		display: block;
		margin: 0 0 3rem 0;
		width: 100%;
	}

		.gimage.main img {
			width: 100%;
		}


/* Gallery (transitions) */

.gallery.onload-fade-in article .gimage img {
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
	-ms-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
	-moz-transition-delay: 4.8s;
	-webkit-transition-delay: 4.8s;
	-ms-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.gallery.onload-fade-in article:nth-child(1) .gimage img {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.gallery.onload-fade-in article:nth-child(2) .gimage img {
	-moz-transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.gallery.onload-fade-in article:nth-child(3) .gimage img {
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.gallery.onload-fade-in article:nth-child(4) .gimage img {
	-moz-transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.gallery.onload-fade-in article:nth-child(5) .gimage img {
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.gallery.onload-fade-in article:nth-child(6) .gimage img {
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

.gallery.onload-fade-in article:nth-child(7) .gimage img {
	-moz-transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.gallery.onload-fade-in article:nth-child(8) .gimage img {
	-moz-transition-delay: 1.05s;
	-webkit-transition-delay: 1.05s;
	-ms-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

.gallery.onload-fade-in article:nth-child(9) .gimage img {
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.gallery.onload-fade-in article:nth-child(10) .gimage img {
	-moz-transition-delay: 1.35s;
	-webkit-transition-delay: 1.35s;
	-ms-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

.gallery.onload-fade-in article:nth-child(11) .gimage img {
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.gallery.onload-fade-in article:nth-child(12) .gimage img {
	-moz-transition-delay: 1.65s;
	-webkit-transition-delay: 1.65s;
	-ms-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

.gallery.onload-fade-in article:nth-child(13) .gimage img {
	-moz-transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
	-ms-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.gallery.onload-fade-in article:nth-child(14) .gimage img {
	-moz-transition-delay: 1.95s;
	-webkit-transition-delay: 1.95s;
	-ms-transition-delay: 1.95s;
	transition-delay: 1.95s;
}

.gallery.onload-fade-in article:nth-child(15) .gimage img {
	-moz-transition-delay: 2.1s;
	-webkit-transition-delay: 2.1s;
	-ms-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.gallery.onload-fade-in article:nth-child(16) .gimage img {
	-moz-transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
	-ms-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

.gallery.onload-fade-in article:nth-child(17) .gimage img {
	-moz-transition-delay: 2.4s;
	-webkit-transition-delay: 2.4s;
	-ms-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.gallery.onload-fade-in article:nth-child(18) .gimage img {
	-moz-transition-delay: 2.55s;
	-webkit-transition-delay: 2.55s;
	-ms-transition-delay: 2.55s;
	transition-delay: 2.55s;
}

.gallery.onload-fade-in article:nth-child(19) .gimage img {
	-moz-transition-delay: 2.7s;
	-webkit-transition-delay: 2.7s;
	-ms-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.gallery.onload-fade-in article:nth-child(20) .gimage img {
	-moz-transition-delay: 2.85s;
	-webkit-transition-delay: 2.85s;
	-ms-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

.gallery.onload-fade-in article:nth-child(21) .gimage img {
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-ms-transition-delay: 3s;
	transition-delay: 3s;
}

.gallery.onload-fade-in article:nth-child(22) .gimage img {
	-moz-transition-delay: 3.15s;
	-webkit-transition-delay: 3.15s;
	-ms-transition-delay: 3.15s;
	transition-delay: 3.15s;
}

.gallery.onload-fade-in article:nth-child(23) .gimage img {
	-moz-transition-delay: 3.3s;
	-webkit-transition-delay: 3.3s;
	-ms-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.gallery.onload-fade-in article:nth-child(24) .gimage img {
	-moz-transition-delay: 3.45s;
	-webkit-transition-delay: 3.45s;
	-ms-transition-delay: 3.45s;
	transition-delay: 3.45s;
}

.gallery.onload-fade-in article:nth-child(25) .gimage img {
	-moz-transition-delay: 3.6s;
	-webkit-transition-delay: 3.6s;
	-ms-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.gallery.onload-fade-in article:nth-child(26) .gimage img {
	-moz-transition-delay: 3.75s;
	-webkit-transition-delay: 3.75s;
	-ms-transition-delay: 3.75s;
	transition-delay: 3.75s;
}

.gallery.onload-fade-in article:nth-child(27) .gimage img {
	-moz-transition-delay: 3.9s;
	-webkit-transition-delay: 3.9s;
	-ms-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.gallery.onload-fade-in article:nth-child(28) .gimage img {
	-moz-transition-delay: 4.05s;
	-webkit-transition-delay: 4.05s;
	-ms-transition-delay: 4.05s;
	transition-delay: 4.05s;
}

.gallery.onload-fade-in article:nth-child(29) .gimage img {
	-moz-transition-delay: 4.2s;
	-webkit-transition-delay: 4.2s;
	-ms-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.gallery.onload-fade-in article:nth-child(30) .gimage img {
	-moz-transition-delay: 4.35s;
	-webkit-transition-delay: 4.35s;
	-ms-transition-delay: 4.35s;
	transition-delay: 4.35s;
}

.gallery.onload-fade-in article:nth-child(31) .gimage img {
	-moz-transition-delay: 4.5s;
	-webkit-transition-delay: 4.5s;
	-ms-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.gallery.onload-fade-in article:nth-child(32) .gimage img {
	-moz-transition-delay: 4.65s;
	-webkit-transition-delay: 4.65s;
	-ms-transition-delay: 4.65s;
	transition-delay: 4.65s;
}

.gallery.onload-fade-in article:nth-child(33) .gimage img {
	-moz-transition-delay: 4.8s;
	-webkit-transition-delay: 4.8s;
	-ms-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

body.is-preload .gallery.onload-fade-in article .gimage img {
	opacity: 0;
}

.gallery.onscroll-fade-in article .gimage img {
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
	-ms-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
	-moz-transition-delay: 4.8s;
	-webkit-transition-delay: 4.8s;
	-ms-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.gallery.onscroll-fade-in article:nth-child(1) .gimage img {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.gallery.onscroll-fade-in article:nth-child(2) .gimage img {
	-moz-transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.gallery.onscroll-fade-in article:nth-child(3) .gimage img {
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.gallery.onscroll-fade-in article:nth-child(4) .gimage img {
	-moz-transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.gallery.onscroll-fade-in article:nth-child(5) .gimage img {
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.gallery.onscroll-fade-in article:nth-child(6) .gimage img {
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

.gallery.onscroll-fade-in article:nth-child(7) .gimage img {
	-moz-transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.gallery.onscroll-fade-in article:nth-child(8) .gimage img {
	-moz-transition-delay: 1.05s;
	-webkit-transition-delay: 1.05s;
	-ms-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

.gallery.onscroll-fade-in article:nth-child(9) .gimage img {
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.gallery.onscroll-fade-in article:nth-child(10) .gimage img {
	-moz-transition-delay: 1.35s;
	-webkit-transition-delay: 1.35s;
	-ms-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

.gallery.onscroll-fade-in article:nth-child(11) .gimage img {
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.gallery.onscroll-fade-in article:nth-child(12) .gimage img {
	-moz-transition-delay: 1.65s;
	-webkit-transition-delay: 1.65s;
	-ms-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

.gallery.onscroll-fade-in article:nth-child(13) .gimage img {
	-moz-transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
	-ms-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.gallery.onscroll-fade-in article:nth-child(14) .gimage img {
	-moz-transition-delay: 1.95s;
	-webkit-transition-delay: 1.95s;
	-ms-transition-delay: 1.95s;
	transition-delay: 1.95s;
}

.gallery.onscroll-fade-in article:nth-child(15) .gimage img {
	-moz-transition-delay: 2.1s;
	-webkit-transition-delay: 2.1s;
	-ms-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.gallery.onscroll-fade-in article:nth-child(16) .gimage img {
	-moz-transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
	-ms-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

.gallery.onscroll-fade-in article:nth-child(17) .gimage img {
	-moz-transition-delay: 2.4s;
	-webkit-transition-delay: 2.4s;
	-ms-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.gallery.onscroll-fade-in article:nth-child(18) .gimage img {
	-moz-transition-delay: 2.55s;
	-webkit-transition-delay: 2.55s;
	-ms-transition-delay: 2.55s;
	transition-delay: 2.55s;
}

.gallery.onscroll-fade-in article:nth-child(19) .gimage img {
	-moz-transition-delay: 2.7s;
	-webkit-transition-delay: 2.7s;
	-ms-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.gallery.onscroll-fade-in article:nth-child(20) .gimage img {
	-moz-transition-delay: 2.85s;
	-webkit-transition-delay: 2.85s;
	-ms-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

.gallery.onscroll-fade-in article:nth-child(21) .gimage img {
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-ms-transition-delay: 3s;
	transition-delay: 3s;
}

.gallery.onscroll-fade-in article:nth-child(22) .gimage img {
	-moz-transition-delay: 3.15s;
	-webkit-transition-delay: 3.15s;
	-ms-transition-delay: 3.15s;
	transition-delay: 3.15s;
}

.gallery.onscroll-fade-in article:nth-child(23) .gimage img {
	-moz-transition-delay: 3.3s;
	-webkit-transition-delay: 3.3s;
	-ms-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.gallery.onscroll-fade-in article:nth-child(24) .gimage img {
	-moz-transition-delay: 3.45s;
	-webkit-transition-delay: 3.45s;
	-ms-transition-delay: 3.45s;
	transition-delay: 3.45s;
}

.gallery.onscroll-fade-in article:nth-child(25) .gimage img {
	-moz-transition-delay: 3.6s;
	-webkit-transition-delay: 3.6s;
	-ms-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.gallery.onscroll-fade-in article:nth-child(26) .gimage img {
	-moz-transition-delay: 3.75s;
	-webkit-transition-delay: 3.75s;
	-ms-transition-delay: 3.75s;
	transition-delay: 3.75s;
}

.gallery.onscroll-fade-in article:nth-child(27) .gimage img {
	-moz-transition-delay: 3.9s;
	-webkit-transition-delay: 3.9s;
	-ms-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.gallery.onscroll-fade-in article:nth-child(28) .gimage img {
	-moz-transition-delay: 4.05s;
	-webkit-transition-delay: 4.05s;
	-ms-transition-delay: 4.05s;
	transition-delay: 4.05s;
}

.gallery.onscroll-fade-in article:nth-child(29) .gimage img {
	-moz-transition-delay: 4.2s;
	-webkit-transition-delay: 4.2s;
	-ms-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.gallery.onscroll-fade-in article:nth-child(30) .gimage img {
	-moz-transition-delay: 4.35s;
	-webkit-transition-delay: 4.35s;
	-ms-transition-delay: 4.35s;
	transition-delay: 4.35s;
}

.gallery.onscroll-fade-in article:nth-child(31) .gimage img {
	-moz-transition-delay: 4.5s;
	-webkit-transition-delay: 4.5s;
	-ms-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.gallery.onscroll-fade-in article:nth-child(32) .gimage img {
	-moz-transition-delay: 4.65s;
	-webkit-transition-delay: 4.65s;
	-ms-transition-delay: 4.65s;
	transition-delay: 4.65s;
}

.gallery.onscroll-fade-in article:nth-child(33) .gimage img {
	-moz-transition-delay: 4.8s;
	-webkit-transition-delay: 4.8s;
	-ms-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.gallery.onscroll-fade-in.is-inactive article .gimage img {
	opacity: 0;
}

/* Gallery (style1) */

.gallery.style1 {
	background-color: #000000;
	color: #ffffff;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
	background-color: transparent;
}

	.gallery.style1 input, .gallery.style1 select, .gallery.style1 textarea {
		color: #ffffff;
	}

	.gallery.style1 a {
		color: #ffffff;
	}

		.gallery.style1 a:hover {
			color: #47D3E5;
		}

	.gallery.style1 strong, .gallery.style1 b {
		color: #ffffff;
	}

	.gallery.style1 h1, .gallery.style1 h2, .gallery.style1 h3, .gallery.style1 h4, .gallery.style1 h5, .gallery.style1 h6 {
		color: #ffffff;
	}

	.gallery.style1 blockquote {
		border-left-color: white;
	}

	.gallery.style1 code {
		background: rgba(255, 255, 255, 0.125);
		border-color: white;
	}

	.gallery.style1 hr {
		border-bottom-color: white;
	}

	.gallery.style1 input[type="submit"],
	.gallery.style1 input[type="reset"],
	.gallery.style1 input[type="button"],
	.gallery.style1 button,
	.gallery.style1 .button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px white;
		color: #ffffff !important;
	}

		.gallery.style1 input[type="submit"]:hover,
		.gallery.style1 input[type="reset"]:hover,
		.gallery.style1 input[type="button"]:hover,
		.gallery.style1 button:hover,
		.gallery.style1 .button:hover {
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		.gallery.style1 input[type="submit"]:active,
		.gallery.style1 input[type="reset"]:active,
		.gallery.style1 input[type="button"]:active,
		.gallery.style1 button:active,
		.gallery.style1 .button:active {
			background-color: rgba(71, 211, 229, 0.2);
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		.gallery.style1 input[type="submit"].primary,
		.gallery.style1 input[type="reset"].primary,
		.gallery.style1 input[type="button"].primary,
		.gallery.style1 button.primary,
		.gallery.style1 .button.primary {
			background-color: #ffffff;
			box-shadow: none;
			color: #000000 !important;
		}

			.gallery.style1 input[type="submit"].primary:hover,
			.gallery.style1 input[type="reset"].primary:hover,
			.gallery.style1 input[type="button"].primary:hover,
			.gallery.style1 button.primary:hover,
			.gallery.style1 .button.primary:hover {
				background-color: #47D3E5;
			}

			.gallery.style1 input[type="submit"].primary:active,
			.gallery.style1 input[type="reset"].primary:active,
			.gallery.style1 input[type="button"].primary:active,
			.gallery.style1 button.primary:active,
			.gallery.style1 .button.primary:active {
				background-color: #1ebdd1;
			}

	.gallery.style1 &gt; .forward, .gallery.style1 &gt; .backward {
		display: none;
	}

	.gallery.style1 &gt; .inner {
		-moz-align-items: inherit;
		-webkit-align-items: inherit;
		-ms-align-items: inherit;
		align-items: inherit;
		display: inherit;
		-moz-flex-wrap: inherit;
		-webkit-flex-wrap: inherit;
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
		-moz-justify-content: inherit;
		-webkit-justify-content: inherit;
		-ms-justify-content: inherit;
		justify-content: inherit;
	}

	.gallery.style1 article {
		overflow: hidden;
		position: relative;
		width: 25%;
	}

		.gallery.style1 article .gimage {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			display: block;
			width: 100%;
			border-radius: 0;
		}

			.gallery.style1 article .gimage img {
				display: block;
				width: 100%;
				border-radius: 0;
			}

		.gallery.style1 article .caption {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			pointer-events: none;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			padding: 2rem;
			z-index: 1;
			font-size: 0.8rem;
		}

			.gallery.style1 article .caption a {
				pointer-events: auto;
			}

			.gallery.style1 article .caption h2, .gallery.style1 article .caption h3, .gallery.style1 article .caption h4, .gallery.style1 article .caption h5, .gallery.style1 article .caption h6 {
				font-size: 1.25rem;
				margin-bottom: 0.25rem;
			}

			.gallery.style1 article .caption &gt; * {
				max-width: 100%;
				margin-bottom: 1rem;
			}

			.gallery.style1 article .caption &gt; :last-child {
				margin-bottom: 0;
			}

		.gallery.style1 article:hover .caption {
			opacity: 1;
		}

	@media screen and (max-width: 1280px) {

		.gallery.style1 article {
			width: 33.33333%;
		}

			.gallery.style1 article .caption {
				padding: 1rem;
			}

	}

	@media screen and (max-width: 980px) {

		.gallery.style1 article {
			width: 50%;
		}

			.gallery.style1 article .caption {
				padding: 1rem;
			}

	}

	@media screen and (max-width: 480px) {

		.gallery.style1 article {
			width: 100%;
		}

			.gallery.style1 article .caption {
				padding: 1rem;
			}

	}

	.gallery.style1.small article {
		width: 20%;
	}

		.gallery.style1.small article .caption {
			padding: 1rem;
		}

	@media screen and (max-width: 1280px) {

		.gallery.style1.small article {
			width: 25%;
		}

			.gallery.style1.small article .caption {
				padding: 1rem;
			}

	}

	@media screen and (max-width: 980px) {

		.gallery.style1.small article {
			width: 33.33333%;
		}

			.gallery.style1.small article .caption {
				padding: 1rem;
			}

	}

	@media screen and (max-width: 480px) {

		.gallery.style1.small article {
			width: 50%;
		}

			.gallery.style1.small article .caption {
				padding: 1rem;
			}

	}

	.gallery.style1.big article {
		width: 33.33333%;
	}

		.gallery.style1.big article .caption {
			padding: 3rem;
		}

	@media screen and (max-width: 1280px) {

		.gallery.style1.big article {
			width: 50%;
		}

			.gallery.style1.big article .caption {
				padding: 2rem;
			}

	}

	@media screen and (max-width: 980px) {

		.gallery.style1.big article {
			width: 50%;
		}

			.gallery.style1.big article .caption {
				padding: 2rem;
			}

	}

	@media screen and (max-width: 480px) {

		.gallery.style1.big article {
			width: 100%;
		}

			.gallery.style1.big article .caption {
				padding: 1rem;
			}

	}

/* Gallery (style2) */

.gallery.style2 {
	background-color: #000000;
	color: #ffffff;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-overflow-scrolling: touch;
	position: relative;
	background-color: transparent;
}

	.gallery.style2 input, .gallery.style2 select, .gallery.style2 textarea {
		color: #ffffff;
	}

	.gallery.style2 a {
		color: #ffffff;
	}

		.gallery.style2 a:hover {
			color: #47D3E5;
		}

	.gallery.style2 strong, .gallery.style2 b {
		color: #ffffff;
	}

	.gallery.style2 h1, .gallery.style2 h2, .gallery.style2 h3, .gallery.style2 h4, .gallery.style2 h5, .gallery.style2 h6 {
		color: #ffffff;
	}

	.gallery.style2 blockquote {
		border-left-color: white;
	}

	.gallery.style2 code {
		background: rgba(255, 255, 255, 0.125);
		border-color: white;
	}

	.gallery.style2 hr {
		border-bottom-color: white;
	}

	.gallery.style2 input[type="submit"],
	.gallery.style2 input[type="reset"],
	.gallery.style2 input[type="button"],
	.gallery.style2 button,
	.gallery.style2 .button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px white;
		color: #ffffff !important;
	}

		.gallery.style2 input[type="submit"]:hover,
		.gallery.style2 input[type="reset"]:hover,
		.gallery.style2 input[type="button"]:hover,
		.gallery.style2 button:hover,
		.gallery.style2 .button:hover {
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		.gallery.style2 input[type="submit"]:active,
		.gallery.style2 input[type="reset"]:active,
		.gallery.style2 input[type="button"]:active,
		.gallery.style2 button:active,
		.gallery.style2 .button:active {
			background-color: rgba(71, 211, 229, 0.2);
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		.gallery.style2 input[type="submit"].primary,
		.gallery.style2 input[type="reset"].primary,
		.gallery.style2 input[type="button"].primary,
		.gallery.style2 button.primary,
		.gallery.style2 .button.primary {
			background-color: #ffffff;
			box-shadow: none;
			color: #000000 !important;
		}

			.gallery.style2 input[type="submit"].primary:hover,
			.gallery.style2 input[type="reset"].primary:hover,
			.gallery.style2 input[type="button"].primary:hover,
			.gallery.style2 button.primary:hover,
			.gallery.style2 .button.primary:hover {
				background-color: #47D3E5;
			}

			.gallery.style2 input[type="submit"].primary:active,
			.gallery.style2 input[type="reset"].primary:active,
			.gallery.style2 input[type="button"].primary:active,
			.gallery.style2 button.primary:active,
			.gallery.style2 .button.primary:active {
				background-color: #1ebdd1;
			}

	.gallery.style2 &gt; .forward, .gallery.style2 &gt; .backward {
		text-decoration: none;
		-moz-transition: opacity 0.2s ease-in-out;
		-webkit-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		position: absolute;
		top: 0;
		width: 5rem;
		height: 100%;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
	}

		.gallery.style2 &gt; .forward:before, .gallery.style2 &gt; .backward:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
		}

		.gallery.style2 &gt; .forward:before, .gallery.style2 &gt; .backward:before {
			display: block;
			top: calc(50% - 1.5rem);
			width: 4rem;
			height: 3rem;
			line-height: 1em;
			font-size: 3rem;
			position: absolute;
			text-align: center;
		}

	.gallery.style2:hover &gt; .forward, .gallery.style2:hover &gt; .backward {
		opacity: 1;
	}

	.gallery.style2 &gt; .forward {
		right: 0;
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0));
	}

		.gallery.style2 &gt; .forward:before {
			content: '\f105';
			right: 0;
		}

	.gallery.style2 &gt; .backward {
		left: 0;
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0));
	}

		.gallery.style2 &gt; .backward:before {
			content: '\f104';
			left: 0;
		}

	.gallery.style2 &gt; .inner {
		display: inherit;
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
		width: 100%;
	}

	.gallery.style2 article {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		display: block;
		position: relative;
		overflow: hidden;
		width: 22.5rem;
		max-width: 75vw;
	}

		.gallery.style2 article .gimage {
			display: block;
			width: 100%;
			border-radius: 0;
		}

			.gallery.style2 article .gimage img {
				display: block;
				width: 100%;
				border-radius: 0;
			}

		.gallery.style2 article .caption {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			pointer-events: none;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			opacity: 0;
			padding: 3rem;
			z-index: 1;
			font-size: 0.8rem;
		}

			.gallery.style2 article .caption a {
				pointer-events: auto;
			}

			.gallery.style2 article .caption h2, .gallery.style2 article .caption h3, .gallery.style2 article .caption h4, .gallery.style2 article .caption h5, .gallery.style2 article .caption h6 {
				font-size: 1.25rem;
				margin-bottom: 0.25rem;
			}

			.gallery.style2 article .caption &gt; * {
				max-width: 100%;
				margin-bottom: 1rem;
			}

			.gallery.style2 article .caption &gt; :last-child {
				margin-bottom: 0;
			}

		.gallery.style2 article:hover .caption {
			opacity: 1;
		}

	@media screen and (max-width: 980px) {

		.gallery.style2 article .caption {
			padding: 2rem;
		}

	}

	@media screen and (max-width: 736px) {

		.gallery.style2 article .caption {
			padding: 2rem;
		}

	}

	.gallery.style2.small article {
		width: 17.5rem;
	}

		.gallery.style2.small article .caption {
			padding: 2rem;
		}

	@media screen and (max-width: 980px) {

		.gallery.style2.small article .caption {
			padding: 2rem;
		}

	}

	@media screen and (max-width: 736px) {

		.gallery.style2.small article .caption {
			padding: 2rem;
		}

	}

	.gallery.style2.big article {
		width: 30rem;
	}

		.gallery.style2.big article .caption {
			padding: 4rem;
		}

	@media screen and (max-width: 980px) {

		.gallery.style2.big article .caption {
			padding: 3rem;
		}

	}

	@media screen and (max-width: 736px) {

		.gallery.style2.big article .caption {
			padding: 2rem;
		}

	}

/* Gallery (lightbox) */

@-moz-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.gallery.lightbox .modal {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.75);
	visibility: none;
	opacity: 0;
	z-index: 0;
}

	.gallery.lightbox .modal:before {
		-moz-animation: gallery-modal-spinner 1s infinite linear;
		-webkit-animation: gallery-modal-spinner 1s infinite linear;
		-ms-animation: gallery-modal-spinner 1s infinite linear;
		animation: gallery-modal-spinner 1s infinite linear;
		-moz-transition: opacity 0.25s ease;
		-webkit-transition: opacity 0.25s ease;
		-ms-transition: opacity 0.25s ease;
		transition: opacity 0.25s ease;
		-moz-transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
		-ms-transition-delay: 0.5s;
		transition-delay: 0.5s;
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 4rem;
		height: 4rem;
		margin: -2rem 0 0 -2rem;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %23ffffff%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 4rem;
		opacity: 0;
	}

	.gallery.lightbox .modal:after {
		content: '';
		display: block;
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		width: 4rem;
		height: 4rem;
		cursor: pointer;
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23ffffff%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 3rem;
	}

	.gallery.lightbox .modal .inner {
		-moz-transform: translateY(0.75rem);
		-webkit-transform: translateY(0.75rem);
		-ms-transform: translateY(0.75rem);
		transform: translateY(0.75rem);
		-moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
		-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
		-ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
		transition: opacity 0.25s ease, transform 0.25s ease;
		opacity: 0;
	}

		.gallery.lightbox .modal .inner img {
			display: block;
			max-width: 90vw;
			max-height: 85vh;
			box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
		}

	.gallery.lightbox .modal.visible {
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		z-index: 10001;
	}

		.gallery.lightbox .modal.visible:before {
			opacity: 1;
		}

	.gallery.lightbox .modal.loaded .inner {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
		transition: opacity 0.5s ease, transform 0.5s ease;
		opacity: 1;
	}

	.gallery.lightbox .modal.loaded:before {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
		opacity: 0;
	}

@media screen and (max-width: 980px) {

	.gallery.lightbox .modal .inner img {
		max-width: 100vw;
	}

}

.gallery article .gimage {
	background-color: rgba(0, 0, 0, 0.125);
}

textarea.error,
input.error {
    border-color: red;
}</pre></body></html>