  @charset "UTF-8";

*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button {
  border: none;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s ;
  cursor: pointer;
}


a:hover {
  opacity: 0.96;
	cursor: pointer;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

dl {
  margin: 0;
}
dl dd {
  margin-left: 0;
}



figure {
  margin: 0;
}

















html{
margin: 0px;
padding: 0px;
font-size: 10px;
line-height: 1.5;
border: none;
overflow:auto;
}

body{
margin: 0px;
padding: 0px;
border: none;
}

header,
footer,
article,
section,
aside,
nav,
div,
img{
margin: 0px;
padding: 0px;
border: none;
}

img{
	font-size:0;
	line-height:0;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
figcaption{
margin: 0px;
padding: 0px;
font-size: 100%;
font-weight: 400;
}

ul,
ol{
margin: 0px;
padding: 0px;
list-style-type: none;
}

li,ul{
margin: 0px;
padding: 0px;
border: none;
}

dl,
dt,
dd{
margin: 0px;
padding: 0px;
font-weight: 400;
}

.clearfix::after{
content: "";
display: block;
clear: both;
}