@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
@import "https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "nexa_boldregular";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot");
  src: url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.woff") format("woff"), url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.ttf") format("truetype"), url("../fonts/nexa_boldfree_macroman/Nexa_Free_Bold-webfont.svg#nexa_boldregular") format("svg");
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  --background-color: #1d1b22;
  --background-color-2: #342560;
  --background-color-3: #553e9a;
  --text-color: #fff;
  --link-color: #f9ed8a;
  --link-hover-color: #fff;
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
  color: #fff;
  color: var(--text-color);
  background-color: #363dc2;
  background-color: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before {
  content: "";
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color);
}

.js .loading::after {
  content: "";
  position: fixed;
  z-index: 10000;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 10px solid var(--background-color-2);
  border-left-color: var(--text-color);
  animation: loaderAnim 0.8s linear infinite forwards;
}

@keyframes loaderAnim {
  to {
    transform: rotate(360deg);
  }
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--link-color);
  outline: none;
}

a:hover,
a:focus {
  color: var(--link-hover-color);
  outline: none;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

/* Deco Shape */
.decoshape {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  fill: var(--background-color-3);
}

/* SVG Morph */
.morph-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.morph {
  position: relative;
  height: 100%;
  fill: var(--background-color-2);
  flex: none;
}

.content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110vh;
  min-height: 600px;
  pointer-events: none;
}
.content-wrap--intro {
  height: 100vh;
}
@media screen and (max-width: 1199px) {
  .content-wrap {
    height: 100vh;
  }
}

.content {
  position: relative;
  display: flex;
}

