@import url(fontawesome-all.min.css);

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

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

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

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

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

/* Basic */

	@-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: #031732;
	}

		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 */

	body, input, select, textarea {
		color: rgba(13, 27, 51, 0.75);
		font-family: 'General Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
		font-size: 16.5pt;
		font-weight: normal;
		line-height: 1.75;
	}

		#wrapper {
			font-size: 13.5pt;
		}

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

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

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

		}

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

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

		}

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

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

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px rgba(13, 27, 51, 0.25);
		color: inherit;
		text-decoration: none;
	}

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

	strong, b {
		color: #031732;
		font-weight: bold;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #031732;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 0 0.5em 0;
	}

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

	h1 {
		font-size: 2.75em;
	}

		h1.major {
			margin: 0 0 1.3em 0;
			position: relative;
			padding-bottom: 0.35em;
		}

			h1.major:after {
				background-image: -moz-linear-gradient(to right, #F05418, #E8C766);
				background-image: -webkit-linear-gradient(to right, #F05418, #E8C766);
				background-image: -ms-linear-gradient(to right, #F05418, #E8C766);
				background-image: linear-gradient(to right, #F05418, #E8C766);
				-moz-transition: max-width 0.2s ease;
				-webkit-transition: max-width 0.2s ease;
				-ms-transition: max-width 0.2s ease;
				transition: max-width 0.2s ease;
				border-radius: 0.2em;
				bottom: 0;
				content: '';
				height: 0.05em;
				position: absolute;
				right: 0;
				width: 100%;
			}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.1em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.6em;
	}

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

		h1 {
			font-size: 2em;
		}

		h2 {
			font-size: 1.25em;
		}

		h3 {
			font-size: 1em;
		}

		h4 {
			font-size: 0.8em;
		}

		h5 {
			font-size: 0.6em;
		}

		h6 {
			font-size: 0.6em;
		}

	}

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

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

	blockquote {
		border-left: solid 4px rgba(13, 27, 51, 0.15);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(13, 27, 51, 0.04);
		border-radius: 0.25em;
		border: solid 1px rgba(13, 27, 51, 0.15);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(13, 27, 51, 0.15);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

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

	.align-center {
		text-align: center;
	}

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

/* 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: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

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

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.375em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.375em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0.75em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.75em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

		.row {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.row > * {
				padding: 0 0 0 1.5em;
			}

			.row.gtr-uniform {
				margin-top: -1.5em;
			}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 2.25em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -2.25em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

		@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: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

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

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@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: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

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

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@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: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

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

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@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: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

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

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@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: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

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

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

/* Box */

	.box {
		border-radius: 0.25em;
		border: solid 1px rgba(13, 27, 51, 0.15);
		margin-bottom: 2em;
		padding: 1.5em;
	}

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

/* 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: border-color 0.2s ease;
		-webkit-transition: border-color 0.2s ease;
		-ms-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease;
		background-color: transparent;
		border: solid 1px !important;
		border-color: rgba(13, 27, 51, 0.15) !important;
		border-radius: 3em;
		color: #0d1b33 !important;
		cursor: pointer;
		display: inline-block;
		font-size: 0.6em;
		font-weight: bold;
		height: calc(4.75em + 2px);
		letter-spacing: 0.25em;
		line-height: 4.75em;
		outline: 0;
		padding: 0 3.75em;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:after,
		input[type="reset"]:after,
		input[type="button"]:after,
		button:after,
		.button:after {
			-moz-transform: scale(0.25);
			-webkit-transform: scale(0.25);
			-ms-transform: scale(0.25);
			transform: scale(0.25);
			pointer-events: none;
			-moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
			-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
			-ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
			transition: opacity 0.2s ease, transform 0.2s ease;
			background: #ffffff;
			border-radius: 3em;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.75em;
		}

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

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

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #ffffff;
			color: #0d1b33 !important;
		}

			input[type="submit"].primary:after,
			input[type="reset"].primary:after,
			input[type="button"].primary:after,
			button.primary:after,
			.button.primary:after {
				display: none;
			}

		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 {
			cursor: default;
			opacity: 0.5;
			pointer-events: none;
		}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: rgba(13, 27, 51, 0.35) !important;
		}

			input[type="submit"]:hover:after,
			input[type="reset"]:hover:after,
			input[type="button"]:hover:after,
			button:hover:after,
			.button:hover:after {
				opacity: 0.05;
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
			}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				border-color: #0d1b33 !important;
			}

				input[type="submit"]:hover:active:after,
				input[type="reset"]:hover:active:after,
				input[type="button"]:hover:active:after,
				button:hover:active:after,
				.button:hover:active:after {
					opacity: 0.1;
				}

/* Features */

	.features {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		border-radius: 0.25em;
		border: solid 1px rgba(13, 27, 51, 0.15);
		background: rgba(13, 27, 51, 0.04);
		margin: 0 0 2em 0;
	}

	/* Cztery osobne panele w rzedzie (Dlaczego my) */
	.features.features-panels {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 1.5em;
		border: 0;
		background: transparent;
		border-radius: 0;
		width: 95vw;
		margin-left: calc(50% - 47.5vw);
		margin-right: calc(50% - 47.5vw);
		margin-bottom: 2em;
	}

		.features.features-panels section {
			-webkit-flex: 1 1 0;
			flex: 1 1 0;
			background: #ffffff;
			border: 0 !important;
			border-radius: 20px;
			padding: 3em 2em !important;
			box-shadow: 0 10px 30px rgba(13, 27, 51, 0.08);
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			flex-direction: column;
			-webkit-align-items: center;
			align-items: center;
			text-align: center;
			-webkit-transition: transform 0.25s ease, box-shadow 0.25s ease;
			transition: transform 0.25s ease, box-shadow 0.25s ease;
		}

		.features.features-panels section:hover {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
			box-shadow: 0 18px 40px rgba(13, 27, 51, 0.14);
		}

		.features.features-panels section .icon.major {
			margin-bottom: 0.5em;
		}

		.features.features-panels section h3 {
			margin-bottom: 0.5em;
		}

		.features.features-panels section p {
			font-size: 0.95rem;
			line-height: 1.6;
			color: rgba(13, 27, 51, 0.7);
			margin: 0;
		}

	@media screen and (max-width: 980px) {
		.features.features-panels {
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.features.features-panels section {
			-webkit-flex: 1 1 calc(50% - 0.75em);
			flex: 1 1 calc(50% - 0.75em);
		}
	}

	@media screen and (max-width: 640px) {
		.features.features-panels {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}
		.features.features-panels section {
			-webkit-flex: 1 1 100%;
			flex: 1 1 100%;
		}
	}

		.features section {
			padding: 3em 2em 2em 2em ;
			border-top: solid 1px rgba(13, 27, 51, 0.15);
			position: relative;
			text-align: center;
			min-width: 0;
			box-sizing: border-box;
			overflow-wrap: break-word;
			word-break: break-word;
		}

			.features section:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.features section:nth-child(2n) {
				border-left: solid 1px rgba(13, 27, 51, 0.15);
			}

			.features section:last-child:nth-child(odd) {
				grid-column: 1 / -1;
			}

			.features section .icon {
				-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;
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
				position: relative;
				margin: 0 auto 1.3em auto;
				opacity: 1;
			}

			.features section:nth-child(1) .icon {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.features section:nth-child(2) .icon {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.features section:nth-child(3) .icon {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.features section:nth-child(4) .icon {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.features section:nth-child(5) .icon {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.features section:nth-child(6) .icon {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.features section:nth-child(7) .icon {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.features section:nth-child(8) .icon {
				-moz-transition-delay: 1.2s;
				-webkit-transition-delay: 1.2s;
				-ms-transition-delay: 1.2s;
				transition-delay: 1.2s;
			}

			.features section:nth-child(9) .icon {
				-moz-transition-delay: 1.35s;
				-webkit-transition-delay: 1.35s;
				-ms-transition-delay: 1.35s;
				transition-delay: 1.35s;
			}

			.features section:nth-child(10) .icon {
				-moz-transition-delay: 1.5s;
				-webkit-transition-delay: 1.5s;
				-ms-transition-delay: 1.5s;
				transition-delay: 1.5s;
			}

			.features section:nth-child(11) .icon {
				-moz-transition-delay: 1.65s;
				-webkit-transition-delay: 1.65s;
				-ms-transition-delay: 1.65s;
				transition-delay: 1.65s;
			}

			.features section:nth-child(12) .icon {
				-moz-transition-delay: 1.8s;
				-webkit-transition-delay: 1.8s;
				-ms-transition-delay: 1.8s;
				transition-delay: 1.8s;
			}

			.features section:nth-child(13) .icon {
				-moz-transition-delay: 1.95s;
				-webkit-transition-delay: 1.95s;
				-ms-transition-delay: 1.95s;
				transition-delay: 1.95s;
			}

			.features section:nth-child(14) .icon {
				-moz-transition-delay: 2.1s;
				-webkit-transition-delay: 2.1s;
				-ms-transition-delay: 2.1s;
				transition-delay: 2.1s;
			}

			.features section:nth-child(15) .icon {
				-moz-transition-delay: 2.25s;
				-webkit-transition-delay: 2.25s;
				-ms-transition-delay: 2.25s;
				transition-delay: 2.25s;
			}

			.features section:nth-child(16) .icon {
				-moz-transition-delay: 2.4s;
				-webkit-transition-delay: 2.4s;
				-ms-transition-delay: 2.4s;
				transition-delay: 2.4s;
			}

			.features section:nth-child(17) .icon {
				-moz-transition-delay: 2.55s;
				-webkit-transition-delay: 2.55s;
				-ms-transition-delay: 2.55s;
				transition-delay: 2.55s;
			}

			.features section:nth-child(18) .icon {
				-moz-transition-delay: 2.7s;
				-webkit-transition-delay: 2.7s;
				-ms-transition-delay: 2.7s;
				transition-delay: 2.7s;
			}

			.features section:nth-child(19) .icon {
				-moz-transition-delay: 2.85s;
				-webkit-transition-delay: 2.85s;
				-ms-transition-delay: 2.85s;
				transition-delay: 2.85s;
			}

			.features section:nth-child(20) .icon {
				-moz-transition-delay: 3s;
				-webkit-transition-delay: 3s;
				-ms-transition-delay: 3s;
				transition-delay: 3s;
			}

		.features.inactive section .icon {
			-moz-transform: scale(0.5);
			-webkit-transform: scale(0.5);
			-ms-transform: scale(0.5);
			transform: scale(0.5);
			opacity: 0;
		}

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

			.features {
				display: block;
			}

				.features section {
					border-top-width: 1px !important;
					border-left-width: 0 !important;
					width: 100%;
				}

					.features section:first-child {
						border-top-width: 0 !important;
					}

		}

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

			.features section {
				padding: 2.5em 1.5em 1.5em 1.5em ;
			}

		}

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

			.features section {
				padding: 2em 1.5em 1.5em 1.5em ;
			}

		}

/* Form */

	form {
		margin: 0 0 2em 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% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			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.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

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

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		color: #031732;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
		display: block;
		font-size: 1.1em;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(13, 27, 51, 0.04);
		border-radius: 0.25em;
		border: none;
		border: solid 1px rgba(13, 27, 51, 0.15);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #F05418;
			box-shadow: 0 0 0 1px #F05418;
		}

	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(13, 27, 51, 0.35)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #005;
		}

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

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

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

	textarea {
		padding: 0.75em 1em;
	}

		body.is-ie textarea {
			min-height: 10em;
		}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: rgba(13, 27, 51, 0.75);
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: normal;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			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 {
				background: rgba(13, 27, 51, 0.04);
				border-radius: 0.25em;
				border: solid 1px rgba(13, 27, 51, 0.15);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #ffffff;
			border-color: #0d1b33;
			color: #F05418;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #F05418;
			box-shadow: 0 0 0 1px #F05418;
		}

	input[type="checkbox"] + label:before {
		border-radius: 0.25em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(13, 27, 51, 0.45) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(13, 27, 51, 0.45) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(13, 27, 51, 0.45) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(13, 27, 51, 0.45) !important;
		opacity: 1.0;
	}

/* Icon */

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

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

		.icon > .label {
			display: none;
		}

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

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

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

		.icon.major {
			width: 2.5em;
			height: 2.5em;
			display: block;
			background: #ffffff;
			border-radius: 100%;
			color: #005;
			text-align: center;
			line-height: 2.5em;
			margin: 0 0 1.3em 0;
			box-shadow: 0 2px 10px rgba(13, 27, 51, 0.18);
		}

			.icon.major:before {
				font-size: 1.25em;
			}

				.wrapper.style1 .icon.major:before {
					color: #F05418;
				}

				.wrapper.style1-alt .icon.major:before {
					color: white;
				}

				.wrapper.style2 .icon.major:before {
					color: #F05418;
				}

				.wrapper.style2-alt .icon.major:before {
					color: #3e4094;
				}

				.wrapper.style3 .icon.major:before {
					color: #8a6a1f;
				}

				.wrapper.style3-alt .icon.major:before {
					color: #953d75;
				}

/* Image */

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

		.image img {
			border-radius: 0.25em;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

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

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

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

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

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

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(13, 27, 51, 0.15);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: bold;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Actions */

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

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

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

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

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

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

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

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

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

				ul.actions.fit li > * {
					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: 1em 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;
						}

		}

/* Contact */

	ul.contact {
		list-style: none;
		padding: 0;
	}

		ul.contact > li {
			padding: 0;
			margin: 1.5em 0 0 0;
		}

			ul.contact > li:first-child {
				margin-top: 0;
			}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li > a, ul.icons li > span {
				border: 0;
			}

				ul.icons li > a .label, ul.icons li > span .label {
					display: none;
				}

/* Menu */

	ul.menu {
		list-style: none;
		padding: 0;
	}

		ul.menu > li {
			border-left: solid 1px rgba(255, 255, 255, 0.15);
			display: inline-block;
			line-height: 1;
			margin-left: 1.5em;
			padding: 0 0 0 1.5em;
		}

			ul.menu > li:first-child {
				border-left: 0;
				margin: 0;
				padding-left: 0;
			}

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

			ul.menu > li {
				border-left: 0;
				display: block;
				line-height: inherit;
				margin: 0.5em 0 0 0;
				padding-left: 0;
			}

		}

/* Section/Article */

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

	header p {
		color: rgba(13, 27, 51, 0.55);
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

/* Split */

	.split {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.split > * {
			width: calc(50% - 2.5em);
		}

		.split > :nth-child(2n - 1) {
			padding-right: 2.5em;
			border-right: solid 1px rgba(13, 27, 51, 0.15);
		}

		.split > :nth-child(2n) {
			padding-left: 2.5em;
		}

		.split.style1 > :nth-child(2n - 1) {
			width: calc(66.66666% - 2.5em);
		}

		.split.style1 > :nth-child(2n) {
			width: calc(33.33333% - 2.5em);
		}

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

			.split > * {
				width: calc(50% - 2em);
			}

			.split > :nth-child(2n - 1) {
				padding-right: 2em;
			}

			.split > :nth-child(2n) {
				padding-left: 2em;
			}

			.split.style1 > :nth-child(2n - 1) {
				width: calc(66.66666% - 2em);
			}

			.split.style1 > :nth-child(2n) {
				width: calc(33.33333% - 2em);
			}

		}

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

			.split {
				display: block;
			}

				.split > * {
					border-top: solid 1px rgba(13, 27, 51, 0.15);
					margin: 4em 0 0 0;
					padding: 4em 0 0 0;
					width: 100% !important;
				}

				.split > :nth-child(2n - 1) {
					border-right: 0;
					padding-right: 0;
				}

				.split > :nth-child(2n) {
					padding-left: 0;
				}

				.split > :first-child {
					border-top: 0;
					margin-top: 0;
					padding-top: 0;
				}

		}

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

			.split > * {
				margin: 3em 0 0 0;
				padding: 3em 0 0 0;
			}

		}

		#kontakt .split {
			display: block;
		}

			#kontakt .split > * {
				border-top: solid 1px rgba(13, 27, 51, 0.15);
				margin: 3em 0 0 0;
				padding: 3em 0 0 0;
				width: 100% !important;
			}

			#kontakt .split > :nth-child(2n - 1) {
				border-right: 0;
				padding-right: 0;
			}

			#kontakt .split > :nth-child(2n) {
				padding-left: 0;
			}

			#kontakt .split > :first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

/* Spotlights */

	.spotlights > section {
		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;
		min-height: 22.5em;
	}

		body.is-ie .spotlights > section {
			min-height: 0;
		}

		.spotlights > section > .image {
			background-position: center center;
			background-size: cover;
			border-radius: 0;
			display: block;
			position: relative;
			width: 25em;
		}

			.spotlights > section > .image img {
				border-radius: 0;
				display: block;
			}

			.spotlights > section > .image:before {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				background: rgba(49, 36, 80, 0.9);
				content: '';
				display: block;
				height: 100%;
				left: 0;
				opacity: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

		.spotlights > section > .content {
			padding: 4em 5em 2em 5em ;
			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: 50em;
			-ms-flex: 1;
		}

			.spotlights > section > .content > .inner {
				-moz-transform: translateX(0) translateY(0);
				-webkit-transform: translateX(0) translateY(0);
				-ms-transform: translateX(0) translateY(0);
				transform: translateX(0) translateY(0);
				-moz-transition: opacity 1s ease, -moz-transform 1s ease;
				-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
				-ms-transition: opacity 1s ease, -ms-transform 1s ease;
				transition: opacity 1s ease, transform 1s ease;
				opacity: 1;
			}

		.spotlights > section:nth-child(2) {
			background-color: rgba(0, 0, 0, 0.05);
		}

		.spotlights > section:nth-child(3) {
			background-color: rgba(0, 0, 0, 0.1);
		}

		.spotlights > section.inactive > .image:before,
		body.is-preload .spotlights > section > .image:before {
			opacity: 1;
		}

		.spotlights > section.inactive > .content > .inner,
		body.is-preload .spotlights > section > .content > .inner {
			-moz-transform: translateX(-1em);
			-webkit-transform: translateX(-1em);
			-ms-transform: translateX(-1em);
			transform: translateX(-1em);
			opacity: 0;
		}

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

			.spotlights > section > .content {
				padding: 4em 4em 2em 4em ;
			}

		}

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

			.spotlights > section {
				display: block;
			}

				.spotlights > section > .image {
					width: 100%;
					height: 50vh;
				}

				.spotlights > section > .content {
					width: 100%;
				}

				.spotlights > section.inactive > .content > .inner,
				body.is-preload .spotlights > section > .content > .inner {
					-moz-transform: translateY(1em);
					-webkit-transform: translateY(1em);
					-ms-transform: translateY(1em);
					transform: translateY(1em);
				}

		}

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

			.spotlights > section > .image {
				height: 50vh;
				min-height: 15em;
			}

			.spotlights > section > .content {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Table */

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

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(13, 27, 51, 0.15);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(13, 27, 51, 0.04);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #ffffff;
			font-size: 1em;
			font-weight: bold;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(13, 27, 51, 0.15);
		}

		table tfoot {
			border-top: solid 2px rgba(13, 27, 51, 0.15);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(13, 27, 51, 0.15);
				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;
			}

/* Wrapper */

	.wrapper {
		position: relative;
	}

		.wrapper > .inner {
			padding: 5em 5em 3em 5em ;
			max-width: 100%;
			width: 42em;
			margin: 0 auto;
			text-align: center;
		}

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

				.wrapper > .inner {
					padding: 4em 4em 2em 4em ;
				}

			}

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

				.wrapper > .inner {
					width: 100%;
				}

			}

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

				.wrapper > .inner {
					padding: 3em 2em 1em 2em ;
				}

			}

		.wrapper.alt {
			background-color: #261c3e;
		}

		.wrapper.style1 {
			background-color: #ECEEF2;
		}

		.wrapper.style1-alt {
			background-color: #031732;
			color:white;
		}

		.wrapper.style2 {
			background-color: #ECEEF2;
		}

		.wrapper.style2-alt {
			background-color: #3e4094;
		}

		.wrapper.style3 {
			background-color: #FFFFFF;
			color:#0d1b33;
		}

		.wrapper.style3-alt {
			background-color: #953d75;
		}

		.wrapper.fullscreen {
			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;
			min-height: 100vh;
		}

			body.is-ie .wrapper.fullscreen {
				height: 100vh;
			}

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

				.wrapper.fullscreen {
					min-height: calc(100vh - 2.5em);
				}

					body.is-ie .wrapper.fullscreen {
						height: calc(100vh - 2.5em);
					}

			}

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

				.wrapper.fullscreen {
					padding: 2em 0;
					min-height: 0;
				}

					body.is-ie .wrapper.fullscreen {
						height: auto;
					}

			}

		.wrapper.fade-up > .inner {
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			-moz-transition: opacity 1s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 1s ease, -ms-transform 1s ease;
			transition: opacity 1s ease, transform 1s ease;
			opacity: 1.0;
		}

		.wrapper.fade-up.inactive > .inner,
		body.is-preload .wrapper.fade-up > .inner {
			opacity: 0;
			-moz-transform: translateY(1em);
			-webkit-transform: translateY(1em);
			-ms-transform: translateY(1em);
			transform: translateY(1em);
		}

		.wrapper.fade-down > .inner {
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			-moz-transition: opacity 1s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 1s ease, -ms-transform 1s ease;
			transition: opacity 1s ease, transform 1s ease;
			opacity: 1.0;
		}

		.wrapper.fade-down.inactive > .inner,
		body.is-preload .wrapper.fade-down > .inner {
			opacity: 0;
			-moz-transform: translateY(-1em);
			-webkit-transform: translateY(-1em);
			-ms-transform: translateY(-1em);
			transform: translateY(-1em);
		}

		.wrapper.fade > .inner {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1.0;
		}

		.wrapper.fade.inactive > .inner,
		body.is-preload .wrapper.fade > .inner {
			opacity: 0;
		}

