@charset "UTF-8";
/* CSS Document */
*, *::before, *::after{ box-sizing:border-box; }
html, body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd{ margin:0; }
ul, ol{ margin:0; padding:0; list-style:none; }
html:focus-within{ scroll-behavior:smooth; }
img, picture, video, canvas, svg{ display:block; max-width:100%; height:auto; }
input, button, textarea, select{ font: inherit; color: inherit; }
button{ background:none; border:0; cursor:pointer; }
a{ color: inherit; }
html, body{ height:100%; }
body{ text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }