@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding-left: 0;
}

body,
blockquote,
figure,
fieldset {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

dd {
    margin-left: 0;
}

fieldset {
    padding: 0;
    border: none;
}

ul {
    list-style: none;
}

address {
    font-style: normal;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

p {
    text-wrap: pretty;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

input,
textarea,
select,
button {
    font: inherit;
}

input::-ms-clear {
    display: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

html {
    height: 100%;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    display: inline-flex;
}

button,
label {
    cursor: pointer;
}

button {
    -webkit-tap-highlight-color: transparent;
}

*[fill]:not([fill="none"]):not([fill^="url"]) {
    fill: currentColor;
}

*[stroke]:not([stroke="none"]):not([stroke^="url"]) {
    stroke: currentColor;
}

svg * {
    transition-property: fill, stroke;
}

table {
    border-collapse: collapse;
    border-color: currentColor;
}

#root,
#__next {
    isolation: isolate;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}
