/* Reset and HTML5 element defaults */
*, *::before, *::after {box-sizing: border-box;}
html {-webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;}
body {margin: 0; background: #fbfaf7; color: #1a1a1a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
img, picture, video, svg {max-width: 100%; height: auto; display: block;}
button, input, select, textarea {font: inherit; color: inherit;}
button {background: none; border: 0; cursor: pointer; padding: 0;}
a {color: #0d8048; text-decoration: underline; text-underline-offset: 2px;}
a:hover {color: #0a6238;}
[hidden] {display: none !important;}
