* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-family-text, vw-text, Helvetica, Arial, sans-serif);
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.15;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  text-rendering: auto;
  color: -internal-light-dark(buttontext, #aaaaaa);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  cursor: default;
  font: 400 13.3333px Arial;
}

button:focus {
  outline: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

svg {
  vertical-align: unset;
}

.space {
  word-break: break-all;
}

ul {
  list-style: none;
  padding: 0;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
