@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

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

/* Basic */

	body {
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		min-height: 100vh;
	}

	body, input, select, textarea {
		color: #4a5568;
		font-family: "Roboto", sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.8em;
	}

	a {
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		border-bottom: solid 2px transparent;
		color: #667eea;
		text-decoration: none;
		font-weight: 500;
	}

		a:hover {
			border-bottom-color: #667eea;
			color: #764ba2 !important;
			transform: translateY(-1px);
		}

	strong, b {
		color: #2d3748;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.5em 0;
		text-align: justify;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #2d3748;
		font-family: "Roboto", sans-serif;
		font-weight: 600;
		line-height: 1.2em;
		margin: 0 0 1em 0;
		text-shadow: 0 1px 2px rgba(0,0,0,0.1);
	}

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

	h1 {
		font-size: 3em;
		font-weight: 900;
		background: linear-gradient(135deg, #667eea, #764ba2);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		margin-bottom: 0.5em;
	}

	h2 {
		font-size: 2.5em;
		line-height: 1.3em;
		margin-bottom: 1em;
		position: relative;
	}

	h2::after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 60px;
		height: 3px;
		background: linear-gradient(135deg, #667eea, #764ba2);
		border-radius: 2px;
	}

	h3 {
		font-size: 1.8em;
		line-height: 1.4em;
		color: #4a5568;
	}

	/* Theme Icons */
	.theme-icon {
		color: #667eea;
		margin-right: 0.5em;
		font-size: 0.9em;
		vertical-align: middle;
		background: linear-gradient(135deg, #667eea, #764ba2);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		filter: drop-shadow(0 1px 2px rgba(102, 126, 234, 0.3));
	}

	h4 {
		font-size: 1.2em !important;
		line-height: 1.5em;
		color: #667eea;
	}

	h5 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

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

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

	hr {
		border: 0;
		border-bottom: solid 2px #f4f4f4;
		margin: 2.25em 0;
	}

		hr.major {
			margin: 3.375em 0;
		}

	blockquote {
		border-left: solid 8px #e4e4e4;
		font-style: italic;
		margin: 0 0 2.25em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: #555;
		border-radius: 5px;
		color: #fff;
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		font-family: "Source Code Pro", monospace;
		font-size: 0.9em;
		margin: 0 0 2.25em 0;
	}

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

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

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

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

/* Section/Article */

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

	header p {
		color: #aaa;
		position: relative;
		margin: 0 0 1.6875em 0;
	}

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

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

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

	header.major h2 {
		color: #667eea;
		font-size: 3.5em;
	}

		header.major h2 + p {
			color: #667eea;
			font-size: 1.75em;
			font-weight: 700;
			margin-top: -0.75em;
		}

/* Form */

	form {
		margin: 0 0 2.25em 0;
	}

	label {
		color: #667eea;
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1.125em 0;
	}

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

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 5px;
		border: none;
		border: solid 2px #e4e4e4;
		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;
		}

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

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: '\f078';
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #e4e4e4;
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper 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;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #888;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			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;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #fafafa;
				border-radius: 5px;
				border: solid 2px #e4e4e4;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

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

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #667eea;
		}

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

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

	::-webkit-input-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #aaa !important;
		font-style: italic;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 5px;
		border: solid 2px #e4e4e4;
		margin-bottom: 2.25em;
		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;
		}

/* Icon */

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

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Image */

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

		.image img {
			border-radius: 5px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 2.5em 2em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2.5em;
			top: 0.25em;
		}

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

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

		.image.avatar {
			border-radius: 10%;
			overflow: hidden;
		}

			.image.avatar img {
				border-radius: 10%;
				display: block;
				width: 100%;
			}

