* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
button{
	cursor:pointer;
	border:none;
}
input::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: 1;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #969696;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #969696;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #969696;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #969696;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #969696;
}
body{
	font-family: "Fixel Variable", sans-serif;
	color: #000;
	font-size:14px;
	background: #FFF;
}