@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");

/*
	Story by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/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;
}

#sponsors img {
	max-width: 70%;
	max-height: 70%;
}

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 */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	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;
		}

/* Type */

	html {
		font-size: 18pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 14pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body {
		background-color: #ffffff;
		color: #000000;
	}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.65;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

		p.major {
			font-size: 1.25rem;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.375;
		letter-spacing: -0.05em;
		margin: 0 0 1rem 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 3.5rem;
		line-height: 1.2;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25rem;
		padding: 0.25rem 0.325rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.5;
			padding: 0.75rem 1rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.5rem 0;
	}

		hr.major {
			margin: 3.5rem 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	@media screen and (max-width: 736px) {

		p.major {
			font-size: 1.1rem;
		}

		h1 {
			font-size: 2.5rem;
		}

		h2 {
			font-size: 2rem;
		}

		h3 {
			font-size: 1.25rem;
		}

		h4 {
			font-size: 1rem;
		}

	}

	input, select, textarea {
		color: #000000;
	}

	a {
		color: #000000;
	}

		a:hover {
			color: #47D3E5;
		}

	strong, b {
		color: #000000;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #000000;
	}

	blockquote {
		border-left-color: rgba(0, 0, 0, 0.2);
	}

	code {
		background: rgba(0, 0, 0, 0.05);
		border-color: rgba(0, 0, 0, 0.2);
	}

	hr {
		border-bottom-color: rgba(0, 0, 0, 0.2);
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :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 > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0rem;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0rem;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0rem;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0rem;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5rem;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5rem;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5rem;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5rem;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1rem;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1rem;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1rem;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1rem;
				}

		.row {
			margin-top: 0;
			margin-left: -2rem;
		}

			.row > * {
				padding: 0 0 0 2rem;
			}

			.row.gtr-uniform {
				margin-top: -2rem;
			}

				.row.gtr-uniform > * {
					padding-top: 2rem;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3rem;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3rem;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3rem;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3rem;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4rem;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4rem;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4rem;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4rem;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :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 > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :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 > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :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 > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :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 > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :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 > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

		@media screen and (max-width: 360px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :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 > .imp-xxsmall {
					order: -1;
				}

				.row > .col-1-xxsmall {
					width: 8.33333%;
				}

				.row > .off-1-xxsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xxsmall {
					width: 16.66667%;
				}

				.row > .off-2-xxsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xxsmall {
					width: 25%;
				}

				.row > .off-3-xxsmall {
					margin-left: 25%;
				}

				.row > .col-4-xxsmall {
					width: 33.33333%;
				}

				.row > .off-4-xxsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xxsmall {
					width: 41.66667%;
				}

				.row > .off-5-xxsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xxsmall {
					width: 50%;
				}

				.row > .off-6-xxsmall {
					margin-left: 50%;
				}

				.row > .col-7-xxsmall {
					width: 58.33333%;
				}

				.row > .off-7-xxsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xxsmall {
					width: 66.66667%;
				}

				.row > .off-8-xxsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xxsmall {
					width: 75%;
				}

				.row > .off-9-xxsmall {
					margin-left: 75%;
				}

				.row > .col-10-xxsmall {
					width: 83.33333%;
				}

				.row > .off-10-xxsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xxsmall {
					width: 91.66667%;
				}

				.row > .off-11-xxsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xxsmall {
					width: 100%;
				}

				.row > .off-12-xxsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px;
		margin-bottom: 2rem;
		padding: 1.5rem;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: rgba(0, 0, 0, 0.2);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		letter-spacing: 0.125em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 0.75rem;
		max-width: 20rem;
		height: 3.75em;
		line-height: 3.75em;
		border-radius: 3.75em;
		padding: 0 2.5em;
		text-overflow: ellipsis;
		overflow: hidden;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6rem;
			height: 3.325em;
			line-height: 3.325em;
			border-radius: 3.325em;
			padding: 0 2em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 0.8rem;
			height: 4em;
			line-height: 4em;
			border-radius: 4em;
			padding: 0 3em;
		}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			min-width: 14em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
		color: #000000 !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(71, 211, 229, 0.2);
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #000000;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #47D3E5;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #1ebdd1;
			}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			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;
			width: calc(100% + 3rem);
			margin: -1.5rem 0 2rem -1.5rem;
		}

			form > .fields > .field {
				-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;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 1.5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3rem);
				margin: -1.5rem 0 2rem -1.5rem;
			}

				form > .fields > .field {
					padding: 1.5rem 0 0 1.5rem;
					width: calc(100% - 1.5rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5rem);
					}

		}

	label {
		display: block;
		font-size: 0.9rem;
		font-weight: 400;
		margin: 0 0 1rem 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: transparent;
		border-radius: 4px;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 0.825rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1rem;
			font-weight: 300;
			padding-left: 2.4rem;
			padding-right: 0.75rem;
			position: relative;
			margin-bottom: 0;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label: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;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px;
				content: '';
				display: inline-block;
				font-size: 0.8rem;
				height: 1.65rem;
				left: 0;
				line-height: 1.65rem;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #000000;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		border-color: rgba(0, 0, 0, 0.2);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #47D3E5;
			box-shadow: 0 0 0 1px #47D3E5;
		}

	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(0, 0, 0, 0.2)' /%3E%3C/svg%3E");
	}

		select option {
			color: #000000;
			background: #ffffff;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #000000;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			border-color: rgba(0, 0, 0, 0.2);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #000000;
		border-color: #000000;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #47D3E5;
		box-shadow: 0 0 0 1px #47D3E5;
	}

	::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

	:-moz-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

	::-moz-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

	:-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
		text-align: center;
	}

		.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 > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.style2:before {
			border-radius: 2.75em;
			display: inline-block;
			height: 2.75em;
			line-height: 2.75em;
			width: 2.75em;
		}

		.icon.major {
			display: block;
			margin: 0 0 1rem 0;
		}

			.icon.major:before {
				font-size: 1.25rem;
			}

	a.icon.style2:before {
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	}

	.icon.style2:before {
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	}

	a.icon.style2:hover:before {
		box-shadow: inset 0 0 0 1px #47D3E5;
		color: #47D3E5;
	}

	a.icon.style2:active:before {
		background-color: rgba(71, 211, 229, 0.1);
		box-shadow: inset 0 0 0 1px #47D3E5;
		color: #47D3E5;
	}

/* Image */

	.image {
		border: 0;
		border-radius: 4px;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
			border-radius: 4px;
		}

		.image.left, .image.right {
			width: 40%;
			max-width: 10rem;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5rem 1rem 0;
			top: 0.25rem;
		}

		.image.right {
			float: right;
			margin: 0 0 1rem 1.5rem;
			top: 0.25rem;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.5rem;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5rem 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

		dl.style2 dt {
			width: 25%;
			float: left;
		}

		dl.style2 dd {
			width: 70%;
			float: left;
		}

		dl.style2:after {
			content: '';
			display: block;
			clear: both;
		}

	ul.alt li {
		border-top-color: rgba(0, 0, 0, 0.2);
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			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.3rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1rem);
		}

			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 > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			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: 1rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						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.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75rem 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		position: relative;
		margin: -0.65rem 0 1.5rem 0;
		font-style: italic;
	}

	header h1 + p {
		font-size: 1.375rem;
	}

	header h2 + p {
		font-size: 1.25rem;
	}

	header h3 + p {
		font-size: 1.1rem;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9rem;
	}

	header p {
		color: rgba(0, 0, 0, 0.75);
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		margin: 0 0 2rem 0;
		overflow-x: auto;
	}

		.table-wrapper > table {
			margin-bottom: 0;
		}

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-size: 0.9rem;
			font-weight: 400;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

		table.fixed {
			table-layout: fixed;
		}

	table tbody tr {
		border-color: rgba(0, 0, 0, 0.2);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(0, 0, 0, 0.05);
		}

		table tbody tr.alt {
			background-color: rgba(0, 0, 0, 0.05) !important;
		}

	table th {
		color: #000000;
	}

	table thead {
		border-bottom-color: rgba(0, 0, 0, 0.2);
	}

	table tfoot {
		border-top-color: rgba(0, 0, 0, 0.2);
	}

	table.alt tbody tr td {
		border-color: rgba(0, 0, 0, 0.2);
	}

	table.uniform tbody tr:nth-child(2n + 1) {
		background-color: transparent;
	}

