/* ==========================================================================
    Reset
========================================================================== */

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

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    /* font-family: inherit; */
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
    border: 0;
    background: transparent;
}

button {
    cursor: pointer;
}

/*button,
input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}*/

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

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

address,
em,
i {
    font-style: normal;
}

strong,
b {
    font-weight: 700;
}

fieldset {
    border: 0;
}

textarea {
    resize: vertical;
}

:where([hidden]) {
    display: none !important;
}
img{
vertical-align:middle;
}