@import url(fontawesome-all.min.css);
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400';

/*
	Stellar 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-color: #935d8c;
		background-image: url("images/overlay.png"), -moz-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
		background-image: url("images/overlay.png"), -webkit-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
		background-image: url("images/overlay.png"), -ms-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
		background-image: url("images/overlay.png"), linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
	}

		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 {
		background-color: #935d8c;
		color: rgba(255, 255, 255, 0.65);
	}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 17pt;
		font-weight: 300;
		line-height: 1.65;
	}

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

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

		}

		@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 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
		transition: color 0.2s ease, border-bottom 0.2s ease;
		text-decoration: none;
		border-bottom: dotted 1px;
		color: inherit;
	}

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

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

		p.content {
			-moz-columns: 20em 2;
			-webkit-columns: 20em 2;
			-ms-columns: 20em 2;
			columns: 20em 2;
			-moz-column-gap: 2em;
			-webkit-column-gap: 2em;
			-ms-column-gap: 2em;
			column-gap: 2em;
			text-align: justify;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
		letter-spacing: -0.025em;
	}

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

	h1 {
		font-size: 2.5em;
		line-height: 1.2;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

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

		h1 {
			font-size: 2em;
		}

	}

	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;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 8px;
		border: solid 1px;
		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.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

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

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

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

	input, select, textarea {
		color: #ffffff;
	}

	a:hover {
		color: #ffffff;
	}

	strong, b {
		color: #ffffff;
	}

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

	blockquote {
		border-left-color: rgba(255, 255, 255, 0.35);
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.35);
	}

	hr {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}

/* 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.25em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

/* Box */

	.box {
		border-radius: 8px;
		border: solid;
		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;
		}

	.box {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 8px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 2.75em;
		line-height: 2.75em;
		min-width: 9.25em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

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

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

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

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

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

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				min-width: 0;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
		color: #ffffff !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			color: rgba(255, 255, 255, 0.5);
		}

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

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #9acff2;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #7ec3ee;
			}

			input[type="submit"].primary.icon:before,
			input[type="reset"].primary.icon:before,
			input[type="button"].primary.icon:before,
			button.primary.icon:before,
			.button.primary.icon:before {
				color: #ffffff !important;
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 8px;
		border: solid 1px;
		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,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

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

	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;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			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 {
				border-radius: 8px;
				border: solid 1px;
				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 {
			content: '\f00c';
		}

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

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

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #ffffff;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background-color: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.35);
	}

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

	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(255, 255, 255, 0.35)' /%3E%3C/svg%3E");
	}

		select option {
			color: #ffffff;
			background: #935d8c;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: rgba(255, 255, 255, 0.65);
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.35);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #ffffff;
		border-color: #ffffff;
		color: #935d8c;
	}

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

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
	}

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

/* Icon */

	.icon {
		text-decoration: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		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: solid;
		}

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

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

		.icon.major {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.icon.major:before {
				display: inline-block;
				font-size: 6.25rem;
				width: 2.25em;
				height: 2.25em;
				line-height: 2.2em;
				border-radius: 100%;
				border: solid 1px;
				text-align: center;
			}

		.icon.alt {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.icon.alt:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.icon.style1 {
			color: #efa8b0;
		}

		.icon.style2 {
			color: #c79cc8;
		}

		.icon.style3 {
			color: #a89cc8;
		}

		.icon.style4 {
			color: #9bb2e1;
		}

		.icon.style5 {
			color: #8cc9f0;
		}

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

			.icon.major:before {
				font-size: 5.5rem;
			}

		}

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

			.icon.major:before {
				font-size: 4.75rem;
			}

		}

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

			.icon.major {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.icon.major:before {
					font-size: 3.5rem;
				}

		}

	.icon.major {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.icon.major:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.icon.alt {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.icon.alt:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.icon.alt:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

/* Image */

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

		.image img {
			border-radius: 8px;
			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;
				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: 400;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

		dl.alt dt {
			display: block;
			width: 3em;
			margin: 0;
			clear: left;
			float: left;
		}

		dl.alt dd {
			margin: 0 0 0.85em 5.5em;
		}

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

	ul.alt li {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	dl dt {
		color: #ffffff;
	}

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

		}

/* Icons */

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

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

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

/* Section/Article */

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

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

		header.major h2 {
			font-size: 2em;
		}

			header.major h2:after {
				display: block;
				content: '';
				width: 3.25em;
				height: 2px;
				margin: 0.7em 0 1em 0;
				border-radius: 2px;
			}

				section.special header.major h2:after, article.special header.major h2:after {
					margin-left: auto;
					margin-right: auto;
				}

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

		header.major.special {
			text-align: center;
		}

			header.major.special h2:after {
				margin-left: auto;
				margin-right: auto;
			}

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

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

		header.major {
			margin-bottom: 0;
		}

			header.major h2 {
				font-size: 1.5em;
			}

			header.major p {
				font-size: 1em;
				letter-spacing: 0;
			}

				header.major p br {
					display: none;
				}

		footer.major {
			margin-top: 0;
		}

	}

	header.major h2:after {
		background-color: rgba(255, 255, 255, 0.35);
	}

/* Table */

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

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

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 400;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(255, 255, 255, 0.35);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(255, 255, 255, 0.075);
		}

	table th {
		color: #ffffff;
	}

	table thead {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}

	table tfoot {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

	table.alt tbody tr td {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: calc(100% + 2em);
		margin: 0 0 3em -2em;
		padding: 0;
		list-style: none;
	}

		.features li {
			width: calc(33.33333% - 2em);
			margin-left: 2em;
			margin-top: 3em;
			padding: 0;
		}

			.features li:nth-child(1), .features li:nth-child(2), .features li:nth-child(3) {
				margin-top: 0;
			}

			.features li > :last-child {
				margin-bottom: 0;
			}

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

			.features li {
				width: calc(50% - 2em);
			}

				.features li:nth-child(3) {
					margin-top: 3em;
				}

		}

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

			.features {
				width: 100%;
				margin: 0 0 2em 0;
			}

				.features li {
					width: 100%;
					margin-left: 0;
					margin-top: 2em;
				}

					.features li:nth-child(2), .features li:nth-child(3) {
						margin-top: 2em;
					}

		}

/* Statistics */

	.statistics {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 100%;
		margin: 0 0 3em 0;
		padding: 0;
		list-style: none;
		cursor: default;
	}

		.statistics li {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			padding: 1.5em;
			color: #ffffff;
			text-align: center;
		}

			.statistics li.style1 {
				background-color: #efa8b0;
			}

			.statistics li.style2 {
				background-color: #c79cc8;
			}

			.statistics li.style3 {
				background-color: #a89cc8;
			}

			.statistics li.style4 {
				background-color: #9bb2e1;
			}

			.statistics li.style5 {
				background-color: #8cc9f0;
			}

			.statistics li strong, .statistics li b {
				display: block;
				font-size: 2em;
				line-height: 1.1;
				color: inherit !important;
				font-weight: 300;
				letter-spacing: -0.025em;
			}

			.statistics li:first-child {
				border-top-left-radius: 8px;
				border-bottom-left-radius: 8px;
			}

			.statistics li:last-child {
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
			}

			.statistics li .icon {
				display: inline-block;
			}

				.statistics li .icon:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

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

			.statistics li strong, .statistics li b {
				font-size: 1.5em;
			}

		}

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

			.statistics {
				display: block;
				width: 20em;
				max-width: 100%;
				margin: 0 auto 2em auto;
			}

				.statistics li:first-child {
					border-bottom-left-radius: 0;
					border-top-right-radius: 8px;
				}

				.statistics li:last-child {
					border-top-right-radius: 0;
					border-bottom-left-radius: 8px;
				}

				.statistics li .icon:before {
					font-size: 3.75rem;
				}

				.statistics li strong, .statistics li b {
					font-size: 2.5em;
				}

		}

/* Spotlight */

	.spotlight {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin: 0 0 2em 0;
	}

		.spotlight .content {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			.spotlight .content > :last-child {
				margin-bottom: 0;
			}

			.spotlight .content header.major {
				margin: 0 0 2em 0;
			}

		.spotlight .image {
			display: inline-block;
			margin-left: 4em;
			padding: 0.65em;
			border-radius: 100%;
			border: solid 1px;
		}

			.spotlight .image img {
				display: block;
				border-radius: 100%;
				width: 16em;
			}

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

			.spotlight {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.spotlight .content {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					width: 100%;
				}

					.spotlight .content header.major h2:after {
						margin-left: auto;
						margin-right: auto;
					}

					.spotlight .content .actions {
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						width: calc(100% + 1em);
					}

				.spotlight .image {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					margin-left: 0;
					margin-bottom: 2em;
				}

		}

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

			.spotlight .image {
				padding: 0.35em;
			}

				.spotlight .image img {
					width: 12em;
				}

		}

	.spotlight .image {
		border-color: rgba(255, 255, 255, 0.35);
	}

/* Header */

	#header {
		padding: 5em 5em 1em 5em ;
		text-align: center;
	}

		#header h1 {
			margin: 0 0 0.25em 0;
		}

		#header p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
		}

		#header.alt {
			padding: 7em 5em 4em 5em ;
		}

			#header.alt h1 {
				font-size: 3.25em;
			}

			#header.alt > * {
				-moz-transition: opacity 3s ease;
				-webkit-transition: opacity 3s ease;
				-ms-transition: opacity 3s ease;
				transition: opacity 3s ease;
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
				opacity: 1;
			}

			#header.alt .logo {
				-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
				-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
				-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
				transition: opacity 1.25s ease, transform 0.5s ease;
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				display: block;
				margin: 0 0 1.5em 0;
			}

				#header.alt .logo img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

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

			#header {
				padding: 4em 4em 0.1em 4em ;
			}

				#header.alt {
					padding: 6em 4em 3em 4em ;
				}

		}

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

			#header {
				padding: 4em 3em 0.1em 3em ;
			}

				#header.alt {
					padding: 5em 3em 2em 3em ;
				}

		}

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

			#header {
				padding: 3em 2em 0.1em 2em ;
			}

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

					#header p br {
						display: none;
					}

				#header.alt {
					padding: 4em 2em 1em 2em ;
				}

					#header.alt h1 {
						font-size: 2.5em;
					}

		}

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

			#header {
				padding: 3em 1.5em 0.1em 1.5em ;
			}

				#header.alt {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

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

			#header {
				padding: 2.5em 1em 0.1em 1em ;
			}

				#header.alt {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.is-preload #header.alt > * {
			opacity: 0;
		}

/* Tabs */

	.tab-section {
		display: none;
	}

		.tab-section.active {
			display: block;
		}

		body.is-preload #header.alt .logo {
			-moz-transform: scale(0.8) rotate(-30deg);
			-webkit-transform: scale(0.8) rotate(-30deg);
			-ms-transform: scale(0.8) rotate(-30deg);
			transform: scale(0.8) rotate(-30deg);
		}

