/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html, 
body {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

section {
    display: block;
}

i,
img,
picture,
canvas,
video {
    height: auto;
    max-width: 100%;
    display: block;
    position: relative;
}

picture {
    display: block;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

img,
svg {
    display: block;
    pointer-events: none;
}

video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
a, 
li, 
ul, 
ol, 
span, 
strong, 
em  {
    padding: 0; 
    margin: 0; 
    font-style: normal;
    font-weight: inherit;
    letter-spacing: normal;
}

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

a,
div {
    position: relative;
}

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

.btn,
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    will-change: transform;
}

button, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    background: 0 0;
    color: inherit;
    cursor: pointer;
}


::-moz-selection { 
    text-shadow: none;
}


::selection { 
    text-shadow: none;
}
::-moz-selection { 
    text-shadow: none;
}

:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}