* {
	scroll-behavior: smooth;
}

html, body {
    overflow-x: clip;
	scroll-behavior: smooth;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0!important;
}

body {
	position: relative;
	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul, ol {
	padding-inline-start: 1.125rem;
	margin-block-start: 0;
}