@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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%;
	box-sizing: border-box;
	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;
}

i {
	font-size: 24px; /* Adjust the size */
	color: rgb(255, 255, 255); /* Change the color */
  }
  

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

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #2e3842;
	}

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

	body, input, select, textarea {
		color: #fff;
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

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

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

		}

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

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

		}

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

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: none;
		color: inherit;
		text-decoration: none;
	}

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

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

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-weight: 800;
		letter-spacing: 0.225em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

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

	h2 {
		font-size: 1.35em;
		line-height: 1.75em;
	}

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

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}

	h3 {
		font-size: 1.15em;
		line-height: 1.75em;
	}

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

			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}

		}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

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

	h6 {
		font-size: 0.7em;
		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 0.5px #c0c0c0;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

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

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

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

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

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

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

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

	
	.video-wrapper {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	  }
	  #myVideo {
		width: 100%;
		height: auto;
	  }


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

		.video-wrapper {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
		#myVideo {		
			position: fixed;
			width: 100%;
			height: auto;
		}
		
	}

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

		.video-wrapper {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
		#myVideo {		
			position: fixed;
			width: 100%;
			height: auto
			;
		}
	}

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

		.video-wrapper {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
		#myVideo {		
			position: fixed;
			width: auto;
			height: 100%;
		}
		

	}

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

		.video-wrapper {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
		#myVideo {
			position: fixed;
			width: auto;
			height: 100%;
		}
		

	}

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

		.video-wrapper {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}
		#myVideo {
			position: fixed;
			width: auto;
			height: 100%;
		}
		

	}

	.background-container {
		background-image: url(/assets/images/background\ image.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: fixed;
		width: 100%;
		height: -webkit-fill-available;
	}

	.background-container_2{
		background-image: url(/assets/images/online-analysis-teamwork.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: fixed;
		width: 100%;
		height: -webkit-fill-available;
		opacity: 0.5;
	}

	.background-container_3{
		background-image: url(/assets/images/closeup-economist-using-calculator-while-going-through-bills-taxes-office.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: fixed;
		width: 100%;
		height: -webkit-fill-available;
		opacity: 0.5;
	}

	.background-container_4{
		background-image: url(/assets/images/business-people-casual-meeting.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: fixed;
		width: 100%;
		height: -webkit-fill-available;
		opacity: 0.7;
	}

	.background-container_5{
		background-image: url(/assets/images/closeup-hands-business-meeting.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: fixed;
		width: 100%;
		height: -webkit-fill-available;
		opacity: 0.4;
	}
/* Row */

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

		.row > * {
			box-sizing: border-box;
		}

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

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

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

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

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

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

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

		.row > .imp {
			order: -1;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > * {
					box-sizing: border-box;
				}

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

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

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

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

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

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

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

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

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

				.row > * {
					box-sizing: border-box;
				}

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

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

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

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

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

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

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

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

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

				.row > * {
					box-sizing: border-box;
				}

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

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

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

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

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

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

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

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

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

				.row > * {
					box-sizing: border-box;
				}

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

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

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

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

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

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

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

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

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

				.row > * {
					box-sizing: border-box;
				}

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

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

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

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

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

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

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

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

/* Section/Article */

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

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}

	header h3 + p {
		font-size: 1.1em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: 1em;
			position: relative;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			color: #fff;
			top: 0;
		}

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

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

		}

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

		header br {
			display: none;
		}

	}



/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		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;
		}

/* Icon */

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

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

		.icon > .label {
			display: none;
		}

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

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

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

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

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

				.icon.major {
					font-size: 1em;
				}

			}

		.icon.style1 {
			color: #ffffff;
		}

		.icon.style2 {
			color: #ffffff;
		}

		.icon.style3 {
			color: #ffffff;
		}

/* Image */

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

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

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

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

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

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

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

			.image.fit 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 #fff;
				padding: 0.5em 0;
			}

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

	dl {
		margin: 0 0 2em 0;
	}

/* 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;
		align-items: center;
	}

		ul.actions li {
			padding: 0 0 0 0em;
			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: 1em 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.5em;
						}

		}

/* Icons */

	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.major {
			padding: 1em 0;
		}

			ul.icons.major li {
				padding-right: 3.5em;
			}

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

					ul.icons.major li {
						padding: 0 1em !important;
					}

				}


