::-moz-selection {
  background-color: #50E3C2;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #50E3C2;
  color: #000;
  text-shadow: none; }

html, body {
  width: 100%;
  height: 100%; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Real"; }

.dotted, .btn:after, .mobile-menu--inner a:after, article p a:after, article p strong a:after, article p em a:after, article ol li a:after, header .container .row div nav .list a.is-active span:after, .teaser .top:after, .teaser--big .top:after, form .email-wrapper div, .teaser--vision .row .col-12 .top:after, .about .top:after {
  content: ".........................................................................................................................................................................................................................................";
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -10px;
  overflow: hidden;
  font-size: 18px;
  color: #777777; }

.flexcenter, header, header .container .row div nav, .lang-switch, .lang-switch_item, .pub .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* TYPE */
p, article p strong, article p em, article ol li {
  font-family: "Milo";
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 30px; }

.label, .link, .btn, .mobile-menu--inner a, article p a, article p strong a, article p em a, article ol li a, .btn--dark, .mobile-menu--inner #close, form .form-submit, header .container .row div nav .list a, .lang-switch_item, footer .container .row > .col-sm-12 .arrow-link, .box--contact .content a, .row-3 a {
  font-family: "Real";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px; }

.label-s {
  font-family: "Real";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #777777;
  padding: 24px 0 12px; }

.label-l {
  font-family: "Milo";
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 36px;
  color: #777777; }

.label-m {
  font-family: "Milo";
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
  color: #777777; }

h1 {
  font-family: "Real";
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 84px; }

h2 {
  font-family: "Milo";
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 66px; }

h3 {
  font-family: "Real";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px; }

h4 {
  font-family: "Real";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: center; }

.link, .btn, .mobile-menu--inner a, article p a, article p strong a, article p em a, article ol li a, .btn--dark, .mobile-menu--inner #close, form .form-submit, header .container .row div nav .list a, .lang-switch_item, footer .container .row > .col-sm-12 .arrow-link, .box--contact .content a, .row-3 a {
  color: #1C1F40;
  text-decoration: none; }
  .link:hover, .btn:hover, .mobile-menu--inner a:hover, article p a:hover, article ol li a:hover, .btn--dark:hover, .mobile-menu--inner #close:hover, form .form-submit:hover, header .container .row div nav .list a:hover, .lang-switch_item:hover, footer .container .row > .col-sm-12 .arrow-link:hover, .box--contact .content a:hover, .row-3 a:hover {
    color: #50E3C2; }

/* btn */
.btn, .mobile-menu--inner a, article p a, article p strong a, article p em a, article ol li a {
  font-weight: 700;
  padding: 10px 0 0;
  margin-top: 12px;
  position: relative;
  cursor: pointer; }
  .btn:after, .mobile-menu--inner a:after, article p a:after, article p strong a:after, article p em a:after, article ol li a:after {
    color: #1C1F40;
    font-size: 13px;
    letter-spacing: 4px;
    bottom: -16px; }
  .btn:hover:after, .mobile-menu--inner a:hover:after, article p a:hover:after, article ol li a:hover:after {
    color: #50E3C2; }

.btn--dark, .mobile-menu--inner #close, form .form-submit {
  cursor: pointer;
  background: #000;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px; }

/* Header */
header {
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  -webkit-transition: ease 0.75s;
  transition: ease 0.75s;
  -webkit-box-shadow: 0 0 12px transparent;
          box-shadow: 0 0 12px transparent; }
  header .header_logo svg {
    width: 70px;
    height: auto; }
  header .container .row div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .container .row div nav .list a {
      margin-right: 42px; }
      header .container .row div nav .list a.is-active span {
        position: relative; }
        header .container .row div nav .list a.is-active span:after {
          color: #1C1F40;
          font-size: 13px;
          letter-spacing: 4px;
          bottom: -16px; }

.lang-switch_item {
  width: 48px;
  height: 48px;
  text-transform: uppercase;
  border-radius: 100%;
  color: #777777; }
  .lang-switch_item.active {
    background: #000;
    color: #fff; }

body.scroll-up header {
  top: 0px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  height: 80px; }

body.scroll-down header {
  top: -100px; }

/* Footer */
footer {
  background: #F5F7F8;
  padding: 58px 0 74px;
  margin-top: 100px; }
  footer .container .row > .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px; }
    footer .container .row > .col-sm-12 .link, footer .container .row > .col-sm-12 .btn, footer .container .row > .col-sm-12 .mobile-menu--inner a, .mobile-menu--inner footer .container .row > .col-sm-12 a, footer .container .row > .col-sm-12 article p a, article p footer .container .row > .col-sm-12 a, footer .container .row > .col-sm-12 article p strong a, article p strong footer .container .row > .col-sm-12 a, footer .container .row > .col-sm-12 article p em a, article p em footer .container .row > .col-sm-12 a, footer .container .row > .col-sm-12 article ol li a, article ol li footer .container .row > .col-sm-12 a, footer .container .row > .col-sm-12 .btn--dark, footer .container .row > .col-sm-12 .mobile-menu--inner #close, .mobile-menu--inner footer .container .row > .col-sm-12 #close, footer .container .row > .col-sm-12 form .form-submit, form footer .container .row > .col-sm-12 .form-submit, footer header .container .row > .col-sm-12 div nav .list a, header footer .container .row > .col-sm-12 div nav .list a, footer .container .row > .col-sm-12 .lang-switch_item, footer .container .row > .col-sm-12 .arrow-link, footer .container .row > .col-sm-12 .box--contact .content a, .box--contact .content footer .container .row > .col-sm-12 a, footer .container .row > .col-sm-12 .row-3 a, .row-3 footer .container .row > .col-sm-12 a {
      margin-left: 48px; }
    footer .container .row > .col-sm-12 .logo {
      width: 70px;
      height: auto; }
    footer .container .row > .col-sm-12 .arrow-link {
      margin-left: 48px;
      color: black;
      font-weight: 700; }
      footer .container .row > .col-sm-12 .arrow-link svg {
        margin-left: 8px;
        width: 16px;
        height: auto;
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s; }
      footer .container .row > .col-sm-12 .arrow-link:hover svg {
        -webkit-transform: translate(4px, 2px);
                transform: translate(4px, 2px); }
        footer .container .row > .col-sm-12 .arrow-link:hover svg * {
          fill: #50E3C2; }

/* MOBILE */
#menu {
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background: #000;
  position: fixed;
  right: -100%;
  top: 100px;
  z-index: 99;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s; }

body.scroll-down #menu {
  top: 0;
  height: 100%; }

body.scroll-down #close {
  opacity: 1 !important; }

body.scroll-up #menu {
  top: 80px;
  height: calc(100% - 80px); }

