/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

img,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

/* Typography
  @mixin ===============================================*/
@font-face {
  font-family: 'Benton Sans';
  font-weight: 300;
  src: url(../fonts/benton-sans-book.otf) format("opentype"); }

@font-face {
  font-family: 'Benton Sans';
  font-weight: 400;
  src: url(../fonts/benton-sans-regular.otf) format("opentype"); }

@font-face {
  font-family: 'Benton Sans';
  font-weight: 500;
  src: url(../fonts/benton-sans-medium.otf) format("opentype"); }

@font-face {
  font-family: 'Benton Sans';
  font-weight: 600;
  src: url(../fonts/benton-sans-bold.otf) format("opentype"); }

@font-face {
  font-family: 'Fira Code';
  src: url(../fonts/FiraCode-Light.eot);
  src: url(../fonts/FiraCode-Light.eot) format("embedded-opentype"), url(../fonts/FiraCode-Light.woff2) format("woff2"), url(../fonts/FiraCode-Light.woff) format("woff"), url(../fonts/FiraCode-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Fira Code';
  src: url(../fonts/FiraCode-Regular.eot);
  src: url(../fonts/FiraCode-Regular.eot) format("embedded-opentype"), url(../fonts/FiraCode-Regular.woff2) format("woff2"), url(../fonts/FiraCode-Regular.woff) format("woff"), url(../fonts/FiraCode-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Fira Code';
  src: url(../fonts/FiraCode-Medium.eot);
  src: url(../fonts/FiraCode-Medium.eot) format("embedded-opentype"), url(../fonts/FiraCode-Medium.woff2) format("woff2"), url(../fonts/FiraCode-Medium.woff) format("woff"), url(../fonts/FiraCode-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Fira Code';
  src: url(../fonts/FiraCode-Bold.eot);
  src: url(../fonts/FiraCode-Bold.eot) format("embedded-opentype"), url(../fonts/FiraCode-Bold.woff2) format("woff2"), url(../fonts/FiraCode-Bold.woff) format("woff"), url(../fonts/FiraCode-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

.is-clipped {
  overflow: hidden !important; }

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Benton Sans", sans-serif;
  overflow: hidden; }

a {
  color: white; }
  a:visted {
    color: white; }

.container {
  max-width: 1040px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 480px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .container {
      padding: 0 45px; } }

.content h1, .content h2, .content h3, .content h4, .content h5 {
  color: white;
  font-weight: 500; }

.content h6 {
  font-family: "Fira Code", monospace; }

.content h1 {
  font-size: 35px;
  line-height: 1.2; }
  .content h1:not(:last-child) {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content h1 {
      font-size: 50px;
      line-height: 60px; } }

.content h2 {
  font-size: 30px;
  line-height: 1.25; }
  .content h2:not(:last-child) {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content h2 {
      font-size: 40px;
      line-height: 50px; } }

.content h3 {
  font-size: 20px;
  line-height: 1.333333; }
  .content h3:not(:last-child) {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content h3 {
      font-size: 30px;
      line-height: 40px; } }

.content h4 {
  font-size: 17px;
  line-height: 1.5; }
  .content h4:not(:last-child) {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .content h4 {
      font-size: 20px;
      line-height: 30px; } }

.content h6 {
  font-size: 15px;
  line-height: 15px; }
  .content h6:not(:last-child) {
    margin-bottom: 70px; }

.content p {
  font-size: 17px;
  line-height: 25.5px; }
  .content p:not(:last-child) {
    margin-bottom: 10px; }

.content .fc-green {
  color: #b0e67a; }

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .section {
      padding-top: 120px;
      padding-bottom: 120px; } }

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 20px; }
  .columns.is-mobile > .column.is-narrow {
    -ms-flex: none;
        flex: none; }
  .columns.is-mobile > .column.is-full {
    -ms-flex: none;
        flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    -ms-flex: none;
        flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    -ms-flex: none;
        flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    -ms-flex: none;
        flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    -ms-flex: none;
        flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    -ms-flex: none;
        flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    -ms-flex: none;
        flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    -ms-flex: none;
        flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    -ms-flex: none;
        flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    -ms-flex: none;
        flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    -ms-flex: none;
        flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    -ms-flex: none;
        flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    -ms-flex: none;
        flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    -ms-flex: none;
        flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    -ms-flex: none;
        flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    -ms-flex: none;
        flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    -ms-flex: none;
        flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    -ms-flex: none;
        flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    -ms-flex: none;
        flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    -ms-flex: none;
        flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    -ms-flex: none;
        flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    -ms-flex: none;
        flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      -ms-flex: none;
          flex: none; }
    .column.is-full-mobile {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      -ms-flex: none;
          flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      -ms-flex: none;
          flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      -ms-flex: none;
          flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      -ms-flex: none;
          flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      -ms-flex: none;
          flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      -ms-flex: none;
          flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      -ms-flex: none;
          flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      -ms-flex: none;
          flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      -ms-flex: none;
          flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      -ms-flex: none;
          flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      -ms-flex: none;
          flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      -ms-flex: none;
          flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      -ms-flex: none;
          flex: none; }
    .column.is-full, .column.is-full-tablet {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      -ms-flex: none;
          flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      -ms-flex: none;
          flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      -ms-flex: none;
          flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      -ms-flex: none;
          flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      -ms-flex: none;
          flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      -ms-flex: none;
          flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      -ms-flex: none;
          flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      -ms-flex: none;
          flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      -ms-flex: none;
          flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      -ms-flex: none;
          flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      -ms-flex: none;
          flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      -ms-flex: none;
          flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      -ms-flex: none;
          flex: none; }
    .column.is-full-touch {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      -ms-flex: none;
          flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      -ms-flex: none;
          flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      -ms-flex: none;
          flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      -ms-flex: none;
          flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      -ms-flex: none;
          flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      -ms-flex: none;
          flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      -ms-flex: none;
          flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      -ms-flex: none;
          flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      -ms-flex: none;
          flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      -ms-flex: none;
          flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      -ms-flex: none;
          flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      -ms-flex: none;
          flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      -ms-flex: none;
          flex: none; }
    .column.is-full-desktop {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      -ms-flex: none;
          flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      -ms-flex: none;
          flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      -ms-flex: none;
          flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      -ms-flex: none;
          flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      -ms-flex: none;
          flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      -ms-flex: none;
          flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      -ms-flex: none;
          flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      -ms-flex: none;
          flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      -ms-flex: none;
          flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      -ms-flex: none;
          flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      -ms-flex: none;
          flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      -ms-flex: none;
          flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }

.columns {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px; }
  .columns:last-child {
    margin-bottom: -20px; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 20px); }
  .columns.is-centered {
    -ms-flex-pack: center;
        justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: -ms-flexbox;
    display: flex; }
  .columns.is-multiline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .columns.is-vcentered {
    -ms-flex-align: center;
        align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: -ms-flexbox;
      display: flex; } }

form label {
  font-size: 17px;
  color: white;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: inline-block; }
  form label.label-large {
    font-size: 20px;
    margin-bottom: 1em; }

form input[type="text"],
form input[type="email"] {
  border: 0;
  background-color: #1a1a1a;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 17px;
  text-indent: 1em;
  width: 100%; }
  form input[type="text"]:focus,
  form input[type="email"]:focus {
    outline: 0; }

form textarea {
  background-color: #1a1a1a;
  font-size: 17px;
  border: 0;
  color: white;
  padding: 1.5em;
  width: 100%;
  line-height: 1.5; }
  form textarea:focus {
    outline: 0; }

form input[type="submit"] {
  cursor: pointer;
  background-color: #3171f2;
  color: white;
  text-align: center;
  height: 50px;
  width: 140px;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  transition: background-color ease 250ms;
  -webkit-appearance: none; }
  form input[type="submit"]:focus {
    outline: 0; }
  form input[type="submit"]:hover {
    background-color: #4d88ff; }

form input[type="checkbox"] {
  display: none; }

form .wpcf7-not-valid-tip {
  background-color: #3171f2;
  border: 0;
  color: white;
  margin: 0.5em 0 0 0;
  padding: 0.65em 1em 0.5em; }

form .wpcf7-response-output {
  background-color: #3171f2;
  border: 0;
  color: white;
  margin: 0;
  padding: 1em 1.5em 0.75em; }

form .info {
  font-size: 17px;
  text-align: center;
  margin-top: 1.5em; }

.wpcf7-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wpcf7-checkbox .wpcf7-list-item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 0; }
    @media (min-width: 680px) {
      .wpcf7-checkbox .wpcf7-list-item {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
    @media (min-width: 1000px) {
      .wpcf7-checkbox .wpcf7-list-item {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }
    .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      line-height: 30px;
      vertical-align: top;
      padding-left: 0.65em;
      font-size: 17px; }
    .wpcf7-checkbox .wpcf7-list-item .checkmark {
      cursor: pointer;
      border-radius: 4px;
      display: inline-block;
      height: 30px;
      width: 30px;
      background-color: #1a1a1a;
      background-size: 60%;
      background-position: center center;
      background-repeat: no-repeat; }
    .wpcf7-checkbox .wpcf7-list-item input:checked ~ .checkmark {
      background-image: url(../images/check.png);
      background-color: #3171f2; }
    .wpcf7-checkbox .wpcf7-list-item label:after {
      display: block;
      padding-left: 40px;
      font-weight: 400;
      font-size: 15px;
      line-height: 1.35;
      color: rgba(255, 255, 255, 0.65); }
  .wpcf7-checkbox .wpcf7-list-item:nth-child(1) label:after {
    content: "I want to sell products"; }
  .wpcf7-checkbox .wpcf7-list-item:nth-child(2) label:after {
    content: "I want to display my product range"; }
  .wpcf7-checkbox .wpcf7-list-item:nth-child(3) label:after {
    content: "I want to perform well in search engines"; }
  .wpcf7-checkbox .wpcf7-list-item:nth-child(4) label:after {
    content: "I want someone to write my content"; }
  .wpcf7-checkbox .wpcf7-list-item:nth-child(5) label:after {
    content: "I require brand / idendity design"; }
  .wpcf7-checkbox .wpcf7-list-item:nth-child(6) label:after {
    content: "I want the ability to manage my content"; }
  .wpcf7-checkbox .wpcf7-list-item:nth-child(7) label:after {
    content: "I require photography"; }

.radio-options {
  display: block;
  padding-top: 60px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .radio-options {
      margin-left: -15px;
      margin-right: -15px; } }
  .radio-options .wpcf7-radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .radio-options .wpcf7-list-item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    height: 100%;
    margin: 0; }
    .radio-options .wpcf7-list-item:not(:last-child) {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .radio-options .wpcf7-list-item {
        -ms-flex: 1;
            flex: 1;
        padding: 0 15px; } }
    .radio-options .wpcf7-list-item label {
      width: 100%;
      margin-bottom: 0; }
    .radio-options .wpcf7-list-item .wpcf7-list-item-label {
      cursor: pointer;
      background-color: #292929;
      border-radius: 4px;
      display: block;
      width: 100%;
      transition: all ease 250ms;
      position: relative;
      padding: 25px 0 25px 100px;
      text-align: left; }
      @media (min-width: 768px) {
        .radio-options .wpcf7-list-item .wpcf7-list-item-label {
          padding: 25px 10px;
          text-align: center; } }
      @media (min-width: 1000px) {
        .radio-options .wpcf7-list-item .wpcf7-list-item-label {
          text-align: left;
          padding: 55px 0 0 130px;
          height: 140px; } }
      .radio-options .wpcf7-list-item .wpcf7-list-item-label:before {
        background-size: 80px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 80px;
        margin: auto; }
        @media (min-width: 768px) {
          .radio-options .wpcf7-list-item .wpcf7-list-item-label:before {
            background-position: 50% 50%;
            background-repeat: no-repeat;
            position: relative;
            display: block;
            width: 100%;
            content: "";
            margin-bottom: 0.75em;
            height: 80px;
            background-size: 100px; } }
        @media (min-width: 1000px) {
          .radio-options .wpcf7-list-item .wpcf7-list-item-label:before {
            background-size: 130px;
            position: absolute;
            margin-bottom: 0;
            top: 0;
            left: 0;
            height: 100%;
            width: 130px; } }
      .radio-options .wpcf7-list-item .wpcf7-list-item-label:after {
        color: rgba(255, 255, 255, 0.65);
        font-size: 15px;
        font-weight: 400;
        display: block;
        position: relative;
        margin-top: 0.25em;
        line-height: 1.25; }
        @media (min-width: 1000px) {
          .radio-options .wpcf7-list-item .wpcf7-list-item-label:after {
            position: absolute;
            margin-top: 0;
            top: 75px;
            left: 130px;
            padding-right: 10px; } }
    .radio-options .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:after {
      content: "I already have design files"; }
    .radio-options .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
      background-image: url(../images/icon-build.png); }
    .radio-options .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:after {
      content: "I need a complete website built"; }
    .radio-options .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
      background-image: url(../images/icon-design-build.png); }
    .radio-options .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:after {
      content: "I have a general enquiry"; }
    .radio-options .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
      background-image: url(../images/icon-other.png); }
    .radio-options .wpcf7-list-item input {
      display: none; }
    .radio-options .wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
      background-color: #363636;
      box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2); }

