html {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    word-wrap: break-word
}

body {
    position: relative
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
br,
button,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
time,
ul,
var,
video {
    vertical-align: baseline;
    margin: 0;
    outline: transparent;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-weight: 400;
    font-size: 100%;
    letter-spacing: 0;
    background: 0 0
}

img {
    display: inline-block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

sub,
sup {
    margin: 0;
    outline: transparent;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    background: 0 0
}

a {
    color: inherit
}

textarea {
    font-family: inherit
}

caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    outline: transparent;
    border: 0;
    padding: 0;
    font-size: 100%;
    background: 0 0
}

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

blockquote,
q {
    quotes: none
}

.js-focus-visible :focus:not(.focus-visible),
:focus,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover {
    outline: transparent
}

a,
a:active,
a:hover,
ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a,
button,
button:active,
button:focus,
button:hover,
input {
    cursor: pointer
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: visible;
    margin: 0;
    border: none;
    padding: 0;
    width: auto;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    line-height: normal;
    background-color: transparent
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none
}

input,
textarea {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    resize: none
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

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

address {
    font-style: normal
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}