.content--layout {
  pointer-events: auto;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
}
.content--layout--intro {
  pointer-events: auto;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
}
.content--layout--intro .content__text {
  height: 525px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 568px) {
  .content--layout--intro .content__text {
    height: 350px;
    align-content: space-between;
  }
}
.content--layout--left .content__image-group {
  left: 0;
}
.content--layout--right .content__image-group {
  right: 150px;
}
@media screen and (max-width: 1199px) {
  .content--layout--right .content__image-group {
    right: 0;
  }
}
.content--layout--callout {
  max-width: 670px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.content--layout--callout .content__title {
  font-size: 2.688em;
  /* 43/16 */
  line-height: 1.1395348837;
}
@media screen and (max-width: 1199px) {
  .content--layout--callout .content__title {
    font-size: 1.375em;
    /* 22/16 */
    line-height: 1.2272727273;
  }
}
.content--layout--callout .content__desc {
  font-family: "nexa_boldregular", sans-serif;
  font-size: 1.125em;
  /* 18/16 */
  line-height: 1.7222222222;
}
@media screen and (max-width: 1199px) {
  .content--layout--callout .content__desc {
    font-size: 1em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1199px) {
  .content--layout--callout .content-cta {
    font-size: 0.781em;
    /* 12.5/16 */
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 1199px) {
  .content--layout {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content__inner {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 120px;
}
.content--layout--intro .content__inner {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .content__inner {
    padding-bottom: 0;
    min-height: 117px;
  }
}

.content__jump-ahead-arrow {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 568px) {
  .content__jump-ahead-arrow {
    bottom: -80px;
  }
}
.content__jump-ahead-arrow img {
  width: 51px;
  height: 51px;
  transition: 0.2s all linear;
}
@media screen and (max-width: 568px) {
  .content__jump-ahead-arrow img {
    width: 40px;
    height: 40px;
  }
}
.content__jump-ahead-arrow:hover img {
  transform: scale(1.2);
}

.content__text {
  position: relative;
  z-index: 30;
}

.content--end {
  text-align: center;
  height: 100%;
  margin-top: 20rem;
}

.content__image-group {
  position: absolute;
  top: 120px;
  left: auto;
  right: auto;
}
.content--layout--intro .content__image-group {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .content__image-group {
    top: 100%;
    z-index: 15;
  }
  .content--layout--right .content__image-group {
    top: calc(100% - 25px);
  }
  .content--layout--left .content__image-group {
    top: calc(100% - 55px);
  }
}
@media screen and (max-width: 568px) {
  .content--layout--left .content__image-group, .content--layout--right .content__image-group {
    transform: none !important;
  }
}

.content__img {
  width: 525px;
  height: 525px;
  border-radius: 16px;
  object-fit: cover;
  opacity: 0.85;
}
@media screen and (max-width: 1199px) {
  .content__img {
    width: 238px;
    height: 238px;
  }
}
.content__img--circle {
  width: 525px;
  height: 525px;
}
@media screen and (max-width: 568px) {
  .content__img--circle {
    width: 320px;
    height: 320px;
  }
}

.content__title {
  font-family: "nexa_boldregular", sans-serif;
  letter-spacing: -0.025em;
  font-size: 6.2em;
  line-height: 100px;
  margin: 0;
  width: 100%;
  z-index: 10;
  cursor: default;
}
@media screen and (max-width: 1199px) {
  .content__title {
    font-size: 2.375em;
    /* 38/16 */
    line-height: 1.0263157895;
  }
}
@media screen and (max-width: 568px) {
  .content--layout--left .content__title, .content--layout--right .content__title {
    transform: none !important;
  }
}

.content__subtitle {
  font-family: "nexa_boldregular", sans-serif;
  letter-spacing: -0.025em;
  font-size: 1.75em;
  /* 28/16 */
}
@media screen and (max-width: 1199px) {
  .content__subtitle {
    font-size: 1.375em;
    /* 22/16 */
    line-height: 1.2272727273;
  }
}

.content__author {
  grid-area: author;
  margin: 0;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  padding: 1em;
  text-align: right;
  z-index: 10;
  cursor: default;
  position: absolute;
  top: 30%;
  left: 0;
}
.content--layout--right .content__author {
  right: 0;
  left: auto;
}

.content__desc {
  margin: 0;
  z-index: 10;
  cursor: default;
  font-size: 1em;
}

.content__img,
.content__title,
.content__author,
.content__desc {
  transition: transform 0.3s ease-out;
}

.content__link {
  pointer-events: auto;
  grid-area: link;
  align-self: end;
  justify-self: start;
  z-index: 10;
}

.content-blur {
  position: absolute;
  z-index: 10;
  top: 220px;
  right: 450px;
  text-align: center;
  width: 663px;
  height: 568px;
  backface-visibility: visible;
  margin-left: auto;
  margin-right: auto;
}
.content--layout--left .content-blur {
  right: auto;
  left: 400px;
}
@media screen and (max-width: 1199px) {
  .content--layout--left .content-blur {
    left: 50%;
    right: 0;
    z-index: 60;
  }
}
@media screen and (max-width: 1199px) {
  .content--layout--right .content-blur {
    top: calc(100% + 55px);
  }
}
.content-blur__mask {
  clip-path: url(#blurPath);
  width: 663px;
  height: 599px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*	-webkit-backdrop-filter: blur(15px);
  	backdrop-filter: blur(15px);*/
}
.content-blur__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 105px 117px 130px 77px;
}
@media screen and (max-width: 1199px) {
  .content-blur__inner {
    padding: 105px 65px 55px 65px;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.content-blur__inner > * {
  width: 100%;
}
.content-blur__title {
  font-family: "nexa_boldregular", sans-serif;
  font-size: 2.125em;
  /* 34/16 */
  letter-spacing: -0.025em;
}
.content-blur__subtitle {
  font-family: "nexa_boldregular", sans-serif;
  font-size: 1.25em;
  /* 20/16 */
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1199px) {
  .content-blur {
    right: 0;
    left: 50%;
    top: 100%;
    bottom: 0;
    transform: scale(0.65) translateX(-50%);
    transform-origin: left;
  }
}

.content-cta {
  transition: 0.2s all linear;
}
.content-cta img {
  margin-left: 15px;
  width: 35px;
  height: 35px;
  transition: 0.2s all linear;
}
.content-cta:hover, .content-cta:focus {
  color: var(--link-color);
}
.content-cta:hover img, .content-cta:focus img {
  transform: scale(1.2);
}
.content-footer {
  background: #211f26;
  margin-top: 185px;
}
@media screen and (max-width: 1199px) {
  .content-footer {
    margin-top: 75px;
  }
}
.content-footer a {
  transition: 0.2s all linear;
}
.content-footer a:hover {
  color: var(--link-color);
}
.content-footer__inner {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 110px;
  padding-bottom: 110px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 568px) {
  .content-footer__inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.content-footer__top-module {
  font-family: "nexa_boldregular", sans-serif;
  font-size: 1.125em;
  /* 18/16 */
  line-height: 1.75;
}
@media screen and (max-width: 1199px) {
  .content-footer__top-module {
    font-size: 1em;
    line-height: 1.25;
  }
}
