html,
body,
section,
div,
span,
main,
header,
footer,
::before,
::after,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tr,
th,
td,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box;
}

textarea,
input[type="text"],
input[type="submit"],
button {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

body {
  margin-top: -20px;
}
@media screen and (max-width: 800px) {
  body {
    margin-top: auto;
  }
}

/* */
.grecaptcha-badge {
  visibility: hidden;
}