/* Header Slider */

	#header.header-slider {
		padding: 0;
		position: relative;
		overflow: hidden;
		border-radius: 8px;
		height: 460px;
	}

	.header-slider-track {
		display: flex;
		height: 460px;
		transition: transform 0.7s ease-in-out;
	}

	.header-slide {
		min-width: 100%;
		height: 460px;
		position: relative;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 7em 5em 5em 5em;
	}

	.header-slide-overlay {
		position: absolute;
		inset: 0;
		background: linear-gradient(135deg, rgba(227, 118, 130, 0.85) 15%, rgba(95, 77, 147, 0.85) 85%);
		z-index: 1;
	}

	.header-slide-content {
		position: relative;
		z-index: 2;
		text-align: center;
	}

		.header-slide-content .logo {
			display: block;
			margin: 0 0 1.5em 0;
		}

			.header-slide-content .logo img {
				display: block;
				margin: 0 auto;
				max-width: 75%;
			}

		.header-slide-content h1 {
			font-size: 3.25em;
			margin: 0 0 0.25em 0;
			color: #ffffff;
		}

		.header-slide-content p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
			color: rgba(255, 255, 255, 0.75);
			margin: 0 0 1.5em 0;
		}

	.header-slider-prev,
	.header-slider-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 4;
		background-color: rgba(0, 0, 0, 0.25);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		color: #ffffff !important;
		border-radius: 50% !important;
		border: 2px solid rgba(255, 255, 255, 0.3);
		cursor: pointer;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 2.5em;
		height: 2.5em;
		min-width: 0;
		padding: 0;
		font-size: 0.85em;
		line-height: 1;
		transition: all 0.3s ease;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	}

		.header-slider-prev { left: 1.5em; }
		.header-slider-next { right: 1.5em; }

		.header-slider-prev:hover,
		.header-slider-next:hover {
			background-color: rgba(140, 201, 240, 0.3);
			border-color: #8cc9f0;
			transform: translateY(-50%) scale(1.1);
			box-shadow: 0 6px 25px rgba(140, 201, 240, 0.3);
		}

	.header-slider-dots {
		position: absolute;
		bottom: 1.5em;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 0.7em;
		z-index: 4;
		background-color: rgba(0, 0, 0, 0.2);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		padding: 0.5em 1em;
		border-radius: 2em;
	}

	.header-slider-dot {
		width: 0.5em;
		height: 0.5em;
		min-width: 0;
		border-radius: 50% !important;
		background-color: rgba(255, 255, 255, 0.5);
		border: 0;
		cursor: pointer;
		transition: all 0.3s ease;
		padding: 0;
		display: inline-block;
		line-height: 1;
	}

		.header-slider-dot:hover {
			background-color: rgba(255, 255, 255, 0.8);
		}

		.header-slider-dot.active {
			background-color: #8cc9f0;
			box-shadow: 0 0 10px rgba(140, 201, 240, 0.6);
			width: 0.6em;
			height: 0.6em;
		}

	@media screen and (max-width: 1280px) {

		.header-slide {
			padding: 6em 4em 4em 4em;
		}

	}

	@media screen and (max-width: 980px) {
		#header.header-slider, .header-slider-track, .header-slide {
			height: 400px;
		}

		.header-slide {
			padding: 3.5em 3em 3em 3em;
		}

	}

	@media screen and (max-width: 736px) {
		#header.header-slider, .header-slider-track, .header-slide {
			height: 340px;
		}

		.header-slide {
			padding: 2.5em 2em 2.75em 2em;
		}

			.header-slide-content h1 {
				font-size: 2.5em;
			}

			.header-slide-content p {
				font-size: 1em;
				letter-spacing: 0;
			}

	}

	@media screen and (max-width: 480px) {

		.header-slide {
			padding: 2em 1.5em 2.5em 1.5em;
		}

			.header-slide-content h1 {
				font-size: 1.8em;
			}

	}

/* Nav */

	#nav {
		-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		background-color: #ffffff;
		color: #636363;
		position: absolute;
		width: 64em;
		max-width: calc(100% - 4em);
		padding: 1em;
		background-color: #f7f7f7;
		border-top-left-radius: 0.25em;
		border-top-right-radius: 0.25em;
		cursor: default;
		text-align: center;
	}

		#nav input, #nav select, #nav textarea {
			color: #636363;
		}

		#nav a:hover {
			color: #636363;
		}

		#nav strong, #nav b {
			color: #636363;
		}

		#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
			color: #636363;
		}

		#nav blockquote {
			border-left-color: #dddddd;
		}

		#nav code {
			background: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

		#nav hr {
			border-bottom-color: #dddddd;
		}

		#nav + #main {
			padding-top: 4.25em;
		}

		#nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			#nav ul li {
				-moz-transition: margin 0.2s ease;
				-webkit-transition: margin 0.2s ease;
				-ms-transition: margin 0.2s ease;
				transition: margin 0.2s ease;
				display: inline-block;
				margin: 0 0.35em;
				padding: 0;
				vertical-align: middle;
			}

				#nav ul li a {
					-moz-transition: font-size 0.2s ease;
					-webkit-transition: font-size 0.2s ease;
					-ms-transition: font-size 0.2s ease;
					transition: font-size 0.2s ease;
					display: inline-block;
					height: 2.25em;
					line-height: 2.25em;
					padding: 0 1.25em;
					border: 0;
					border-radius: 8px;
					box-shadow: inset 0 0 0 1px transparent;
				}

					#nav ul li a:hover {
						background-color: rgba(222, 222, 222, 0.25);
					}

					#nav ul li a.active {
						background-color: #ffffff;
						box-shadow: none;
					}

		#nav.alt {
			position: fixed;
			top: 0;
			padding: 0.5em 1em;
			background-color: rgba(247, 247, 247, 0.95);
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			z-index: 10000;
		}

			#nav.alt ul li {
				margin: 0 0.175em;
			}

				#nav.alt ul li a {
					font-size: 0.9em;
				}

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

			#nav {
				display: none;
			}

				#nav + #main {
					padding-top: 0;
				}

		}

/* Main */

	#main {
		background-color: #ffffff;
		color: #636363;
		border-radius: 0.25em;
	}

		#main input, #main select, #main textarea {
			color: #636363;
		}

		#main a:hover {
			color: #636363;
		}

		#main strong, #main b {
			color: #636363;
		}

		#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
			color: #636363;
		}

		#main blockquote {
			border-left-color: #dddddd;
		}

		#main code {
			background: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

		#main hr {
			border-bottom-color: #dddddd;
		}

		#main .box {
			border-color: #dddddd;
		}

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

			#main input[type="submit"]:hover,
			#main input[type="reset"]:hover,
			#main input[type="button"]:hover,
			#main button:hover,
			#main .button:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main input[type="submit"]:active,
			#main input[type="reset"]:active,
			#main input[type="button"]:active,
			#main button:active,
			#main .button:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

			#main input[type="submit"].icon:before,
			#main input[type="reset"].icon:before,
			#main input[type="button"].icon:before,
			#main button.icon:before,
			#main .button.icon:before {
				color: rgba(99, 99, 99, 0.25);
			}

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

				#main input[type="submit"].primary:hover,
				#main input[type="reset"].primary:hover,
				#main input[type="button"].primary:hover,
				#main button.primary:hover,
				#main .button.primary:hover {
					background-color: #9acff2;
				}

				#main input[type="submit"].primary:active,
				#main input[type="reset"].primary:active,
				#main input[type="button"].primary:active,
				#main button.primary:active,
				#main .button.primary:active {
					background-color: #7ec3ee;
				}

				#main input[type="submit"].primary.icon:before,
				#main input[type="reset"].primary.icon:before,
				#main input[type="button"].primary.icon:before,
				#main button.primary.icon:before,
				#main .button.primary.icon:before {
					color: #ffffff !important;
				}

		#main label {
			color: #636363;
		}

		#main input[type="text"],
		#main input[type="password"],
		#main input[type="email"],
		#main select,
		#main textarea {
			background-color: rgba(222, 222, 222, 0.25);
			border-color: #dddddd;
		}

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

		#main 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='%23dddddd' /%3E%3C/svg%3E");
		}

			#main select option {
				color: #636363;
				background: #ffffff;
			}

		#main input[type="checkbox"] + label,
		#main input[type="radio"] + label {
			color: #636363;
		}

			#main input[type="checkbox"] + label:before,
			#main input[type="radio"] + label:before {
				background: rgba(222, 222, 222, 0.25);
				border-color: #dddddd;
			}

		#main input[type="checkbox"]:checked + label:before,
		#main input[type="radio"]:checked + label:before {
			background-color: #636363;
			border-color: #636363;
			color: #ffffff;
		}

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

		#main ::-webkit-input-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main :-moz-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main ::-moz-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main :-ms-input-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .formerize-placeholder {
			color: rgba(99, 99, 99, 0.25) !important;
		}

		#main .icon.major {
			border-color: #dddddd;
		}

			#main .icon.major:before {
				border-color: #dddddd;
			}

		#main .icon.alt {
			border-color: #dddddd;
			color: #636363;
		}

			#main .icon.alt:hover {
				background-color: rgba(222, 222, 222, 0.25);
			}

			#main .icon.alt:active {
				background-color: rgba(222, 222, 222, 0.5);
			}

		#main ul.alt li {
			border-top-color: #dddddd;
		}

		#main dl dt {
			color: #636363;
		}

		#main header.major h2:after {
			background-color: #dddddd;
			background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
			background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
		}

		#main table tbody tr {
			border-color: #dddddd;
		}

			#main table tbody tr:nth-child(2n + 1) {
				background-color: rgba(222, 222, 222, 0.25);
			}

		#main table th {
			color: #636363;
		}

		#main table thead {
			border-bottom-color: #dddddd;
		}

		#main table tfoot {
			border-top-color: #dddddd;
		}

		#main table.alt tbody tr td {
			border-color: #dddddd;
		}

		#main .spotlight .image {
			border-color: #dddddd;
		}

		#main > .main {
			padding: 5em 5em 3em 5em ;
			border-top: solid 1px #dddddd;
		}

			#main > .main:first-child {
				border-top: 0;
			}

			#main > .main > .image.main:first-child {
				margin: -5em 0 5em -5em;
				width: calc(100% + 10em);
				border-top-right-radius: 0.25em;
				border-top-left-radius: 0.25em;
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
			}

				#main > .main > .image.main:first-child img {
					border-top-right-radius: 0.25em;
					border-top-left-radius: 0.25em;
					border-bottom-right-radius: 0;
					border-bottom-left-radius: 0;
				}

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

			#main > .main {
				padding: 4em 4em 2em 4em ;
			}

				#main > .main > .image.main:first-child {
					margin: -4em 0 4em -4em;
					width: calc(100% + 8em);
				}

		}

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

			#main > .main {
				padding: 4em 3em 2em 3em ;
			}

				#main > .main > .image.main:first-child {
					margin: -4em 0 4em -3em;
					width: calc(100% + 6em);
				}

		}

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

			#main > .main {
				padding: 3em 2em 1em 2em ;
			}

				#main > .main > .image.main:first-child {
					margin: -3em 0 2em -2em;
					width: calc(100% + 4em);
				}

		}

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

			#main > .main {
				padding: 3em 1.5em 1em 1.5em ;
			}

				#main > .main > .image.main:first-child {
					margin: -3em 0 1.5em -1.5em;
					width: calc(100% + 3em);
				}

		}

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

			#main {
				border-radius: 0;
			}

				#main > .main {
					padding: 2.5em 1em 0.5em 1em ;
				}

					#main > .main > .image.main:first-child {
						margin: -2.5em 0 1.5em -1em;
						width: calc(100% + 2em);
						border-radius: 0;
					}

						#main > .main > .image.main:first-child img {
							border-radius: 0;
						}

		}

