/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/*@import url("https://hello.myfonts.net/count/31431f");*/
/* line 11, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, _normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, _normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 73, _normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, _normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, _normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, _normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, _normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, _normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, _normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 172, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, _normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 188, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 196, _normalize.scss */
sup {
  top: -0.5em; }

/* line 200, _normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, _normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, _normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, _normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, _normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, _normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, _normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 339, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, _normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'PublicaSans-Black';
  src: url("/fonts/31431F_0_0.eot");
  src: url("/fonts/31431F_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/31431F_0_0.woff2") format("woff2"), url("/fonts/31431F_0_0.woff") format("woff"), url("/fonts/31431F_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'PublicaSans-Bold';
  src: url("/fonts/31431F_2_0.eot");
  src: url("/fonts/31431F_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/31431F_2_0.woff2") format("woff2"), url(/fonts/31431F_2_0.woff") format("woff"), url("/fonts/31431F_2_0.ttf") format("truetype"); }
/* line 17, site.css.scss */
html, body {
  height: 100%; }

/* line 21, site.css.scss */
html {
  border: #4db16a solid 10px;
  box-sizing: border-box; }

/* line 26, site.css.scss */
body {
  background: #fff;
  text-align: center;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  bottom: 0; }
  /* line 26, ../../../../../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/neat-3.0.0/core/neat/mixins/_grid-container.scss */
  body::after {
    clear: both;
    content: "";
    display: block; }

/* line 40, site.css.scss */
.welcome {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  position: absolute;
  top: 58%;
  transform: translateY(-70%); }

/* line 47, site.css.scss */
.title {
  font-family: 'PublicaSans-Bold';
  color: #4db16a;
  margin: 0;
  padding: 30px 0;
  text-indent: 30px; }
  @media (max-width: 768px) {
    /* line 47, site.css.scss */
    .title {
      text-indent: 20px; } }
  /* line 56, site.css.scss */
  .title.top {
    text-align: left !important; }
  /* line 59, site.css.scss */
  .title.bottom {
    transform: rotate(-180deg);
    position: absolute;
    bottom: 0;
    right: 0 !important; }
  /* line 65, site.css.scss */
  .title.reg {
    position: absolute;
    bottom: 0;
    padding: 30px 0;
    text-indent: 15px;
    cursor: default; }
    @media (max-width: 768px) {
      /* line 65, site.css.scss */
      .title.reg {
        text-indent: 10px; } }
    /* line 74, site.css.scss */
    .title.reg i {
      vertical-align: middle; }
    /* line 77, site.css.scss */
    .title.reg span {
      color: #000;
      font-size: 13px;
      line-height: 1em; }

/* line 86, site.css.scss */
#container:hover + #cube {
  background-color: yellow; }

/* line 88, site.css.scss */
.logo {
  position: relative;
  max-width: 521px;
  width: 100%;
  margin: 0 auto; }
  /* line 93, site.css.scss */
  .logo img.frame {
    max-width: 521px;
    width: 100%;
    position: absolute;
    transition: none; }
  /* line 100, site.css.scss */
  .logo img.tok {
    transition: all 0.1s ease;
    max-width: 521px;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 0px #ccc);
    filter: drop-shadow(0px 0px 0px #ccc);
    z-index: 500; }
  /* line 111, site.css.scss */
  .logo.bolt03 img.bolt {
    transition: all 0.3s ease;
    max-width: 152px;
    width: 30%;
    position: absolute;
    right: 15px;
    z-index: 1000; }
    /* line 119, site.css.scss */
    .logo.bolt03 img.bolt.on {
      opacity: 0;
      transition: all 0.3s ease;
      right: 5px; }
  /* line 128, site.css.scss */
  .logo.bolt03 .switch:hover .bolt.on {
    opacity: 0.8;
    transition: all 0.3s ease; }
  /* line 133, site.css.scss */
  .logo.bolt03 .switch:hover + .tok {
    -webkit-filter: drop-shadow(-5px 5px 0px #ccc);
    transition: all 0.1s ease; }

/* line 143, site.css.scss */
h1 {
  font-family: 'PublicaSans-Bold';
  font-size: 1.2em;
  color: #4db16a;
  font-weight: 400;
  text-align: left;
  margin: 20px auto;
  max-width: 521px; }
  @media (max-width: 768px) {
    /* line 143, site.css.scss */
    h1 {
      font-size: 1em; } }
  /* line 151, site.css.scss */
  h1 a {
    text-decoration: underline;
    color: #4db16a; }
  @media (max-width: 414px) {
    /* line 156, site.css.scss */
    h1 .no-mob {
      display: none; } }
  /* line 160, site.css.scss */
  h1 span.ph {
    font-family: 'PublicaSans-Black';
    font-size: 1.6em;
    color: #4db16a;
    display: block;
    margin-top: 25px; }
    /* line 166, site.css.scss */
    h1 span.ph i {
      padding: 2px; }
    /* line 170, site.css.scss */
    h1 span.ph:hover i {
      animation: shake 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: translate3d(0, 0, 0); }

/* line 183, site.css.scss */
.welcome .tok {
  -webkit-animation: welcome .9s;
  -webkit-animation-iteration-count: 1; }

/* line 188, site.css.scss */
.welcome .bolt {
  -webkit-animation: welcome 1.5s;
  -webkit-animation-iteration-count: 1; }

@-webkit-keyframes welcome {
  from {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0);
    opacity: 0; }
  82.5% {
    -webkit-transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    opacity: 1; }
  to {
    -webkit-transform: scale(1); } }
@-webkit-keyframes shadow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 0px #000);
    filter: drop-shadow(0px 0px 0px #000); }
  90% {
    -webkit-filter: drop-shadow(0px 0px 0px #000);
    filter: drop-shadow(0px 0px 0px #000); }
  95% {
    -webkit-filter: drop-shadow(5px 5px 0px #000);
    filter: drop-shadow(-5px 5px 0px #000); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 0px #000);
    filter: drop-shadow(0px 0px 0px #000); } }
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0); }
  40%, 60% {
    transform: translate3d(1px, 0, 0); } }
