html {
  box-sizing: border-box;
  font-family: "Raleway",Helvetica,Arial;
  background-color: white;
  font-weight: normal;
  letter-spacing: 1px;
  color: black;
  font-weight: normal; }

h1, h2, p, body {
  padding: 0;
  margin: 0; }

a {
  color: black;
  text-decoration: none;
  cursor: pointer; }

a.get {
  font-size: 36px; }
  a.get img {
    height: 24px;
    width: 24px; }
  a.get .label {
    margin-left: 10px;
    border-bottom: 1px solid #3298fc; }

a:visited {
  color: black; }

body.main .header {
  border-bottom: 1px solid #ccc;
  height: 90px; }
  body.main .header .inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative; }
    body.main .header .inner a.icon_link img {
      margin-top: 23px;
      border-radius: 10px;
      height: 46px;
      width: 46px; }
    body.main .header .inner a.icon_link span.label {
      font-weight: 400;
      font-size: 36px;
      line-height: 50px;
      position: relative;
      left: 15px;
      top: -9px; }
    body.main .header .inner ul {
      position: absolute;
      top: 20px;
      right: 0;
      list-style: none; }
      body.main .header .inner ul li {
        padding-left: 20px;
        display: inline-block; }
        body.main .header .inner ul li a {
          font-size: 18px;
          border-bottom: 1px solid #3298fc; }

body.main h1 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 300; }

body.main h2 {
  color: #000000;
  letter-spacing: 0.2em;
  font-weight: bold; }

body.main .intro, body.main .multiple, body.main .steps {
  height: 614px;
  border-bottom: 1px solid #ccc; }
  body.main .intro .inner, body.main .multiple .inner, body.main .steps .inner {
    height: 614px; }
  body.main .intro p, body.main .multiple p, body.main .steps p {
    font-size: 24px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 20px; }

body.main .intro .inner, body.main .steps .inner {
  padding-top: 155px; }

body.main .intro img.screen, body.main .steps img.screen {
  top: 52px;
  right: 60px;
  position: absolute; }

body.main .multiple img.screen {
  top: 52px;
  left: 60px;
  position: absolute; }

body.main .multiple h1 {
  margin-top: 155px; }

body.main .multiple h1, body.main .multiple p {
  width: 420px;
  float: right;
  clear: right; }

body.main .dialog {
  border-bottom: 1px solid #ccc; }

body.main .section img.screen {
  height: 562px;
  width: 314px; }

body.main .section .inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

body.main .dialog {
  height: 235px; }
  body.main .dialog img {
    margin-top: 20px;
    width: 32px;
    height: 32px; }
  body.main .dialog ul li {
    padding-top: 30px;
    font-size: 18px;
    width: 33%;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 1.3em; }
    body.main .dialog ul li h2 {
      font-size: 24px;
      letter-spacing: 0px;
      margin-bottom: 10px; }

body.main .comparison {
  text-align: center; }
  body.main .comparison h1 {
    font-size: 48px;
    margin-top: 40px; }
  body.main .comparison p {
    font-size: 22px;
    margin-top: 40px;
    line-height: 1.4em; }
  body.main .comparison table {
    margin: 40px auto 0;
    position: relative; }
    body.main .comparison table thead th {
      font-size: 20px;
      font-weight: bold;
      padding: 10px; }
    body.main .comparison table tbody tr {
      height: 56px; }
    body.main .comparison table tbody td {
      border-top: 1px solid #CCC; }
    body.main .comparison table tbody td.feature {
      width: 50%;
      font-size: 16px;
      text-align: left; }
    body.main .comparison table tbody td.tick {
      vertical-align: middle; }
    body.main .comparison table img {
      width: 24px;
      height: 24px; }

body.main .get {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px; }

body.main .contact {
  text-align: center;
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 80px;
  line-height: 1.6em; }
  body.main .contact a {
    text-decoration: underline; }

body.presskit {
  font-size: 16px; }
  body.presskit .main {
    max-width: 1100px;
    margin: 0 auto;
    position: relative; }
  body.presskit h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 300; }
  body.presskit h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 30px; }
  body.presskit span.note {
    font-size: 18px; }
  body.presskit #header a, body.presskit #contact a {
    border-bottom: 1px solid #3298fc; }
  body.presskit #screens img {
    width: 18%;
    margin-right: 22px; }
  body.presskit #icon img {
    width: 128px;
    height: 128px; }
  body.presskit #creators {
    padding-bottom: 80px; }
    body.presskit #creators p {
      line-height: 1.4em;
      margin-top: 20px; }
