body {
    overflow-anchor: none
}

body,p,h1,h2,h3,h4,h5,h6,button,fieldset {
    margin: 0;
    padding: 0
}

html {
    font-variation-settings: "wght" 450;
    color: #242424;
    text-rendering: geometricPrecision;
    background: #fff;
    font-family: Hauss, Segoe UI, -apple-system, Roboto, Helvetica Neue, Noto Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
    font-weight: 400;
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

input,button {
    border: none;
    font-family: inherit
}

input::-ms-clear {
    width: 0;
    height: 0;
    display: none
}

input::-ms-reveal {
    width: 0;
    height: 0;
    display: none
}

input[type=search]::-webkit-search-decoration {
    display: none
}

input[type=search]::-webkit-search-cancel-button {
    display: none
}

input[type=search]::-webkit-search-results-button {
    display: none
}

input[type=search]::-webkit-search-results-decoration {
    display: none
}

button {
    cursor: pointer;
    background-color: #0000
}

img {
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    border: 0;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

abbr,fieldset {
    border: none;
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

textarea {
    resize: none
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

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