nav.is-open #menu {
  right: 0%; }

#burger {
  display: none; }

.mobile-menu--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }
  .mobile-menu--inner #close {
    opacity: 0;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    margin-top: 20px;
    background: white;
    color: black; }
  .mobile-menu--inner * {
    color: white; }
  .mobile-menu--inner a {
    margin-bottom: 8px;
    text-align: left; }
    .mobile-menu--inner a:after {
      color: white; }
  .mobile-menu--inner svg {
    width: 50px;
    height: auto;
    margin-top: 12px; }
  .mobile-menu--inner .link-wrap {
    margin: 60px 0 20px; }
    .mobile-menu--inner .link-wrap a {
      margin-right: 20px;
      color: white; }
      .mobile-menu--inner .link-wrap a svg {
        width: 15px;
        margin: 0;
        margin-left: 10px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
      .mobile-menu--inner .link-wrap a:after {
        color: white; }

/* main */
main {
  padding-top: 100px; }

/* stage */
.stage {
  position: relative; }

/* Home */
.stage--home {
  padding: 70px 0 124px; }
  .stage--home h1 {
    max-width: 1070px;
    margin-bottom: 24px; }
  .stage--home .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

/* teaser */
.teaser, .teaser--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .teaser .top, .teaser--big .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    position: relative; }
    .teaser .top span, .teaser--big .top span {
      width: 48px;
      text-align: left;
      line-height: 0;
      color: #777777; }
    .teaser .top p, .teaser--big .top p, .teaser .top article p strong, article p .teaser .top strong, .teaser--big .top article p strong, article p .teaser--big .top strong, .teaser .top article p em, article p .teaser .top em, .teaser--big .top article p em, article p .teaser--big .top em, .teaser .top article ol li, article ol .teaser .top li, .teaser--big .top article ol li, article ol .teaser--big .top li {
      line-height: 0;
      color: black; }
  .teaser .content, .teaser--big .content {
    padding: 36px 48px 20px; }
    .teaser .content h3, .teaser--big .content h3 {
      margin-top: -6px; }
  .teaser .bottom, .teaser--big .bottom {
    padding-left: 48px; }

.teaser--big .top span {
  width: 33%; }

.teaser--big .content {
  width: 67%;
  margin-left: 33%;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .teaser--big .content a {
    width: 175px;
    height: auto;
    max-width: calc(25% - 30px);
    display: inline-block; }
    .teaser--big .content a img {
      width: 100%;
      -webkit-transition: ease 0.4s;
      transition: ease 0.4s;
      -webkit-box-shadow: 0 10px 10px transparent;
              box-shadow: 0 10px 10px transparent; }
      .teaser--big .content a img:hover {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }

.teaser--big .bottom {
  padding-left: 33%; }

.publications-teaser {
  margin: 96px 0; }

.newsletter-teaser .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  form input {
    height: 60px; }
  form .email-wrapper {
    width: 370px;
    height: 60px;
    position: relative; }
    form .email-wrapper .email {
      width: 100%;
      color: black;
      padding: 0 18px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      border: none; }
    form .email-wrapper div {
      z-index: 2;
      pointer-events: none;
      color: black; }
    form .email-wrapper .t {
      bottom: inherit;
      top: -17px; }
    form .email-wrapper .b {
      bottom: -4px; }
    form .email-wrapper .l {
      line-height: 8px;
      top: 0px;
      height: calc(100% - 7px);
      left: 0;
      -webkit-transform: translateX(-0.2px);
              transform: translateX(-0.2px); }
    form .email-wrapper .r {
      line-height: 8px;
      top: 0px;
      height: calc(100% - 7px);
      left: calc(100% - 8px);
      width: 7px;
      -webkit-transform: translateX(0.4px);
              transform: translateX(0.4px);
      display: none; }
  form .form-submit {
    padding: 0 18px;
    margin-top: 0; }

/* Vision */
.stage--vision {
  padding: 150px 0 150px; }

.quote {
  margin-bottom: 150px; }
  .quote h2 {
    text-align: center;
    margin-bottom: 24px; }
  .quote .label, .quote .link, .quote .btn, .quote .mobile-menu--inner a, .mobile-menu--inner .quote a, .quote article p a, article p .quote a, .quote article p strong a, article p strong .quote a, .quote article p em a, article p em .quote a, .quote article ol li a, article ol li .quote a, .quote .btn--dark, .quote .mobile-menu--inner #close, .mobile-menu--inner .quote #close, .quote form .form-submit, form .quote .form-submit, .quote header .container .row div nav .list a, header .container .row div nav .list .quote a, .quote .lang-switch_item, .quote footer .container .row > .col-sm-12 .arrow-link, footer .container .row > .col-sm-12 .quote .arrow-link, .quote .box--contact .content a, .box--contact .content .quote a, .quote .row-3 a, .row-3 .quote a {
    text-align: center; }
  .quote .label.light, .quote .light.link, .quote .light.btn, .quote .mobile-menu--inner a.light, .mobile-menu--inner .quote a.light, .quote article p a.light, article p .quote a.light, .quote article ol li a.light, article ol li .quote a.light, .quote .light.btn--dark, .quote .mobile-menu--inner .light#close, .mobile-menu--inner .quote .light#close, .quote form .light.form-submit, form .quote .light.form-submit, .quote header .container .row div nav .list a.light, header .container .row div nav .list .quote a.light, .quote .light.lang-switch_item, .quote footer .container .row > .col-sm-12 .light.arrow-link, footer .container .row > .col-sm-12 .quote .light.arrow-link, .quote .box--contact .content a.light, .box--contact .content .quote a.light, .quote .row-3 a.light, .row-3 .quote a.light {
    color: #777777; }

.row-mb-20 {
  margin-bottom: 20px; }

#skip-btn {
  display: inline-block;
  margin-top: -10px; }