/* 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;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		max-width: 30em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

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

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

		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"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #272c3112;
			box-shadow: none !important;
			color: #ffffff !important;
		}

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

 			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #2c323780 !important;
			}

		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 {
				height: 3.75em;
				line-height: 3.75em;
			}

		}


/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0 ;
	}

		.wrapper > .inner {
			width: 60em;
			margin: 0 auto;
		}

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

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

			}

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

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

			}

		.wrapper.alt {
			padding: 0;
		}

		.wrapper.style1 {
			background-color: #363971;
			position: relative;
			color: #c8ece9;
			margin-top: -5vh;
   			padding: 7em 0 4em 0;
		}

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

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

			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 header p {
				color: #a6e0db;
			}

			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 header.major p {
				color: #c8ece9;
			}

			.wrapper.style1 label {
				color: #ffffff;
			}

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

			.wrapper.style1 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #ffffff;
					background: #505393;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c8ece9;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(63, 60, 60, 0.075);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #414345;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}
			
			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

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

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

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

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

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

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}


			/* services section */       

		.services .ser-heading{
			background-color: #1d242a;
			text-align: center;
			padding: 0.8em 0em 0.8em 0em;
			text-transform: uppercase;
			position: relative;
		}

		.services h2{
			margin: 0em 0em 0em 0em;
			color: #fff;
			font-weight: 800;
			font-size: 190%;
		}
			
		.wrapper.style2 {
			position: relative;
			background-color: #1d242a;
			width: 100%;
			padding-top: 3em;
			height: 29em;
		}
		
		.wrapper.style2 .content h2{
			text-align: center;
			border: 0;
			color: #fff;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			position: relative;
			text-decoration: none;
		}

		.wrapper.style2 .content h2:after {
			content: "";
			position: absolute;
			background-color: #ffffff;
			height: 2px;
			width: 0%;
			left: 0;
			bottom: -10px;
			transition: 0.3s;
		}
	
		.wrapper.style2 .content h2:hover:after{
			width: 100%;
		}

		.wrapper.style2 .content p{
			text-align: center;
			border: 0;
			color: #fff;
			letter-spacing: 0.225em;
			padding: 0 1em;
			text-transform: uppercase;  
			position: relative;
			text-decoration: none;
		}

		.ser-container{
			display: flex;
			justify-content: center;
			width: 100%;
			margin-top: 1em;		}

		.ser-link{
			padding-left: 12px;
		}

		.ser-box{
			background-color: #1d242a;
			width: 20em;
			height: 21em;
			border: 1px solid #24272a;
			padding: 20px;
			margin: 2px;
		}

		.svg-img{
			padding: 5em;
		}

		.svg-img img{
			margin-left: auto;
			margin-right: auto;
			width: 30%;		
		}

		.svg-img .img1{
			display: block;
		}

		.svg-img .img2{
			display: none;
		}

		.ser-name{
			font-weight: 500;
			line-height: 1em;
			color: #dfdfdf;
			margin: 0px 0px 0.5em;
			text-transform: uppercase;
			text-align: center;
		}

		.ser-detail{
			font-weight: 100;
			line-height: 1.3em;
			color: #dfdfdf;
			margin: 0px 0px 1.5em;
			text-transform: inherit;
			text-align: center;
		}

		.ser-box:hover{
			cursor: pointer;
			position: relative;
			box-shadow: 1px 1px 15px 12px #505393;
		}

		.ser-box:hover .ser-name .ser-detail{
			cursor: pointer;
		}

		.ser-box:hover .svg-img .img1{
			display: none;
			cursor: pointer;
		}

		.ser-box:hover .svg-img .img2{
			display: block;
			cursor: pointer;
		}

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

		.wrapper.style2 {
			padding: 3em 1em 3em 1em;
			height: auto;
		}

		.ser-container{
			width: 100%;
			height: auto;
			display: grid;
			padding-left: 0em;
			margin-top: 0em;
			justify-content: center;
			box-sizing: border-box;
		}

		.ser-link{
			padding-left: 5px;
		}
		.svg-img{
			padding: 2em;
		}
		.svg-img img{
			width: 45%;		
		}
		.ser-box{
			width: 19em
		}

	}

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

		.wrapper.style2 {
			padding: 3em 1em 3em 1em;
		}

		.ser-container{
			width: 100%;
			padding-left: 0em;
			margin-top: 0em;
			justify-content: center;
			box-sizing: border-box;
		}

		.ser-link{
			padding-left: 5px;
		}
		.ser-box{
			width: 19em
		}

	}

