html {
  overflow: hidden;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  overflow: auto;
  font: 14px "Lato", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
.nextTeam {
  position: fixed;
  left: 50%;
  top: 100px;
  background: #fff;
  padding: 30px;
  transform: translateX(-50%);
  box-shadow: 0 0 0 3000px rgba(0,0,0,0.7);
  border-radius: 10px;
}
.reset {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e24343;
  z-index: 1000;
  background-image: url("../images/logo.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-bg {
  font-size: 20px;
  padding: 13px 25px;
  border-radius: 5px;
  background: linear-gradient(#5bb51d, #448a14);
  color: #fff;
  font-weight: bold;
  border: 1px solid #448a14;
}
.btn-bg:focus,
.btn-bg:active {
  background: linear-gradient(#448a14, #5bb51d);
  outline: 0 none;
}
.btn-bg:disabled {
  background: #ccc;
  border: 1px solid #aaa;
}
#pg-slack {
  background: #f36;
  background-image: linear-gradient(120deg, #c460d0 0%, #ef4b61 100%);
  font: 14px "Lato", Helvetica, Arial, sans-serif;
  padding: 50px;
  user-select: none;
/*
  video
    transform-origin 100% 0
    position fixed
    top 50%
    right 50%
    width 1000px
    border-radius 5px
    box-shadow 0 3px 7px rgba(0,0,0,0.3)
    transition 0.5s ease-out
    opacity 1
  #video.small video
    transform scale(.4) translate(0, 0)
    top 60px
    right 60px
    */
}
#pg-slack #rightside {
  position: absolute;
  top: 60px;
  left: 50px;
  height: calc(100% - 120px);
  width: calc(100% - 560px);
}
#pg-slack #rightside #rules,
#pg-slack #rightside #gameplay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease-out;
}
#pg-slack #rightside #rules.on,
#pg-slack #rightside #gameplay.on {
  opacity: 1;
}
#pg-slack #rightside #rules .rules {
  list-style: none;
  color: #fff;
}
#pg-slack #rightside #rules .rules li {
  font-size: 40px;
  margin-bottom: 50px;
  opacity: 0.2;
  transition: 0.3s ease-out;
}
#pg-slack #rightside #rules .rules li.on {
  opacity: 1;
}
#pg-slack #rightside #rules .rules img {
  margin-right: 30px;
  vertical-align: middle;
  display: inline-block;
}
#pg-slack #rightside #gameplay .brandmark {
  margin: auto;
  display: block;
  margin-bottom: 30px;
  width: 110px;
  height: 110px;
}
#pg-slack #rightside #gameplay .track {
  background: #fff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  padding: 12px;
  position: absolute;
  top: 280px;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease-out;
}
#pg-slack #rightside #gameplay .track.on {
  opacity: 1;
  transform: scale(1);
}
#pg-slack #rightside #gameplay .track.t-programming {
  left: -37px;
}
#pg-slack #rightside #gameplay .track.t-design {
  left: 115px;
}
#pg-slack #rightside #gameplay .track.t-devops {
  left: 265px;
  padding: 10px 0 0 14px;
}
#pg-slack #rightside #gameplay .track.t-marketing {
  left: 414px;
}
#pg-slack #rightside #gameplay .track.t-product {
  left: 564px;
}
#pg-slack #rightside #gameplay .track .emoji {
  width: 80px;
  height: 40px;
  top: 200px;
  position: absolute;
  left: 0px;
}
#pg-slack #rightside #gameplay .track .emoji .e1,
#pg-slack #rightside #gameplay .track .emoji .e2,
#pg-slack #rightside #gameplay .track .emoji .e3 {
  transform: scale(0);
  opacity: 0;
}
#pg-slack #rightside #gameplay .track .emoji .e1 {
  width: 40px;
  height: 40px;
  left: 20px;
  border-radius: 40px;
  background: #fff;
  border: 3px solid #d557a2;
  position: absolute;
  z-index: 100;
  transition: 0.5s ease-out;
}
#pg-slack #rightside #gameplay .track .emoji .e2,
#pg-slack #rightside #gameplay .track .emoji .e3 {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  z-index: 99;
  top: 4px;
  transition: 0.5s ease-out 0.2s;
}
#pg-slack #rightside #gameplay .track .emoji .e2 {
  left: 0;
  transform: scale(0) translate(20px, 0);
  transform-origin: 100% 50%;
}
#pg-slack #rightside #gameplay .track .emoji .e3 {
  right: 0;
  transform: scale(0) translate(-20px, 0);
  transform-origin: 0 50%;
}
#pg-slack #rightside #gameplay .track .emoji.on .e1,
#pg-slack #rightside #gameplay .track .emoji.on .e2,
#pg-slack #rightside #gameplay .track .emoji.on .e3 {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
#pg-slack #rightside #gameplay .track svg {
  width: 55px;
  height: 55px;
}
#pg-slack #rightside #gameplay .track svg path {
  fill: #d557a2;
}
#pg-slack #rightside #gameplay #gameplay-svg {
  width: 609px;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
  top: 70px;
}
#pg-slack #rightside #gameplay.on {
  opacity: 1;
}
#pg-slack #rightside #gameplay.on polyline {
  fill: transparent;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#pg-slack #title {
  top: 50%;
  opacity: 0;
  position: absolute;
  transform: translateY(-100%);
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  transition: 0.5s ease-out;
}
#pg-slack #title.on {
  opacity: 1;
}
#pg-slack #title .title-name {
  font-size: 80px;
  font-family: 'Carter One';
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
#pg-slack #title .title-desc {
  font-size: 30px;
  opacity: 0.7;
}
#pg-slack #timer {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 400px;
  padding: 30px;
  text-align: center;
  border-radius: 6px;
  font-size: 60px;
  color: #fff;
  font-family: 'Share Tech Mono';
  background: rgba(0,0,0,0.3);
  text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  transition: 0.3s ease-out 0.5s;
  opacity: 0;
}
#pg-slack #timer.test {
  bottom: 20px;
}
#pg-slack #timer.on {
  opacity: 1;
}
#pg-slack #slack {
  z-index: 1000;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 60px;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  width: calc(100% - 580px);
  transform: translateX(-120%);
  transition: 0.5s ease-out;
}
#pg-slack #slack.on {
  transform: translateX(0);
}
#pg-slack #slack #sidebar {
  background: #4d394b;
  width: 220px;
  padding: 25px 19px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
}
#pg-slack #slack #sidebar h1 {
  margin: 0;
  font-size: 1.325rem;
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#pg-slack #slack #sidebar .user {
  color: #ab9aa8;
  padding-top: 5px;
  font-size: 17px;
}
#pg-slack #slack #sidebar .user .active {
  width: 9px;
  height: 9px;
  border-radius: 11px;
  background: #36978d;
  display: inline-block;
  margin-right: 5px;
}
#pg-slack #slack #sidebar h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #ac9ba9;
}
#pg-slack #slack #sidebar h2:hover {
  color: #f5f3f4;
}
#pg-slack #slack #sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pg-slack #slack #sidebar ul li.channel {
  color: #ab9aa8;
  font-size: 17px;
  margin-left: -19px;
  padding: 4px 19px;
  border-radius: 0 5px 5px 0;
}
#pg-slack #slack #sidebar ul li.channel:hover {
  background-color: #3e313c;
}
#pg-slack #slack #sidebar ul li.channel:before {
  content: "#";
  color: #7c6a7a;
  margin-right: 6px;
  width: 8px;
  display: inline-block;
}
#pg-slack #slack #sidebar ul li.channel.person:before {
  content: "";
  color: #7c6a7a;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #857483;
  opacity: 0.5;
}
#pg-slack #slack #sidebar ul li.channel.highlighted {
  background: #4c9689;
  color: #fff;
}
#pg-slack #slack #sidebar ul li.channel.highlighted:before {
  color: #b2d5c9;
}
#pg-slack #slack #sidebar ul li.channel .tooltip {
  font-size: 14px;
  position: relative;
  height: 1px;
  display: inline-block;
  padding-left: 4px;
  vertical-align: bottom;
  top: -19px;
}
#pg-slack #slack #sidebar ul li.channel .tooltip .show {
  display: none;
}
#pg-slack #slack #sidebar ul li.channel .tooltip:hover .show {
  display: block;
  position: absolute;
  background: #000;
  padding: 3px 12px 4px;
  border-radius: 5px;
  white-space: nowrap;
  color: #fff;
  left: -25px;
  top: -32px;
}
#pg-slack #slack #body {
  padding-left: 220px;
  height: 100%;
}
#pg-slack #slack #body #navbar {
  height: 75px;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 23px;
}
#pg-slack #slack #body #navbar h3 {
  font-weight: bold;
  margin: 0;
  font-size: 19px;
  color: #2c2d30;
}
#pg-slack #slack #message {
  position: absolute;
  bottom: 0;
  left: 220px;
  padding: 0 25px 23px 25px;
  width: calc(100% - 220px);
  background: #fff;
  border-radius: 0 0 5px 0;
  height: 70px;
}
#pg-slack #slack #message #message-add {
  border: 2px solid #717274;
  width: 48px;
  border-radius: 5px 0 0 5px;
  height: 48px;
  border-right: 0 none;
  display: inline-block;
  position: relative;
}
#pg-slack #slack #message #message-add:hover {
  background: #56b68b;
  border-color: #4c9689;
}
#pg-slack #slack #message #message-add:hover:before,
#pg-slack #slack #message #message-add:hover:after {
  background: #fff;
}
#pg-slack #slack #message #message-add:before {
  width: 16px;
  height: 2px;
  background: #717274;
  display: block;
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 21px;
  left: 15px;
}
#pg-slack #slack #message #message-add:after {
  width: 2px;
  height: 16px;
  background: #717274;
  display: block;
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 14px;
  left: 22px;
}
#pg-slack #slack #message #message-input {
  border: 2px solid #717274;
  border-radius: 0 5px 5px 0;
  padding: 7px 13px;
  font-size: 18px;
  width: calc(100% - 48px);
  color: #3d3c40;
  display: inline-block;
  vertical-align: top;
  height: 48px;
}
#pg-slack #slack #message #message-input:focus {
  outline: 0 none;
}
#pg-slack #slack #content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100% - 70px - 70px);
}
#pg-slack #slack #content #content-slide {
  padding: 25px 23px;
  width: 100%;
  overflow: auto;
  position: absolute;
  bottom: 0;
  max-height: 100%;
}
#pg-slack #slack #content #content-slide .intro {
  padding-bottom: 30px;
}
#pg-slack #slack #content #content-slide .intro h4 {
  font-size: 30px;
  color: #555459;
  margin: 0;
}
#pg-slack #slack #content #content-slide .intro p {
  font-size: 18px;
  max-width: 700px;
  line-height: 1.5em;
  color: #85838a;
}
#pg-slack #slack #content #content-slide .intro p * {
  font-size: 18px;
}
#pg-slack #slack #content #content-slide .date {
  font-weight: bold;
  color: #2c2d30;
  padding: 0;
  text-align: center;
  position: relative;
}
#pg-slack #slack #content #content-slide .date span {
  background: #fff;
  position: relative;
  padding: 0 10px;
  font-size: 18px;
}
#pg-slack #slack #content #content-slide .date:before {
  height: 1px;
  width: 100%;
  background: #e8e8e8;
  content: "";
  display: block;
  position: relative;
  top: 10px;
}
#pg-slack #slack #content #content-slide .message {
  padding-top: 15px;
  position: relative;
}
#pg-slack #slack #content #content-slide .message.template {
  display: none;
}
#pg-slack #slack #content #content-slide .message .avatar {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  background: #ddd;
  background-size: cover;
  background-position: middle middle;
  background-image: url("https://ca.slack-edge.com/T03J9BEME-U03J8PX65-eef48e240e54-48");
}
#pg-slack #slack #content #content-slide .message .avatar.se {
  background-image: url("/images/guy.png");
}
#pg-slack #slack #content #content-slide .message .message-body {
  padding-left: 54px;
  padding-top: 2px;
}
#pg-slack #slack #content #content-slide .message .message-body .message-name {
  font-weight: 900;
  color: #2c2d30;
  font-size: 17px;
  padding-right: 10px;
}
#pg-slack #slack #content #content-slide .message .message-body .message-time {
  font-size: 14px;
  color: #9e9ea6;
}
#pg-slack #slack #content #content-slide .message .message-body .message-text {
  padding-top: 4px;
  color: #4c4d50;
  font-size: 18px;
}
#pg-slack .a {
  color: #007ab8;
}
#pg-tc {
  background: #f9f9f9;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