.teaser--vision {
  position: relative;
  padding-bottom: 96px; }
  .teaser--vision h3 {
    font-size: 42px; }
  .teaser--vision .row .col-12 .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
    position: relative;
    margin-bottom: 96px; }
    .teaser--vision .row .col-12 .top span {
      width: 48px;
      text-align: left;
      line-height: 0;
      color: #777777; }
  .teaser--vision .row .right {
    margin-top: 48px; }

.teaser--vision:before {
  position: absolute;
  left: 15px;
  top: 6px;
  color: #777777; }

.teaser--vision:nth-child(1):before {
  content: "01"; }

.teaser--vision:nth-child(2):before {
  content: "02"; }

.teaser--vision:nth-child(3):before {
  content: "03"; }

.teaser--vision:nth-child(4):before {
  content: "04"; }

.teaser--vision:nth-child(5):before {
  content: "05"; }

.teaser--vision:nth-child(6):before {
  content: "06"; }

.teaser--vision:nth-child(7):before {
  content: "07"; }

.teaser--vision:nth-child(8):before {
  content: "08"; }

.teaser--vision:nth-child(9):before {
  content: "09"; }

#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.canvas-holder {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 100px; }

/* PUBLICATIONS */
.report-teaser {
  margin-bottom: 94px; }

.report-teaser .container {
  background: #F5F7F8; }
  .report-teaser .container .row .col-12 {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.pub {
  margin-bottom: 94px; }
  .pub .col-lg-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pub p, .pub article p strong, article p .pub strong, .pub article p em, article p .pub em, .pub article ol li, article ol .pub li {
    margin-top: 24px; }
  .pub .label-s {
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .pub img {
    width: 100%;
    height: auto;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    -webkit-box-shadow: 0 10px 10px transparent;
            box-shadow: 0 10px 10px transparent; }
    .pub img:hover {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }

/* Article */
.stage--article {
  padding: 130px 0; }
  .stage--article h1 {
    max-width: 1000px; }

.publisher span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #50E3C2;
  margin-right: 8px;
  display: inline-block;
  margin-top: 20px; }

article p, article p strong, article p em, article ol li {
  margin-bottom: 24px; }
  article p strong, article p strong strong, article p em strong, article ol li strong {
    font-weight: 700; }
  article p em, article p strong em, article p em em, article ol li em {
    font-style: italic; }
  article p a, article p strong a, article p em a, article ol li a {
    color: black; }
  article p .link-button, article ol li .link-button {
    margin-bottom: 12px;
    color: black !important; }

article h2 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 50px; }

article h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 60px; }

article ol {
  margin-bottom: 30px; }
  article ol li {
    margin-bottom: 8px; }

figure img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 450px;
  height: auto;
  margin-bottom: 20px; }

.article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px; }
  .article-nav a {
    margin: 0 20px;
    color: white;
    font-size: 18px;
    background: black;
    padding: 13px 20px;
    text-decoration: none; }
    .article-nav a:hover {
      background: #50E3C2; }

/* VISION */
.stage--about {
  padding: 150px 0 160px; }
  .stage--about h1 {
    max-width: 900px; }

.about {
  margin-top: 80px; }
  .about .top {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 80px; }
    .about .top h4 {
      text-align: left; }

.about--wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.profile {
  margin-bottom: 100px; }
  .profile .profile--img {
    width: 200px;
    height: 200px;
    border-radius: 60px;
    margin-bottom: 22px; }
  .profile h3 {
    font-weight: bold;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 6px; }
  .profile .label-m {
    color: #777777;
    margin-bottom: 21px; }
  .profile .profile--text {
    max-width: 500px;
    padding-right: 30px; }
    .profile .profile--text p, .profile .profile--text article p strong, article p .profile .profile--text strong, .profile .profile--text article p em, article p .profile .profile--text em, .profile .profile--text article ol li, article ol .profile .profile--text li {
      font-size: 16px;
      line-height: 25px; }

/* Blog */
.blog--preview h3 {
  margin-bottom: 20px; }

.blog--preview .label-s {
  margin-bottom: 0; }

.blog--preview a {
  text-decoration: none;
  color: black; }
  .blog--preview a:hover {
    color: #50E3C2; }

/* Contact */
.iframe--holder iframe {
  border-radius: 40px;
  width: 100%; }

.contact--holder {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.box--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 36px; }
  .box--contact .icon {
    margin-right: 20px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    .box--contact .icon svg {
      width: 50px;
      height: 50px; }
  .box--contact .content a {
    color: black;
    text-decoration: underline; }

.row-3 {
  margin-top: 20px; }
  .row-3 div {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .row-3 a {
    margin-right: 24px; }

/* MEDIA QUERIES */
@media (max-width: 1300px) {
  .landing-teaser .container .row .content {
    padding-right: 0; } }

@media (max-width: 1200px) {
  h1 {
    font-size: 54px;
    line-height: 66px; }
  .teaser--vision .row .right {
    margin-top: 124px; } }

@media (max-width: 991px) {
  header .container .row div nav .list a {
    margin-right: 22px;
    font-size: 16px; }
  .lang-switch_item {
    width: 40px;
    height: 40px; }
  .landing-teaser .container .row .col-lg-6 {
    margin-bottom: 74px; }
    .landing-teaser .container .row .col-lg-6 .top span {
      width: 25%; }
    .landing-teaser .container .row .col-lg-6 .content, .landing-teaser .container .row .col-lg-6 .bottom {
      padding-left: 25%; }
  .publications-teaser {
    margin-top: 0; }
  .teaser--big .top span {
    width: 25%; }
  .teaser--big .bottom {
    padding-left: 25%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .teaser--big .content {
    margin-left: 25%;
    width: 75%; }
  .teaser--vision .row .right {
    margin-top: 24px; }
  .stage--vision h1 {
    font-size: 62px;
    margin-bottom: 10px; }
  .row-mb-20 {
    margin-bottom: 0; }
  #skip-btn {
    margin-top: 0;
    margin-bottom: 40px; }
  .report-teaser .col-12 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .report-teaser .col-12 a {
      margin-top: 24px; }
  .stage--vision .pub-t {
    font-size: 40px; }
  .pub .col-lg-3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px; }
    .pub .col-lg-3 img {
      max-width: 200px; }
  .profile {
    margin-bottom: 70px; }
    .profile .profile--text {
      padding-right: 0; }
  .stage--about {
    padding: 70px 0 80px; }
  .iframe--holder {
    margin-bottom: 60px; } }

@media (max-width: 768px) {
  #burger {
    display: block;
    margin-left: 10px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
  #nav-list {
    display: none !important; }
  header .header_logo svg {
    width: 60px; }
  h1 {
    font-size: 36px;
    line-height: 48px; }
  h2 {
    font-size: 30px;
    line-height: 39px; }
  h3 {
    font-size: 28px;
    line-height: 33px; }
  p, article p strong, article p em, article ol li {
    font-size: 17px;
    line-height: 27px; }
  .label, .link, .btn, .mobile-menu--inner a, article p a, article p strong a, article p em a, article ol li a, .btn--dark, .mobile-menu--inner #close, form .form-submit, header .container .row div nav .list a, .lang-switch_item, footer .container .row > .col-sm-12 .arrow-link, .box--contact .content a, .row-3 a {
    font-size: 16px;
    line-height: 26px; }
  .label-l {
    font-size: 20px;
    line-height: 30px; }
  .label-m {
    font-size: 19px;
    line-height: 26px; }
  .landing-teaser .container .row .col-lg-6 {
    margin-bottom: 74px; }
    .landing-teaser .container .row .col-lg-6 .top span {
      width: 8.3%; }
    .landing-teaser .container .row .col-lg-6 .content, .landing-teaser .container .row .col-lg-6 .bottom {
      padding-left: 8.3%; }
  .publications-teaser {
    margin-top: 0; }
  .teaser--big .top span {
    width: 8.3%; }
  .teaser--big .bottom {
    padding-left: 8.3%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .teaser--big .content {
    margin-left: 8.3%;
    width: 92%; }
  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(90%); }
    form .form-submit {
      width: calc(100% - 3px);
      text-align: center;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    form .email-wrapper {
      width: 100%; }
    form .email-wrapper .r {
      display: inline-block; }
  .publications-teaser .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 84%; }
    .publications-teaser .content a {
      max-width: calc(50% - 8px);
      margin: 3px; }
  footer {
    margin-top: 60px; }
    footer .logo-footer {
      display: none; }
    footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer .container .row-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      footer .container .row-2 {
        margin-bottom: 30px; }
        footer .container .row-2 .label-m {
          margin-bottom: 20px; }
    footer .col-sm-12 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0; }
      footer .col-sm-12 .left, footer .col-sm-12 .right {
        width: 100%; }
        footer .col-sm-12 .left .btn, footer .col-sm-12 .left .mobile-menu--inner a, .mobile-menu--inner footer .col-sm-12 .left a, footer .col-sm-12 .left article p a, article p footer .col-sm-12 .left a, footer .col-sm-12 .left article p strong a, article p strong footer .col-sm-12 .left a, footer .col-sm-12 .left article p em a, article p em footer .col-sm-12 .left a, footer .col-sm-12 .left article ol li a, article ol li footer .col-sm-12 .left a, footer .col-sm-12 .left .arrow-link, footer .col-sm-12 .right .btn, footer .col-sm-12 .right .mobile-menu--inner a, .mobile-menu--inner footer .col-sm-12 .right a, footer .col-sm-12 .right article p a, article p footer .col-sm-12 .right a, footer .col-sm-12 .right article p strong a, article p strong footer .col-sm-12 .right a, footer .col-sm-12 .right article p em a, article p em footer .col-sm-12 .right a, footer .col-sm-12 .right article ol li a, article ol li footer .col-sm-12 .right a, footer .col-sm-12 .right .arrow-link {
          margin-left: 0 !important;
          margin-right: 24px !important; }
  .stage--vision {
    padding: 80px 0 150px; }
  .vision-teasers h4 {
    font-size: 25px;
    margin-bottom: -6px;
    line-height: 33px; }
  .teaser--vision {
    padding-bottom: 66px; }
    .teaser--vision h3 {
      font-size: 36px; }
  .teaser--vision .row .col-12 .top {
    margin-bottom: 36px; }
  .canvas-holder {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px; } }

