@charset "UTF-8";

/*==========================

	RESET CSS 2021

============================*/
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%;
	font: inherit;
	vertical-align: baseline;
}
a, div, span, h1, h2, h3, h4, h5, h6, p,
address, strong, dt, dd, ul, li, th, td,
article, aside, figure, footer, header,
nav, section {
	word-wrap: break-word;
	overflow-wrap:break-word;
}
article, aside, dialog, figure, footer, header,hgroup, nav, section {
	display:block;
}
address, caption, cite, code, dfn, em, th, var, strong, h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
}
ol, ul{
    list-style:none;
}
img{
	border-style:none;
	border:0;
	max-width: 100%;
	vertical-align:top;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a:active,a:focus{
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th {
  text-align: inherit;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
button {
  border-radius: 0;
}
input[type="text"] {
	border: none;
	word-wrap: break-word;
	overflow-wrap:break-word;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
textarea {
	border: none;
	resize: none;
	word-wrap: break-word;
	overflow-wrap:break-word;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;	
            box-sizing: border-box;
}