/* List */

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

		ol li {
			padding-left: 0.25em;
		}

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

		ul li {
			padding-left: 0.5em;
		}

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

			ul.alt li {
				border-top: solid 2px #f4f4f4;
				padding: 0.5em 0;
			}

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

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

			ul.feature-icons2 li {
				text-decoration: none;
				display: inline-block;
				margin: 0 0 1.6875em 0;
				padding: 0.35em 0 0 3.5em;
				position: relative;
				width: 98%;
			}

				ul.feature-icons2 li:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				ul.feature-icons2 li:before {
					background: #667eea;
					border-radius: 100%;
					color: #ffffff;
					display: block;
					height: 2.5em;
					left: 0;
					line-height: 2.5em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 2.5em;
				}

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

			ul.feature-icons li {
				text-decoration: none;
				display: inline-block;
				margin: 0 0 1.6875em 0;
				padding: 0.35em 0 0 3.5em;
				position: relative;
				width: 48%;
			}

				ul.feature-icons li:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				ul.feature-icons li:before {
					background: #667eea;
					border-radius: 100%;
					color: #ffffff;
					display: block;
					height: 2.5em;
					left: 0;
					line-height: 2.5em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 2.5em;
				}

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

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

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

				ul.icons li .icon:before {
					font-size: 1.25em;
				}

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

			ul.actions li {
				display: inline-block;
				padding: 0 1.125em 0 0;
				vertical-align: middle;
			}

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

			ul.actions.small li {
				padding: 0 0.5625em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1.125em 0 0 0;
			}

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

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5625em 0 0 0;
			}

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

			ul.actions.fit {
				display: table;
				margin-left: -1.125em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1.125em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1.125em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5625em;
					width: calc(100% + 0.5625em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5625em;
					}

	dl {
		margin: 0 0 2.25em 0;
	}

/* Table */

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

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

		table tbody tr {
			border: solid 2px #f4f4f4;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: #fafafa;
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #667eea;
			font-size: 0.9em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 4px #e4e4e4;
		}

		table tfoot {
			border-top: solid 4px #e4e4e4;
		}

		table.alt {
			border-collapse: separate;
		}

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

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

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

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

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

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-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;
		-o-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;
		background-color: #989898;
		border-radius: 5px;
		border: 0;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.75em;
		line-height: 2.75em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

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

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

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="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 {
				margin-right: 0.5em;
			}

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

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

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

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #e4e4e4;
			color: #667eea !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #f4f4f4;
				color: #667eea !important;
			}

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

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #aaa;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #667eea;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #667eea;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #39c29d;
			}

		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 {
			background-color: #888 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Features */

	.features article {
		border-top: solid 3px #f4f4f4;
		margin-bottom: 2.25em;
		padding-top: 2.25em;
	}

		.features article:first-child {
			border-top: 0;
			padding-top: 0;
		}

		.features article .image {
			display: inline-block;
			padding-right: 2.5em;
			vertical-align: middle;
			width: 48%;
		}

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

		.features article .inner {
			display: inline-block;
			vertical-align: middle;
			width: 50%;
		}

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

/* Header */

	#header {
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		color: #ffffff;
		height: 100%;
		position: fixed;
		text-align: center;
		top: 0;
		width: 23em;
		right: 0;
		box-shadow: -5px 0 20px rgba(0,0,0,0.1);
		backdrop-filter: blur(10px);
	}

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

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

		#header header p {
			color: #b6e9dc;
		}

		#header a {
			color: #d1f1e9;
		}

			#header a:hover {
				color: #ffffff !important;
			}

		#header > header {
			padding: 3em;
		}

			#header > header .avatar {
				display: block;
				margin: 0 auto 2.25em auto;
				width: 8em;
			}

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

			#header > header p {
				color: #d1f1e9;
				font-style: italic;
				margin: 1em 0 0 0;
			}

		#header > footer {
			bottom: 0;
			left: 0;
			padding: 2em;
			position: absolute;
			width: 100%;
		}

			#header > footer .icons {
				margin: 0;
			}

				#header > footer .icons li a {
					color: #b6e9dc;
				}

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

					#header > nav ul li {
			border-top: solid 1px rgba(255,255,255,0.2);
			display: block;
			padding: 0;
		}

			#header > nav ul li a {
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
				transition: all 0.3s ease;
				border: 0;
				color: #ffffff !important;
				display: block;
				padding: 1em 0;
				text-decoration: none;
				font-weight: 500;
				position: relative;
			}

			#header > nav ul li a:hover {
				background: rgba(255,255,255,0.1);
				transform: translateX(-5px);
			}

				#header > nav ul li a.active {
					background: rgba(255,255,255,0.15);
					color: #ffffff !important;
					font-weight: 600;
				}

				#header > nav ul li a.active::before {
					content: '';
					position: absolute;
					left: 0;
					top: 0;
					bottom: 0;
					width: 4px;
					background: #ffffff;
				}

				#header > nav ul li:first-child {
					border-top: 0;
				}

