@font-face {
    font-family: 'DIN';
    src: url('/fonts/din-regular-webfont.woff2') format('woff2'),
         url('/fonts/din-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN';
    src: url('/fonts/din-italic-webfont.woff2') format('woff2'),
         url('/fonts/din-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'DIN';
    src: url('/fonts/din-bold-webfont.woff2') format('woff2'),
         url('/fonts/din-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DIN';
    src: url('/fonts/din-bold-italic-webfont.woff2') format('woff2'),
         url('/fonts/din-bold-italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE 5 was right. */
* {
  box-sizing: border-box;
}
body {
  color: #333;
  font-variant-ligatures: common-ligatures;
  font: 16px/2 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
}
.animated-background {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.page-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: transparent; /* dynamic */
}
.page-header__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
.page-header__inner:before {
  content: '';
  display: table;
}
.page-header__inner:after {
  content: '';
  display: table;
  clear: both;
}
.page-header__logo {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  padding: 16px 0;
}
.page-header__logo:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.page-header__logo:last-child {
  margin-right: 0;
}
.page-header__logo:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.page-header__logo:nth-child(2n + 1) {
  clear: both;
}
.page-header__logo img {
    display: block;
    height: 32px;
  }
.page-header__nav {
  position: relative;
  height: 64px;
}
.page-header__nav > * {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translate(0, -50%);
}
.page-header__nav a {
    display: block;
  }
.page-header__button {
  display: block;
  border-radius: 2px;
  padding: 0 10px;
  border: 1px solid #EEE;
  font: 14px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  text-align: center;
  color: #3c1053;
  text-decoration: none;
  transition: all 0.2s;
  background: white;
}
.page-header__button:hover, .page-header__button:focus {
    color: #5c068c;
    border-color: #5c068c;
    box-shadow: 0 1px 2px #EEE;
  }
.page-header__button:active {
    box-shadow: inset 0 1px 2px #AAA, 0 -1px 0 #EEE;
  }
@media (max-width: 900px) {
  .page-header {
    position: static;
    min-width: 320px;
  }
  .page-header > * {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .page-header__inner {
    max-width: reset;
    margin-left: auto;
    margin-right: auto;
  }

  .page-header__inner:before {
    content: '';
    display: table;
  }

  .page-header__inner:after {
    content: '';
    display: table;
    clear: both;
  }
}
.page-footer {
  background: white;
}
.page-footer:before {
  content: '';
  display: table;
}
.page-footer:after {
  content: '';
  display: table;
  clear: both;
}
.page-footer__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 240px;
  padding-right: 240px;
  border-top: 1px solid #EEE;
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-footer__inner:before {
  content: '';
  display: table;
}
.page-footer__inner:after {
  content: '';
  display: table;
  clear: both;
}
.page-footer__inner strong {
    font-weight: bold;
  }
.page-footer__columns {
  padding-bottom: 32px;
}
.page-footer__columns:before {
  content: '';
  display: table;
}
.page-footer__columns:after {
  content: '';
  display: table;
  clear: both;
}
.page-footer__left {
  width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
}
.page-footer__left:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.page-footer__left:last-child {
  margin-right: 0;
}
.page-footer__left:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.page-footer__left:nth-child(3n + 1) {
  clear: both;
}
.page-footer__right {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
}
.page-footer__right:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.page-footer__right:last-child {
  margin-right: 0;
}
.page-footer__right:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.page-footer__right:nth-child(3n + 1) {
  clear: both;
}
.page-footer__quicklink {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  margin: 8px 0;
  height: 32px;
}
.page-footer__quicklink:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.page-footer__quicklink:last-child {
  margin-right: 0;
}
.page-footer__quicklink:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.page-footer__quicklink:nth-child(2n + 1) {
  clear: both;
}
.page-footer__quicklink > a {
    font: 14px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
    color: #3c1053;
    text-decoration: none;
    transition: all 0.5s;
  }
.page-footer__quicklink > a:hover, .page-footer__quicklink > a:focus {
      color: #5c068c;
    }
.page-footer__button {
  display: block;
  border-radius: 2px;
  padding: 15px 5px;
  border: 1px solid #EEE;
  font: 14px/normal 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  text-align: center;
  color: #3c1053;
  text-decoration: none;
  transition: all 0.2s;
}
.page-footer__button:hover, .page-footer__button:focus {
    color: #5c068c;
    border-color: #5c068c;
    box-shadow: 0 1px 2px #EEE;
  }
.page-footer__button:active {
    box-shadow: inset 0 1px 2px #AAA, 0 -1px 0 #EEE;
  }
.page-footer__copyright {
  display: block;
  text-align: center;
  font: 12px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  color: #AAA;
}
.page-footer__attribution {
  display: block;
  text-align: center;
  font: 9px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  color: #AAA;
}
@media (max-width: 900px) {
  .page-footer {
    min-width: 320px;
  }

  .page-footer__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-footer__inner:before {
    content: '';
    display: table;
  }

  .page-footer__inner:after {
    content: '';
    display: table;
    clear: both;
  }

  .page-footer__left {
    width: calc(99.9% * 1 - (30px - 30px * 1));
  }

  .page-footer__left:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .page-footer__left:last-child {
    margin-right: 0;
  }

  .page-footer__left:nth-child(NaNn) {
    margin-right: 0;
    float: right;
  }

  .page-footer__left:nth-child(NaNn + 1) {
    clear: both;
  }

  .page-footer__right {
    width: calc(99.9% * 1 - (30px - 30px * 1));
    margin-top: 32px;
  }

  .page-footer__right:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .page-footer__right:last-child {
    margin-right: 0;
  }

  .page-footer__right:nth-child(NaNn) {
    margin-right: 0;
    float: right;
  }

  .page-footer__right:nth-child(NaNn + 1) {
    clear: both;
  }

  .page-footer__quicklink {
    text-align: center;
  }
}
.splash {
  position: relative;
  height: 98vh;
  text-align: center;
}
.splash > * {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splash__inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
}
.splash__inner:before {
  content: '';
  display: table;
}
.splash__inner:after {
  content: '';
  display: table;
  clear: both;
}
.splash__header {
  font: 400 48px/64px 'Playfair Display', serif;
  margin-bottom: 32px;
}
.splash__blurb {
  font: 24px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
}
.splash__blurb strong {
    font-weight: bold;
    color: #3c1053;
  }
@media (max-width: 640px) {
  .splash__header {
    font: 28px/32px 'Playfair Display', serif;
  }
}
@media (max-width: 900px) {
  .splash {
    position: static;
    min-width: 320px;
    height: auto;
  }
  .splash > * {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .splash__inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .splash__inner:before {
    content: '';
    display: table;
  }

  .splash__inner:after {
    content: '';
    display: table;
    clear: both;
  }

  .splash__header {
    margin-bottom: 16px;
  }

  .splash__blurb {
    font: 18px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  }
}
.customers {
  background: #EEE;
  padding: 64px 0;
  text-align: center;
  border-bottom: 5px solid #AAA;
}
.customers__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.customers__inner:before {
  content: '';
  display: table;
}
.customers__inner:after {
  content: '';
  display: table;
  clear: both;
}
.customers__list {
  display: flex;
  justify-content: center;
}
.customers__header {
  font: 24px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  text-shadow: 0 -1px 0 white;
  color: #AAA;
  margin-bottom: 32px;
}
.customers__link {
  display: block;
  padding: 0 20px;
  opacity: 0.2;
  transition: all .2s;
}
.customers__link:hover, .customers__link:focus {
    opacity: 1;
  }
.customers__image {
  display: inline-block;
  width: 133px;
  vertical-align: middle;
}
.primary {
  background: #5c068c;
  padding: 96px 0;
}
.primary__inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
.primary__inner:before {
  content: '';
  display: table;
}
.primary__inner:after {
  content: '';
  display: table;
  clear: both;
}
.primary__left {
  flex: 3;
  text-align: right;
}
.primary__right {
  flex: 2;
  text-align: left;
}
.primary__header {
  font: 48px/64px 'Playfair Display', serif;
  text-shadow: 0 -1px 0 #AAA;
  color: white;
  margin-bottom: 32px;
}
.primary__body {
  font: 18px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  color: white;
}
.primary__image {
  height: 256px;
  margin-left: 60px;
}
@media (max-width: 640px) {
  .primary__header {
    font: 28px/32px 'Playfair Display', serif;
  }
}
@media (max-width: 900px) {
  .primary {
    padding: 64px 0;
  }

  .primary__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .primary__inner:before {
    content: '';
    display: table;
  }

  .primary__inner:after {
    content: '';
    display: table;
    clear: both;
  }

  .primary__left {
    flex: none;
    text-align: center;
  }

  .primary__right {
    flex: none;
    text-align: center;
  }

  .primary__image {
    height: 128px;
    margin: 0 0 32px;
  }
}
.secondary {
  background: white;
  padding: 96px 0;
}
.secondary__inner {
  display: flex;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
.secondary__inner:before {
  content: '';
  display: table;
}
.secondary__inner:after {
  content: '';
  display: table;
  clear: both;
}
.secondary__left {
  flex: 2;
  text-align: right;
}
.secondary__right {
  flex: 3;
  text-align: left;
}
.secondary__header {
  font: 48px/64px 'Playfair Display', serif;
  color: #333;
  text-shadow: 0 -1px 0 #EEE;
  margin-bottom: 32px;
}
.secondary__body {
  font: 18px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  color: #333;
}
.secondary__image {
  height: 256px;
  margin-right: 60px;
}
@media (max-width: 640px) {
  .secondary__header {
    font: 28px/32px 'Playfair Display', serif;
  }
}
@media (max-width: 900px) {
  .secondary {
    padding: 64px 0;
  }

  .secondary__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .secondary__inner:before {
    content: '';
    display: table;
  }

  .secondary__inner:after {
    content: '';
    display: table;
    clear: both;
  }

  .secondary__left {
    flex: none;
    text-align: center;
  }

  .secondary__right {
    flex: none;
    text-align: center;
  }

  .secondary__image {
    height: 128px;
    margin: 0 0 32px;
  }
}
.tertiary {
  background: #EEE;
  padding: 96px 0;
  text-align: left;
}
.tertiary__inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
.tertiary__inner:before {
  content: '';
  display: table;
}
.tertiary__inner:after {
  content: '';
  display: table;
  clear: both;
}
.tertiary__left {
  flex: 3;
  text-align: right;
}
.tertiary__right {
  flex: 2;
  text-align: left;
}
.tertiary__header {
  font: 48px/64px 'Playfair Display', serif;
  text-shadow: 0 -1px 0 white;
  color: #333;
  margin-bottom: 32px;
}
.tertiary__body {
  font: 18px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  color: #333;
}
.tertiary__image {
  height: 256px;
  margin-left: 60px;
}
@media (max-width: 640px) {
  .tertiary__header {
    font: 28px/32px 'Playfair Display', serif;
  }
}
@media (max-width: 900px) {
  .tertiary {
    padding: 64px 0;
  }

  .tertiary__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .tertiary__inner:before {
    content: '';
    display: table;
  }

  .tertiary__inner:after {
    content: '';
    display: table;
    clear: both;
  }

  .tertiary__left {
    flex: none;
    text-align: center;
  }

  .tertiary__right {
    flex: none;
    text-align: center;
  }

  .tertiary__image {
    height: 128px;
    margin: 0 0 32px;
  }
}
.team {
  background: #EEE;
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
}
.team__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.team__inner:before {
  content: '';
  display: table;
}
.team__inner:after {
  content: '';
  display: table;
  clear: both;
}
.team__header {
  font: 52px/64px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  text-shadow: 0 -1px 0 white;
  color: #AAA;
}
.team__faces {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 64px;
}
.team__faces:before {
  content: '';
  display: table;
}
.team__faces:after {
  content: '';
  display: table;
  clear: both;
}
.team__picture {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 32px;
  border-radius: 90px;
  border: 5px solid white;
  box-shadow: 0 0 1px #AAA;
  transition: all 0.2s;
}
.team__picture:hover {
    border: 1px solid white;
    box-shadow: 0 0 5px white;
  }
.team__alex {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.team__alex:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.team__alex:last-child {
  margin-right: 0;
}
.team__alex:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.team__alex:nth-child(2n + 1) {
  clear: both;
}
.team__nikhil {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}
.team__nikhil:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.team__nikhil:last-child {
  margin-right: 0;
}
.team__nikhil:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.team__nikhil:nth-child(2n + 1) {
  clear: both;
}
.team__name {
  font: 28px/32px 'Playfair Display', serif;
  text-shadow: 0 -1px 0 white;
}
.team__aside {
  font: italic 10px/16px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  margin-bottom: 16px;
  color: #AAA;
}
.updates {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
}
.updates:before {
  content: '';
  display: table;
}
.updates:after {
  content: '';
  display: table;
  clear: both;
}
.updates__blurb {
  font: 24px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
}
.updates__blurb strong {
    font-weight: bold;
    color: #3c1053;
  }
@media (max-width: 900px) {
  .updates {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .updates:before {
    content: '';
    display: table;
  }
  .updates:after {
    content: '';
    display: table;
    clear: both;
  }
}
.invite-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  margin-top: 32px;
}
.invite-form:before {
  content: '';
  display: table;
}
.invite-form:after {
  content: '';
  display: table;
  clear: both;
}
.invite-form__email {
  width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
  background: white;
  border: 1px solid #AAA;
  border-bottom: 2px solid #AAA;
  font: 26px/normal 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  padding: 0 8px;
  height: 48px;
  color: #333;
  border-radius: 2px;
  outline: none;
  transition: all 0.2s;
}
.invite-form__email:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.invite-form__email:last-child {
  margin-right: 0;
}
.invite-form__email:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.invite-form__email:nth-child(2n + 1) {
  clear: both;
}
.invite-form__email:focus {
    box-shadow: 0 0 5px #8246af;
  }
.invite-form__button {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
  border-radius: 2px;
  padding: 8px;
  border: 1px solid #3c1053;
  border-bottom: 2px solid #3c1053;
  line-height: 1;
  text-align: center;
  color: white;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  font: 16px/normal 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  height: 48px;
  outline: none;
  background: #5c068c;
}
.invite-form__button:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.invite-form__button:last-child {
  margin-right: 0;
}
.invite-form__button:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.invite-form__button:nth-child(2n + 1) {
  clear: both;
}
.invite-form__button:hover, .invite-form__button:focus {
    background: #8246af;
    border-color: #5c068c;
    box-shadow: 0 1px 2px #EEE;
  }
.invite-form__button:active {
    border-bottom-width: 1px;
    box-shadow: inset 0 1px 2px #333, 0 -1px 0 #EEE;
  }
.invite-form__disclaimer {
  color: #3c1053;
  font: italic 12px/32px 'DIN', 'DIN Pro', 'FF DIN', sans-serif;
  width: calc(99.9% * 1 - (30px - 30px * 1));
}
.invite-form__disclaimer:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.invite-form__disclaimer:last-child {
  margin-right: 0;
}
.invite-form__disclaimer:nth-child(NaNn) {
  margin-right: 0;
  float: right;
}
.invite-form__disclaimer:nth-child(NaNn + 1) {
  clear: both;
}
@media (max-width: 900px) {
  .invite-form {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .invite-form:before {
    content: '';
    display: table;
  }
  .invite-form:after {
    content: '';
    display: table;
    clear: both;
  }

  .invite-form__email {
    width: calc(99.9% * 1 - (30px - 30px * 1));
  }

  .invite-form__email:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .invite-form__email:last-child {
    margin-right: 0;
  }

  .invite-form__email:nth-child(NaNn) {
    margin-right: 0;
    float: right;
  }

  .invite-form__email:nth-child(NaNn + 1) {
    clear: both;
  }

  .invite-form__button {
    width: calc(99.9% * 1 - (30px - 30px * 1));
    border-radius: 0 0 2px 2px;
    margin-top: 5px;
  }

  .invite-form__button:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }

  .invite-form__button:last-child {
    margin-right: 0;
  }

  .invite-form__button:nth-child(NaNn) {
    margin-right: 0;
    float: right;
  }

  .invite-form__button:nth-child(NaNn + 1) {
    clear: both;
  }
}
.customers, .team, .major {
  display: none;
}
