/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'GuardianSansWeb';
  src: url("assets/fonts/GuardianSansWeb-Regular.eot");
  src: url("assets/fonts/GuardianSansWeb-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GuardianSansWeb-Regular.woff2") format("woff2"), url("assets/fonts/GuardianSansWeb-Regular.woff") format("woff"), url("assets/fonts/GuardianSansWeb-Regular.ttf") format("truetype"), url("assets/fonts/GuardianSansWeb-Regular.svg#GuardianSansWeb-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'GuardianSansWeb';
  src: url("assets/fonts/GuardianSansWeb-Light.eot");
  src: url("assets/fonts/GuardianSansWeb-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GuardianSansWeb-Light.woff2") format("woff2"), url("assets/fonts/GuardianSansWeb-Light.woff") format("woff"), url("assets/fonts/GuardianSansWeb-Light.ttf") format("truetype"), url("assets/fonts/GuardianSansWeb-Light.svg#GuardianSansWeb-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

html {
  font-size: 16px;
  font-family: 'GuardianSansWeb', sans-serif;
  color: #333333;
  background-color: #f6f6f6;
  overflow: hidden; }
  @media (min-width: 30em) {
    html {
      font-size: 20px; } }

html,
body,
.gs-container {
  height: 100%; }

.gs-container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 46.25em) {
    .gs-container {
      max-width: 740px; } }
  @media (min-width: 61.25em) {
    .gs-container {
      max-width: 980px; } }
  @media (min-width: 71.25em) {
    .gs-container {
      max-width: 1140px; } }
  @media (min-width: 81.25em) {
    .gs-container {
      max-width: 1300px; } }

.button {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 4px; }
  .button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 1;
    content: ''; }
  .button:hover:before {
    background-color: rgba(0, 0, 0, 0.2); }

.button__icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  max-width: 22px;
  max-height: 22px; }

.sign-up {
  font-size: 14px; }
  @media (max-width: 33.74em) {
    .sign-up {
      margin: 0 -20px -24px;
      padding: 0 20px 24px;
      border-top: 1px solid #eaeaea;
      background-color: #ffffff;
      margin-top: 12px; } }

.sign-up__label {
  color: #767676;
  margin-right: 8px; }
  @media (max-width: 33.74em) {
    .sign-up__label {
      display: block;
      font-size: 20px;
      margin: 12px 0 12px; } }
  @media (max-width: 29.99em) {
    .sign-up__label {
      font-size: 16px; } }