/* Wrapper */

	#wrapper {
		background: #ffffff;
		padding-right: 23em;
		box-shadow: 0 0 50px rgba(0,0,0,0.1);
		border-radius: 0 0 0 20px;
	}

/* Main */

	#main > section {
		border-top: solid 1px rgba(102, 126, 234, 0.1);
		position: relative;
	}

		#main > section > .container {
			padding: 4em 3em 3em 3em;
			max-width: 1200px;
			margin: 0 auto;
		}

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

		#main > section:nth-child(even) {
			background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(118, 75, 162, 0.02) 100%);
		}

/* Organizer Cards */

	.organizer-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 2em;
		margin: 2em 0;
		justify-content: center;
	}

	/* Limit width for single organizer grids */
	.organizer-grid.single {
		display: block;
		width: 400px;
		margin: 2em 0;
	}
	
	.organizer-grid.single .organizer-card {
		width: 100%;
	}

	.organizer-card {
		background: #ffffff;
		border-radius: 15px;
		padding: 2em;
		box-shadow: 0 10px 30px rgba(0,0,0,0.1);
		transition: all 0.3s ease;
		display: flex;
		align-items: center;
		gap: 1.5em;
		border: 1px solid rgba(102, 126, 234, 0.1);
		text-decoration: none;
		color: inherit;
	}

	.organizer-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 20px 40px rgba(0,0,0,0.15);
		border-color: rgba(102, 126, 234, 0.3);
	}

	.organizer-image {
		flex-shrink: 0;
	}

	.organizer-image img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		object-fit: cover;
		border: 3px solid transparent;
		background: linear-gradient(135deg, #667eea, #764ba2);
		padding: 3px;
		transition: all 0.3s ease;
	}

	.organizer-card:hover .organizer-image img {
		transform: scale(1.05);
	}

	.organizer-info {
		flex: 1;
	}

	.organizer-info h4 {
		margin: 0 0 0.5em 0;
		font-size: 1.3em;
		color: #2d3748;
	}

	.organizer-card h4 {
		color: #667eea;
		border-bottom: none;
		font-weight: 600;
	}

	.organizer-card:hover h4 {
		color: #764ba2;
	}

	.organizer-info .affiliation {
		color: #4a5568;
		font-size: 0.95em;
		margin: 0;
		font-weight: 500;
		text-align: left;
	}

	.organizer-info .status {
		color: #ed8936;
		font-size: 0.85em;
		font-style: italic;
		margin: 0.5em 0 0 0;
		font-weight: 500;
	}

