html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

label {
  display: block;
}

img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
  color: inherit;
  width: fit-content;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

address {
  font-style: normal;
}