::-moz-selection, ::selection {
  background-color: #b193c5;
  color: #323232; }

/* ------------------------- */
/* 1. Fonts
/* ------------------------- */
@font-face {
  font-family: 'Muli';
  src: url("../../fonts/Muli-Regular.woff2") format("woff2"), url("../../fonts/Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Muli';
  src: url("../../fonts/Muli-Light.woff2") format("woff2"), url("../../fonts/Muli-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
/* ------------------------- */
/* 2. Global
/* ------------------------- */
.padding-top {
  padding-top: 150px; }
  .padding-top.padding-top--small {
    padding-top: 90px; }

.padding-bottom {
  padding-bottom: 150px; }

.ignore-margins {
  position: relative;
  left: -40px;
  right: -40px;
  width: calc(100% + 80px); }

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px; }
  .wrapper.wrapper--large {
    max-width: 1400px; }
  .wrapper.wrapper--full {
    max-width: none;
    padding: 0; }

.page-title {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: .1rem;
  text-decoration: underline;
  margin-bottom: 75px; }

.body-text {
  font-size: 0.9375rem;
  letter-spacing: .05rem;
  line-height: 1.5rem; }
  .body-text p:not(last-of-type) {
    margin-bottom: 10px; }

.body-links.body-links--about {
  margin-top: 30px; }
  .body-links.body-links--about a {
    font-size: .75rem; }
.body-links .body-link {
  display: inline-block; }

#close {
  visibility: hidden;
  display: none; }

.mode, .page, .body-link, #close {
  font-size: .8rem;
  cursor: pointer;
  letter-spacing: 0.05rem;
  text-decoration: underline; }
  .mode, .mode a, .page, .page a, .body-link, .body-link a, #close, #close a {
    transition: 300ms ease;
    color: #939598; }
    .mode.is-active, .mode:hover, .mode a.is-active, .mode a:hover, .page.is-active, .page:hover, .page a.is-active, .page a:hover, .body-link.is-active, .body-link:hover, .body-link a.is-active, .body-link a:hover, #close.is-active, #close:hover, #close a.is-active, #close a:hover {
      color: #f6f6f6 !important; }
  .mode:not(:last-of-type), .page:not(:last-of-type), .body-link:not(:last-of-type), #close:not(:last-of-type) {
    margin-right: 8px; }

/* ------------------------- */
/* 2.1. Normalizer
/* ------------------------- */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 16px;
  background-color: #323232; }
  html.is-blocked {
    overflow: hidden !important; }

body {
  overflow: hidden;
  font-family: 'Muli';
  color: #e9e8e8;
  margin: 0; }

input[type="email"],
input[type="submit"] {
  border-radius: 0;
  appearance: none; }

