/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	cursor: default;
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,0.25) rgba(0,0,0,0.1);
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.25);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.15);
}


ul, ol, li,
audio, video, img,
input,
textarea,
button,
label,
section {
	position: relative;
	float: left;
}
ul, ol, li {
	list-style: none;
}

[data-target],
a {
	text-decoration: none;
	color: currentColor;
	cursor: pointer;
}
[data-target]:hover,
a:hover {
	cursor: pointer;
	color: #0a68ce;
}

audio, video, img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	display: block;
}

iframe,
form {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}
iframe {
	border: none;
	aspect-ratio: 16 / 9;
}





