@charset "UTF-8";
@font-face {
  font-family: 'Graphik LCG';
  src: local("☺"), url("../fonts/Graphik LCG-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Graphik LCG';
  src: local("☺"), url("../fonts/Graphik LCG-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

html {
  height: 100%;
  position: relative;
}

body {
  font: 300 16px/1.2 'Graphik LCG';
  margin: 0;
  min-width: 320px;
}

body.locked {
  overflow-y: scroll;
  height: 100%;
}

body.locked .page {
  height: 100%;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

strong {
  font-weight: 500;
}

.page {
  background: white;
  overflow: hidden;
}

.container-limited {
  min-width: 320px;
  box-sizing: border-box;
}

.padded {
  padding: 0 150px;
}

.no-transition {
  transition: none !important;
}

.grid {
  font-size: 0;
}

.grid-3 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.grid-6 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.back {
  z-index: 0;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.backdrop {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: black;
  transition: top 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.backdrop.active {
  top: 0;
}

.out-flow {
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@keyframes logo-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.loading {
  z-index: 4;
  background: white;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 500ms, visibility 500ms;
}

.loading img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: logo-blink 1 1.5s both;
}

.loading.done {
  opacity: 0;
  visibility: hidden;
}

.index {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: white;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}

.index > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.index:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.index:before {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.index-title {
  font-size: 108px;
  left: 100%;
  position: relative;
}

.index-title-text {
  position: relative;
  transition: transform linear 20s;
}

.footer {
  z-index: 3;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
}

.footer-left {
  float: left;
  transform: translateY(100%);
  transition: transform 1s;
  position: relative;
}

.footer-right {
  float: right;
  transform: translateY(100%);
  transition: transform 1s;
  position: relative;
}

.footer a {
  display: inline-block;
  line-height: 3;
  color: inherit;
  text-decoration: none;
}

.footer a:hover span {
  opacity: 0.4;
}

.footer a.footer-link-upper {
  position: absolute;
  left: 0;
  top: 0;
  color: black;
}

.footer a.footer-link-lower {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.footer a span {
  transition: opacity 500ms;
}

.footer.active .footer-left {
  transform: translateY(-74px);
}

.footer.active .footer-right {
  transform: translateY(-74px);
}

.about {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  line-height: 1.5;
  box-sizing: border-box;
}

.about > .grid {
  height: 100%;
}

.about a {
  text-decoration: none;
  color: black;
  transition: color 300ms;
}

.about a:hover {
  color: rgba(0, 0, 0, 0.4);
}

.about-left {
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 0;
  max-width: 400px;
}

.about-left > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.about-left:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.about-left p {
  max-width: 400px;
}

.about-right {
  height: 100%;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  text-align: center;
}

.about-right:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.about-image {
  max-width: 608px;
}

.about-image-container {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.about-caption {
  font-size: 0;
  text-align: left;
  padding: 12px 0;
}

.about-caption div {
  font-size: 12px;
}

.about-caption-block {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  margin-right: 32px;
}

.about-caption-block:not(:first-child) {
  margin-right: 0;
}

.content-upper {
  font-weight: 500;
}

.content-upper .list {
  margin-left: -8px;
}

.content-lower {
  color: white;
}

.content-lower a {
  color: inherit;
  text-decoration: none;
  transition: color 500ms;
}

.content-lower a:hover {
  color: #666;
}

.list {
  font-size: 108px;
  position: relative;
}

h3 {
  font-weight: 300;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 50px;
}

.content-partners-hover {
  cursor: url("../img/cursor.svg"), auto;
}

.content-partners-hover p {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content-partners-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content-partners-images img {
  position: absolute;
  transform: translate(-50%, -50%);
  animation: fade-in 100ms 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1599px) {
  .about-left {
    max-width: none;
  }
  .about-right {
    position: static;
    width: 50%;
    text-align: right;
  }
  .about-image {
    max-width: 560px;
  }
  .padded {
    padding: 0 100px;
  }
  .index-title {
    font-size: 80px;
  }
  .list {
    font-size: 80px;
  }
  .content-upper .list {
    margin-left: -8px;
  }
}

@media (max-width: 1439px) {
  .about-image {
    width: 460px;
  }
  .padded {
    padding: 0 50px;
  }
}

@media (max-width: 1279px) {
  .about-image {
    width: 460px;
  }
  .index-title {
    font-size: 64px;
  }
  .list {
    font-size: 64px;
  }
  .content-upper .list {
    margin-left: -5px;
  }
}

@media (max-width: 1024px) {
  .about-image {
    width: 368px;
  }
}

@media (max-width: 1023px) {
  .padded {
    padding: 0 40px;
  }
  .footer.active .footer-left {
    transform: translateY(-64px);
  }
  .footer.active .footer-right {
    transform: translateY(-64px);
  }
}

@media (max-width: 959px) {
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
  }
  .index-title {
    font-size: 40px;
  }
  .list {
    font-size: 40px;
  }
  .content-upper .list {
    margin-left: -3px;
  }
  .about-image-container {
    width: 100%;
  }
  .about-right {
    position: absolute;
    left: 40px;
    right: 40px;
    width: auto;
  }
  .about-caption-block {
    margin-right: 0;
  }
  .about-image {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .footer-link-upper {
    display: none;
  }
  .footer.active .footer-left {
    transform: translateY(-56px);
  }
  .footer.active .footer-right {
    transform: translateY(-56px);
  }
  .padded {
    padding: 0 32px;
  }
  .content-upper .padded {
    padding: 0;
  }
  .content-upper .list {
    margin-left: 0;
  }
  .about-right {
    left: 32px;
    right: 32px;
  }
}