/* Header */

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		background-color: #3e3e3e;
		cursor: default;
		padding: 1.75em 2em;
	}

		#header > .title {
			border: 0;
			color: #ffffff;
			display: block;
			font-size: 1.25em;
			font-weight: bold;
		}

		#header > nav {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			text-align: right;
		}

			#header > nav > ul {
				margin: 0;
				padding: 0;
			}

				#header > nav > ul > li {
					display: inline-block;
					margin-left: 1.75em;
					padding: 0;
					vertical-align: middle;
				}

					#header > nav > ul > li:first-child {
						margin-left: 0;
					}

					#header > nav > ul > li a {
						border: 0;
						color: rgba(255, 255, 255, 0.35);
						display: inline-block;
						font-size: 0.6em;
						font-weight: normal;
						letter-spacing: 0.25em;
						text-transform: uppercase;
					}

						#header > nav > ul > li a:hover {
							color: rgba(255, 255, 255, 0.55);
						}

						#header > nav > ul > li a.active {
							color: #ffffff;
						}

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

			#header {
				padding: 1em 2em;
			}

		}

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

			#header {
				display: block;
				padding: 0 2em;
				text-align: left;
			}

				#header .title {
					font-size: 1.25em;
					padding: 1em 0;
				}

				#header > nav {
					border-top: solid 1px rgba(255, 255, 255, 0.15);
					text-align: inherit;
				}

					#header > nav > ul > li {
						margin-left: 1.5em;
					}

						#header > nav > ul > li a {
							height: 6em;
							line-height: 6em;
						}

		}

/* Wrapper (main) */

	#sidebar + #wrapper {
		margin-left: 0;
		margin-top: 4.5em;
		-moz-transition: margin-top 0.8s ease;
		-webkit-transition: margin-top 0.8s ease;
		-ms-transition: margin-top 0.8s ease;
		transition: margin-top 0.8s ease;
		-moz-transition-delay: 1.5s;
		-webkit-transition-delay: 1.5s;
		-ms-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

		body.is-preload #sidebar + #wrapper {
			margin-top: 0;
		}

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

			#sidebar + #wrapper {
				padding-top: 0;
			}

		}

	#header + #wrapper > .wrapper > .inner {
		margin: 0 auto;
	}

/* Footer */

	#sidebar + #wrapper + #footer {
		margin-left: 0;
	}

	#footer > .inner a {
		border-bottom-color: rgba(255, 255, 255, 0.15);
	}

		#footer > .inner a:hover {
			border-bottom-color: transparent;
		}

	#footer > .inner .menu {
		font-size: 0.8em;
		color: white;
	}

	#header + #wrapper + #footer > .inner {
		margin: 0 auto;
	}

/* Sidebar */

	#sidebar {
		padding: 0 2em;
		background: transparent;
		cursor: default;
		height: 3.25em;
		left: 0;
		overflow: visible;
		position: fixed;
		text-align: center;
		top: 0;
		width: 100%;
		z-index: 10000;
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-moz-transition: opacity 0.8s ease, background 0.4s ease, -moz-transform 0.8s ease;
		-webkit-transition: opacity 0.8s ease, background 0.4s ease, -webkit-transform 0.8s ease;
		-ms-transition: opacity 0.8s ease, background 0.4s ease, -ms-transform 0.8s ease;
		transition: opacity 0.8s ease, background 0.4s ease, transform 0.8s ease, width 0.4s ease, border-radius 0.4s ease, top 0.4s ease, box-shadow 0.4s ease;
		transition-delay: 0s;
		opacity: 0;
	}
	#sidebar.nav-ready {
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	#sidebar.scrolled {
		background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
		transition-delay: 0s;
		left: 0;
		right: 0;
		width: 95vw;
		margin-left: auto;
		margin-right: auto;
		top: 0.9em;
		border-radius: 50em;
		box-shadow: 0 10px 30px rgba(3, 23, 50, 0.25);
	}

	body.is-preload #sidebar {
		opacity: 0;
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

		#sidebar > .inner {
			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-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;
			height: 100%;
			width: 100%;
			max-width: 1800px;
			margin: 0 auto;
			padding: 0 4em;
			position: relative;
		}

			#sidebar-nav-wrap {
				display: flex;
				align-items: center;
			}

			#sidebar-bottom-logo {
				display: flex;
				align-items: center;
				text-align: center;
				position: absolute;
				left: 4em;
				top: 50%;
				transform: translateY(-50%);
			}

				#sidebar-bottom-logo img {
					height: 0.95em;
					width: auto;
					max-width: none;
					display: block;
					vertical-align: middle;
					opacity: 1;
				}

		body.is-ie #sidebar > .inner {
				height: 100%;
			}

		#sidebar nav > ul {
			list-style: none;
			padding: 0;
			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-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			margin: 0;
		}

			#sidebar nav > ul > li {
				margin: 0 0 0 2em;
				opacity: 1;
				padding: 0;
				position: relative;
			}

				#sidebar nav > ul > li:first-child {
					margin: 0;
				}

				#sidebar nav > ul > li:nth-child(1) {
					-moz-transition-delay: 4.25s;
					-webkit-transition-delay: 4.25s;
					-ms-transition-delay: 4.25s;
					transition-delay: 4.25s;
				}

				#sidebar nav > ul > li:nth-child(2) {
					-moz-transition-delay: 4.45s;
					-webkit-transition-delay: 4.45s;
					-ms-transition-delay: 4.45s;
					transition-delay: 4.45s;
				}

				#sidebar nav > ul > li:nth-child(3) {
					-moz-transition-delay: 4.65s;
					-webkit-transition-delay: 4.65s;
					-ms-transition-delay: 4.65s;
					transition-delay: 4.65s;
				}

				#sidebar nav > ul > li:nth-child(4) {
					-moz-transition-delay: 4.85s;
					-webkit-transition-delay: 4.85s;
					-ms-transition-delay: 4.85s;
					transition-delay: 4.85s;
				}

				#sidebar nav > ul > li:nth-child(5) {
					-moz-transition-delay: 5.05s;
					-webkit-transition-delay: 5.05s;
					-ms-transition-delay: 5.05s;
					transition-delay: 5.05s;
				}

				#sidebar nav > ul > li:nth-child(6) {
					-moz-transition-delay: 1.45s;
					-webkit-transition-delay: 1.45s;
					-ms-transition-delay: 1.45s;
					transition-delay: 1.45s;
				}

				#sidebar nav > ul > li:nth-child(7) {
					-moz-transition-delay: 1.65s;
					-webkit-transition-delay: 1.65s;
					-ms-transition-delay: 1.65s;
					transition-delay: 1.65s;
				}

				#sidebar nav > ul > li:nth-child(8) {
					-moz-transition-delay: 1.85s;
					-webkit-transition-delay: 1.85s;
					-ms-transition-delay: 1.85s;
					transition-delay: 1.85s;
				}

				#sidebar nav > ul > li:nth-child(9) {
					-moz-transition-delay: 2.05s;
					-webkit-transition-delay: 2.05s;
					-ms-transition-delay: 2.05s;
					transition-delay: 2.05s;
				}

				#sidebar nav > ul > li:nth-child(10) {
					-moz-transition-delay: 2.25s;
					-webkit-transition-delay: 2.25s;
					-ms-transition-delay: 2.25s;
					transition-delay: 2.25s;
				}

				#sidebar nav > ul > li:nth-child(11) {
					-moz-transition-delay: 2.45s;
					-webkit-transition-delay: 2.45s;
					-ms-transition-delay: 2.45s;
					transition-delay: 2.45s;
				}

				#sidebar nav > ul > li:nth-child(12) {
					-moz-transition-delay: 2.65s;
					-webkit-transition-delay: 2.65s;
					-ms-transition-delay: 2.65s;
					transition-delay: 2.65s;
				}

				#sidebar nav > ul > li:nth-child(13) {
					-moz-transition-delay: 2.85s;
					-webkit-transition-delay: 2.85s;
					-ms-transition-delay: 2.85s;
					transition-delay: 2.85s;
				}

				#sidebar nav > ul > li:nth-child(14) {
					-moz-transition-delay: 3.05s;
					-webkit-transition-delay: 3.05s;
					-ms-transition-delay: 3.05s;
					transition-delay: 3.05s;
				}

				#sidebar nav > ul > li:nth-child(15) {
					-moz-transition-delay: 3.25s;
					-webkit-transition-delay: 3.25s;
					-ms-transition-delay: 3.25s;
					transition-delay: 3.25s;
				}

				#sidebar nav > ul > li:nth-child(16) {
					-moz-transition-delay: 3.45s;
					-webkit-transition-delay: 3.45s;
					-ms-transition-delay: 3.45s;
					transition-delay: 3.45s;
				}

				#sidebar nav > ul > li:nth-child(17) {
					-moz-transition-delay: 3.65s;
					-webkit-transition-delay: 3.65s;
					-ms-transition-delay: 3.65s;
					transition-delay: 3.65s;
				}

				#sidebar nav > ul > li:nth-child(18) {
					-moz-transition-delay: 3.85s;
					-webkit-transition-delay: 3.85s;
					-ms-transition-delay: 3.85s;
					transition-delay: 3.85s;
				}

				#sidebar nav > ul > li:nth-child(19) {
					-moz-transition-delay: 4.05s;
					-webkit-transition-delay: 4.05s;
					-ms-transition-delay: 4.05s;
					transition-delay: 4.05s;
				}

				#sidebar nav > ul > li:nth-child(20) {
					-moz-transition-delay: 4.25s;
					-webkit-transition-delay: 4.25s;
					-ms-transition-delay: 4.25s;
					transition-delay: 4.25s;
				}

		#sidebar nav a {
			-moz-transition: color 0.2s ease, background 0.2s ease;
			-webkit-transition: color 0.2s ease, background 0.2s ease;
			-ms-transition: color 0.2s ease, background 0.2s ease;
			transition: color 0.2s ease, background 0.2s ease;
			border: 0;
			color: #ffffff;
			display: block;
			font-size: 0.8em;
			font-weight: 600;
			letter-spacing: 0.08em;
			line-height: 1.75;
			outline: 0;
			padding: 0.35em 1.1em;
			border-radius: 2em;
			position: relative;
			text-decoration: none;
			text-transform: none;
		}

			#sidebar nav a:before, #sidebar nav a:after {
				border-radius: 0.2em;
				bottom: 0;
				content: '';
				height: 0.2em;
				position: absolute;
				left: 0;
				width: 100%;
			}

			#sidebar nav a:before {
				background: transparent;
			}

			#sidebar nav a:after {
				background: transparent;
				-moz-transition: max-width 0.2s ease;
				-webkit-transition: max-width 0.2s ease;
				-ms-transition: max-width 0.2s ease;
				transition: max-width 0.2s ease;
				max-width: 0;
			}

			#sidebar nav a:hover {
				color: #ffffff;
				background: rgba(0, 0, 0, 0.18);
			}

			#sidebar nav a.active {
				color: #ffffff;
			}

			#sidebar.scrolled nav a {
				color: rgba(255, 255, 255, 0.55);
			}

			#sidebar.scrolled nav a.active,
			#sidebar.scrolled nav a:hover {
				color: #ffffff;
			}

