html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html, body {
  margin: 0;
  padding: 0; }

body {
  background: #969B82;
  color: #7c0d0e;
  font-family: "Press Start 2P", sans-serif;
  font-size: 4.1666666666vw;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1;
  color: currentColor; }

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden; }
  svg.icon {
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle; }

#symbols {
  display: none; }

a {
  text-decoration: none;
  color: currentColor; }
  a:hover {
    color: currentColor;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: currentColor; }

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: "Press Start 2P", sans-serif; }
  button:focus {
    outline: none; }

figure {
  margin: 0;
  padding: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  display: block;
  height: auto; }

video {
  display: block; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100vh;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference; }
  @media screen and (max-width: 640px) {
    .container {
      height: 80vh; } }

h1 {
  font-size: 4.1666666666vw;
  color: #ffffff; }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 12.4999999999vw;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); } }

.blur {
  position: absolute;
  left: 3vw;
  top: 3vw;
  bottom: 3vw;
  right: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .blur {
      left: 0vw;
      top: 0vh;
      bottom: 20vh;
      right: 0; } }
  .blur .canvas {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    opacity: 0; }
  .blur.loaded .canvas {
    opacity: 1; }
  .blur .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.91s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: opacity 0.91s cubic-bezier(0.59, 0.01, 0.28, 1); }
    .blur .image.active {
      opacity: 1; }
    .blur .image:nth-child(3) {
      z-index: 4; }
    .blur .image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.image {
  width: 80%;
  height: 80%; }
  .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  z-index: 5;
  overflow: hidden;
  height: 100vh;
  font-size: 1.9444444444vw; }
  @media screen and (max-width: 640px) {
    .content {
      position: relative;
      font-size: 5.0vw;
      padding: 12vw 5vw;
      height: auto; }
      .content br {
        display: none; } }
  .content h2 {
    position: absolute;
    left: 3vw;
    top: 0;
    width: 100%;
    font-size: 1.1111111111vw;
    line-height: 3vw;
    margin: 0; }
    @media screen and (max-width: 640px) {
      .content h2 {
        position: relative;
        font-size: 3.75vw;
        width: 96%;
        left: auto;
        top: auto;
        line-height: 1.5;
        margin-bottom: 1em; } }
    .content h2 a {
      -webkit-animation: blink .6s infinite linear normal;
              animation: blink .6s infinite linear normal; }
      .content h2 a.emag {
        animation: blink .6s infinite linear reverse; }

.unu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1.5vw;
  top: 0;
  line-height: 3vw;
  font-size: 0.9027777778vw; }
  @media screen and (max-width: 640px) {
    .unu {
      position: relative;
      line-height: 6vw;
      font-size: 2.7777777778vw;
      top: auto;
      right: auto; } }

.doi {
  position: absolute;
  width: 100%;
  top: 0;
  left: 97vw;
  line-height: 3vw;
  font-size: 0.9027777778vw;
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom; }
  @media screen and (max-width: 640px) {
    .doi {
      position: relative;
      line-height: 6vw;
      font-size: 2.7777777778vw;
      top: auto;
      left: auto;
      -webkit-transform: rotate(0);
              transform: rotate(0); } }

.trei {
  position: absolute;
  left: 97vw;
  top: 50%;
  width: 20vw;
  white-space: nowrap;
  -webkit-animation: button 0.1s linear infinite alternate;
          animation: button 0.1s linear infinite alternate;
  font-size: 1.3888888889vw;
  line-height: 3vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom; }
  .trei:hover {
    -webkit-animation: blink 0.1s linear infinite alternate;
            animation: blink 0.1s linear infinite alternate; }
  @media screen and (max-width: 640px) {
    .trei {
      position: relative;
      font-size: 4.1666666666vw;
      line-height: 6vw;
      top: auto;
      left: auto; } }

.instagram {
  font-size: 0.9027777778vw;
  line-height: 3vw;
  position: absolute;
  left: 3vw;
  bottom: 50vh;
  width: 50vh;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom; }
  @media screen and (max-width: 640px) {
    .instagram {
      font-size: 2.7083333333vw;
      left: 10vw;
      bottom: 8vh; } }

.email {
  font-size: 0.9027777778vw;
  line-height: 3vw;
  position: absolute;
  left: 3vw;
  bottom: 3vw;
  width: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom; }
  .email br {
    display: none; }
    @media screen and (max-width: 640px) {
      .email br {
        display: block; } }
  @media screen and (max-width: 640px) {
    .email {
      font-size: 2.7083333333vw;
      left: 10vw;
      bottom: 4vh;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      left: auto;
      bottom: auto;
      position: relative;
      line-height: 2;
      margin-top: 1em; } }
  .email a:hover {
    color: red; }

.liviu {
  position: absolute;
  left: 3vw;
  bottom: 1.5vw;
  font-size: 1.9444444444vw;
  line-height: 3vw;
  width: 94vw;
  margin: 0;
  padding: 0;
  -webkit-clip-path: inset(0 0 50% 0);
          clip-path: inset(0 0 50% 0);
  mix-blend-mode: difference;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (max-width: 640px) {
    .liviu {
      display: none; } }

.daniel {
  position: absolute;
  left: 3vw;
  bottom: 1vw;
  font-size: 1.9444444444vw;
  line-height: 3vw;
  width: 94vw;
  margin: 0;
  padding: 0;
  -webkit-clip-path: inset(35% 0 0% 0);
          clip-path: inset(35% 0 0% 0);
  mix-blend-mode: difference;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap; }
  @media screen and (max-width: 640px) {
    .daniel {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: left top;
              transform-origin: left top;
      font-size: 3.8888888889vw;
      line-height: 6vw;
      left: 100%;
      -webkit-clip-path: inset(0 0 50% 0);
              clip-path: inset(0 0 50% 0);
      width: 130vh;
      top: 0;
      color: #444;
      mix-blend-mode: multiply;
      overflow: visible; } }

.links {
  font-size: 1.25vw;
  color: #F8F4F4; }
  @media screen and (max-width: 640px) {
    .links {
      font-size: 2.0833333333vw;
      line-height: 2; } }
  .links a {
    color: #184BC8; }

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

@-webkit-keyframes blink {
  0% {
    color: #184BC8; }
  100% {
    color: #F8F4F4; } }

@keyframes blink {
  0% {
    color: #184BC8; }
  100% {
    color: #F8F4F4; } }

@-webkit-keyframes button {
  0% {
    color: red; }
  100% {
    color: #F8F4F4; } }

@keyframes button {
  0% {
    color: red; }
  100% {
    color: #F8F4F4; } }

.menu, .logo {
  font-size: 3.4722222222vw; }

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