* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--state-focused);
    outline-offset: 2px;
}

a {
    color: inherit;
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
}

html {
    height: auto;
}

body {
    font-family: var(--main-font-family);
    font-size: 16px;
    line-height: normal;
    color: var(--white);
    font-weight: 400;
    font-style: normal;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
.grecaptcha-badge {
    visibility: hidden;
}