* {
  padding: 0;
  margin: 0;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-tap-highlight-color: transparent; }

img {
  image-rendering: -webkit-optimize-contrast; }

html, body {
  -webkit-font-smoothing: antialiased;
  cursor: default;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-family: Arial, Sans-serif;
  width: 100%;
  background: #000; }

html, body, #mobile-landscape, #overlay {
  height: 100vh;
  height: -webkit-fill-available; }

#overlay {
  display: none;
  position: relative;
  background: transparent;
  z-index: 999; }

#figma {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
  margin: 0; }

#mobile, #mobile-landscape {
  display: none; }

#toggle-zoom {
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 3px 6px;
  background: black;
  opacity: .5;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0 0 10px black;
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 9999; }

#figma-password {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: #000; }
  #figma-password p {
    display: none; }
  #figma-password form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 390px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center; }
    #figma-password form label {
      color: #fff; }
    #figma-password form input[type="password"] {
      position: relative;
      float: left;
      clear: both;
      width: 100%;
      border: 0 none;
      padding: 20px 10px;
      margin-top: 30px;
      font-size: 18px;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    #figma-password form input[type="submit"] {
      -webkit-appearance: none;
      position: relative;
      float: left;
      clear: both;
      display: block;
      width: 100%;
      border: 0 none;
      padding: 20px 10px !important;
      margin-top: 10px;
      font-size: 18px;
      text-align: center;
      background: #ff0066;
      color: #fff;
      font-weight: 800;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }

#safari-trigger {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    color: white; }

#safari-trigger #safari-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }

#safari-info p, #safari-info a {
    padding: 10px 0; }

/*
----------------------------------------------------------------------------------------------------
 Mobile portrait
----------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 820px) and (orientation:portrait) {
  #figma {
    display: none; }
  #figma-password {
    display: none; }
  #mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center; }
    #mobile svg {
      width: 39%; }
    #mobile p {
      width: 90%;
      color: #fff;
      text-align: center;
      font-size: 21px; } }

/*
----------------------------------------------------------------------------------------------------
 Mobile landscape
----------------------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 1180px) and (orientation:landscape) {
  #mobile-landscape {
    display: block; } }

/*# sourceMappingURL=front-end.css.map */
