body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.header {
  z-index: 2;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  position: relative;
}

.container {
  max-width: 100rem;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

.flex {
  justify-content: space-between;
  display: flex;
}

.social-link {
  margin-left: 24px;
}

.social-link.first {
  margin-left: 0;
}

.intro-wrapper {
  height: 100%;
  flex: 1;
  align-items: flex-start;
  padding-top: 120px;
  display: flex;
}

.content-wp {
  max-width: 880px;
}

.text-field {
  height: 56px;
  max-width: 366px;
  min-width: 320px;
  color: #fff;
  background-color: rgba(0, 0, 0, .25);
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 56px;
  position: relative;
}

.submit-button {
  height: 56px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .15);
  border: 2px solid #fff;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
}

.form-field-group {
  margin-right: 24px;
  position: relative;
}

.form {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.p-wrap {
  max-width: 500px;
}

.paragraph {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.sp {
  height: 32px;
}

.field-label {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 19px;
  left: 12px;
}

.form-block {
  margin-top: 32px;
}

.form-input-invalid {
  display: none;
  position: absolute;
  top: 60px;
}

.invalid {
  color: #992424;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.error-message {
  max-width: 490px;
  color: #000;
  border-radius: 6px;
  margin-top: -24px;
}

.success-message {
  max-width: 500px;
  color: #000;
  background-color: #64db7e;
}

.body {
  color: #030e2d;
  background-color: #dddee4;
}

.nav-group-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  height: 3rem;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-item {
  opacity: 1;
  flex: 0 auto;
  align-items: flex-start;
  position: relative;
  top: -104px;
}

.menu-item._1 {
  display: flex;
  top: .3rem;
  transform: translate(0);
}

.menu-item._2 {
  top: -3.5rem;
}

.text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 140%;
}

.nav-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
  position: relative;
}

.nav-link {
  color: #030e2d;
  cursor: pointer;
  background-color: #fff;
  border-radius: 84px;
  flex: 0 auto;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .24s cubic-bezier(.39, .575, .565, 1), color .24s cubic-bezier(.39, .575, .565, 1);
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  background-color: #0047ff;
}

.nav-link.hidden {
  display: none;
}

.nav-dropdown {
  width: 13.6rem;
  height: 3.5rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  position: absolute;
  top: 101%;
  bottom: auto;
  left: .7rem;
  right: auto;
}

