/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

body,
input,
button,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

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

p {
  margin: 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

b,
strong {
  font-weight: bold; }

/*i, em {
  font-style: italic;
}*/
input,
select,
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  -webkit-appearance: menulist-button; }

select::-ms-expand {
  display: none; }

textarea {
  resize: none; }

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

img,
picture {
  display: block;
  height: auto; }

button,
input,
textarea {
  background: inherit;
  border: 0;
  outline: 0;
  cursor: pointer;
  font: inherit;
  color: inherit; }

iframe {
  display: block;
  max-width: 100%; }

html,
body,
#app {
  height: 100%; }

.clear:before,
.clear:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }

.hidden {
  display: none; }

.svg-sprite,
.svg-sprite svg {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden; }

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  src: local("Noto Sans"), local("NotoSans"), url(/abc24b0f77dd16d0b4ea7cbe4a1082b0.woff2) format("woff2"), url(/4bdffaaa646258ee12f4303664e3c806.woff) format("woff"), url(/4cd101b120e15f4d64f73a6bf87fbac7.ttf) format("truetype"), url(/e57cdedaa9f98acfbdb4eb713528dbd8.svg#NotoSans) format("svg"); }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #3b414f;
  margin: 0;
  height: 100%; }

html {
  margin: 0;
  height: 100%; }

h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 43px;
  text-align: center; }

p {
  text-align: center;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 19px; }

img {
  width: 100%;
  height: auto; }

#app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