#pg-tc header {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
  color: #a5a5a5;
  font-size: 17px;
}
#pg-tc header table {
  width: 100%;
}
#pg-tc header .header-left {
  width: 70%;
  padding-left: 40px;
  vertical-align: top;
}
#pg-tc header .header-left nav ul {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
  color: #333;
}
#pg-tc header .header-left nav li {
  font-size: 22px;
  padding-right: 45px;
  display: inline-block;
}
#pg-tc header .header-right {
  width: 30%;
  text-align: right;
}
#pg-tc header .header-right .social {
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  margin-top: 9px;
  display: inline-block;
  margin-right: 5px;
  background: #ececec;
  color: #959996;
}
#pg-tc header .header-right .search {
  width: 200px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-right: 0;
  float: right;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #039e01;
  position: relative;
}
#pg-tc header .header-right .search .fa-search {
  position: absolute;
  right: 0;
  padding: 9px 12px;
  border-left: 1px solid #cfd8cf;
  top: 0px;
  height: 100%;
  color: #a5a5a5;
}
#pg-tc .container {
  max-width: 1200px;
  margin: auto;
}
#pg-tc .content {
  width: 100%;
  margin-top: 30px;
}
#pg-tc .content .sidebar {
  width: 20%;
  vertical-align: top;
}
#pg-tc .content .sidebar .sidebar-item {
  background: #a5a5a5;
  margin-bottom: 2px;
  color: #fff;
  padding: 5px 10px;
  margin-right: 50px;
  height: 34px;
  position: relative;
}
#pg-tc .content .sidebar .sidebar-item:hover {
  background-color: #3e433e;
}
#pg-tc .content .sidebar .sidebar-item:hover:after {
  border-left-color: #3e433e;
}
#pg-tc .content .sidebar .sidebar-item:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: 100%;
  pointer-events: none;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 11px solid #a5a5a5;
  top: 0;
  margin-top: 0;
}
#pg-tc .content .main {
  width: 80%;
  vertical-align: top;
}
#pg-tc .content .main .social {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  margin-top: 9px;
  display: inline-block;
  margin-right: 5px;
}
#pg-tc .content .main .social.fa-facebook {
  background: #2f5f9c;
}
#pg-tc .content .main .social.fa-twitter {
  background: #55acee;
}
#pg-tc .content .main .social.fa-linkedin {
  background: #0074a1;
}
#pg-tc .content .main .social.fa-google-plus {
  background: #d24132;
}
#pg-tc .content .main .social.fa-reddit-alien {
  background: #6d91a6;
}
#pg-tc .content .main .social.fa-stumbleupon {
  background: #ef4b14;
}
#pg-tc .content .main .title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.4375em;
  color: #3e433e;
}
#pg-tc .content .main .byline {
  color: #aab6aa;
  font-style: italic;
  font-size: 14px;
}
#pg-tc .content .main hr {
  border: 0 none;
  border-top: 1px solid #000;
}
#pg-tc .content .main p {
  color: #3e433e;
  line-height: 1.65em;
  font-size: 15px;
}
#pg-tc .content .hero-logo {
  background: #fe859d;
  padding: 60px;
  text-align: center;
}
#pg-tc .content .hero-logo strong {
  color: #fff;
  font-size: 40px;
  font-family: 'Carter One';
  text-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