/* Functional styling
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement
 */
.noUi-horizontal {
  height: 30px; }

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -15px;
  top: 0; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #1a1a1a;
  border-radius: 15px; }

.noUi-connect {
  background: #3171f2; }

/* Handles and cursors
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 15px;
  background: #FFF;
  cursor: pointer; }

/* Disabled state
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.section--nav {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100; }

.nav {
  position: relative; }
  .nav .nav__logo {
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100px; }
    .nav .nav__logo img {
      display: block; }
  .nav .nav__menu {
    background-color: #1a1a1a;
    position: fixed;
    display: none;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 30px; }
    .nav .nav__menu.active {
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 768px) {
      .nav .nav__menu {
        background-color: transparent;
        display: block;
        background-color: none;
        position: absolute;
        right: 0;
        top: 80px;
        width: auto;
        height: auto; } }
    .nav .nav__menu ul li {
      display: block; }
      @media (min-width: 768px) {
        .nav .nav__menu ul li {
          display: inline-block;
          padding-left: 2em; } }
      .nav .nav__menu ul li a {
        color: white;
        display: block;
        text-decoration: none;
        font-weight: 500;
        font-size: 30px;
        padding: 0.25em 0; }
        @media (min-width: 768px) {
          .nav .nav__menu ul li a {
            font-size: 16px;
            padding: 0; } }
  .nav .nav__trigger {
    cursor: pointer;
    position: absolute;
    top: 72px;
    right: 0;
    height: 32px;
    width: 32px;
    z-index: 20; }
    @media (min-width: 768px) {
      .nav .nav__trigger {
        display: none; } }
    .nav .nav__trigger span {
      background-color: white;
      display: block;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: transform ease 250ms; }
      .nav .nav__trigger span:nth-child(1) {
        transform: translateY(-10px); }
      .nav .nav__trigger span:nth-child(3) {
        transform: translateY(10px); }
    .nav .nav__trigger.active span:nth-child(1) {
      transform: rotate(45deg); }
    .nav .nav__trigger.active span:nth-child(2) {
      transform: rotate(45deg); }
    .nav .nav__trigger.active span:nth-child(3) {
      transform: rotate(-45deg); }

.section--footer .footer-company-description h3 {
  font-size: 17px; }

.section--footer .footer-contact-us {
  text-align: left; }
  @media (min-width: 768px) {
    .section--footer .footer-contact-us {
      text-align: right; } }
  .section--footer .footer-contact-us h3 {
    font-size: 17px; }
  .section--footer .footer-contact-us a {
    color: rgba(255, 255, 255, 0.65);
    display: inline-block;
    text-decoration: none;
    transform: scale(1);
    transition: color ease 250ms, transform ease 250ms; }
    .section--footer .footer-contact-us a:hover {
      color: white;
      transform: scale(1.025); }

.section--hero {
  background-color: #1a1a1a; }
  .section--hero .hero-arrow {
    cursor: pointer;
    height: 33px;
    width: 22px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto; }
    .section--hero .hero-arrow span {
      background-color: white;
      display: block;
      width: 2px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transition: background-color ease 250ms; }
    .section--hero .hero-arrow span:nth-child(1) {
      height: 33px; }
    .section--hero .hero-arrow span:nth-child(2) {
      top: auto;
      height: 15px;
      right: 10px;
      bottom: -2px;
      transform: rotate(-45deg); }
    .section--hero .hero-arrow span:nth-child(3) {
      top: auto;
      height: 15px;
      left: 10px;
      bottom: -2px;
      transform: rotate(45deg); }
    .section--hero .hero-arrow:hover span {
      background-color: #b5b5b5; }
  .section--hero .hero {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .section--hero .hero {
        height: calc(100vh - 240px);
        margin-bottom: 0; } }
    .section--hero .hero .content {
      max-width: 350px; }
      @media (min-width: 768px) {
        .section--hero .hero .content {
          max-width: 500px; } }
      .section--hero .hero .content h1 {
        font-size: 35px; }
        @media (min-width: 768px) {
          .section--hero .hero .content h1 {
            font-size: 50px; } }
  .section--hero .components {
    position: relative;
    padding-top: 85%;
    width: 100%;
    max-width: 1040px; }
    @media (min-width: 768px) {
      .section--hero .components {
        padding-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; } }
    .section--hero .components .component {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }
      .section--hero .components .component svg {
        position: absolute;
        margin: auto; }
      .section--hero .components .component.hero-console svg {
        top: 50%;
        left: 40%;
        width: 60%; }
        @media (min-width: 768px) {
          .section--hero .components .component.hero-console svg {
            top: auto;
            left: auto;
            bottom: 12%;
            right: 0;
            width: 40%; } }
        @media (min-width: 1300px) {
          .section--hero .components .component.hero-console svg {
            bottom: 12%;
            right: -10%;
            width: 375px; } }
      .section--hero .components .component.hero-desktop svg {
        top: 15%;
        left: 15%;
        width: 65%; }
        @media (min-width: 768px) {
          .section--hero .components .component.hero-desktop svg {
            top: auto;
            left: auto;
            bottom: 40%;
            right: 0;
            width: 50%; } }
        @media (min-width: 1300px) {
          .section--hero .components .component.hero-desktop svg {
            bottom: 40%;
            right: -5%;
            width: 475px; } }
      .section--hero .components .component.hero-mobile svg {
        top: 28%;
        left: 0;
        width: 35%; }
        @media (min-width: 768px) {
          .section--hero .components .component.hero-mobile svg {
            top: auto;
            left: auto;
            bottom: 18%;
            right: 35%;
            width: 30%; } }
        @media (min-width: 1300px) {
          .section--hero .components .component.hero-mobile svg {
            bottom: 18%;
            right: 24%;
            width: 260px; } }

svg .fill {
  transition: fill ease 250ms; }
  svg .fill.active {
    fill: #3171f2; }

.section--what-we-do {
  background-color: #212121; }
  .section--what-we-do .what-we-do {
    position: relative; }
  .section--what-we-do .buttons {
    padding-top: 40px; }
  .section--what-we-do ul.options-buttons {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 480px) {
      .section--what-we-do ul.options-buttons {
        margin-left: -30px;
        margin-right: -30px; } }
    @media (min-width: 768px) {
      .section--what-we-do ul.options-buttons {
        margin-left: -45px;
        margin-right: -45px; } }
    .section--what-we-do ul.options-buttons li {
      -ms-flex: 1;
          flex: 1; }
    .section--what-we-do ul.options-buttons li:first-child {
      padding: 7.5px 7.5px 7.5px 14px; }
      @media (min-width: 480px) {
        .section--what-we-do ul.options-buttons li:first-child {
          padding: 15px 15px 15px 30px; } }
    .section--what-we-do ul.options-buttons li:last-child {
      padding: 10px 20px 10px 10px; }
      @media (min-width: 480px) {
        .section--what-we-do ul.options-buttons li:last-child {
          padding: 15px 30px 15px 15px; } }
  .section--what-we-do .options-button {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    border-radius: 4px;
    background-color: #292929;
    -ms-flex-align: center;
        align-items: center;
    transition: all ease 250ms;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 10px 20px 10px; }
    @media (min-width: 768px) {
      .section--what-we-do .options-button {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        height: 140px; } }
    .section--what-we-do .options-button.active, .section--what-we-do .options-button:hover {
      background-color: #363636;
      box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2); }
    .section--what-we-do .options-button .options-button__image {
      text-align: center;
      margin-bottom: 0.5em; }
      @media (min-width: 768px) {
        .section--what-we-do .options-button .options-button__image {
          -ms-flex: 0 0 130px;
              flex: 0 0 130px;
          margin-bottom: 0; } }
    .section--what-we-do .options-button .options-button__text {
      text-align: center; }
      @media (min-width: 768px) {
        .section--what-we-do .options-button .options-button__text {
          -ms-flex: 1;
              flex: 1;
          text-align: left;
          padding: 0 10px; } }
      .section--what-we-do .options-button .options-button__text h3 {
        color: white;
        margin-bottom: 0;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0.25em;
        line-height: 1.25; }
        @media (min-width: 480px) {
          .section--what-we-do .options-button .options-button__text h3 {
            font-size: 20px; } }
        @media (min-width: 960px) {
          .section--what-we-do .options-button .options-button__text h3 {
            font-size: 30px; } }
      .section--what-we-do .options-button .options-button__text p {
        display: none;
        font-size: 15px; }
        @media (min-width: 480px) {
          .section--what-we-do .options-button .options-button__text p {
            display: block; } }
        @media (min-width: 960px) {
          .section--what-we-do .options-button .options-button__text p {
            font-size: 17px; } }

.options .option {
  display: none; }
  .options .option.active {
    display: block; }

.options .list-heading {
  padding-top: 20px; }

.option__list .item {
  display: -ms-flexbox;
  display: flex; }
  .option__list .item .item__image {
    -ms-flex: 0 0 30px;
        flex: 0 0 30px; }
  .option__list .item .item__text {
    padding-left: 15px; }
    .option__list .item .item__text h4 {
      margin-bottom: 0; }

.option__collaboration {
  text-align: center;
  padding-top: 30px; }
  .option__collaboration a {
    max-width: 180px;
    display: inline-block; }
    .option__collaboration a img {
      max-width: 100%; }

.section--skills {
  background-color: #1a1a1a;
  position: relative; }
  .section--skills .skills {
    position: relative; }
  .section--skills .section-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .section--skills .section-background img {
      position: absolute; }
    .section--skills .section-background img:nth-child(1) {
      top: 18%;
      left: 30%; }
    .section--skills .section-background img:nth-child(2) {
      top: 10%;
      left: 10%; }
    .section--skills .section-background img:nth-child(3) {
      top: 0%;
      left: 25%; }
    .section--skills .section-background img:nth-child(4) {
      top: 10%;
      left: 20%; }
    .section--skills .section-background img:nth-child(5) {
      top: 10%;
      left: -3%; }
    .section--skills .section-background img:nth-child(6) {
      top: 18%;
      right: 30%; }
    .section--skills .section-background img:nth-child(7) {
      top: 10%;
      right: 10%; }
    .section--skills .section-background img:nth-child(8) {
      top: 0%;
      right: 25%; }
    .section--skills .section-background img:nth-child(9) {
      top: 10%;
      right: 20%; }
    .section--skills .section-background img:nth-child(10) {
      top: 10%;
      right: -3%; }
  .section--skills .skills-list .skill {
    text-align: center; }
    .section--skills .skills-list .skill img {
      margin-bottom: 10px; }
    @media (min-width: 768px) {
      .section--skills .skills-list .skill {
        text-align: left; } }

.skills-code {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .skills-code {
      margin-top: 0;
      padding-bottom: 0;
      padding-top: 0;
      height: 500px; } }

.code {
  width: 100%; }
  .code:nth-child(odd) {
    padding-left: 15%; }
  .code:nth-child(even) {
    padding-right: 15%; }
  .code:not(:last-child) {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .code {
      padding: 0 !important;
      position: absolute;
      width: 47.5%; } }
  .code .window {
    background-color: #292929;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2); }
    .code .window .topbar {
      background-color: #363636; }
      .code .window .topbar .buttons {
        height: 22px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 10px; }
      .code .window .topbar span {
        background-color: #7a7a7a;
        border-radius: 50%;
        display: block;
        margin-right: 5px;
        height: 8px;
        width: 8px; }
    .code .window .console {
      padding: 5%; }
      .code .window .console img {
        width: 100%; }

.code--javascript {
  top: 0;
  left: 0;
  margin: auto;
  z-index: 1; }
  @media (min-width: 768px) {
    .code--javascript {
      z-index: unset;
      top: 40%; } }

.code--php {
  top: 0;
  right: 0;
  margin: auto;
  z-index: 2; }
  @media (min-width: 768px) {
    .code--php {
      z-index: unset;
      top: 60%; } }

.code--ruby {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 768px) {
    .code--ruby {
      top: 25%;
      left: 25%;
      right: auto;
      bottom: auto; } }

.section--projects {
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden; }
  .section--projects .project {
    color: #4a4a4a;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .section--projects .project {
        padding-top: 120px;
        padding-bottom: 120px; } }
    .section--projects .project h1, .section--projects .project h2, .section--projects .project h3, .section--projects .project h4, .section--projects .project h5, .section--projects .project h6, .section--projects .project a {
      color: #212121; }
    .section--projects .project p {
      color: #4a4a4a; }
  .section--projects .project__prev,
  .section--projects .project__next {
    background-color: #f0f0f0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 160px;
    margin: auto;
    transition: width ease 250ms; }
    @media (min-width: 400px) {
      .section--projects .project__prev,
      .section--projects .project__next {
        top: 200px; } }
    @media (min-width: 540px) {
      .section--projects .project__prev,
      .section--projects .project__next {
        top: 250px; } }
    @media (min-width: 680px) {
      .section--projects .project__prev,
      .section--projects .project__next {
        top: 300px; } }
    @media (min-width: 768px) {
      .section--projects .project__prev,
      .section--projects .project__next {
        box-shadow: none;
        top: 300px;
        height: 140px;
        width: 60px;
        top: 22.5%; } }
    .section--projects .project__prev:before, .section--projects .project__prev:after,
    .section--projects .project__next:before,
    .section--projects .project__next:after {
      background-color: #363636;
      content: "";
      height: 2px;
      width: 14px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .section--projects .project__prev:hover,
    .section--projects .project__next:hover {
      width: 80px; }
  .section--projects .project__prev {
    border-radius: 0 4px 4px 0;
    left: 0; }
    .section--projects .project__prev:before {
      right: 20px;
      transform: rotate(-45deg) translateY(-6px); }
    .section--projects .project__prev:after {
      right: 20px;
      transform: rotate(45deg) translateY(6px); }
  .section--projects .project__next {
    border-radius: 4px 0 0 4px;
    right: 0; }
    .section--projects .project__next:before {
      left: 20px;
      transform: rotate(45deg) translateY(-6px); }
    .section--projects .project__next:after {
      left: 20px;
      transform: rotate(-45deg) translateY(6px); }

.collaboration-text {
  font-size: 15px !important;
  padding-top: 1em; }

.collaboration-logo {
  display: block;
  max-width: 180px;
  margin: 0 auto; }

.section--projects .project {
  position: relative; }
  .section--projects .project .particles {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      .section--projects .project .particles {
        display: block; } }
  .section--projects .project .particle {
    position: absolute; }

.screenshots-wrapper {
  max-width: 680px;
  padding: 0 20px;
  margin: 0 auto 80px; }

.screenshots {
  position: relative;
  padding-top: 75%; }
  .screenshots .screenshot {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: 50% 0%;
    transition: all ease 250ms; }
    .screenshots .screenshot .topbar {
      border-radius: 4px 4px 0 0;
      background-color: #f0f0f0;
      position: absolute;
      top: -22px;
      left: 0;
      height: 22px;
      width: 100%; }
      .screenshots .screenshot .topbar span {
        background-color: #dbdbdb;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        position: absolute;
        top: 7px; }
        .screenshots .screenshot .topbar span:nth-child(1) {
          left: 8px; }
        .screenshots .screenshot .topbar span:nth-child(2) {
          left: 22px; }
        .screenshots .screenshot .topbar span:nth-child(3) {
          left: 36px; }
    .screenshots .screenshot .link {
      background-color: rgba(240, 240, 240, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      opacity: 0;
      display: none;
      transition: opacity ease 250ms; }
      .screenshots .screenshot .link a {
        background-color: #222;
        color: white;
        border: 0;
        font-size: 17px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 150px;
        text-decoration: none;
        text-align: center; }
        .screenshots .screenshot .link a:focus {
          outline: 0; }
    .screenshots .screenshot.selected .link {
      display: block; }
    .screenshots .screenshot.selected:hover .link {
      opacity: 1; }
    .screenshots .screenshot.pos-left {
      cursor: pointer;
      transform: translateY(82.5%) translateX(-26.25%) scale(0.475); }
      @media (min-width: 768px) {
        .screenshots .screenshot.pos-left {
          transform: translateY(-10%) translateX(-70%) scale(0.3); }
          .screenshots .screenshot.pos-left:hover {
            transform: translateY(-10%) translateX(-70%) scale(0.315); } }
    .screenshots .screenshot.pos-right {
      cursor: pointer;
      transform: translateY(82.5%) translateX(26.25%) scale(0.475); }
      @media (min-width: 768px) {
        .screenshots .screenshot.pos-right {
          transform: translateY(20%) translateX(70%) scale(0.3); }
          .screenshots .screenshot.pos-right:hover {
            transform: translateY(20%) translateX(70%) scale(0.315); } }
    .screenshots .screenshot.selected {
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.15);
      transform: translateX(0) scale(1);
      z-index: 1; }

.screenshot.selected.short-scrolling {
  animation-name: short-scrolling;
  animation-duration: 4s;
  animation-delay: 250ms;
  animation-iteration-count: infinite; }

.screenshot.selected.long-scrolling {
  animation-name: long-scrolling;
  animation-duration: 6s;
  animation-delay: 250ms;
  animation-iteration-count: infinite; }

.project-text {
  margin-top: 40%; }
  @media (min-width: 768px) {
    .project-text {
      margin-top: 0; } }

@keyframes short-scrolling {
  0% {
    background-position: 50% 0%; }
  10% {
    background-position: 50% 0%; }
  45% {
    background-position: 50% 50%; }
  90% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

@keyframes long-scrolling {
  0% {
    background-position: 50% 0%; }
  10% {
    background-position: 50% 0%; }
  30% {
    background-position: 50% 33%; }
  60% {
    background-position: 50% 66%; }
  90% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.section--contact {
  background-color: #212121; }

.particles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .particles .particle {
    position: absolute; }
    .particles .particle img {
      width: 100%; }

.particle-dec-1 {
  width: 20%;
  top: 0%;
  left: 10%; }

.particle-dec-2 {
  width: 15%;
  top: -7.5%;
  left: 60%; }

.particle-dec-3 {
  width: 10%;
  top: -5%;
  left: 20%; }

.particle-thinkladder-1 {
  width: 9%;
  top: 25%;
  left: 60%; }

.particle-gfl-1 {
  width: 30%;
  top: -15%;
  left: 55%; }

.particle-gfl-2 {
  width: 20%;
  top: -15%;
  left: 15%; }

.particle-nikon-1 {
  width: 30%;
  top: -15%;
  left: 55%; }

.particle-nikon-2 {
  width: 10%;
  top: -40%;
  left: 15%; }

.particle-nikon-3 {
  width: 12.5%;
  top: 40%;
  left: 60%; }

.particle-nikon-4 {
  width: 7%;
  top: -25%;
  left: 80%; }

.particle-nikon-5 {
  width: 15%;
  top: 35%;
  left: 20%; }

.particle-chuck-1 {
  width: 12%;
  top: -30%;
  left: 55%; }

.particle-chuck-4 {
  width: 10%;
  top: -15%;
  left: 70%; }

.particle-chuck-3 {
  width: 6%;
  top: -30%;
  left: 30%; }

.particle-aspen-1 {
  width: 13%;
  top: 2%;
  left: 15%; }

.particle-aspen-2 {
  width: 15%;
  top: -10%;
  left: 64%; }

.particle-wine-1 {
  width: 5%;
  top: 2%;
  left: 20%; }

.particle-wine-2 {
  width: 7%;
  top: -20%;
  left: 67%; }

@media (max-width: 767px) {
  .section--hero .particles {
    display: none; } }

.section--hero .particle-1 {
  top: 15%;
  left: 85%; }

.section--hero .particle-2 {
  top: 50%;
  left: 20%; }

.section--hero .particle-3 {
  top: 30%;
  left: 10%; }

.section--hero .particle-4 {
  top: 70%;
  left: 15%; }

.section--hero .particle-5 {
  top: 80%;
  left: 40%; }

.section--hero .particle-6 {
  top: 70%;
  left: 90%; }

.section--hero .particle-7 {
  top: 60%;
  left: 5%; }

.section--hero .particle-8 {
  top: 40%;
  left: 95%; }

.section--hero .particle-9 {
  top: 20%;
  left: 40%; }

.section--hero .particle-10 {
  top: 10%;
  left: 75%; }

.section--skills {
  overflow: hidden; }
  @media (max-width: 767px) {
    .section--skills .particles {
      display: none; } }
  .section--skills .particle-1 {
    top: 40%;
    left: 75%; }
  .section--skills .particle-2 {
    top: 70%;
    left: 20%; }
  .section--skills .particle-3 {
    top: 90%;
    left: 10%; }
  .section--skills .particle-4 {
    top: 115%;
    left: 15%;
    width: 125px; }
  .section--skills .particle-5 {
    top: 100%;
    left: 95%; }
  .section--skills .particle-6 {
    top: 45%;
    left: 90%; }
  .section--skills .particle-7 {
    top: 30%;
    left: 5%; }
  .section--skills .particle-8 {
    top: 100%;
    left: 80%;
    width: 135px; }
  .section--skills .particle-9 {
    top: 10%;
    left: 30%; }
  .section--skills .particle-10 {
    top: 50%;
    left: 70%; }

/*# sourceMappingURL=app.css.map*/