* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
  overflow-x: hidden;
  max-width: 100vw;
}

a {
  text-decoration: none !important;
  color: #043F6D !important;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=general.css.map */