html {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Montserrat, Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #111;
}
*, *::before, *::after {
  box-sizing: border-box;
}
div, input, textarea, select, button, label, a, p, span, header, section, footer, form, svg {
  line-height: 1.5;
}
button, input, select, textarea {
  background-color: transparent;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  border-style: none;
  margin: 0;
  padding: 0;
}
*:focus {
  outline-style: none;
}
button {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
a {
  cursor: pointer;
  color: inherit;
}
summary {
  cursor: pointer;
}
details > summary {
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > summary::marker {
  display: none;
}
details > summary::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.6rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  display: inline-block;
}
details[open] > summary::before {
  transform: rotate(45deg);
}
iframe {
  border: 0 none;
}
*[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.3;
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.17rem;
}
h3 {
  font-size: 1rem;
}
img, video {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
@media (max-width: 500px) {
  div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}
