/* ============ reset styles ============  */
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: left;
}

i {
  font-style: normal;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

fieldset {
  border: 0;
}

button,
select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button,
label,
select,
summary,
[role=button],
[role=option] {
  letter-spacing: inherit;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: auto;
  appearance: auto;
}

details > summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}