#pg-tc .content .hero-logo p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-weight: normal;
  font-size: 20px;
}
#pg-tc .content .ads {
  width: 100%;
}
#pg-tc .content .ads .the-ad {
  width: 200px;
  padding-left: 20px;
}
#pg-tc .a {
  color: #039e01;
}
#pg-tc .a:hover {
  color: #026f01;
}
#pg-tc td {
  vertical-align: top;
}
#pg-tc .se-ad {
  width: 100%;
  height: 600px;
  background: #148ef2;
}
#pg-admin {
  padding: 0;
  margin: 0;
}
#pg-admin #modify {
  background: #cbcbf9;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}
#pg-admin #modify input {
  margin-right: 15px;
  padding: 10px;
  font-size: 15px;
}
#pg-admin #modify h2 {
  margin-top: 0;
}
#pg-admin .template {
  display: none;
}
#pg-admin #content {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #ddd;
}
#pg-admin #content #content-slide {
  overflow: auto;
  height: calc(100% - 90px);
  padding: 20px;
}
#pg-admin #content #content-slide .message {
  margin-bottom: 15px;
}
#pg-admin #content #content-slide .message .message-time {
  color: #999;
}
#pg-admin #content #content-slide .message .message-name {
  font-weight: bold;
  margin-right: 5px;
}
#pg-admin #content #message {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eee;
  padding: 30px;
  border-top: 1px solid #ddd;
}
#pg-admin #content #message input {
  padding: 5px;
  border: 1px solid #bbb;
  font-size: 15px;
  width: 100%;
}
#pg-admin #body {
  margin-left: 400px;
  padding: 20px;
}
#pg-admin #controlpanel {
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
  padding: 0;
}
#pg-admin #controlpanel td {
  padding: 0;
}
#pg-admin #controlpanel .nextTeamShow {
  height: 94px;
  padding: 15px 25px;
  border-radius: 0 5px 5px 0;
  background: #eee;
}
#pg-admin #controlpanel .nextTeamShow hr {
  margin: 5px 0;
  border: 0 none;
  border-top: 1px solid #ddd;
}
#pg-admin #time {
  font-family: 'Share Tech Mono';
  height: 94px;
  width: 200px;
  text-align: center;
  background: #333;
  padding: 30px;
  font-size: 30px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  color: #fff;
}
#pg-admin button {
  margin-right: 15px;
}
#pg-dev {
  background: #2c90e6;
  user-select: none;
}
#pg-dev #code table {
  margin: 60px auto 0;
}
#pg-dev #code table td {
  padding: 30px;
}
#pg-dev .comment {
  padding-left: 20px;
  color: #888;
  font-family: 'Share Tech Mono';
  font-size: 17px;
}
#pg-dev .comment.bad {
  color: #f00;
}
#pg-dev #terminal {
  background: #333;
  border-radius: 5px;
  padding: 30px;
  height: 500px;
  width: 550px;
  position: relative;
  color: #fff;
}
#pg-dev #terminal .locs {
  color: #fff;
  max-height: 350px;
  overflow: hidden;
}
#pg-dev #terminal .locs div {
  font-family: 'Share Tech Mono';
  font-size: 16px;
  margin-bottom: 10px;
}
#pg-dev #terminal .loc-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: rgba(0,0,0,0.1);
  left: 0;
}
#pg-dev #terminal .loc-input form {
  font-family: 'Share Tech Mono';
  font-size: 17px;
}
#pg-dev #terminal .loc-input input {
  font-family: 'Share Tech Mono';
  font-size: 17px;
  width: 60px;
  background: rgba(0,0,0,0.3);
  margin: 0;
  display: inline-block;
  color: #fff;
}
#pg-dev .info {
  font-size: 17px;
  max-width: 320px;
  margin-bottom: 30px;
  color: rgba(255,255,255,0.8);
}
#pg-dev .info strong {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
}
#pg-dev .game {
  overflow: hidden;
  margin-bottom: 30px;
}
#pg-dev .game .row {
  text-align: left;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.2);
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
}
#pg-dev .game .row.on {
  background-color: #4995d8;
}
#pg-dev .game .row i {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Share Tech Mono';
  width: 40px;
  text-align: center;
  padding-left: 10px;
  font-weight: bold;
}
#pg-dev .game .row span {
  background-color: rgba(0,0,0,0.5);
  border-radius: 100px;
  width: 20px;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  margin: 10px 5px;
}
#pg-dev .game .row span.on {
  background-color: #fff;
}
#pg-dev #emoji {
  font-size: 80px;
  display: none;
  letter-spacing: 10px;
  text-align: center;
  background: #fff;
  padding: 30px 0 20px;
  border-radius: 10px;
  margin: 200px 20px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#pg-dev #github-text {
  background: #fff;
  padding: 30px;
  width: 1048px;
  margin: 200px auto;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#pg-dev #github-text h2 {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: #555;
}
#pg-dev #github-text #finalclue {
  margin-top: 15px;
}
#pg-dev #github-text .row {
  height: 19px;
}
#pg-dev #github-text span {
  width: 14px;
  height: 14px;
  margin: 0 5px 5px 0;
  display: inline-block;
  background: #eee;
}
#pg-dev #github-text span.letter {
  background: #4c9643;
}
#pg-dev #github-text span.dark {
  background: #e0ecc2;
}
#pg-dev #github-text span.dark.letter {
  background: #305f2b;
}
#pg-dev #letter {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #302858;
  margin: 280px auto 30px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 46px;
  font-weight: bold;
  background: url("../images/bgs.png");
  text-shadow: 2px 2px rgba(0,0,0,0.8);
  border: 3px solid #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