/* Workshop Title Section */

	.workshop-title {
		text-align: center;
		margin: 2em 0 1.5em 0;
		font-size: 2.2em;
		line-height: 1.3;
		color: #2d3748;
		font-weight: 500;
	}

	.workshop-details {
		text-align: center;
		margin: 2em 0;
		padding: 2em;
		background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
		border-radius: 15px;
		border: 1px solid rgba(102, 126, 234, 0.1);
	}

	.workshop-details h4 {
		margin: 0 0 1em 0;
		font-size: 1.3em;
	}

	.date-location {
		background: linear-gradient(135deg, #667eea, #764ba2);
		color: white;
		padding: 1em 2em;
		border-radius: 25px;
		display: inline-block;
		font-weight: 600;
		margin: 0;
		box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
	}

	.major {
		text-align: center;
		margin-bottom: 2em;
	}

	.major h1 {
		font-size: 4em;
		margin: 0;
		text-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}

	.initials {
		background: linear-gradient(135deg, #667eea, #764ba2);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		font-weight: 700;
		font-size: 1.1em;
		text-shadow: none;
	}

/* Description Section */

	.description-content {
		max-width: 800px;
		margin: 0 auto;
	}

	.description-content .lead {
		font-size: 1.3em;
		font-weight: 500;
		color: #2d3748;
		margin-bottom: 1.5em;
		text-align: center;
		line-height: 1.6;
	}

	.topics-highlight {
		background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
		padding: 2em;
		border-radius: 15px;
		border-left: 4px solid #667eea;
		margin: 2em 0;
	}

	.topics-highlight h4 {
		margin: 0 0 1em 0;
		color: #667eea;
		font-size: 1.4em;
	}

	.mission {
		font-size: 1.1em;
		font-weight: 500;
		color: #2d3748;
		text-align: center;
		font-style: italic;
		padding: 1.5em;
		background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
		border-radius: 10px;
		border: 1px solid rgba(102, 126, 234, 0.1);
	}

/* Responsive Design */

	@media screen and (max-width: 1280px) {
		.organizer-grid {
			grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		}
		
		.major h1 {
			font-size: 3.5em;
		}
		
		.workshop-title {
			font-size: 2em;
		}
	}

	@media screen and (max-width: 768px) {
		.organizer-card {
			flex-direction: column;
			text-align: center;
			padding: 1.5em;
		}
		
		.organizer-grid {
			grid-template-columns: 1fr;
			gap: 1.5em;
		}
		
		.major h1 {
			font-size: 2.5em;
		}
		
		.workshop-title {
			font-size: 1.6em;
		}
		
		.description-content .lead {
			font-size: 1.1em;
		}
		
		.topics-highlight {
			padding: 1.5em;
		}
	}

/* Smooth Scrolling */

	html {
		scroll-behavior: smooth;
	}

/* Additional Visual Enhancements */

	.container {
		position: relative;
	}

	.container::before {
		content: '';
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		height: 2px;
		border-radius: 1px;
		opacity: 0.3;
	}

	#one .container::before {
		display: none;
	}

/* Themes and Topics Styling */

	#themes ul {
		margin: 1em 0 2em 1.5em;
		list-style-type: disc;
	}

	#themes ul li {
		margin: 0.5em 0;
		color: #4a5568;
		line-height: 1.6em;
	}

	#themes h3 {
		color: #667eea;
		font-size: 1.4em;
		margin: 2em 0 1em 0;
		font-weight: 600;
	}

	#themes h3:first-of-type {
		margin-top: 1em;
	}

/* Important Dates Styling */

	.important-dates {
		list-style: none;
		padding: 0;
		margin: 2em 0;
	}

	.important-dates li {
		background: #ffffff;
		border-radius: 10px;
		padding: 1.5em 2em;
		margin: 1em 0;
		box-shadow: 0 5px 15px rgba(0,0,0,0.08);
		border-left: 4px solid #667eea;
		transition: all 0.3s ease;
		font-size: 1.1em;
	}

	.important-dates li:hover {
		transform: translateX(5px);
		box-shadow: 0 8px 25px rgba(0,0,0,0.12);
	}

	.important-dates li strong {
		color: #667eea;
		font-weight: 600;
	}

/* Submission Instructions Styling */

	#submission ul {
		margin: 1em 0 2em 1.5em;
		list-style-type: disc;
	}

	#submission ul li {
		margin: 0.5em 0;
		color: #4a5568;
		line-height: 1.6em;
	}

/* One */

	#one {
		position: relative;
		overflow: hidden;
	}

	#one .container {
		position: relative;
		z-index: 1;
	}

	#one:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url("../images/banner.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.10;
		z-index: 0;
		pointer-events: none;
	}

/* Footer */

	#footer {
		background: #fafafa;
		border-top: 0;
		color: #c0c0c0;
		overflow: hidden;
		padding: 4em 0 2em 0;
	}

		#footer .copyright {
			line-height: 1em;
			list-style: none;
			padding: 0;
		}

			#footer .copyright li {
				border-left: solid 1px #d4d4d4;
				display: inline-block;
				font-size: 0.8em;
				margin-left: 1em;
				padding-left: 1em;
			}

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

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