/*
////////// SERVICES PAGES CONTENT ////////////////
*/

	#service01{
		position: relative;
		background-color: #fff;
		width: 100%;
		padding: 3em 10em;
		height: auto;
		text-align: -webkit-center;
		box-sizing: border-box;
	}

	.detail{
		color: #000;
	}

	.ser1-container{
		width: fit-content;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		--tw-bg-opacity: 0.0115;
		background-color: rgb(17 24 39 / var(--tw-bg-opacity));
	}

	.ser1-container#blur.active{
		filter: blur(20px);
		pointer-events: none;
		user-select: none;
	}

	.service_details{
		display: none;
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		min-height: 100vh;
		width: auto;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.30);
		color: #000;
		background: rgba(0, 0, 0, 0.8);
		align-items: center;
		justify-content: center;
	}

	.service_details .ser_preview{
		display: none;
		top: 2em;
		padding: 2rem;
		text-align: center;
		background: #fff;
		position: relative;
		margin: 3rem;
		width: 45rem;
		overflow-y: scroll !important;
		max-height: 30em;
		max-width: calc(100vw - 6rem); 
	}

	.service_details .ser_preview img{
		width: auto;
		height: 20rem;
	}

	.service_details .ser_preview h2{
		color: #000;
	}

	.service_details .ser_preview p{
		color: #000;
	}
	.service_details .ser_preview .ser_list{
		list-style-type: square;
		font-size: medium;
		text-align: justify;
		margin-left: 25px;
		margin-bottom: 15px;
	}
	.service_details .ser_preview .fa-times{
		position: absolute;
		top: 1rem; right: 1.5rem;
		cursor: pointer;
		color: #333;
		font-size: 4rem;
	}

	.service_details .ser_preview .fa-times:hover{
		transition: 0.75s;
		transform: rotate(180deg);
	}

	.service_details .ser_preview.active{
		display: block;
	}

	.ser1_box{
		height: auto;
		background-color: #fff;
		border: 1px solid #fff;
		padding: 2.5rem;
		align-items: center;
		flex-direction: column;
		cursor: pointer;
		width: 25em;
		box-sizing: border-box;
		margin: 2px;
		text-align: center;
	}

	.svg1-img{
		width: auto;
		height: 15rem;
		display: inline-flex;
		vertical-align: middle;
		padding: 0.25rem;
		box-sizing: border-box;
	}

	.svg1-img img{
		margin-left: auto;
		margin-right: auto;
		width: auto;	
	}

	.svg1-img .img1{
		display: block;
	}

	.svg1-img .img2{
		display: none;
	}

	.ser1-name{
		line-height: 1em;
		color: #000;
		font-weight: 500;
		text-transform: uppercase;
		text-align: center;
		font-size: 1.25rem;
		line-height: 1.75rem;
		--tw-text-opacity: 1;
		color: rgb(0 0 0/var(--tw-text-opacity));
		box-sizing: border-box;
	}

	.ser1-detail{
		font-weight: 100;
		line-height: 1.3em;
		color: #000;
		margin: 0px 0px 1.5em;
		text-transform: inherit;
		text-align: center;
	}

	.ser1_box:hover{
		cursor: pointer;
		position: relative;
		box-shadow: 1px 1px 17px 8px #777bc7;
	}

	.ser1_box:hover .ser1-name .ser1-detail{
		cursor: pointer;
	}

	.ser1_box:hover .svg1-img .img1{
		display: none;
		cursor: pointer;
	}

	.ser1_box:hover .svg1-img .img2{
		display: block;
		cursor: pointer;
	}

	@media screen and (max-width: 400px) {
		.service_details .ser_preview {
		  font-size: 2em;  /* Maintain larger font size */
		  line-height: normal;
		  /* Allow content to dictate height */
		  height: auto;
		  /* Ensure overflow doesn't cause layout issues */
		  overflow-y: auto;
		}
	  }

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

		#service01{
			padding: 3em 1em 3em 1em;
		}

		.ser1-container{
			display: contents;
			grid-template-columns: repeat(1, minmax(0, 1fr));
		}
		
		.ser1-name{
			font-size: 1.25rem;
		}

		.svg1-img{
			width: auto;
    		height: 15rem;
		}

		.ser1_box{
			width: 25em;
			font-size: xx-large;
		}

		.service_details .ser_preview{
			font-size: 2em;
			height: 15em;
			line-height: normal;    
			top: 1em;
		}

		.service_details .ser_preview .ser_list{
			font-size: 0.90rem;
			line-height: normal;
		}

		.service_details .ser_preview img{
			width: auto;
			height: 15rem;
		}

		.service_details .ser_preview h2{
			font-size: 0.80em;    
		}

		.service_details .ser_preview p{
			 font-size: 1.05rem;
		}
		
		

	}

	@media screen and (max-width: 1050px) {
		.service_details .ser_preview{   
			max-height: 31em;
			top: 2rem;
		}
	}

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

		#service01 {
			padding: 3em 1em 3em 1em;
		}

		.ser1-container{
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
		
		.svg1-img{
			width: auto;
    		height: 15rem;
		}

		.ser1_box{
			width: 25em;
		}
	}

	.link{
		display: block;
		position: relative;
		background: #fff;
		color: rgb(93, 93, 93);
		font-size: 0.7em;
		letter-spacing: 0.225em;
		list-style: none;
		padding: 0;
		text-transform: uppercase;
		text-align: center;
	}

	.wrapper.style3 {
		background-color: #1d242a;
		position: relative;
		color: #d3d4e4;
	}

		.wrapper.style3 strong, .wrapper.style3 b {
			color: #ffffff;
		}

		.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
			color: #ffffff;
		}

		.wrapper.style3 hr {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 blockquote {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 code {
			background: rgba(255, 255, 255, 0.075);
		}

		.wrapper.style3 header p {
			color: #b9bad4;
		}

		.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 header.major p {
			color: #d3d4e4;
		}

		.wrapper.style3 label {
			color: #ffffff;
		}

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

		.wrapper.style3 select {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
		}

			.wrapper.style3 select option {
				color: #ffffff;
				background: #505393;
			}

		.wrapper.style3 input[type="checkbox"] + label,
		.wrapper.style3 input[type="radio"] + label {
			color: #d3d4e4;
		}

			.wrapper.style3 input[type="checkbox"] + label:before,
			.wrapper.style3 input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.075);
			}

		.wrapper.style3 input[type="checkbox"]:checked + label:before,
		.wrapper.style3 input[type="radio"]:checked + label:before {
			background: #ffffff;
			color: #505393;
		}

		.wrapper.style3 ::-webkit-input-placeholder {
			color: #b9bad4 !important;
		}

		.wrapper.style3 :-moz-placeholder {
			color: #b9bad4 !important;
		}

		.wrapper.style3 ::-moz-placeholder {
			color: #b9bad4 !important;
		}

		.wrapper.style3 :-ms-input-placeholder {
			color: #b9bad4 !important;
		}

		.wrapper.style3 .formerize-placeholder {
			color: #b9bad4 !important;
		}

		.wrapper.style3 .icon.major {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 ul.alt li {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 table tbody tr {
			border-color: rgba(0, 0, 0, 0.125);
		}

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

		.wrapper.style3 table th {
			color: #ffffff;
		}

		.wrapper.style3 table thead {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 table tfoot {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 table.alt tbody tr td {
			border-color: rgba(0, 0, 0, 0.125);
		}

		.wrapper.style3 input[type="submit"],
		.wrapper.style3 input[type="reset"],
		.wrapper.style3 input[type="button"],
		.wrapper.style3 button,
		.wrapper.style3 .button {
			box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
			color: #ffffff;
		}

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

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

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

			.wrapper.style3 .features li {
				border-top-color: rgba(0, 0, 0, 0.125);
			}

		}

		.ser_list {
			font-size: x-small;
			width: 100%;
			margin: 0em;
			padding: 0em;
		}

		.ser_list li{
			padding: 0em 0em 0em 1em;
    		width: auto;
		}

	.wrapper.style4 {
		background-color: transparent;
	}

	.wrapper.style5 {
		position: relative;
		padding: 1rem 5rem;
		height: auto;
		text-align: -webkit-center;
		box-sizing: border-box;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 75vh;
		background: #f1f4fd;
	}
	
	.updates{
		background-color: #f1f4fd;
		text-align: center;
		padding: 2em 0 0 0;
		text-transform: uppercase;
		position: relative;
	}
		
	.updates .up-heading{
		color: rgb(0, 0, 0);
		font-size: xx-large;
		padding: 0px;
		margin: 0px;
	}

	.update_container {
		max-width: 1200px;
		width: 95%;
	}
	
	.slider-wrapper {
		position: relative;
	}
	
	.slider-wrapper .slide-button {
		position: absolute;
		top: 50%;
		outline: none;
		border: none;
		height: 60px;
		width: 60px;
		z-index: 5;
		color: #fff;
		display: flex;
		cursor: pointer;
		font-size: 3.2rem;
		padding: 1px;
		margin: 0px;
		box-shadow: none;
		background: #000;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		transform: translateY(-50%);
	}
	
	.slider-wrapper .slide-button:hover {
		background: #404040;
	}
	
	.slider-wrapper .slide-button#prev-slide {
		left: -25px;
		display: none;
	}
	
	.slider-wrapper .slide-button#next-slide {
		right: -25px;
	}
	
	.slider-wrapper .update-list {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		gap: 18px;
		font-size: 0;
		list-style: none;
		margin-bottom: 30px;
		overflow-x: auto;
		scrollbar-width: none;
	}
	
	.slider-wrapper .update-list::-webkit-scrollbar {
		display: none;
	}
	
	.slider-wrapper .update-list .alyco-product {
		width: 325px;
		height: 400px;
		object-fit: cover;
	}
	
	.update_container .slider-scrollbar {
		height: 24px;
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.slider-scrollbar .scrollbar-track {
		background: #ccc;
		width: 100%;
		height: 2px;
		display: flex;
		align-items: center;
		border-radius: 4px;
		position: relative;
	}
	
	.slider-scrollbar:hover .scrollbar-track {
		height: 4px;
	}
	
	.slider-scrollbar .scrollbar-thumb {
		position: absolute;
		background: #000;
		top: 0;
		bottom: 0;
		width: 50%;
		height: 100%;
		cursor: grab;
		border-radius: inherit;
	}
	
	.slider-scrollbar .scrollbar-thumb:active {
		cursor: grabbing;
		height: 8px;
		top: -2px;
	}
	
	.slider-scrollbar .scrollbar-thumb::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -10px;
		bottom: -10px;
	}
	
	/* Styles for mobile and tablets */
	@media only screen and (max-width: 1023px) {
		.slider-wrapper .slide-button {
		display: none !important;
		}
	
		.slider-wrapper .update-list {
		gap: 10px;
		margin-bottom: 15px;
		scroll-snap-type: x mandatory;
		}
	
		.slider-wrapper .update-list .alyco-product {
		width: 280px;
		height: 380px;
		}
	
		.slider-scrollbar .scrollbar-thumb {
		width: 20%;
		}
	}
	
	.alyco-anchor{
		text-decoration: none;
		color: #000;
	}
	.alyco-download-anchor{
		text-decoration: none;
		color: #333333;
	}
	.alyco-anchor:hover, .alyco-download-anchor:hover, .alyco-download-anchor{
		color: #505393;
	transition: color 0.4s ease;
	cursor: pointer;
	text-decoration: none;
	}
	.alyco-news-description {
		margin-top:10px;
		font-size: 15px;
		line-height: 25px;
		font-weight: 400;
		letter-spacing: 0.2px;
		display: -webkit-inline-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-align: justify;
	}
	.alyco-news-title{
		font-size: 1.8rem;
		color: black;
		padding-top: 15px;
		line-height: 26px;
		letter-spacing: 0.7px;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.alyco-news-heading{
		font-weight: 200;
		margin: auto;
	}
	.alyco-product{
		min-width: 31%;
		height: 100%;
		margin: 0 40px 0 0;
		position: relative;
		left: 0;
		transition: 0.5s;
		max-width: 31%;
	}
	.alyco-picture{
	width: 100%;
	height: 45%;
	padding: 20px 20px 20px 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
	}
	.alyco-image{
		display: block;
		box-sizing: border-box;
		height: auto;
		max-height: 224px;
	}
	.alyco-detail{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: auto;
		font-size: 20px;
		color: #444;
	}
	
	@media only screen and (max-width: 480px) {
		.alyco-picture{
		padding:20px;
	}
		.alyco-detail{
		padding-left:20px!important;
	}
		.alyco-image{
		max-width: 100%!important;
	}
		.alyco-news-title{
		font-size: 1.4rem;
		line-height: 2.0rem;
		letter-spacing: 0.8px;
	}
		.alyco-news-description{
		font-size: 1.4rem;
		line-height: 2.2rem;
		font-weight: 300;
		letter-spacing: 0.4px;
	}
	.alyco-product {
		min-width: 100%;
		margin: 0 10px 0 0;
	}
	.alyco-detail{
		font-size: 16px;
		padding: 0 2px;
		margin: auto;
	}
	}
		@media only screen and (min-width: 481px) and (max-width: 1024px) {
			.alyco-arrow{
			margin-top: 10%;
		}
			.alyco-main{
			height:auto;
		}
			.alyco-section{
			height: auto;
			padding-bottom: 50px;
			align-items: flex-start;
		}
		}
		.alyco-product {
		min-width: 100%;
		height: 100%;
		margin: 0 40px 0 0;
		position: relative;
		left: 0;
		transition: 0.5s;
		max-width: 31%;
		text-align: center;
	}

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

		.wrapper {
			padding: 4em 3em 2em 3em ;
		}

	}

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

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

	}

		.style6{
			padding: 0.5em 0 2em 0 ;
			position: relative;
		}


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

			.style6 {
				padding: 0.1em 3em 3em 6em ;
			}

		}

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

			.style6 {
				padding: 3em 2em 3em 2em ;
			}

		}

		.sectors{
			background-color: #fff;
			text-align: center;
			padding: 0.8em 0em 0.8em 0em;
			text-transform: uppercase;
			position: relative;
			border-top: 2px solid #fff;
		}

		.sectors .sec-heading{
			background-color: #fff;
			text-align: center;
			padding: 0.8em 0em 0.8em 0em;
			text-transform: uppercase;
			position: relative;
		}

		.sectors h2{
			margin: 0em 0em 0em 0em;
			color: #000;
			font-weight: 800;
			font-size: 190%;
		}
			
		.wrapper.style7 {
			position: relative;
			background-color: #fff;
			padding: 5rem 10rem;
			height: auto;
			text-align: -webkit-center;
			box-sizing: border-box;
		}
		
		.wrapper.style7 .content h2{
			text-align: center;
			border: 0;
			color: #000;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			position: relative;
			text-decoration: none;
		}

		.wrapper.style7 .content h2:after {
			content: "";
			position: absolute;
			background-color: #ffffff;
			height: 2px;
			width: 0%;
			left: 0;
			bottom: -10px;
			transition: 0.3s;
		}
	
		.wrapper.style7 .content h2:hover:after{
			width: 100%;
		}

		.wrapper.style7 .content p{
			text-align: center;
			border: 0;
			color: #000;
			letter-spacing: 0.225em;
			padding: 0 1em;
			text-transform: uppercase;  
			position: relative;
			text-decoration: none;
		}

		.sec-container{
			width: fit-content;
			display: grid;
			grid-template-columns: repeat(4, minmax(0, 1fr));
			--tw-bg-opacity: 0.0115;
			background-color: rgb(17 24 39 / var(--tw-bg-opacity));
		}

		.sec-container#blur.active{
			filter: blur(20px);
			pointer-events: none;
			user-select: none;
		}

		.sector_details{
			display: none;
			position: fixed;
			top: 0px;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 9999;
			min-height: 100vh;
			width: 100%;
			box-shadow: 0 5px 30px rgba(0, 0, 0, 0.30);
			color: #000;
			background: rgba(0, 0, 0, 0.8);
			align-items: center;
			justify-content: center;
		}

		.sector_details .sec_preview{
			display: none;
			padding: 2rem;
			text-align: center;
			background: #fff;
			position: relative;
			margin: 2rem;
			width: 40rem;
		}

		.sector_details .sec_preview img{
			width: auto;
			height: 18rem;
		}

		.sector_details .sec_preview h2{
			color: #000;
		}

		.sector_details .sec_preview p{
			color: #000;
		}
		.sector_details .sec_preview .fa-times{
			position: absolute;
			top: 1rem; right: 1.5rem;
			cursor: pointer;
			color: #333;
			font-size: 4rem;
		}

		.sector_details .sec_preview .fa-times:hover{
			transition: 0.75s;
			transform: rotate(180deg);
		}

		.sector_details .sec_preview.active{
			display: inline-block;
		}
		
		.sec-link{
			padding-left: 12px;
		}

		.sec_box{
			height: 20rem;
			background-color: #fff;
			border: 1px solid #fff;
			padding: 2.5rem;
			align-items: center;
			flex-direction: column;
			cursor: pointer;
			width: 16rem;
			box-sizing: border-box;
			margin: 2px;
			text-align: center;
		
		}

		.sec-img{
			width: auto;
			height: 10rem;
			display: inline-flex;
			vertical-align: middle;
			padding: 1.25rem;
			box-sizing: border-box;	
		}

		.sec-img img{
			margin-left: auto;
			margin-right: auto;
			width: auto;	
		}

		.sec-img .img1{
			display: block;
		}

		.sec-img .img2{
			display: none;
		}

		.sec-name{
			line-height: 1em;
			color: #000;
			font-weight: 500;
			text-transform: uppercase;
			text-align: center;
			font-size: 1.25rem;
			line-height: 1.75rem;
			--tw-text-opacity: 1;
			color: rgb(0 0 0/var(--tw-text-opacity));
			box-sizing: border-box;
		}

		.sec-detail{
			font-weight: 100;
			line-height: 1.3em;
			color: #000;
			margin: 0px 0px 1.5em;
			text-transform: inherit;
			text-align: center;
		}

		.sec_box:hover{
			cursor: pointer;
			position: relative;
			box-shadow: 1px 1px 17px 8px #777bc7;
		}

		.sec_box:hover .ser-name .ser-detail{
			cursor: pointer;
		}

		.sec_box:hover .sec-img .img1{
			display: none;
			cursor: pointer;
		}

		.sec_box:hover .sec-img .img2{
			display: block;
			cursor: pointer;
		}

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

			.wrapper.style7 {
				padding: 3em 1em 3em 1em;
			}
	
			.sec-container{
				width: fit-content;
				grid-template-columns: repeat(2, minmax(0, 1fr));
			}
			
			.sec-img{
				width: auto;
				height: 12rem;
			}

			.sec-link{
				padding-left: 5px;
			}
			.sec_box{
				width: 19em
			}
	
		}
	
		@media screen and (max-width: 1390px) {
	
			.wrapper.style7 {
				padding: 3em 1em 3em 1em;
			}
	
			.sec-container{
				width: fit-content;
				grid-template-columns: repeat(2, minmax(0, 1fr));
			}
			
			.sec-img{
				width: auto;
				height: 12rem;
			}

			.sec-link{
				padding-left: 5px;
			}
			.sec_box{
				width: 19em
			}
	
		}
	

		/*  Parteners  */

		.parteners{
			background-color: #1d242a;
			text-align: center;
			padding: 0em 0em 0.6em 0em;
			text-transform: uppercase;
			position: relative;
		}

		.parteners h2{
			margin: 0em 0em 0em 0em;
		}

		.wrapper.style8{
			position: relative;
			background-color: #1d242a;
			padding: 2em 0em 0em 0em;
			box-sizing: border-box;
		}

		.wrapper.style8 .part-container{
			padding: 1rem;
			border-radius: 0.5rem;
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			box-sizing: border-box;
			text-align: center;
		}

		.part-container .part-box{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			box-sizing: border-box;
			border: 0 solid;
			border: 0 solid #e5e7eb;
			box-sizing: border-box;
			width: 8rem;
			margin: 0 1rem;
		}
		
		.part-box .part-svg{
			box-sizing: border-box;
			display: inline-block;
			overflow: hidden;
			width: initial;
			height: initial;
			background: none;
			opacity: 1;
			border: 0;
			margin: 0;
			padding: 0;
			position: static;
		}

		.part-box .part-name{
			width: 95px px;
			text-align: center;
			margin-bottom: 0.5rem;
		}

		.part-box .part-svg .acca{
			padding-top: 7px;
		}


		
/* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: rgba(0, 0, 0, 0);
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

	#menu {
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		-webkit-overflow-scrolling: touch;
		background: #505393;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		width: 20em;
		z-index: 10002;
	}

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

			#menu ul > li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				margin: 0.5em 0 0 0;
				padding: 0.5em 0 0 0;
			}

				#menu ul > li:first-child {
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}

				#menu ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					font-size: 0.8em;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}

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

						#menu ul > li > a {
							line-height: 3em;
						}

					}

		#menu .close {
			background-image: url("images/close.svg");
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			width: 7em;
		}

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

			#menu {
				padding: 3em 1.5em;
			}

		}

	body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

		body.is-menu-visible #page-wrapper:before {
			display: block;
		}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* Header Style */

	.Header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: transparent;
		scroll-behavior: auto;
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

	
	.Header .nav{
		background-color: rgba(0, 0, 0, 0.03);
		height: 70px;
		width: 100%;
		backdrop-filter: blur(3px);
	}	

	.Header .nav .nav1 {
		height: inherit;
		line-height: inherit;
		position: relative;
		right: 0;
		top: 0;
		padding-right: 30px;
		display: flex;
		justify-content: space-between;
	}

	.Header .nav .nav1 button {
		position: absolute;
		all: unset;
		cursor: pointer;
		display: none;
		margin: 20px;
	  }
	  
	  .Header .nav .nav1 button:focus {
		outline: revert;
	  }

	.Header .nav .nav1 .container {
		display: inline-block;
		cursor: pointer;
	  }

	  .Header .nav .nav1 .container .bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #fff;
		margin: 6px 0;
		transition: 0.4s;
		border-radius: 5px;
	  }
	  
	  .change .bar1 {
		transform: translate(0, 11px) rotate(-45deg);
	  }
	  
	  .change .bar2 {opacity: 0;}
	  
	  .change .bar3 {
		transform: translate(0, -11px) rotate(45deg);
	  }

	  /*
	 	dropdown menu for the navbar 
	  */

	  .dropdown {
		position: relative;
		display: block;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #333;
		border-radius: 10px;
		width: 61em;
		height: 32rem;
		margin-left: -40em;
		z-index: 1;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}


    /*   The dropdown menu setting for responsive */

	  .dropdown_menu{
		position: absolute;
		list-style: none;
		left: 2rem;
		top: 80px;
		width: 100%;
		height: 0;
		display: none;
		background: rgb(255, 255, 255 ,0.7);
		backdrop-filter: blur(100px);
		border-radius: 10px;
		overflow: hidden;
		transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	  }

	  .dropdown_menu.open{
		height: auto;
	  }

	  .dropdown_menu li{
		color: #1d242a;
		padding: 0.9rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		text-transform: uppercase;
	  }

	  .dropdown_menu li a {
		border: 0;
		color: #1d242a;
		font-size: 1em;
		letter-spacing: 0.225em;
		padding: 0 2em;
		text-transform: uppercase;
		position: relative;
		}

		.dropdown_menu li a:after {
			content: "";
			position: absolute;
			background-color: #1d242a;
			height: 2px;
			width: 0;
			left: 0;
			bottom: -10px;
			transition: 0.3s;
		}

		.dropdown_menu li a:hover:after{
			width: 100%;
		}

		
		.dropdown_menu .service_dropdown {
			position: relative;
			display: grid;
			text-align: center;
		}

		.service_content {
			display: none; 
			position: relative;
			margin: 0rem;
			padding: 0rem;
		}

		
		.service_dropdown:hover .service_content { 
			display: block;
		}


		

	.Header .nav .nav1 a {
		border: 0;
		color: #fff;
		display: block;
		padding: 0 1.5em;
		float: left;
      
	}

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

		.Header .nav .nav1 a {
			padding: 0 0 0 0.5em;
		}

		.Header .nav .nav1 button {
			display: block;
		  }

		  .dropdown_menu{
			display: block;
		  }

		}


	.Header .nav .container_left a{
		display: inline;
		float: left;
	}
	
	.Header .nav .container_left img {
		float: left;
		width: 290px;
		padding-top: 5px;
		padding-left: 50px;

	}
		
	.Header .nav .nav2{
		height: inherit;
		line-height: inherit;
		position: absolute;
		right: 0;
		top: 0;
		padding-right: 30px;
		display: flex;
 		justify-content: space-between;
	}

	.Header .nav .nav2 ul {
		float: right;
		list-style: none;
		margin: 0;
		margin-top: 10px;
		padding: 0 2;
		white-space: nowrap;

	}

	.Header .nav .nav2 ul li {
		display: inline-block;
		padding: 0 5px;
	}

	.Header .nav .nav2 a {
		border: 0;
		color: #fff;
		font-size: 0.8em;
		letter-spacing: 0.225em;
		padding: 0 2em;
		text-transform: uppercase;
		position: relative;
	}

	.Header .nav .nav2 a:after {
		content: "";
		position: absolute;
		background-color: #ffffff;
		height: 2px;
		width: 0;
		left: 0;
		bottom: -10px;
		transition: 0.3s;
	}

	.Header .nav .nav2 a:hover:after{
		width: 100%;
	}

	.Header .nav .nav2 .dropdown .dropdown-content a:hover:after{
		width: 100%;
	}

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

		.Header .nav .nav2 {
			display: none;
		}
	}

	.Header .nav .nav2 ul li:first-child {
		margin-left: 0;
	}

	.Header .nav .nav2 .nav_link{
		padding: 0rem;
		margin: 5rem 3rem;
		display: inline-grid;
		width: 18em;
	}

	.Header .nav .nav2 .ser-img{
	    width: auto;
		height: 19rem;
		display: inline-flex;
		vertical-align: baseline;
		padding: 1.25rem;
		margin: 0rem -1.5rem;
		box-sizing: border-box;
	}

	.Header .nav .nav2 .dropdown .dropdown-content h3{
		font-weight: 500;
		line-height: 1.5em;
		color: #dfdfdf;
		margin: 0px -0.5em;
		text-transform: uppercase;
		text-align: center;
	}

	.ser_nav_box{
		width: fit-content;
		display: inline-flex;
		margin: 0rem;
		padding: 0rem;
	}

/* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 105vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	}


		#banner h2 {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			font-size: 1.75em;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			z-index: 1;
		}

			#banner h2:before, #banner h2:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#banner h2:before {
				top: 0;
				left: 0;
			}

			#banner h2:after {
				bottom: 0;
				right: 0;
			}


			#banner h3 {
				-moz-transform: scale(1);
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
				-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
				transition: transform 0.5s ease, opacity 0.5s ease;
				display: inline-block;
				font-size: 1.25em;
				opacity: 1;
				padding: 0.25em 1em;
				position: relative;
				z-index: 1;
			}
	
				#banner h3:before, #banner h3:after {
					-moz-transition: width 0.85s ease;
					-webkit-transition: width 0.85s ease;
					-ms-transition: width 0.85s ease;
					transition: width 0.85s ease;
					-moz-transition-delay: 0.25s;
					-webkit-transition-delay: 0.25s;
					-ms-transition-delay: 0.25s;
					transition-delay: 0.25s;
					background: #fff;
					content: '';
					display: block;
					height: 2px;
					position: relative;
					width: 100%;
				}
	
				#banner h3:before {
					top: 0;
					left: 0;
				}

				#banner h3:after{
					bottom: 0;
					right: 0;
				}

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}

			#banner p a {
				color: inherit;
			}


		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 3.5s;
			-webkit-transition-delay: 3.5s;
			-ms-transition-delay: 3.5s;
			transition-delay: 3.5s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 20px;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 1;
		}

			#banner .more:after {
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}

		#banner:after {
			pointer-events: none;
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			background: #1d242a;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}



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

			#banner {
				padding: 7em 3em 5em 3em ;
				height: auto;
				position: relative;
				min-height: 0;
			}

				#banner h2 {
					font-size: 1.25em;
				}

				#banner h3 {
					font-size: 0.85em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}

	body.is-preload #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-preload #banner h2:before, body.is-preload #banner h2:after {
			width: 0;
		}

		body.is-preload #banner h3 {
			-moz-transform: scale(0.95);
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			transform: scale(0.95);
			opacity: 0;
		}
	
			body.is-preload #banner h3:before, body.is-preload #banner h3:after {
				width: 0;
			}
	

	body.is-preload #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-preload #banner:after {
		opacity: 1;
	}


/* CTA */

	#cta{
		background-color: #363971;
		position: relative;
	}

	#cta .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		max-width: 45em;
	}

		#cta .inner header {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			padding-right: 5em;
			width: 70%;
		}
			#cta .inner header h2{
				text-decoration: none;
			}

			#cta .inner header p {
				color: inherit;
			}

		#cta .inner .actions {
			display: grid;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 32%;
			justify-items: center;
			align-items: center;
		}

		#cta_contactus{
			padding: 0rem 4rem 0rem 4rem;
		}

		#cta .inner ul{
			padding-top: 40px;
		}

		#cta .horizontal-line {
			border: none; /* Remove the default border */
			height: 1px; /* Set the height of the line */
			background-color: #c0c0c0; /* Set the color of the line */
			margin: 0; /* Remove margin */
			padding: 0; /* Remove padding */
		  }

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

			#cta .inner {
				display: block;
				text-align: center;
			}

				#cta .inner header {
					padding-right: 0;
					width: 100%;
				}

				#cta .inner .actions {
					margin-left: auto;
					margin-right: auto;
					max-width: 20em;
					width: 100%;
				}

				#cta_contactus{
					padding: 0 60px;
				}
		}

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

			#cta .inner .actions {
				max-width: none;
			}
			
			#cta_contactus{
				padding: 0 60px;
			}

		}

		/* Basic Information */

		#information{
			background-color: #363971;
		}

		#information .inner{
			position: relative;
			align-items: center;
			justify-content: center;
			display: flex;
		}

		.icon-link {
			display: inline-flex; /* Display icon and text in a row */
			text-decoration: none; /* Remove default underline for links */
			color: #fff; /* Set text color for the link */
			padding: 10px; /* Add padding to create space around the link */
		}

		.icon-link i {
			margin-right: 10px; /* Add spacing between the icon and text */
		}  

		.icon-link:hover i {
			animation: bounce 0.5s; /* Apply the bounce animation on hover */
		}
		
		@keyframes bounce {
			0%, 20%, 50%, 80%, 100% {
			transform: translateY(0); /* The starting and ending position (no vertical movement) */
			}
			40% {
			transform: translateY(-10px); /* The highest point of the bounce (move up) */
			}
			60% {
			transform: translateY(-5px); /* The midpoint of the bounce (move down slightly) */
			}
		} 

		#information .inner .info-left{
			float: left;
			position: relative;
			margin-left: 5em;
			align-items: center;
		}

		#information .inner .info-left a i{
			font-size: 24px; /* Adjust the icon size */
			margin-right: 10px; /* Add spacing between icon and paragraph */
		}

		#information .inner .info-middle{
			position: relative;
			padding-top: 5px;
			padding-left: 6em;
			padding-right: 5em;
			display: grid;
			align-items: center;
		}

		#information .inner .info-right{
			float: right;
			position: relative;
			margin-right: 5em;
			margin-left: 4em;
			padding-top: 5px;
			align-items: center;
		}

		#information .inner .info-right a i{ 
			font-size: 24px; /* Adjust the icon size */
			margin-right: 10px; /* Add spacing between icon and paragraph */
		}

		@media screen and (max-width: 1390){
			#information .inner{
				position: relative;
				align-items: center;
				display: grid;
			}

			#information .inner .info-left{
				float: none;
				padding-left: 1em;
				display: block;
			}
			#information .inner .info-middle{
				padding-right: 4em;
			}

			#information .inner .info-right{
				padding-left: 2em;
				display: block;
				float: none;
			}

		}

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

			#information .inner{
				position: relative;
				align-items: center;
				display: grid;
			}

			#information .inner .info-left{
				float: none;
				padding-left: 1em;
				display: block;
			}
			#information .inner .info-middle{
				float: none;
				padding-left: 6em;
				display: grid;
			}

			#information .inner .info-right{
				padding-left: 2em;
				display: block;
				float: none;
			}
		}

		@media screen and (max-width: 736px){
			#information .inner{
				display: block;
			}
		}

		

