@font-face {
  font-family: "Neue_Haas_Grotesk_Display_Pro";
  src: url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Mediu.eot");
  src: local("Neue Haas Grotesk Display Pro 65 Medium"),
    local("NeueHaasDisplay-Mediu"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Mediu.eot?#iefix") format("embedded-opentype"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Mediu.woff") format("woff"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Mediu.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue_Haas_Grotesk_Display_Pro";
  src: url("fonts/NeueHaasGrotesk/NeueHaasDisplay-RomanItalic.eot");
  src: local("Neue Haas Grotesk Display Pro 56 Roman Italic"),
    local("NeueHaasDisplay-RomanItalic"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-RomanItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-RomanItalic.woff") format("woff"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-RomanItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue_Haas_Grotesk_Display_Pro";
  src: url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Roman.eot");
  src: local("Neue Haas Grotesk Display Pro 55 Roman"),
    local("NeueHaasDisplay-Roman"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Roman.woff") format("woff"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue_Haas_Grotesk_Display_Pro";
  src: url("fonts/NeueHaasGrotesk/NeueHaasDisplay-BoldItalic.eot");
  src: local("Neue Haas Grotesk Display Pro 76 Bold Italic"),
    local("NeueHaasDisplay-BoldItalic"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-BoldItalic.woff") format("woff"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue_Haas_Grotesk_Display_Pro";
  src: url("fonts/NeueHaasGrotesk/NeueHaasDisplay-MediumItalic.eot");
  src: local("Neue Haas Grotesk Display Pro 66 Medium Italic"),
    local("NeueHaasDisplay-MediumItalic"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-MediumItalic.woff") format("woff"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Neue_Haas_Grotesk_Display_Pro";
  src: url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Bold.eot");
  src: local("Neue Haas Grotesk Display Pro 75 Bold"),
    local("NeueHaasDisplay-Bold"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Bold.woff") format("woff"),
    url("fonts/NeueHaasGrotesk/NeueHaasDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  font-family: sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}


body {
  font-family: "Neue_Haas_Grotesk_Display_Pro", sans-serif;
  line-height: 1.3;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#unity-container {
  position: absolute
}

#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#unity-canvas {
  background: #00000000
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none
}

#metaperson-creator-logo {
  width: 512px;
  height: 120px;
  margin: 0 auto 0 auto;
  background: url('metaperson-avatars-logo.png') no-repeat center;
  background-size: contain;
}

#progress-bar-empty {
  width: 512px;
  height: 10px;
  margin: 50px auto 0 auto;
  background: url('progress-bar-empty.png') no-repeat center
}

#progress-bar-full {
  width: 0%;
  height: 10px;
  margin-top: 50px;
  background: url('progress-bar-full.png') no-repeat center
}

#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none
}

a.button {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  will-change: opacity;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #344089;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .08);
  padding: 0.3em 0.5em;
}

a.button:hover {
  opacity: 0.7;
}

.mobile-flyer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2E3076;
}

.mobile {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2E3076 ;
}

.mobile-topleft {
  position: absolute;
  top: 10px;
  left: 20px;
  min-height: 30vh;
}

.mobile-left {
  position: absolute;
  left: 20px;
  bottom: 0px;
  min-width: 80vw;
  min-height: 70vh;
}

.mobile-bottomright {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 375px) {
  .mobile {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.mobile__msg {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 48px;
}

.mobile_head_msg {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 48px;
}

.mobile_text_msg {
  font-size: 7vmin;
  line-height: 1.6;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #fff;
}

.mobile_text_msg :visited {
  color: #fff;
}


.mobile__app:not(:last-child) {
  margin-bottom: 16px;
}

.mobile__app img {
  display: block;
}

.footer {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}

.footer-block {
    display: flex;
    align-items: center;
}

.unity-mobile .footer {
  display: none
}

.footer__logo {
  margin-right: 12px;
}

.footer__fullscreen {
  margin-left: auto;
}

button {
  background-color: transparent;
  border-width: 0;
}

.btn {
  transition: opacity 0.2s ease-in-out;
  height: 48px;
  font-size: 14px;
  border-radius: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.7;
}

a.btn {
  text-decoration: none;
}

.btn--circle {
  padding-left: 0;
  padding-right: 0;
  width: 48px;
}

.btn--white {
  background-color: #fff;
  color: #000000;
}

.btn--blue {
  background: #283582;
  color: #fff;
}

.btn__icon {

}

.btn__icon--left {
  margin-right: 10px;
}

.btn--integrate {
  margin-right: 16px;
  width: 100px;
}

.btn--docs {
  width: 100px;
}

.text-white {
  color: #fff;
}

.text-w-xl {
  font-weight: 600;
}

.text-center {
  text-align: center;
}
