html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background: linear-gradient(143deg, #E1EEF0 21%, #D5D5D5 93%); }

.background-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10; }
  .background-lines .background-lines-vert {
    max-width: 1200px;
    box-sizing: border-box;
    border-left: 40px solid #979797;
    margin: 0 auto;
    height: 100%;
    transform: -50%;
    opacity: 0;
    animation: lineslideright .8s ease 1.7s 1 forwards; }
  .background-lines .background-lines-horiz {
    margin-top: 100%;
    border-top: 40px solid #979797;
    width: 100%;
    animation: lineslideup .8s ease 1s 1 forwards; }
  .background-lines .background-lines-vert-short {
    max-width: 1200px;
    border-right: 40px solid #979797;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    text-align: right; }
    .background-lines .background-lines-vert-short .linked-in {
      width: 100%;
      height: 40px;
      position: relative; }
      .background-lines .background-lines-vert-short .linked-in a {
        color: #fff;
        text-decoration: none;
        font-family: Roboto, sans-serif;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 18px;
        margin-top: -34px;
        display: block;
        padding: 10px;
        position: absolute;
        right: 0px;
        z-index: 30; }

.bls {
  display: flex;
  flex-direction: column; }

header {
  display: flex;
  position: relative;
  z-index: 0; }
  header .arrow {
    width: 100%;
    border-top: 40px solid #EEB12A;
    margin-top: 88px;
    margin-right: 70px;
    margin-left: -95px;
    position: relative;
    transform: translateX(-100%);
    animation: arrowslideright 1s ease 1.5s 1 forwards; }
  header .arrow::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -37px;
    width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #EEB12A; }
  header .top-line {
    border-top: 2px solid #EEB12A;
    width: 100%;
    margin-top: 30px;
    margin-left: 30px;
    transform: translateX(100%);
    animation: lineslideleft 1s ease 1.6s 1 forwards; }

h1 {
  margin: 0;
  margin-top: -20px;
  font-family: 'PT Mono', monospace;
  font-size: 130px;
  transform: rotate(-90deg);
  transform-origin: center center;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  line-height: 1em; }
  @media (min-width: 650px) {
    h1 {
      font-size: 350px;
      color: #fff;
      animation: h1ani 3s ease 0s 1 forwards; } }
  h1 span {
    font-size: 24px;
    display: inline-block;
    line-height: 1em; }
    h1 span span {
      padding-left: 16px; }

main {
  margin-top: -30px;
  display: flex;
  position: relative;
  z-index: 5; }
  main .banner {
    background: #fff;
    width: 50%;
    min-height: 500px;
    box-shadow: 20px 20px 70px -50px rgba(0, 0, 0, 0.6);
    transform: translateX(-100%);
    animation: mainslideright .8s ease 2s 1 forwards; }
    main .banner img {
      max-width: 100%;
      height: auto;
      padding: 75px 55px 75px 0;
      box-sizing: border-box; }
  main .content-vert {
    position: absolute;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto; }
    main .content-vert .content-vert-line {
      height: 100%;
      max-width: 1200px;
      margin: 0 auto;
      border-left: 40px solid #979797;
      opacity: 0;
      animation: mainslideright 1s ease 1.4s 1 forwards; }
  main .content {
    line-height: 1.6em;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    position: relative;
    padding: 100px 15px 60px 40px;
    z-index: 10;
    width: 50%;
    box-sizing: border-box;
    opacity: 0;
    animation: fadein .3s ease 3.4s 1 forwards; }
    main .content p {
      font-size: 18px; }
    main .content h2 {
      background: #edddb7;
      font-size: 60px;
      font-weight: 100;
      margin-top: 100px;
      line-height: 80px;
      display: inline-block; }
  main .other-links {
    position: absolute;
    width: 100%;
    margin-top: -81px;
    text-align: right;
    z-index: 999; }
    main .other-links .logo {
      width: 100%;
      height: auto;
      padding-bottom: 20px;
      opacity: 0;
      animation: fadein 1.5s ease 2s 1 forwards;
      transition: ease .2s all; }
      main .other-links .logo svg {
        width: 80px; }
    main .other-links .other-links-container {
      margin: 0 auto;
      max-width: 1200px;
      text-align: right;
      font-family: Roboto, sans-serif;
      font-weight: 300; }
      main .other-links .other-links-container nav a {
        color: #000;
        letter-spacing: 10px;
        text-decoration: none;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
        padding-left: 80px;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: ease .3s all;
        animation: fadein 1.2s ease 2.8s 1 forwards; }
        main .other-links .other-links-container nav a span {
          letter-spacing: 0; }
      main .other-links .other-links-container nav a:hover {
        letter-spacing: 12px; }
      main .other-links .other-links-container .linked-in {
        padding-top: 26px;
        letter-spacing: 1px;
        margin-right: -110px;
        opacity: 0;
        animation: fadein 1s ease 2.5s 1 forwards; }
        main .other-links .other-links-container .linked-in div {
          display: inline-block;
          border-right: 1px solid #fff;
          height: 26px;
          transform: rotate(45deg);
          margin-left: -3px;
          margin-bottom: -3px; }
        main .other-links .other-links-container .linked-in a {
          text-decoration: none;
          color: #fff;
          transition: ease .3s all; }
        main .other-links .other-links-container .linked-in a:hover {
          color: #f7defc; }
        main .other-links .other-links-container .linked-in a:first-of-type {
          padding-right: 24px; }
        main .other-links .other-links-container .linked-in span {
          transform: rotate(90deg);
          display: inline-block;
          transform-origin: top left;
          padding-left: 29px; }

.st0 {
  fill: none;
  stroke: #6F147F;
  animation: pulse 2s ease 0s; }

.web-title {
  position: absolute;
  z-index: 20;
  top: 150px;
  padding-left: 50px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  opacity: 0;
  animation: fadein .3s ease 3s 1 forwards; }
  .web-title label {
    color: #fff;
    font-size: 24px; }
  .web-title input {
    background: transparent;
    border: 0;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    text-shadow: 0px 0px 0px #fff;
    -webkit-text-fill-color: transparent; }
  .web-title input::-webkit-input-placeholder {
    color: #fff;
    text-shadow: none;
    -webkit-text-fill-color: initial; }
  .web-title input:focus {
    outline: 0; }

@keyframes h1ani {
  0% {
    font-size: 350px;
    color: #fff; }
  100% {
    color: black;
    font-size: 130px;
    line-height: .99em; } }

@keyframes arrowslideright {
  0% {
    opacity: 1;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes lineslideleft {
  0% {
    opacity: 1;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes lineslideright {
  0% {
    opacity: 0;
    transform: translateX(-40%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes lineslideup {
  0% {
    opacity: 0;
    margin-top: 100%; }
  100% {
    opacity: 1;
    margin-top: 260px; } }

@keyframes mainslideright {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0% {
    fill: none;
    stroke: #6F147F; }
  100% {
    fill: none;
    stroke: #6b3375; } }