#pg-dev #letter.before {
  cursor: pointer;
  transition: 0.3s ease-out;
}
#pg-dev #letter.before:hover {
  transform: scale(1.1);
}
#pg-dev .hint {
  padding-top: 9px;
  text-align: center;
  color: rgba(255,255,255,0.7);
}
#pg-dev .hint,
#pg-dev #password {
  display: none;
}
#pg-dev input {
  background: rgba(0,0,0,0.15);
  text-align: center;
  text-transform: uppercase;
  border: 0 none;
  padding: 9px 17px;
  border-radius: 6px;
  margin: auto;
  display: block;
  width: 250px;
  font-size: 21px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#pg-dev input::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  color: #80bcf0;
  text-shadow: 0 0;
}
#pg-dev input:focus {
  outline: 0 none;
  background: rgba(0,0,0,0.25);
}
#pg-dev #code,
#pg-dev #key {
  display: none;
}
.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}
.shake {
  animation-name: shake;
}
#pg-design {
  background: #f8ab00;
  user-select: none;
}
#pg-design #close {
  padding: 30px 30px;
  background: #f00;
  border-radius: 10px;
  margin-top: 35px;
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
#pg-design #parent {
  width: 1200px;
  margin: auto;
}
#pg-design #suggestions {
  margin-top: 20px;
  display: none;
}
#pg-design #suggestions div {
  display: inline-block;
  border: 0 none !important;
  margin: 7px 5px 0;
}
#pg-design #suggestions div:nth-child(n+17) {
  display: none;
}
#pg-design #can-bg {
  width: 500px;
  height: 0px;
}
#pg-design #can-bg div.draw-here {
  height: 500px;
  padding: 200px 0 0;
  text-align: center;
  color: #bbb;
  font-style: italics;
}
#pg-design #can-bg .image-parent {
  position: relative;
  height: 500px;
  display: none;
  pointer-events: none;
}
#pg-design #can-bg .image-parent .image {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 300px;
}
#pg-design .osx-window {
  width: calc(100% - 400px);
  float: right;
  margin: 20px;
}
#pg-design .erase {
  background: #bf5952;
  color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
}
#pg-design .erase:disabled {
  background-color: #ccc;
}
#pg-design .guide {
  text-align: center;
  width: 360px;
  padding-top: 50px;
  color: #fff;
  pointer-events: none;
}
#pg-design .guide #guess-parent {
  display: none;
}
#pg-design .guide div {
  font-size: 20px;
}
#pg-design .guide strong {
  font-size: 36px;
  color: #f00;
}
#pg-design .guide table {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-spacing: 0;
  margin: 0 auto 20px;
}
#pg-design .guide table td {
  width: 23px;
  height: 23px;
  border-spacing: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-left: 1px solid rgba(255,255,255,0.2);
  color: transparent;
}
#pg-design .guide table td:hover {
  background-color: rgba(255,255,255,0.2);
}
#pg-design .guide table td.on {
  background-color: #fff;
  border-color: #fff !important;
}
#pg-design .guide table td:nth-child(4) {
  border-left-color: #fff;
}
#pg-design .guide table td:nth-child(7) {
  border-left-color: #fff;
}
#pg-design .guide table tr:nth-child(3) td {
  border-top-color: #fff;
}
#pg-design .guide table tr:nth-child(5) td {
  border-top-color: #fff;
}
#pg-design .button {
  padding: 20px;
}
#pg-design .button input {
  width: 100%;
  display: block;
}
.osx-window {
  border-radius: 5px;
  background: #fff;
}
.osx-window .osx-toolbar {
  background: linear-gradient(#ebebeb, #d3d3d3);
  height: 24px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #acaaac;
  color: #333;
  text-align: center;
}
.osx-window .osx-sidebar {
  width: 300px;
  float: right;
  height: 500px;
  border-radius: 0 0 5px 0px;
  background: #ececec;
  border-left: 1px solid #b8b8b8;
}
.osx-window .osx-sidebar strong {
  display: block;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  font-weight: bold;
}
.osx-window .osx-sidebar #answers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.osx-window .osx-sidebar #answers li {
  margin: 0;
  padding: 0;
  padding: 3px 20px 4px;
}
.osx-window .osx-sidebar .on {
  background: #739dde;
  color: #fff;
}
.lightbox {
  background: #fff;
  border-radius: 20px;
  font-size: 30px;
  padding: 70px;
  text-align: center;
  display: none;
}
.lightbox h2 {
  font-size: 30px;
}
.lightbox #emojis {
  font-size: 30px;
}
#pg-metrics {
  background: #4dc48f;
  background: linear-gradient(-45deg, #e961cd, #5c65ec);
  font: 14px "Lato", Helvetica, Arial, sans-serif;
  padding: 50px;
  transform: translate3d(0, 0, 0);
}
#pg-metrics.lost {
  background: linear-gradient(-45deg, #ef3c3c, #9e1616);
}
#pg-metrics #alert {
  z-index: 10000;
  position: fixed;
  width: 80%;
  padding: 40px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  border-radius: 10px;
  background: rgba(0,0,0,0.6);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
}
#pg-metrics.launched {
  background: linear-gradient(-45deg, #38d644, #21885b);
}
#pg-metrics.launched2 {
  background: linear-gradient(-45deg, #f5ce86, #f3a20e);
}
#pg-metrics .lose {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #d85f5f;
  z-index: 1000;
}
#pg-metrics .lose:before {
  display: block;
  content: "OUT OF MONEY!";
  font-size: 250px;
  color: rgba(0,0,0,0.3);
  font-weight: bold;
  text-align: center;
}
#pg-metrics .ba {
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin-bottom: 26px;
}
#pg-metrics #graph {
  width: 900px;
  height: 560px;
  background: rgba(0,0,0,0.1);
  border-radius: 10px;
  margin: auto;
  padding: 30px 30px 30px 100px;
  position: relative;
  transform: translate3d(0, 0, 0);
}
#pg-metrics #graph.fade {
  opacity: 0.3;
}
#pg-metrics #graph.hidden {
  transform: translate3d(0, -300%, 0);
}
#pg-metrics #graph #graph-parent {
  position: absolute;
  top: 26px;
  left: 99px;
}
#pg-metrics #graph .line {
  border-top: 1px solid rgba(255,255,255,0.3);
  height: 50px;
  color: rgba(255,255,255,0.6);
  padding-top: 7px;
  position: relative;
}
#pg-metrics #graph .line span {
  position: absolute;
  left: -150px;
  text-align: right;
  width: 140px;
  top: -9px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  font-weight: bold;
  color: #fff;
}
#pg-metrics .ryan {
  padding-bottom: 67px;
  z-index: 1000;
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
  width: 300px;
  text-align: center;
  color: #fff;
  padding-top: 0;
  top: 60px;
  position: fixed;
  left: 60px;
  overflow: hidden;
  background-position: center center;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  transition: 0.3s ease-out;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 100% 0;
}
#pg-metrics .ryan .ryan-avatar {
  transition: 0.3s ease-out;
  background: url("https://pbs.twimg.com/profile_images/907679408055390208/5_STXrRg_400x400.jpg");
  width: 100%;
  height: 200px;
  background-size: cover;
  margin: 0 auto 20px auto;
  background-position: center;
}
#pg-metrics .ryan .ryan-text {
  height: 90px;
  overflow: hidden;
  position: relative;
}
#pg-metrics .ryan .ryan-text-slider {
  position: absolute;
  transition: 0.3s ease-out;
  top: 0;
  width: 100%;
}
#pg-metrics .ryan .ryan-answer {
  transition: 0.3s ease-out;
}
#pg-metrics .ryan .ryan-oncall {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 30px 15px;
  text-align: center;
  height: 85px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  opacity: 0;
  transition: 0.5s ease-out 0.3s;
}
#pg-metrics .ryan .ryan-oncall .bar {
  height: 25px;
  width: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}