/* O nas - panel z miejscem na zdjecie zespolu */
	.onas-panel {
		width: 100%;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		min-height: 0;
		border-radius: 24px;
		overflow: hidden;
		position: relative;
		background: #e8f0fb;
		box-shadow: 0 10px 30px rgba(13, 27, 51, 0.10);
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

		/* Rozmyte zdjecie zespolu + nalozony kolor (jak panele uslug) */
		.onas-panel:before {
			content: '';
			position: absolute;
			top: -10px;
			left: -10px;
			right: -10px;
			bottom: -10px;
			background-image: url('../../images/b1.jpg?v=1');
			background-size: cover;
			background-position: center;
			-webkit-filter: blur(5px);
			filter: blur(5px);
			z-index: 0;
		}

		.onas-panel:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: linear-gradient(135deg, rgba(234, 241, 251, 0.78) 0%, rgba(205, 221, 245, 0.78) 100%);
			z-index: 1;
		}

		.onas-panel-content {
			max-width: 800px;
			padding: 4em 3em;
			text-align: center;
			position: relative;
			z-index: 2;
		}

		.onas-panel-content h3 {
			margin-top: 1em;
		}

		.onas-panel-content > *:first-child {
			margin-top: 0;
		}

		.onas-panel-content > *:last-child {
			margin-bottom: 0;
		}

	@media screen and (max-width: 640px) {
		.onas-panel {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
			min-height: 0;
		}
	}

/* Kontakt - dwukolumnowy panel */
	.kontakt-grid {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 1.5em;
		width: 100%;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
		text-align: left;
	}

		.kontakt-form-panel {
			-webkit-flex: 1 1 58%;
			flex: 1 1 58%;
			background: #ffffff;
			border-radius: 20px;
			padding: 2.75em;
			box-shadow: 0 10px 30px rgba(13, 27, 51, 0.08);
		}

		.kontakt-info-panel {
			-webkit-flex: 1 1 42%;
			flex: 1 1 42%;
			background: -webkit-linear-gradient(150deg, #000C3C 0%, #18306C 100%);
			background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
			border-radius: 20px;
			padding: 2.75em;
			color: #ffffff;
			box-shadow: 0 10px 30px rgba(13, 27, 51, 0.12);
		}

		.kontakt-panel-heading {
			font-size: 1.4rem;
			margin-bottom: 1.2em;
			color: inherit;
		}

		.kontakt-form-panel .kontakt-panel-heading {
			color: #0f2341;
		}

		.kontakt-form-panel label {
			color: #0f2341;
			font-weight: 600;
		}

		.kontakt-info-list {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.kontakt-info-list li {
			display: -webkit-flex;
			display: flex;
			-webkit-align-items: flex-start;
			align-items: flex-start;
			gap: 1em;
			padding: 0.9em 0;
			border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		}

		.kontakt-info-list li:last-child {
			border-bottom: 0;
		}

		.kontakt-info-list .icon {
			-webkit-flex: 0 0 2.6em;
			flex: 0 0 2.6em;
			height: 2.6em;
			width: 2.6em;
			display: -webkit-flex;
			display: flex;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
			background: rgba(255, 255, 255, 0.12);
			border-radius: 50%;
			color: #ffffff;
		}

		.kontakt-info-list strong {
			display: block;
			margin-bottom: 0.25em;
			font-size: 0.82rem;
			color: #C77A54;
			text-transform: uppercase;
			letter-spacing: 0.08em;
			font-weight: 700;
		}

		.kontakt-info-list span,
		.kontakt-info-list a {
			display: block;
			color: rgba(255, 255, 255, 0.8);
			line-height: 1.6;
			text-decoration: none;
		}

		.kontakt-info-list a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		/* numer telefonu + nazwisko w jednej linii */
		.kontakt-info-list .phone-row {
			display: flex;
			align-items: baseline;
			gap: 0.6rem;
			flex-wrap: wrap;
			line-height: 1.7;
		}
		.kontakt-info-list .phone-row a {
			display: inline;
			font-weight: 600;
			white-space: nowrap;
		}
		.kontakt-info-list .phone-name {
			display: inline;
			color: rgba(255,255,255,0.6);
			font-size: 0.92rem;
		}

	@media screen and (max-width: 980px) {
		.kontakt-grid {
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}
		.kontakt-form-panel,
		.kontakt-info-panel {
			-webkit-flex: 1 1 100%;
			flex: 1 1 100%;
		}
	}

/* Intro */

	#intro {
		position: relative;
		background-color: #031732;
		background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0.3) 92%, #ffffff 100%), linear-gradient(to bottom, rgba(0,12,60,0.62) 0%, rgba(0,12,60,0.42) 8%, rgba(0,12,60,0.28) 18%), url("images/hero_bg.jpg");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		min-height: calc(100vh + 81px) !important;
		margin-top: -81px !important;
		padding-top: 81px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		#intro:before {
			content: '';
			position: absolute;
			top: calc(81px + 2em);
			left: 2em;
			right: 2em;
			bottom: 2em;
			width: auto;
			height: auto;
			z-index: 2;
			border-radius: 28px;
			overflow: hidden;
			box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
			background-image: linear-gradient(rgba(0, 12, 60, 0.90), rgba(0, 12, 60, 0.90)), url("images/world_map_bg.jpg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			opacity: 0;
			pointer-events: none;
		}

		#intro.bg-hidden:before {
			opacity: 0;
		}

		#intro:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			background: #021226;
			opacity: 0;
			pointer-events: none;
		}

		#intro.bg-hidden:after {
			opacity: 0;
		}

		#intro > .inner {
			position: relative;
			z-index: 3;
			width: 84em;
			max-width: 100%;
			padding: 2em 4em !important;
			margin-top: -11em;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		#logo-swap {
			position: relative;
			display: block;
			width: 100%;
			max-width: 21em;
			margin: 0 auto 2.8em auto;
		}

			#logo-swap img {
				display: block;
			}

			#logo-swap .logo-base {
				width: 100%;
				height: auto;
			}

			#logo-swap .logo-intro {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: contain;
				opacity: 1;
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
			}

		#intro.bg-hidden .logo-intro {
			opacity: 0;
		}

		#intro p {
			color: #ffffff;
		}

		#intro img {
			filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.25));
		}

		#intro p {
			font-size: 1.25em;
		}

		#intro #typewriter {
			color: #0f2341 !important;
			min-height: 1.3em;
			font-size: 3rem;
			font-weight: 700;
			line-height: 1.1;
			letter-spacing: -0.02em;
			text-align: center;
			margin-bottom: 0.4em;
			text-shadow: none;
		}

			#intro #typewriter #tw-text {
				color: #0f2341 !important;
			}

			#intro #typewriter #tw-cursor {
				color: #F05418 !important;
				font-weight: 400;
				opacity: 0;
			}

			#intro #typewriter.typing #tw-cursor {
				-webkit-animation: tw-blink 0.7s step-end infinite;
				animation: tw-blink 0.7s step-end infinite;
			}

		#intro .hero-desc {
			color: #0f2341;
			font-size: 1.15rem;
			line-height: 1.6;
			max-width: 46em;
			margin: 0 auto 2em auto;
			text-align: center;
			text-shadow: none;
			opacity: 1;
		}

		#intro .cta-row {
			display: flex;
			gap: 1em;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			opacity: 1;
		}

		#intro.bg-hidden .hero-desc,
		#intro.bg-hidden .cta-row {
			opacity: 1;
		}

			#intro .btn-primary {
				background: #031732;
				color: #ffffff;
				padding: 1em 2.2em;
				border-radius: 2em;
				font-size: 1rem;
				font-weight: 600;
				text-decoration: none;
				border: 0;
				display: inline-block;
				transition: transform 0.15s ease, background 0.15s ease;
			}

			#intro .btn-primary:hover {
				background: #0a2a52;
				transform: translateY(-2px);
			}

			#intro .btn-secondary {
				color: #0f2341;
				padding: 1em 1.5em;
				font-size: 1rem;
				font-weight: 600;
				text-decoration: none;
				border: 0;
				transition: color 0.15s ease;
			}

			#intro .btn-secondary:hover {
				color: #F05418;
			}

		@-webkit-keyframes tw-blink {
			0%, 100% { opacity: 1; }
			50% { opacity: 0; }
		}

		@keyframes tw-blink {
			0%, 100% { opacity: 1; }
			50% { opacity: 0; }
		}

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

				#intro p br {
					display: none;
				}

			}

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

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

			}

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

			#intro {
				background-attachment: scroll;
			}

		}
.responsive {
  width: 100%;
  height: auto;
}		
.center {
	text-align:center;
}