.video-intro-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.bg-video {
  width: 48.2rem;
  height: 46.4rem;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.h1 {
  text-transform: capitalize;
  margin-top: 0;
  font-family: Biennale, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 9.5rem;
  position: relative;
}

.line {
  display: inline-block;
  position: relative;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: .8rem solid #dddee4;
  border-radius: 5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.4rem 2.2rem;
  transition: color .24s cubic-bezier(.39, .575, .565, 1), background-color .24s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.button:hover {
  color: #fff;
}

.button.hide {
  display: none;
}

.button.white {
  color: #030e2d;
  background-color: #fff;
  text-decoration: none;
}

.button.white:hover {
  background-color: #0047ff;
}

.button.blue {
  color: #fff;
  background-image: linear-gradient(95deg, #0047ff, #0a29a8);
  text-decoration: none;
  transition: color .24s cubic-bezier(.39, .575, .565, 1), background-color .24s cubic-bezier(.39, .575, .565, 1);
}

.button.blue:hover {
  color: #030e2d;
  background-image: linear-gradient(#fff, #fff), linear-gradient(95deg, #0047ff, #0a29a8);
}

.text-2 {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: undefined;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wishlist-void-overdr {
  font-weight: 700;
}

.wishlist-void-overdr-2 {
  font-weight: 400;
}

.video-button {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-video-wrapper {
  width: 48rem;
  height: 39.2rem;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-2 {
  width: 28.8rem;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -3.2rem;
  display: flex;
}

.about-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-image: url('../images/about-bg.png'), radial-gradient(circle at 100% 100%, #0c0f58, #0047ff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 3.4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.6rem;
  display: flex;
}

.about-text-wrapper {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-logo {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Biennale, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 130%;
}

.vectors-wrapper-2 {
  width: 4.9rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.writing {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.at-our-game-developm {
  color: #fff;
  letter-spacing: 0;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 140.5%;
}

.location {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
}

.loc-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.text-3 {
  color: #030e2d;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 100.5%;
  display: inline-block;
  position: absolute;
  top: 6rem;
  left: 2rem;
}

.vectors-wrapper-3 {
  height: 10.7rem;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -3.3rem;
}

.loc-line {
  width: 79rem;
  height: .1rem;
  border-top: .15rem dashed #000;
  margin-right: -12rem;
  position: relative;
  top: -1.03rem;
  left: -10rem;
}

.text-4 {
  color: #030e2d;
  letter-spacing: 0;
  text-transform: undefined;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 100.5%;
  display: inline-block;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.html-embed {
  margin-bottom: 30px;
}

.about-p {
  flex: 1;
  font-size: 1.4rem;
}

.vo-game-wrapper {
  margin-top: 3.5rem;
  margin-bottom: 7.75rem;
}

.art-wrapper {
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.6rem;
  display: flex;
  position: relative;
}

.art-top {
  width: 58rem;
  height: 58rem;
  margin-bottom: -41.6rem;
  position: absolute;
  right: 14.4rem;
}

.art-left {
  width: 33.5rem;
  height: 33.5rem;
  position: absolute;
  top: 6.5rem;
  left: 0;
}

.art-right {
  width: 27rem;
  height: 27rem;
  position: absolute;
  right: -2.4rem;
}

.art-bottom-left {
  width: 36rem;
  height: 36rem;
  position: absolute;
  top: 21.3rem;
  left: 5.8rem;
}

.art-bottom-right {
  width: 39.5rem;
  height: 39.5rem;
  position: absolute;
  top: 21.3rem;
  right: 5.4rem;
}

.art-logo {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.art-cta {
  margin-top: -3.4rem;
}

.art-top-img {
  width: 65rem;
  height: 42rem;
  max-width: none;
  position: absolute;
  top: -6.1rem;
  left: -3rem;
}

.art-left-img {
  width: 44rem;
  height: 27rem;
  max-width: none;
  position: absolute;
  top: -2rem;
  right: -3.1rem;
}

.art-right-img {
  width: 60rem;
  height: 29rem;
  max-width: none;
  position: absolute;
  top: -1rem;
  left: -7.9rem;
}

.art-bottom-left-img {
  width: 42rem;
  height: 25rem;
  max-width: none;
  position: absolute;
  top: -2rem;
  right: -2.2rem;
}

.art-bottom-right-img {
  width: 45rem;
  height: 29rem;
  max-width: none;
  position: absolute;
  top: -4rem;
  left: -2.7rem;
}

.image-2 {
  width: 23rem;
  max-width: none;
}

.art-image {
  margin-top: 3.6rem;
}

.game-description {
  display: flex;
}

.description-img-right, .description-img-left {
  height: 19rem;
}

.div-block-3 {
  flex: 1;
  position: relative;
}

.heading-3 {
  font-size: 3.6rem;
}

.heading-wrapper {
  width: 33rem;
  position: absolute;
  left: -2.275rem;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

.game-p {
  width: 32rem;
  margin-top: 10rem;
  position: absolute;
}

.paragraph-2 {
  margin-left: 2rem;
}

.about-tenants {
  text-align: center;
  margin-top: 120px;
}

.tenants-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  display: flex;
}

.tenant-item {
  width: 33.33%;
  border-radius: 32px;
  padding: 1.5rem 1.5rem .6rem;
  position: relative;
}

.bg {
  background-image: linear-gradient(128deg, #0047ff, #0a29a8);
  border-radius: 32px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-overlay {
  background-color: #dddee3;
  border-radius: 28px;
  margin: 4px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-4 {
  z-index: 3;
  text-align: left;
  font-size: 1.25rem;
  position: relative;
}

.footer-logo {
  margin-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (min-width: 1440px) {
  .h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }

  .about-p {
    font-size: 1.1rem;
  }

  .fixed-mouse {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .intro-wrapper {
    padding-top: 60px;
  }

  .vectors-wrapper {
    height: 2.9rem;
  }

  .text {
    font-size: 1.3rem;
  }

  .bg-video {
    width: 27rem;
    height: 28rem;
  }

  .h1 {
    flex-direction: column;
    font-size: 5.4rem;
    line-height: 5.9rem;
    display: flex;
  }

  .button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .video-button {
    width: 70%;
  }

  .hero-video-wrapper {
    width: 27rem;
    height: 23.7rem;
    justify-content: flex-end;
  }

  .div-block-2 {
    justify-content: flex-end;
    margin-bottom: -7.1rem;
  }

  .about-text-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h2 {
    font-size: 2.8rem;
  }

  .writing {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .loc-line {
    width: 76rem;
  }

  .art-wrapper {
    transform: scale3d(1none, 1none, 1none);
  }

  .art-top {
    width: 35rem;
    height: 35rem;
    right: 6.6rem;
    transform: translate(0);
  }

  .art-left {
    width: 20rem;
    height: 21rem;
    top: 3.8rem;
    left: -2.2rem;
  }

  .art-right {
    width: 16rem;
    height: 16rem;
    right: -3.9rem;
  }

  .art-bottom-left {
    width: 22rem;
    height: 22rem;
    top: 13.1rem;
    left: 1.2rem;
  }

  .art-bottom-right {
    width: 24rem;
    height: 24rem;
    top: 13.2rem;
    right: .8rem;
  }

  .art-top-img {
    top: -11.9rem;
    left: -14.8rem;
    transform: scale(.6);
  }

  .art-left-img {
    height: 27rem;
    top: -7rem;
    right: -10.1rem;
    transform: scale(.6);
  }

  .art-bottom-left-img {
    top: -5.9rem;
    right: -10.5rem;
    transform: scale(.6);
  }

  .art-bottom-right-img {
    top: -8.3rem;
    left: -11rem;
    transform: scale(.6);
  }

  .image-2 {
    width: 13rem;
  }

  .art-image {
    margin-top: 2.4rem;
  }

  .game-description {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "Area Area"
                   ". ."
                   / .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .description-img-right, .description-img-left {
    height: 15.2rem;
  }

  .div-block-3 {
    text-align: center;
    order: -1;
  }

  .heading-wrapper {
    margin-bottom: 2rem;
    position: static;
    left: auto;
  }

  .paragraph-2 {
    margin-top: auto;
    margin-bottom: 2rem;
    margin-left: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 1.7rem;
  }

  .home {
    display: block;
  }

  .social-link {
    width: 32px;
  }

  .text-field {
    max-width: 60%;
    min-width: 100%;
  }

  .image {
    max-width: 50%;
  }

  .nav-group-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .vectors-wrapper {
    height: 4rem;
  }

  .text {
    font-size: 1.8rem;
  }

  .h1 {
    font-size: 5.1rem;
    line-height: 5.9rem;
  }

  .video-button {
    width: 100%;
  }

  .text-3 {
    font-size: 1.4rem;
    left: 5rem;
  }

  .vectors-wrapper-3 {
    max-width: none;
    left: -1.1rem;
  }

  .text-4 {
    font-size: 1.4rem;
    left: 5rem;
  }

  .image-2 {
    width: 11rem;
  }

  .art-image {
    margin-top: 1.9rem;
  }

  .heading-wrapper, .paragraph-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 3.1rem;
  }

  .home {
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flex {
    flex-direction: column;
    align-items: center;
  }

  .text-field {
    max-width: 100%;
    min-width: auto;
  }

  .form-field-group {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form {
    flex-direction: column;
  }

  .image {
    max-width: 90%;
    margin-bottom: 18px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .vectors-wrapper {
    height: 7rem;
  }

  .text {
    font-size: 2.5rem;
  }

  .nav-group {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .nav-link {
    padding: 1rem 2rem;
  }

  .nav-link.dropdown {
    padding: 1rem 2.1rem 1rem 2rem;
  }

  .bg-video {
    width: 33rem;
    height: 28rem;
  }

  .h1 {
    font-size: 5.9rem;
    line-height: 5.9rem;
  }

  .button {
    text-align: center;
    flex: 1;
    justify-content: center;
  }

  .text-2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .div-block-2 {
    width: 56.7rem;
    justify-content: center;
    align-items: center;
    margin-bottom: -10.7rem;
    display: flex;
    position: absolute;
  }

  .headline-logo {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .h2 {
    font-size: 5rem;
  }

  .vectors-wrapper-2 {
    width: 8rem;
  }

  .location {
    margin-top: 11.5rem;
  }

  .text-3 {
    font-size: 4rem;
    top: 11.5rem;
    left: 9.3rem;
  }

  .vectors-wrapper-3 {
    height: 23rem;
  }

  .loc-line {
    top: -2.33rem;
  }

  .text-4 {
    font-size: 4rem;
    left: 9.6rem;
  }

  .about-p {
    font-size: 2.4rem;
  }

  .vo-game-wrapper, .art-logo {
    height: auto;
  }

  .art-cta {
    width: 100%;
    margin-top: 2rem;
  }

  .image-2 {
    width: 37rem;
  }

  .art-image {
    margin-top: 11rem;
  }

  .game-description {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
  }

  .description-img-right, .description-img-left {
    height: auto;
  }

  .heading-4 {
    font-size: 5rem;
  }

  .tenants-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .tenant-item {
    width: 100%;
    padding: 4rem;
  }

  .paragraph-4 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fbf07169-7638-85cb-f5d0-32a8769db118-fd22e855 {
    grid-area: Area;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fbf07169-7638-85cb-f5d0-32a8769db118-fd22e855 {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-SemiBold.eot') format('embedded-opentype'), url('../fonts/Biennale-SemiBold.woff') format('woff'), url('../fonts/Biennale-SemiBold.ttf') format('truetype'), url('../fonts/Biennale-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-Bold.eot') format('embedded-opentype'), url('../fonts/Biennale-Bold.woff') format('woff'), url('../fonts/Biennale-Bold.ttf') format('truetype'), url('../fonts/Biennale-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}