/* Banner (transitions) */

	.banner.onload-content-fade-up .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .banner.onload-content-fade-up .content {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

	.banner.onload-content-fade-down .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .banner.onload-content-fade-down .content {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

	.banner.onload-content-fade-left .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .banner.onload-content-fade-left .content {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

	.banner.onload-content-fade-right .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .banner.onload-content-fade-right .content {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

	.banner.onload-content-fade-in .content {
		-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;
	}

	body.is-preload .banner.onload-content-fade-in .content {
		opacity: 0;
	}

	.banner.onload-image-fade-up .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onload-image-fade-up .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .banner.onload-image-fade-up .image {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

		body.is-preload .banner.onload-image-fade-up .image img {
			opacity: 0;
		}

	.banner.onload-image-fade-down .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onload-image-fade-down .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .banner.onload-image-fade-down .image {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

		body.is-preload .banner.onload-image-fade-down .image img {
			opacity: 0;
		}

	.banner.onload-image-fade-left .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onload-image-fade-left .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .banner.onload-image-fade-left .image {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

		body.is-preload .banner.onload-image-fade-left .image img {
			opacity: 0;
		}

	.banner.onload-image-fade-right .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onload-image-fade-right .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .banner.onload-image-fade-right .image {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

		body.is-preload .banner.onload-image-fade-right .image img {
			opacity: 0;
		}

	.banner.onload-image-fade-in .image 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;
	}

	body.is-preload .banner.onload-image-fade-in .image img {
		opacity: 0;
	}

	.banner.onscroll-content-fade-up .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.banner.onscroll-content-fade-up.is-inactive .content {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

	.banner.onscroll-content-fade-down .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.banner.onscroll-content-fade-down.is-inactive .content {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

	.banner.onscroll-content-fade-left .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.banner.onscroll-content-fade-left.is-inactive .content {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

	.banner.onscroll-content-fade-right .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.banner.onscroll-content-fade-right.is-inactive .content {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

	.banner.onscroll-content-fade-in .content {
		-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;
	}

	.banner.onscroll-content-fade-in.is-inactive .content {
		opacity: 0;
	}

	.banner.onscroll-image-fade-up .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onscroll-image-fade-up .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.banner.onscroll-image-fade-up.is-inactive .image {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

		.banner.onscroll-image-fade-up.is-inactive .image img {
			opacity: 0;
		}

	.banner.onscroll-image-fade-down .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onscroll-image-fade-down .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.banner.onscroll-image-fade-down.is-inactive .image {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

		.banner.onscroll-image-fade-down.is-inactive .image img {
			opacity: 0;
		}

	.banner.onscroll-image-fade-left .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onscroll-image-fade-left .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.banner.onscroll-image-fade-left.is-inactive .image {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

		.banner.onscroll-image-fade-left.is-inactive .image img {
			opacity: 0;
		}

	.banner.onscroll-image-fade-right .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.banner.onscroll-image-fade-right .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.banner.onscroll-image-fade-right.is-inactive .image {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

		.banner.onscroll-image-fade-right.is-inactive .image img {
			opacity: 0;
		}

	.banner.onscroll-image-fade-in .image 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;
	}

	.banner.onscroll-image-fade-in.is-inactive .image img {
		opacity: 0;
	}

/* Banner (style1) */

	.banner.style1 {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		position: relative;
		text-align: left;
		overflow-x: hidden;
	}

		.banner.style1 .content {
			padding: 7rem 7rem 5rem 7rem ;
			-moz-align-self: center;
			-webkit-align-self: center;
			-ms-align-self: center;
			align-self: center;
			-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: 50%;
			max-width: 48rem;
			margin: 0 auto;
		}

		.banner.style1 .image {
			-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;
			border-radius: 0;
			width: 50%;
		}

			.banner.style1 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.banner.style1 .content {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.banner.style1 .content {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.style1 .content {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

		}

		@media screen and (max-width: 736px) {

			.banner.style1 .content {
				padding: 2.5rem 2rem 0.5rem 2rem ;
			}

		}

		@media screen and (orientation: portrait) {

			.banner.style1 {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.banner.style1 .content {
					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;
					width: 100%;
					max-width: 100%;
				}

				.banner.style1 .image {
					width: 100%;
					max-width: 100%;
					height: 45vh;
				}

		}

		.banner.style1.fullscreen {
			min-height: 100vh;
		}

			@media screen and (orientation: portrait) {

				.banner.style1.fullscreen .content {
					min-height: 50vh;
				}

				.banner.style1.fullscreen .image {
					height: 50vh;
				}

			}

		.banner.style1.orient-right {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

			@media screen and (orientation: portrait) {

				.banner.style1.orient-right {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

			}

		.banner.style1.content-align-center {
			text-align: center;
		}

		.banner.style1.content-align-right {
			text-align: right;
		}

			@media screen and (orientation: portrait) {

				.banner.style1.content-align-right {
					text-align: center;
				}

			}

		.banner.style1.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style1.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style2) */

	.banner.style2 {
		padding: 5.25rem 5.25rem 3.25rem 5.25rem ;
		-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-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: inherit;
		position: relative;
		text-align: center;
		overflow-x: hidden;
	}

		.banner.style2 .content {
			padding: 5.25rem 5.25rem 3.25rem 5.25rem ;
			position: relative;
			width: 40rem;
			max-width: 100%;
			background-color: inherit;
			border-radius: 0.5rem;
			margin-bottom: 2rem;
			z-index: 1;
		}

		.banner.style2 .image {
			-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;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
		}

			.banner.style2 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.banner.style2 {
				padding: 3.75rem 3.75rem 1.75rem 3.75rem ;
			}

				.banner.style2 .content {
					padding: 3.75rem 3.75rem 1.75rem 3.75rem ;
				}

		}

		@media screen and (max-width: 1280px) {

			.banner.style2 {
				padding: 4rem 3rem 2rem 3rem ;
			}

				.banner.style2 .content {
					padding: 4rem 3rem 2rem 3rem ;
				}

		}

		@media screen and (max-width: 980px) {

			.banner.style2 {
				padding: 3rem 3rem 1rem 3rem ;
			}

				.banner.style2 .content {
					padding: 3.75rem 2.25rem 1.75rem 2.25rem ;
				}

		}

		@media screen and (max-width: 736px) {

			.banner.style2 {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

				.banner.style2 .content {
					padding: 2.5rem 1.5rem 0.5rem 1.5rem ;
				}

		}

		.banner.style2.fullscreen {
			min-height: 100vh;
		}

		.banner.style2.orient-left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
			padding-left: 0;
		}

			.banner.style2.orient-left .content {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}

		.banner.style2.orient-right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
			padding-right: 0;
		}

			.banner.style2.orient-right .content {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}

		.banner.style2.content-align-left {
			text-align: left;
		}

		.banner.style2.content-align-right {
			text-align: right;
		}

		.banner.style2.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style2.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style3) */

	.banner.style3 {
		padding: 7rem 7rem 5rem 7rem ;
		-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: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		text-align: left;
		overflow-x: hidden;
	}

		.banner.style3 .content {
			width: 31.5rem;
			max-width: 100%;
		}

		.banner.style3 .image {
			-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;
			width: 21rem;
			height: 21rem;
			border-radius: 100%;
			margin: 0 3.5rem 2rem 0;
		}

			.banner.style3 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 100%;
			}

		@media screen and (max-width: 1680px) {

			.banner.style3 {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.banner.style3 {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.style3 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

				.banner.style3 .image {
					width: 18.375rem;
					height: 18.375rem;
				}

		}

		@media screen and (max-width: 736px) {

			.banner.style3 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}

				.banner.style3 .image {
					width: 15.75rem;
					height: 15.75rem;
					margin: 0 2rem 2rem 0;
				}

		}

		@media screen and (orientation: portrait) {

			.banner.style3 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.banner.style3 .content {
					width: 34rem;
					max-width: 100%;
				}

				.banner.style3 .image {
					margin-right: 0;
				}

		}

		.banner.style3.fullscreen {
			min-height: 100vh;
		}

		.banner.style3.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			.banner.style3.orient-left .image {
				margin: 0 0 2rem 3.5rem;
			}

			@media screen and (max-width: 736px) {

				.banner.style3.orient-left .image {
					margin: 0 0 2rem 2rem;
				}

			}

			@media screen and (orientation: portrait) {

				.banner.style3.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

					.banner.style3.orient-left .image {
						margin-left: 0;
					}

			}

		.banner.style3.content-align-center {
			text-align: center;
		}

		.banner.style3.content-align-right {
			text-align: right;
		}

		.banner.style3.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style3.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style4) */

	.banner.style4 {
		padding: 7rem 7rem 5rem 7rem ;
		-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: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		text-align: left;
		overflow-x: hidden;
	}

		.banner.style4 .content {
			width: 31.5rem;
			max-width: 100%;
		}

		.banner.style4 .image {
			-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;
			border-radius: 0;
			border: solid 1px;
			width: 13rem;
			height: 23.11111rem;
			margin-top: 2.5rem;
			margin-bottom: 5rem;
			margin-right: 3.5rem;
		}

			.banner.style4 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

			.banner.style4 .image:before {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-bottom: 0;
			}

			.banner.style4 .image:after {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-top: 0;
			}

			.banner.style4 .image:before {
				height: 2.5rem;
				background-size: 64px 32px;
				margin-top: -2.5rem;
				border-radius: 1rem 1rem 0 0;
			}

			.banner.style4 .image:after {
				height: 3rem;
				background-size: 64px 32px;
				margin-bottom: -3rem;
				border-radius: 0 0 1rem 1rem;
			}

		@media screen and (max-width: 1680px) {

			.banner.style4 {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.banner.style4 {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.style4 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

				.banner.style4 .image {
					width: 11.375rem;
					height: 20.22222rem;
					margin-top: 2.1875rem;
					margin-bottom: 4.625rem;
				}

					.banner.style4 .image:before {
						height: 2.1875rem;
						background-size: 56px 28px;
						margin-top: -2.1875rem;
						border-radius: 0.875rem 0.875rem 0 0;
					}

					.banner.style4 .image:after {
						height: 2.625rem;
						background-size: 56px 28px;
						margin-bottom: -2.625rem;
						border-radius: 0 0 0.875rem 0.875rem;
					}

		}

		@media screen and (max-width: 736px) {

			.banner.style4 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}

				.banner.style4 .image {
					width: 8.125rem;
					height: 14.44444rem;
					margin-top: 1.5625rem;
					margin-bottom: 3.875rem;
				}

					.banner.style4 .image:before {
						height: 1.5625rem;
						background-size: 40px 20px;
						margin-top: -1.5625rem;
						border-radius: 0.625rem 0.625rem 0 0;
					}

					.banner.style4 .image:after {
						height: 1.875rem;
						background-size: 40px 20px;
						margin-bottom: -1.875rem;
						border-radius: 0 0 0.625rem 0.625rem;
					}

		}

		@media screen and (orientation: portrait) {

			.banner.style4 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.banner.style4 .content {
					width: 34rem;
					max-width: 100%;
				}

				.banner.style4 .image {
					margin-right: 0;
					margin-left: 0;
				}

		}

		.banner.style4.fullscreen {
			min-height: 100vh;
		}

		.banner.style4.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			.banner.style4.orient-left .image {
				margin-right: 0;
				margin-left: 3.5rem;
			}

			@media screen and (orientation: portrait) {

				.banner.style4.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

					.banner.style4.orient-left .image {
						margin-right: 0;
						margin-left: 0;
					}

			}

		.banner.style4.content-align-center {
			text-align: center;
		}

		.banner.style4.content-align-right {
			text-align: right;
		}

		.banner.style4.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style4.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style5) */

	.banner.style5 {
		padding: 7rem 7rem 5rem 7rem ;
		-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-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: inherit;
		position: relative;
		text-align: center;
		overflow-x: hidden;
	}

		.banner.style5 .content {
			position: relative;
			width: 40rem;
			max-width: 100%;
			margin-bottom: 2rem;
			z-index: 1;
		}

		.banner.style5 .image {
			-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;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
			opacity: 0.5;
		}

			.banner.style5 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.banner.style5 {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.banner.style5 {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.style5 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

		}

		@media screen and (max-width: 736px) {

			.banner.style5 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
			}

		}

		.banner.style5.fullscreen {
			min-height: 100vh;
		}

		.banner.style5.content-align-left {
			text-align: left;
		}

		.banner.style5.content-align-right {
			text-align: right;
		}

		.banner.style5.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style5.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

	.banner .image {
		background-color: rgba(0, 0, 0, 0.125);
	}

	.banner.invert .image {
		background-color: rgba(255, 255, 255, 0.125);
	}

	.banner.style4 .image {
		border-color: rgba(0, 0, 0, 0.2);
		background-color: rgba(0, 0, 0, 0.2);
		border-width: 0;
	}

		.banner.style4 .image:before {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: rgba(0, 0, 0, 0.2);
			width: 100%;
		}

		.banner.style4 .image:after {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: rgba(0, 0, 0, 0.2);
			width: 100%;
		}

	.banner.style4.android .image:after {
		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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
	}

	.banner.style4.invert .image {
		border-color: white;
		background-color: white;
		border-width: 1px;
	}

		.banner.style4.invert .image:before {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}

		.banner.style4.invert .image:after {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}

	.banner.style4.invert.android .image:after {
		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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
	}

/* Spotlight (transitions) */

	.spotlight.onload-content-fade-up .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .spotlight.onload-content-fade-up .content {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

	.spotlight.onload-content-fade-down .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .spotlight.onload-content-fade-down .content {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

	.spotlight.onload-content-fade-left .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .spotlight.onload-content-fade-left .content {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

	.spotlight.onload-content-fade-right .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	body.is-preload .spotlight.onload-content-fade-right .content {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

	.spotlight.onload-content-fade-in .content {
		-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;
	}

	body.is-preload .spotlight.onload-content-fade-in .content {
		opacity: 0;
	}

	.spotlight.onload-image-fade-up .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onload-image-fade-up .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .spotlight.onload-image-fade-up .image {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

		body.is-preload .spotlight.onload-image-fade-up .image img {
			opacity: 0;
		}

	.spotlight.onload-image-fade-down .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onload-image-fade-down .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .spotlight.onload-image-fade-down .image {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

		body.is-preload .spotlight.onload-image-fade-down .image img {
			opacity: 0;
		}

	.spotlight.onload-image-fade-left .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onload-image-fade-left .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .spotlight.onload-image-fade-left .image {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

		body.is-preload .spotlight.onload-image-fade-left .image img {
			opacity: 0;
		}

	.spotlight.onload-image-fade-right .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onload-image-fade-right .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	body.is-preload .spotlight.onload-image-fade-right .image {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

		body.is-preload .spotlight.onload-image-fade-right .image img {
			opacity: 0;
		}

	.spotlight.onload-image-fade-in .image 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;
	}

	body.is-preload .spotlight.onload-image-fade-in .image img {
		opacity: 0;
	}

	.spotlight.onscroll-content-fade-up .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.spotlight.onscroll-content-fade-up.is-inactive .content {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

	.spotlight.onscroll-content-fade-down .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.spotlight.onscroll-content-fade-down.is-inactive .content {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

	.spotlight.onscroll-content-fade-left .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.spotlight.onscroll-content-fade-left.is-inactive .content {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

	.spotlight.onscroll-content-fade-right .content {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

	.spotlight.onscroll-content-fade-right.is-inactive .content {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

	.spotlight.onscroll-content-fade-in .content {
		-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;
	}

	.spotlight.onscroll-content-fade-in.is-inactive .content {
		opacity: 0;
	}

	.spotlight.onscroll-image-fade-up .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onscroll-image-fade-up .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.spotlight.onscroll-image-fade-up.is-inactive .image {
		-moz-transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
	}

		.spotlight.onscroll-image-fade-up.is-inactive .image img {
			opacity: 0;
		}

	.spotlight.onscroll-image-fade-down .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onscroll-image-fade-down .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.spotlight.onscroll-image-fade-down.is-inactive .image {
		-moz-transform: translateY(-1rem);
		-webkit-transform: translateY(-1rem);
		-ms-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
	}

		.spotlight.onscroll-image-fade-down.is-inactive .image img {
			opacity: 0;
		}

	.spotlight.onscroll-image-fade-left .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onscroll-image-fade-left .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.spotlight.onscroll-image-fade-left.is-inactive .image {
		-moz-transform: translateX(1rem);
		-webkit-transform: translateX(1rem);
		-ms-transform: translateX(1rem);
		transform: translateX(1rem);
		opacity: 0;
	}

		.spotlight.onscroll-image-fade-left.is-inactive .image img {
			opacity: 0;
		}

	.spotlight.onscroll-image-fade-right .image {
		-moz-transition: opacity 0.75s ease-in-out, -moz-transform 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out, -ms-transform 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
	}

		.spotlight.onscroll-image-fade-right .image 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: 0.5625s;
			-webkit-transition-delay: 0.5625s;
			-ms-transition-delay: 0.5625s;
			transition-delay: 0.5625s;
		}

	.spotlight.onscroll-image-fade-right.is-inactive .image {
		-moz-transform: translateX(-1rem);
		-webkit-transform: translateX(-1rem);
		-ms-transform: translateX(-1rem);
		transform: translateX(-1rem);
		opacity: 0;
	}

		.spotlight.onscroll-image-fade-right.is-inactive .image img {
			opacity: 0;
		}

	.spotlight.onscroll-image-fade-in .image 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;
	}

	.spotlight.onscroll-image-fade-in.is-inactive .image img {
		opacity: 0;
	}

/* Spotlight (style1) */

	.spotlight.style1 {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		position: relative;
		overflow-x: hidden;
		text-align: left;
	}

		.spotlight.style1 .content {
			padding: 7rem 7rem 5rem 7rem ;
			-moz-align-self: center;
			-webkit-align-self: center;
			-ms-align-self: center;
			align-self: center;
			-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: 65%;
			max-width: 64rem;
			margin: 0 auto;
		}

		.spotlight.style1 .image {
			-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;
			width: 35%;
			min-width: 25rem;
			border-radius: 0;
		}

			.spotlight.style1 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.spotlight.style1 .content {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.spotlight.style1 .content {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight.style1 .content {
				padding: 3.75rem 3rem 1.75rem 3rem ;
				width: 50%;
				min-width: 0;
			}

			.spotlight.style1 .image {
				width: 50%;
				min-width: 0;
			}

		}

		@media screen and (max-width: 736px) {

			.spotlight.style1 .content {
				padding: 2.5rem 2rem 0.5rem 2rem ;
			}

		}

	@media screen and (max-width: 736px) and (orientation: portrait) {

		.spotlight.style1 {
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
			text-align: center !important;
		}

			.spotlight.style1 .content {
				width: 100%;
			}

			.spotlight.style1 .image {
				width: 100%;
			}

				.spotlight.style1 .image img {
					position: relative;
				}

	}

		.spotlight.style1.orient-right {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

	@media screen and (max-width: 736px) and (orientation: portrait) {

		.spotlight.style1.orient-right {
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
		}

	}

		.spotlight.style1.content-align-center {
			text-align: center;
		}

		.spotlight.style1.content-align-right {
			text-align: right;
		}

		.spotlight.style1.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style1.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style2) */

	.spotlight.style2 {
		padding: 7rem 7rem 5rem 7rem ;
		-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: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		overflow-x: hidden;
		text-align: left;
	}

		.spotlight.style2 .content {
			width: 44.5rem;
			max-width: 100%;
		}

		.spotlight.style2 .image {
			-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;
			width: 21rem;
			height: 21rem;
			border-radius: 100%;
			margin: 0 3.5rem 2rem 0;
		}

			.spotlight.style2 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 100%;
			}

		@media screen and (max-width: 1680px) {

			.spotlight.style2 {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.spotlight.style2 {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight.style2 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

				.spotlight.style2 .image {
					width: 18.375rem;
					height: 18.375rem;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight.style2 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}

				.spotlight.style2 .image {
					width: 15.75rem;
					height: 15.75rem;
					margin: 0 2rem 2rem 0;
				}

		}

		@media screen and (orientation: portrait) {

			.spotlight.style2 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center !important;
			}

				.spotlight.style2 .content {
					width: 34rem;
					max-width: 100%;
				}

				.spotlight.style2 .image {
					margin-right: 0;
				}

		}

		.spotlight.style2.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			.spotlight.style2.orient-left .image {
				margin: 0 0 2rem 3.5rem;
			}

			@media screen and (max-width: 736px) {

				.spotlight.style2.orient-left .image {
					margin: 0 0 2rem 2rem;
				}

			}

			@media screen and (orientation: portrait) {

				.spotlight.style2.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

					.spotlight.style2.orient-left .image {
						margin-left: 0;
					}

			}

		.spotlight.style2.content-align-center {
			text-align: center;
		}

		.spotlight.style2.content-align-right {
			text-align: right;
		}

		.spotlight.style2.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style2.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style3) */

	.spotlight.style3 {
		padding: 7rem 7rem 5rem 7rem ;
		-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: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		overflow-x: hidden;
		text-align: left;
	}

		.spotlight.style3 .content {
			width: 44.5rem;
			max-width: 100%;
		}

		.spotlight.style3 .image {
			-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;
			border-radius: 0;
			border: solid 1px;
			width: 13rem;
			height: 23.11111rem;
			margin-top: 2.5rem;
			margin-bottom: 5rem;
			margin-right: 3.5rem;
		}

			.spotlight.style3 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

			.spotlight.style3 .image:before {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-bottom: 0;
			}

			.spotlight.style3 .image:after {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-top: 0;
			}

			.spotlight.style3 .image:before {
				height: 2.5rem;
				background-size: 64px 32px;
				margin-top: -2.5rem;
				border-radius: 1rem 1rem 0 0;
			}

			.spotlight.style3 .image:after {
				height: 3rem;
				background-size: 64px 32px;
				margin-bottom: -3rem;
				border-radius: 0 0 1rem 1rem;
			}

		@media screen and (max-width: 1680px) {

			.spotlight.style3 {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.spotlight.style3 {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.spotlight.style3 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

				.spotlight.style3 .image {
					width: 11.375rem;
					height: 20.22222rem;
					margin-top: 2.1875rem;
					margin-bottom: 4.625rem;
				}

					.spotlight.style3 .image:before {
						height: 2.1875rem;
						background-size: 56px 28px;
						margin-top: -2.1875rem;
						border-radius: 0.875rem 0.875rem 0 0;
					}

					.spotlight.style3 .image:after {
						height: 2.625rem;
						background-size: 56px 28px;
						margin-bottom: -2.625rem;
						border-radius: 0 0 0.875rem 0.875rem;
					}

		}

		@media screen and (max-width: 736px) {

			.spotlight.style3 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}

				.spotlight.style3 .image {
					width: 8.125rem;
					height: 14.44444rem;
					margin-top: 1.5625rem;
					margin-bottom: 3.875rem;
				}

					.spotlight.style3 .image:before {
						height: 1.5625rem;
						background-size: 40px 20px;
						margin-top: -1.5625rem;
						border-radius: 0.625rem 0.625rem 0 0;
					}

					.spotlight.style3 .image:after {
						height: 1.875rem;
						background-size: 40px 20px;
						margin-bottom: -1.875rem;
						border-radius: 0 0 0.625rem 0.625rem;
					}

		}

		@media screen and (orientation: portrait) {

			.spotlight.style3 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center !important;
			}

				.spotlight.style3 .content {
					width: 34rem;
					max-width: 100%;
				}

				.spotlight.style3 .image {
					margin-right: 0;
					margin-left: 0;
				}

		}

		.spotlight.style3.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			.spotlight.style3.orient-left .image {
				margin-right: 0;
				margin-left: 3.5rem;
			}

			@media screen and (orientation: portrait) {

				.spotlight.style3.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

					.spotlight.style3.orient-left .image {
						margin-right: 0;
						margin-left: 0;
					}

			}

		.spotlight.style3.content-align-center {
			text-align: center;
		}

		.spotlight.style3.content-align-right {
			text-align: right;
		}

		.spotlight.style3.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style3.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style4) */

	.spotlight.style4 {
		padding: 7rem 5.25rem 5rem 5.25rem ;
		-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-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: inherit;
		position: relative;
		overflow-x: hidden;
		text-align: center;
	}

		.spotlight.style4 .content {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			position: relative;
			width: 40rem;
			max-width: 50%;
			background-color: inherit;
			border-radius: 0.5rem;
			margin-bottom: 2rem;
			z-index: 1;
		}

		.spotlight.style4 .image {
			-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;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
		}

			.spotlight.style4 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.spotlight.style4 {
				padding: 5rem 3.75rem 3rem 3.75rem ;
			}

				.spotlight.style4 .content {
					padding: 2.5rem 2.5rem 0.5rem 2.5rem ;
				}

		}

		@media screen and (max-width: 1280px) {

			.spotlight.style4 {
				padding: 4rem 3rem 2rem 3rem ;
			}

				.spotlight.style4 .content {
					padding: 3rem 3rem 1rem 3rem ;
				}

		}

		@media screen and (max-width: 980px) {

			.spotlight.style4 {
				padding: 3rem 2.25rem 1rem 2.25rem ;
			}

				.spotlight.style4 .content {
					padding: 2.25rem 2.25rem 0.25rem 2.25rem ;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight.style4 {
				padding: 2rem 1.5rem 0.1rem 1.5rem ;
			}

				.spotlight.style4 .content {
					padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
				}

		}

		@media screen and (max-width: 480px) {

			.spotlight.style4 .content {
				max-width: 80%;
			}

		}

		.spotlight.style4.fullscreen {
			min-height: 100vh;
		}

		.spotlight.style4.halfscreen {
			min-height: 50vh;
		}

		.spotlight.style4.orient-left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
			padding-left: 0;
		}

			.spotlight.style4.orient-left .content {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}

		.spotlight.style4.orient-right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
			padding-right: 0;
		}

			.spotlight.style4.orient-right .content {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}

		.spotlight.style4.content-align-left {
			text-align: left;
		}

		.spotlight.style4.content-align-right {
			text-align: right;
		}

		.spotlight.style4.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style4.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Spotlight (style5) */

	.spotlight.style5 {
		padding: 7rem 5.25rem 5rem 5.25rem ;
		-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-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: inherit;
		position: relative;
		overflow-x: hidden;
		text-align: center;
	}

		.spotlight.style5 .content {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			position: relative;
			width: 40rem;
			max-width: 52.5%;
			background-color: inherit;
			border-radius: 0.5rem;
			margin-bottom: 2rem;
			z-index: 1;
		}

		.spotlight.style5 .image {
			-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;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
		}

			.spotlight.style5 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.spotlight.style5 {
				padding: 5rem 3.75rem 3rem 3.75rem ;
			}

				.spotlight.style5 .content {
					padding: 2.5rem 2.5rem 0.5rem 2.5rem ;
				}

		}

		@media screen and (max-width: 1280px) {

			.spotlight.style5 {
				padding: 4rem 3rem 2rem 3rem ;
			}

				.spotlight.style5 .content {
					padding: 3rem 3rem 1rem 3rem ;
				}

		}

		@media screen and (max-width: 980px) {

			.spotlight.style5 {
				padding: 3rem 2.25rem 1rem 2.25rem ;
			}

				.spotlight.style5 .content {
					padding: 2.25rem 2.25rem 0.25rem 2.25rem ;
				}

		}

		@media screen and (max-width: 736px) {

			.spotlight.style5 {
				padding: 2rem 1.5rem 0.1rem 1.5rem ;
			}

				.spotlight.style5 .content {
					padding: 1.5rem 1.5rem 0.1rem 1.5rem ;
				}

		}

		@media screen and (max-width: 480px) {

			.spotlight.style5 .content {
				max-width: 80%;
			}

		}

		.spotlight.style5.fullscreen {
			min-height: 100vh;
		}

		.spotlight.style5.halfscreen {
			min-height: 50vh;
		}

		.spotlight.style5.orient-left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
		}

		.spotlight.style5.orient-right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
		}

		.spotlight.style5.content-align-left {
			text-align: left;
		}

		.spotlight.style5.content-align-right {
			text-align: right;
		}

		.spotlight.style5.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.spotlight.style5.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

	.spotlight .image {
		background-color: rgba(0, 0, 0, 0.125);
	}

	.spotlight.invert .image {
		background-color: rgba(255, 255, 255, 0.125);
	}

	.spotlight.style3 .image {
		border-color: rgba(0, 0, 0, 0.2);
		background-color: rgba(0, 0, 0, 0.2);
		border-width: 0;
	}

		.spotlight.style3 .image:before {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: rgba(0, 0, 0, 0.2);
			width: 100%;
		}

		.spotlight.style3 .image:after {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: rgba(0, 0, 0, 0.2);
			width: 100%;
		}

	.spotlight.style3.android .image:after {
		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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
	}

	.spotlight.style3.invert .image {
		border-color: white;
		background-color: white;
		border-width: 1px;
	}

		.spotlight.style3.invert .image:before {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}

		.spotlight.style3.invert .image:after {
			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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}

	.spotlight.style3.invert.android .image:after {
		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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
	}

/* Gallery (transitions) */

	.gallery.onload-fade-in article .image 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) .image img {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}

	.gallery.onload-fade-in article:nth-child(2) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image img {
		-moz-transition-delay: 3s;
		-webkit-transition-delay: 3s;
		-ms-transition-delay: 3s;
		transition-delay: 3s;
	}

	.gallery.onload-fade-in article:nth-child(22) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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 .image img {
		opacity: 0;
	}

	.gallery.onscroll-fade-in article .image 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) .image img {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}

	.gallery.onscroll-fade-in article:nth-child(2) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image img {
		-moz-transition-delay: 3s;
		-webkit-transition-delay: 3s;
		-ms-transition-delay: 3s;
		transition-delay: 3s;
	}

	.gallery.onscroll-fade-in article:nth-child(22) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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) .image 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 .image 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 > .forward, .gallery.style1 > .backward {
			display: none;
		}

		.gallery.style1 > .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 .image {
				-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 .image 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 > * {
					max-width: 100%;
					margin-bottom: 1rem;
				}

				.gallery.style1 article .caption > :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 > .forward, .gallery.style2 > .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 > .forward:before, .gallery.style2 > .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 > .forward:before, .gallery.style2 > .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 > .forward, .gallery.style2:hover > .backward {
			opacity: 1;
		}

		.gallery.style2 > .forward {
			right: 0;
			background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0));
		}

			.gallery.style2 > .forward:before {
				content: '\f105';
				right: 0;
			}

		.gallery.style2 > .backward {
			left: 0;
			background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0));
		}

			.gallery.style2 > .backward:before {
				content: '\f104';
				left: 0;
			}

		.gallery.style2 > .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 .image {
				display: block;
				width: 100%;
				border-radius: 0;
			}

				.gallery.style2 article .image 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 > * {
					max-width: 100%;
					margin-bottom: 1rem;
				}

				.gallery.style2 article .caption > :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 img {
			max-width: 100vw;
		}

	} */

	@media screen and (max-width: 450px) {

		.gallery.lightbox img {
			max-width: 100vw;
		}

	}


	.gallery article .image {
		background-color: rgba(0, 0, 0, 0.125);
	}

/* Wrapper (style1) */

	.wrapper.style1 > .inner {
		padding: 7rem 3.5rem 5rem 3.5rem ;
		margin: 0 auto;
		max-width: 100%;
		width: 64rem;
	}

		.wrapper.style1 > .inner.medium {
			width: 48rem;
		}

		.wrapper.style1 > .inner.small {
			width: 32rem;
		}

	@media screen and (max-width: 1680px) {

		.wrapper.style1 > .inner {
			padding: 5rem 2.5rem 3rem 2.5rem ;
		}

	}

	@media screen and (max-width: 1280px) {

		.wrapper.style1 > .inner {
			padding: 4rem 4rem 2rem 4rem ;
		}

	}

	@media screen and (max-width: 980px) {

		.wrapper.style1 > .inner {
			padding: 4.5rem 3rem 2.5rem 3rem ;
		}

	}

	@media screen and (max-width: 736px) {

		.wrapper.style1 > .inner {
			padding: 3rem 2rem 1rem 2rem ;
		}

	}

/* Wrapper (style2) */

	.wrapper.style2 {
		padding: 7rem;
		background-color: #eeeeee;
	}

		.wrapper.style2 > .inner {
			padding: 5.25rem 3.5rem 3.25rem 3.5rem ;
			background-color: #ffffff;
			border-radius: 0.5rem;
			margin: 0 auto;
			max-width: 100%;
			position: relative;
			width: 64rem;
			z-index: 1;
		}

			.wrapper.style2 > .inner.medium {
				width: 48rem;
			}

			.wrapper.style2 > .inner.small {
				width: 32rem;
			}

		@media screen and (max-width: 1680px) {

			.wrapper.style2 {
				padding: 5rem;
			}

				.wrapper.style2 > .inner {
					padding: 3.75rem 2.5rem 1.75rem 2.5rem ;
				}

		}

		@media screen and (max-width: 1280px) {

			.wrapper.style2 {
				padding: 4rem;
			}

				.wrapper.style2 > .inner {
					padding: 3rem 2rem 1rem 2rem ;
				}

		}

		@media screen and (max-width: 980px) {

			.wrapper.style2 {
				padding: 2.25rem;
			}

				.wrapper.style2 > .inner {
					padding: 3rem 2.25rem 1rem 2.25rem ;
				}

		}

		@media screen and (max-width: 736px) {

			.wrapper.style2 {
				padding: 1.5rem;
			}

				.wrapper.style2 > .inner {
					padding: 2rem 1.5rem 0.1rem 1.5rem ;
				}

		}

	#wrapper > .wrapper.style2.invert:not(.color1):not(.color2):not(.color3):not(.color4):not(.color5):not(.color6):not(.color7) {
		background-color: #222222;
	}

	#wrapper > .wrapper.style2.invert > .inner {
		background-color: #000000;
	}

/* Items (transitions) */

	.items.onload-fade-in > * > .inner {
		-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: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	.items.onload-fade-in > *:nth-child(1) > .inner {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}

	.items.onload-fade-in > *:nth-child(2) > .inner {
		-moz-transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
		-ms-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	.items.onload-fade-in > *:nth-child(3) > .inner {
		-moz-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.items.onload-fade-in > *:nth-child(4) > .inner {
		-moz-transition-delay: 0.45s;
		-webkit-transition-delay: 0.45s;
		-ms-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}

	.items.onload-fade-in > *:nth-child(5) > .inner {
		-moz-transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
		-ms-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	.items.onload-fade-in > *:nth-child(6) > .inner {
		-moz-transition-delay: 0.75s;
		-webkit-transition-delay: 0.75s;
		-ms-transition-delay: 0.75s;
		transition-delay: 0.75s;
	}

	.items.onload-fade-in > *:nth-child(7) > .inner {
		-moz-transition-delay: 0.9s;
		-webkit-transition-delay: 0.9s;
		-ms-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}

	.items.onload-fade-in > *:nth-child(8) > .inner {
		-moz-transition-delay: 1.05s;
		-webkit-transition-delay: 1.05s;
		-ms-transition-delay: 1.05s;
		transition-delay: 1.05s;
	}

	.items.onload-fade-in > *:nth-child(9) > .inner {
		-moz-transition-delay: 1.2s;
		-webkit-transition-delay: 1.2s;
		-ms-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}

	.items.onload-fade-in > *:nth-child(10) > .inner {
		-moz-transition-delay: 1.35s;
		-webkit-transition-delay: 1.35s;
		-ms-transition-delay: 1.35s;
		transition-delay: 1.35s;
	}

	.items.onload-fade-in > *:nth-child(11) > .inner {
		-moz-transition-delay: 1.5s;
		-webkit-transition-delay: 1.5s;
		-ms-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

	.items.onload-fade-in > *:nth-child(12) > .inner {
		-moz-transition-delay: 1.65s;
		-webkit-transition-delay: 1.65s;
		-ms-transition-delay: 1.65s;
		transition-delay: 1.65s;
	}

	.items.onload-fade-in > *:nth-child(13) > .inner {
		-moz-transition-delay: 1.8s;
		-webkit-transition-delay: 1.8s;
		-ms-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}

	.items.onload-fade-in > *:nth-child(14) > .inner {
		-moz-transition-delay: 1.95s;
		-webkit-transition-delay: 1.95s;
		-ms-transition-delay: 1.95s;
		transition-delay: 1.95s;
	}

	.items.onload-fade-in > *:nth-child(15) > .inner {
		-moz-transition-delay: 2.1s;
		-webkit-transition-delay: 2.1s;
		-ms-transition-delay: 2.1s;
		transition-delay: 2.1s;
	}

	.items.onload-fade-in > *:nth-child(16) > .inner {
		-moz-transition-delay: 2.25s;
		-webkit-transition-delay: 2.25s;
		-ms-transition-delay: 2.25s;
		transition-delay: 2.25s;
	}

	.items.onload-fade-in > *:nth-child(17) > .inner {
		-moz-transition-delay: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	body.is-preload .items.onload-fade-in > * > .inner {
		opacity: 0;
	}

	.items.onscroll-fade-in > * > .inner {
		-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: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	.items.onscroll-fade-in > *:nth-child(1) > .inner {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}

	.items.onscroll-fade-in > *:nth-child(2) > .inner {
		-moz-transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
		-ms-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	.items.onscroll-fade-in > *:nth-child(3) > .inner {
		-moz-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.items.onscroll-fade-in > *:nth-child(4) > .inner {
		-moz-transition-delay: 0.45s;
		-webkit-transition-delay: 0.45s;
		-ms-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}

	.items.onscroll-fade-in > *:nth-child(5) > .inner {
		-moz-transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
		-ms-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	.items.onscroll-fade-in > *:nth-child(6) > .inner {
		-moz-transition-delay: 0.75s;
		-webkit-transition-delay: 0.75s;
		-ms-transition-delay: 0.75s;
		transition-delay: 0.75s;
	}

	.items.onscroll-fade-in > *:nth-child(7) > .inner {
		-moz-transition-delay: 0.9s;
		-webkit-transition-delay: 0.9s;
		-ms-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}

	.items.onscroll-fade-in > *:nth-child(8) > .inner {
		-moz-transition-delay: 1.05s;
		-webkit-transition-delay: 1.05s;
		-ms-transition-delay: 1.05s;
		transition-delay: 1.05s;
	}

	.items.onscroll-fade-in > *:nth-child(9) > .inner {
		-moz-transition-delay: 1.2s;
		-webkit-transition-delay: 1.2s;
		-ms-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}

	.items.onscroll-fade-in > *:nth-child(10) > .inner {
		-moz-transition-delay: 1.35s;
		-webkit-transition-delay: 1.35s;
		-ms-transition-delay: 1.35s;
		transition-delay: 1.35s;
	}

	.items.onscroll-fade-in > *:nth-child(11) > .inner {
		-moz-transition-delay: 1.5s;
		-webkit-transition-delay: 1.5s;
		-ms-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

	.items.onscroll-fade-in > *:nth-child(12) > .inner {
		-moz-transition-delay: 1.65s;
		-webkit-transition-delay: 1.65s;
		-ms-transition-delay: 1.65s;
		transition-delay: 1.65s;
	}

	.items.onscroll-fade-in > *:nth-child(13) > .inner {
		-moz-transition-delay: 1.8s;
		-webkit-transition-delay: 1.8s;
		-ms-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}

	.items.onscroll-fade-in > *:nth-child(14) > .inner {
		-moz-transition-delay: 1.95s;
		-webkit-transition-delay: 1.95s;
		-ms-transition-delay: 1.95s;
		transition-delay: 1.95s;
	}

	.items.onscroll-fade-in > *:nth-child(15) > .inner {
		-moz-transition-delay: 2.1s;
		-webkit-transition-delay: 2.1s;
		-ms-transition-delay: 2.1s;
		transition-delay: 2.1s;
	}

	.items.onscroll-fade-in > *:nth-child(16) > .inner {
		-moz-transition-delay: 2.25s;
		-webkit-transition-delay: 2.25s;
		-ms-transition-delay: 2.25s;
		transition-delay: 2.25s;
	}

	.items.onscroll-fade-in > *:nth-child(17) > .inner {
		-moz-transition-delay: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	.items.onscroll-fade-in.is-inactive > * > .inner {
		opacity: 0;
	}

/* Items (style1) */

	.items.style1 {
		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;
		margin: 3rem 0;
		position: relative;
	}

		.items.style1 > * {
			-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;
			border-style: solid;
			border-left-width: 1px;
			border-top-width: 1px;
		}

		.items.style1.big > * {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			width: 50%;
		}

			.items.style1.big > *:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.items.style1.big > *:nth-child(2n + 1) {
				border-left-width: 0;
			}

		.items.style1.medium > * {
			padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
			width: 33.33333%;
		}

			.items.style1.medium > *:nth-child(-n + 3) {
				border-top-width: 0;
			}

			.items.style1.medium > *:nth-child(3n + 1) {
				border-left-width: 0;
			}

		.items.style1.small > * {
			padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
			width: 25%;
		}

			.items.style1.small > *:nth-child(-n + 4) {
				border-top-width: 0;
			}

			.items.style1.small > *:nth-child(4n + 1) {
				border-left-width: 0;
			}

		@media screen and (max-width: 1280px) {

			.items.style1.small > *:nth-child(-n + 4) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(4n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
				width: 33.33333%;
			}

				.items.style1.small > *:nth-child(-n + 3) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(3n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 980px) {

			.items.style1.medium > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style1.medium > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style1.medium > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style1.medium > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style1.medium > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

			.items.style1.small > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style1.small > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.items.style1.big > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.big > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.big > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.big > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.big > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.medium > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.medium > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.medium > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.medium > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.medium > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.small > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.small > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.big > *, .items.style1.medium > *, .items.style1.small > * {
				padding-left: 0;
				padding-right: 0;
			}

			.items.style1.big > :first-child, .items.style1.medium > :first-child, .items.style1.small > :first-child {
				padding-top: 0;
			}

			.items.style1.big > :last-child, .items.style1.medium > :last-child, .items.style1.small > :last-child {
				padding-bottom: 0;
			}

				.items.style1.big > :last-child > .inner > :last-child, .items.style1.medium > :last-child > .inner > :last-child, .items.style1.small > :last-child > .inner > :last-child {
					margin-bottom: 0;
				}

		}

/* Items (style2) */

	.items.style2 {
		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;
		margin: 3rem 0;
		position: relative;
		border: solid 1px;
		border-radius: 4px;
	}

		.items.style2 > * {
			-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;
			border-style: solid;
			border-left-width: 1px;
			border-top-width: 1px;
		}

		.items.style2.big > * {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			width: 50%;
		}

			.items.style2.big > *:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.items.style2.big > *:nth-child(2n + 1) {
				border-left-width: 0;
			}

		.items.style2.medium > * {
			padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
			width: 33.33333%;
		}

			.items.style2.medium > *:nth-child(-n + 3) {
				border-top-width: 0;
			}

			.items.style2.medium > *:nth-child(3n + 1) {
				border-left-width: 0;
			}

		.items.style2.small > * {
			padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
			width: 25%;
		}

			.items.style2.small > *:nth-child(-n + 4) {
				border-top-width: 0;
			}

			.items.style2.small > *:nth-child(4n + 1) {
				border-left-width: 0;
			}

		@media screen and (max-width: 1280px) {

			.items.style2.small > *:nth-child(-n + 4) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(4n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
				width: 33.33333%;
			}

				.items.style2.small > *:nth-child(-n + 3) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(3n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 980px) {

			.items.style2.medium > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style2.medium > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style2.medium > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style2.medium > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style2.medium > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

			.items.style2.small > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style2.small > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.items.style2.big > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.big > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.big > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.big > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.big > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style2.medium > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.medium > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.medium > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.medium > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.medium > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style2.small > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.small > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

		}

/* Items (style3) */

	.items.style3 {
		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;
		margin: 3rem 0;
		position: relative;
	}

		.items.style3 > * {
			-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;
		}

		.items.style3.big > * {
			padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
			width: 50%;
		}

		.items.style3.medium > * {
			padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ;
			width: 33.33333%;
		}

		.items.style3.small > * {
			padding: 0.65625rem 0.65625rem 0.1rem 0.65625rem ;
			width: 25%;
		}

		@media screen and (max-width: 1280px) {

			.items.style3.small > * {
				padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ;
				width: 33.33333%;
			}

		}

		@media screen and (max-width: 980px) {

			.items.style3.medium > * {
				padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
				width: 50%;
			}

			.items.style3.small > * {
				padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
				width: 50%;
			}

		}

		@media screen and (max-width: 736px) {

			.items.style3 {
				margin: 2rem 0;
			}

		}

		@media screen and (max-width: 480px) {

			.items.style3.big > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}

			.items.style3.medium > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}

			.items.style3.small > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}

			.items.style3.big > *, .items.style3.medium > *, .items.style3.small > * {
				padding-left: 0;
				padding-right: 0;
			}

			.items.style3.big > :first-child, .items.style3.medium > :first-child, .items.style3.small > :first-child {
				padding-top: 0;
			}

			.items.style3.big > :last-child, .items.style3.medium > :last-child, .items.style3.small > :last-child {
				padding-bottom: 0;
			}

				.items.style3.big > :last-child > .inner > :last-child, .items.style3.medium > :last-child > .inner > :last-child, .items.style3.small > :last-child > .inner > :last-child {
					margin-bottom: 0;
				}

		}

	.items.style1 > * {
		border-color: rgba(0, 0, 0, 0.2);
	}

	.items.style2 {
		border-color: rgba(0, 0, 0, 0.2);
	}

		.items.style2 > * {
			border-color: rgba(0, 0, 0, 0.2);
		}

/* Index */

	.index > * {
		padding: 3rem 0 1rem 0 ;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		border-top: solid 1px;
	}

		.index > * > header {
			-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;
			width: 15rem;
		}

		.index > * > .content {
			-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;
		}

	.index > :first-child {
		border-top: 0;
	}

	@media screen and (max-width: 980px) {

		.index > * > header {
			width: 11rem;
		}

	}

	@media screen and (max-width: 736px) {

		.index > * > header {
			width: 10rem;
		}

	}

	@media screen and (max-width: 480px) {

		.index > * {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.index > * > header {
				width: 100%;
			}

	}

	.index > * {
		border-top-color: rgba(0, 0, 0, 0.2);
	}

/* Wrapper */

	#wrapper {
		background-color: inherit;
		width: 100%;
		overflow-x: hidden;
	}

		#wrapper > .invert {
			background-color: #000000;
			color: #ffffff;
		}

			#wrapper > .invert input, #wrapper > .invert select, #wrapper > .invert textarea {
				color: #ffffff;
			}

			#wrapper > .invert a {
				color: #ffffff;
			}

				#wrapper > .invert a:hover {
					color: #47D3E5;
				}

			#wrapper > .invert strong, #wrapper > .invert b {
				color: #ffffff;
			}

			#wrapper > .invert h1, #wrapper > .invert h2, #wrapper > .invert h3, #wrapper > .invert h4, #wrapper > .invert h5, #wrapper > .invert h6 {
				color: #ffffff;
			}

			#wrapper > .invert blockquote {
				border-left-color: white;
			}

			#wrapper > .invert code {
				background: rgba(255, 255, 255, 0.125);
				border-color: white;
			}

			#wrapper > .invert hr {
				border-bottom-color: white;
			}

			#wrapper > .invert .box {
				border-color: white;
			}

			#wrapper > .invert input[type="submit"],
			#wrapper > .invert input[type="reset"],
			#wrapper > .invert input[type="button"],
			#wrapper > .invert button,
			#wrapper > .invert .button {
				background-color: transparent;
				box-shadow: inset 0 0 0 1px white;
				color: #ffffff !important;
			}

				#wrapper > .invert input[type="submit"]:hover,
				#wrapper > .invert input[type="reset"]:hover,
				#wrapper > .invert input[type="button"]:hover,
				#wrapper > .invert button:hover,
				#wrapper > .invert .button:hover {
					box-shadow: inset 0 0 0 1px #47D3E5;
					color: #47D3E5 !important;
				}

				#wrapper > .invert input[type="submit"]:active,
				#wrapper > .invert input[type="reset"]:active,
				#wrapper > .invert input[type="button"]:active,
				#wrapper > .invert button:active,
				#wrapper > .invert .button:active {
					background-color: rgba(71, 211, 229, 0.2);
					box-shadow: inset 0 0 0 1px #47D3E5;
					color: #47D3E5 !important;
				}

				#wrapper > .invert input[type="submit"].primary,
				#wrapper > .invert input[type="reset"].primary,
				#wrapper > .invert input[type="button"].primary,
				#wrapper > .invert button.primary,
				#wrapper > .invert .button.primary {
					background-color: #ffffff;
					box-shadow: none;
					color: #000000 !important;
				}

					#wrapper > .invert input[type="submit"].primary:hover,
					#wrapper > .invert input[type="reset"].primary:hover,
					#wrapper > .invert input[type="button"].primary:hover,
					#wrapper > .invert button.primary:hover,
					#wrapper > .invert .button.primary:hover {
						background-color: #47D3E5;
					}

					#wrapper > .invert input[type="submit"].primary:active,
					#wrapper > .invert input[type="reset"].primary:active,
					#wrapper > .invert input[type="button"].primary:active,
					#wrapper > .invert button.primary:active,
					#wrapper > .invert .button.primary:active {
						background-color: #1ebdd1;
					}

			#wrapper > .invert label {
				color: #ffffff;
			}

			#wrapper > .invert input[type="text"],
			#wrapper > .invert input[type="password"],
			#wrapper > .invert input[type="email"],
			#wrapper > .invert input[type="tel"],
			#wrapper > .invert input[type="search"],
			#wrapper > .invert input[type="url"],
			#wrapper > .invert select,
			#wrapper > .invert textarea {
				border-color: white;
			}

				#wrapper > .invert input[type="text"]:focus,
				#wrapper > .invert input[type="password"]:focus,
				#wrapper > .invert input[type="email"]:focus,
				#wrapper > .invert input[type="tel"]:focus,
				#wrapper > .invert input[type="search"]:focus,
				#wrapper > .invert input[type="url"]:focus,
				#wrapper > .invert select:focus,
				#wrapper > .invert textarea:focus {
					border-color: #47D3E5;
					box-shadow: 0 0 0 1px #47D3E5;
				}

			#wrapper > .invert 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(0, 0, 0, 0.2)' /%3E%3C/svg%3E");
			}

				#wrapper > .invert select option {
					color: #000000;
					background: #ffffff;
				}

			#wrapper > .invert input[type="checkbox"] + label,
			#wrapper > .invert input[type="radio"] + label {
				color: #ffffff;
			}

				#wrapper > .invert input[type="checkbox"] + label:before,
				#wrapper > .invert input[type="radio"] + label:before {
					border-color: white;
				}

			#wrapper > .invert input[type="checkbox"]:checked + label:before,
			#wrapper > .invert input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #000000;
			}

			#wrapper > .invert input[type="checkbox"]:focus + label:before,
			#wrapper > .invert input[type="radio"]:focus + label:before {
				border-color: #47D3E5;
				box-shadow: 0 0 0 1px #47D3E5;
			}

			#wrapper > .invert ::-webkit-input-placeholder {
				color: #ffffff !important;
			}

			#wrapper > .invert :-moz-placeholder {
				color: #ffffff !important;
			}

			#wrapper > .invert ::-moz-placeholder {
				color: #ffffff !important;
			}

			#wrapper > .invert :-ms-input-placeholder {
				color: #ffffff !important;
			}

			#wrapper > .invert .icon.style2:before {
				box-shadow: inset 0 0 0 1px white;
			}

			#wrapper > .invert a.icon.style2:hover:before {
				box-shadow: inset 0 0 0 1px #47D3E5;
				color: #47D3E5;
			}

			#wrapper > .invert a.icon.style2:active:before {
				background-color: rgba(71, 211, 229, 0.1);
				box-shadow: inset 0 0 0 1px #47D3E5;
				color: #47D3E5;
			}

			#wrapper > .invert ul.alt li {
				border-top-color: white;
			}

			#wrapper > .invert header p {
				color: #ffffff;
			}

			#wrapper > .invert table tbody tr {
				border-color: white;
			}

				#wrapper > .invert table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.125);
				}

				#wrapper > .invert table tbody tr.alt {
					background-color: rgba(255, 255, 255, 0.125) !important;
				}

			#wrapper > .invert table th {
				color: #ffffff;
			}

			#wrapper > .invert table thead {
				border-bottom-color: white;
			}

			#wrapper > .invert table tfoot {
				border-top-color: white;
			}

			#wrapper > .invert table.alt tbody tr td {
				border-color: white;
			}

			#wrapper > .invert table.uniform tbody tr:nth-child(2n + 1) {
				background-color: transparent;
			}

			#wrapper > .invert .banner .image {
				background-color: rgba(255, 255, 255, 0.125);
			}

			#wrapper > .invert .banner.style4 .image {
				border-color: white;
				background-color: white;
				border-width: 1px;
			}

				#wrapper > .invert .banner.style4 .image:before {
					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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
					border-color: white;
					width: calc(100% + 2px);
					margin-left: -1px;
				}

				#wrapper > .invert .banner.style4 .image:after {
					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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
					border-color: white;
					width: calc(100% + 2px);
					margin-left: -1px;
				}

			#wrapper > .invert .banner.style4.android .image:after {
				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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			}

			#wrapper > .invert .spotlight .image {
				background-color: rgba(255, 255, 255, 0.125);
			}

			#wrapper > .invert .spotlight.style3 .image {
				border-color: white;
				background-color: white;
				border-width: 1px;
			}

				#wrapper > .invert .spotlight.style3 .image:before {
					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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
					border-color: white;
					width: calc(100% + 2px);
					margin-left: -1px;
				}

				#wrapper > .invert .spotlight.style3 .image:after {
					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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
					border-color: white;
					width: calc(100% + 2px);
					margin-left: -1px;
				}

			#wrapper > .invert .spotlight.style3.android .image:after {
				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='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			}

			#wrapper > .invert .gallery article .image {
				background-color: rgba(255, 255, 255, 0.125);
			}

			#wrapper > .invert .items.style1 > * {
				border-color: white;
			}

			#wrapper > .invert .items.style2 {
				border-color: white;
			}

				#wrapper > .invert .items.style2 > * {
					border-color: white;
				}

			#wrapper > .invert .index > * {
				border-top-color: white;
			}

		#wrapper > .color1 {
			background-color: #30363d;
		}

		#wrapper > .color2 {
			background-color: #db8992;
		}

		#wrapper > .color3 {
			background-color: #ab7aad;
		}

		#wrapper > .color4 {
			background-color: #897cad;
		}

		#wrapper > .color5 {
			background-color: #7794ce;
		}

		#wrapper > .color6 {
			background-color: #64abb4;
		}

		#wrapper > .color7 {
			background-color: #6ba78c;
		}

		#wrapper.divided > * {
			box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075);
		}

			#wrapper.divided > *:first-child {
				box-shadow: none !important;
			}

		#wrapper.divided > .invert {
			box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125);
		}

			#wrapper.divided > .invert:first-child {
				box-shadow: none !important;
			}

