@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	width: 100%;
	min-height: 100%;
	font-size: 10px;
	position: relative;
}
body {
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	word-break: keep-all;
}
body {
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body ::selection {
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: text;
}
body ::-moz-selection {
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: text;
}
header,
footer,
section,
article,
aside,
div {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
h1, h2, h3, h4{
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
em,
address {
	font-style: normal;
}
fieldset {
	margin: 0;
	padding: 0;
}
fieldset,
fieldset:hover,
fieldset:focus {
	border: 0;
}
input,
input[type="search"],
input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:before,
input[type="search"]:before,
input[type="text"]:before,
input:after,
input[type="search"]:after,
input[type="text"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
b,
strong {
	font-weight: bold;
}
img {
	border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
button{
	background: transparent;
	border: none;
	padding: 0;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
	box-sizing: border-box;
	padding: 0;
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	user-select: none;
	flex-shrink: 0;
	--tw-shadow: 0 0 #0000;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
	vertical-align: middle;
} 
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input:active,
input:focus,
select:active,
select:focus{
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.show {
	display: block !important;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
	/* color: #fff; */
	text-decoration: none;
	outline: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
}
.btn.disabled,
.btn[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}