/* Footer */

	#footer {
		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;
		padding: 2em 2em 1.5em 2em ;
		width: 100%;
		margin: 0;
		background-color: rgba(0, 0, 0, 0.15);
	}

		#footer > * {
			width: calc(50% - 2em);
			margin-left: 2em;
		}

		#footer .copyright {
			width: 100%;
			margin: 0.5em 0 0 0;
			font-size: 0.8em;
			text-align: center;
		}

	.footer-bar {
		background-color: rgba(0, 0, 0, 0.3);
		text-align: center;
		padding: 0.6em 0;
		margin: 0;
		width: 100%;
		border-radius: 0 0 8px 8px;
	}

		.footer-bar p {
			margin: 0;
			font-size: 0.8em;
			color: rgba(255, 255, 255, 0.7);
		}

		@media screen and (max-width: 1280px) {

			#footer {
				padding: 2em 1.5em 1em 1.5em ;
			}

		}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 1.5em 1.5em 1em 1.5em ;
				display: block;
			}

				#footer > * {
					width: 100%;
					margin-left: 0;
					margin-bottom: 1.5em;
				}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 1.5em 1em 1em 1em ;
			}

		}

		@media screen and (max-width: 480px) {

			#footer {
				padding: 1em 1em 0.8em 1em ;
			}

		}

/* Wrapper */

	#wrapper {
		width: 64em;
		max-width: calc(100% - 4em);
		margin: 0 auto;
	}

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

			#wrapper {
				max-width: calc(100% - 2em);
			}

		}

		@media screen and (max-width: 360px) {

			#wrapper {
				max-width: 100%;
			}

		}

/* Slider */

	.slider {
		position: relative;
		max-width: 100%;
		overflow: hidden;
		border-radius: 8px;
		margin: 0 auto;
	}

	.slider-track {
		display: flex;
		transition: transform 0.6s ease-in-out;
	}

	.slide {
		min-width: 100%;
		position: relative;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}

		.slide img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

	.slide-caption {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 2em;
		background: linear-gradient(transparent, rgba(0,0,0,0.75));
		color: #ffffff;
		text-align: left;
		pointer-events: none;
	}

		.slide-caption h3 {
			margin: 0 0 0.3em 0;
			font-size: 1.4em;
			color: #ffffff;
		}

		.slide-caption p {
			margin: 0;
			font-size: 0.95em;
			opacity: 0.9;
		}

	.slider-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1.5em;
		margin-top: 1em;
	}

	.slider-prev,
	.slider-next {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
		color: #ffffff !important;
		border-radius: 50%;
		border: 0;
		cursor: pointer;
		width: 2.5em;
		height: 2.5em;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.2s ease-in-out;
		line-height: 1;
	}

		.slider-prev:hover,
		.slider-next:hover {
			background-color: rgba(255, 255, 255, 0.15);
		}

	.slider-dots {
		display: flex;
		gap: 0.6em;
	}

	.slider-dot {
		width: 0.7em;
		height: 0.7em;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, 0.35);
		border: 0;
		cursor: pointer;
		transition: background-color 0.2s ease-in-out;
		padding: 0;
	}

		.slider-dot.active {
			background-color: #8cc9f0;
		}

	@media screen and (max-width: 736px) {

		.slide-caption {
			padding: 1em;
		}

			.slide-caption h3 {
				font-size: 1.1em;
			}

			.slide-caption p {
				font-size: 0.85em;
			}

	}

/* Identidad visual HISMINSA */
body.hisminsa-theme {
	background-color: #075985;
	background-image: url("images/overlay.png"), linear-gradient(135deg, #38bdf8 0%, #0369a1 52%, #0c4a6e 100%);
}

.hisminsa-theme .header-slide-overlay {
	background: linear-gradient(135deg, rgba(14, 165, 233, 0.82) 0%, rgba(3, 105, 161, 0.88) 55%, rgba(12, 74, 110, 0.92) 100%);
}

.hisminsa-theme #nav ul li a.active,
.hisminsa-theme #nav ul li a:hover {
	color: #0369a1;
}