/* Main */

	#main > header {
		padding: 12em 0 10em 0 ;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-attachment: relative;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}



		#main > header h2 {
			font-size: 1.75em;
			margin: 0 0 0.5em 0;
		}

		#main > header p {
			color: inherit;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}

			#main > header p a {
				color: inherit;
			}
			#main > header p a:hover {
				color: r;
			}

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

			#main > header {
				padding: 10em 0 8em 0 ;
			}

		}

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

			#main > header {
				padding: 8em 3em 6em 3em ;
			}

		}

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

			#main > header {
				padding: 10em 3em 8em 3em ;
			}

		}

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

			#main > header {
				padding: 5em 3em 3em 3em ;
			}

				#main > header h2 {
					font-size: 1.25em;
					margin: 0 0 1em 0;
				}

		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}

/* Footer */

	#footer {
		position: relative;
		padding: 6em 0 2em 0 ;
		background-color: #1d242a;
		text-align: center;
		display: flex;
	}

	#footer .icon-Cr{
		width: 100%;
		justify-content: center;
		text-align: center;
	}
		#footer .icons {
			font-size: 1.25em;
		}

			#footer .icons a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .icons a:hover {
					color: #fff;
				}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				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;
				}

					#footer .copyright li a:hover {
						color: #fff;
					}

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

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

		#footer .ACCA{
			padding-left: 11em;
			margin-top: 5em;
		}

		#footer .ACCA img{
			height: 2em;
		}

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

			

		}

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

			

		}

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

			#footer {
				padding: 4em 3em 2em 3em ;

			}

			

		}

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

			#footer {
				padding: 3em 2em 1em 2em ;
				justify-content: center;
			}

		}


		#back-to-top {
            position: fixed;
            bottom: 20px;
            left: 20px;
            display: none;
            cursor: pointer;
            width: 40px;
            height: 40px;
            background-color: #fff;
            color: #555;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
        }

        #back-to-top:hover {
            background-color: #dfdfdf;
        }

/* Landing */

	body.landing #page-wrapper {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}

	body.landing #footer {
		background-color: rgba(29, 36, 42, 0.9);
	}

	body.is-mobile.landing #page-wrapper {
		background: none;
	}

	body.is-mobile.landing #banner,
	body.is-mobile.landing .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body.is-mobile.landing #footer {
		background-color: #1d242a;
	}
