@charset "utf-8";
:root {
 --bs-blue: #1a8fcc;
 --bs-red: #dc3545;
 --bs-orange: #ff5e15;
 --bs-black: #000;
 --bs-white: #fff;
 --bs-gray: #6c757d;
 --bs-gray-dark: #343a40;
 --bs-gray-100: #e9e9e9;
 --bs-gray-200: #222222;
 --bs-gray-300: #3c3b3a;
 --bs-gray-400: #444444;
 --bs-gray-500: #666666;
 --bs-gray-600: #999999;
 --bs-gray-700: #495057;
 --bs-gray-800: #343a40;
 --bs-gray-900: #212529;
 --bs-primary: #3c3b3a;
 --bs-secondary: #c42518;
 --bs-third: #39459b;
 --bs-light: #6c74a3;
 --bs-dark: #0c0c0c;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
 width: 5px;
}
::-webkit-scrollbar-thumb {
 height: 30px;
 background-color: var(--bs-primary);
 background-clip: padding-box;
 border: 0px solid transparent;
}
/*.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/
html {
	overflow-y: auto;
	scroll-behavior: smooth;
}
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;
}
body, table, th, td, button, select, input, textarea {
	font-family: "Libre Franklin", sans-serif;
	font-size: 13px;
	color: var(--bs-gray-500);
	line-height: 1;
	-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
audio, canvas, img, video {
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
img, fieldset {
	border: 0;
}
input, select, textarea {
	line-height: 1.2;
	vertical-align: middle;
}
input:focus, select:focus, textarea:focus {
	outline: 0;
}
input:read-only, textarea:read-only {
 background: #f7f7f7 !important;
}
input:read-only:focus, select:read-only:focus, textarea:read-only:focus {
 border: 1px solid #dcdcdc !important;
}
button, select {
	text-transform: none;
}
button, input {
	line-height: normal;
}
textarea {
	resize: vertical;
	overflow: auto;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
label {
	cursor: pointer;
}
caption {
	display: none;
	visibility: hidden;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eaeaea;
	margin: 1em 0;
	padding: 0;
}
a {
	color: var(--bs-gray-500);
	text-decoration: none;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}
button {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border: 0px;
	background: none;
}
.cm-al {
	text-align: left !important;
}
.cm-ac {
	text-align: center !important;
}
.cm-ar {
	text-align: right !important;
}
.cm-aj {
	text-align: justify !important;
}
.max-img {
	max-width: 100%;
}
.blind {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}
.cm-accessibility a {
	position: absolute;
	text-align: center;
	width: 200px;
	display: block;
	background: #c52227;
	color: #fff;
	left: -9999px;
}
.cm-accessibility a:hover {
	z-index: 999999;
	margin-left: -100px;
	left: 50%;
}
.cm-accessibility a:focus {
	z-index: 999999;
	margin-left: -100px;
	left: 50%;
}
.cm-accessibility a:active {
	z-index: 999999;
	margin-left: -100px;
	left: 50%;
}