.hisminsa-theme header.major h2:after {
	background-image: linear-gradient(90deg, #7dd3fc, #0ea5e9, #075985);
}

.hisminsa-theme input[type="submit"].primary,
.hisminsa-theme input[type="reset"].primary,
.hisminsa-theme input[type="button"].primary,
.hisminsa-theme button.primary,
.hisminsa-theme .button.primary {
	background-color: #0284c7;
	border-color: #0284c7;
}

.hisminsa-theme input[type="submit"].primary:hover,
.hisminsa-theme input[type="reset"].primary:hover,
.hisminsa-theme input[type="button"].primary:hover,
.hisminsa-theme button.primary:hover,
.hisminsa-theme .button.primary:hover {
	background-color: #0ea5e9;
}

.hisminsa-theme .icon.major.style1 { color: #0284c7; }
.hisminsa-theme .icon.major.style3 { color: #0891b2; }
.hisminsa-theme .icon.major.style5 { color: #0369a1; }

.hisminsa-theme .statistics .style1 { background-color: #38bdf8; }
.hisminsa-theme .statistics .style2 { background-color: #0ea5e9; }
.hisminsa-theme .statistics .style3 { background-color: #0284c7; }
.hisminsa-theme .statistics .style4 { background-color: #0369a1; }
.hisminsa-theme .statistics .style5 { background-color: #075985; }

.panel-actions {
	display: flex;
	justify-content: center;
	gap: 0.75em;
	margin: 1.5em 0;
	flex-wrap: wrap;
}

/* Navegacion del panel administrativo */
#header.admin-header {
	padding: 0 !important;
	position: relative;
	text-align: left;
}

.admin-menu {
	margin: 0;
}

.admin-menu > summary {
	display: none;
}

.admin-menu-items,
.admin-menu:not([open]) > .admin-menu-items {
	display: flex;
	align-items: stretch;
	min-height: 3.75em;
}

.admin-menu-item {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0.8em 1.25em;
	border-right: solid 1px rgba(255, 255, 255, 0.25);
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.admin-menu-item:hover {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.admin-menu-item.is-pending {
	cursor: default;
	opacity: 0.8;
}

@media screen and (max-width: 736px) {
	#header.admin-header {
		padding: 0.5em 0.75em !important;
	}

	.admin-menu > summary {
		display: inline-block;
		margin: 0;
		cursor: pointer;
	}

	.admin-menu:not([open]) > .admin-menu-items {
		display: none;
	}

	.admin-menu[open] > .admin-menu-items {
		display: flex;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 10;
		flex-direction: column;
		min-height: 0;
		background: #075985;
		box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
	}

	.admin-menu-item {
		justify-content: flex-start;
		border-right: 0;
		border-top: solid 1px rgba(255, 255, 255, 0.2);
	}
}

/* Importacion de archivos privados */
.import-header { text-align: left; }
.backend-main .import-header .import-expiry-notice { display: inline-flex; align-items: center; gap: 8px; max-width: 900px; margin: 0; padding: 10px 12px; border: 1px solid #bae6fd; border-radius: 6px; color: #075985 !important; background: #f0f9ff; font-size: 14px; font-weight: 600; line-height: 1.45; }
.import-expiry-notice .icon { flex: 0 0 auto; color: #0284c7; font-size: 15px; }
.import-expiry-notice .icon:before { margin: 0 !important; }
.import-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.import-card { display: flex; gap: 14px; margin: 0; padding: 16px; border: 1px solid #dbeafe; border-radius: 8px; background: #f8fafc; }
.import-card.is-loaded { border-color: #bbf7d0; background: #fbfffc; }
.import-card.has-file { border-color: #0284c7; box-shadow: 0 0 0 2px rgba(2,132,199,0.08); }
.import-card.is-importing { border-color: #0ea5e9; background: #f0f9ff; }
.import-card-icon { flex: 0 0 40px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 7px; color: #0284c7; background: #e0f2fe; font-size: 19px; }
.import-card-content { min-width: 0; flex: 1; }
.import-card h3 { margin: 0 0 3px; }
.import-card p { margin: 0 0 10px; color: #64748b; font-size: 12px; }
.import-current-status { display: flex; align-items: center; gap: 8px; min-height: 20px; margin: 0 0 9px; color: #64748b; font-size: 11px; }
.import-current-status .fa-check-circle { color: #15803d; }
.import-current-status .fa-clock { color: #64748b; }
.import-current-status strong { color: #166534 !important; font-size: 11px; }
.import-current-status small { margin-left: auto; color: #475569 !important; font-size: 10px; }
.import-file-label { display: block; margin: 0 0 9px; padding: 9px 11px; border: 1px dashed #7dd3fc; border-radius: 5px; color: #075985; background: #fff; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.import-file-label:hover { border-color: #0284c7; background: #f0f9ff; }
.import-file-label input { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.import-result { min-height: 18px; margin-top: 8px; font-size: 12px; }
.import-result.is-loading { color: #0369a1; }
.import-result.is-success { color: #15803d; }
.import-result.is-error { color: #b91c1c; }
.import-card button.primary { color: #fff !important; background: #0284c7 !important; border-color: #0284c7 !important; }
.import-card button.primary:hover { background: #0369a1 !important; border-color: #0369a1 !important; }
.import-card-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.import-card-actions .button { margin: 0; white-space: nowrap; }
.import-card .import-append-button { color: #fff !important; border-color: #16a34a !important; background: #16a34a !important; box-shadow: none; }
.import-card .import-append-button:hover { border-color: #15803d !important; background: #15803d !important; }
.import-card button:disabled { cursor: not-allowed; opacity: 0.48; }
.import-card.is-importing button:disabled { cursor: wait; }
.import-card.is-importing .import-card-icon:before { animation: import-pulse 0.85s ease-in-out infinite alternate; }
@keyframes import-pulse { from { opacity: 0.35; transform: scale(0.9); } to { opacity: 1; transform: scale(1.08); } }
.import-history { margin-top: 22px; }
.import-history-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.import-history-heading h3 { margin: 0; }
.import-history-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.import-history-actions .button { margin: 0; white-space: nowrap; }
.backend-main [data-import-clear-history] { border-color: #b45309 !important; color: #fff !important; background: #b45309 !important; box-shadow: none; -webkit-text-fill-color: #fff !important; }
.backend-main [data-import-clear-history]:before { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.backend-main [data-import-clear-history]:hover { border-color: #92400e !important; background: #92400e !important; }
.backend-main [data-import-clear-history]:disabled { cursor: not-allowed; opacity: 0.5; }
.backend-main .import-clear-all-button { margin: 0; border-color: #b91c1c !important; color: #fff !important; background: #b91c1c !important; box-shadow: none; -webkit-text-fill-color: #fff !important; }
.backend-main .import-clear-all-button:before { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.backend-main .import-clear-all-button:hover { border-color: #991b1b !important; background: #991b1b !important; }
.backend-main .import-clear-all-button:disabled { cursor: not-allowed; opacity: 0.5; }
.import-clear-all-result { min-height: 18px; margin-bottom: 7px; font-size: 12px; }
.import-clear-all-result.is-loading { color: #0369a1; }
.import-clear-all-result.is-success { color: #15803d; }
.import-clear-all-result.is-error { color: #b91c1c; }
.import-history table th { color: #0c4a6e !important; font-weight: 600; }
.import-history table td { color: #1f2937 !important; }
.import-history-expiry-notice { margin: 8px 0 0; color: #64748b; font-size: 12px; font-style: italic; text-align: right; }
.import-confirm-open { overflow: hidden; }
.import-confirm-modal[hidden] { display: none !important; }
.import-confirm-modal { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 20px; }
.import-confirm-backdrop { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: rgba(15, 23, 42, 0.68); box-shadow: none; cursor: default; }
.import-confirm-dialog { position: relative; z-index: 1; width: min(100%, 440px); padding: 26px; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; box-shadow: 0 24px 65px rgba(15, 23, 42, 0.3); animation: import-confirm-enter 0.18s ease-out; }
.import-confirm-icon { display: grid; width: 52px; height: 52px; margin: 0 auto 16px; place-items: center; border-radius: 50%; color: #b91c1c; background: #fee2e2; font-size: 22px; }
.import-confirm-content { text-align: center; }
.import-confirm-content h3 { margin: 0 0 10px; color: #0f172a; font-size: 20px; }
.import-confirm-content p { margin: 0; color: #475569; font-size: 14px; line-height: 1.55; }
.import-confirm-content .import-confirm-warning { margin-top: 9px; color: #b91c1c; font-size: 12px; font-weight: 600; }
.import-confirm-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.import-confirm-actions .button { width: 100%; margin: 0; font-size: 14px; text-align: center; }
.import-confirm-actions [data-import-confirm-cancel] { border-color: #cbd5e1 !important; color: #334155 !important; background: #e2e8f0 !important; box-shadow: none; -webkit-text-fill-color: #334155 !important; }
.import-confirm-actions [data-import-confirm-cancel]:hover { border-color: #94a3b8 !important; color: #0f172a !important; background: #cbd5e1 !important; -webkit-text-fill-color: #0f172a !important; }
.backend-main + * .import-confirm-submit,
.import-confirm-submit { border-color: #b91c1c !important; color: #fff !important; background: #b91c1c !important; box-shadow: none; -webkit-text-fill-color: #fff !important; }
.import-confirm-submit:before { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.import-confirm-submit:hover { border-color: #991b1b !important; background: #991b1b !important; }
.import-confirm-modal[data-variant="warning"] .import-confirm-icon { color: #b45309; background: #fef3c7; }
.import-confirm-modal[data-variant="warning"] .import-confirm-warning { color: #b45309; }
.import-confirm-modal[data-variant="warning"] .import-confirm-submit { border-color: #b45309 !important; background: #b45309 !important; }
.import-confirm-modal[data-variant="warning"] .import-confirm-submit:hover { border-color: #92400e !important; background: #92400e !important; }
@keyframes import-confirm-enter { from { opacity: 0; transform: translateY(10px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.import-success-open { overflow: hidden; }
.import-success-modal[hidden] { display: none !important; }
.import-success-modal { position: fixed; z-index: 10020; inset: 0; display: grid; place-items: center; padding: 20px; }
.import-success-backdrop { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: rgba(15, 23, 42, 0.62); box-shadow: none; cursor: default; }
.import-success-dialog { position: relative; z-index: 1; width: min(100%, 410px); padding: 28px 26px 24px; border: 1px solid #bbf7d0; border-radius: 15px; background: #fff; box-shadow: 0 24px 65px rgba(15, 23, 42, 0.3); text-align: center; animation: import-success-enter 0.22s ease-out; }
.import-success-icon { display: grid; width: 62px; height: 62px; margin: 0 auto 16px; place-items: center; border: 3px solid #86efac; border-radius: 50%; color: #fff; background: #16a34a; font-size: 25px; box-shadow: 0 8px 22px rgba(22, 163, 74, 0.22); }
.import-success-icon.icon:before { margin: 0 !important; }
.import-success-dialog h3 { margin: 0 0 8px; color: #14532d; font-size: 22px; }
.import-success-dialog > p { margin: 0; color: #475569; font-size: 14px; line-height: 1.5; }
.import-success-dialog .import-success-detail { margin-top: 11px; padding: 9px 11px; border-radius: 7px; color: #166534; background: #f0fdf4; font-size: 12px; font-weight: 600; }
.import-success-dialog .button { min-width: 145px; margin: 20px 0 0; border-color: #16a34a !important; color: #fff !important; background: #16a34a !important; box-shadow: none; -webkit-text-fill-color: #fff !important; }
.import-success-dialog .button:hover { border-color: #15803d !important; background: #15803d !important; }
@keyframes import-success-enter { from { opacity: 0; transform: translateY(12px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
.export-panel { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding: 14px 16px; border: 1px solid #bae6fd; border-radius: 8px; background: #f0f9ff; }
.export-panel > div { flex: 1; }
.export-panel h3, .export-panel p, .export-panel form { margin: 0; }
.export-panel p, .export-panel small { color: #64748b; font-size: 12px; }
.export-panel button:disabled { cursor: not-allowed; opacity: 0.55; }
.export-form { display: flex; align-items: flex-end; gap: 8px; }
.backend-main .export-form label { min-width: 130px; margin: 0; }
.backend-main .export-form input[type="date"] { height: 36px; margin-top: 5px; padding: 0 9px; border: 1px solid #d1d5db; border-radius: 5px; color: #475569; background: #fff; font-size: 13px; }
.export-form button { white-space: nowrap; }
.import-status { display: inline-block; padding: 2px 7px; border-radius: 999px; font-size: 11px; }
.import-status-correcto { color: #166534; background: #dcfce7; }
.import-status-error { color: #991b1b; background: #fee2e2; }
.import-status-procesando { color: #075985; background: #e0f2fe; }

@media screen and (max-width: 980px) {
	.import-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 480px) {
	.import-card { padding: 12px; }
	.import-card-icon { display: none; }
	.import-card-actions { display: grid; grid-template-columns: 1fr 1fr; }
	.import-card-actions .button { width: 100%; padding-right: 10px; padding-left: 10px; text-align: center; }
	.import-card-actions [data-import-replace] { grid-column: 1 / -1; }
	.import-history-heading { align-items: stretch; flex-direction: column; }
	.import-history-actions { display: grid; grid-template-columns: 1fr; }
	.import-history-actions .button { width: 100%; text-align: center; }
	.import-history-expiry-notice { text-align: left; }
	.import-confirm-modal { padding: 14px; }
	.import-confirm-dialog { padding: 22px 18px 18px; }
	.import-confirm-actions { grid-template-columns: 1fr; }
	.import-success-modal { padding: 14px; }
	.import-success-dialog { padding: 24px 18px 20px; }
	.export-panel { align-items: stretch; flex-direction: column; }
	.export-form { align-items: stretch; flex-direction: column; }
	.backend-main .export-form label { width: 100%; }
}

.status-success {
	border-color: #16a34a !important;
	color: #166534;
	text-align: center;
}

.status-error {
	border-color: #dc2626 !important;
	color: #b91c1c;
	text-align: center;
}

/* Cabecera institucional del sitio publico */
.public-topbar { position: relative; z-index: 100; width: 100%; border-bottom: 1px solid rgba(14, 165, 233, 0.25); background: rgba(255, 255, 255, 0.97); box-shadow: 0 3px 14px rgba(12, 74, 110, 0.12); }
.public-topbar-inner { display: flex; align-items: center; justify-content: space-between; width: 64em; max-width: calc(100% - 4em); min-height: 64px; margin: 0 auto; }
.public-brand { display: inline-flex; align-items: center; gap: 10px; color: #075985; text-decoration: none; }
.public-brand-logo { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; padding: 0; background: transparent; }
.public-brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.public-brand strong, .public-brand small { display: block; }
.public-brand strong { color: #075985; letter-spacing: 0.06em; font-size: 15px; line-height: 1.2; }
.public-brand small { margin-top: 2px; color: #475569; font-size: 11px; line-height: 1.2; }
.public-menu { display: flex; align-items: center; gap: 4px; }
.public-menu > a:not(.button) { padding: 8px 11px; border-radius: 5px; color: #334155; text-decoration: none; font-size: 13px; font-weight: 600; }
.public-menu > a:not(.button):hover { color: #0369a1; background: #f0f9ff; }
.public-menu .button { height: 36px; margin-left: 7px; padding: 0 15px; line-height: 36px; font-size: 12px; }
.public-menu a:focus-visible, .public-menu-toggle:focus-visible, .public-brand:focus-visible { outline: 3px solid rgba(56, 189, 248, 0.55); outline-offset: 2px; }
.public-menu-toggle { display: none; width: 38px; min-width: 38px; height: 38px; padding: 0 !important; border: 1px solid #38bdf8; border-radius: 6px; color: #fff !important; background: #0284c7 !important; box-shadow: none; line-height: 1; }
.public-menu-toggle.icon:before { margin: 0 !important; }
.public-to-top { position: fixed; z-index: 95; right: 22px; bottom: 22px; display: flex; align-items: center; justify-content: center; width: 42px; min-width: 42px; height: 42px; padding: 0 !important; border: 1px solid #38bdf8; border-radius: 50%; color: #fff !important; background: #0284c7 !important; box-shadow: 0 6px 18px rgba(3, 105, 161, 0.28) !important; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; }
.public-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.public-to-top.icon:before { margin: 0 !important; }
.public-to-top:hover { border-color: #075985; background: #075985 !important; transform: translateY(-2px); }
.public-to-top:focus-visible { outline: 3px solid rgba(125, 211, 252, 0.65); outline-offset: 2px; }

/* Contenido publico compacto y fluido */
.hisminsa-theme:not(.backend-page) #main > .main { padding: clamp(16px, 2.2vw, 32px); }
.hisminsa-theme:not(.backend-page) #main header.major { margin-bottom: clamp(12px, 1.4vw, 20px); }
.hisminsa-theme:not(.backend-page) #main header.major h2 { font-size: clamp(24px, 2vw, 34px); }
.hisminsa-theme:not(.backend-page) #main header.major h2:after { margin-top: 8px; margin-bottom: 12px; }
.hisminsa-theme:not(.backend-page) #main p { margin-bottom: clamp(12px, 1.3vw, 18px); font-size: clamp(14px, 1vw, 16px); line-height: 1.55; }
.hisminsa-theme:not(.backend-page) #inicio .content p,
.hisminsa-theme:not(.backend-page) #footer section p { text-align: justify; text-justify: inter-word; }
.hisminsa-theme:not(.backend-page) #main h3 { margin-bottom: 8px; font-size: clamp(17px, 1.25vw, 20px); }
.hisminsa-theme:not(.backend-page) #main .spotlight { gap: clamp(20px, 3vw, 42px); margin-bottom: 0; }
.hisminsa-theme:not(.backend-page) #main .spotlight .content header.major { margin-bottom: clamp(12px, 1.4vw, 20px); }
.hisminsa-theme:not(.backend-page) #main .spotlight .image { flex: 0 0 auto; margin-left: 0; padding: 6px; }
.hisminsa-theme:not(.backend-page) #main .spotlight .image img { width: clamp(120px, 12vw, 190px); }
.hisminsa-theme:not(.backend-page) #main .features { width: 100%; gap: clamp(14px, 2vw, 26px); margin: 0 0 8px; }
.hisminsa-theme:not(.backend-page) #main .features li { width: calc(33.333% - 18px); margin: 0; padding: 0 clamp(4px, 0.8vw, 12px); }
.hisminsa-theme:not(.backend-page) #main .features .icon.major { margin-bottom: 10px; padding: 6px; }
.hisminsa-theme:not(.backend-page) #main .features .icon.major:before { width: 2.1em; height: 2.1em; font-size: clamp(2.25rem, 3.4vw, 3.5rem); line-height: 2.05em; }
.hisminsa-theme:not(.backend-page) #main .statistics { margin-bottom: clamp(12px, 1.5vw, 22px); }
.hisminsa-theme:not(.backend-page) #main .statistics li { padding: clamp(10px, 1.1vw, 16px); font-size: clamp(12px, 0.9vw, 14px); }
.hisminsa-theme:not(.backend-page) #main .statistics li strong { font-size: clamp(18px, 1.5vw, 24px); }
.hisminsa-theme:not(.backend-page) #main .statistics li .icon:before { font-size: clamp(24px, 2.2vw, 36px); }
.hisminsa-theme:not(.backend-page) #main .actions { margin-bottom: clamp(8px, 1vw, 14px); }
.hisminsa-theme:not(.backend-page) #main .button { min-height: 36px; padding: 0 16px; line-height: 36px; font-size: clamp(12px, 0.9vw, 14px); }
.hisminsa-theme:not(.backend-page) #footer { padding: clamp(18px, 2vw, 30px); }
.hisminsa-theme:not(.backend-page) #footer h2 { margin-bottom: 10px; font-size: clamp(19px, 1.4vw, 23px); }
.hisminsa-theme:not(.backend-page) #footer p { margin-bottom: 12px; font-size: clamp(13px, 0.9vw, 15px); line-height: 1.5; }

@media screen and (max-width: 980px) {
	.hisminsa-theme:not(.backend-page) #main .spotlight { gap: 14px; }
	.hisminsa-theme:not(.backend-page) #main .spotlight .image { margin: 0 0 8px; }
	.hisminsa-theme:not(.backend-page) #main .features li { width: calc(50% - 13px); }
}

/* Ventana flotante de acceso */
.login-popover-backdrop { display: none; position: fixed; inset: 0; z-index: 109; background: rgba(8, 47, 73, 0.38); }
.login-popover { display: none; position: absolute; z-index: 110; top: calc(100% + 8px); right: max(16px, calc((100% - 1080px) / 2)); width: min(360px, calc(100% - 32px)); padding: 20px; border: 1px solid #bae6fd; border-radius: 10px; color: #334155; background: #fff; box-shadow: 0 18px 45px rgba(8, 47, 73, 0.28); text-align: left; }
.login-popover.is-open, .login-popover-backdrop.is-open { display: block; }
.login-popover:before { content: ''; position: absolute; top: -8px; right: var(--login-arrow-right, 48px); width: 14px; height: 14px; border-top: 1px solid #bae6fd; border-left: 1px solid #bae6fd; background: #fff; transform: rotate(45deg); }
.login-popover-close { position: absolute; z-index: 2; top: 8px; right: 8px; display: flex; align-items: center; justify-content: center; width: 32px; min-width: 32px; height: 32px; padding: 0 !important; border: 0; color: #64748b !important; background: transparent !important; box-shadow: none !important; line-height: 1; }
.login-popover-close.icon:before { margin: 0 !important; }
.login-popover-close:hover { color: #0369a1 !important; }
.login-card-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.login-card-heading > .icon { display: flex; align-items: center; justify-content: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 8px; color: #fff; background: #0284c7; }
.login-card-heading h2 { margin: 0 0 2px; color: #0f4c6e; font-size: 20px; font-weight: 600; line-height: 1.2; }
.login-card-heading p { margin: 0; color: #64748b; font-size: 12px; line-height: 1.4; }
.login-alert { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 14px; padding: 10px 11px; border: 1px solid #fecaca; border-radius: 6px; color: #991b1b; background: #fef2f2; font-size: 12px; line-height: 1.4; }
.login-alert .icon { padding-top: 2px; color: #dc2626; }
.login-form { margin: 0; }
.login-form label { display: block; margin: 0 0 5px; color: #334155; font-size: 12px; font-weight: 600; }
.login-input { position: relative; display: flex; align-items: center; margin-bottom: 12px; }
.login-input:before { position: absolute; z-index: 1; left: 12px; color: #0284c7; }
.login-popover .login-input input { width: 100%; height: 40px; padding: 0 42px 0 38px; border: 1px solid #cbd5e1; border-radius: 6px; color: #1e293b; background: #fff; font-size: 13px; }
.login-popover .login-input input:focus { border-color: #0284c7; box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18); }
.password-toggle { position: absolute; z-index: 2; right: 3px; display: flex; align-items: center; justify-content: center; width: 36px; min-width: 36px; height: 34px; padding: 0 !important; border: 0; color: #64748b !important; background: transparent !important; box-shadow: none !important; line-height: 1; }
.password-toggle.icon:before { margin: 0 !important; }
.password-toggle:hover { color: #0369a1 !important; }
.login-submit { width: 100%; height: 40px; margin-top: 3px; padding: 0 16px; line-height: 40px; font-size: 13px; }
.login-submit:disabled { cursor: wait; opacity: 0.72; }
.login-popover button:focus-visible { outline: 3px solid rgba(56, 189, 248, 0.5); outline-offset: 2px; }

@media screen and (max-width: 736px) {
	.public-topbar-inner { position: relative; min-height: 58px; }
	.public-brand-logo { width: 40px; height: 40px; }
	.public-menu-toggle { display: flex; align-items: center; justify-content: center; }
	.public-menu { display: none; position: absolute; top: calc(100% + 1px); right: 0; left: 0; align-items: stretch; flex-direction: column; padding: 8px; border: 1px solid #bae6fd; border-radius: 0 0 8px 8px; background: #fff; box-shadow: 0 10px 24px rgba(12, 74, 110, 0.16); }
	.public-menu.is-open { display: flex; }
	.public-menu > a:not(.button) { padding: 10px 12px; }
	.public-menu .button { width: 100%; margin: 4px 0 0; text-align: center; }
	.public-to-top { right: 14px; bottom: 14px; width: 38px; min-width: 38px; height: 38px; }
	.hisminsa-theme:not(.backend-page) #main .features { gap: 16px; }
	.hisminsa-theme:not(.backend-page) #main .features li { width: 100%; }
	.hisminsa-theme:not(.backend-page) #main .features .icon.major { margin: 0 0 4px; padding: 4px; }
	.hisminsa-theme:not(.backend-page) #main .statistics li { padding: 10px; }
	.login-popover { position: fixed; top: 50%; right: 16px; left: 16px; width: auto; max-height: calc(100vh - 32px); padding: 18px; overflow-y: auto; transform: translateY(-50%); }
	.login-popover:before { display: none; }
	.login-card-heading { margin-bottom: 14px; }
	.login-card-heading > .icon { flex-basis: 38px; width: 38px; height: 38px; }
	.login-card-heading h2 { font-size: 19px; }
}

@media screen and (max-width: 480px) {
	.public-topbar-inner { max-width: calc(100% - 2em); }
}

@media screen and (max-width: 360px) {
	.public-topbar-inner { max-width: 100%; }
}

/* Estructura responsive del area privada */
.backend-page { min-width: 320px; }
.backend-page .backend-main { color: #334155; }
.backend-page .backend-main h1,
.backend-page .backend-main h2,
.backend-page .backend-main h3,
.backend-page .backend-main h4 { color: #1e293b !important; }
.backend-page .backend-main header.major h2 { color: #0f172a !important; }
.backend-page .backend-main p { color: #475569; }
.backend-page .backend-main label { color: #334155; }
.backend-page .backend-main strong { color: #1e293b; }
.backend-page .backend-main small,
.backend-page .report-summary { color: #475569; }
.backend-page .backend-topbar strong { color: #0f4c6e; }
.backend-page .backend-topbar span { color: #475569; }
.backend-page .import-card p,
.backend-page .export-panel p,
.backend-page .export-panel small { color: #475569; }
.backend-page .import-file-label { color: #075985; }
.backend-page input,
.backend-page select,
.backend-page textarea { color: #1f2937 !important; }
.backend-page input::placeholder,
.backend-page textarea::placeholder { color: #64748b; opacity: 1; }
.backend-shell { display: flex; min-height: 100vh; }
.backend-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 1001; width: 240px; color: #fff; background: #075985; box-shadow: 4px 0 24px rgba(12, 74, 110, 0.2); transition: transform 0.25s ease; font-size: 14px; }
.backend-brand { display: flex; align-items: center; min-height: 56px; padding: 8px 20px; border-bottom: 1px solid rgba(255,255,255,0.2); }
.backend-brand strong { color: #fff; letter-spacing: 0.06em; font-size: 14px; }
.backend-menu { padding: 10px 0; }
.backend-menu-item { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-left: 3px solid transparent; color: rgba(255,255,255,0.9); text-decoration: none; transition: 0.2s ease; font-size: 14px; }
.backend-menu-item:hover, .backend-menu-item.is-active { color: #fff; border-left-color: #7dd3fc; background: rgba(255,255,255,0.13); }
.backend-menu-item.is-pending { opacity: 0.72; cursor: default; }
.backend-submenu { margin: 0; }
.backend-submenu > summary { cursor: pointer; list-style: none; }
.backend-submenu > summary::-webkit-details-marker { display: none; }
.backend-submenu > summary:after { content: '\f105'; margin-left: auto; font-family: 'Font Awesome 5 Free'; font-weight: 900; transition: transform 0.2s ease; }
.backend-submenu[open] > summary:after { transform: rotate(90deg); }
.backend-submenu-items { padding: 3px 0 6px 25px; background: rgba(3, 105, 161, 0.35); }
.backend-submenu-item { display: flex; align-items: center; gap: 9px; padding: 8px 12px; border-left: 2px solid transparent; color: rgba(255,255,255,0.82); text-decoration: none; font-size: 13px; }
.backend-submenu-item:hover, .backend-submenu-item.is-active { color: #fff; border-left-color: #7dd3fc; background: rgba(255,255,255,0.1); }
.backend-content { display: flex; flex-direction: column; width: calc(100% - 240px); min-height: 100vh; margin-left: 240px; transition: width 0.25s ease, margin-left 0.25s ease; }
.backend-topbar { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 8px 20px; color: #075985; background: #fff; box-shadow: 0 2px 12px rgba(12,74,110,0.13); font-size: 14px; }
.backend-topbar strong, .backend-topbar span { display: block; }
.backend-topbar span { color: #64748b; font-size: 12px; }
.backend-toggle { position: static; flex: 0 0 36px; display: flex; align-items: center; justify-content: center; width: 36px; min-width: 0; height: 36px; padding: 0 !important; border: solid 1px #38bdf8; border-radius: 6px; color: #ffffff !important; background: #0284c7 !important; box-shadow: 0 2px 5px rgba(12,74,110,0.16) !important; font-size: 14px; line-height: 1; }
.backend-toggle.icon:before { display: block; margin: 0 !important; line-height: 1; }
.backend-toggle:focus { outline: 2px solid #7dd3fc; outline-offset: 2px; }
.backend-toggle:hover { color: #ffffff !important; background: #0369a1 !important; border-color: #0ea5e9; }
.backend-main { flex: 1; width: auto; margin: 20px; border-radius: 7px; overflow: hidden; font-size: 14px; }
#main.backend-main > .main { padding: 20px; }
.backend-main header.major { margin-bottom: 16px; }
.backend-main header.major h2 { margin-bottom: 8px; font-size: 26px; }
.backend-main header.major h2:after { margin-top: 7px; margin-bottom: 10px; }
.backend-main header.major p { font-size: 15px; }
.backend-main h3 { margin-bottom: 12px; font-size: 18px; }
.backend-main form { margin-bottom: 16px; }
.backend-main .field { margin-bottom: 8px; }
.backend-main label { margin-bottom: 5px; font-size: 13px; font-weight: 500; }
.backend-main input[type="text"],
.backend-main input[type="password"],
.backend-main input[type="email"],
.backend-main select { height: 36px; padding-left: 10px; padding-right: 10px; border-radius: 5px; font-size: 14px; }
.backend-main select { padding-right: 34px; }
.backend-main form .button,
.backend-main form button { min-height: 36px; padding: 0 16px; line-height: 36px; font-size: 13px; }
.backend-main table { margin-bottom: 16px; font-size: 14px; }
.backend-main table th { padding: 0 8px 7px; font-size: 13px; }
.backend-main table td { padding: 9px 8px; }
.backend-content > #footer { width: auto; margin: 0; padding: 12px; font-size: 12px; }
.backend-overlay { display: none; }
.report-placeholder { min-height: 430px; }
.report-ready { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 6px; color: #166534; background: #dcfce7; font-size: 13px; }
.export-panel-page { margin-top: 0; }
.report-tabs { display: flex; gap: 6px; margin-bottom: 14px; border-bottom: 1px solid #e2e8f0; }
.report-tabs a { padding: 8px 12px; border-bottom: 3px solid transparent; color: #475569; text-decoration: none; font-size: 13px; font-weight: 600; }
.report-tabs a:hover, .report-tabs a.is-active { color: #075985; border-bottom-color: #0284c7; background: #f0f9ff; }
.report-tabs a:focus-visible { outline: 2px solid #38bdf8; outline-offset: 2px; }
.report-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding: 12px; border: 1px solid #e2e8f0; border-radius: 7px; background: #f8fafc; }
.report-filter { display: flex; align-items: flex-end; gap: 8px; margin: 0; }
.report-export-form { margin: 0; }
.report-filter-actions { display: flex; gap: 8px; }
.backend-main .report-filter label { min-width: 140px; margin: 0; }
.backend-main .report-filter input[type="date"] { height: 36px; margin-top: 4px; padding: 0 9px; border: 1px solid #cbd5e1; border-radius: 5px; color: #475569; background: #fff; font-size: 13px; }
.backend-main .report-query-button { border-color: #0284c7; color: #075985 !important; background: #fff; box-shadow: none; }
.backend-main .report-query-button:hover { border-color: #0369a1; color: #fff !important; background: #0369a1; }
.backend-main .report-reset-button { border-color: #cbd5e1; color: #475569 !important; background: #fff; box-shadow: none; }
.backend-main .report-reset-button:hover { border-color: #94a3b8; color: #1e293b !important; background: #f1f5f9; }
.backend-main .report-export-button { border-color: #0369a1; color: #fff !important; background: #0369a1 !important; box-shadow: 0 2px 5px rgba(3, 105, 161, 0.2); }
.backend-main .report-export-button:hover { border-color: #075985; background: #075985 !important; }
.backend-main .report-query-button:focus-visible,
.backend-main .report-reset-button:focus-visible,
.backend-main .report-export-button:focus-visible { outline: 3px solid rgba(56, 189, 248, 0.45); outline-offset: 2px; }
.backend-main .js-processing-form button:disabled { cursor: wait; opacity: 0.68; }
.report-summary { margin: 0 0 8px; color: #64748b; font-size: 12px; }
.report-empty { padding: 28px; border: 1px dashed #cbd5e1; border-radius: 7px; color: #64748b; text-align: center; }
.report-table { max-height: 430px; border: 1px solid #e2e8f0; border-radius: 6px; }
.report-table table { min-width: 100%; margin: 0; color: #1f2937; white-space: nowrap; font-size: 12px; font-weight: 500; }
.report-table thead { position: sticky; top: 0; z-index: 1; background: #e0f2fe; }
.report-table th { padding: 6px 7px !important; color: #0c4a6e !important; font-size: 11px !important; font-weight: 700 !important; }
.report-table td { padding: 6px 7px !important; color: #1f2937 !important; line-height: 1.25; }
.report-table tbody tr:nth-child(2n + 1) td { background: #f8fafc; }
.report-table tbody tr:hover td { color: #0f172a !important; background: #e0f2fe; }

/* Configuracion visual del sitio */
.site-config-section { margin-top: 20px; padding: 18px; border: 1px solid #dbeafe; border-radius: 8px; background: #f8fafc; }
.site-config-section:first-of-type { margin-top: 0; }
.import-retention-config > p { margin: -4px 0 14px; color: #64748b; font-size: 13px; }
.import-retention-config form { margin: 0; }
.import-retention-fields { display: grid; grid-template-columns: minmax(230px, 1fr) 110px 150px auto; align-items: end; gap: 12px; }
.import-retention-fields .field { margin: 0; }
.import-retention-fields .button { height: 36px; margin: 0; white-space: nowrap; }
.import-retention-toggle { display: flex; align-items: center; min-height: 36px; }
.import-retention-toggle label { margin: 0 !important; color: #334155 !important; font-weight: 600; }
.import-retention-config form > small { display: block; margin-top: 9px; color: #64748b; font-size: 11px; }
.site-logo-config { display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 20px; }
.site-image-preview { overflow: hidden; border: 1px solid #cbd5e1; border-radius: 7px; background-color: #fff; background-image: linear-gradient(45deg, #f1f5f9 25%, transparent 25%), linear-gradient(-45deg, #f1f5f9 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f1f5f9 75%), linear-gradient(-45deg, transparent 75%, #f1f5f9 75%); background-position: 0 0, 0 8px, 8px -8px, -8px 0; background-size: 16px 16px; }
.site-image-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-logo-preview { width: 180px; height: 110px; padding: 16px; }
.backend-main input[type="file"] { width: 100%; min-height: 40px; padding: 7px 9px; border: 1px solid #cbd5e1; border-radius: 5px; color: #334155 !important; background: #fff; font-size: 13px; }
.backend-main input[type="number"] { width: 100%; height: 36px; padding: 0 10px; border: 1px solid #cbd5e1; border-radius: 5px; color: #1f2937; background: #fff; font-size: 14px; }
.backend-main textarea { min-height: 72px; padding: 9px 10px; border-radius: 5px; resize: vertical; font-size: 14px; }
.site-slide-form { margin-bottom: 0 !important; }
.site-slide-form > .button { margin-top: 12px; }
.site-add-slide { overflow: hidden; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; }
.site-add-slide:not([open]) > :not(summary) { display: none; }
.site-add-slide[open] > .site-slide-summary { border-bottom: 1px solid #dbeafe; background: #f8fafc; }
.site-add-slide[open] .site-slide-summary-icon { transform: rotate(180deg); }
.site-add-slide-icon { display: flex; flex: 0 0 34px; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 5px; color: #fff; background: #0284c7; }
.site-add-slide-icon.icon:before { margin: 0 !important; }
.site-add-slide .site-slide-form { padding: 12px; }
.site-slides-list { display: grid; gap: 16px; }
.site-slide-card { display: block; overflow: hidden; border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(15, 76, 110, 0.06); }
.site-slide-card:not([open]) > :not(summary) { display: none; }
.site-slide-summary { display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 6px 10px; cursor: pointer; list-style: none; transition: background-color 0.2s ease; }
.site-slide-summary::-webkit-details-marker { display: none; }
.site-slide-summary:hover { background: #f0f9ff; }
.site-slide-summary:focus-visible { outline: 3px solid rgba(56, 189, 248, 0.45); outline-offset: -3px; }
.site-slide-thumb { flex: 0 0 56px; width: 56px; height: 34px; overflow: hidden; border: 1px solid #cbd5e1; border-radius: 5px; background: #f1f5f9; }
.site-slide-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.site-slide-summary-text { min-width: 0; }
.site-slide-summary-text strong, .site-slide-summary-text small { display: block; }
.site-slide-summary-text strong { overflow: hidden; color: #1e293b; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.site-slide-summary-text small { margin-top: 1px; color: #64748b; font-size: 11px; }
.site-slide-summary-icon { margin-left: auto; color: #0284c7; transition: transform 0.2s ease; }
.site-slide-summary-icon.icon:before { margin: 0 !important; }
.site-slide-card[open] .site-slide-summary { border-bottom: 1px solid #dbeafe; background: #f8fafc; }
.site-slide-card[open] .site-slide-summary-icon { transform: rotate(180deg); }
.site-slide-card-body { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 12px; padding: 10px; }
.site-slide-preview { width: 130px; height: 86px; min-height: 0; }
.site-slide-preview img { object-fit: cover; }
.site-slide-edit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 12px; min-width: 0; margin: 0 !important; }
.site-slide-edit > *, .site-slide-edit .field, .site-slide-edit .row > * { min-width: 0; }
.site-slide-edit input, .site-slide-edit textarea, .site-slide-edit select { box-sizing: border-box; max-width: 100%; }
.site-slide-edit > .field:nth-of-type(3), .site-slide-edit > .row { grid-column: 1 / -1; }
.site-slide-edit > .row { width: 100%; margin: 0 !important; }
.site-slide-edit > .row > * { padding-top: 0; }
.site-slide-edit > .field, .site-slide-edit .field { margin-bottom: 0; }
.site-slide-edit textarea { min-height: 52px; }
.site-slide-actions { grid-column: 1 / -1; display: flex; gap: 8px; margin-top: 2px; }
.site-slide-actions .button { margin: 0; }
.site-slide-active { display: flex; align-items: center; min-height: 52px; }
.site-slide-active label { margin: 0 !important; }
.site-slide-delete { display: none; }
.backend-main .site-slide-delete-button { border-color: #ef4444; color: #b91c1c !important; background: #fff; box-shadow: none; }
.backend-main .site-slide-delete-button:hover { color: #fff !important; background: #dc2626; }

/* Importacion de maestros HIS */
.master-import-panel { max-width: 760px; margin: 0 auto 16px; padding: 16px; border: 1px solid #dbeafe; border-radius: 8px; background: #f8fafc; }
.master-dropzone { display: flex !important; position: relative; align-items: center; justify-content: center; min-height: 112px; margin: 0 !important; padding: 16px; border: 2px dashed #7dd3fc; border-radius: 7px; color: #475569 !important; background: #fff; cursor: pointer; text-align: center; transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease; }
.master-dropzone:hover, .master-dropzone.is-dragging { border-color: #0284c7; background: #f0f9ff; }
.master-dropzone.is-dragging { transform: translateY(-1px); }
.master-dropzone-icon { margin-right: 12px; color: #0284c7; font-size: 25px; }
.master-dropzone-icon.icon:before { margin: 0 !important; }
.master-dropzone strong, .master-dropzone > span:not(.master-dropzone-icon) { display: block; }
.master-dropzone strong { margin-right: 5px; color: #0c4a6e; font-size: 14px; }
.master-dropzone > span:not(.master-dropzone-icon) { color: #64748b; font-size: 13px; }
.master-dropzone input[type="file"] { position: absolute; width: 1px; height: 1px; overflow: hidden; padding: 0; border: 0; opacity: 0; }
.master-dropzone:focus-within { outline: 3px solid rgba(56, 189, 248, 0.4); outline-offset: 2px; }
.master-selection { margin-top: 12px; padding: 10px 12px; border: 1px solid #dbeafe; border-radius: 6px; background: #fff; }
.master-selection-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #334155; font-size: 13px; }
.master-selection-heading span { color: #64748b; font-size: 12px; }
.master-selection ul { max-height: 145px; overflow-y: auto; margin: 8px 0 0; padding: 0; list-style: none; }
.master-selection li { display: flex; align-items: center; gap: 7px; padding: 5px 2px; border-top: 1px solid #f1f5f9; color: #475569; font-size: 12px; }
.master-selection li:before { color: #0284c7; content: "\f1c3"; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.master-import-actions { display: flex; justify-content: flex-end; margin-top: 12px; }
.master-import-actions .button { margin: 0; }
.master-import-results { margin-top: 12px; }
.master-progress { padding: 10px 12px; border: 1px solid #bae6fd; border-radius: 6px; background: #f0f9ff; }
.master-progress-text { margin-bottom: 6px; color: #075985; font-size: 12px; font-weight: 600; }
.master-progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: #dbeafe; }
.master-progress-track span { display: block; height: 100%; border-radius: inherit; background: #0284c7; transition: width 0.2s ease; }
.master-result-message { padding: 9px 11px; border: 1px solid; border-radius: 6px; font-size: 12px; font-weight: 600; }
.master-result-message.is-success { border-color: #86efac; color: #166534; background: #f0fdf4; }
.master-result-message.is-error { border-color: #fca5a5; color: #991b1b; background: #fef2f2; }
.master-result-list { max-height: 240px; overflow-y: auto; margin: 8px 0 0; padding: 0; list-style: none; }
.master-result-list li { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(160px, 0.8fr); gap: 10px; padding: 7px 9px; border-bottom: 1px solid #e2e8f0; background: #fff; font-size: 11px; }
.master-result-list li:first-child { border-radius: 5px 5px 0 0; }
.master-result-list li:last-child { border-bottom: 0; border-radius: 0 0 5px 5px; }
.master-result-list li.is-success strong { color: #166534; }
.master-result-list li.is-error strong { color: #b91c1c; }
.master-result-list span { color: #64748b; }
.master-accepted-files { max-width: 760px; margin: 0 auto; border: 1px solid #e2e8f0; border-radius: 7px; background: #fff; }
.master-accepted-files summary { padding: 10px 12px; color: #0369a1; cursor: pointer; font-size: 13px; font-weight: 600; }
.master-accepted-files ul { columns: 2; margin: 0; padding: 0 28px 12px; color: #64748b; font-size: 11px; }
.master-accepted-files li { margin-bottom: 3px; overflow-wrap: anywhere; }
.master-status-table { max-height: 360px; margin: 0; border-top: 1px solid #e2e8f0; }
.master-status-table table { min-width: 660px; margin: 0; font-size: 11px; }
.master-status-table thead { position: sticky; top: 0; z-index: 1; background: #e0f2fe; }
.master-status-table th { padding: 7px 9px !important; color: #0c4a6e !important; font-size: 10px !important; }
.master-status-table td { padding: 7px 9px !important; color: #475569 !important; }
.master-status-table tbody tr:nth-child(2n + 1) td { background: #f8fafc; }
.master-status { display: inline-block; padding: 2px 7px; border-radius: 999px; font-size: 10px; font-weight: 700; }
.master-status.is-loaded { color: #166534; background: #dcfce7; }
.master-status.is-pending { color: #92400e; background: #fef3c7; }

/* Cambio obligatorio de contrasena */
.password-change-page { min-height: 100vh; color: #334155; background: linear-gradient(145deg, #e0f2fe 0%, #f8fafc 48%, #ecfdf5 100%); }
.password-change-shell { display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: clamp(16px, 2vw, 32px); }
.password-change-card { width: 100%; max-width: clamp(430px, 25vw, 460px); padding: clamp(22px, 1.4vw, 26px) clamp(24px, 1.6vw, 28px); border: 1px solid #bae6fd; border-top: 4px solid #0284c7; border-radius: 12px; background: #fff; box-shadow: 0 16px 38px rgba(2, 132, 199, 0.15); }
.password-change-card header { margin-bottom: 11px; }
.password-change-card h2 { margin: 0 0 5px; color: #0c4a6e; font-size: clamp(22px, 1.3vw, 24px); font-weight: 600; letter-spacing: -0.25px; }
.password-change-card header p { margin: 0; color: #64748b; font-size: clamp(12px, 0.7vw, 13px); }
.password-change-alert { margin-bottom: 14px; padding: 9px 11px; border: 1px solid #fca5a5; border-radius: 6px; color: #991b1b; background: #fef2f2; font-size: 12px; font-weight: 600; }
.password-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 14px; margin: 0 0 14px; padding: clamp(9px, 0.6vw, 11px) clamp(11px, 0.75vw, 13px); border: 1px solid #bfdbfe; border-radius: 7px; color: #1f2937; background: #f8fbff; font-size: clamp(10px, 0.56vw, 11px); list-style: none; }
.password-rules li { position: relative; margin: 0; padding-left: 15px; line-height: 1.35; }
.password-rules li:before { position: absolute; left: 0; color: #0284c7; content: '\2022'; font-weight: 700; }
.password-rules li.is-valid { color: #166534; }
.password-rules li.is-valid:before { color: #16a34a; content: '\2713'; }
.password-rules li:last-child { margin-bottom: 0; }
.password-change-form { margin: 0; }
.password-change-form .field { margin-bottom: 9px; }
.password-change-form label { margin-bottom: 5px; color: #334155; font-size: clamp(11px, 0.62vw, 12px); }
.password-change-form input { height: clamp(40px, 2.2vw, 42px); border: 1px solid #cbd5e1; border-radius: 6px; color: #1e293b; background: #fff; }
.password-change-form input:focus { border-color: #0284c7; box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.14); }
.password-live-field { position: relative; }
.password-live-field input { padding-right: 42px; }
.password-live-toggle { position: absolute; top: 3px; right: 3px; display: flex; align-items: center; justify-content: center; width: 34px; min-width: 34px; height: 34px; min-height: 34px; padding: 0 !important; border: 0; color: #64748b !important; background: transparent !important; box-shadow: none !important; line-height: 1; }
.password-live-toggle:before { margin: 0 !important; }
.password-live-toggle:hover { color: #0284c7 !important; }
.password-strength { display: flex; align-items: center; gap: 8px; min-height: 16px; margin-top: 5px; }
.password-strength-track { flex: 1; height: 5px; overflow: hidden; border-radius: 999px; background: #e2e8f0; }
.password-strength-track > span { display: block; width: 0; height: 100%; border-radius: inherit; background: #ef4444; transition: width 0.2s ease, background-color 0.2s ease; }
.password-strength small { flex: 0 0 92px; color: #64748b; font-size: 10px; line-height: 1.2; text-align: right; }
.password-match-status { display: block; min-height: 14px; margin-top: 4px; color: #64748b; font-size: 10px; line-height: 1.3; }
.password-match-status.is-valid { color: #166534; }
.password-match-status.is-invalid { color: #b91c1c; }
.password-change-form .button { margin-top: 2px; color: #fff !important; background: #0284c7 !important; }
.password-change-form .button:disabled { cursor: not-allowed; opacity: 0.55; }
.password-change-logout { display: block; margin-top: 10px; color: #64748b; text-align: center; font-size: 11px; }

/* Administracion de usuarios y permisos */
.user-admin-layout { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr); align-items: start; gap: 20px; }
.user-create-panel, .user-list-panel { min-width: 0; }
.user-create-panel { padding: 16px; border: 1px solid #dbeafe; border-radius: 8px; background: #f8fafc; }
.user-create-panel h3, .user-list-panel h3 { margin: 0 0 13px; color: #0c4a6e; }
.user-create-panel form, .user-edit-form, .user-reset-form, .user-delete-form { margin: 0; }
.user-create-panel .field, .user-edit-form .field { margin-bottom: 10px; }
.user-create-panel .field small { display: block; margin-top: 4px; color: #64748b; font-size: 10px; }
.user-permissions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 4px 0 13px; padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; background: #fff; }
.user-permissions[hidden] { display: none; }
.user-permissions legend { padding: 0 5px; color: #075985; font-size: 11px; font-weight: 700; }
.user-permissions label, .user-active-check { display: flex; align-items: center; gap: 8px; margin: 0 !important; color: #475569 !important; font-size: 11px; font-weight: 600; cursor: pointer; }
.user-permissions label { min-height: 34px; padding: 6px 9px; border: 1px solid #e2e8f0; border-radius: 6px; background: #f8fafc; transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease; }
.user-permissions label:hover { border-color: #7dd3fc; background: #f0f9ff; }
.user-permissions label:has(input:checked) { border-color: #38bdf8; color: #075985 !important; background: #e0f2fe; }
.user-permissions input[type="checkbox"], .user-active-check input[type="checkbox"] { appearance: auto; -moz-appearance: auto; -webkit-appearance: auto; display: inline-block; float: none; flex: 0 0 auto; width: 17px; height: 17px; margin: 0; opacity: 1; z-index: auto; accent-color: #0284c7; }
.user-active-check { justify-self: start; min-height: 34px; padding: 5px 10px; border: 1px solid #bbf7d0; border-radius: 999px; color: #166534 !important; background: #f0fdf4; }
.user-active-check:has(input:not(:checked)) { border-color: #fecaca; color: #991b1b !important; background: #fef2f2; }
.user-management-list { display: grid; gap: 9px; }
.user-management-card { overflow: hidden; border: 1px solid #dbeafe; border-radius: 8px; background: #fff; }
.user-management-card > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 58px; padding: 9px 12px; cursor: pointer; list-style: none; transition: background-color 0.2s ease; }
.user-management-card > summary::-webkit-details-marker { display: none; }
.user-management-card > summary:hover { background: #f0f9ff; }
.user-management-card[open] > summary { border-bottom: 1px solid #dbeafe; background: #f8fafc; }
.user-management-card summary strong, .user-management-card summary small { display: block; }
.user-management-card summary strong { color: #1e293b; font-size: 13px; }
.user-management-card summary small { margin-top: 1px; color: #64748b; font-size: 10px; }
.user-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.user-badges em { padding: 2px 7px; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 700; }
.user-role-admin { color: #075985; background: #e0f2fe; }
.user-role-user { color: #475569; background: #e2e8f0; }
.user-state.is-active { color: #166534; background: #dcfce7; }
.user-state.is-inactive { color: #991b1b; background: #fee2e2; }
.user-state.is-pending { color: #92400e; background: #fef3c7; }
.user-management-body { padding: 12px; }
.user-edit-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; }
.user-edit-form .field { min-width: 0; margin: 0; }
.user-edit-form .field:nth-of-type(odd) { padding-right: 7px; }
.user-edit-form .field:nth-of-type(even) { padding-left: 7px; }
.user-edit-form .field input, .user-edit-form .field select { display: block; width: 100%; min-width: 0; max-width: 100%; }
.user-edit-form .user-active-check, .user-edit-form .user-permissions, .user-edit-form > .button { grid-column: 1 / -1; }
.user-edit-form > .button { justify-self: start; margin: 2px 0 0; }
.user-security-actions { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #e2e8f0; }
.user-reset-form { display: grid; flex: 1 1 520px; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 18px; width: min(100%, 520px); max-width: 520px; }
.user-reset-form label { min-width: 0; margin: 0 !important; padding-right: 8px; color: #475569 !important; font-size: 10px; }
.user-reset-form input { width: calc(100% - 12px); height: 34px; margin-top: 3px; }
.user-reset-form .button, .user-delete-form .button { margin: 0; }
.user-reset-form .button { white-space: nowrap; }
.backend-main#main .user-delete-form button.button.icon.solid { color: #fff !important; -webkit-text-fill-color: #fff !important; border-color: #dc2626 !important; background: #dc2626 !important; box-shadow: none; }
.backend-main#main .user-delete-form button.button.icon.solid:before { color: #fff !important; -webkit-text-fill-color: #fff !important; opacity: 1; }
.user-delete-form .button:hover { border-color: #b91c1c !important; background: #b91c1c !important; }

@media screen and (max-width: 480px) {
	.password-change-shell { padding: 14px; }
	.password-change-card { max-width: none; padding: 21px 17px; }
	.password-change-card h2 { font-size: 21px; }
	.password-rules { grid-template-columns: 1fr; gap: 4px; }
	.password-strength { align-items: flex-start; flex-direction: column; gap: 4px; }
	.password-strength-track { flex: none; width: 100%; }
	.password-strength small { flex: none; width: 100%; text-align: left; }
	.user-permissions, .user-edit-form { grid-template-columns: 1fr; }
	.user-edit-form .field:nth-of-type(odd), .user-edit-form .field:nth-of-type(even) { padding-right: 0; padding-left: 0; }
	.user-edit-form .user-active-check, .user-edit-form .user-permissions, .user-edit-form > .button { grid-column: 1; }
	.user-management-card > summary, .user-security-actions, .user-reset-form { align-items: stretch; flex-direction: column; }
	.user-reset-form { grid-template-columns: 1fr; width: 100%; max-width: none; }
	.user-reset-form label { padding-right: 0; }
	.user-reset-form input { width: 100%; }
	.user-badges { justify-content: flex-start; }
	.user-reset-form .button, .user-delete-form .button { width: 100%; text-align: center; }
}

@media screen and (max-width: 980px) {
	.user-admin-layout { grid-template-columns: 1fr; }
}

@media screen and (max-width: 736px) {
	.report-toolbar, .report-filter { align-items: stretch; flex-direction: column; }
	.backend-main .report-filter label { width: 100%; }
	.report-filter-actions { flex-direction: column; }
	.report-export-form button, .report-filter button, .report-filter-actions .button { width: 100%; text-align: center; }
	.site-config-section { padding: 14px; }
	.import-retention-fields { grid-template-columns: 1fr; align-items: stretch; }
	.import-retention-fields .button { width: 100%; text-align: center; }
	.site-logo-config, .site-slide-card-body { grid-template-columns: 1fr; }
	.site-logo-preview { width: 100%; max-width: 240px; }
	.site-slide-preview { width: 100%; max-width: 220px; height: 120px; min-height: 0; }
	.site-slide-edit { grid-template-columns: 1fr; }
	.site-slide-edit > .field:nth-of-type(3), .site-slide-edit > .row { grid-column: 1; }
	.site-slide-actions { grid-column: 1; flex-direction: column; }
	.site-slide-actions .button, .site-slide-form > .button { width: 100%; text-align: center; }
}

@media screen and (min-width: 981px) {
	.backend-menu-collapsed .backend-sidebar { transform: translateX(-100%); }
	.backend-menu-collapsed .backend-content { width: 100%; margin-left: 0; }
}

@media screen and (max-width: 980px) {
	.backend-sidebar { transform: translateX(-100%); }
	.backend-content { width: 100%; margin-left: 0; }
	.backend-menu-open .backend-sidebar { transform: translateX(0); }
	.backend-menu-open .backend-overlay { display: block; position: fixed; inset: 0; z-index: 1000; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: rgba(12, 74, 110, 0.55); }
}

@media screen and (max-width: 736px) {
	.backend-sidebar { width: min(240px, 86vw); }
	.backend-topbar { min-height: 54px; padding: 8px 12px; }
	.backend-main { margin: 10px; font-size: 14px; }
	#main.backend-main > .main { padding: 16px; }
	.backend-main header.major { margin-bottom: 14px; }
	.backend-main header.major h2 { font-size: 22px; }
	.backend-main header.major p { font-size: 14px; }
	.backend-main h3 { font-size: 17px; }
	.backend-main input[type="text"],
	.backend-main input[type="password"],
	.backend-main input[type="email"],
	.backend-main select { height: 40px; font-size: 16px; }
	.master-import-panel { padding: 12px; }
	.master-dropzone { flex-direction: column; min-height: 105px; padding: 12px; }
	.master-dropzone-icon { margin: 0 0 5px; }
	.master-dropzone strong { margin: 0; }
	.master-import-actions .button { width: 100%; text-align: center; }
	.master-result-list li { grid-template-columns: 1fr; gap: 2px; }
	.master-accepted-files ul { columns: 1; }
}

/* Contraste final de acciones de importacion */
.backend-page .backend-main .import-card-actions { gap: 5px; }
.backend-page .backend-main .import-card-actions .button:not(:disabled),
.backend-page .backend-main .import-card-actions .button:not(:disabled):before { color: #fff !important; -webkit-text-fill-color: #fff !important; text-shadow: none; }
.backend-page .backend-main .import-card-actions [data-import-replace]:not(:disabled) { border-color: #0284c7 !important; color: #fff !important; background: #0284c7 !important; }
.backend-page .backend-main .import-card-actions .import-append-button:not(:disabled) { border-color: #15803d !important; color: #fff !important; background: #15803d !important; }
.backend-page .backend-main .import-card-actions .import-append-button:not(:disabled):hover { border-color: #166534 !important; background: #166534 !important; }
.backend-page .backend-main .import-card-actions .button:disabled { border-color: #cbd5e1 !important; color: #64748b !important; opacity: 1; }
.backend-page .backend-main .import-card-actions [data-import-replace]:disabled { background: #e0f2fe !important; }
.backend-page .backend-main .import-card-actions .import-append-button:disabled { border-color: #15803d !important; color: #fff !important; background: #15803d !important; opacity: 0.58; -webkit-text-fill-color: #fff !important; }
.backend-page .backend-main .import-card-actions .button:disabled:before { color: #94a3b8 !important; }
.backend-page .backend-main .import-card-actions .import-append-button:disabled:before { color: #fff !important; -webkit-text-fill-color: #fff !important; }
