html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
		sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

hr {
	height: 0;
	color: inherit;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
		monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
select {
	text-transform: none;
}

[type='button'],
button {
	-webkit-appearance: button;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

summary {
	display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}

button {
	background-color: transparent;
	background-image: none;
}

fieldset,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

html {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
		Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.5;
}

body {
	font-family: inherit;
	line-height: inherit;
}

*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid;
}

hr {
	border-top-width: 1px;
}

img {
	border-style: solid;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

button,
input,
optgroup,
select,
textarea {
	padding: 0;
	line-height: inherit;
	color: inherit;
}

code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		Liberation Mono, Courier New, monospace;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

*,
:after,
:before {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
	width: 100%;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.z-50 {
	z-index: 50;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.mt-5 {
	margin-top: 1.25rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.table {
	display: table;
}

.hidden {
	display: none;
}

.h-72 {
	height: 12rem;
}

.min-h-screen {
	min-height: 100vh;
}

.w-1\/2 {
	width: 50%;
}

.w-1\/12 {
	width: 8.333333%;
}

.w-11\/12 {
	width: 91.666667%;
}

.w-full {
	width: 100%;
}

@-webkit-keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes ping {

	75%,
	to {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ping {

	75%,
	to {
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes pulse {
	50% {
		opacity: 0.5;
	}
}

@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}

@-webkit-keyframes bounce {

	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}

@keyframes bounce {

	0%,
	to {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}

.cursor-pointer {
	cursor: pointer;
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.rounded-lg {
	border-radius: 0.5rem;
}

.bg-black {
	--tw-bg-opacity: 1;

}

.bg-dark {
	--tw-bg-opacity: 1;
	background-color: #0e0242;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-blue-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-purple-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-orange-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.bg-orange-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}

.bg-opacity-90 {
	--tw-bg-opacity: 0.9;
}

.bg-opacity-70 {
	--tw-bg-opacity: 0.5;
}

.object-scale-down {
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.p-8 {
	padding: 2rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.pt-16 {
	padding-top: 4rem;
}

.pt-24 {
	padding-top: 6rem;
}

.pb-24 {
	padding-bottom: 3rem;
}

.text-center {
	text-align: center;
}

.text-lg {
	font-size: 1.125rem;
}

.text-lg,
.text-xl {
	line-height: 1.75rem;
}

.text-xl {
	font-size: 1.25rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.text-green {
	--tw-text-opacity: 1;
	color: #00ed4f;
}

.text-dark {
	--tw-text-opacity: 1;
	color: #0e0242;
}

.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-yellow-100 {
	--tw-text-opacity: 1;
	color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-orange-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.text-orange-500 {
	--tw-text-opacity: 1;
	color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-orange-600 {
	--tw-text-opacity: 1;
	color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.text-opacity-20 {
	--tw-text-opacity: 0.2;
}

*,
:after,
:before {
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,
			/*!*/
			/*!*/
		);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}

.sss-main-banner {
	position: relative;
}

.vertical-timeline-element:after {
	display: none;
}

.vertical-timeline-1:before {
	border: 2px dashed #0e0242 !important;
	background: transparent !important;
}

.vertical-timeline-2:before {
	border: 2px dashed #0e0242 !important;
	background: transparent !important;
}

.vertical-timeline-element-content {
	position: relative;
	margin-left: 60px;
	border-radius: 0;
	padding: 1em;
	background: transparent;
	border: none;
}

.sss-accordion-item .sss-accordion-body {
	display: none;
}

.sss-accordion-item[data-collapse='true'] .sss-accordion-body {
	display: block;
}

.sss-accordion-item[data-collapse='true'] .sss-accordion-control:after {
	content: ' - ';
}

.sss-accordion-item[data-collapse='false'] .sss-accordion-control:after {
	content: ' + ';
}

.sss-accordion-body {
	display: none;
}

.sss-accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sss-accordion-header>label {
	flex: 1;
}

.sss-accordion-control:after {
	display: block;
	text-align: center;
	content: ' + ';
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 0.3;
}

.toggle-menu:checked+.dropdown-menu {
	display: block;
}

.blue-bg {
	background-color: rgba(24, 24, 26, 0.85);
}

.blue-bg2 {
	background-color: rgba(14, 2, 66, 0.7);
}

.blue-bg-footer {
	background-color: #090f1f;
}

@media (min-width: 768px) {
	.md\:mb-0 {
		margin-bottom: 0;
	}

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

	.md\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.md\:text-left {
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.lg\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.lg\:text-6xl {
		font-size: 4rem;
		line-height: 1;
	}
}