.fadeIn_ {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s; }

.fadeIn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1; }

.fadeInLeft_ {
  opacity: 0;
  -webkit-transition: ease .7s;
  transition: ease .7s; }
  .fadeInLeft_:after {
    width: 0% !important;
    -webkit-transition: ease 1.4s;
    transition: ease 1.4s; }

.fadeInLeft {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1; }
  .fadeInLeft:after {
    width: 100% !important; }

#page--content {
  max-width: 100%;
  overflow-x: hidden; }

@media (min-width: 2350px) {
  header {
    top: 0 !important;
    height: 100px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  footer {
    z-index: 99;
    padding: 38px 0 34px; }
  main {
    position: relative;
    max-width: 2200px;
    width: calc(100% - 150px);
    margin: 0 auto; }
  .container {
    max-width: 2200px;
    width: calc(100% - 150px); }
  #page--stage {
    position: fixed;
    left: calc(50% - 1175px);
    width: 1100px;
    padding-top: 100px; }
  #page--content {
    position: absolute;
    left: 50%;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 300px; }
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  .stage {
    padding-top: 0; }
  footer .container .row > .col-sm-12 {
    margin-bottom: 12px; }
  .stage--vision {
    padding-top: 0; }
  #skip-intro {
    display: none; }
  .stage--vision {
    padding-bottom: 60px; }
  #vision-desc {
    width: 100%;
    max-width: inherit;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 20px; }
  #quote {
    width: 100%;
    max-width: inherit;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0; }
  .vision-l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 33%;
    max-width: 33%; }
  .vision-r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 66%;
    max-width: 66%; } }