/* Zakres uslug - zakladki */
	#uslugi {
		min-height: 100vh;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	#uslugi > .inner {
		width: 76em;
		max-width: 100%;
	}

	#uslugi .uslugi-panel {
		background: #e8f0fb;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 24px;
		padding: 5em 3em 10em 3em;
		color: #0f2341;
		text-align: center;
		min-height: 85vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
		width: 95vw;
		margin-left: calc(50% - 47.5vw);
		margin-right: calc(50% - 47.5vw);
		margin-bottom: 1.5em;
		-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

		#uslugi .uslugi-panel .uslugi-bg {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			opacity: 0;
			z-index: 0;
			-webkit-transition: opacity 0.6s ease;
			transition: opacity 0.6s ease;
		}

		#uslugi .uslugi-panel .uslugi-bg.is-active {
			opacity: 1;
		}

		#uslugi .uslugi-panel > .uslugi-icon,
		#uslugi .uslugi-panel > .uslugi-panel-title,
		#uslugi .uslugi-panel > .uslugi-panel-desc,
		#uslugi .uslugi-panel > .uslugi-cta {
			position: relative;
			z-index: 2;
		}

		#uslugi .uslugi-panel::before {
			content: '';
			position: absolute;
			width: 50%;
			height: 70%;
			background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 70%);
			top: -10%;
			right: -5%;
			z-index: 1;
		}

		#uslugi .uslugi-panel::after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 45%;
			border-radius: 0 0 24px 24px;
			background: linear-gradient(to bottom, transparent 0%, rgba(3,23,50,0.85) 100%);
			z-index: 0;
			pointer-events: none;
		}

		#uslugi .uslugi-panel .uslugi-icon,
		#uslugi .uslugi-panel .uslugi-panel-title,
		#uslugi .uslugi-panel .uslugi-panel-desc {
			-moz-transition: opacity 0.35s ease, -moz-transform 0.35s ease;
			-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
			-ms-transition: opacity 0.35s ease, -ms-transform 0.35s ease;
			transition: opacity 0.35s ease, transform 0.35s ease;
		}

		#uslugi .uslugi-panel.fade .uslugi-icon,
		#uslugi .uslugi-panel.fade .uslugi-panel-title,
		#uslugi .uslugi-panel.fade .uslugi-panel-desc,
		#uslugi .uslugi-panel.fade .uslugi-cta {
			opacity: 0;
			-moz-transform: translateY(8px);
			-webkit-transform: translateY(8px);
			-ms-transform: translateY(8px);
			transform: translateY(8px);
		}

		#uslugi .uslugi-panel .uslugi-icon,
		#uslugi .uslugi-panel .uslugi-panel-title,
		#uslugi .uslugi-panel .uslugi-panel-desc,
		#uslugi .uslugi-panel .uslugi-cta {
			-webkit-transition: opacity 0.25s ease, transform 0.25s ease;
			transition: opacity 0.25s ease, transform 0.25s ease;
		}

		#uslugi .uslugi-icon {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			background: linear-gradient(135deg, #031732, #0a2a52);
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 1em;
			position: relative;
			z-index: 1;
			box-shadow: 0 8px 20px rgba(3, 23, 50, 0.15);
		}

			#uslugi .uslugi-icon .icon {
				font-size: 2.6rem;
				color: #E8C766;
			}

			#uslugi .uslugi-icon .icon:before {
				color: #E8C766;
			}

		#uslugi .uslugi-panel-title {
			font-size: 2.6rem;
			font-weight: 700;
			margin-bottom: 0.5em;
			position: relative;
			z-index: 1;
			max-width: 18em;
			color: #0f2341;
		}

		#uslugi .uslugi-panel-desc {
			font-size: 1.35rem;
			line-height: 1.6;
			color: #4a5568;
			max-width: 40em;
			position: relative;
			z-index: 1;
			margin: 0 0 2em 0;
		}

		#uslugi .uslugi-cta {
			display: inline-block;
			background: #031732;
			color: #ffffff !important;
			padding: 0.75em 2.2em;
			border-radius: 50em;
			line-height: 1;
			font-size: 1rem;
			font-weight: 600;
			text-decoration: none;
			border: 0;
			position: relative;
			z-index: 1;
			-webkit-transition: opacity 0.35s ease, transform 0.15s ease, background 0.15s ease;
			transition: opacity 0.35s ease, transform 0.15s ease, background 0.15s ease;
		}

			#uslugi .uslugi-cta:hover {
				background: #0a2a52;
				-moz-transform: translateY(-2px);
				-webkit-transform: translateY(-2px);
				-ms-transform: translateY(-2px);
				transform: translateY(-2px);
			}

	#uslugi .uslugi-tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5em;
		justify-content: center;
		max-width: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 1.8em;
		padding: 0 2em;
		z-index: 1;
	}

		#uslugi .uslugi-tab {
			background: rgba(255, 255, 255, 0.12);
			-webkit-backdrop-filter: blur(6px);
			backdrop-filter: blur(6px);
			border: 2px solid #ffffff !important;
			border-radius: 50em;
			height: auto !important;
			padding: 0.75em 1.5em;
			line-height: 1;
			font-size: 0.95rem;
			font-weight: 600;
			color: #ffffff !important;
			cursor: pointer;
			font-family: inherit;
			text-transform: none !important;
			letter-spacing: 0;
			white-space: nowrap;
			display: flex;
			align-items: center;
			gap: 0.4em;
			-webkit-transition: all 0.15s ease;
			transition: all 0.15s ease;
		}

			#uslugi .uslugi-tab .icon,
			#uslugi .uslugi-tab .icon:before {
				font-size: 0.85em;
				color: #ffffff !important;
			}

			#uslugi .uslugi-tab:hover {
				border-color: rgba(255,255,255,0.7) !important;
				background: rgba(255,255,255,0.3);
				color: #ffffff;
			}

			#uslugi .uslugi-tab.active {
				background: #ffffff;
				border-color: #ffffff !important;
				color: #0f2341 !important;
			}

			#uslugi .uslugi-tab.active .icon,
			#uslugi .uslugi-tab.active .icon:before {
				color: #0f2341 !important;
			}

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

		#uslugi .uslugi-panel {
			padding: 2.5em 1.5em;
			min-height: 60vh;
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}

		#uslugi .uslugi-tabs {
			position: static;
			padding: 1.5em 0 0 0;
			bottom: auto;
			margin-top: 1em;
		}

		#uslugi .uslugi-panel-title {
			font-size: 1.8rem;
		}

		#uslugi .uslugi-panel-desc {
			font-size: 1.1rem;
		}
	}


	/* Hamburger - ukryty na desktopie */
	#nav-toggle {
		display: none !important;
		border: 0 !important;
		background: transparent !important;
	}

	/* Kropki i strzalki panelu - domyslnie ukryte (desktop uzywa tabsow) */
	#uslugi .uslugi-dots {
		display: none !important;
	}

	#uslugi .uslugi-arrow {
		display: none !important;
	}

	/* ===== POPRAWKI MOBILNE (custom) ===== */
	@media screen and (max-width: 736px) {

		#sidebar {
			height: 3.4em !important;
			min-height: 3.4em !important;
			padding: 0 !important;
			width: calc(100% - 1.5em) !important;
			left: 0 !important;
			right: 0 !important;
			margin-left: auto !important;
			margin-right: auto !important;
			top: calc(0.5em + env(safe-area-inset-top, 0px)) !important;
			border-radius: 1.5em;
		}

		#sidebar.scrolled {
			width: calc(100% - 1.5em);
			top: calc(0.5em + env(safe-area-inset-top, 0px));
			border-radius: 1.5em;
		}

		/* Pasek: logo po lewej, hamburger po prawej */
		#sidebar .inner {
			flex-direction: row !important;
			justify-content: space-between !important;
			align-items: center !important;
			padding: 0 1em !important;
			height: 100% !important;
			position: relative !important;
		}

		/* Logo widoczne na mobile, po lewej */
		#sidebar-bottom-logo {
			display: block !important;
			position: static !important;
			transform: none !important;
			left: auto !important;
			top: auto !important;
			margin: 0 !important;
			flex: 0 0 auto;
		}

		#sidebar-bottom-logo img {
			height: 17px !important;
			width: auto !important;
			max-width: 50vw !important;
			display: block;
		}

		/* Hamburger */
		#nav-toggle {
			display: flex !important;
			flex-direction: column;
			justify-content: center;
			gap: 4px;
			width: 2.4em !important;
			height: 2.4em !important;
			padding: 0 !important;
			border: 0 !important;
			background: transparent !important;
			cursor: pointer;
			flex: 0 0 auto;
			z-index: 20;
		}

		#nav-toggle span {
			display: block;
			width: 1.3em;
			height: 2px;
			background: #ffffff;
			margin: 0 auto;
			border-radius: 2px;
			transition: transform 0.25s ease, opacity 0.2s ease;
		}

		/* Hamburger -> X gdy otwarte */
		#sidebar.nav-open #nav-toggle span:nth-child(1) {
			transform: translateY(6px) rotate(45deg);
		}
		#sidebar.nav-open #nav-toggle span:nth-child(2) {
			opacity: 0;
		}
		#sidebar.nav-open #nav-toggle span:nth-child(3) {
			transform: translateY(-6px) rotate(-45deg);
		}

		/* Menu wysuwane */
		#sidebar-nav-wrap {
			display: block !important;
			position: fixed !important;
			top: calc(4.4em + env(safe-area-inset-top, 0px)) !important;
			left: 0.75em !important;
			right: 0.75em !important;
			width: auto !important;
			height: auto !important;
			background: #031732;
			border-radius: 1.2em;
			box-shadow: 0 12px 30px rgba(3, 23, 50, 0.35);
			padding: 0.6em 0;
			opacity: 0;
			visibility: hidden;
			transform: translateY(-8px);
			transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
		}

		#sidebar.nav-open #sidebar-nav-wrap {
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
		}

		#sidebar nav {
			width: 100%;
		}

		#sidebar nav ul {
			display: flex !important;
			flex-direction: column !important;
			gap: 0 !important;
			margin: 0 !important;
			padding: 0 !important;
		}

		#sidebar nav li {
			margin: 0 !important;
			padding: 0 !important;
			border: 0 !important;
			width: 100%;
		}

		#sidebar nav a,
		#sidebar.scrolled nav a {
			display: block !important;
			font-size: 0.85em !important;
			padding: 0.9em 1.4em !important;
			line-height: 1.4 !important;
			border-radius: 0 !important;
			color: rgba(255, 255, 255, 0.85) !important;
			opacity: 1 !important;
			visibility: visible !important;
			text-align: left;
			white-space: nowrap;
		}

		#sidebar nav a:before,
		#sidebar nav a:after {
			display: none !important;
		}

		#sidebar nav > ul > li {
			opacity: 1 !important;
			transition-delay: 0s !important;
		}

		#sidebar nav a:hover,
		#sidebar nav a.active {
			color: #ffffff !important;
			background: rgba(255, 255, 255, 0.08) !important;
		}

		#intro > .inner {
			margin-top: 0 !important;
			padding: 2em 1.5em !important;
		}

		#intro {
			padding-top: calc(6em + env(safe-area-inset-top, 0px)) !important;
			justify-content: flex-start !important;
		}

		#logo-swap {
			max-width: 13em !important;
			margin: 0 auto 1.5em auto !important;
		}

		#intro #typewriter,
		#intro #typewriter #tw-text {
			font-size: 2rem !important;
			line-height: 1.2 !important;
		}

		#intro .hero-desc {
			font-size: 1rem !important;
		}

		#intro:before {
			top: calc(90px + 1em);
			left: 1em;
			right: 1em;
			bottom: 1em;
			border-radius: 18px;
		}

		/* Panele uslug na mobile: kropki + strzalki zamiast tabsow */
		#uslugi .uslugi-tabs {
			display: none !important;
		}

		#uslugi .uslugi-dots {
			display: flex !important;
			justify-content: center;
			gap: 0.6em;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 1.5em;
			z-index: 3;
		}

		#uslugi .uslugi-dot {
			width: 0.7em;
			height: 0.7em;
			padding: 0;
			border-radius: 50%;
			border: 0 !important;
			background: rgba(255, 255, 255, 0.4);
			cursor: pointer;
			transition: background 0.2s ease, transform 0.2s ease;
		}

		#uslugi .uslugi-dot.active {
			background: #ffffff;
			transform: scale(1.3);
		}

		#uslugi .uslugi-arrow {
			display: flex !important;
			align-items: center;
			justify-content: center;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 2.4em;
			height: 2.4em;
			border-radius: 50%;
			border: 0 !important;
			background: rgba(255, 255, 255, 0.2);
			-webkit-backdrop-filter: blur(6px);
			backdrop-filter: blur(6px);
			color: #ffffff !important;
			cursor: pointer;
			z-index: 4;
			padding: 0;
		}

		#uslugi .uslugi-arrow .icon {
			color: #ffffff !important;
		}

		#uslugi .uslugi-arrow-prev {
			left: 0.6em;
		}

		#uslugi .uslugi-arrow-next {
			right: 0.6em;
		}

		/* wiecej miejsca na dole panelu na kropki */
		#uslugi .uslugi-panel {
			padding-bottom: 4em !important;
		}

		/* dlugie slowa (np. Freistellungsbescheinigung) nie moga wystawac */
		#uslugi .uslugi-panel-title {
			font-size: 1.5rem !important;
			max-width: 100% !important;
			overflow-wrap: break-word !important;
			word-break: break-word !important;
			hyphens: auto !important;
			-webkit-hyphens: auto !important;
			padding: 0 0.5em !important;
			box-sizing: border-box !important;
		}
	}

	@media screen and (max-width: 480px) {
		#intro #typewriter,
		#intro #typewriter #tw-text {
			font-size: 1.7rem !important;
		}

		#sidebar nav a {
			font-size: 0.85em !important;
			padding: 0.9em 1.4em !important;
		}

		#intro {
			padding-top: calc(7em + env(safe-area-inset-top, 0px)) !important;
		}

		#uslugi .uslugi-panel-title {
			font-size: 1.3rem !important;
		}
	}

	/* ===== BLOKADA POZIOMEGO PRZEWIJANIA (mobile) ===== */
	html, body {
		overflow-x: hidden !important;
		max-width: 100%;
	}

	@media screen and (max-width: 736px) {
		/* Panele pelnej szerokosci: rowna szerokosc, wysrodkowane wzgledem ekranu */
		#uslugi .uslugi-panel,
		.onas-panel,
		.kontakt-grid,
		.features.features-panels {
			width: 90vw !important;
			max-width: 90vw !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
			position: relative !important;
			left: 50% !important;
			transform: translateX(-50%) !important;
			box-sizing: border-box !important;
		}

		/* Panel uslug - stala wysokosc zeby nie skakal miedzy zakladkami */
		#uslugi .uslugi-panel {
			min-height: 78vh !important;
			height: 78vh !important;
		}

		/* Panele kontaktu - pelna szerokosc gridu, jeden pod drugim */
		.kontakt-grid {
			flex-direction: column !important;
			flex-wrap: nowrap !important;
			gap: 1.2em !important;
			padding: 0 !important;
		}

		.kontakt-form-panel,
		.kontakt-info-panel {
			flex: 1 1 100% !important;
			width: 100% !important;
			max-width: 100% !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
			left: auto !important;
			transform: none !important;
			padding: 2em 1.5em !important;
			box-sizing: border-box !important;
		}

		/* Panele "Dlaczego my" - pelna szerokosc, jeden pod drugim */
		.features.features-panels {
			flex-direction: column !important;
			flex-wrap: nowrap !important;
			gap: 1.2em !important;
		}

		.features.features-panels section {
			flex: 1 1 100% !important;
			width: 100% !important;
			max-width: 100% !important;
			margin: 0 !important;
			left: auto !important;
			transform: none !important;
			box-sizing: border-box !important;
		}

		#sidebar.scrolled {
			width: calc(100% - 1.5em) !important;
			max-width: calc(100% - 1.5em) !important;
		}

		/* nic nie moze byc szersze niz ekran */
		* {
			max-width: 100vw;
		}
	}

