/**** RESET ****//**** RESET ****//**** RESET ****/
*, *::before, *::after {box-sizing: border-box;}
html {font-size: 100%; scroll-behavior: smooth;}
body {margin: 0px;}
body, h1, h2, h3, p, ul, ol, dl, dd, figure {margin: 0px;}
ul, ol {padding: 0px;}
ul {list-style: none;}
button, input, textarea, select {font: inherit;}
button {padding: 0px; color: inherit; border: 0px; background: none; cursor: pointer;}
a {color: inherit; text-decoration: none;}
img, picture, video, svg {display: block; max-width: 100%;}
img {height: auto;}
address {font-style: normal;}
[hidden] {display: none !important;}
