/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

*:focus {
  outline: none;
}

ul,
ol {
  padding: 0 0 0 17px;
  margin: 0;
}

@media print {
  body {
    background-color: #fff;
  }
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  src:
    url('/static/fonts/Rubik-Regular.woff2') format('woff2'),
    url('/static/fonts/Rubik-Regular.woff') format('woff'),
    url('/static/fonts/Rubik-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  src:
    url('/static/fonts/Rubik-Medium.woff2') format('woff2'),
    url('/static/fonts/Rubik-Medium.woff') format('woff'),
    url('/static/fonts/Rubik-Medium.ttf') format('truetype');
}
.homepage {
  color: #444;
  font-size: 18px; }
  .homepage h1 {
    font-size: 44px; }
    @media only screen and (max-width: 480px) {
      .homepage h1 {
        font-size: 34px; } }
    @media only screen and (max-width: 320px) {
      .homepage h1 {
        font-size: 30px; } }
  .homepage h2 {
    font-size: 36px; }
    @media only screen and (max-width: 480px) {
      .homepage h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 320px) {
      .homepage h2 {
        font-size: 26px; } }
  .homepage h3 {
    font-size: 24px; }
    @media only screen and (max-width: 480px) {
      .homepage h3 {
        font-size: 20px; } }
  .homepage h4 {
    font-size: 18px; }
    @media only screen and (max-width: 480px) {
      .homepage h4 {
        font-size: 16px; } }
  .homepage .content {
    width: 1200px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .homepage .content {
        width: 100%;
        padding: 0 20px; } }
    @media only screen and (max-width: 480px) {
      .homepage .content {
        padding: 0 10px; } }
  .homepage .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .homepage .button {
    border-radius: 6px; }
  .homepage .button.transparent {
    color: #1dafeb; }
  .homepage .button.white {
    background: #fff;
    color: #555; }
  .homepage .button.white:hover {
    background: #ddd;
    color: #555; }
  .homepage .button.white-transparent {
    background: none;
    color: #fff;
    border: 2px solid #fff; }
  .homepage .button.white-transparent:hover {
    background: #eee;
    color: #222; }
  .homepage .button.primary-transparent {
    background: none;
    color: #1dafeb;
    border: 2px solid #1dafeb; }
  .homepage .button.primary-transparent:hover {
    background: #1dafeb;
    color: #fff; }
  .homepage .button.white.large.crowdcube {
    border: 2px solid #666; }
  .homepage .button.white.large.crowdcube:hover {
    background: #fff;
    color: #f18e00;
    border: 2px solid #f18e00; }
  .homepage .button.white.large {
    height: 70px;
    padding: 0 40px; }
    @media only screen and (max-width: 1023px) {
      .homepage .button.white.large {
        height: 50px;
        padding: 0 20px; } }
    @media only screen and (max-width: 480px) {
      .homepage .button.white.large {
        height: 44px;
        padding: 0 16px; } }
  .homepage .button.white.large > span {
    font-size: 20px; }
  .homepage .hero-background {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .homepage .hero .cta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        align-self: center;
    color: #fff;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 1; }
    .homepage .hero .cta h1 {
      margin-bottom: 10px;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); }
    .homepage .hero .cta p {
      margin: 0;
      padding: 0;
      font-size: 24px;
      line-height: 1.5em;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); }
    .homepage .hero .cta .button {
      margin-top: 30px; }
  .homepage .hero .person-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    height: calc(100vh - 81px);
    position: relative; }
    .homepage .hero .person-wrapper #person {
      position: absolute;
      bottom: 0;
      right: 0;
      max-height: 100%;
      max-width: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .homepage .hero .person-wrapper #person-frame {
      position: absolute;
      opacity: 0.8;
      background: url("/static/img/homepage/frame.svg") no-repeat;
      background-size: contain; }
    .homepage .hero .person-wrapper #person-attributes {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      color: #fff;
      line-height: 1.5em;
      text-shadow: 0 2px 5px #000; }
    .homepage .hero .person-wrapper #person-attributes > span {
      opacity: 0;
      -webkit-animation: attributes 250ms ease-in forwards;
              animation: attributes 250ms ease-in forwards;
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }

@-webkit-keyframes attributes {
  to {
    opacity: 1; } }

@keyframes attributes {
  to {
    opacity: 1; } }
  @media only screen and (max-width: 1023px) {
    .homepage .hero {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .homepage .hero .cta {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin: 100px 20px 0px 20px; }
      .homepage .hero .person-wrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .homepage .hero .person-wrapper #person {
          position: inherit;
          width: 500px; } }
  @media only screen and (max-width: 480px) {
    .homepage .hero .cta {
      margin: 200px 0 40px 0; }
      .homepage .hero .cta p {
        font-size: 18px; }
    .homepage .hero .person-wrapper #person-attributes {
      font-size: 16px; } }
  @media only screen and (max-width: 320px) {
    .homepage .hero .cta p {
      font-size: 17px; } }
  @media only screen and (max-height: 666px) {
    .homepage .hero .cta {
      margin: auto 0; }
    .homepage .hero .person-wrapper {
      display: none; } }
  .homepage .brands-bar {
    height: 100px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .homepage .brands-bar .content {
      z-index: 2;
      background: #f5f5f5; }
    .homepage .brands-bar .phone {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .homepage .brands-bar .brands {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      padding: 0 20px 0 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .homepage .brands-bar .brands img {
        width: 100px; }
    @media only screen and (max-width: 1023px) {
      .homepage .brands-bar {
        height: 80px; }
        .homepage .brands-bar .phone {
          display: none; }
        .homepage .brands-bar .brands {
          padding: 0; }
          .homepage .brands-bar .brands img {
            width: 18%; } }
  .homepage .intro {
    background: #fff; }
    .homepage .intro .content {
      min-height: 570px;
      padding: 0 20px 0 20px;
      z-index: 2;
      background: #fff; }
      .homepage .intro .content .phone {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        overflow: visible; }
        .homepage .intro .content .phone .background {
          margin-top: -72px; }
          .homepage .intro .content .phone .background img {
            width: 100%;
            max-width: 480px;
            -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
                    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)); }
      .homepage .intro .content .text {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        padding: 80px 0 10px 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .homepage .intro .content .text h2 {
          margin-bottom: 10px; }
        .homepage .intro .content .text ul {
          list-style: none;
          padding: 0; }
          .homepage .intro .content .text ul li {
            font-size: 18px;
            padding: 10px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .homepage .intro .content .text ul li .bullet {
              font-size: 14px;
              margin-right: 10px;
              color: #1dafeb; }
    @media only screen and (max-width: 1023px) {
      .homepage .intro .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 680px;
        padding-top: 40px; }
        .homepage .intro .content .phone {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-top: 80px;
          position: inherit; }
          .homepage .intro .content .phone .background {
            position: inherit;
            top: 0; }
        .homepage .intro .content .text {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          padding: 80px 0 10px; } }
  .homepage .howitworks {
    background-image: -webkit-gradient(linear, right top, left top, from(#2cd5c4), to(#1dafeb));
    background-image: -o-linear-gradient(right, #2cd5c4, #1dafeb);
    background-image: linear-gradient(to left, #2cd5c4, #1dafeb);
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
    position: relative; }
    .homepage .howitworks .content {
      padding: 80px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .homepage .howitworks .content h2 {
        color: #fff;
        margin: 0 0 80px 0;
        text-align: center;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .homepage .howitworks .content .usps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .homepage .howitworks .content .usps .usp {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 50px;
          background: #fff;
          border-radius: 6px;
          margin-right: 50px;
          -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
                  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
          .homepage .howitworks .content .usps .usp .icon {
            font-size: 50px;
            color: #666;
            margin-bottom: 30px; }
          .homepage .howitworks .content .usps .usp h3 {
            text-align: center;
            margin-bottom: 10px; }
          .homepage .howitworks .content .usps .usp p {
            font-size: 18px;
            text-align: center; }
        .homepage .howitworks .content .usps .usp:last-child {
          margin-right: 0; }
    @media only screen and (max-width: 1023px) {
      .homepage .howitworks .content .usps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .homepage .howitworks .content .usps .usp {
          margin-right: 0;
          margin-bottom: 20px; }
          .homepage .howitworks .content .usps .usp .icon {
            margin-bottom: 10px; }
          .homepage .howitworks .content .usps .usp p {
            margin: 0; } }
  .homepage .video {
    background-color: #fff; }
    .homepage .video .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      padding-bottom: 30%;
      margin: 40px 0;
      height: 0; }
    .homepage .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 1023px) {
      .homepage .video .content {
        padding-bottom: 56.25%; } }
  .homepage .howitworks::before,
  .homepage .footer-menu::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    background-image: url(/static/img/doodle-pattern.svg);
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: 800px; }
  .homepage .testimonials {
    background: #fff; }
    .homepage .testimonials .content {
      padding: 80px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      max-width: 800px; }
      .homepage .testimonials .content h2 {
        text-align: center;
        margin-bottom: 80px; }
      .homepage .testimonials .content .testimonial {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 160px; }
        .homepage .testimonials .content .testimonial .logo.bordered {
          border: 1px solid #d9d9d9; }
        .homepage .testimonials .content .testimonial .quote {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .homepage .testimonials .content .testimonial .quote p {
            margin: 0 0 20px 0;
            line-height: 1.5em; }
          .homepage .testimonials .content .testimonial .quote .person {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .homepage .testimonials .content .testimonial .quote .person .avatar {
              margin-right: 10px; }
            .homepage .testimonials .content .testimonial .quote .person .text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; }
              .homepage .testimonials .content .testimonial .quote .person .text .name {
                margin-bottom: 5px;
                font-size: 18px; }
              .homepage .testimonials .content .testimonial .quote .person .text .title {
                font-size: 16px; }
      .homepage .testimonials .content .testimonial.left .logo {
        margin-right: 40px; }
      .homepage .testimonials .content .testimonial.right .logo {
        margin-left: 40px; }
    @media only screen and (max-width: 750px) {
      .homepage .testimonials .content .testimonial.left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .homepage .testimonials .content .testimonial.left .logo {
          margin: 0 0 40px 0; }
      .homepage .testimonials .content .testimonial.right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .homepage .testimonials .content .testimonial.right .logo {
          margin: 0 0 40px 0; }
      .homepage .testimonials .content .testimonial .quote {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .homepage .testimonials .content .testimonial .quote p {
          text-align: center; } }
  .homepage .statistics {
    background-image: url("/static/img/homepage/stats/stats_2560x1440.jpg"), -webkit-gradient(linear, right top, left top, from(#c91a68), to(#1dafeb));
    background-image: url("/static/img/homepage/stats/stats_2560x1440.jpg"), -o-linear-gradient(right, #c91a68, #1dafeb);
    background-image: url("/static/img/homepage/stats/stats_2560x1440.jpg"), linear-gradient(to left, #c91a68, #1dafeb);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-box-shadow: inset 0 0 30px #000;
            box-shadow: inset 0 0 30px #000; }
    .homepage .statistics .content {
      padding: 80px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .homepage .statistics .content h2 {
        color: #fff;
        margin: 0 0 80px 0;
        text-align: center;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); }
      .homepage .statistics .content .stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .homepage .statistics .content .stats .stat {
          width: 240px;
          height: 240px;
          margin: 25px;
          background: #fff;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
                  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          padding: 50px 40px 0 40px; }
          .homepage .statistics .content .stats .stat .icon {
            color: #666;
            font-size: 50px;
            margin-bottom: 20px; }
          .homepage .statistics .content .stats .stat .text-heavy {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 5px; }
          .homepage .statistics .content .stats .stat .text {
            font-size: 18px;
            text-align: center; }
    @media only screen and (max-width: 1920px) {
      .homepage .statistics {
        background-image: url("/static/img/homepage/stats/stats_1920x1080.jpg"), -webkit-gradient(linear, right top, left top, from(#c91a68), to(#1dafeb));
        background-image: url("/static/img/homepage/stats/stats_1920x1080.jpg"), -o-linear-gradient(right, #c91a68, #1dafeb);
        background-image: url("/static/img/homepage/stats/stats_1920x1080.jpg"), linear-gradient(to left, #c91a68, #1dafeb); } }
    @media only screen and (max-width: 1600px) {
      .homepage .statistics {
        background-image: url("/static/img/homepage/stats/stats_1600x1200.jpg"), -webkit-gradient(linear, right top, left top, from(#c91a68), to(#1dafeb));
        background-image: url("/static/img/homepage/stats/stats_1600x1200.jpg"), -o-linear-gradient(right, #c91a68, #1dafeb);
        background-image: url("/static/img/homepage/stats/stats_1600x1200.jpg"), linear-gradient(to left, #c91a68, #1dafeb); } }
    @media only screen and (max-width: 1366px) {
      .homepage .statistics {
        background-image: url("/static/img/homepage/stats/stats_1366x768.jpg"), -webkit-gradient(linear, right top, left top, from(#c91a68), to(#1dafeb));
        background-image: url("/static/img/homepage/stats/stats_1366x768.jpg"), -o-linear-gradient(right, #c91a68, #1dafeb);
        background-image: url("/static/img/homepage/stats/stats_1366x768.jpg"), linear-gradient(to left, #c91a68, #1dafeb); } }
    @media only screen and (max-width: 1200px) {
      .homepage .statistics .content .stats {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 1160px) {
      .homepage .statistics .content {
        max-width: 850px; } }
    @media only screen and (max-width: 480px) {
      .homepage .statistics {
        -webkit-box-shadow: inset 0 0 15px #000;
                box-shadow: inset 0 0 15px #000; } }
  .homepage .crowdcube {
    background: #fff; }
    .homepage .crowdcube .content {
      padding: 80px 20px 0 20px; }
      .homepage .crowdcube .content .phone {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative; }
        .homepage .crowdcube .content .phone .background {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: hidden; }
          .homepage .crowdcube .content .phone .background img {
            width: 100%; }
      .homepage .crowdcube .content .cta {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        padding: 80px 0 80px 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .homepage .crowdcube .content .cta h2 {
          text-align: left;
          margin-bottom: 10px; }
        .homepage .crowdcube .content .cta p {
          line-height: 1.5em; }
        .homepage .crowdcube .content .cta .action {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 10px; }
          .homepage .crowdcube .content .cta .action .button {
            margin-right: 40px; }
          .homepage .crowdcube .content .cta .action .cc-logo {
            height: 30px; }
    @media only screen and (max-width: 1023px) {
      .homepage .crowdcube .content {
        padding: 0 20px; }
        .homepage .crowdcube .content .phone {
          display: none; }
        .homepage .crowdcube .content .cta {
          padding: 80px 0; }
          .homepage .crowdcube .content .cta h2 {
            text-align: center; }
          .homepage .crowdcube .content .cta p {
            text-align: center; }
          .homepage .crowdcube .content .cta .action {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .homepage .crowdcube .content .cta .action .button {
              margin-right: 0; }
            .homepage .crowdcube .content .cta .action .cc-logo {
              margin-bottom: 20px;
              height: 24px; } }
  .homepage .footer-menu {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, right top, from(#2cd5c4), to(#1dafeb));
    background-image: -o-linear-gradient(left, #2cd5c4, #1dafeb);
    background-image: linear-gradient(to right, #2cd5c4, #1dafeb);
    background-position: center;
    background-size: cover;
    position: relative; }
    .homepage .footer-menu .content {
      padding: 80px 20px; }
      .homepage .footer-menu .content .logo-wrapper {
        width: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-right: 40px; }
      .homepage .footer-menu .content .contact {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-right: 80px; }
        .homepage .footer-menu .content .contact p {
          margin: 0 0 20px 0;
          line-height: 1.5em; }
        .homepage .footer-menu .content .contact .button {
          background: none;
          border: 2px solid #fff;
          color: #fff;
          height: 40px;
          padding: 18px 20px;
          font-size: 16px; }
        .homepage .footer-menu .content .contact .button:hover {
          color: #666;
          background: #fff; }
      .homepage .footer-menu .content .socials {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .homepage .footer-menu .content .socials .list {
          z-index: 1; }
          .homepage .footer-menu .content .socials .list h4 {
            text-transform: uppercase;
            margin-bottom: 10px; }
          .homepage .footer-menu .content .socials .list ul {
            list-style: none;
            padding: 0; }
            .homepage .footer-menu .content .socials .list ul li {
              padding: 5px 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .homepage .footer-menu .content .socials .list ul li a {
                color: #fff;
                text-decoration: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                .homepage .footer-menu .content .socials .list ul li a .icon {
                  width: 30px;
                  height: 30px;
                  font-size: 18px;
                  border: 2px solid #fff;
                  padding: 5px;
                  border-radius: 50%;
                  margin-right: 10px; }
              .homepage .footer-menu .content .socials .list ul li a:hover {
                text-decoration: underline; }
              .homepage .footer-menu .content .socials .list ul li a:visited {
                color: #fff; }
    @media only screen and (max-width: 1023px) {
      .homepage .footer-menu .content {
        padding: 80px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .homepage .footer-menu .content .logo-wrapper {
          margin-right: 0; }
        .homepage .footer-menu .content .contact {
          margin: 20px 0 80px 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .homepage .footer-menu .content .contact p {
            text-align: center; } }
  .homepage .footer {
    height: 60px;
    background: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #666; }
    .homepage .footer .content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .homepage .footer .content a {
        text-decoration: none;
        color: #666; }
      .homepage .footer .content a:hover {
        color: #444; }
      .homepage .footer .content a:visited {
        color: #666; }
    @media only screen and (max-width: 480px) {
      .homepage .footer .content {
        font-size: 13px; } }

