@charset "UTF-8";
html {
    box-sizing: border-box;
        background-color: #fbfcfc;
    color: #3c3d43;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100% font: 100%/1.45;
    text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    background: #fbfcfc;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
    padding: 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    outline: 0;
}
a:active, a:hover {
    outline-width: 0;
}
img {
    border-style: none;
}
ol, ul {
    list-style: none;
}

audio, canvas, embed, iframe, img, object, picture, svg, video {
    height: auto;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
    text-align: left;
    vertical-align: top;
}
input, button, textarea, select {
  font: inherit;
}