@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* line 29, ../../sass/splash/partials/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 35, ../../sass/splash/partials/_base.scss */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 43, ../../sass/splash/partials/_base.scss */
body {
  background-image: url("../../img/hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  color: #FFF;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
}

/* line 53, ../../sass/splash/partials/_base.scss */
img {
  width: 100%;
  height: auto;
}

/* line 58, ../../sass/splash/partials/_base.scss */
h1 {
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  letter-spacing: -0.03em;
}

/* line 65, ../../sass/splash/partials/_base.scss */
p {
  font-size: 1em;
}

/* line 69, ../../sass/splash/partials/_base.scss */
a {
  text-decoration: none;
}

/* line 1, ../../sass/splash/partials/_placeholders.scss */
.hero .content > div .launch-btn .btn {
  font-size: 1em;
  white-space: nowrap;
  padding: 0.9em 1.2em 0.7em;
  font-family: 'Open Sans', Helvetica,Arial,sans-serif;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 600;
  zoom: 1;
  color: #FFF;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -ms-border-radius: 0.2em;
  border-radius: 0.2em;
  text-align: center;
  position: relative;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
/* line 23, ../../sass/splash/partials/_placeholders.scss */
.hero .content > div .launch-btn .btn:hover {
  background-color: rgba(0, 0, 0, 0.33);
  cursor: pointer;
}
/* line 28, ../../sass/splash/partials/_placeholders.scss */
.hero .content > div .launch-btn .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, ../../sass/splash/layout/_header.scss */
header {
  padding: 0 1.5rem 2.75rem;
  max-width: 1000px;
  margin: auto;
}
/* line 7, ../../sass/splash/layout/_header.scss */
header nav {
  padding: 1.5rem 0 0;
}
/* line 10, ../../sass/splash/layout/_header.scss */
header nav .w-logo {
  width: 60px;
}
/* line 14, ../../sass/splash/layout/_header.scss */
header nav .ww {
  margin: 0;
  padding: 0;
}
/* line 18, ../../sass/splash/layout/_header.scss */
header nav .ww_logo {
  width: 60px;
  height: 18px;
}

/* line 1, ../../sass/splash/layout/_hero.scss */
.hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  padding: 0 1.5rem 2.75rem;
}
/* line 10, ../../sass/splash/layout/_hero.scss */
.hero .content {
  margin-bottom: 2rem;
  max-width: 600px;
}
/* line 14, ../../sass/splash/layout/_hero.scss */
.hero .content h1 {
  margin: 0 0 0.2em;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.27273;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
/* line 23, ../../sass/splash/layout/_hero.scss */
.hero .content h1 span {
  display: block;
  font-weight: 600;
}
/* line 30, ../../sass/splash/layout/_hero.scss */
.hero .content > div .launch-btn {
  margin-top: 1.9em;
}
/* line 38, ../../sass/splash/layout/_hero.scss */
.hero .content > div p.notice {
  color: #FFF;
  opacity: 0.8;
  font-size: 0.8em;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 1.5em 0 0;
  margin: 2em 0 0;
}
/* line 49, ../../sass/splash/layout/_hero.scss */
.hero .content > div p.notice span {
  font-weight: 600;
}

@media (min-width: 820px) {
  /* line 27, ../../sass/splash/layout/_header.scss */
  header {
    padding: 0 1.5rem 2rem;
  }
  /* line 30, ../../sass/splash/layout/_header.scss */
  header nav {
    display: flex;
    align-items: flex-end;
  }
  /* line 34, ../../sass/splash/layout/_header.scss */
  header nav .w-logo {
    width: 40px;
  }
  /* line 39, ../../sass/splash/layout/_header.scss */
  header nav .ww_logo {
    width: 127px;
    height: 17px;
    margin: 0 0 0 0.3rem;
  }

  /* line 58, ../../sass/splash/layout/_hero.scss */
  .hero {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    padding: 0 2.25rem 2.75rem;
  }
  /* line 68, ../../sass/splash/layout/_hero.scss */
  .hero .content h1 {
    font-size: 3.3em;
  }
  /* line 73, ../../sass/splash/layout/_hero.scss */
  .hero .preview {
    display: block;
  }
}