#pg-metrics .ryan .ryan-oncall .bar .bar-inside {
  height: 0px;
  background: #fff;
  width: 100%;
  transition: 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
#pg-metrics .ryan .ryan-oncall .ryan-time {
  height: 25px;
  display: inline-block;
  vertical-align: baseline;
  padding-top: 5px;
  padding-left: 8px;
}
#pg-metrics .ryan .ryan-decline {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  width: 50%;
  border-left: 1px solid #175827;
  font-size: 20px;
  color: #ec0f0f;
  border-top: 2px solid #175827;
}
#pg-metrics .ryan .ryan-accept {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 50%;
  border-right: 1px solid #175827;
  font-size: 20px;
  color: #008000;
  border-top: 2px solid #175827;
}
#pg-metrics .ryan.calling {
  opacity: 1;
  transform: scale(1);
}
#pg-metrics .ryan.answered {
  width: 400px;
}
#pg-metrics .ryan.answered .ryan-avatar {
  height: 370px;
}
#pg-metrics .ryan.answered .ryan-text-slider {
  position: absolute;
  top: -35px;
}
#pg-metrics .ryan.answered .ryan-text-slider strong {
  opacity: 0;
}
#pg-metrics .ryan.answered .ryan-text-slider .ryan-job {
  opacity: 0.8;
}
#pg-metrics .ryan.answered .ryan-answer {
  opacity: 0;
}
#pg-metrics .ryan.answered .ryan-oncall {
  opacity: 1;
}
#pg-metrics .ryan strong {
  font-size: 27px;
  display: block;
  color: rgba(255,255,255,0.8);
  transition: 0.2s ease-out;
}
#pg-metrics .ryan .ryan-name {
  font-size: 35px;
}
#pg-metrics .ryan .ryan-job {
  opacity: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  margin-top: 6px;
}
#pg-metrics #timer {
  margin: auto;
  width: 400px;
  padding: 30px;
  text-align: center;
  border-radius: 6px;
  font-size: 60px;
  color: #fff;
  font-family: 'Share Tech Mono';
  text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  transition: 0.3s ease-out 0.5s;
}
#pg-metrics video {
  position: absolute;
  display: none;
  width: 80%;
  top: 110px;
  left: 10%;
}
/*
#count
  position fixed
  top 20px
  left 20px
  z-index 1000
  background red
  font-size 60px
  color #fff
  */