/* ===================== KDS WELDMONT — komponenty ===================== */

/* --- Hero --- */
#intro .hero-desc { max-width: 40rem; }
#logo-swap.responsive img { max-width: 100%; height: auto; }

/* --- Statyczne panele usług --- */
.uslugi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	width: 100%;
}

.uslugi-card {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	padding: 2.25rem 1.75rem;
	background: linear-gradient(150deg, rgba(0,12,60,0.94) 0%, rgba(24,48,108,0.94) 100%);
	border: 1px solid rgba(144,192,228,0.18);
	box-shadow: 0 10px 30px rgba(0,8,24,0.28);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.uslugi-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 90% at 100% 0%, rgba(60,144,204,0.30) 0%, rgba(60,144,204,0) 60%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.uslugi-card::after {
	content: '';
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #F05418 0%, #FF7A3D 100%);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.4s ease;
}

.uslugi-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,8,24,0.42); border-color: rgba(240,84,24,0.45); }
.uslugi-card:hover::before { opacity: 1; }
.uslugi-card:hover::after { transform: scaleY(1); }

.uslugi-card .card-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	margin-bottom: 1.25rem;
	border-radius: 12px;
	background: rgba(240,84,24,0.14);
	border: 1px solid rgba(240,84,24,0.35);
	color: #FF7A3D;
	font-size: 1.35rem;
}
.uslugi-card .card-icon:before { color: #FF7A3D; }

.uslugi-card h3 {
	position: relative;
	color: #ffffff;
	font-size: 1.15rem;
	line-height: 1.4;
	margin: 0 0 0.75rem 0;
}

.uslugi-card p {
	position: relative;
	color: rgba(234,241,251,0.72);
	font-size: 0.92rem;
	line-height: 1.65;
	margin: 0;
}

.uslugi-card .card-tags {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 1rem 0 0 0;
	padding: 0;
	list-style: none;
}
.uslugi-card .card-tags li {
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	background: rgba(144,192,228,0.12);
	border: 1px solid rgba(144,192,228,0.22);
	color: #90C0E4;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}

/* --- Pas uprawnień --- */
/* --- Panel uprawnień: metody spawania + certyfikaty w jednym polu --- */
.upr-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	width: 100%;
	margin-top: 2.5rem;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
	box-shadow: 0 14px 40px rgba(0,8,24,0.28);
	border: 1px solid rgba(144,192,228,0.18);
}

.upr-block {
	padding: 2.5rem 2.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
/* pionowa linia rozdzielająca dwie strefy */
.upr-block-certs::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.75rem;
	bottom: 1.75rem;
	width: 1px;
	background: rgba(144,192,228,0.22);
}

.upr-block-head {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}
.upr-block-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 12px;
	background: rgba(240,84,24,0.15);
	border: 1px solid rgba(240,84,24,0.4);
	color: #FF7A3D;
	font-size: 1.25rem;
}
.upr-block-icon:before { color: #FF7A3D; }
.upr-block-head h3 {
	color: #ffffff;
	font-size: 1.12rem;
	margin: 0 0 0.15rem 0;
	line-height: 1.3;
}
.upr-block-head p {
	color: rgba(234,241,251,0.62);
	font-size: 0.85rem;
	margin: 0;
	line-height: 1.4;
}

.upr-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.upr-chips li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.4rem;
	padding: 0.55rem 0.95rem;
	border-radius: 10px;
	background: rgba(144,192,228,0.10);
	border: 1px solid rgba(144,192,228,0.26);
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
/* certyfikaty: akcent pomarańczowy, bo to nazwy własne */
.upr-chips-certs li {
	color: #FF7A3D;
	font-size: 0.98rem;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 820px) {
	.upr-panel {
		grid-template-columns: 1fr;
	}
	.upr-block-certs::before {
		left: 1.75rem;
		right: 1.75rem;
		top: 0;
		bottom: auto;
		width: auto;
		height: 1px;
	}
}
@media screen and (max-width: 480px) {
	.upr-block { padding: 1.75rem 1.5rem; }
	.upr-chips li { min-width: 3rem; padding: 0.5rem 0.75rem; font-size: 0.98rem; }
}

/* --- Galeria --- */
.galeria-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.85rem;
	width: 100%;
}
.galeria-item {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(144,192,228,0.18);
	cursor: pointer;
	background: #000C3C;
	padding: 0;
}
.galeria-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease, filter 0.4s ease;
	filter: saturate(0.85) brightness(0.92);
}
.galeria-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,12,60,0) 45%, rgba(0,12,60,0.55) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.galeria-item:hover img { transform: scale(1.08); filter: saturate(1.05) brightness(1); }
.galeria-item:hover::after { opacity: 1; }
.galeria-item:hover { border-color: rgba(240,84,24,0.55); }

/* --- Lightbox --- */
#lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0,6,20,0.93);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
#lightbox.open { display: flex; }
#lightbox img {
	max-width: 88vw;
	max-height: 84vh;
	border-radius: 10px;
	box-shadow: 0 24px 70px rgba(0,0,0,0.6);
}
#lightbox .lb-btn {
	position: absolute;
	background: rgba(144,192,228,0.10);
	border: 1px solid rgba(144,192,228,0.28);
	color: #EAF1FB;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	font-size: 1.1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease, border-color 0.25s ease;
	padding: 0;
}
#lightbox .lb-btn:hover { background: rgba(240,84,24,0.85); border-color: #F05418; }
#lightbox .lb-prev { left: 3vw; }
#lightbox .lb-next { right: 3vw; }
#lightbox .lb-close { top: 3vh; right: 3vw; }
#lightbox .lb-counter {
	position: absolute;
	bottom: 3vh;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(234,241,251,0.6);
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	font-weight: 600;
}

/* --- Responsywność --- */
@media screen and (max-width: 1280px) {
	.galeria-grid { grid-template-columns: repeat(4, 1fr); }
}
@media screen and (max-width: 980px) {
	.uslugi-grid { grid-template-columns: repeat(2, 1fr); }
	.galeria-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 736px) {
	.uslugi-grid { grid-template-columns: 1fr; gap: 1rem; }
	.uslugi-card { padding: 1.75rem 1.4rem; }
	.galeria-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
	#lightbox .lb-prev { left: 1rem; }
	#lightbox .lb-next { right: 1rem; }
	#lightbox .lb-btn { width: 2.6rem; height: 2.6rem; }
}

/* ===================== korekty ===================== */

/* Galeria */
#galeria .inner .galeria-grid { width: 100% !important; max-width: none !important; }
.galeria-grid > .galeria-item {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: none !important;
	margin: 0 !important;
	display: block !important;
	box-shadow: none;
}
.galeria-grid > .galeria-item > img {
	width: 100% !important;
	max-width: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}

/* Karty usług: wyrównanie do lewej */
.uslugi-grid > .uslugi-card { text-align: left; }
.uslugi-card .card-tags { justify-content: flex-start; }

/* Sekcja usług */
#uslugi .inner > h2,
#uslugi .inner > p,
#galeria .inner > h2,
#galeria .inner > p {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	max-width: 46rem;
}

/* --- HERO: ciemne tlo => jasna typografia --- */


#intro .hero-h1,
#intro .hero-h1 #tw-text {
	color: #ffffff !important;
	text-shadow: 0 2px 24px rgba(0,8,24,0.85), 0 1px 3px rgba(0,8,24,0.9);
}
#intro #tw-cursor { color: #F05418 !important; }

#intro .hero-desc {
	color: rgba(234,241,251,0.94) !important;
	text-shadow: 0 1px 14px rgba(0,8,24,0.9);
}

/* Logo w hero: biala poswiata zeby granat nie ginal w tle */
#intro #logo-swap {
	display: inline-block;
	padding: 1.4rem 2rem;
	border-radius: 16px;
	background: rgba(255,255,255,0.93);
	box-shadow: 0 14px 44px rgba(0,8,24,0.45);
}
#intro #logo-swap img.logo-base { max-width: 26rem; width: 100%; height: auto; }

/* CTA na ciemnym tle */
#intro .btn-secondary {
	color: #ffffff !important;
	border-color: rgba(255,255,255,0.55) !important;
}
#intro .btn-secondary:hover {
	background: rgba(255,255,255,0.14) !important;
	border-color: #F05418 !important;
	color: #ffffff !important;
}

@media screen and (max-width: 736px) {
	#intro #logo-swap { padding: 1rem 1.2rem; }
	#intro #logo-swap img.logo-base { max-width: 15rem; }
	#uslugi .inner > h2, #uslugi .inner > p,
	#galeria .inner > h2, #galeria .inner > p { text-align: center; }
}

/* KDS — nadpisanie koloru H1 hero (selektor o rownej specyficznosci co szablon) */
#intro #typewriter,
#intro #typewriter #tw-text {
	color: #ffffff !important;
	text-shadow: 0 2px 26px rgba(0,8,24,0.9), 0 1px 3px rgba(0,8,24,0.95);
}
#intro #typewriter #tw-cursor { color: #F05418 !important; }

/* KDS — tlo hero renderuje sie na samym #intro (nie na :before, ktore ma opacity:0) */
#intro.style1.fullscreen {
	background-image:
		linear-gradient(to bottom, rgba(0,12,60,0.62) 0%, rgba(0,12,60,0.52) 45%, rgba(0,12,60,0.72) 100%),
		linear-gradient(120deg, rgba(0,8,24,0.42) 0%, rgba(0,8,24,0.12) 55%, rgba(0,8,24,0.42) 100%),
		url("images/hero_bg.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
}

/* KDS — galeria i uslugi potrzebuja szerszego kontenera niz domyslny .inner (756px) */
#galeria > .inner,
#uslugi > .inner,
#onas > .inner,
#kontakt > .inner {
	width: 95vw !important;
	max-width: 1500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* KDS — wymuszenie proporcji kafelkow (aspect-ratio przegrywa z regulami szablonu) */
