@charset "UTF-8";
/* -------------------------------- 
Primary style
-------------------------------- */
*, body, select, input, textarea {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1rem;
  color: #111433;
  background-color: #ffffff;
}

a {
  color: #3DCD58;
  text-decoration: none;
}

img {
  max-width: 100%;
}

header {
	position: sticky;
	top: 0;
	z-index: 1001;
}

