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

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

ul, ol, button {
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
}