.magicpattern { 



	width: 100%;
	
	
	
	height: 100%;
	
	
	
	background-size: cover;
	
	
	
	background-position: center center;
	
	
	
	background-repeat: repeat;
	
	
	
	background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1080 608%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d=%22M0 0h1080v608H0z%22%2F%3E%3Crect x=%2260%22 y=%22114%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.88597 .2758 -.53599 -.96185 216.162 211.13)%22%2F%3E%3Crect x=%22528%22 y=%22241%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.83696 .3908 -.58715 -.92065 1170.696 251.337)%22%2F%3E%3Crect x=%22621%22 y=%2252%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.86974 .69848 -.53103 .7233 106.973 -485.428)%22%2F%3E%3Crect x=%22490%22 y=%22327%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.10361 .9846 -1.0493 -.31992 861.556 83.291)%22%2F%3E%3Crect x=%2243%22 y=%22225%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.7732 .85834 -.70045 .51574 229.266 75.105)%22%2F%3E%3Crect x=%22582%22 y=%22338%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.19407 .9323 -.99422 -.37667 1071.014 -13.208)%22%2F%3E%3Crect x=%22711%22 y=%22368%22 width=%224.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.97718 .07106 -.09786 -1.01624 1365.394 834.984)%22%2F%3E%3Crect x=%22691%22 y=%22305%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.83343 .26205 -.70573 -.97797 1618.24 542.359)%22%2F%3E%3Crect x=%22890%22 y=%22595%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.96164 -.16448 .00805 -1.03852 1604.549 1653.594)%22%2F%3E%3Crect x=%22128%22 y=%2234%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.34794 .86044 -.95313 -.517 216.838 -43.968)%22%2F%3E%3Crect x=%22717%22 y=%2235%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-1.01061 -.12307 -.10514 -1.0023 1462.222 269.671)%22%2F%3E%3Crect x=%22495%22 y=%22171%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.89355 .54764 -.45007 .84329 156.079 -297.065)%22%2F%3E%3Crect x=%221053%22 y=%22292%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.20667 1.04746 -.97277 -.09164 1112.358 -440.786)%22%2F%3E%3Crect x=%22353%22 y=%2292%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.98798 .26136 -.1389 .97542 15.121 -40.582)%22%2F%3E%3Crect x=%22212%22 y=%22351%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.99637 -.05299 -.13984 1.01108 39.207 -26.49)%22%2F%3E%3Crect x=%2287%22 y=%22584%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.44215 .67614 -.97034 -.77781 815.665 1005.83)%22%2F%3E%3Crect x=%22377%22 y=%22320%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.0965 .52654 -.07429 .87632 104.03 -78.903)%22%2F%3E%3Crect x=%22384%22 y=%22239%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.9818 .07063 -.1188 -1.01 762.903 523.395)%22%2F%3E%3Crect x=%2251%22 y=%22423%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.0696 .99386 -.99264 -.19319 466.395 465.397)%22%2F%3E%3Crect x=%22448%22 y=%22235%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.06976 .99572 -1.0141 -.13994 692.79 -126.618)%22%2F%3E%3Crect x=%22246%22 y=%22389%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.44127 .83982 -.90416 -.54539 738.053 408.604)%22%2F%3E%3Crect x=%22763%22 y=%22476%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.76301 .39946 -.70584 -.94107 1776.973 788.86)%22%2F%3E%3Crect x=%221038%22 y=%22151%22 width=%223.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.1015 .95864 -1.01211 -.29309 1321.43 -871.348)%22%2F%3E%3Crect x=%22876%22 y=%22555%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.21671 .89162 -1.00632 -.47409 1726.184 163.84)%22%2F%3E%3Crect x=%22824%22 y=%22222%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.02011 .17495 .0695 -.9922 1636.63 204.49)%22%2F%3E%3Crect x=%22238%22 y=%22503%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.61516 .811 -.78612 -.58922 732.216 630.28)%22%2F%3E%3Crect x=%22660%22 y=%22171%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.83333 .39288 -.5821 .92558 201.048 -316.403)%22%2F%3E%3Crect x=%22104%22 y=%22574%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.99825 .10493 -.0327 .99832 109.538 -19.522)%22%2F%3E%3Crect x=%2260%22 y=%22549%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.01321 .05237 .23752 .99924 46.694 -4.95)%22%2F%3E%3Crect x=%22864%22 y=%22285%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.3448 .97874 -.94843 .20804 873.843 -590.137)%22%2F%3E%3Crect x=%22813%22 y=%22286%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.72563 .56659 -.64758 -.87247 1528.558 313.244)%22%2F%3E%3Crect x=%22426%22 y=%22518%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.90374 .37928 -.39978 .93874 305.965 -198.39)%22%2F%3E%3Crect x=%22961%22 y=%22165%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.6269 .83526 -.77438 .5634 479.242 -612.416)%22%2F%3E%3Crect x=%22961%22 y=%22209%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.22018 .85828 -1.0166 -.57892 1451.793 -230.089)%22%2F%3E%3Crect x=%22628%22 y=%22174%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.9475 .49085 -.32794 .88552 116.55 -388.386)%22%2F%3E%3Crect x=%22803%22 y=%22270%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.00717 .27907 -.07086 .97324 34.44 -89.818)%22%2F%3E%3Crect x=%22387%22 y=%22174%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.01745 .99582 -.99985 -.24829 574.802 -74.113)%22%2F%3E%3Crect x=%22341%22 y=%22337%22 width=%224.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.37358 .9824 -.92478 .24494 525.156 -23.649)%22%2F%3E%3Crect x=%22468%22 y=%22438%22 width=%223.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.8984 .90211 -.65075 .45965 511.158 -111.43)%22%2F%3E%3Crect x=%22341%22 y=%22428%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.59246 .89441 -.81618 -.45572 869.995 290.636)%22%2F%3E%3Crect x=%221038%22 y=%2213%22 width=%225.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.48852 1.01073 -.8493 .28982 522.613 -700.802)%22%2F%3E%3Crect x=%22757%22 y=%22402%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.28215 1.00736 -.99762 .01758 1320.37 -460.81)%22%2F%3E%3Crect x=%22640%22 y=%22424%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.01793 .19093 -.00087 .98223 60.21 -92.472)%22%2F%3E%3Crect x=%22150%22 y=%22433%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.52171 .95262 -.8701 .32801 490.666 166.591)%22%2F%3E%3Crect x=%22848%22 y=%22384%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.4361 .90223 -.89567 .44005 786.128 -474.863)%22%2F%3E%3Crect x=%22192%22 y=%2223%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.94572 .44513 -.3075 -.91266 384.596 -68.585)%22%2F%3E%3Crect x=%22748%22 y=%22569%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.01761 1.0042 -.99175 -.23184 1302.567 137.613)%22%2F%3E%3Crect x=%22492%22 y=%2297%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.43622 .77726 -.93332 -.62942 830.281 -209.128)%22%2F%3E%3Crect x=%221022%22 y=%22523%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.6876 .66618 -.7101 -.76635 2038.078 425.113)%22%2F%3E%3Crect x=%2273%22 y=%2255%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.87396 .45461 -.48443 .89223 40.576 -31.606)%22%2F%3E%3Crect x=%22466%22 y=%22222%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.94893 .20791 -.34538 -.97815 1021.965 349.794)%22%2F%3E%3Crect x=%22973%22 y=%22334%22 width=%225.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.0736 .98178 -1.03287 -.19084 1342.908 -574.03)%22%2F%3E%3Crect x=%2278%22 y=%22585%22 width=%225.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.93763 .24494 -.32204 .9824 234.808 -22.112)%22%2F%3E%3Crect x=%22469%22 y=%22509%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.18294 .90003 -1.02185 -.43897 1204.334 338.68)%22%2F%3E%3Crect x=%22798%22 y=%22542%22 width=%224.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.99101 .01755 -.20983 1.00536 81.592 -101.06)%22%2F%3E%3Crect x=%22554%22 y=%22138%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.06704 .36106 .0101 .9406 17.008 -124.078)%22%2F%3E%3Crect x=%22994%22 y=%22224%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.44164 .82366 -.90485 .57674 754.433 -828.73)%22%2F%3E%3Crect x=%22573%22 y=%22264%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.68448 .7891 -.7325 .6165 412.065 -380.712)%22%2F%3E%3Crect x=%22470%22 y=%22565%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.7304 .8988 -.75636 .43837 740.225 -105.345)%22%2F%3E%3Crect x=%22707%22 y=%22167%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.43986 .85769 -.90163 .51535 543.113 -550.925)%22%2F%3E%3Crect x=%22435%22 y=%22159%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.10525 .53652 -.09508 .85862 48.838 -142.23)%22%2F%3E%3Crect x=%221026%22 y=%22556%22 width=%225.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.53827 .94472 -.83003 .401 898.713 -398.163)%22%2F%3E%3Crect x=%22157%22 y=%2286%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.1032 .99634 -.991 .12233 220.455 -66.85)%22%2F%3E%3Crect x=%22669%22 y=%2217%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.05234 .62024 -.21578 .82308 10.3 -245.001)%22%2F%3E%3Crect x=%22732%22 y=%22463%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.06508 .94487 -1.08204 -.3439 1366.5 10.302)%22%2F%3E%3Crect x=%22767%22 y=%2252%22 width=%224.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.75471 .46789 -.65606 -.91828 1386.487 -59.656)%22%2F%3E%3Crect x=%22935%22 y=%22167%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.97722 -.01799 -.38816 -1.03046 1982.073 593.667)%22%2F%3E%3Crect x=%22758%22 y=%22162%22 width=%225.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.99042 .12187 -.1392 .99255 27.498 -91.447)%22%2F%3E%3Crect x=%22607%22 y=%22448%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.67423 .86073 -.72395 .55897 494.068 -184.999)%22%2F%3E%3Crect x=%22883%22 y=%2232%22 width=%225.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.94465 .52881 -.25486 .91593 34.54 -160.25)%22%2F%3E%3Crect x=%22401%22 y=%22388%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.22375 .85926 -1.02935 -.5163 1011.881 278.18)%22%2F%3E%3Crect x=%22655%22 y=%22199%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.38548 .87401 -.90328 -.54614 1064.708 -92.205)%22%2F%3E%3Crect x=%22136%22 y=%22367%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.8072 .42288 -.63372 -.90686 581.327 643.574)%22%2F%3E%3Crect x=%22872%22 y=%22250%22 width=%225.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.10429 .99127 -.98853 -.19268 1196.605 -441.614)%22%2F%3E%3Crect x=%22578%22 y=%22130%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.82018 .82028 -.6448 .57436 230.816 -388.76)%22%2F%3E%3Crect x=%22629%22 y=%22135%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.12277 1.002 -1.01092 .10531 842.672 -586.386)%22%2F%3E%3Crect x=%22264%22 y=%22275%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.48155 1.00324 -.91186 .1769 431.648 14.07)%22%2F%3E%3Crect x=%22437%22 y=%22372%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.99525 -.07131 -.21049 -1.01985 986.638 881.968)%22%2F%3E%3Crect x=%22579%22 y=%22569%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.93691 .15936 -.35958 -1.00617 1343.971 1172.934)%22%2F%3E%3Crect x=%2247%22 y=%22228%22 width=%225.04%22 height=%2212.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.76419 .70332 -.6305 .7283 211.442 20.91)%22%2F%3E%3Crect x=%22962%22 y=%22496%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.882 .48547 -.46868 -.87582 2008.793 518.803)%22%2F%3E%3Crect x=%22183%22 y=%22213%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.9939 .5739 -.26894 .85084 86.778 -30.927)%22%2F%3E%3Crect x=%22807%22 y=%2270%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.9147 .07257 -.69935 -1.03777 1705.644 323.09)%22%2F%3E%3Crect x=%22156%22 y=%22593%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.00547 .92327 -1.08566 -.43053 975.392 739.94)%22%2F%3E%3Crect x=%22772%22 y=%2277%22 width=%226.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.9355 .13951 -.5114 -.99269 1583.229 108.513)%22%2F%3E%3Crect x=%22536%22 y=%22423%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.0013 .98829 -1.01205 -.15653 1046.43 -58.96)%22%2F%3E%3Crect x=%22330%22 y=%22438%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.92255 .49085 -.37294 .88552 173.255 -59.618)%22%2F%3E%3Crect x=%22636%22 y=%22157%22 width=%224.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.99848 .22664 -.0874 -.98169 1287.838 100.115)%22%2F%3E%3Crect x=%22998%22 y=%2240%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.88295 .57788 -.46947 -.8253 1901.771 -623.633)%22%2F%3E%3Crect x=%2268%22 y=%22543%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.27663 .98616 -.96526 .17389 609.415 387.292)%22%2F%3E%3Crect x=%22539%22 y=%22481%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.9793 .07063 -.15433 -1.01 1105.662 1019.354)%22%2F%3E%3Crect x=%22585%22 y=%2285%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.3855 .9014 -.8957 -.49965 862.158 -246.604)%22%2F%3E%3Crect x=%22358%22 y=%22514%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.02733 .35886 -.1103 .93486 161.903 -76.488)%22%2F%3E%3Crect x=%2255%22 y=%2211%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.02947 .22509 .01643 .97496 1.874 -10.537)%22%2F%3E%3Crect x=%22436%22 y=%22210%22 width=%224.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.95659 .15838 -.2741 1 82.883 -138.751)%22%2F%3E%3Crect x=%22553%22 y=%22455%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.2439 .84187 -1.02944 -.54672 1300.87 293.596)%22%2F%3E%3Crect x=%22469%22 y=%22594%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.83175 .53513 -.53764 .85638 465.482 -232.848)%22%2F%3E%3Crect x=%22187%22 y=%22199%22 width=%225.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.82946 .56469 -.54116 .83718 115.245 -46.841)%22%2F%3E%3Crect x=%22830%22 y=%22376%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.8569 .30742 -.45011 -1.00552 1636.502 778.705)%22%2F%3E%3Crect x=%2258%22 y=%22382%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.33933 .92029 -.92838 .42914 428.011 153.666)%22%2F%3E%3Crect x=%22334%22 y=%22458%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.66818 .69635 -.74413 .7211 387.067 -81.633)%22%2F%3E%3Crect x=%22681%22 y=%22273%22 width=%225.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.24671 .89099 -.9856 -.49388 1152.26 -64.552)%22%2F%3E%3Crect x=%22488%22 y=%22340%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.0524 1 -1.00643 -.12278 831.278 -43.154)%22%2F%3E%3Crect x=%22503%22 y=%22576%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.96041 .1392 -.35053 -.99042 1325.813 1077.362)%22%2F%3E%3Crect x=%22448%22 y=%22211%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.15734 .9657 -1.08362 -.29525 700.07 -94.366)%22%2F%3E%3Crect x=%22703%22 y=%22595%22 width=%224.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.86691 .34459 -.5202 .94675 370.053 -297.556)%22%2F%3E%3Crect x=%22594%22 y=%22397%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.35437 1.0249 -.99428 -.05371 877.582 -50.827)%22%2F%3E%3Crect x=%22743%22 y=%22125%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.99352 .39457 -.19382 .92955 46.444 -180.098)%22%2F%3E%3Crect x=%221055%22 y=%22574%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.65179 .64338 -.7494 -.7945 2148.502 577.602)%22%2F%3E%3Crect x=%22150%22 y=%22301%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.90728 .35886 -.42305 .93486 138.605 -42.76)%22%2F%3E%3Crect x=%22219%22 y=%22106%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.9728 .52146 -.29868 -.86785 461.228 54.648)%22%2F%3E%3Crect x=%22664%22 y=%22124%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.1867 1.0536 -.96546 -.09218 649.678 -329.645)%22%2F%3E%3Crect x=%22842%22 y=%22133%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.82578 .31848 -.59846 -.98017 1649.55 216.886)%22%2F%3E%3Crect x=%22964%22 y=%22396%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.87511 .40773 -.48706 -.91578 2057.314 303.246)%22%2F%3E%3Crect x=%22740%22 y=%22508%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.65185 .6905 -.7492 .74047 665.192 -496.65)%22%2F%3E%3Crect x=%22903%22 y=%2273%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.0069 .25886 -.1053 -.96607 1808.822 -61.27)%22%2F%3E%3Crect x=%22894%22 y=%22281%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.96254 .22581 -.25927 .9781 62.825 -117.626)%22%2F%3E%3Crect x=%22333%22 y=%22458%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.93626 .60932 -.39873 -.8086 795.995 577.89)%22%2F%3E%3Crect x=%22244%22 y=%22390%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.00319 .22581 -.0832 .9781 118.01 -68.289)%22%2F%3E%3Crect x=%22105%22 y=%22133%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.74817 .60633 -.6564 -.80463 301.12 167.071)%22%2F%3E%3Crect x=%2242%22 y=%22407%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.90564 .87039 -.60475 .52298 371.536 164.448)%22%2F%3E%3Crect x=%22986%22 y=%22404%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.98891 .20794 -.15654 .9783 102.04 -213.854)%22%2F%3E%3Crect x=%22990%22 y=%2292%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.81915 .7328 -.57358 .70766 234.39 -505.787)%22%2F%3E%3Crect x=%2262%22 y=%22444%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.2699 .99695 -1.03143 -.10478 649.564 436.81)%22%2F%3E%3Crect x=%22145%22 y=%22353%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.78167 .46976 -.65865 -.88349 588.437 603.642)%22%2F%3E%3Crect x=%22130%22 y=%22273%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.65648 .61576 -.78377 -.78813 496.375 408.492)%22%2F%3E%3Crect x=%22747%22 y=%22435%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.0035 .10454 -.0176 .99467 36.847 -62.885)%22%2F%3E%3Crect x=%22743%22 y=%22584%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.9955 .39097 -.21249 .92107 225.544 -218.67)%22%2F%3E%3Crect x=%22453%22 y=%22225%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.88633 .16274 -.54878 -1.0275 1026.17 517.658)%22%2F%3E%3Crect x=%22107%22 y=%22229%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.00733 -.10773 -.30151 -1.02497 328.136 505.543)%22%2F%3E%3Crect x=%22797%22 y=%22167%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.5971 .88811 -.79501 .49229 467.657 -763.425)%22%2F%3E%3Crect x=%22823%22 y=%22597%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.32659 .91368 -.94906 -.4068 1723.752 74.957)%22%2F%3E%3Crect x=%22849%22 y=%22443%22 width=%225.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.00053 .98784 -1.0124 -.15646 1379.827 -339.068)%22%2F%3E%3Crect x=%22600%22 y=%22185%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.27205 .99269 -1.0456 -.13951 712.998 -341.377)%22%2F%3E%3Crect x=%22781%22 y=%2226%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.94943 .17581 -.30336 -.99708 1508.01 -203.728)%22%2F%3E%3Crect x=%22316%22 y=%22209%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.97908 .13936 -.20891 .99163 22.773 -25.844)%22%2F%3E%3Crect x=%22704%22 y=%22541%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.01746 1 -.99724 -.15838 1253.838 40.2)%22%2F%3E%3Crect x=%22484%22 y=%2296%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.52742 .96955 -.81832 .39172 285.403 -261.789)%22%2F%3E%3Crect x=%22470%22 y=%22184%22 width=%225.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.91355 .12744 -.40674 -1.0379 981.883 473.526)%22%2F%3E%3Crect x=%22592%22 y=%22431%22 width=%224.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.45368 .89155 -.89048 -.45427 1266.283 83.748)%22%2F%3E%3Crect x=%221024%22 y=%22570%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.88335 .43844 -.46968 .89893 379.866 -409.917)%22%2F%3E%3Crect x=%22269%22 y=%22589%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.67209 .62334 -.74404 -.79783 1069.654 850.186)%22%2F%3E%3Crect x=%22531%22 y=%22575%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.92193 .66247 -.4108 .7895 305.272 -98.11)%22%2F%3E%3Crect x=%22555%22 y=%22510%22 width=%225.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.9786 .12339 -.1344 1.00492 140.71 -159.62)%22%2F%3E%3Crect x=%22446%22 y=%22589%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.87624 .64587 -.46622 .79759 307.39 -65.998)%22%2F%3E%3Crect x=%22925%22 y=%22302%22 width=%226.04%22 height=%2217.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.42255 .90645 -.90617 -.42268 1606.676 -415.627)%22%2F%3E%3Crect x=%22453%22 y=%22228%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.73254 .5003 -.72998 -.86655 1018.219 225.752)%22%2F%3E%3Crect x=%22220%22 y=%22265%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.25882 .97949 -.96593 -.2082 536.292 93.423)%22%2F%3E%3Crect x=%22205%22 y=%22147%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.04375 .50491 -.1727 .87454 59.61 -56.353)%22%2F%3E%3Crect x=%221002%22 y=%22504%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.48676 .91368 -.87775 -.4068 1883.803 -184.447)%22%2F%3E%3Crect x=%22243%22 y=%22496%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.99027 0 -.31723 1.00983 78.983 -39.354)%22%2F%3E%3Crect x=%221064%22 y=%22156%22 width=%225.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.09222 .5189 -.10937 .8636 19.792 -400.509)%22%2F%3E%3Crect x=%22508%22 y=%22553%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.36885 .9824 -.92596 .24494 976.055 -160.1)%22%2F%3E%3Crect x=%221026%22 y=%22562%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-1.00574 -.07083 -.26496 -1.01295 2332.139 1397.606)%22%2F%3E%3Crect x=%22556%22 y=%22214%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.23087 1 -1.0662 -.28675 749.567 -116.83)%22%2F%3E%3Crect x=%22868%22 y=%22441%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.96637 .59356 -.35465 -.81697 1823.034 168.086)%22%2F%3E%3Crect x=%22965%22 y=%22108%22 width=%225.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.97154 .22664 -.20405 -.98169 1897.928 121.506)%22%2F%3E%3Crect x=%2289%22 y=%22549%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.01682 .46954 -.21737 .88308 266.794 23.166)%22%2F%3E%3Crect x=%22359%22 y=%2289%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.73409 .61576 -.68443 .78813 152.853 -208.789)%22%2F%3E%3Crect x=%22162%22 y=%22116%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.79245 .3956 -.6609 .93198 100.147 -82.7)%22%2F%3E%3Crect x=%22226%22 y=%22368%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.91308 .1576 -.57987 -.9951 777.43 739.249)%22%2F%3E%3Crect x=%22616%22 y=%22405%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.6588 .68241 -.7589 .7318 461.685 -290.062)%22%2F%3E%3Crect x=%22274%22 y=%22575%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.94362 .4258 -.32496 .91311 192.557 -33.458)%22%2F%3E%3Crect x=%22996%22 y=%22522%22 width=%224.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.19047 .96349 -.97967 .29457 1328.802 -714.107)%22%2F%3E%3Crect x=%22785%22 y=%22496%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.2264 .95419 -.96561 -.3473 1549.726 -218.084)%22%2F%3E%3Crect x=%221050%22 y=%22573%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.40576 .9657 -.91146 .29525 1137.088 -462.486)%22%2F%3E%3Crect x=%22108%22 y=%2236%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.71668 .48666 -.76189 -.87796 229.829 29.361)%22%2F%3E%3Crect x=%22192%22 y=%22159%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.9039 .4118 -.39814 .92493 104.226 -98.429)%22%2F%3E%3Crect x=%22649%22 y=%22294%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.83472 .64338 -.5235 .7945 224.708 -219.327)%22%2F%3E%3Crect x=%22129%22 y=%22535%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.90375 .66618 -.46145 .76635 299.266 61.421)%22%2F%3E%3Crect x=%22163%22 y=%22224%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.22484 .97874 -.97393 .20804 347.255 25.153)%22%2F%3E%3Crect x=%22733%22 y=%22443%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.61536 .95295 -.76243 .44437 576.617 -212.401)%22%2F%3E%3Crect x=%2253%22 y=%22544%22 width=%225.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.28526 .74472 -1.06732 -.71916 809.1 918.245)%22%2F%3E%3Crect x=%22630%22 y=%2260%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.88888 .47062 -.45312 .8851 93.82 -246.032)%22%2F%3E%3Crect x=%22976%22 y=%22530%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.6951 .50069 -.7933 -.86721 2245.755 554.26)%22%2F%3E%3Crect x=%22232%22 y=%22285%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.7995 .54539 -.60244 .83982 215.332 -93.841)%22%2F%3E%3Crect x=%22636%22 y=%2243%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.21431 .877 -1.00109 -.56952 837.066 -291.96)%22%2F%3E%3Crect x=%22521%22 y=%22405%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.10308 1.00921 -.98727 .03524 840.098 -58.763)%22%2F%3E%3Crect x=%221028%22 y=%22417%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.83306 .32636 -.6447 -.94783 2288.42 551.198)%22%2F%3E%3Crect x=%22373%22 y=%22436%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.0079 .53513 -.25573 .85638 196.229 -84.855)%22%2F%3E%3Crect x=%22127%22 y=%22509%22 width=%225.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.83512 .54672 -.54313 .84187 253.66 21.484)%22%2F%3E%3Crect x=%22875%22 y=%22168%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.97278 .5163 -.3179 .85926 115.773 -367.417)%22%2F%3E%3Crect x=%22155%22 y=%22258%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.74928 1.01463 -.79876 .25298 318.69 83.303)%22%2F%3E%3Crect x=%221038%22 y=%22384%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.15365 .98703 -.98327 -.19186 1618.265 -674.622)%22%2F%3E%3Crect x=%22422%22 y=%22404%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.57903 .79575 -.80428 .62171 423.072 -123.715)%22%2F%3E%3Crect x=%2260%22 y=%22149%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.1059 .95298 -1.0044 -.40451 231.36 175.602)%22%2F%3E%3Crect x=%22310%22 y=%22373%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.0583 .8717 -1.10786 -.58797 865.926 427.569)%22%2F%3E%3Crect x=%22559%22 y=%22575%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.03811 .4884 -.09513 .91853 124.873 -65.832)%22%2F%3E%3Crect x=%22667%22 y=%22125%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.08313 .95338 -1.0219 -.30977 878.967 -518.245)%22%2F%3E%3Crect x=%22931%22 y=%22550%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.92402 .30902 -.39222 .95106 239.376 -261.098)%22%2F%3E%3Crect x=%2224%22 y=%22494%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.93588 .25945 -.36154 -.96828 315.884 967.903)%22%2F%3E%3Crect x=%2292%22 y=%22483%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.90635 .19375 -.49845 .99677 184.73 -33.228)%22%2F%3E%3Crect x=%221028%22 y=%22184%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.8974 .87682 -.62238 .50623 329.215 -648.018)%22%2F%3E%3Crect x=%22144%22 y=%22533%22 width=%225.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.3066 .96157 -.94622 -.29398 745.221 538.605)%22%2F%3E%3Crect x=%2274%22 y=%22396%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.62932 .87682 -.77715 .50623 338.276 142.408)%22%2F%3E%3Crect x=%22890%22 y=%22301%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.97355 .19107 -.22517 .98297 61.43 -118.506)%22%2F%3E%3Crect x=%22710%22 y=%22171%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.64229 .7891 -.76547 .6165 386.64 -457.016)%22%2F%3E%3Crect x=%22982%22 y=%22441%22 width=%224.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.25985 .93984 -.96944 .34207 1129.826 -649.202)%22%2F%3E%3Crect x=%22766%22 y=%22310%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.96865 -.05445 -.11576 -1.03887 1491.17 898.04)%22%2F%3E%3Crect x=%221037%22 y=%22309%22 width=%224.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.43837 .92945 -.8988 -.37552 1777.634 -605.054)%22%2F%3E%3Crect x=%22741%22 y=%22541%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.74025 .63172 -.66883 .78011 471.525 -284.646)%22%2F%3E%3Crect x=%22361%22 y=%22268%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.22415 .95481 -.97015 .32877 553.265 -215.046)%22%2F%3E%3Crect x=%22667%22 y=%22277%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.42841 .80648 -.91712 .60773 626.63 -523.539)%22%2F%3E%3Crect x=%22290%22 y=%22563%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.11133 .86113 -1.0917 -.5381 1130.662 670.958)%22%2F%3E%3Crect x=%22991%22 y=%22344%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.39853 .82954 -.93667 -.55953 1773.567 -247.489)%22%2F%3E%3Crect x=%22355%22 y=%22216%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.47576 .96955 -.83919 .39172 319.089 -103.135)%22%2F%3E%3Crect x=%22800%22 y=%22132%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.42191 .92493 -.89331 .4118 584.855 -789.177)%22%2F%3E%3Crect x=%22433%22 y=%22307%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.3656 .97758 -.93178 .24374 627.338 -244.432)%22%2F%3E%3Crect x=%22600%22 y=%22596%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.88262 .65616 -.50869 .75482 500.113 -258.787)%22%2F%3E%3Crect x=%22778%22 y=%22445%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.44328 .96441 -.87556 .35102 759.74 -282.07)%22%2F%3E%3Crect x=%22675%22 y=%22485%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.62932 .81013 -.77715 -.5886 1482.345 191.311)%22%2F%3E%3Crect x=%221015%22 y=%22303%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.74511 .6355 -.65342 -.78478 2002.667 -242.687)%22%2F%3E%3Crect x=%221016%22 y=%22282%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.26205 .91355 -.97797 -.40674 1610.375 -526.95)%22%2F%3E%3Crect x=%22505%22 y=%2261%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.69953 1 -.86403 .19438 264.828 -354.473)%22%2F%3E%3Crect x=%22936%22 y=%22459%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.55847 .6355 -.8839 -.78478 1985.433 361.46)%22%2F%3E%3Crect x=%22193%22 y=%22399%22 width=%225.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.7149 .39804 -.82808 -.93773 798.838 746.938)%22%2F%3E%3Crect x=%22780%22 y=%22509%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.3116 .90099 -.95791 .43944 999.84 -471.062)%22%2F%3E%3Crect x=%22467%22 y=%22460%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.9655 .01791 -.51688 -1.02615 1314.654 1039.041)%22%2F%3E%3Crect x=%22596%22 y=%22341%22 width=%225.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.9718 -.07257 -.11712 -1.03777 1175.399 920.164)%22%2F%3E%3Crect x=%22565%22 y=%2232%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.89535 .2598 -.50751 -.96962 1088.729 -124.994)%22%2F%3E%3Crect x=%221067%22 y=%22566%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.79785 .87939 -.67652 -.50771 2238.627 -270.884)%22%2F%3E%3Crect x=%22640%22 y=%22371%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.2648 .99954 -.99121 .0349 924.863 -268.582)%22%2F%3E%3Crect x=%22551%22 y=%22381%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.77786 .5 -.6527 -.86603 1301.558 440.081)%22%2F%3E%3Crect x=%22261%22 y=%22322%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.83982 .6846 -.5601 .73415 299.069 -116.801)%22%2F%3E%3Crect x=%22281%22 y=%22427%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.80362 .30922 -.60544 -1.0114 780.953 877.9)%22%2F%3E%3Crect x=%22569%22 y=%2246%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.94704 .36034 -.30802 .93872 39.625 -142.742)%22%2F%3E%3Crect x=%22622%22 y=%22521%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.42324 .85834 -.91072 -.51574 1444.791 228.227)%22%2F%3E%3Crect x=%22848%22 y=%2283%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.97008 .2118 -.1575 .99646 3.676 -14.494)%22%2F%3E%3Crect x=%22612%22 y=%22369%22 width=%225.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.01752 .99756 -1.00367 .06976 967.039 -266.024)%22%2F%3E%3Crect x=%2237%22 y=%22312%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.34044 .85216 -.9351 -.5967 345.066 486.233)%22%2F%3E%3Crect x=%22307%22 y=%22504%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.13888 .98703 -.98614 -.19186 823.09 332.204)%22%2F%3E%3Crect x=%22540%22 y=%22203%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.88655 .57921 -.46035 .8272 189.993 -354.42)%22%2F%3E%3Crect x=%221035%22 y=%22154%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.66815 .89976 -.77097 .45845 497.63 -702.404)%22%2F%3E%3Crect x=%22874%22 y=%22386%22 width=%224.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.99096 .36284 -.17454 .94522 161.734 -435.315)%22%2F%3E%3Crect x=%22748%22 y=%22328%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.79365 .9113 -.72725 .42495 520.168 -414.193)%22%2F%3E%3Crect x=%22550%22 y=%22444%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.02868 .94893 -1.06426 -.34538 1147.174 158.799)%22%2F%3E%3Crect x=%22357%22 y=%22124%22 width=%225.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.18968 1.01 -.97684 .07063 408.98 -188.123)%22%2F%3E%3Crect x=%22963%22 y=%22474%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.35637 .91521 -.92646 -.42677 1708.453 -66.264)%22%2F%3E%3Crect x=%22837%22 y=%22561%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.39301 .9894 -.91998 .22842 1171.153 -542.3)%22%2F%3E%3Crect x=%22557%22 y=%2251%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.49692 .8191 -.85982 -.59511 873.828 -285.248)%22%2F%3E%3Crect x=%22819%22 y=%22314%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.55438 1.0403 -.96126 0 819.593 -300.286)%22%2F%3E%3Crect x=%2220%22 y=%22406%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.94098 .29237 -.34249 -.9563 204.261 793.73)%22%2F%3E%3Crect x=%22853%22 y=%22270%22 width=%223.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.85228 .39367 -.53239 .92742 265.216 -421.573)%22%2F%3E%3Crect x=%22553%22 y=%22578%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.03686 1.01 -.98752 -.07063 1066.172 149.283)%22%2F%3E%3Crect x=%22679%22 y=%22432%22 width=%225.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.71473 .82228 -.71567 -.57577 1446.796 64.676)%22%2F%3E%3Crect x=%22681%22 y=%22279%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.74593 .28982 -.84902 -1.01073 1576.667 593.032)%22%2F%3E%3Crect x=%22713%22 y=%22457%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.28935 .93758 -.93775 -.41744 1291.144 151.347)%22%2F%3E%3Crect x=%22798%22 y=%22307%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.36456 .98904 -.95334 -.15665 1346.755 -471.706)%22%2F%3E%3Crect x=%22596%22 y=%22324%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.46818 .66546 -.94476 -.79307 1266.54 351.139)%22%2F%3E%3Crect x=%22671%22 y=%22390%22 width=%224.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.99569 .4584 -.14003 .93986 68.544 -79.054)%22%2F%3E%3Crect x=%22222%22 y=%22388%22 width=%224.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.45623 .98162 -.84359 .37681 370.56 97.188)%22%2F%3E%3Crect x=%22414%22 y=%22237%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.9574 .22776 -.2437 .98652 22.2 -25.602)%22%2F%3E%3Crect x=%22663%22 y=%22375%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.71815 .56133 -.71679 .8322 424.781 -368.047)%22%2F%3E%3Crect x=%22314%22 y=%22308%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.67043 .97542 -.84556 .26136 469.623 -33.738)%22%2F%3E%3Crect x=%2247%22 y=%22575%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.81698 .6905 -.57212 .74047 329.255 123.533)%22%2F%3E%3Crect x=%22943%22 y=%22337%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.9259 .41919 -.30597 .94151 93.682 -140.544)%22%2F%3E%3Crect x=%2242%22 y=%22383%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.69862 .8121 -.72379 .59003 315.036 127.384)%22%2F%3E%3Crect x=%22776%22 y=%22240%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.06624 .6111 -.22145 .81096 111.06 -292.197)%22%2F%3E%3Crect x=%22895%22 y=%22352%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.83058 .5003 -.56018 -.86655 1853.812 246.371)%22%2F%3E%3Crect x=%22944%22 y=%2246%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.47585 .80648 -.88137 -.60773 1414.02 -817.424)%22%2F%3E%3Crect x=%22755%22 y=%22492%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.99131 -.03533 -.08653 -1.01185 1527.86 1143.463)%22%2F%3E%3Crect x=%22256%22 y=%22463%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.33888 .9894 -.93248 -.22842 801.876 272.885)%22%2F%3E%3Crect x=%22199%22 y=%22252%22 width=%223.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.8242 .52654 -.52748 -.87632 448.35 418.352)%22%2F%3E%3Crect x=%22236%22 y=%22260%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.0519 .99756 -.9979 -.08728 533.152 35.5)%22%2F%3E%3Crect x=%221052%22 y=%22172%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.07898 .93198 -1.10651 -.3956 1287.743 -566.628)%22%2F%3E%3Crect x=%22687%22 y=%22466%22 width=%225.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.52858 .7211 -.87634 -.69635 1547.96 348.326)%22%2F%3E%3Crect x=%22218%22 y=%22103%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.97458 .12278 -.207 -1 451.834 213.04)%22%2F%3E%3Crect x=%22901%22 y=%2223%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.90937 .3306 -.3839 .9601 77.552 -456.485)%22%2F%3E%3Crect x=%2264%22 y=%22426%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.86482 .6297 -.52008 -.77762 301.185 717.867)%22%2F%3E%3Crect x=%22914%22 y=%22509%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.01575 .89976 -1.10338 -.45845 1716.949 53.132)%22%2F%3E%3Crect x=%22111%22 y=%22458%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-1.03082 .20995 .08669 -.98776 118.028 876.96)%22%2F%3E%3Crect x=%22629%22 y=%22214%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.46375 1.03819 -.87307 .2018 513.271 -263.47)%22%2F%3E%3Crect x=%221027%22 y=%22149%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.4996 .88416 -.86537 .47012 642.028 -775.866)%22%2F%3E%3Crect x=%22881%22 y=%22592%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.72716 .68712 -.67557 -.73685 1840.72 535.139)%22%2F%3E%3Crect x=%22792%22 y=%2240%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.14089 .99695 -1.01787 -.10478 741.088 -689.741)%22%2F%3E%3Crect x=%22780%22 y=%22505%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.20673 .98538 -.97466 -.19154 1468.451 -233.737)%22%2F%3E%3Crect x=%22271%22 y=%22288%22 width=%225.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.00663 .2989 -.05301 .97767 25.763 -17.13)%22%2F%3E%3Crect x=%22264%22 y=%22435%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.01737 .99034 -1.00606 -.2105 849.656 226.457)%22%2F%3E%3Crect x=%22186%22 y=%22283%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.71903 .84187 -.72088 -.54672 495.136 267.345)%22%2F%3E%3Crect x=%22642%22 y=%22144%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.06822 1.00306 -.99218 .07014 723.814 -440.214)%22%2F%3E%3Crect x=%22518%22 y=%2233%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.9923 .05262 -.06858 -1.00413 1031.513 104.516)%22%2F%3E%3Crect x=%22904%22 y=%22213%22 width=%225.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.3341 1.0536 -.97836 -.09218 861.205 -407.034)%22%2F%3E%3Crect x=%22259%22 y=%22339%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.71517 .37474 -.80542 -.97624 807.545 660.83)%22%2F%3E%3Crect x=%22187%22 y=%22313%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.9337 .2777 -.34469 -.96848 530.4 546.579)%22%2F%3E%3Crect x=%22757%22 y=%22300%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.20791 .9563 -.97815 .31072 897.12 -597.102)%22%2F%3E%3Crect x=%22166%22 y=%22351%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.70685 .71978 -.70672 .69508 317.693 -18.857)%22%2F%3E%3Crect x=%22398%22 y=%22350%22 width=%224.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.94487 .24192 -.3439 .9703 106.235 -86.302)%22%2F%3E%3Crect x=%22526%22 y=%22457%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.01603 .96651 -1.03894 -.25898 1115.495 85.995)%22%2F%3E%3Crect x=%22279%22 y=%22240%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.9468 .76936 -.44728 .69273 168.092 -66.389)%22%2F%3E%3Crect x=%22970%22 y=%22474%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.29497 .87632 -.9639 -.52654 1746.056 87.252)%22%2F%3E%3Crect x=%22531%22 y=%22545%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.0407 .17633 .23087 1 0 0)%22%2F%3E%3Crect x=%22836%22 y=%22411%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.47126 .83867 -.88632 -.54464 1636.126 -63.311)%22%2F%3E%3Crect x=%22242%22 y=%22340%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.02753 .12189 .16432 .9927 40.963 -31.542)%22%2F%3E%3Crect x=%22919%22 y=%22423%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.61557 .78813 -.78789 .61576 698.085 -577.688)%22%2F%3E%3Crect x=%22187%22 y=%22473%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.60323 .71242 -.80045 -.71242 694.42 707.117)%22%2F%3E%3Crect x=%22153%22 y=%22215%22 width=%224.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-1.00399 -.05254 -.1226 -1.00244 357.964 461.283)%22%2F%3E%3Crect x=%22291%22 y=%22133%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.15281 .97974 -.9854 .22619 355.3 -149.534)%22%2F%3E%3Crect x=%22523%22 y=%22573%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.79116 .60932 -.59127 -.8086 1176.578 805.036)%22%2F%3E%3Crect x=%22704%22 y=%2261%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.19438 1 -.9864 .06993 636.948 -694.986)%22%2F%3E%3Crect x=%22286%22 y=%22562%22 width=%225.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.97808 .7477 -.42537 .69723 380.442 16.974)%22%2F%3E%3Crect x=%22551%22 y=%22451%22 width=%225.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.57225 .95262 -.8527 .32801 696.77 -154.57)%22%2F%3E%3Crect x=%22172%22 y=%22376%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.8165 .867 -.6432 .54176 336.642 60.845)%22%2F%3E%3Crect x=%2231%22 y=%22142%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.67417 .97983 -.8525 .2443 179.959 82.298)%22%2F%3E%3Crect x=%22602%22 y=%22496%22 width=%225.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.96176 .72209 -.4561 .69731 408.607 -232.732)%22%2F%3E%3Crect x=%22282%22 y=%22398%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.98091 .10478 -.21069 .99695 15.664 -8.68)%22%2F%3E%3Crect x=%22960%22 y=%22367%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.01746 1 -.99755 -.14054 1340.086 -403.653)%22%2F%3E%3Crect x=%22483%22 y=%22562%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.35892 .95236 -.9334 .30944 893.168 -97.687)%22%2F%3E%3Crect x=%22341%22 y=%22111%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.63411 1.01865 -.90383 .12508 284.18 -170.861)%22%2F%3E%3Crect x=%22500%22 y=%2249%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.23199 1.00046 -.9955 .01746 443.694 -469.625)%22%2F%3E%3Crect x=%22533%22 y=%22437%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.3571 .92558 -.92883 .39288 779.191 -283.775)%22%2F%3E%3Crect x=%22965%22 y=%22338%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.09739 1.00506 -1.00178 -.07028 1278.422 -724.558)%22%2F%3E%3Crect x=%22586%22 y=%2288%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.8485 .55 -.51163 -.84691 1132.563 -240.366)%22%2F%3E%3Crect x=%22700%22 y=%2265%22 width=%225.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.483 .77456 -.8712 -.67332 1097.925 -266.463)%22%2F%3E%3Crect x=%22353%22 y=%22262%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.85657 .3439 -.55439 .94487 171.043 -144.883)%22%2F%3E%3Crect x=%22904%22 y=%2259%22 width=%224.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.89663 .62334 -.45664 .79783 94.721 -695.514)%22%2F%3E%3Crect x=%22835%22 y=%22104%22 width=%225.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.86752 .37483 -.52065 -.92775 1637.825 -74.522)%22%2F%3E%3Crect x=%22590%22 y=%22283%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.62932 .74416 -.77715 .67005 440.767 -377.146)%22%2F%3E%3Crect x=%22563%22 y=%22576%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.69962 .48547 -.79768 -.87582 1609.683 842.167)%22%2F%3E%3Crect x=%22516%22 y=%22255%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.29457 .9848 -.96349 -.17365 888.37 -206.152)%22%2F%3E%3Crect x=%22257%22 y=%22374%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.02196 .95058 -1.04128 -.46363 709.156 398.445)%22%2F%3E%3Crect x=%22646%22 y=%22189%22 width=%225.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.95266 .27835 -.27031 -.9707 1278.581 291.017)%22%2F%3E%3Crect x=%2291%22 y=%22358%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.59756 1.0489 -.9116 .07335 450.824 268.122)%22%2F%3E%3Crect x=%221001%22 y=%22286%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.83623 .7756 -.58766 .6508 382.315 -517.932)%22%2F%3E%3Crect x=%22326%22 y=%22289%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.29278 .72265 -1.0806 -.74833 851.003 369.527)%22%2F%3E%3Crect x=%22758%22 y=%22149%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.71766 .78478 -.6931 -.6355 1411.605 -454.635)%22%2F%3E%3Crect x=%22300%22 y=%22206%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.04598 .3306 .01286 .9601 29.746 -38.309)%22%2F%3E%3Crect x=%22528%22 y=%22110%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.00048 1.00786 -.99214 .12375 643.47 -527.14)%22%2F%3E%3Crect x=%22412%22 y=%22360%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.71277 .40648 -.78099 -.9576 1071.222 663.953)%22%2F%3E%3Crect x=%22250%22 y=%22191%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.60424 .8888 -.77625 .51315 227.594 -71.842)%22%2F%3E%3Crect x=%2221%22 y=%22400%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.99907 -.05314 -.24638 1.01404 50.319 -8.43)%22%2F%3E%3Crect x=%22216%22 y=%22496%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.3746 .95996 -.92718 .29349 598.719 162.784)%22%2F%3E%3Crect x=%22538%22 y=%22246%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.39643 1.0446 -.89452 .16545 519.516 -169.089)%22%2F%3E%3Crect x=%22683%22 y=%22332%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.1574 .99954 -.99496 -.0349 1093.238 -349.941)%22%2F%3E%3Crect x=%2252%22 y=%22215%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.40437 .89162 -.90654 -.47409 256.616 280.445)%22%2F%3E%3Crect x=%22139%22 y=%22381%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.13913 .99087 -.98966 .13926 517.678 187.524)%22%2F%3E%3Crect x=%2270%22 y=%22395%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.75298 .486 -.69923 .87676 226.938 9.356)%22%2F%3E%3Crect x=%22848%22 y=%22535%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.89591 .54464 -.4565 -.83867 1802.796 532.45)%22%2F%3E%3Crect x=%2221%22 y=%22232%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.44325 .74598 -.9414 -.67169 304.702 378.886)%22%2F%3E%3Crect x=%22376%22 y=%22407%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.6523 .87676 -.779 .486 503.806 -94.098)%22%2F%3E%3Crect x=%221036%22 y=%22413%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.28468 1.01112 -1.02395 -.12415 1299.201 -380.689)%22%2F%3E%3Crect x=%2229%22 y=%22502%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.93832 .12678 -.24562 -1.03255 112.047 1033.47)%22%2F%3E%3Crect x=%22679%22 y=%22563%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.70849 .79235 -.70853 -.61905 1557.82 307.21)%22%2F%3E%3Crect x=%22579%22 y=%22179%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-1.00168 .05237 .01744 -.99924 1155.062 318.14)%22%2F%3E%3Crect x=%22291%22 y=%22446%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.99255 .17389 -.12187 -.98616 639.94 831.362)%22%2F%3E%3Crect x=%22174%22 y=%22453%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.97675 .15643 -.2255 .98769 75.037 -21.921)%22%2F%3E%3Crect x=%22320%22 y=%22402%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.33115 1.00368 -.96737 .08781 661.974 86.687)%22%2F%3E%3Crect x=%22489%22 y=%2285%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.01733 .99614 -1.00788 -.22998 576.898 -277.722)%22%2F%3E%3Crect x=%2258%22 y=%22234%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.69837 .83718 -.72343 .56469 197.23 61.278)%22%2F%3E%3Crect x=%22468%22 y=%2275%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.0668 .6905 -.30423 .74047 44.844 -229.59)%22%2F%3E%3Crect x=%22291%22 y=%2281%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.9169 .1289 -.29084 -1.04974 560.366 238.42)%22%2F%3E%3Crect x=%22291%22 y=%22477%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.16182 .97949 -1.05534 -.2082 915.213 310.117)%22%2F%3E%3Crect x=%221069%22 y=%22529%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.94747 .41301 -.2932 .92764 310.073 -592.768)%22%2F%3E%3Crect x=%22140%22 y=%22347%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.30465 .83937 -.98588 .56616 399.426 10.302)%22%2F%3E%3Crect x=%221012%22 y=%22265%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.49287 .93872 -.87608 .36034 787.372 -887.458)%22%2F%3E%3Crect x=%2239%22 y=%22441%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.21304 1.01463 -1.0387 -.25298 565.197 526.64)%22%2F%3E%3Crect x=%22478%22 y=%22468%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.48662 .81965 -.8793 -.57393 1193.655 334.287)%22%2F%3E%3Crect x=%22493%22 y=%22268%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.99558 .31134 -.14786 .9582 103.631 -203.466)%22%2F%3E%3Crect x=%22575%22 y=%22467%22 width=%224.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.6694 .71945 -.74352 .69476 515.76 -261.293)%22%2F%3E%3Crect x=%22837%22 y=%22277%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.97753 -.1409 .14135 1.00261 2.552 -15.382)%22%2F%3E%3Crect x=%221019%22 y=%22139%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.96526 .24325 -.23948 -.97564 2014.575 142.49)%22%2F%3E%3Crect x=%22361%22 y=%22123%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.1263 1.00861 -.98041 .08824 457.4 -307.048)%22%2F%3E%3Crect x=%22305%22 y=%22124%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.88678 .60663 -.38201 .86635 54.803 -63.357)%22%2F%3E%3Crect x=%22130%22 y=%22567%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.59698 .64524 -.83835 -.76897 879.825 909.844)%22%2F%3E%3Crect x=%22475%22 y=%22170%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.56973 .95689 -.87087 .29255 410.527 -349.083)%22%2F%3E%3Crect x=%22953%22 y=%22414%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.81134 .82916 -.65878 .55928 583.141 -590.051)%22%2F%3E%3Crect x=%22566%22 y=%22180%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.03492 .99924 -1.0026 .05237 762.277 -413.47)%22%2F%3E%3Crect x=%22759%22 y=%22548%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.9116 .15936 -.51944 -1.00617 1863.598 1133.077)%22%2F%3E%3Crect x=%22760%22 y=%2236%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.98392 .10467 -.1923 -.99589 1519.826 -37.827)%22%2F%3E%3Crect x=%22286%22 y=%22496%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.95456 .22664 -.27763 -.98169 782.055 887.444)%22%2F%3E%3Crect x=%22633%22 y=%22395%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.17334 .86933 -1.05023 -.50191 1293.237 102.445)%22%2F%3E%3Crect x=%22888%22 y=%22531%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.9939 .10478 -.08715 -.99695 1845.804 909.917)%22%2F%3E%3Crect x=%2227%22 y=%22195%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.19064 .97496 -.98167 .22509 202.188 125.476)%22%2F%3E%3Crect x=%22356%22 y=%22323%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.61963 .99517 -.82717 .28536 451.805 -26.665)%22%2F%3E%3Crect x=%22411%22 y=%22101%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.99582 .10478 -.06886 .99695 16.962 -71.751)%22%2F%3E%3Crect x=%22618%22 y=%22441%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.62035 .42313 -.97002 -.95036 1647.29 779.557)%22%2F%3E%3Crect x=%22932%22 y=%2261%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.20333 1.00554 -.96591 -.14132 1174.12 -1031.966)%22%2F%3E%3Crect x=%22671%22 y=%2217%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.8475 .31072 -.61 -.9563 1276.964 -94.327)%22%2F%3E%3Crect x=%22627%22 y=%22223%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.81557 .69561 -.59304 -.72033 1257.509 -83.897)%22%2F%3E%3Crect x=%22423%22 y=%22426%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.96293 .05394 -.166 -1.0292 840.844 956.754)%22%2F%3E%3Crect x=%22947%22 y=%22253%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.86722 .42365 -.50067 -.90852 1904.13 150.243)%22%2F%3E%3Crect x=%22494%22 y=%22150%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.07714 .62165 -.12605 .85563 44.293 -115.185)%22%2F%3E%3Crect x=%22778%22 y=%22253%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.89824 .2118 -.49546 -.99646 1651.32 497.534)%22%2F%3E%3Crect x=%22570%22 y=%2290%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.12948 .92029 -1.02624 -.42914 772.289 -289.422)%22%2F%3E%3Crect x=%2287%22 y=%22516%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.8914 .4098 -.43815 -.9204 479.278 955.774)%22%2F%3E%3Crect x=%22840%22 y=%2256%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.61566 .8636 -.78801 -.5189 1406.514 -739.66)%22%2F%3E%3Crect x=%22882%22 y=%22383%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.89588 .28408 -.39587 -.99069 1764.93 736.733)%22%2F%3E%3Crect x=%22828%22 y=%22173%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.79888 .7718 -.62534 .64761 301.68 -476.49)%22%2F%3E%3Crect x=%2229%22 y=%22155%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.97815 .39804 -.20791 .93773 33.324 3.46)%22%2F%3E%3Crect x=%22753%22 y=%22385%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.75533 .87515 -.72397 .4851 591.126 -486.364)%22%2F%3E%3Crect x=%22188%22 y=%22432%22 width=%225.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.9775 .05246 -.40892 -1.00107 684.594 877.834)%22%2F%3E%3Crect x=%22738%22 y=%22156%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.90187 .36106 -.42018 -.9406 1460.379 133.354)%22%2F%3E%3Crect x=%22619%22 y=%22288%22 width=%225.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.80686 .57498 -.58688 -.82115 1316.128 130.992)%22%2F%3E%3Crect x=%22879%22 y=%22548%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.2108 .93372 -.99007 -.35842 1694.184 -57.153)%22%2F%3E%3Crect x=%221067%22 y=%22245%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.0126 .43944 -.19947 .90099 98.938 -370.412)%22%2F%3E%3Crect x=%2290%22 y=%22109%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.59748 .92742 -.82465 -.39367 230.59 62.963)%22%2F%3E%3Crect x=%221022%22 y=%22233%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.65334 .76897 -.75223 .64524 509.593 -614.64)%22%2F%3E%3Crect x=%22762%22 y=%22472%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.34775 .99133 -.91556 .26563 852.154 -232.523)%22%2F%3E%3Crect x=%22760%22 y=%22441%22 width=%225.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.54814 .7283 -.84371 .70332 708.696 -544.09)%22%2F%3E%3Crect x=%22297%22 y=%2256%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.30743 .94276 -.9427 .36189 263.702 -286.585)%22%2F%3E%3Crect x=%22735%22 y=%22165%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.9792 .24285 -.19045 .974 39.757 -110.12)%22%2F%3E%3Crect x=%22366%22 y=%22425%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.99353 .29349 -.1576 .95996 93.637 -58.63)%22%2F%3E%3Crect x=%2290%22 y=%22127%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.86079 .30006 -.51713 -.98146 243.376 256.181)%22%2F%3E%3Crect x=%22936%22 y=%22492%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.03447 .9922 -1.01394 -.17495 1463.13 -232.58)%22%2F%3E%3Crect x=%2215%22 y=%22241%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.01962 1.01108 -.98802 .05299 286.377 211.297)%22%2F%3E%3Crect x=%22882%22 y=%22497%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.73897 .56056 -.68837 -.83106 1934.612 488.918)%22%2F%3E%3Crect x=%22107%22 y=%22110%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.13505 .3962 .28531 .9806 5.04 -3.43)%22%2F%3E%3Crect x=%22306%22 y=%22250%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.9962 .39172 -.08716 .96955 23.092 -18.785)%22%2F%3E%3Crect x=%22453%22 y=%22323%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.35656 .81347 -.97024 .59102 559.313 -284.382)%22%2F%3E%3Crect x=%22347%22 y=%22393%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-1.02056 .34538 -.0914 -.94893 699.748 606.847)%22%2F%3E%3Crect x=%221041%22 y=%2261%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.86128 .4565 -.50027 -.89591 1969.712 -457.076)%22%2F%3E%3Crect x=%22997%22 y=%22261%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.35654 1.00536 -1.0009 -.01755 1009.137 -628.172)%22%2F%3E%3Crect x=%22166%22 y=%22547%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.03889 1.00983 -.99027 0 620.109 406.462)%22%2F%3E%3Crect x=%22619%22 y=%22558%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.66243 .63186 -.73476 -.80874 1409.895 769.134)%22%2F%3E%3Crect x=%22735%22 y=%22243%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.21526 .81977 -1.05168 -.64047 1243.93 11.562)%22%2F%3E%3Crect x=%22675%22 y=%22236%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.76053 .9723 -.78137 .31592 451.12 -351.577)%22%2F%3E%3Crect x=%22266%22 y=%22383%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.94324 .26281 -.28477 -.98083 568.831 740.512)%22%2F%3E%3Crect x=%22372%22 y=%22336%22 width=%224.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.52454 .88322 -.84147 -.48957 882.404 125.07)%22%2F%3E%3Crect x=%22931%22 y=%22413%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.82426 .83018 -.6486 .55996 561.674 -541.456)%22%2F%3E%3Crect x=%22427%22 y=%22156%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.985 .06985 -.22978 -.99893 917.388 266.418)%22%2F%3E%3Crect x=%221068%22 y=%2264%22 width=%225.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.70659 1.0457 -.88203 .1099 493.344 -711.068)%22%2F%3E%3Crect x=%221010%22 y=%22158%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.05052 1.03051 -.98205 -.23791 1090.46 -496.62)%22%2F%3E%3Crect x=%22652%22 y=%22532%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.86148 .2777 -.59659 -.96848 1666.881 952.916)%22%2F%3E%3Crect x=%22864%22 y=%22537%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.9684 .13951 -.27733 -.99269 1898.107 1019.778)%22%2F%3E%3Crect x=%22901%22 y=%22419%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.14867 1.00967 -.98782 .01762 1267.861 -621.629)%22%2F%3E%3Crect x=%2235%22 y=%22387%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.43098 1.00293 -.92882 -.15885 374.928 408.318)%22%2F%3E%3Crect x=%221063%22 y=%22299%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.985 -.10648 .01933 -1.01314 2053.683 929.29)%22%2F%3E%3Crect x=%2215%22 y=%2229%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.87976 .18258 -.48755 -1.03549 49.523 72.688)%22%2F%3E%3Crect x=%22458%22 y=%22597%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.91087 .09164 -.50082 -1.04746 1259.227 1338.902)%22%2F%3E%3Crect x=%22962%22 y=%22331%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.75917 .39388 -.6598 -.9749 1927.355 595.181)%22%2F%3E%3Crect x=%22812%22 y=%22255%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.74846 .7546 -.65127 .67945 351.752 -388.026)%22%2F%3E%3Crect x=%22373%22 y=%22311%22 width=%225.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.12552 .98784 -1.0322 -.15646 741.662 1.644)%22%2F%3E%3Crect x=%22110%22 y=%22112%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.01269 .29277 -.10326 .95762 37.506 -33.64)%22%2F%3E%3Crect x=%22399%22 y=%22148%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.99977 .25945 -.1231 .96828 31.105 -71.134)%22%2F%3E%3Crect x=%221062%22 y=%2275%22 width=%225.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.9001 .78298 -.54828 .63405 196.915 -674.425)%22%2F%3E%3Crect x=%22211%22 y=%22467%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.3029 1.00986 -1.02207 -.10614 750.827 345.803)%22%2F%3E%3Crect x=%22631%22 y=%22233%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.46644 .58866 -1.03262 -.8407 1304.97 209.79)%22%2F%3E%3Crect x=%22208%22 y=%22310%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.42544 .711 -.98102 -.711 699.909 406.064)%22%2F%3E%3Crect x=%22484%22 y=%22468%22 width=%225.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.94971 .29457 -.28844 -.96349 1019.679 846.174)%22%2F%3E%3Crect x=%22660%22 y=%22550%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.91126 .22776 -.44359 -.98652 1555.647 1052.693)%22%2F%3E%3Crect x=%22259%22 y=%22570%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.42782 .92029 -.88712 -.42914 968.854 537.14)%22%2F%3E%3Crect x=%22828%22 y=%22120%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.00192 -.12814 -.3561 -1.04362 1766.102 625.186)%22%2F%3E%3Crect x=%22944%22 y=%22164%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.5886 .83867 -.81013 .54464 533.918 -716.47)%22%2F%3E%3Crect x=%22214%22 y=%2238%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.6646 .84818 -.76371 .53 110.184 -167.282)%22%2F%3E%3Crect x=%22552%22 y=%22442%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.98586 .08824 -.06408 -1.00861 1033.967 929.685)%22%2F%3E%3Crect x=%22956%22 y=%22533%22 width=%225.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.98223 .22495 -.19093 .97437 138.547 -201.83)%22%2F%3E%3Crect x=%22673%22 y=%22540%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.41332 .75045 -.96038 -.6757 1603.126 502.127)%22%2F%3E%3Crect x=%221052%22 y=%22301%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.39058 .90686 -.92058 -.42288 1762.57 -561.025)%22%2F%3E%3Crect x=%22328%22 y=%22355%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.23554 .99315 -1.03582 -.12194 746.993 87.769)%22%2F%3E%3Crect x=%22983%22 y=%2237%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.54637 .77904 -.84118 -.63086 1564.077 -628.69)%22%2F%3E%3Crect x=%22103%22 y=%22487%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.38091 .83526 -.9403 .5634 484.89 113.769)%22%2F%3E%3Crect x=%22764%22 y=%22180%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.98776 .06976 -.20995 .99756 22.04 -52.955)%22%2F%3E%3Crect x=%22372%22 y=%22596%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.4104 .7546 -.95566 .67945 709.26 -156.48)%22%2F%3E%3Crect x=%22295%22 y=%22320%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.99346 .05246 -.1044 -1.00107 620.815 651.58)%22%2F%3E%3Crect x=%22883%22 y=%22216%22 width=%225.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.0054 .85065 -.4451 .61803 210.366 -381.505)%22%2F%3E%3Crect x=%22508%22 y=%22193%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.4592 .9461 -.89886 .32577 483.71 -367.347)%22%2F%3E%3Crect x=%2283%22 y=%22347%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.64067 .53652 -.83856 -.85862 510.79 619.334)%22%2F%3E%3Crect x=%22374%22 y=%22445%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.84185 .36034 -.58205 -.93872 1096.291 696.245)%22%2F%3E%3Crect x=%22446%22 y=%2246%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.63999 .52015 -.81403 -.90093 797.818 -3.9)%22%2F%3E%3Crect x=%22937%22 y=%22390%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.40812 .99646 -.9168 .2118 927.087 -442.6)%22%2F%3E%3Crect x=%22892%22 y=%22290%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.27516 .73826 -1.08881 -.71293 1622.043 49.16)%22%2F%3E%3Crect x=%22467%22 y=%22558%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.18982 1.00598 -.97744 -.08801 1122.692 71.565)%22%2F%3E%3Crect x=%2275%22 y=%22242%22 width=%225.04%22 height=%2212.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.95338 .3746 -.30977 .92718 97.787 -10.98)%22%2F%3E%3Crect x=%2263%22 y=%22141%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.46932 .86655 -.88303 .5003 149.966 17.56)%22%2F%3E%3Crect x=%2291%22 y=%22209%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.62703 .90267 -.77442 .47996 195.22 46.324)%22%2F%3E%3Crect x=%22675%22 y=%22437%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.83986 .63716 -.53231 .78683 431.76 -444.407)%22%2F%3E%3Crect x=%221055%22 y=%22160%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.07318 .34459 .04653 .94675 -.717 -225.606)%22%2F%3E%3Crect x=%22264%22 y=%22292%22 width=%223.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.21136 1.02293 -1.00353 -.1256 535.973 125.542)%22%2F%3E%3Crect x=%22997%22 y=%22334%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.74416 .7071 -.67005 .7071 498.578 -607.496)%22%2F%3E%3Crect x=%22224%22 y=%22236%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.10437 .97874 -.99953 -.20804 521 59.637)%22%2F%3E%3Crect x=%22289%22 y=%22196%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.37319 .74264 -.99855 -.69252 654.922 170.345)%22%2F%3E%3Crect x=%22905%22 y=%22155%22 width=%223.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.16448 .891 -1.03852 -.45399 1269.716 -579.41)%22%2F%3E%3Crect x=%22509%22 y=%22374%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.12678 .98769 -1.03255 -.15643 943.855 -67.658)%22%2F%3E%3Crect x=%22716%22 y=%22231%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.94823 .57498 -.38498 -.82115 1461.625 -30.816)%22%2F%3E%3Crect x=%22538%22 y=%22119%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.1055 .9939 -1.01908 -.12204 638.54 -368.062)%22%2F%3E%3Crect x=%22375%22 y=%22540%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.60718 .96216 -.80625 .36934 608.16 73.71)%22%2F%3E%3Crect x=%22236%22 y=%22508%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.97133 .30944 -.2422 .95236 139.6 -36.859)%22%2F%3E%3Crect x=%22383%22 y=%2215%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-1.0234 -.12508 -.3397 -1.01865 810.422 175.44)%22%2F%3E%3Crect x=%22336%22 y=%2214%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.8461 .37667 -.56067 -.9323 630.07 -125.131)%22%2F%3E%3Crect x=%22244%22 y=%22274%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.7914 .5922 -.59936 .8151 175.097 -63.893)%22%2F%3E%3Crect x=%22921%22 y=%22436%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-1.03956 -.18065 -.35996 -1.0245 2216.038 1320.205)%22%2F%3E%3Crect x=%22120%22 y=%2236%22 width=%223.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.91933 .73541 -.472 .71018 35.587 -52.518)%22%2F%3E%3Crect x=%221006%22 y=%22219%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.00367 .1051 .03492 1 0 0)%22%2F%3E%3Crect x=%22477%22 y=%22322%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.85486 .6527 -.5133 .77786 314.474 -324.508)%22%2F%3E%3Crect x=%2272%22 y=%22270%22 width=%225.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.17763 .93486 -1.0015 .35886 296.888 101.473)%22%2F%3E%3Crect x=%22315%22 y=%22235%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.26932 1.04733 -.91696 .1472 387.603 -20.381)%22%2F%3E%3Crect x=%22379%22 y=%22308%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.08097 .59114 -.14788 .84423 116.186 -81.695)%22%2F%3E%3Crect x=%22322%22 y=%22397%22 width=%225.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.30902 .97267 -.95106 -.24251 806.195 159.93)%22%2F%3E%3Crect x=%22389%22 y=%2223%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.01179 1.01527 -.98475 .01772 395.618 -301.084)%22%2F%3E%3Crect x=%221012%22 y=%22163%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.0489 .24192 .07335 .9703 -7.922 -240.276)%22%2F%3E%3Crect x=%22188%22 y=%22265%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.35673 .9204 -.92765 -.4098 485.816 227.392)%22%2F%3E%3Crect x=%22848%22 y=%22408%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.88455 .32636 -.49514 -.94783 1894.386 464.517)%22%2F%3E%3Crect x=%2228%22 y=%22192%22 width=%225.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.12995 .47473 .1112 .93172 36.726 8.124)%22%2F%3E%3Crect x=%22570%22 y=%22369%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.24072 1 -.96617 .14054 778.427 -171.462)%22%2F%3E%3Crect x=%22224%22 y=%22159%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.72994 .7098 -.6789 -.7098 478.396 135.512)%22%2F%3E%3Crect x=%22884%22 y=%22342%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.43454 .94868 -.86964 .4027 700.66 -413.51)%22%2F%3E%3Crect x=%22772%22 y=%22230%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.03522 .54176 -.18915 .867 87.643 -223.55)%22%2F%3E%3Crect x=%22245%22 y=%22274%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.45124 .84912 -.88465 -.55143 585.011 257.168)%22%2F%3E%3Crect x=%22101%22 y=%22401%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.38666 .81018 -.90984 -.67983 495.787 630.458)%22%2F%3E%3Crect x=%22605%22 y=%22247%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.14095 .9514 -.99978 -.34628 960.158 -145.455)%22%2F%3E%3Crect x=%22878%22 y=%22583%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.0265 .60218 -.29842 .79912 363.287 -381.4)%22%2F%3E%3Crect x=%22802%22 y=%22400%22 width=%225.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.52457 .70357 -.83874 -.78139 1542.176 415.089)%22%2F%3E%3Crect x=%22601%22 y=%22300%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.77585 .42423 -.69338 -.90977 1356.604 375.635)%22%2F%3E%3Crect x=%22298%22 y=%22433%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.1995 .78133 -1.10645 -.6792 1000.188 578.14)%22%2F%3E%3Crect x=%22610%22 y=%22389%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.76527 .83179 -.66638 .58242 438.992 -237.548)%22%2F%3E%3Crect x=%2220%22 y=%22301%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.75047 .60513 -.65663 -.80303 292.207 534.322)%22%2F%3E%3Crect x=%22270%22 y=%22155%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.52009 1.00613 -.96665 .05273 349.602 -89.684)%22%2F%3E%3Crect x=%22377%22 y=%22580%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.5032 .92107 -.8721 .39097 749.625 20.262)%22%2F%3E%3Crect x=%22259%22 y=%22123%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.69385 .95814 -.77735 .3678 205.888 -108.897)%22%2F%3E%3Crect x=%22321%22 y=%22118%22 width=%224.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.42528 .95164 -.91264 .3092 307.17 -212.863)%22%2F%3E%3Crect x=%22424%22 y=%22306%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.06986 1.00122 -1 -.01748 716.848 -89.792)%22%2F%3E%3Crect x=%22312%22 y=%2295%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.46006 .94487 -.8909 .3439 271.584 -266.255)%22%2F%3E%3Crect x=%22504%22 y=%22495%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.37153 .73826 -.99575 -.71293 1308.25 594.61)%22%2F%3E%3Crect x=%22163%22 y=%22567%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.13301 .887 -1.04102 -.57602 857.34 808.813)%22%2F%3E%3Crect x=%221016%22 y=%22380%22 width=%224.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.91068 .5634 -.42482 .83526 271.845 -385.285)%22%2F%3E%3Crect x=%22885%22 y=%22119%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.76201 .87796 -.66284 .54861 304.416 -485.712)%22%2F%3E%3Crect x=%22195%22 y=%2227%22 width=%224.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.62536 .66923 -.79972 -.74326 352.41 -70.85)%22%2F%3E%3Crect x=%2299%22 y=%22583%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.00078 .05237 .00027 -.99924 149.34 1170.84)%22%2F%3E%3Crect x=%22781%22 y=%22481%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.65317 .86616 -.77741 .50008 739.455 -450.355)%22%2F%3E%3Crect x=%22688%22 y=%22160%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.00475 .38039 -.14208 -.94149 1403.621 -66.67)%22%2F%3E%3Crect x=%22413%22 y=%22278%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.94553 .34207 -.32555 .93984 124.195 -132.213)%22%2F%3E%3Crect x=%22472%22 y=%22442%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.88915 .30977 -.49167 -.95338 1174.543 760.485)%22%2F%3E%3Crect x=%22607%22 y=%22276%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.00492 .27564 -.12339 .96126 75.625 -157.06)%22%2F%3E%3Crect x=%22726%22 y=%22573%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.14186 1.00244 -.99013 -.05254 1292.649 -56.072)%22%2F%3E%3Crect x=%22895%22 y=%22534%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.6491 .67587 -.70602 -.80547 1713.395 655.492)%22%2F%3E%3Crect x=%22149%22 y=%22372%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.15693 .99635 -.98994 .08717 531.686 189.682)%22%2F%3E%3Crect x=%22631%22 y=%22389%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.94202 .57498 -.39386 .82115 289.782 -338.071)%22%2F%3E%3Crect x=%22374%22 y=%22231%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.38655 .98354 -.93458 .20906 504.539 -224.65)%22%2F%3E%3Crect x=%22750%22 y=%22204%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.99048 .01762 .00348 1.00967 22.565 -120.95)%22%2F%3E%3Crect x=%22174%22 y=%22373%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.92862 .2255 -.4123 -.97675 543.527 720.855)%22%2F%3E%3Crect x=%2233%22 y=%22443%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.65859 .80951 -.75682 -.58814 342.505 683.213)%22%2F%3E%3Crect x=%221011%22 y=%22426%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.94982 .19319 -.28993 .99386 189.984 -353.504)%22%2F%3E%3Crect x=%22883%22 y=%22491%22 width=%225.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.97149 .1046 -.31787 -.99513 2018.288 862.092)%22%2F%3E%3Crect x=%22155%22 y=%22234%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.99558 -.03516 -.06958 1.0069 21.072 -15.356)%22%2F%3E%3Crect x=%22109%22 y=%22132%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.5149 .83918 -.85726 .54497 160.526 -28.026)%22%2F%3E%3Crect x=%221058%22 y=%22129%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.10163 .9712 -1.06866 -.37281 1178.278 -543.272)%22%2F%3E%3Crect x=%2255%22 y=%22494%22 width=%226.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.77912 .79102 -.65547 -.61801 370.468 758.877)%22%2F%3E%3Crect x=%221035%22 y=%22572%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.0686 .98297 -1.00399 .19107 1431.808 -500.27)%22%2F%3E%3Crect x=%22794%22 y=%22510%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.58598 .80169 -.8058 -.60411 1633.227 252.378)%22%2F%3E%3Crect x=%22362%22 y=%22544%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.6732 .7756 -.72446 -.6508 1056.805 565.152)%22%2F%3E%3Crect x=%22568%22 y=%22431%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.97298 .10467 -.2964 -.99589 1319.349 840.455)%22%2F%3E%3Crect x=%22709%22 y=%22273%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.12428 .9514 -1.00584 .34628 887.924 -609.298)%22%2F%3E%3Crect x=%22607%22 y=%22387%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.0029 .12217 -.0176 .99497 20.23 -29.85)%22%2F%3E%3Crect x=%22122%22 y=%22259%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.89841 .17581 -.59274 -.99708 466.22 521.114)%22%2F%3E%3Crect x=%2242%22 y=%22457%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.0349 .99695 -.9994 -.10478 508.812 470.266)%22%2F%3E%3Crect x=%22740%22 y=%22389%22 width=%225.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-1.03295 -.14343 -.378 -1.02058 1812.338 1083.743)%22%2F%3E%3Crect x=%22936%22 y=%2214%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.43963 1.00368 -.95788 .08781 572.762 -809.872)%22%2F%3E%3Crect x=%22435%22 y=%22188%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.17316 .97318 -.98116 -.26076 693.936 -127.657)%22%2F%3E%3Crect x=%22911%22 y=%22148%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.49503 .9176 -.85896 .42789 569.703 -607.069)%22%2F%3E%3Crect x=%2242%22 y=%22313%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.39398 .9922 -.93839 .17495 430.18 211.65)%22%2F%3E%3Crect x=%22633%22 y=%22580%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.02092 .37667 -.12798 .9323 164.386 -132.804)%22%2F%3E%3Crect x=%22900%22 y=%2224%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.37525 .71916 -1.00193 -.74472 1318.493 -360.509)%22%2F%3E%3Crect x=%22829%22 y=%22504%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.8433 .69988 -.55557 .72474 534.806 -543.95)%22%2F%3E%3Crect x=%22893%22 y=%22498%22 width=%223.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-1.05197 -.2018 -.45658 -1.03819 2312.768 1512.756)%22%2F%3E%3Crect x=%22404%22 y=%22571%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.85535 .58242 -.49539 -.83179 1081.922 744.33)%22%2F%3E%3Crect x=%22266%22 y=%22284%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.3012 .9761 -.93813 .27989 410.313 -7.706)%22%2F%3E%3Crect x=%22764%22 y=%22235%22 width=%225.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.74871 .79393 -.6746 -.62028 1494.073 -315.398)%22%2F%3E%3Crect x=%2270%22 y=%22417%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.94913 .24192 -.32681 .9703 104.304 -4.932)%22%2F%3E%3Crect x=%22571%22 y=%22525%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.93605 .17389 -.4423 -.98616 1504.356 918.068)%22%2F%3E%3Crect x=%22460%22 y=%22214%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.12268 .94505 -.99831 -.46093 741.818 29.499)%22%2F%3E%3Crect x=%22247%22 y=%22434%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.7071 .8834 -.7071 .5308 384.93 48.709)%22%2F%3E%3Crect x=%22605%22 y=%22236%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.69898 .50491 -.76987 .87454 341.578 -361.762)%22%2F%3E%3Crect x=%22806%22 y=%22353%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.8528 .74047 -.55525 -.6905 1677.16 -119.819)%22%2F%3E%3Crect x=%22247%22 y=%22277%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.76113 1.00586 -.74687 .32682 326.86 24.436)%22%2F%3E%3Crect x=%22216%22 y=%22593%22 width=%226.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.1259 .94487 -1.01252 -.3439 930.63 622.444)%22%2F%3E%3Crect x=%22490%22 y=%22182%22 width=%225.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.99255 .24374 -.12187 .97758 26.463 -55.38)%22%2F%3E%3Crect x=%22195%22 y=%22545%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.58459 1.03887 -.93194 .05445 743.881 370.471)%22%2F%3E%3Crect x=%22482%22 y=%22464%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.7131 .47062 -.78372 -.8851 1338.273 685.496)%22%2F%3E%3Crect x=%22516%22 y=%2221%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.43602 .63903 -1.02643 -.78913 811.693 -192.24)%22%2F%3E%3Crect x=%221002%22 y=%22263%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.02057 .31287 -.05523 .96291 38.95 -145.26)%22%2F%3E%3Crect x=%22889%22 y=%2269%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.9703 0 -.25991 -1.03061 1778.578 369.292)%22%2F%3E%3Crect x=%22541%22 y=%22396%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.9678 .03582 -.20507 -1.02568 1121.693 911.067)%22%2F%3E%3Crect x=%22851%22 y=%22372%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.99863 -.01746 .0525 1.00046 5.656 -15.073)%22%2F%3E%3Crect x=%221063%22 y=%22268%22 width=%225.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.02712 .68165 -.32628 .75705 179.893 -452.871)%22%2F%3E%3Crect x=%22672%22 y=%22226%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.55067 .90374 -.83793 .44079 533.097 -551.579)%22%2F%3E%3Crect x=%22530%22 y=%22508%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.99114 -.05394 -.37228 -1.0292 1362.518 1196.277)%22%2F%3E%3Crect x=%22342%22 y=%22511%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.7257 .84805 -.7257 .52992 590.024 -48.658)%22%2F%3E%3Crect x=%22690%22 y=%22492%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.96768 .82416 -.5103 .59879 454.253 -237.498)%22%2F%3E%3Crect x=%22149%22 y=%22232%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.93378 .22509 -.39804 -.97496 432.849 423.045)%22%2F%3E%3Crect x=%22573%22 y=%22252%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.93087 .07378 -.24245 -1.05504 1108.71 684.788)%22%2F%3E%3Crect x=%22508%22 y=%22351%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.81436 .7546 -.59193 -.67945 1125.342 121.909)%22%2F%3E%3Crect x=%22853%22 y=%2228%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.98163 .34628 -.1908 -.9514 1700.154 -371.944)%22%2F%3E%3Crect x=%2242%22 y=%22335%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.02166 -.12678 -.4331 -1.03255 331.098 710.326)%22%2F%3E%3Crect x=%22385%22 y=%22429%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.0072 -.07002 -.1227 1.00137 8.353 -7.343)%22%2F%3E%3Crect x=%22298%22 y=%22596%22 width=%224.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.58779 .70537 -.80902 .73044 609.099 -102.785)%22%2F%3E%3Crect x=%22810%22 y=%22420%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.4161 .96573 -.9003 .31378 937.277 -636.63)%22%2F%3E%3Crect x=%22188%22 y=%2295%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.43907 .63279 -.99764 -.83974 407.77 124.436)%22%2F%3E%3Crect x=%22449%22 y=%22521%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.72687 .98526 -.83373 .24565 755.438 30.473)%22%2F%3E%3Crect x=%221025%22 y=%2282%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.45723 1.01295 -.95524 .07083 696.09 -778.886)%22%2F%3E%3Crect x=%22691%22 y=%22324%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.0089 .32562 -.14101 .94566 108.29 -219.941)%22%2F%3E%3Crect x=%22936%22 y=%22436%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.91637 .63279 -.4487 .78143 342.873 -398.472)%22%2F%3E%3Crect x=%22204%22 y=%22107%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.99692 -.14132 -.01735 -1.00554 411.757 286.25)%22%2F%3E%3Crect x=%221039%22 y=%2243%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.92424 .50375 -.38427 .87253 75.505 -646.188)%22%2F%3E%3Crect x=%22204%22 y=%22339%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.981 .1046 -.22737 .99513 26.507 -12.678)%22%2F%3E%3Crect x=%22110%22 y=%22458%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.95787 .24285 -.27603 .974 74.792 -5.391)%22%2F%3E%3Crect x=%22953%22 y=%22540%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.19024 .99405 -.97925 -.1397 1684.411 -412.899)%22%2F%3E%3Crect x=%22974%22 y=%22331%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.22162 .86721 -1.02516 -.50069 1641.191 -290.256)%22%2F%3E%3Crect x=%22126%22 y=%22464%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.26226 1.00244 -.98382 .05254 615.393 327.72)%22%2F%3E%3Crect x=%22273%22 y=%22596%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.0532 .9106 -1.1289 -.52573 1140.195 758.682)%22%2F%3E%3Crect x=%22477%22 y=%22576%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.41011 .96185 -.92207 .2758 879.297 -23.868)%22%2F%3E%3Crect x=%22123%22 y=%22237%22 width=%225.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.7879 .4851 -.64001 -.87515 427.692 383.863)%22%2F%3E%3Crect x=%22703%22 y=%22367%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.90177 .58787 -.45986 -.80914 1460.99 244.458)%22%2F%3E%3Crect x=%22800%22 y=%2262%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.99447 -.03492 .15838 1 0 0)%22%2F%3E%3Crect x=%22731%22 y=%22130%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.6514 .88958 -.77777 -.473 1310.553 -545.408)%22%2F%3E%3Crect x=%22395%22 y=%22118%22 width=%225.04%22 height=%2215.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.43461 .88811 -.88507 .49229 342.652 -359.408)%22%2F%3E%3Crect x=%22215%22 y=%22140%22 width=%224.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.07141 1.00786 -.98344 .12375 356.141 -130.794)%22%2F%3E%3Crect x=%22429%22 y=%22100%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.8494 .35924 -.57084 -.93586 877.031 74.731)%22%2F%3E%3Crect x=%22989%22 y=%2297%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.39761 .98297 -.94003 -.19107 1474.904 -903.302)%22%2F%3E%3Crect x=%22826%22 y=%22295%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.7783 .3956 -.69425 .93198 361.448 -438.095)%22%2F%3E%3Crect x=%22744%22 y=%22193%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.10812 .56659 -.0586 .87247 41.32 -183.514)%22%2F%3E%3Crect x=%22400%22 y=%22405%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.48488 .88295 -.87475 -.46947 945.576 244.318)%22%2F%3E%3Crect x=%221022%22 y=%22574%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.15733 .81648 -1.10622 -.61526 2080.317 313.104)%22%2F%3E%3Crect x=%22785%22 y=%22364%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.36975 .96291 -.91838 -.31287 1435.105 -400.729)%22%2F%3E%3Crect x=%221055%22 y=%22371%22 width=%225.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.97815 -.03597 -.20791 -1.02999 2169.902 1062.991)%22%2F%3E%3Crect x=%22267%22 y=%2245%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.1921 1.00983 -.99027 0 371.597 -258.527)%22%2F%3E%3Crect x=%22219%22 y=%22540%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.85228 .43864 -.53236 .89934 285.994 -49.891)%22%2F%3E%3Crect x=%22832%22 y=%2279%22 width=%225.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.69672 .78993 -.7216 -.61716 1475.675 -581.698)%22%2F%3E%3Crect x=%22930%22 y=%22584%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.45822 1.01955 -.90003 .17977 1062.696 -218.23)%22%2F%3E%3Crect x=%22344%22 y=%22520%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.10722 1.00367 -.99447 -.01752 807.462 216.235)%22%2F%3E%3Crect x=%22420%22 y=%22546%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.93686 .5922 -.39914 .8151 308.97 -96.82)%22%2F%3E%3Crect x=%22705%22 y=%22314%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.94555 .17822 -.24868 -1.01071 1388.006 677.705)%22%2F%3E%3Crect x=%22363%22 y=%22498%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.99906 -.10822 -.26465 -1.0296 927.17 1159.442)%22%2F%3E%3Crect x=%22762%22 y=%22107%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.18544 .99708 -.97023 -.17581 1009.205 -754.036)%22%2F%3E%3Crect x=%22817%22 y=%22274%22 width=%224.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.9708 .29457 -.21945 .96349 120.247 -331.595)%22%2F%3E%3Crect x=%22329%22 y=%2224%22 width=%225.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.03543 .3678 -.02153 .95814 1.48 -44.284)%22%2F%3E%3Crect x=%22581%22 y=%2241%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.4924 .71592 -.8869 -.74136 918.312 -195.147)%22%2F%3E%3Crect x=%22171%22 y=%22100%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.12251 .99386 -1.02999 -.19319 276.95 -22.408)%22%2F%3E%3Crect x=%22932%22 y=%2268%22 width=%224.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.32636 .96593 -.94783 .25882 703.507 -848.073)%22%2F%3E%3Crect x=%22440%22 y=%22103%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.45942 .68575 -.96558 -.73538 793.065 -70.071)%22%2F%3E%3Crect x=%22848%22 y=%2253%22 width=%225.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.90187 .36106 -.42018 .9406 104.227 -408.22)%22%2F%3E%3Crect x=%2212%22 y=%22508%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.05132 1.0262 -.98726 -.25586 502.177 635.35)%22%2F%3E%3Crect x=%22172%22 y=%22136%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.49006 .94027 -.88516 .34223 229.354 -65.652)%22%2F%3E%3Crect x=%22852%22 y=%22355%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.7947 1.01364 -.80307 .23402 648.829 -345.393)%22%2F%3E%3Crect x=%22223%22 y=%22393%22 width=%225.04%22 height=%2212.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.99069 .5 -.28408 .86603 214.938 -59.301)%22%2F%3E%3Crect x=%22587%22 y=%22339%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.94675 .45399 -.34459 -.891 1224.286 385.744)%22%2F%3E%3Crect x=%22955%22 y=%22291%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.63244 .46593 -.905 -.91444 1979.263 341.635)%22%2F%3E%3Crect x=%22810%22 y=%22137%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.94935 .0365 -.21573 -1.04505 1571.353 504.84)%22%2F%3E%3Crect x=%22963%22 y=%2212%22 width=%225.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.9787 .20947 -.16948 .9855 8.029 -320.525)%22%2F%3E%3Crect x=%22804%22 y=%22567%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.92011 .61716 -.44262 .78993 464.346 -433.963)%22%2F%3E%3Crect x=%22739%22 y=%22213%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.12217 .99863 -.99497 -.05234 1030.352 -512.706)%22%2F%3E%3Crect x=%22689%22 y=%22511%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.9965 .1573 -.06577 .99313 122.407 -177.913)%22%2F%3E%3Crect x=%22571%22 y=%22294%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.99027 0 .03889 -1.00983 1062.34 677.492)%22%2F%3E%3Crect x=%22277%22 y=%2219%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.6544 .76897 -.75133 .64524 111.866 -231.512)%22%2F%3E%3Crect x=%22464%22 y=%22164%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.26123 1.03887 -.97627 -.05445 517.463 -174.017)%22%2F%3E%3Crect x=%22326%22 y=%22488%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.7583 .40773 -.74945 -.91578 1099.411 827.174)%22%2F%3E%3Crect x=%22183%22 y=%2284%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.65027 .98017 -.80894 .31848 151.175 -76.62)%22%2F%3E%3Crect x=%22934%22 y=%22307%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.40641 .92846 -.91286 .37512 835.776 -624.525)%22%2F%3E%3Crect x=%22985%22 y=%22232%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.9937 .17581 -.05227 .99708 4.863 -16.51)%22%2F%3E%3Crect x=%22368%22 y=%22447%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.36435 .84818 -.95133 -.53 1027.817 368.994)%22%2F%3E%3Crect x=%22801%22 y=%2265%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.83645 .66424 -.54326 -.76412 1510.91 -539.704)%22%2F%3E%3Crect x=%22702%22 y=%22348%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.93415 .39172 -.24072 .96955 41.341 -49.833)%22%2F%3E%3Crect x=%22429%22 y=%22328%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.9502 .6165 -.40585 .7891 233.477 -172.761)%22%2F%3E%3Crect x=%22136%22 y=%22386%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.9099 .9141 -.61017 .48603 355.51 110.829)%22%2F%3E%3Crect x=%22115%22 y=%22450%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.66823 .69731 -.7421 -.72209 523.319 708.779)%22%2F%3E%3Crect x=%22221%22 y=%22359%22 width=%225.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.29237 .9512 -.9563 -.30906 636.029 266.505)%22%2F%3E%3Crect x=%22142%22 y=%22297%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.20791 .9563 -.97815 -.31072 466.334 270.424)%22%2F%3E%3Crect x=%22814%22 y=%22425%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.7463 .5886 -.67178 .81013 473.312 -441.764)%22%2F%3E%3Crect x=%22488%22 y=%22195%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.38816 1.03046 -.97722 -.01799 544.605 -180.678)%22%2F%3E%3Crect x=%22359%22 y=%22582%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.72088 .54672 -.71903 -.84187 1117.63 911.742)%22%2F%3E%3Crect x=%22402%22 y=%22176%22 width=%225.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.12282 1.01 -.99869 -.07063 578.575 -276.688)%22%2F%3E%3Crect x=%22349%22 y=%22503%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.3176 .74264 -1.0504 -.69252 1170.37 659.918)%22%2F%3E%3Crect x=%22703%22 y=%22233%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.57938 1.02119 -.86663 .1985 557.366 -326.621)%22%2F%3E%3Crect x=%2268%22 y=%22143%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.09735 .44513 .0034 .91266 41.71 -5.894)%22%2F%3E%3Crect x=%22790%22 y=%22452%22 width=%226.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.01827 -.15993 -.17632 -1.00975 1757.47 1210.872)%22%2F%3E%3Crect x=%22336%22 y=%22437%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.4173 .94522 -.89777 -.36284 906.732 226.505)%22%2F%3E%3Crect x=%22410%22 y=%22521%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-1.03204 -.27214 -.17704 -1.01563 1012.73 1308.578)%22%2F%3E%3Crect x=%22576%22 y=%22213%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.43637 1.00692 -.94726 .10583 585.48 -295.993)%22%2F%3E%3Crect x=%2252%22 y=%22137%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.01805 .46249 -.16419 .90768 40.493 -1.423)%22%2F%3E%3Crect x=%22573%22 y=%22456%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.0174 .44816 -.14534 .91887 117.677 -98.281)%22%2F%3E%3Crect x=%22427%22 y=%22533%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.31205 .79759 -1.00109 -.64587 1199.503 638.264)%22%2F%3E%3Crect x=%22630%22 y=%2275%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.07277 .9512 -1.02766 -.30906 781.895 -484.74)%22%2F%3E%3Crect x=%22168%22 y=%22419%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.59978 .9461 -.85046 .32577 562.542 118.575)%22%2F%3E%3Crect x=%22579%22 y=%22345%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.1183 .68982 -.16318 .79355 143.766 -139.523)%22%2F%3E%3Crect x=%22326%22 y=%2250%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.01913 .9761 -1.019 -.27989 398.576 -193.839)%22%2F%3E%3Crect x=%22960%22 y=%22530%22 width=%225.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.12625 .9233 -1.01596 -.49092 1686.124 204.005)%22%2F%3E%3Crect x=%22967%22 y=%22274%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.21069 .98162 -1.0996 -.37681 1228.498 -255.284)%22%2F%3E%3Crect x=%22551%22 y=%22538%22 width=%225.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.95939 .03568 -.5543 -1.02172 1586.68 1193.717)%22%2F%3E%3Crect x=%22649%22 y=%22409%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.03575 .98354 -1.00914 -.20906 1123.156 -73.281)%22%2F%3E%3Crect x=%221036%22 y=%22273%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.08779 1.00586 -1.0227 -.32682 1272.381 -321.778)%22%2F%3E%3Crect x=%22117%22 y=%22511%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.91697 .7435 -.42803 .7435 248.734 81.773)%22%2F%3E%3Crect x=%22257%22 y=%2249%22 width=%224.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-1.01349 -.19507 -.08763 -1.00356 533.816 212.814)%22%2F%3E%3Crect x=%22846%22 y=%2224%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.49934 .8322 -.86482 -.56133 1293.166 -587.413)%22%2F%3E%3Crect x=%22793%22 y=%22581%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.89554 .3092 -.47791 -.95164 1902.358 863.452)%22%2F%3E%3Crect x=%22476%22 y=%2251%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.19044 .95236 -.98814 .30944 426.428 -392.097)%22%2F%3E%3Crect x=%22998%22 y=%22439%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.02064 1.01404 -.98508 -.05314 1368.763 -372.74)%22%2F%3E%3Crect x=%22321%22 y=%22537%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.43837 .92177 -.8988 -.39127 952.057 438.234)%22%2F%3E%3Crect x=%22406%22 y=%22425%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.93345 .4851 -.37742 -.87515 914.23 590.422)%22%2F%3E%3Crect x=%22330%22 y=%22506%22 width=%225.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.72656 .68575 -.6791 .73538 379.717 -58.25)%22%2F%3E%3Crect x=%22618%22 y=%22508%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.46398 1.04746 -.9141 .09164 851.043 17.2)%22%2F%3E%3Crect x=%22404%22 y=%22265%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.84972 .97756 -.71368 .3558 356.176 -106.838)%22%2F%3E%3Crect x=%22567%22 y=%22536%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.03619 .34433 .1051 1 0 0)%22%2F%3E%3Crect x=%22293%22 y=%2284%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.17187 .94199 -.99903 -.34286 449.885 -179.83)%22%2F%3E%3Crect x=%22936%22 y=%2289%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.96698 .61464 -.29603 .84598 71.749 -275.284)%22%2F%3E%3Crect x=%22932%22 y=%22238%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.5304 .79973 -.85074 .60264 604.336 -601.45)%22%2F%3E%3Crect x=%22860%22 y=%22400%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.84705 .51574 -.52922 -.85834 1790.074 350.473)%22%2F%3E%3Crect x=%2267%22 y=%22508%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.52098 .93586 -.86855 -.35924 495.62 627.043)%22%2F%3E%3Crect x=%22428%22 y=%22164%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.05002 .25882 .05503 .96593 23.297 -105.64)%22%2F%3E%3Crect x=%22124%22 y=%22158%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.319 1.01985 -1.00284 -.07131 278.285 69.565)%22%2F%3E%3Crect x=%22377%22 y=%22264%22 width=%225.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.98668 -.07222 -.26303 -1.03275 849.833 670.87)%22%2F%3E%3Crect x=%22767%22 y=%22358%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.89043 .77456 -.51702 .67332 327.834 -300.008)%22%2F%3E%3Crect x=%22926%22 y=%2242%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.5443 .85926 -.83674 .5163 458.949 -840.286)%22%2F%3E%3Crect x=%22636%22 y=%22485%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.06993 1 -.97728 -.32492 1114.644 220.172)%22%2F%3E%3Crect x=%22224%22 y=%22231%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.96221 .15885 -.22016 1.00293 81.292 -76.616)%22%2F%3E%3Crect x=%22462%22 y=%22489%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.1227 1.00137 -1.0072 -.07002 960.3 104.016)%22%2F%3E%3Crect x=%22628%22 y=%2287%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.03447 .99893 -.99866 .06985 689.258 -510.738)%22%2F%3E%3Crect x=%22988%22 y=%22514%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.81672 .26563 -.71664 -.99133 2356.449 998.134)%22%2F%3E%3Crect x=%22790%22 y=%22449%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.83723 .4232 -.56751 -.90755 1798.907 485.562)%22%2F%3E%3Crect x=%2290%22 y=%22391%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.12521 .98223 -1.04244 -.19093 607.801 384.46)%22%2F%3E%3Crect x=%22469%22 y=%22445%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.62932 .58474 -.77715 -.86692 1118.766 710.457)%22%2F%3E%3Crect x=%22821%22 y=%22336%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.58836 .81096 -.78975 .6111 523.5 -389.423)%22%2F%3E%3Crect x=%22870%22 y=%2285%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-1.0109 .4258 -.18069 -.91311 1773.239 -305.469)%22%2F%3E%3Crect x=%22928%22 y=%22128%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.49331 .65857 -.95096 -.7576 1582.87 -295.845)%22%2F%3E%3Crect x=%22647%22 y=%22488%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.84772 .93986 -.65053 .4584 540.131 -145.04)%22%2F%3E%3Crect x=%22904%22 y=%22252%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.1009 .34842 .1546 .95728 9.07 -128.713)%22%2F%3E%3Crect x=%22844%22 y=%22451%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.59637 .89893 -.82156 .43844 788.247 -491.067)%22%2F%3E%3Crect x=%22465%22 y=%22164%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.82301 .7318 -.59902 .68241 213.635 -271.62)%22%2F%3E%3Crect x=%22599%22 y=%22272%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.00288 .17367 -.07026 .98496 43.121 -89.78)%22%2F%3E%3Crect x=%22163%22 y=%22577%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.93605 .24196 -.37865 .97044 137.938 -19.777)%22%2F%3E%3Crect x=%22346%22 y=%22503%22 width=%224.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.99677 .01745 -.19375 .99985 9.96 -5.997)%22%2F%3E%3Crect x=%22259%22 y=%2211%22 width=%225.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.83815 .69731 -.56615 .72209 54.146 -155.307)%22%2F%3E%3Crect x=%22924%22 y=%2232%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.0249 .27564 -.05371 .96126 -12.793 -253.713)%22%2F%3E%3Crect x=%22808%22 y=%22267%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.25573 1.01674 -.95666 .10686 838.466 -409.794)%22%2F%3E%3Crect x=%22924%22 y=%22178%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.32499 .97564 -.94394 -.24325 1401.404 -774.413)%22%2F%3E%3Crect x=%22454%22 y=%22537%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.88766 .5339 -.45246 .85442 274.278 -108.799)%22%2F%3E%3Crect x=%22436%22 y=%22584%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.76148 .85862 -.68883 .53652 589.428 -34.648)%22%2F%3E%3Crect x=%2264%22 y=%22305%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.27612 .8851 -.983 -.47062 476.564 391.657)%22%2F%3E%3Crect x=%2234%22 y=%22432%22 width=%224.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.49919 .86721 -.86491 .50069 373.426 189.11)%22%2F%3E%3Crect x=%22725%22 y=%22169%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.9845 -.01778 -.15587 -1.01856 1462.984 499.352)%22%2F%3E%3Crect x=%22453%22 y=%22385%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.3023 .96823 -.9404 .29602 617.7 -95.334)%22%2F%3E%3Crect x=%22602%22 y=%22302%22 width=%226.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.66737 .61716 -.76612 -.78993 1285.12 214.876)%22%2F%3E%3Crect x=%22535%22 y=%22183%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.31446 .87796 -.9647 .48666 533.07 -422.235)%22%2F%3E%3Crect x=%221056%22 y=%22124%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.4574 .96846 -.86609 .3525 643.392 -678.286)%22%2F%3E%3Crect x=%22183%22 y=%22184%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.25944 .93415 -.9709 -.35859 439.905 75.95)%22%2F%3E%3Crect x=%221016%22 y=%22584%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.12913 .99589 -1.0177 -.10467 1640.261 -415.959)%22%2F%3E%3Crect x=%221033%22 y=%22518%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.82083 .39222 -.61582 -.92402 2300.618 685.275)%22%2F%3E%3Crect x=%22675%22 y=%22345%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.25852 .98054 -.9649 -.20842 1193.589 -290.026)%22%2F%3E%3Crect x=%22798%22 y=%2294%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.9808 .12254 -.17265 -.99801 1590.884 178.908)%22%2F%3E%3Crect x=%22269%22 y=%22125%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.5726 1.03819 -.85191 .2018 243.826 -83.419)%22%2F%3E%3Crect x=%22378%22 y=%22192%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.76105 .61905 -.64128 .79235 182.485 -154.662)%22%2F%3E%3Crect x=%2222%22 y=%22366%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.6828 .88958 -.76108 -.473 275.476 519.755)%22%2F%3E%3Crect x=%22770%22 y=%22502%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.77023 .79912 -.67097 .60218 609.077 -389.088)%22%2F%3E%3Crect x=%22834%22 y=%22272%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.0058 -.05314 -.3747 -1.01404 1888.78 753.913)%22%2F%3E%3Crect x=%22295%22 y=%22355%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.12315 .96349 -1.00025 .29457 603.593 -68.674)%22%2F%3E%3Crect x=%22623%22 y=%22270%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.00262 -.15885 -.03496 1.00293 5.108 -11.73)%22%2F%3E%3Crect x=%22190%22 y=%2266%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.93892 .54764 -.38021 .84329 45.039 -74.173)%22%2F%3E%3Crect x=%22311%22 y=%22553%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.03264 .17495 .14053 .9922 27.12 -11.98)%22%2F%3E%3Crect x=%22914%22 y=%22176%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.01336 .45384 -.12574 .9305 40.245 -157.73)%22%2F%3E%3Crect x=%22244%22 y=%22316%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.95937 .44193 -.20544 .94772 47.96 -16.76)%22%2F%3E%3Crect x=%22369%22 y=%2235%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.74724 .74314 -.67282 -.66913 671.57 -210.13)%22%2F%3E%3Crect x=%22834%22 y=%22440%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.84404 .70721 -.56996 .70721 465.07 -446.357)%22%2F%3E%3Crect x=%22255%22 y=%22328%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.12187 .97974 -.99255 -.22619 616.895 181.095)%22%2F%3E%3Crect x=%221037%22 y=%22420%22 width=%225.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.57212 .74047 -.81698 .6905 796.155 -802.988)%22%2F%3E%3Crect x=%22367%22 y=%22147%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.17497 1.00736 -.99575 .01758 574.13 -270.08)%22%2F%3E%3Crect x=%22557%22 y=%22323%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.87041 .87796 -.5951 .54861 341.444 -194.075)%22%2F%3E%3Crect x=%22468%22 y=%22300%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.88646 .68293 -.51365 -.73236 992.457 180.547)%22%2F%3E%3Crect x=%22591%22 y=%22159%22 width=%225.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.65272 .50491 -.85 -.87454 1184.96 88.387)%22%2F%3E%3Crect x=%22663%22 y=%22406%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.50623 .75575 -.88314 -.65696 1456.004 141.524)%22%2F%3E%3Crect x=%22634%22 y=%22437%22 width=%224.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.91982 .57788 -.41681 .8253 345.774 -368.595)%22%2F%3E%3Crect x=%22641%22 y=%22149%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.01018 .63172 -.3355 .78011 104.178 -316.527)%22%2F%3E%3Crect x=%22245%22 y=%22377%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.78027 .63903 -.60132 .78913 347.396 -121.487)%22%2F%3E%3Crect x=%22167%22 y=%22478%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.73403 .91 -.7409 -.44384 567.928 513.026)%22%2F%3E%3Crect x=%22344%22 y=%22147%22 width=%225.04%22 height=%2212.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.08957 1.00229 -.99928 -.0175 491.1 -215.847)%22%2F%3E%3Crect x=%22130%22 y=%22444%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.5548 .62931 -.85278 -.83513 614.282 782.207)%22%2F%3E%3Crect x=%22146%22 y=%2263%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.46728 .71592 -.9129 -.74136 286.718 47.874)%22%2F%3E%3Crect x=%22626%22 y=%22226%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.71724 .79355 -.63667 .68982 247.828 -223.04)%22%2F%3E%3Crect x=%22235%22 y=%22435%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.10461 .99695 -.99206 -.10478 662.638 263)%22%2F%3E%3Crect x=%22673%22 y=%22446%22 width=%225.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.58037 .91858 -.83024 -.40898 1408.778 -56.04)%22%2F%3E%3Crect x=%2237%22 y=%22433%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.53037 .7098 -.87847 -.7098 510.535 719.829)%22%2F%3E%3Crect x=%22799%22 y=%22279%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.71617 .73538 -.692 -.68575 1579.728 -196.567)%22%2F%3E%3Crect x=%22303%22 y=%22380%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-1.00843 .06977 .08788 -.99772 525.299 743.555)%22%2F%3E%3Crect x=%22688%22 y=%22472%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.0902 .7735 -.2762 .7213 259.902 -163.744)%22%2F%3E%3Crect x=%22526%22 y=%22323%22 width=%224.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.90485 .57674 -.44164 .82366 214.964 -191.277)%22%2F%3E%3Crect x=%22450%22 y=%22228%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.18634 .96157 -.983 -.29398 802.946 -182.576)%22%2F%3E%3Crect x=%22760%22 y=%22341%22 width=%224.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.81915 .80846 -.57358 .65468 336.279 -278.073)%22%2F%3E%3Crect x=%221028%22 y=%22298%22 width=%226.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.31067 .81697 -.99832 -.59356 1741.502 -213.732)%22%2F%3E%3Crect x=%221045%22 y=%22221%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.05254 .99027 -1.00244 .13917 1196.067 -844.849)%22%2F%3E%3Crect x=%22522%22 y=%22448%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.91114 .53652 -.40572 -.85862 1191.098 475.057)%22%2F%3E%3Crect x=%22135%22 y=%22407%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.58114 .83718 -.8025 .56469 340.762 83.163)%22%2F%3E%3Crect x=%22398%22 y=%22352%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.2768 1.03046 -.96561 .01799 640.66 37.54)%22%2F%3E%3Crect x=%22759%22 y=%2272%22 width=%225.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.13982 .95157 -.9944 -.38446 951.025 -439.43)%22%2F%3E%3Crect x=%22472%22 y=%2229%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.97241 .0872 -.352 -.9968 955.583 36.183)%22%2F%3E%3Crect x=%22411%22 y=%22432%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.50697 .54471 -.99207 -.90656 1197.107 746.727)%22%2F%3E%3Crect x=%22596%22 y=%22394%22 width=%226.04%22 height=%2215.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.10229 .3525 .19156 .96846 30.23 -49.133)%22%2F%3E%3Crect x=%22331%22 y=%2237%22 width=%225.04%22 height=%2215.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.16329 1.0513 -.95405 -.01835 302.762 -196.926)%22%2F%3E%3Crect x=%2273%22 y=%22275%22 width=%225.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.68424 .59685 -.73368 -.8215 335.881 473.744)%22%2F%3E%3Crect x=%22742%22 y=%22166%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.86915 .57366 -.5019 .81928 197.266 -382.84)%22%2F%3E%3Crect x=%22467%22 y=%22341%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.39166 1.00485 -.89023 .26925 532.157 -85.42)%22%2F%3E%3Crect x=%221011%22 y=%2267%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.1576 .9994 -.9951 .0349 932.751 -943.861)%22%2F%3E%3Crect x=%22955%22 y=%22133%22 width=%225.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.84848 .58173 -.46109 .86245 135.544 -263.673)%22%2F%3E%3Crect x=%22286%22 y=%22353%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.75265 .82936 -.67873 .58073 341.588 -43.23)%22%2F%3E%3Crect x=%22910%22 y=%2232%22 width=%225.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.50296 .71978 -.90362 -.69508 1419.699 -563.89)%22%2F%3E%3Crect x=%22442%22 y=%2288%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.86395 .49229 -.47272 -.88811 842.758 38.013)%22%2F%3E%3Crect x=%22875%22 y=%22564%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.9453 .5003 -.36148 .86655 358.039 -393.536)%22%2F%3E%3Crect x=%22770%22 y=%2296%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.04105 .94328 -1.04519 -.34333 944.488 -527.917)%22%2F%3E%3Crect x=%22288%22 y=%22243%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.15722 1.0055 -.99452 0 504.108 -14.615)%22%2F%3E%3Crect x=%221044%22 y=%22594%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.53286 .78813 -.8525 -.61576 2166.669 159.304)%22%2F%3E%3Crect x=%22736%22 y=%22439%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.84805 .5003 -.52992 .86655 346.72 -336.222)%22%2F%3E%3Crect x=%22178%22 y=%22502%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.85025 .6365 -.4428 .84465 161.25 25.945)%22%2F%3E%3Crect x=%2221%22 y=%22422%22 width=%225.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.75978 .401 -.70378 -.94472 392.95 821.57)%22%2F%3E%3Crect x=%22416%22 y=%22385%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.96953 .34207 -.25959 .93984 154.038 -127.034)%22%2F%3E%3Crect x=%2299%22 y=%22167%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.43169 1.01364 -.88688 .23402 197.077 56.782)%22%2F%3E%3Crect x=%22174%22 y=%22478%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-1.00017 -.08801 -.0699 -1.00598 395.782 1011.281)%22%2F%3E%3Crect x=%22649%22 y=%22359%22 width=%225.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.20761 1.01404 -.97528 .05314 950.929 -431.817)%22%2F%3E%3Crect x=%22511%22 y=%22257%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.29292 .99023 -.95821 .1746 616.404 -240.295)%22%2F%3E%3Crect x=%22993%22 y=%2275%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.65505 .75575 -.75377 -.65696 1706.571 -675.681)%22%2F%3E%3Crect x=%22636%22 y=%22165%22 width=%225.04%22 height=%2214.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.04231 .93758 -1.04774 -.41744 896.363 -207.42)%22%2F%3E%3Crect x=%22523%22 y=%22152%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.00829 .1051 .07883 1 11.972 -110.259)%22%2F%3E%3Crect x=%22833%22 y=%22593%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.44924 .87321 -.87527 -.52468 1641.68 346.136)%22%2F%3E%3Crect x=%22947%22 y=%22440%22 width=%224.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.0898 1.00737 -.9864 .07044 1348.699 -678.505)%22%2F%3E%3Crect x=%22635%22 y=%22401%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.34053 1.00506 -1.01878 -.07028 974.899 -126.305)%22%2F%3E%3Crect x=%22416%22 y=%22385%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.79692 .82904 -.6687 .5592 456.476 -174.657)%22%2F%3E%3Crect x=%221003%22 y=%22279%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.0495 1.02497 -.98084 -.10773 1183.935 -467.852)%22%2F%3E%3Crect x=%22952%22 y=%22346%22 width=%224.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.57159 .71018 -.8162 -.73541 1774.167 130.085)%22%2F%3E%3Crect x=%22872%22 y=%22317%22 width=%223.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.15738 .99756 -.98867 .08728 1085.554 -625.536)%22%2F%3E%3Crect x=%22456%22 y=%2253%22 width=%225.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.31819 .69994 -1.08749 -.7506 720.358 -117.885)%22%2F%3E%3Crect x=%22442%22 y=%22545%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.72867 .72875 -.64354 .72875 356.763 -64.362)%22%2F%3E%3Crect x=%22252%22 y=%22579%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.40882 .94522 -.90102 .36284 788.632 89.869)%22%2F%3E%3Crect x=%2227%22 y=%22448%22 width=%223.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.71922 .38298 -.831 -.9479 555.454 874.654)%22%2F%3E%3Crect x=%221065%22 y=%22177%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.21102 1.04155 -.99731 -.18365 1048.63 -531.707)%22%2F%3E%3Crect x=%22584%22 y=%22467%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.77565 .51512 -.6504 .8573 373.434 -245.077)%22%2F%3E%3Crect x=%22607%22 y=%22326%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.04862 .32601 -.02194 .94682 74.34 -148.997)%22%2F%3E%3Crect x=%22493%22 y=%22176%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.03397 .4551 -.16804 .89318 67.155 -171.385)%22%2F%3E%3Crect x=%22124%22 y=%22392%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.96422 .17407 -.2764 .98721 100.586 -25.8)%22%2F%3E%3Crect x=%22504%22 y=%2293%22 width=%224.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.28843 .9951 -1.0506 -.1576 510.958 -331.416)%22%2F%3E%3Crect x=%22330%22 y=%22131%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.79607 .78913 -.62257 -.63903 675.194 -99.588)%22%2F%3E%3Crect x=%22869%22 y=%22235%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.62893 1.00975 -.89073 .15993 647.447 -495.261)%22%2F%3E%3Crect x=%22402%22 y=%22523%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.97437 0 -.13516 -1.0263 814.625 1160.165)%22%2F%3E%3Crect x=%22967%22 y=%22271%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.8636 .61566 -.5189 .78801 309.358 -538.383)%22%2F%3E%3Crect x=%22949%22 y=%22476%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.27314 .94107 -.94668 -.39946 1605.295 -22.825)%22%2F%3E%3Crect x=%22667%22 y=%22530%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.7715 .71592 -.6253 -.71592 1541.187 330.55)%22%2F%3E%3Crect x=%2274%22 y=%22128%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.77567 .65766 -.62823 -.75655 222.682 177.467)%22%2F%3E%3Crect x=%22616%22 y=%22439%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.04532 .84162 -.42872 .61147 350.056 -171.298)%22%2F%3E%3Crect x=%22562%22 y=%22281%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.64054 .71242 -.76313 -.71242 1131.162 157.221)%22%2F%3E%3Crect x=%22243%22 y=%2230%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.13301 1.01484 -.97374 .08879 233.668 -171.351)%22%2F%3E%3Crect x=%22540%22 y=%22232%22 width=%224.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.64719 .75045 -.7498 .6757 319.347 -253.718)%22%2F%3E%3Crect x=%22536%22 y=%22398%22 width=%225.04%22 height=%2213.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.4372 .90852 -.89682 -.42365 1155.968 48.981)%22%2F%3E%3Crect x=%22800%22 y=%22429%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.77565 .51512 -.6504 -.8573 1767.288 404.433)%22%2F%3E%3Crect x=%22754%22 y=%22392%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.00781 .82193 -.40054 .66558 281.514 -228.208)%22%2F%3E%3Crect x=%2213%22 y=%22216%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.17767 .97974 -1.0617 -.22619 313.696 256.65)%22%2F%3E%3Crect x=%22601%22 y=%22334%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.53579 .97089 -.8964 .24207 678.91 -307.743)%22%2F%3E%3Crect x=%22874%22 y=%22158%22 width=%224.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.65136 .73538 -.75244 -.68575 1578.363 -463.157)%22%2F%3E%3Crect x=%221029%22 y=%22588%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.8925 .14408 -.59001 -1.0252 2468.493 1324.643)%22%2F%3E%3Crect x=%22632%22 y=%2211%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.95532 .12189 -.42382 -.9927 1252.135 -40.268)%22%2F%3E%3Crect x=%22910%22 y=%22116%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.074 -.23523 -.40081 -1.0189 2067.413 733.384)%22%2F%3E%3Crect x=%22225%22 y=%22128%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.22563 1.0148 -.97753 .03544 305.865 -64.94)%22%2F%3E%3Crect x=%22724%22 y=%2256%22 width=%225.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.23272 .99878 -1.01342 -.05234 636.466 -650.844)%22%2F%3E%3Crect x=%22288%22 y=%22473%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.99012 .1392 -.13916 -.99042 650.563 901.13)%22%2F%3E%3Crect x=%221030%22 y=%22583%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.64463 .41084 -.9154 -.96788 2480.603 1064.544)%22%2F%3E%3Crect x=%22816%22 y=%22233%22 width=%225.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.03813 .7264 -.37412 .70149 177.965 -409.09)%22%2F%3E%3Crect x=%22156%22 y=%22264%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.43373 .78801 -.93015 -.61566 534.115 304.863)%22%2F%3E%3Crect x=%22686%22 y=%2286%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.02387 .12278 .19438 1 0 0)%22%2F%3E%3Crect x=%22337%22 y=%22515%22 width=%225.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.88945 .44384 -.42945 -.91 773.269 891.546)%22%2F%3E%3Crect x=%22121%22 y=%22224%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.9582 .40898 -.29298 .91858 75.357 -18.868)%22%2F%3E%3Crect x=%22723%22 y=%2266%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.95687 -.07378 -.12928 -1.05504 1388.58 450.11)%22%2F%3E%3Crect x=%22477%22 y=%22421%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.50765 .75517 -.8829 -.65646 1195.246 329.305)%22%2F%3E%3Crect x=%22959%22 y=%22491%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.12233 .97815 -.99634 -.20791 1614.018 -343.287)%22%2F%3E%3Crect x=%22958%22 y=%22287%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-1.04822 -.19583 -.28608 -1.00745 2179.796 999.076)%22%2F%3E%3Crect x=%221047%22 y=%22201%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.98335 -.15838 .1051 1 0 0)%22%2F%3E%3Crect x=%2286%22 y=%22574%22 width=%225.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.68225 .94682 -.82126 .32601 691.574 310.067)%22%2F%3E%3Crect x=%22176%22 y=%2213%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-1.01458 .24251 -.05422 -.97267 358.998 -22.046)%22%2F%3E%3Crect x=%2228%22 y=%2250%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.9547 .20906 -.29185 .98354 18.477 -8.517)%22%2F%3E%3Crect x=%22760%22 y=%22426%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.01495 .19093 -.01617 .98223 81.193 -164.465)%22%2F%3E%3Crect x=%22291%22 y=%22595%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.69822 .42789 -.83973 -.9176 1200.548 1072.456)%22%2F%3E%3Crect x=%22114%22 y=%22315%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.55554 .65696 -.88309 -.75575 540.988 486.466)%22%2F%3E%3Crect x=%22609%22 y=%22170%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.99448 .32636 -.1759 -.94783 1237.656 93.898)%22%2F%3E%3Crect x=%22331%22 y=%2276%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.37937 1.0267 -.94081 .08982 291.006 -185.59)%22%2F%3E%3Crect x=%22340%22 y=%22314%22 width=%225.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.77448 .461 -.64923 -.90475 833.743 507.293)%22%2F%3E%3Crect x=%22220%22 y=%22434%22 width=%225.04%22 height=%2212.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.95571 .29255 -.29223 -.95689 578.868 788.2)%22%2F%3E%3Crect x=%22453%22 y=%22134%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.54998 .9614 -.88244 .27568 364.174 -331.105)%22%2F%3E%3Crect x=%22486%22 y=%2286%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.9758 .6905 -.4018 .74047 83.233 -236.45)%22%2F%3E%3Crect x=%22619%22 y=%22162%22 width=%224.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.28117 .84921 -1.00187 -.53065 1008.594 -305.04)%22%2F%3E%3Crect x=%22900%22 y=%2229%22 width=%225.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.70276 .7233 -.7039 -.69848 1555.402 -689.87)%22%2F%3E%3Crect x=%22107%22 y=%22542%22 width=%225.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.3694 .70288 -1.0266 -.75374 854.742 909.66)%22%2F%3E%3Crect x=%22888%22 y=%22324%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22rotate(111 890.52 330.52)%22%2F%3E%3Crect x=%22370%22 y=%22554%22 width=%224.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.57358 .86933 -.81915 .50191 616.56 -12.42)%22%2F%3E%3Crect x=%22717%22 y=%2269%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.99646 .35842 -.19413 -.93372 1440.147 -126.163)%22%2F%3E%3Crect x=%22639%22 y=%22584%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.96173 .47 -.24012 .92244 139.502 -83.798)%22%2F%3E%3Crect x=%2289%22 y=%22581%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.90208 .60328 -.4605 -.80059 382.24 994.804)%22%2F%3E%3Crect x=%2213%22 y=%22371%22 width=%223.04%22 height=%224.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.91254 .78478 -.53528 .6355 287.53 126.61)%22%2F%3E%3Crect x=%22144%22 y=%22258%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.69813 .40648 -.81546 -.9576 517.802 491.592)%22%2F%3E%3Crect x=%2210%22 y=%22253%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.1395 1.00967 -.99285 -.01762 268.095 250.01)%22%2F%3E%3Crect x=%22549%22 y=%2263%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.97738 .29525 -.19016 .9657 20.562 -82.938)%22%2F%3E%3Crect x=%22367%22 y=%22109%22 width=%224.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.99312 .42365 -.23068 .90852 47.564 -120.33)%22%2F%3E%3Crect x=%22664%22 y=%22139%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.48256 1 -.91491 .17633 510.754 -431.193)%22%2F%3E%3Crect x=%2240%22 y=%22156%22 width=%224.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.94924 .60773 -.38579 -.80648 124.718 257.631)%22%2F%3E%3Crect x=%22713%22 y=%22123%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.55198 .98776 -.89507 .20995 481.604 -505.399)%22%2F%3E%3Crect x=%22418%22 y=%22234%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.1411 1.02023 -1.01535 -.25437 625.463 3.733)%22%2F%3E%3Crect x=%22372%22 y=%22279%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.0272 .29277 -.05578 .95762 64.927 -77.942)%22%2F%3E%3Crect x=%221061%22 y=%22503%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.0776 .9141 -1.05942 -.40698 1860.15 -220.515)%22%2F%3E%3Crect x=%221039%22 y=%22556%22 width=%225.04%22 height=%229.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.03492 1 -1.00553 .15838 1627.698 -734.738)%22%2F%3E%3Crect x=%22234%22 y=%22582%22 width=%224.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.8222 .86435 -.623 .56131 474.834 111.923)%22%2F%3E%3Crect x=%22815%22 y=%22237%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.66496 .75887 -.73971 -.65967 1551.752 -306.697)%22%2F%3E%3Crect x=%22903%22 y=%22249%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.95821 .38039 -.25725 .94149 81.08 -169.93)%22%2F%3E%3Crect x=%221045%22 y=%2274%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.89393 .32562 -.47492 .94566 139.493 -354.82)%22%2F%3E%3Crect x=%22319%22 y=%22309%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.95395 .01825 -.14342 -1.04553 607.943 737.837)%22%2F%3E%3Crect x=%2239%22 y=%2288%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.27085 .9582 -.95562 -.31134 152.104 75.557)%22%2F%3E%3Crect x=%22250%22 y=%22303%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.78771 .6297 -.6153 -.77762 625.199 400.014)%22%2F%3E%3Crect x=%22214%22 y=%22269%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.24904 1.00745 -1.04102 -.19583 512.166 156.725)%22%2F%3E%3Crect x=%22905%22 y=%22260%22 width=%223.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.9563 0 -.20089 -1.0457 1779.007 815.209)%22%2F%3E%3Crect x=%22231%22 y=%22254%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.07132 .41073 -.02845 .92252 69.078 -42.854)%22%2F%3E%3Crect x=%22103%22 y=%22179%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.70801 .89947 -.7353 .47826 184.426 21.87)%22%2F%3E%3Crect x=%22655%22 y=%22459%22 width=%225.04%22 height=%2210.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.2712 1.00122 -.99405 .01748 1071.786 -236.87)%22%2F%3E%3Crect x=%22503%22 y=%22157%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.95262 .20791 -.32801 .97815 56.95 -101.377)%22%2F%3E%3Crect x=%22444%22 y=%22526%22 width=%224.04%22 height=%225.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.68241 .75471 -.7318 -.65606 1118.705 538.645)%22%2F%3E%3Crect x=%22134%22 y=%22207%22 width=%225.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.41024 .97564 -.92268 .24325 289.488 39.708)%22%2F%3E%3Crect x=%221046%22 y=%22335%22 width=%224.04%22 height=%2210.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.83221 .78011 -.60795 .63172 458.68 -600.665)%22%2F%3E%3Crect x=%22540%22 y=%22498%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.7745 .89155 -.72702 .45427 658.17 -189.95)%22%2F%3E%3Crect x=%2253%22 y=%22144%22 width=%223.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.03284 .20804 .05231 .97874 24.811 -6.324)%22%2F%3E%3Crect x=%22847%22 y=%22592%22 width=%225.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.75712 .79235 -.67054 .61905 751.286 -535.354)%22%2F%3E%3Crect x=%22921%22 y=%22532%22 width=%225.04%22 height=%2214.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.97616 .15653 -.22532 -.98829 1966.426 959.42)%22%2F%3E%3Crect x=%22460%22 y=%22168%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.04241 .46976 -.16826 .88349 66.636 -180.919)%22%2F%3E%3Crect x=%22694%22 y=%22158%22 width=%225.04%22 height=%2210.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.72743 .73685 -.6788 -.68712 1317.907 -323.716)%22%2F%3E%3Crect x=%22439%22 y=%22259%22 width=%225.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.96936 .42423 -.2784 .90977 107.5 -125.037)%22%2F%3E%3Crect x=%22397%22 y=%2282%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.44094 .9363 -.88989 .37829 307.643 -375.267)%22%2F%3E%3Crect x=%22141%22 y=%22207%22 width=%225.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.5027 .7756 -.86752 -.6508 460.506 215.133)%22%2F%3E%3Crect x=%22239%22 y=%2221%22 width=%225.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.07328 .4027 .04521 .94868 -.964 -35.834)%22%2F%3E%3Crect x=%22914%22 y=%22426%22 width=%224.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.85834 .46947 -.51574 -.88295 1946.029 377.777)%22%2F%3E%3Crect x=%22301%22 y=%2214%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.34406 1.00518 -1.0935 -.28823 254.048 -188.385)%22%2F%3E%3Crect x=%22304%22 y=%22539%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.54656 .88308 -.84179 .46954 631.707 22.256)%22%2F%3E%3Crect x=%22440%22 y=%22513%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.04508 .29525 .03128 .9657 76.395 -50.667)%22%2F%3E%3Crect x=%22822%22 y=%22380%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.01574 1.01484 -.98675 -.08879 1139.64 -260.271)%22%2F%3E%3Crect x=%2254%22 y=%22172%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.15603 .98655 -.9689 -.28289 213.153 181.293)%22%2F%3E%3Crect x=%22435%22 y=%2287%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(1.03331 .31592 .01486 .9723 6.991 -42.62)%22%2F%3E%3Crect x=%22233%22 y=%22366%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.87739 .41435 -.44278 -.93064 546.487 661.714)%22%2F%3E%3Crect x=%22647%22 y=%22277%22 width=%224.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.00199 .42767 -.08776 .96056 31.96 -55.602)%22%2F%3E%3Crect x=%22307%22 y=%22575%22 width=%225.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.55517 .84183 -.81342 .56782 701.145 -64.898)%22%2F%3E%3Crect x=%22194%22 y=%22148%22 width=%223.04%22 height=%223.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.31518 .82402 -.96732 -.6438 412.747 144.445)%22%2F%3E%3Crect x=%22839%22 y=%22187%22 width=%224.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.0766 .7477 -.3335 .69723 126.268 -392.377)%22%2F%3E%3Crect x=%22820%22 y=%2243%22 width=%225.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.04426 .34202 -.05473 .9397 -18.914 -278.392)%22%2F%3E%3Crect x=%22965%22 y=%2281%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.76961 .30573 -.75357 -1 1847.448 168.04)%22%2F%3E%3Crect x=%22470%22 y=%22510%22 width=%223.04%22 height=%223.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.96148 .57366 -.37005 .81928 327.445 -169.82)%22%2F%3E%3Crect x=%22621%22 y=%22458%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.8981 .83378 -.54684 .60578 413.21 -182.384)%22%2F%3E%3Crect x=%22913%22 y=%22297%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.12175 .99315 -.99195 -.12194 1333.905 -603.54)%22%2F%3E%3Crect x=%22335%22 y=%2266%22 width=%224.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.97786 .2818 -.13848 .98274 7.115 -22.16)%22%2F%3E%3Crect x=%22183%22 y=%22346%22 width=%224.04%22 height=%2211.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.39502 .84329 -.9293 .54764 415.38 -16.458)%22%2F%3E%3Crect x=%221052%22 y=%22150%22 width=%225.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.36612 1.02094 -.9603 .0535 855.022 -707.623)%22%2F%3E%3Crect x=%22659%22 y=%22393%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.93982 .10686 -.41588 -1.01674 1504.132 871.56)%22%2F%3E%3Crect x=%22622%22 y=%22339%22 width=%224.04%22 height=%225.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.02721 .86635 -1.1352 -.60663 1188.24 222.941)%22%2F%3E%3Crect x=%22446%22 y=%22345%22 width=%225.04%22 height=%2213.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.48772 .66618 -.94004 -.76635 1089.243 401.2)%22%2F%3E%3Crect x=%22754%22 y=%22304%22 width=%225.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.37352 .74724 -1.00194 -.67282 1458.192 28.637)%22%2F%3E%3Crect x=%22464%22 y=%22575%22 width=%224.04%22 height=%2211.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.06325 .5634 -.19862 .83526 280.805 -109.7)%22%2F%3E%3Crect x=%22203%22 y=%22380%22 width=%223.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.99771 -.0175 .0002 -1.00229 387.702 783.795)%22%2F%3E%3Crect x=%22237%22 y=%2212%22 width=%224.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.7104 .887 -.66606 .57602 70.708 -123.34)%22%2F%3E%3Crect x=%22400%22 y=%22190%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-1.06323 -.19507 -.34353 -1.00356 985.517 551.4)%22%2F%3E%3Crect x=%2221%22 y=%22549%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.9548 .31287 -.25764 -.96291 247.279 1080.334)%22%2F%3E%3Crect x=%22957%22 y=%22495%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.19266 1.00736 -.99606 -.01758 1324.318 -340.594)%22%2F%3E%3Crect x=%2267%22 y=%22491%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.42306 .88308 -.90745 -.46954 580.758 665.014)%22%2F%3E%3Crect x=%22771%22 y=%22544%22 width=%224.04%22 height=%226.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.78988 .48748 -.62638 -.87944 1851.06 570.01)%22%2F%3E%3Crect x=%22782%22 y=%22270%22 width=%225.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.16346 .84423 -1.07005 -.59114 1312.445 -33.096)%22%2F%3E%3Crect x=%22581%22 y=%22452%22 width=%225.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.93589 .34333 -.34135 -.94328 1320.72 634.786)%22%2F%3E%3Crect x=%22437%22 y=%22250%22 width=%223.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.93542 .19268 -.37752 .99127 113.646 -143.922)%22%2F%3E%3Crect x=%22614%22 y=%22524%22 width=%224.04%22 height=%2210.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.12635 .4027 .17022 .94868 67.158 -67.33)%22%2F%3E%3Crect x=%22677%22 y=%22311%22 width=%223.04%22 height=%224.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.94784 .01825 -.49337 -1.04553 1567.855 835.354)%22%2F%3E%3Crect x=%22698%22 y=%22238%22 width=%223.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.25933 .9461 -.96768 -.32577 1123.93 -317.185)%22%2F%3E%3Crect x=%22689%22 y=%22461%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.96593 .22509 -.25882 .97496 143.514 -168.067)%22%2F%3E%3Crect x=%22630%22 y=%22281%22 width=%223.04%22 height=%228.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.19428 .93415 -.99591 .35859 755.725 -429.172)%22%2F%3E%3Crect x=%22733%22 y=%22348%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(1.01688 .2777 -.05464 .96848 53.555 -102.729)%22%2F%3E%3Crect x=%22427%22 y=%22100%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.62778 .66618 -.77891 -.76635 787.237 -179.061)%22%2F%3E%3Crect x=%22125%22 y=%22206%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.8301 .37681 -.49136 -.98162 301.933 413.527)%22%2F%3E%3Crect x=%22474%22 y=%2218%22 width=%225.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.00053 .98784 -1.0124 .15646 493.3 -444.254)%22%2F%3E%3Crect x=%2299%22 y=%22147%22 width=%225.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.942 .4851 -.362 .87515 76.338 -26.973)%22%2F%3E%3Crect x=%22637%22 y=%22457%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.91269 .69731 -.48896 .72209 381.353 -261.705)%22%2F%3E%3Crect x=%22519%22 y=%22406%22 width=%224.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.1404 .7735 -1.1619 -.7213 1270.519 478.718)%22%2F%3E%3Crect x=%22888%22 y=%22231%22 width=%225.04%22 height=%2213.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.19348 1.01674 -1.00387 -.10686 994 -453.24)%22%2F%3E%3Crect x=%2258%22 y=%2295%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.92791 .55996 -.41015 .83018 66.754 -20.023)%22%2F%3E%3Crect x=%22801%22 y=%2282%22 width=%225.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.00067 1.00382 -.9962 0 877.436 -648.77)%22%2F%3E%3Crect x=%22998%22 y=%22565%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.92869 .20995 -.39379 .98776 272.89 -343.363)%22%2F%3E%3Crect x=%22871%22 y=%22482%22 width=%225.04%22 height=%2214.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.78457 .42365 -.67792 -.90852 2007.303 624.32)%22%2F%3E%3Crect x=%22954%22 y=%22518%22 width=%223.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.97102 .83937 -.5364 .56616 539.125 -424.442)%22%2F%3E%3Crect x=%2248%22 y=%22316%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.01243 .9573 -1.04888 -.32963 453.045 389.134)%22%2F%3E%3Crect x=%22620%22 y=%22174%22 width=%224.04%22 height=%225.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.52587 .96157 -.87919 -.29398 1088.697 -435.08)%22%2F%3E%3Crect x=%22410%22 y=%22492%22 width=%225.04%22 height=%225.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.88804 .48666 -.45275 .87796 242.27 -104.316)%22%2F%3E%3Crect x=%22528%22 y=%2297%22 width=%224.04%22 height=%227.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.52686 .93198 -.84935 .3956 341.219 -517.16)%22%2F%3E%3Crect x=%22431%22 y=%22523%22 width=%224.04%22 height=%227.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.69613 .68408 -.68868 -.75975 999.095 722.363)%22%2F%3E%3Crect x=%2238%22 y=%22231%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(.83652 .86113 -.63855 .5381 201.488 80.339)%22%2F%3E%3Crect x=%221020%22 y=%22443%22 width=%223.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.97365 .43017 -.1378 .96618 46.651 -72.577)%22%2F%3E%3Crect x=%2232%22 y=%22522%22 width=%224.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.77786 .76604 -.6527 -.64279 310.59 836.436)%22%2F%3E%3Crect x=%2271%22 y=%22270%22 width=%223.04%22 height=%226.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.9767 -.0363 -.42524 -1.03967 311.257 580.297)%22%2F%3E%3Crect x=%22986%22 y=%22329%22 width=%224.04%22 height=%229.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.22382 1.0023 -.97022 -.12307 1539.543 -754.585)%22%2F%3E%3Crect x=%22475%22 y=%22217%22 width=%225.04%22 height=%2214.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.8322 .28536 -.6021 -.99517 1040.59 438.644)%22%2F%3E%3Crect x=%22958%22 y=%22302%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.27073 .89591 -.97823 -.4565 1580.093 -516.238)%22%2F%3E%3Crect x=%22730%22 y=%22192%22 width=%223.04%22 height=%226.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.54229 .96846 -.83519 .3525 491.116 -399.782)%22%2F%3E%3Crect x=%22231%22 y=%2272%22 width=%225.04%22 height=%2213.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.84075 .47012 -.54591 .88416 77.738 -112.924)%22%2F%3E%3Crect x=%22772%22 y=%22452%22 width=%224.04%22 height=%2211.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.11068 .91593 -1.0279 -.52881 1393.311 257.032)%22%2F%3E%3Crect x=%22730%22 y=%2262%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.51117 .95106 -.88537 .30902 432.21 -650.013)%22%2F%3E%3Crect x=%22742%22 y=%22468%22 width=%224.04%22 height=%227.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.4506 .7546 -.91946 .67945 806.534 -541.49)%22%2F%3E%3Crect x=%22306%22 y=%22232%22 width=%223.04%22 height=%223.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(1.12038 .45384 .09367 .9305 37.693 -40.934)%22%2F%3E%3Crect x=%22972%22 y=%22137%22 width=%223.04%22 height=%224.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(.22654 1.00921 -.98296 .03524 904.087 -711.549)%22%2F%3E%3Crect x=%22468%22 y=%22467%22 width=%223.04%22 height=%227.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.93291 .3306 -.31552 -.9601 958.435 849.839)%22%2F%3E%3Crect x=%22907%22 y=%22534%22 width=%223.04%22 height=%229.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.43317 1.01112 -.93581 .12415 1106.738 -270.365)%22%2F%3E%3Crect x=%221038%22 y=%22157%22 width=%223.04%22 height=%223.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.80818 .55996 -.58767 .83018 273.926 -500.69)%22%2F%3E%3Crect x=%2259%22 y=%22113%22 width=%224.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.0714 .88322 -1.09265 -.48957 234.756 129.737)%22%2F%3E%3Crect x=%22628%22 y=%22495%22 width=%225.04%22 height=%2212.04%22 fill=%22%2300ff0a%22 rx=%220%22 transform=%22matrix(-.07348 .87454 -1.10104 -.50491 1431.52 291.193)%22%2F%3E%3Crect x=%22625%22 y=%22406%22 width=%225.04%22 height=%229.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-1.00363 .19107 -.07044 -.98297 1259.826 661.263)%22%2F%3E%3Crect x=%22407%22 y=%22202%22 width=%224.04%22 height=%228.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(.4104 .95262 -.90843 .32801 461.43 -301.419)%22%2F%3E%3Crect x=%22196%22 y=%22467%22 width=%225.04%22 height=%2211.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(.17495 .98146 -1.07238 -.30006 799.749 465.298)%22%2F%3E%3Crect x=%22795%22 y=%22380%22 width=%223.04%22 height=%224.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.9121 .14343 -.48187 -1.02058 1768.143 856.25)%22%2F%3E%3Crect x=%22782%22 y=%22446%22 width=%223.04%22 height=%228.04%22 fill=%22red%22 rx=%220%22 transform=%22matrix(-.98444 .08737 -.19354 -.99863 1711.636 776.178)%22%2F%3E%3Crect x=%22328%22 y=%22364%22 width=%223.04%22 height=%228.04%22 fill=%22%236afbff%22 rx=%220%22 transform=%22matrix(-.13977 .95444 -.99408 -.36637 749.068 258.388)%22%2F%3E%3Crect x=%22414%22 y=%22206%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(-.3597 .96725 -.93747 -.25917 751.124 -160.496)%22%2F%3E%3Crect x=%22232%22 y=%2289%22 width=%223.04%22 height=%226.04%22 fill=%22%23fff%22 rx=%220%22 transform=%22matrix(1.00924 -.0524 -.17633 1 0 0)%22%2F%3E%3C%2Fsvg%3E");
	
	
	
	}
			  