.galeria-grid > .galeria-item {
	height: 175px !important;
	aspect-ratio: auto !important;
	padding: 0 !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	line-height: 0 !important;
}
.galeria-grid > .galeria-item > img {
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}
@media screen and (max-width: 980px) {
	.galeria-grid > .galeria-item { height: 165px !important; }
}
@media screen and (max-width: 736px) {
	.galeria-grid > .galeria-item { height: 135px !important; }
}

/* ===================== KDS — karuzela realizacji (Netflix-style) ===================== */
.galeria-carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	margin-top: 0.5rem;
}

.gc-viewport {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	padding: 2.25rem 0;
	/* maska wygasza plynnie wszystkie 4 krawedzie: pozioma (scinki bokow) + pionowa (cienie gora/dol) */
	-webkit-mask-image:
		linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%),
		linear-gradient(to bottom, transparent 0, #000 12%, #000 88%, transparent 100%);
	        mask-image:
		linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%),
		linear-gradient(to bottom, transparent 0, #000 12%, #000 88%, transparent 100%);
	-webkit-mask-composite: source-in;
	        mask-composite: intersect;
}

.gc-track {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

/* kazdy slide zajmuje 62% szerokosci viewportu => sasiedzi wystaja po bokach */
.gc-slide {
	position: relative;
	flex: 0 0 62% !important;
	width: 62%;
	box-sizing: border-box;
	padding: 0 0.6rem;
	cursor: pointer;
	transform: scale(0.86);
	opacity: 0.5;
	filter: saturate(0.65) brightness(0.68);
	transition: transform 0.6s cubic-bezier(0.22,1,0.36,1), opacity 0.6s ease, filter 0.6s ease;
}

.gc-slide.is-active {
	transform: scale(1);
	opacity: 1;
	filter: saturate(1.02) brightness(1);
	cursor: default;
	z-index: 2;
}

.gc-slide img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 14px;
	display: block;
	box-shadow: 0 18px 44px rgba(0,8,24,0.32);
	border: 1px solid rgba(144,192,228,0.18);
}
.gc-slide.is-active img {
	border-color: rgba(240,84,24,0.5);
	box-shadow: 0 28px 66px rgba(0,8,24,0.52);
}

/* strzalki */
.gc-arrow {
	flex: 0 0 auto;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 50%;
	background: rgba(0,12,60,0.92);
	border: 1px solid rgba(144,192,228,0.28);
	color: #EAF1FB;
	font-size: 1.05rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
	z-index: 5;
	padding: 0;
}
.gc-arrow:hover { background: #F05418; border-color: #F05418; transform: scale(1.06); }
.gc-arrow:active { transform: scale(0.96); }

/* kropki */
.gc-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.25rem;
}
.gc-dot {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	padding: 0;
	border: none;
	background: rgba(0,12,60,0.22);
	cursor: pointer;
	transition: background 0.25s ease, width 0.25s ease;
}
.gc-dot:hover { background: rgba(0,12,60,0.45); }
.gc-dot.active { background: #F05418; width: 1.6rem; border-radius: 999px; }

@media screen and (max-width: 736px) {
	.galeria-carousel { gap: 0.25rem; }
	.gc-viewport { padding: 0.75rem 0; }
	.gc-slide { flex: 0 0 82% !important; width: 82%; transform: scale(0.9); opacity: 0.55; padding: 0 0.4rem; }
	.gc-arrow { width: 2.6rem; height: 2.6rem; font-size: 0.9rem; }
	.gc-dots { margin-top: 1rem; }
}

/* ===================== KDS — przełącznik języków PL/DE/EN ===================== */
.lang-switch {
	display: flex;
	gap: 0.35rem;
	align-items: center;
	margin-left: 1.25rem;
}

.lang-switch .lang-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem !important;
	padding: 0.28rem 0.5rem !important;
	border-radius: 7px !important;
	font-size: 0.78rem !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1 !important;
	color: inherit;
	border: 1px solid rgba(144,192,228,0.32);
	background: rgba(144,192,228,0.08);
	transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
	text-decoration: none;
}

.lang-switch .lang-btn:hover {
	background: rgba(240,84,24,0.16);
	border-color: rgba(240,84,24,0.5);
}

.lang-switch .lang-btn.active {
	background: #F05418;
	border-color: #F05418;
	color: #ffffff;
}

/* na pasku PRZED zescrollowaniem (jasny tekst na ciemnym hero) — obramowanie widoczne */
#sidebar:not(.scrolled) .lang-switch .lang-btn {
	border-color: rgba(255,255,255,0.35);
	background: rgba(255,255,255,0.10);
}
#sidebar:not(.scrolled) .lang-switch .lang-btn.active {
	background: #F05418;
	border-color: #F05418;
}

/* KDS — nav musi ustawić menu (ul) i przełącznik języków (lang-switch) w jednej linii */
#sidebar nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/* ===================== KDS — układ paska: menu wyśrodkowane, zakładki przy prawej ===================== */
/* nav-wrap rozciąga się na całą szerokość między paddingami .inner (logo jest position:absolute, poza flow) */
#sidebar-nav-wrap {
	flex: 1 1 auto;
	width: 100%;
}
#sidebar nav {
	width: 100%;
	position: relative;
}
/* menu wyśrodkowane w pasku */
#sidebar nav > ul {
	justify-content: center;
	width: 100%;
}
/* zakładki języków wyjęte z flow i przyklejone do prawej krawędzi treści (symetrycznie do logo) */
#sidebar nav .lang-switch {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0;
}

/* w menu mobilnym przełącznik wraca do flow, wyśrodkowany pod linkami */
@media screen and (max-width: 736px) {
	#sidebar nav .lang-switch {
		position: static !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		margin: 1.25rem auto 0 !important;
		justify-content: center;
	}
	.lang-switch .lang-btn {
		min-width: 2.8rem !important;
		padding: 0.4rem 0.7rem !important;
		font-size: 0.85rem !important;
	}
}

/* ===================== KDS — karty klikalne + modal usług ===================== */

/* karta jest teraz <button> — reset domyślnych stylów, wyrównanie do lewej */
.uslugi-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
}
.uslugi-card h3 {
	margin: 0 0 1rem 0;
}
/* "zobacz więcej" na dole karty */
.card-more {
	position: relative;
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #FF7A3D;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.card-more-arrow {
	transition: transform 0.3s ease;
	display: inline-block;
}
.uslugi-card:hover .card-more-arrow { transform: translateX(4px); }

/* karty równej wysokości mimo różnej długości tytułu */
.uslugi-grid {
	align-items: stretch;
	grid-template-rows: none !important;
	grid-auto-rows: 1fr !important;
}
/* karta rośnie do treści (ikona + tytuł + "zobacz więcej"), nic nie obcinamy */
.uslugi-card {
	height: auto !important;
	min-height: 0;
	overflow: hidden !important;
	justify-content: flex-start;
	padding: 1.85rem 1.75rem !important;
}
/* zaokrąglone rogi karty; overflow:hidden przycina pasek ::after do obrysu */
.uslugi-card { border-radius: 18px; }
/* pasek akcentu — pełna wysokość, przycięty przez overflow karty */
.uslugi-card::after {
	border-radius: 0;
}

/* --- MODAL --- */
.usluga-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}
.usluga-modal.open { display: flex; }

.um-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,6,20,0.78);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	animation: um-fade 0.25s ease;
}
@keyframes um-fade { from { opacity: 0; } to { opacity: 1; } }

.um-box {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 880px;
	max-height: 88vh;
	background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
	border: 1px solid rgba(144,192,228,0.2);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0,8,24,0.6);
	animation: um-pop 0.32s cubic-bezier(0.22,1,0.36,1);
}
@keyframes um-pop {
	from { opacity: 0; transform: translateY(24px) scale(0.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.um-image {
	flex: 0 0 44%;
	position: relative;
	overflow: hidden;
	background: #000818;
}
.um-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.um-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(0,12,60,0) 55%, rgba(0,12,60,0.55) 100%);
	pointer-events: none;
}

.um-content {
	flex: 1 1 auto;
	padding: 2.75rem 2.5rem;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}
.um-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	margin-bottom: 1.25rem;
	border-radius: 12px;
	background: rgba(240,84,24,0.15);
	border: 1px solid rgba(240,84,24,0.4);
	color: #FF7A3D;
	font-size: 1.35rem;
	flex: 0 0 auto;
}
.um-icon:before { color: #FF7A3D; }
.um-content h3 {
	color: #ffffff;
	font-size: 1.35rem;
	line-height: 1.3;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.um-content p {
	color: rgba(234,241,251,0.8);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 1.5rem 0;
}
.um-content .card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.75rem 0;
	padding: 0;
	list-style: none;
}
.um-content .card-tags li {
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	background: rgba(144,192,228,0.12);
	border: 1px solid rgba(144,192,228,0.24);
	color: #90C0E4;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.um-cta {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	background: #F05418 !important;
	color: #ffffff !important;
	padding: 0.85rem 1.75rem !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	font-size: 0.92rem !important;
	letter-spacing: 0.02em;
	border: none !important;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(240,84,24,0.32);
	transition: background 0.22s ease, transform 0.2s ease, box-shadow 0.22s ease;
}
.um-cta:hover {
	background: #FF6A2E !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(240,84,24,0.42);
}
.um-cta:active { transform: translateY(0); }

.um-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 3;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	background: rgba(0,8,24,0.55);
	border: 1px solid rgba(144,192,228,0.3);
	color: #EAF1FB;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	transition: background 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
	padding: 0;
}
.um-close:hover { background: #F05418; border-color: #F05418; transform: scale(1.06); }
.um-close:before { color: inherit; }

@media screen and (max-width: 720px) {
	.um-box {
		flex-direction: column;
		max-height: 90vh;
	}
	.um-image {
		flex: 0 0 190px;
		width: 100%;
	}
	.um-content {
		padding: 2rem 1.75rem;
	}
	.um-content h3 { font-size: 1.3rem; }
	.um-close {
		background: rgba(0,8,24,0.7);
	}
}

/* ===================== KDS — wariant C: poziome paski usług ===================== */
/* przebijamy poprzedni układ siatki — teraz pionowa lista pasków */
.uslugi-grid {
	display: flex !important;
	flex-direction: column !important;
	grid-template-columns: none !important;
	grid-template-rows: none !important;
	grid-auto-rows: auto !important;
	gap: 0.85rem !important;
	width: 100%;
	align-items: stretch !important;
}

.uslugi-grid > .uslugi-card {
	flex-direction: row !important;
	align-items: center !important;
	gap: 1.1rem;
	width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 1.15rem 1.6rem !important;
	text-align: left;
}

/* ikona z lewej — bez dużego dolnego marginesu z kart pionowych */
.uslugi-grid > .uslugi-card .card-icon {
	margin-bottom: 0 !important;
	flex: 0 0 auto;
	width: 2.9rem;
	height: 2.9rem;
	font-size: 1.15rem;
}

/* tytuł w środku, wypełnia przestrzeń */
.uslugi-grid > .uslugi-card h3 {
	margin: 0 !important;
	flex: 1 1 auto;
	font-size: 1.05rem;
}

/* "zobacz więcej" dociśnięte do prawej */
.uslugi-grid > .uslugi-card .card-more {
	margin-top: 0 !important;
	flex: 0 0 auto;
	white-space: nowrap;
}

/* akcent: lewy pasek pełnej wysokości (bez zaokrągleń bo to border jednostronny) */
.uslugi-grid > .uslugi-card::after {
	border-radius: 14px 0 0 14px;
}

@media screen and (max-width: 640px) {
	.uslugi-grid > .uslugi-card {
		flex-wrap: wrap;
		padding: 1.1rem 1.25rem !important;
		gap: 0.85rem;
	}
	/* na wąskim ekranie "zobacz więcej" schodzi pod tytuł */
	.uslugi-grid > .uslugi-card h3 { flex: 1 1 60%; font-size: 1rem; }
	.uslugi-grid > .uslugi-card .card-more { flex: 1 0 100%; padding-left: 4rem; }
}

/* ===================== KDS — podstrona usługi ===================== */
/* pasek zawsze widoczny i granatowy na podstronie (nie ma hero do scrollowania) */
.usluga-page {
	background: #eef1f5 !important;
}
.usluga-page #wrapper {
	background: #eef1f5;
}
.usluga-page #sidebar {
	position: fixed;
	opacity: 1 !important;
	top: 0.9em !important;
	transform: none !important;
	transition: none !important;
}
.usluga-wrapper { padding-top: 0; }