.sign-up__input {
  border: 1px solid #eaeaea;
  border-radius: 20px 0 0 20px;
  padding: 8px 14px;
  max-width: 220px;
  font-family: inherit;
  font-size: inherit;
  color: #bdbdbd; }
  .sign-up__input:focus {
    outline: none; }

.sign-up__input--focused {
  color: #333333; }

.sign-up__button {
  margin-left: -4px;
  border-radius: 0 20px 20px 0;
  border: none;
  padding: 9px 14px;
  background-color: #005689;
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer; }
  .sign-up__button:hover {
    background-color: #004670; }

.header {
  max-width: 460px;
  margin: 12px 0 -40px;
  line-height: 20px; }
  @media (min-width: 30em) {
    .header {
      margin-top: 24px;
      line-height: 24px; } }

.header__description {
  font-weight: 300;
  color: #767676; }

.projects {
  position: relative;
  margin: auto; }

.projects__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  fill: #005689; }

.projects__atom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(150px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(150px) rotate(-360deg); } }

.projects__atom-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #005689;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform; }
  .projects__atom-button:hover {
    animation-play-state: paused !important; }
    .projects__atom-button:hover ~ .projects__atom-trail .projects__atom-mask {
      animation-play-state: paused !important; }

.projects__atom-title {
  position: absolute;
  top: 6px;
  left: 38px;
  width: 140px; }

.projects__atom-trail {
  width: 100%;
  height: 100%; }

@keyframes maskOrbit {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes titleOrbit {
  0% {
    transform: translate(-60%, 40px); }
  25% {
    transform: translate(0%, 0px); }
  50% {
    transform: translate(-60%, -40px); }
  75% {
    transform: translate(-130%, 0%); }
  100% {
    transform: translate(-60%, 40px); } }

.projects__atom-mask {
  transform-origin: top center;
  animation-name: maskOrbit;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes orbit-1 {
  from {
    transform: rotate(0deg) translateX(84px) rotate(0deg); }
  to {
    transform: rotate(-360deg) translateX(84px) rotate(360deg); } }

.projects--1 {
  height: 228px;
  width: 180px; }

.projects__atom--1 {
  width: 180px;
  height: 180px; }
  .projects__atom--1 .projects__atom-mask,
  .projects__atom--1 .projects__atom-button {
    animation-duration: 24s; }
    @media (min-width: 61.25em) {
      .projects__atom--1 .projects__atom-mask,
      .projects__atom--1 .projects__atom-button {
        animation-duration: 8s; } }
  .projects__atom--1 .projects__atom-button {
    animation-name: orbit-1; }
  .projects__atom--1 .projects__atom-mask,
  .projects__atom--1 .projects__atom-button {
    animation-delay: -10s; }
  .projects__atom--1 .projects__atom-trail circle {
    stroke-width: 2;
    stroke-dasharray: 0.1, 6.2; }

@keyframes orbit-2 {
  from {
    transform: rotate(0deg) translateX(128px) rotate(0deg); }
  to {
    transform: rotate(-360deg) translateX(128px) rotate(360deg); } }

.projects--2 {
  height: 328px;
  width: 280px; }

.projects__atom--2 {
  width: 280px;
  height: 280px; }
  .projects__atom--2 .projects__atom-mask,
  .projects__atom--2 .projects__atom-button {
    animation-duration: 30s; }
    @media (min-width: 61.25em) {
      .projects__atom--2 .projects__atom-mask,
      .projects__atom--2 .projects__atom-button {
        animation-duration: 10s; } }
  .projects__atom--2 .projects__atom-button {
    animation-name: orbit-2; }
  .projects__atom--2 .projects__atom-mask,
  .projects__atom--2 .projects__atom-button {
    animation-delay: -20s; }
  .projects__atom--2 .projects__atom-trail circle {
    stroke-width: 1.4;
    stroke-dasharray: 0.1, 4; }

@keyframes orbit-3 {
  from {
    transform: rotate(0deg) translateX(172px) rotate(0deg); }
  to {
    transform: rotate(-360deg) translateX(172px) rotate(360deg); } }

.projects--3 {
  height: 428px;
  width: 380px; }

.projects__atom--3 {
  width: 380px;
  height: 380px; }
  .projects__atom--3 .projects__atom-mask,
  .projects__atom--3 .projects__atom-button {
    animation-duration: 36s; }
    @media (min-width: 61.25em) {
      .projects__atom--3 .projects__atom-mask,
      .projects__atom--3 .projects__atom-button {
        animation-duration: 12s; } }
  .projects__atom--3 .projects__atom-button {
    animation-name: orbit-3; }
  .projects__atom--3 .projects__atom-mask,
  .projects__atom--3 .projects__atom-button {
    animation-delay: -30s; }
  .projects__atom--3 .projects__atom-trail circle {
    stroke-width: 1;
    stroke-dasharray: 0.1, 3.4; }

@keyframes orbit-4 {
  from {
    transform: rotate(0deg) translateX(216px) rotate(0deg); }
  to {
    transform: rotate(-360deg) translateX(216px) rotate(360deg); } }

.projects--4 {
  height: 528px;
  width: 480px; }

.projects__atom--4 {
  width: 480px;
  height: 480px; }
  .projects__atom--4 .projects__atom-mask,
  .projects__atom--4 .projects__atom-button {
    animation-duration: 42s; }
    @media (min-width: 61.25em) {
      .projects__atom--4 .projects__atom-mask,
      .projects__atom--4 .projects__atom-button {
        animation-duration: 14s; } }
  .projects__atom--4 .projects__atom-button {
    animation-name: orbit-4; }
  .projects__atom--4 .projects__atom-mask,
  .projects__atom--4 .projects__atom-button {
    animation-delay: -40s; }
  .projects__atom--4 .projects__atom-trail circle {
    stroke-width: 0.8;
    stroke-dasharray: 0.1, 2.6; }

@keyframes orbit-5 {
  from {
    transform: rotate(0deg) translateX(260px) rotate(0deg); }
  to {
    transform: rotate(-360deg) translateX(260px) rotate(360deg); } }

.projects--5 {
  height: 628px;
  width: 580px; }

.projects__atom--5 {
  width: 580px;
  height: 580px; }
  .projects__atom--5 .projects__atom-mask,
  .projects__atom--5 .projects__atom-button {
    animation-duration: 48s; }
    @media (min-width: 61.25em) {
      .projects__atom--5 .projects__atom-mask,
      .projects__atom--5 .projects__atom-button {
        animation-duration: 16s; } }
  .projects__atom--5 .projects__atom-button {
    animation-name: orbit-5; }
  .projects__atom--5 .projects__atom-mask,
  .projects__atom--5 .projects__atom-button {
    animation-delay: -50s; }
  .projects__atom--5 .projects__atom-trail circle {
    stroke-width: 0.6;
    stroke-dasharray: 0.1, 1; }

.canvas {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.footer {
  margin: 12px 0; }
  @media (min-width: 30em) {
    .footer {
      margin: 24px 0; } }

@media (min-width: 33.75em) {
  .social {
    float: left; } }

@media (min-width: 33.75em) {
  .sign-up {
    float: right; } }