#rocket {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
#rocket #rocket-video {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 100;
}
#rocket .startupescape {
  background: url("../images/logo.svg");
  width: 460px;
  height: 74px;
  background-repeat: no-repeat;
  margin: auto;
  opacity: 0;
  margin-top: 170px;
  margin-bottom: 40px;
}
.show-logo #rocket .startupescape {
  opacity: 1;
}
#rocket section {
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease-out;
}
#rocket section.show {
  opacity: 1;
}
#rocket section.show .launched span:nth-child(1) {
  animation: 0.3s bop forwards 0.2s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(2) {
  animation: 0.3s bop forwards 0.4s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(3) {
  animation: 0.3s bop forwards 0.6s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(4) {
  animation: 0.3s bop forwards 0.8s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(5) {
  animation: 0.3s bop forwards 1s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(6) {
  animation: 0.3s bop forwards 1.2s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(7) {
  animation: 0.3s bop forwards 1.4s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(8) {
  animation: 0.3s bop forwards 1.6s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(9) {
  animation: 0.3s bop forwards 1.8s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(10) {
  animation: 0.3s bop forwards 2s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(11) {
  animation: 0.3s bop forwards 2.2s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section.show .launched span:nth-child(12) {
  animation: 0.3s bop forwards 2.4s;
}
@-moz-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#rocket section span {
  font-size: 150px;
  display: inline-block;
  font-family: 'Anton', 'open sans';
  color: #fff;
  text-shadow: 5px 5px 0 rgba(0,0,0,0.2);
  opacity: 0;
}
#rocket #title {
  opacity: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
  transition: 0.5s ease-out;
}
.show-title #rocket #title {
  opacity: 1;
}
#rocket #title .title-name {
  font-size: 80px;
  font-family: 'Carter One';
}
#rocket #title .title-desc {
  font-size: 30px;
  opacity: 0.7;
}
#rocket div.frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
#rocket div.frame.on {
  transform: translate3d(0, 0, 0);
}
#pg-outside {
  background: #e24343;
  color: #fff;
  padding-top: 1px;
}
#pg-outside .overview {
  margin-top: 80px;
}
#pg-outside img.logo {
  width: 1500px;
  margin: 260px auto 0;
  display: block;
}
#pg-outside .title-name {
  text-align: center;
  font-size: 70px;
  margin-top: 80px;
  font-family: 'Carter One';
}
#pg-outside .title-desc {
  font-size: 30px;
  text-align: center;
  opacity: 0.7;
}
#pg-outside .gameplay {
  display: block;
  margin-right: 180px;
}
#pg-outside table {
  margin: auto;
}
#pg-outside .rules {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pg-outside .rules li {
  font-size: 35px;
  padding-bottom: 15px;
}
#pg-outside .rules img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 120px;
}
.phonecall {
  width: 400px;
  height: 400px;
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
  overflow: hidden;
  background-image: url("/images/bizbuz.png?");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 250px;
  font-size: 30px;
  text-align: center;
  position: relative;
  right: 50%;
  top: 40%;
  position: absolute;
  box-shadow: 0 0 11px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translate(50%, -50%) scale(0);
  transition: 0.4s ease-out;
  z-index: 10000;
}
.phonecall.calling {
  transform: translate(50%, -50%) scale(1);
  opacity: 1;
}
.phonecall.answered {
  width: 750px;
  height: 422px;
}
.phonecall.answered video {
  opacity: 1;
}
.phonecall.small {
  width: 400px;
  height: 500px;
  right: 60px;
  transform: translate(0, 0%);
  top: 60px;
}
.phonecall video {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.phonecall .deny {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  width: 50%;
  border-left: 1px solid #793042;
  font-size: 20px;
  color: #ec0f0f;
  border-top: 2px solid #793042;
}
.phonecall .accept {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 50%;
  border-right: 1px solid #793042;
  font-size: 20px;
  color: #008000;
  border-top: 2px solid #793042;
}
.phonecall .title strong {
  font-size: 24px;
  color: #fff;
}
.phonecall .title div {
  font-size: 20px;
  margin-top: 5px;
  color: rgba(255,255,255,0.6);
}
@-moz-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 40%, 60%, 70%, 80% {
    transform: translate3d(-10px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 40%, 60%, 70%, 80% {
    transform: translate3d(-10px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(10px, 0, 0);
  }
}
@-o-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 40%, 60%, 70%, 80% {
    transform: translate3d(-10px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 40%, 60%, 70%, 80% {
    transform: translate3d(-10px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(10px, 0, 0);
  }
}