p,
figure {
  margin: 0; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  outline: 0;
  text-decoration: none;
  color: #444444; }

a:hover, a:active, a:focus {
  outline: 0; }

img {
  vertical-align: text-bottom; }

address {
  font-style: normal; }

b, strong {
  font-weight: 700; }

/* ------------------------- */
/* 2.2. Grid
/* ------------------------- */
/* ------------------------- */
/* 2.3. Helpers
/* ------------------------- */
/* ------------------------- */
/* 2.4. Other
/* ------------------------- */
/* ------------------------- */
/* 3. Header
/* ------------------------- */
.site-header,
.site-top-nav,
.site-bottom-nav {
  transition: 1000ms ease;
  opacity: 0;
  position: fixed;
  padding: 30px 40px;
  z-index: 99993; }
  .site-header.is-disabled,
  .site-top-nav.is-disabled,
  .site-bottom-nav.is-disabled {
    opacity: 0 !important;
    pointer-events: none; }
  .site-header.is-visible,
  .site-top-nav.is-visible,
  .site-bottom-nav.is-visible {
    opacity: 1; }

.site-header {
  top: 0;
  left: 0; }

.site-title {
  float: left;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #939598; }

.site-top-nav {
  top: 0;
  right: 0;
  z-index: 99999; }

.site-bottom-nav {
  bottom: 0;
  right: 0; }

/* ------------------------- */
/* 4. Content
/* ------------------------- */
.unsupported-browser {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px; }

.unsupported-browser-bg {
  z-index: -1;
  position: fixed;
  top: 50%;
  right: 0;
  left: 50%;
  width: 100vw;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: .6; }

.site-content {
  transition: 300ms ease;
  padding: 0 40px;
  position: relative;
  width: 100vw;
  min-height: 100vh; }
  .site-content.is-loading {
    pointer-events: none;
    opacity: 0; }

.page-body {
  transition: 300ms ease;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  left: 40px;
  pointer-events: none; }
  .page-body.is-visible {
    opacity: 1;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    pointer-events: auto; }
  .page-body[data-page="mobile-home"] {
    display: none; }

.p5Canvas {
  position: fixed;
  /*
  top: 50px; right: 0; bottom: 50px; left: 0;
  width: 100vw!important; height: calc(100vh - 100px)!important;
  */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important; }

.about-gallery {
  padding-top: 120px; }

.about-gallery__item {
  position: relative; }
  .about-gallery__item .about-gallery__item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .about-gallery__item .about-gallery__item-bg {
    transition: 300ms ease;
    display: block;
    width: 100%;
    background-color: #939598;
    /*
    background-position: center;
    background-size: cover;*/ }
    .about-gallery__item .about-gallery__item-bg:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
  .about-gallery__item .about-gallery__item-label {
    margin-top: 45px;
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .1rem; }
    .about-gallery__item .about-gallery__item-label a {
      color: #939598; }
  .about-gallery__item:hover .about-gallery__item-bg {
    transform: scale(1.05); }

.process-first__steps {
  text-align: center; }
  .process-first__steps .step {
    cursor: pointer;
    position: relative;
    padding-bottom: 30px;
    width: 12%;
    float: left; }
    .process-first__steps .step.step--arrow {
      width: 8%; }
      .process-first__steps .step.step--arrow .step__icon {
        margin: 0 auto; }
        .process-first__steps .step.step--arrow .step__icon > img {
          width: 100%;
          height: 100%; }
    .process-first__steps .step:not(.step--arrow) .step__icon {
      background-color: #ffffff;
      margin: 0 auto 15px auto; }
      .process-first__steps .step:not(.step--arrow) .step__icon > img {
        width: 50px;
        height: 50px; }
    .process-first__steps .step .step__icon {
      position: relative;
      max-width: 80px; }
      .process-first__steps .step .step__icon:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .process-first__steps .step .step__icon > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 75%; }
  .process-first__steps .step__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #939598; }

[data-page="process"] .slick-dots, .section-dots {
  position: fixed;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 10; }
  [data-page="process"] .slick-dots li, .section-dots li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 10px 0;
    position: relative;
    cursor: pointer;
    display: block; }
    [data-page="process"] .slick-dots li:before, [data-page="process"] .slick-dots li:after, .section-dots li:before, .section-dots li:after {
      transition: 300ms ease; }
    [data-page="process"] .slick-dots li:before, .section-dots li:before {
      content: '';
      height: 1px;
      width: 1px;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      position: absolute;
      background-color: #ffffff; }
    [data-page="process"] .slick-dots li:after, .section-dots li:after {
      opacity: 0;
      position: absolute;
      right: -15px;
      top: 50%;
      width: 50vw;
      pointer-events: none;
      transform: translate(100%, -50%);
      color: #939598;
      font-size: 0.6875rem;
      text-transform: uppercase;
      letter-spacing: .1rem; }
    [data-page="process"] .slick-dots li:nth-of-type(2):after, .section-dots li:nth-of-type(2):after {
      content: '01. Select Data'; }
    [data-page="process"] .slick-dots li:nth-of-type(3):after, .section-dots li:nth-of-type(3):after {
      content: '02. Collect Data'; }
    [data-page="process"] .slick-dots li:nth-of-type(4):after, .section-dots li:nth-of-type(4):after {
      content: '03. Visualization'; }
    [data-page="process"] .slick-dots li:nth-of-type(5):after, .section-dots li:nth-of-type(5):after {
      content: '04. Implementation'; }
    [data-page="process"] .slick-dots li:nth-of-type(6):after, .section-dots li:nth-of-type(6):after {
      content: '05. Results'; }
    [data-page="process"] .slick-dots li.slick-active:before, [data-page="process"] .slick-dots li.is-active:before, .section-dots li.slick-active:before, .section-dots li.is-active:before {
      width: 70px;
      left: -70px; }
    [data-page="process"] .slick-dots li.slick-active:after, [data-page="process"] .slick-dots li.is-active:after, .section-dots li.slick-active:after, .section-dots li.is-active:after {
      opacity: 1; }

[data-page="process"] .slick-dots button {
  display: none; }
[data-page="process"] .center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch; }

.process-second__slide {
  min-height: 100vh; }

.process-second__slide-01 .item,
.process-second__slide-02 .item,
.process-second__slide-04 .item,
.process-second__slide-05 .item {
  text-align: center; }
.process-second__slide-01 .icon,
.process-second__slide-02 .icon,
.process-second__slide-04 .icon,
.process-second__slide-05 .icon {
  width: 100%;
  height: auto;
  max-width: 50px;
  display: inline-block;
  margin: 0 5px; }
  .process-second__slide-01 .icon.icon--05,
  .process-second__slide-02 .icon.icon--05,
  .process-second__slide-04 .icon.icon--05,
  .process-second__slide-05 .icon.icon--05 {
    max-width: 100px; }
.process-second__slide-01 .title,
.process-second__slide-01 .description,
.process-second__slide-02 .title,
.process-second__slide-02 .description,
.process-second__slide-04 .title,
.process-second__slide-04 .description,
.process-second__slide-05 .title,
.process-second__slide-05 .description {
  font-size: 0.75rem;
  letter-spacing: .1rem;
  text-align: center;
  line-height: 1.2rem; }
  .process-second__slide-01 .title, .process-second__slide-01 .title a,
  .process-second__slide-01 .description,
  .process-second__slide-01 .description a,
  .process-second__slide-02 .title,
  .process-second__slide-02 .title a,
  .process-second__slide-02 .description,
  .process-second__slide-02 .description a,
  .process-second__slide-04 .title,
  .process-second__slide-04 .title a,
  .process-second__slide-04 .description,
  .process-second__slide-04 .description a,
  .process-second__slide-05 .title,
  .process-second__slide-05 .title a,
  .process-second__slide-05 .description,
  .process-second__slide-05 .description a {
    color: #939598; }
  .process-second__slide-01 .title a,
  .process-second__slide-01 .description a,
  .process-second__slide-02 .title a,
  .process-second__slide-02 .description a,
  .process-second__slide-04 .title a,
  .process-second__slide-04 .description a,
  .process-second__slide-05 .title a,
  .process-second__slide-05 .description a {
    text-decoration: underline; }
.process-second__slide-01 .title,
.process-second__slide-02 .title,
.process-second__slide-04 .title,
.process-second__slide-05 .title {
  padding-top: 24px;
  text-transform: uppercase; }
.process-second__slide-01 .description,
.process-second__slide-02 .description,
.process-second__slide-04 .description,
.process-second__slide-05 .description {
  padding-top: 12px; }

.process-second__slide-01 {
  background-color: #373737; }

.process-second__slide-02 {
  background-color: #323232; }

.process-second__slide-03 {
  background-color: #373737; }
  .process-second__slide-03 .slick-dots {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    text-align: center; }
    .process-second__slide-03 .slick-dots li {
      display: inline-block;
      margin: 0 5px;
      background-color: #737373; }
      .process-second__slide-03 .slick-dots li.slick-active {
        background-color: #ffffff; }
      .process-second__slide-03 .slick-dots li:before, .process-second__slide-03 .slick-dots li:after {
        content: none !important; }
      .process-second__slide-03 .slick-dots li:nth-child(6) {
        margin: 0 30px 0 5px; }
      .process-second__slide-03 .slick-dots li:nth-child(7) {
        margin: 0 5px 0 30px; }
  .process-second__slide-03 .slick-sub li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px 30px 0 30px;
    font-size: 0.75rem;
    letter-spacing: .1rem;
    color: #939598;
    line-height: 1.2rem;
    text-transform: uppercase; }
    .process-second__slide-03 .slick-sub li:first-child {
      text-align: right; }
    .process-second__slide-03 .slick-sub li:nth-child {
      text-align: left; }
  .process-second__slide-03 .image {
    margin-top: -40px; }
  .process-second__slide-03 .title {
    position: relative;
    z-index: 2;
    font-size: 0.75rem;
    letter-spacing: .1rem;
    color: #939598;
    text-align: center;
    padding-top: 12px; }

.process-second__slide-04 {
  background-color: #323232; }

.process-second__slide-05 {
  background-color: #373737; }

/* ------------------------- */
/* 5. Footer
/* ------------------------- */
.site-footer {
  background-color: #242323;
  text-align: center;
  padding: 45px 0;
  font-size: .75rem;
  line-height: 1.8;
  letter-spacing: .05rem;
  transition: 300ms ease;
  opacity: 0;
  pointer-events: none; }
  .site-footer.is-visible {
    opacity: 1;
    pointer-events: auto; }
  .site-footer .copyrights {
    color: #939598; }
  .site-footer .faculty, .site-footer .email {
    color: #4F4F51; }
  .site-footer .email {
    transition: 300ms ease;
    text-decoration: underline; }
    .site-footer .email:hover {
      color: #f6f6f6; }

/* ------------------------- */
/* 6. Overwrites 
/* ------------------------- */
/* ------------------------- */
/* 7. Mobile only 
/* ------------------------- */
/* ------------------------- */
/* 8. Responsive 
/* ------------------------- */
@media all and (min-width: 1921px) {
  .site-title {
    font-size: 1.3rem; }

  .page-title {
    font-size: 2.5rem; }

  .mode, .page, .body-link {
    font-size: .95rem; } }
@media all and (max-width: 1023px) {
  html {
    font-size: 14px; }

  .mode, .page {
    font-size: 1rem; }

  .process-second__slide-03 .image {
    max-width: 500px;
    margin: 0 auto; } }
@media all and (max-width: 767px) {
  .padding-top {
    padding-top: 100px; }
    .padding-top.padding-top--small {
      padding-top: 70px; }

  .padding-bottom {
    padding-bottom: 100px; }

  .page-title {
    margin-bottom: 50px; }

  .about-gallery {
    padding-top: 90px; }

  .about-gallery .col:not(:last-of-type) {
    margin-bottom: 45px; }

  .about-gallery__item .about-gallery__item-label {
    margin-top: 25px; }

  .section-dots {
    /*top: auto;*/
    left: 30px;
    /*bottom: 30px;
    transform: none;*/ }

  [data-page="process"] .slick-dots li:after, .section-dots li:after {
    transform: rotate(90deg);
    transform-origin: left;
    left: 25px;
    top: -5px; }

  .process-first__steps .step {
    width: 100% !important;
    float: none; }
    .process-first__steps .step:not(.step--arrow) .step__icon {
      margin: 0 auto 5px auto; }
    .process-first__steps .step.step--arrow {
      padding: 15px 0; }
      .process-first__steps .step.step--arrow .step__icon > img {
        transform: translate(-50%, -50%) rotate(90deg);
        transform-origin: center center; }

  .process-second__slide-03 .slick-dots li:nth-child(6) {
    margin: 0 15px 0 5px; }
  .process-second__slide-03 .slick-dots li:nth-child(7) {
    margin: 0 5px 0 15px; }
  .process-second__slide-03 .slick-sub li {
    padding: 10px 15px 0 15px; }

  .process-second__slide-01 .title,
  .process-second__slide-02 .title,
  .process-second__slide-04 .title,
  .process-second__slide-05 .title {
    padding-top: 12px; }
  .process-second__slide-01 .description,
  .process-second__slide-02 .description,
  .process-second__slide-04 .description,
  .process-second__slide-05 .description {
    padding-top: 6px; }

  .process-second__slide .col:not(:last-of-type) {
    margin-bottom: 30px; } }
@media all and (max-width: 567px) {
  .padding-top {
    padding-top: 60px; }
    .padding-top.padding-top--small {
      padding-top: 40px; }

  .padding-bottom {
    padding-bottom: 60px; }

  .site-header {
    left: 0;
    right: 0;
    text-align: center; }
    .site-header .site-title {
      float: none; }

  /*
  .site-top-nav {
    display: none;
  }
  */
  .site-top-nav.modes {
    display: none; }

  .site-bottom-nav {
    text-align: center;
    left: 0;
    top: 35px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .site-bottom-nav a:not(:last-of-type) {
      margin-bottom: 5px; }

  .site-header, .site-top-nav, .site-bottom-nav {
    opacity: 1 !important;
    position: absolute; }

  .mode:not(:last-of-type), .mode:not(:last-of-type), .page:not(:last-of-type), .page:not(:last-of-type) {
    margin-right: 0; }

  .page-body[data-page="dynamic"] {
    display: none; }

  .page-body[data-page="mobile-home"] {
    padding-top: 90px;
    width: 100%;
    display: block !important; }
    .page-body[data-page="mobile-home"] .slick {
      position: relative;
      width: calc(100% + 60px);
      left: -30px;
      right: -30px; }
    .page-body[data-page="mobile-home"] p {
      text-align: center;
      font-size: .86rem;
      margin-top: 30px; }

  [data-page="process"] .slick-dots li:before, .section-dots li:before {
    margin: 0 2px; }

  .process-second__slide-03 .slick-dots li {
    margin: 0 2px; }
    .process-second__slide-03 .slick-dots li:nth-child(6) {
      margin: 0 8px 0 2px; }
    .process-second__slide-03 .slick-dots li:nth-child(7) {
      margin: 0 2px 0 8px; }
  .process-second__slide-03 .slick-sub li {
    padding: 10px 8px 0 8px; } }
@media all and (max-width: 479px) {
  .site-header, .site-top-nav, .site-bottom-nav {
    padding: 25px 30px; }

  .site-content {
    padding: 30px; }

  .process-first .process-first__intro {
    padding-left: 40px; }

  .ignore-margins {
    left: -30px;
    right: -30px;
    width: calc(100% + 60px); }

  /*
  .site-top-nav {
    top: 25px;
    right: auto;
    left: 0;
  }
  */ }

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