@charset "utf-8";

/* reset */
*{margin:0;padding:0;color:initial; font: inherit;}
*, :after, :before {box-sizing:border-box;}
:root {-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;text-size-adjust:100%;cursor:default;line-height:1.5;overflow-wrap:break-word;word-break:break-word;tab-size:4}
html {-ms-content-zooming: none; -ms-touch-action: pan-x pan-y;-moz-text-size-adjust: none;-webkit-text-size-adjust: none;text-size-adjust: none;}
html, body {height:100%;}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd {margin-block-end: 0;}
img, picture, video, canvas, svg {display: block;max-width:100%;}
button {background:none;border:0;cursor:pointer;}
input {outline: none;}
ul[role='list'],ol[role='list'], ul {list-style: none;}
h1,h2,h3,h4 {text-wrap: balance;}
a {text-decoration:none;cursor:pointer;}
table {border-collapse:collapse;border-spacing:0}
textarea:not([rows]) {min-height: 4rem;}
:target {scroll-margin-block: 5ex;}