/* HERO usługi */
.usluga-hero {
	display: flex;
	align-items: stretch;
	width: 95vw;
	max-width: 1400px;
	margin: 7rem auto 3rem;
	background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(144,192,228,0.18);
	box-shadow: 0 24px 60px rgba(0,8,24,0.3);
}
.usluga-hero-media {
	flex: 0 0 45%;
	position: relative;
	min-height: 420px;
	background: #000818;
}
.usluga-hero-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.usluga-hero-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(0,12,60,0) 60%, rgba(0,12,60,0.5) 100%);
}
.usluga-hero-body {
	flex: 1 1 auto;
	padding: 3.5rem 3.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.usluga-back {
	display: inline-block;
	color: #90C0E4;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 1.75rem;
	transition: color 0.2s ease;
	align-self: flex-start;
}
.usluga-back:hover { color: #FF7A3D; }
.usluga-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 14px;
	background: rgba(240,84,24,0.15);
	border: 1px solid rgba(240,84,24,0.4);
	color: #FF7A3D;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.usluga-icon:before { color: #FF7A3D; }
.usluga-hero-body h1 {
	color: #ffffff;
	font-size: 2.1rem;
	line-height: 1.2;
	margin: 0 0 1.25rem 0;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.usluga-hero-body p {
	color: rgba(234,241,251,0.82);
	font-size: 1.08rem;
	line-height: 1.75;
	margin: 0 0 2rem 0;
	max-width: 42rem;
}
.usluga-hero-cta { align-self: flex-start; }

/* przyciski primary na podstronie — pomarańczowe i wyraźne */
.usluga-page .btn-primary {
	display: inline-flex;
	align-items: center;
	background: #F05418 !important;
	color: #ffffff !important;
	padding: 0.9rem 2rem !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	letter-spacing: 0.02em;
	border: none !important;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(240,84,24,0.3);
	transition: background 0.22s ease, transform 0.2s ease, box-shadow 0.22s ease;
}
.usluga-page .btn-primary:hover {
	background: #FF6A2E !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(240,84,24,0.42);
}

/* sekcje pod hero — wspólny kontener */
.usluga-gallery-section,
.usluga-cta-section,
.usluga-other-section {
	width: 100%;
	padding: 2rem 0;
}
.usluga-gallery-section > .inner,
.usluga-cta-section > .inner,
.usluga-other-section > .inner {
	width: 95vw;
	max-width: 1400px;
	margin: 0 auto;
}
.usluga-gallery-section h2,
.usluga-other-section h2 {
	color: #0d1b33;
	font-size: 1.5rem;
	margin: 0 0 1.5rem 0;
}

/* galeria realizacji na podstronie */
.usluga-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.usluga-gallery-item {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 14px;
	background: #000C3C;
}
.usluga-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.usluga-gallery-item:hover img { transform: scale(1.06); }

/* box CTA */
.usluga-cta-box {
	background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
	border-radius: 20px;
	padding: 3rem 3.5rem;
	text-align: center;
	border: 1px solid rgba(144,192,228,0.18);
}
.usluga-cta-box h2 {
	color: #ffffff;
	font-size: 1.6rem;
	margin: 0 0 0.85rem 0;
}
.usluga-cta-box p {
	color: rgba(234,241,251,0.8);
	font-size: 1.05rem;
	line-height: 1.7;
	margin: 0 auto 1.75rem;
	max-width: 40rem;
}

/* pozostałe usługi — mini karty */
.usluga-other-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.85rem;
}
.usluga-other-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.5rem 1.25rem;
	border-radius: 14px;
	background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
	border: 1px solid rgba(144,192,228,0.16);
	text-decoration: none;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	position: relative;
}
.usluga-other-card:hover {
	transform: translateY(-4px);
	border-color: rgba(240,84,24,0.45);
	box-shadow: 0 14px 32px rgba(0,8,24,0.35);
}
.usluga-other-card .card-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 10px;
	background: rgba(240,84,24,0.15);
	border: 1px solid rgba(240,84,24,0.35);
	color: #FF7A3D;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	margin: 0;
}
.usluga-other-card .card-icon:before { color: #FF7A3D; }
.usluga-other-card h3 {
	color: #ffffff;
	font-size: 0.92rem;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	flex: 1;
}
.usluga-other-card .card-more-arrow {
	color: #FF7A3D;
	font-size: 1.1rem;
	align-self: flex-end;
}

@media screen and (max-width: 900px) {
	.usluga-hero { flex-direction: column; margin-top: 6rem; }
	.usluga-hero-media { flex: 0 0 240px; min-height: 240px; }
	.usluga-hero-body { padding: 2.5rem 2rem; }
	.usluga-hero-body h1 { font-size: 1.7rem; }
	.usluga-other-grid { grid-template-columns: repeat(2, 1fr); }
	.usluga-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 560px) {
	.usluga-hero-body { padding: 2rem 1.5rem; }
	.usluga-cta-box { padding: 2.25rem 1.75rem; }
	.usluga-other-grid { grid-template-columns: 1fr; }
	.usluga-gallery { grid-template-columns: 1fr; }
}

/* ===================== KDS — panele wydarzeń/realizacji ===================== */
.eventy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	width: 100%;
}

.event-card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(150deg, #000C3C 0%, #18306C 100%);
	border: 1px solid rgba(144,192,228,0.16);
	text-decoration: none;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.event-card:hover {
	transform: translateY(-5px);
	border-color: rgba(240,84,24,0.45);
	box-shadow: 0 18px 40px rgba(0,8,24,0.4);
}

.event-card-media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #000818;
}
.event-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.event-card:hover .event-card-media img { transform: scale(1.06); }
.event-card-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,12,60,0) 55%, rgba(0,12,60,0.5) 100%);
}
/* licznik zdjęć w rogu miniatury */
.event-card-count {
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: rgba(0,8,24,0.7);
	border: 1px solid rgba(144,192,228,0.25);
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 600;
}
.event-card-count .icon:before { color: #FF7A3D; }

.event-card-body {
	padding: 1.25rem 1.4rem 1.5rem;
}
.event-card-date {
	display: block;
	color: #C77A54;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 0.4rem;
}
.event-card-body h3 {
	color: #ffffff;
	font-size: 1.08rem;
	line-height: 1.35;
	margin: 0;
}

/* ===================== podstrona wydarzenia ===================== */
.event-header {
	width: 95vw;
	max-width: 1400px;
	margin: 7rem auto 1.5rem;
}
.event-header .inner { width: 100%; }
.event-header-date {
	display: block;
	color: #C77A54;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 1rem 0 0.5rem;
}
.event-header h1 {
	color: #0d1b33;
	font-size: 2.1rem;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.event-gallery-section {
	width: 100%;
	padding: 1rem 0 2rem;
}
.event-gallery-section > .inner {
	width: 95vw;
	max-width: 1400px;
	margin: 0 auto;
}
.event-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.event-gallery-item {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 14px;
	background: #000C3C;
	cursor: pointer;
	padding: 0;
	border: 1px solid rgba(144,192,228,0.16);
	position: relative;
}
.event-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease, filter 0.3s ease;
}
.event-gallery-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0,12,60,0);
	transition: background 0.3s ease;
}
.event-gallery-item:hover img { transform: scale(1.05); }
.event-gallery-item:hover { border-color: rgba(240,84,24,0.5); }

.event-other-section {
	width: 100%;
	padding: 2rem 0;
}
.event-other-section > .inner {
	width: 95vw;
	max-width: 1400px;
	margin: 0 auto;
}
.event-other-section h2 {
	color: #0d1b33;
	font-size: 1.5rem;
	margin: 0 0 1.5rem 0;
}

@media screen and (max-width: 900px) {
	.eventy-grid { grid-template-columns: repeat(2, 1fr); }
	.event-gallery { grid-template-columns: repeat(2, 1fr); }
	.event-header { margin-top: 6rem; }
	.event-header h1 { font-size: 1.6rem; }
}
@media screen and (max-width: 560px) {
	.eventy-grid { grid-template-columns: 1fr; }
	.event-gallery { grid-template-columns: 1fr; }
}

/* ===================== KDS — wyłączenie animacji wejścia (wszystko widoczne od razu) ===================== */
.wrapper.fade-up > .inner,
.wrapper.fade-up.inactive > .inner,
.wrapper.fade-down > .inner,
.wrapper.fade-down.inactive > .inner,
.wrapper.fade > .inner,
.wrapper.fade.inactive > .inner,
body.is-preload .wrapper.fade-up > .inner,
body.is-preload .wrapper.fade-down > .inner,
body.is-preload .wrapper.fade > .inner {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

/* ===================== KDS — wyraźne podświetlenie aktywnej zakładki (scrollspy) ===================== */
#sidebar nav a {
	position: relative;
}
/* pomarańczowa kreska pod aktywną zakładką */
#sidebar nav a.active::after {
	content: '';
	position: absolute;
	left: 0.9em;
	right: 0.9em;
	bottom: -0.35em;
	height: 2px;
	border-radius: 2px;
	background: #F05418;
}
#sidebar nav a.active,
#sidebar.scrolled nav a.active {
	color: #ffffff !important;
}

/* link "Wróć" na podstronie wydarzenia jest na jasnym tle — ciemniejszy kolor */
.event-header .usluga-back {
	color: #3C90CC;
}
.event-header .usluga-back:hover {
	color: #F05418;
}

/* ===================== KDS — formularz: honeypot + komunikaty ===================== */
/* honeypot: ukryte pole-pułapka na boty (poza ekranem, niewidoczne) */
.hp-field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* komunikat po wysłaniu formularza */
.form-status {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 0.98rem;
	line-height: 1.5;
	min-height: 0;
	transition: all 0.2s ease;
}
.form-status.is-success,
.form-status.is-error {
	padding: 0.85rem 1.1rem;
	border-radius: 10px;
	font-weight: 600;
}
.form-status.is-success {
	background: rgba(60,192,120,0.14);
	border: 1px solid rgba(60,192,120,0.4);
	color: #7DE0A6;
}
.form-status.is-error {
	background: rgba(240,84,24,0.12);
	border: 1px solid rgba(240,84,24,0.4);
	color: #FF8A5B;
}
