:root {
  --background: #f4f4f4;
  --typography: grey;
  --black: #242424;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--background);
  color: var(--typography);
  cursor: auto;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Helveticaneue, sans-serif;
  font-weight: 100;
  display: flex;
  overflow: visible;
}

.footer__container {
  z-index: 5;
  background-color: var(--background);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: var(--typography);
  letter-spacing: 0;
  cursor: default;
  margin: 24px;
  font-family: Helveticaneue, sans-serif;
}

.copyright__text {
  color: var(--typography);
  letter-spacing: 0;
  cursor: default;
}

.footer__link {
  color: var(--typography);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer__link:hover {
  color: #3d3d3d;
  transform: translate(0);
}

.menu-button {
  display: none;
}

.brand {
  position: relative;
}

.brand.w--current {
  cursor: auto;
}

.main__navbar {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--background);
  background-color: rgba(244, 244, 244, .32);
  flex-direction: row;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 24px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 8px rgba(36, 36, 36, .24);
}

.navbar__menu {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  align-items: center;
  margin: 0 24px;
  display: flex;
  position: relative;
}

.nav__link {
  color: var(--typography);
  justify-content: center;
  width: 80px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.nav__link:hover {
  color: #3d3d3d;
  transform: translate(0, -2px);
}

.nav__link.w--current {
  color: var(--typography);
  border-bottom: 0 #dadada;
  justify-content: center;
  text-decoration: none;
}

.main__container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 1200px;
  display: flex;
  position: relative;
}

.main__container.legal {
  flex-direction: row;
}

.main__container.contact {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 90vh;
}

.main__container.about__main {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 40px;
}

.main__container.project__header {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  height: 60vh;
}

.main__container.project__data {
  flex-direction: row;
  align-items: center;
}

.main__container.project__data.pictures {
  align-items: flex-end;
  margin-bottom: 32px;
}

.main__container.project__data.pictures.final {
  align-items: center;
}

.main__container.project__data.next {
  justify-content: center;
  height: 50vh;
  text-decoration: none;
}

.main__container.home {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 85vh;
}

.main__container.comingsoon {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90vh;
}

.legal__paragraph {
  cursor: default;
  width: 600px;
  font-style: normal;
}

.legal__heading {
  color: var(--black);
  letter-spacing: -.4px;
  cursor: default;
  margin-top: 0;
  margin-right: 32px;
  font-family: Helveticaneue, sans-serif;
  font-size: 36px;
  line-height: 40px;
  position: relative;
  top: auto;
}

.legal__block {
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
}

.legal__subtitle {
  color: var(--black);
  cursor: default;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 16px;
}

.legal__main__block {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.legal__link {
  color: var(--typography);
  text-decoration: none;
}

.legal__link:hover {
  color: var(--black);
}

.list {
  width: 600px;
  max-width: 100%;
}

.legal__grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr .25fr;
  width: 600px;
}

.grid__header {
  color: var(--black);
  font-family: Helvetica Neue Bold, sans-serif;
}

.main__logo {
  width: 40px;
  height: 40px;
  margin: 24px;
}

.info__main__block {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.info__main__block.project {
  z-index: 2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  margin-right: 119px;
  position: relative;
}

.info__main__block.project__inportfolio {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  position: relative;
}

.info__main__block.home {
  z-index: 5;
  width: 600px;
  margin-left: 40px;
  position: relative;
}

.info__main__block.contact {
  z-index: 2;
  margin-left: 120px;
  position: relative;
}

.main__heading {
  z-index: 1;
  color: var(--black);
  letter-spacing: -3px;
  cursor: default;
  width: auto;
  margin-right: 0;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 80px;
  line-height: 80px;
  position: relative;
}

.main__heading.hello {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -56px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.main__heading.project {
  color: var(--black);
  letter-spacing: 0;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: -180px;
  font-family: Helveticaneue, sans-serif;
  font-size: 96px;
  text-decoration: none;
}

.main__heading.project.f.single {
  cursor: default;
  margin-right: -210px;
  font-size: 80px;
}

.main__heading.project.f.single.playground {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 64px;
}

.main__heading.project.single {
  font-size: 80px;
}

.main__heading.recent {
  letter-spacing: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 64px;
}

.main__heading.intro {
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Helveticaneue, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 36px;
}

.main__heading.comingsoon {
  font-size: 120px;
  line-height: 100px;
}

.main__heading.home {
  font-size: 72px;
  line-height: 72px;
}

.sub__heading {
  color: var(--black);
  letter-spacing: -.4px;
  cursor: default;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 32px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 36px;
  line-height: 40px;
  position: relative;
  top: auto;
}

.sub__heading.comingsoon {
  color: #646464;
  font-size: 20px;
}

.paragraph {
  max-width: 500px;
}

.mailto {
  color: var(--typography);
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
}

.mailto:hover {
  transform: translate(0, -2px);
}

.info__main__about__pic {
  z-index: 3;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 380px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.about__pic {
  align-self: flex-start;
  width: 320px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.info__main__about {
  z-index: 2;
  align-self: flex-start;
  margin-top: 0;
  position: relative;
}

.about {
  color: var(--typography);
  width: 420px;
  margin-top: 100px;
  margin-left: 0;
  font-size: 14px;
}

.project__mainpic {
  width: 600px;
  position: relative;
}

.project__paragraph {
  cursor: default;
  width: 600px;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.project__paragraph.playground {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.centered__container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
}

.project__subtitle {
  color: var(--black);
  letter-spacing: 0;
  cursor: default;
  font-family: Helveticaneue, sans-serif;
  font-size: 24px;
}

.project__subtitle.playground {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.project__subtitle.playground.ar {
  height: 64px;
  font-weight: 500;
}

.project_lightbox_main {
  cursor: auto;
}

.project_lightbox_main.final {
  margin-bottom: 16px;
}

.project_lightbox_main.sixth {
  width: 80%;
}

.project_secondpic__container {
  width: 55%;
  margin-right: 16px;
}

.project_thirdpic__container {
  width: 35%;
}

.project__secondarypic {
  width: auto;
  position: relative;
}

.project__extra__data {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.project__url {
  margin-top: 32px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 14px;
  transition: all .2s ease-in-out;
}

.project__url:hover {
  color: var(--black);
  transform: translate(0, -2px);
}

.project__url.down {
  display: none;
}

.project__url__link {
  color: var(--typography);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.project__url__link:hover {
  color: var(--black);
  transform: translate(0);
}

.project__extra__data__title {
  color: var(--black);
  cursor: default;
  font-family: Helvetica Neue Bold, sans-serif;
}

.project__extra__data__text {
  color: var(--typography);
  cursor: default;
  font-family: Helveticaneue, sans-serif;
}

.project__extra__data__block {
  margin-right: 32px;
}

.project_fifthpic__container {
  width: 50%;
  margin-right: 0;
}

.project_fourthpic__container {
  width: 40%;
  margin-right: 16px;
}

.project__next {
  z-index: 2;
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-left: 64px;
  margin-right: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 48px;
  line-height: 40px;
  transition: all .2s ease-in-out;
  position: relative;
  top: auto;
}

.project__next:hover {
  letter-spacing: -2px;
  transform: translate(0, -4px);
}

.portfolio__container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 1200px;
  display: flex;
  position: relative;
}

.portfolio__container.project__inportfolio {
  border-bottom: 0px none var(--typography);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 24px;
}

.portfolio__container.project__inportfolio.header {
  border-bottom-style: none;
  border-bottom-width: 0;
  height: auto;
  margin-bottom: 80px;
}

.portfolio__container.project__inportfolio.old, .portfolio__container.project__inportfolio.coming-soon {
  display: none;
}

.extrainfo__main__block {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.extrainfo__main__block.project__inportfolio {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.extrainfo__main__block.project__inportfolio.down {
  border-bottom: 0px none var(--typography);
  flex-direction: column;
}

.extrainfo__main__block.project__inportfolio.up {
  border-top: 0px none var(--typography);
  padding-top: 0;
}

.extrainfo__paragraph {
  cursor: default;
}

.extrainfo__paragraph.up {
  margin-top: 10px;
}

.extrainfo__paragraph.link {
  transition: all .2s ease-in-out;
}

.extrainfo__paragraph.link:hover {
  transform: translate(0, -2px);
}

.extrainfo__paragraph.link.down {
  display: none;
}

.extrainfo_link {
  color: var(--typography);
  cursor: pointer;
  text-decoration: none;
}

.extrainfo_link:hover {
  color: var(--black);
}

.name__paragraph {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.name__paragraph.position {
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family: Helveticaneue, sans-serif;
}

.navbar__link {
  cursor: pointer;
}

.navbar__link.w--current {
  color: var(--typography);
  text-decoration: none;
}

.media__container {
  cursor: auto;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.media__container.inproject {
  width: 70%;
  margin-top: 64px;
  margin-right: 0;
}

.media__container.inproject.down {
  width: 70%;
  margin-top: 0;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.media__container.netherthing {
  margin-top: 120px;
  margin-right: 220px;
}

.media__container.comingsoon {
  justify-content: flex-end;
  width: 100%;
  margin-right: 50px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.html-embed {
  cursor: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
}

.html-embed.next {
  padding-top: 0;
}

.spot {
  z-index: 2;
  background-color: var(--background);
  width: 80px;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.spot.inproject {
  width: 60px;
  height: 60px;
}

.scroll__down {
  width: 40px;
  margin-bottom: 16px;
}

.cursor {
  z-index: 100;
  opacity: 0;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: fixed;
}

.cursor-dot {
  background-color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100vw;
  width: 16px;
  height: 16px;
}

.dot-embed {
  cursor: none;
}

.free__cursor {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider {
  border-bottom: 0px none var(--typography);
  background-color: var(--typography);
  width: 100%;
  height: 1px;
}

.extrainfo__container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text {
  cursor: default;
  font-weight: 100;
}

.list-item {
  cursor: default;
}

.button {
  background-color: var(--black);
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 12px;
  transition: all .2s ease-in-out;
}

.button:hover {
  transform: translate(0, -2px);
}

.complementary_titles {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.sub_heading {
  z-index: 1;
  color: var(--black);
  letter-spacing: 0;
  cursor: default;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 4px;
  margin-right: -128px;
  font-family: Helveticaneue, sans-serif;
  font-size: 32px;
  line-height: 32px;
  position: relative;
}

.sub_heading.hello {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -56px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.sub_heading.project {
  color: var(--black);
  cursor: pointer;
  margin-right: -180px;
  font-size: 96px;
  text-decoration: none;
}

.sub_heading.project.f.single {
  cursor: default;
  font-size: 80px;
}

.sub_heading.project.single {
  font-size: 80px;
}

.sub_heading.recent {
  font-size: 64px;
}

.sub_heading.home {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 48px;
}

.sub_heading.comingsoon {
  font-size: 120px;
  line-height: 100px;
}

.currently {
  display: none;
}

.name__n__position {
  flex-direction: column;
  width: 180px;
  margin-bottom: 24px;
  display: flex;
}

.position__block {
  align-items: center;
  display: flex;
}

.app-link {
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

.appstores {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 320px;
  margin-bottom: 16px;
  margin-right: 0;
  display: flex;
}

.appstores.alt {
  justify-content: flex-start;
  margin-top: 16px;
}

.image, .image-2 {
  width: 300px;
}

.applink {
  width: 120px;
}

.link-block-2 {
  width: 320px;
}

.project_sixthpic__container {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-right: 16px;
  display: flex;
}

.project_seventhpic__container {
  width: 40%;
  margin-right: 0;
}

.ar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .main__container {
    width: 1400px;
  }

  .main__container.legal {
    width: 1280px;
  }

  .main__container.contact {
    justify-content: space-between;
    align-items: center;
    width: 1280px;
    height: 80vh;
  }

  .main__container.about__main {
    justify-content: center;
    align-items: center;
    width: 1280px;
  }

  .main__container.project__header {
    justify-content: center;
    align-items: flex-start;
  }

  .main__container.home, .main__container.comingsoon {
    justify-content: space-between;
    align-items: center;
    width: 1280px;
    height: 80vh;
  }

  .main__heading.comingsoon {
    font-size: 140px;
    line-height: 120px;
  }

  .mailto {
    font-size: 20px;
  }

  .portfolio__container {
    width: 1400px;
  }

  .portfolio__container.project__inportfolio {
    justify-content: center;
    align-items: center;
    width: 1280px;
  }

  .portfolio__container.project__inportfolio.header {
    width: 1280px;
  }

  .sub_heading.comingsoon {
    font-size: 140px;
    line-height: 120px;
  }

  .app-link {
    align-items: center;
  }

  .appstores {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    display: flex;
  }

  .menu-button.w--open {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .main__navbar {
    grid-template-columns: .5fr 3.75fr .25fr 1fr;
    margin-bottom: 0;
  }

  .navbar__menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: var(--typography);
    background-color: #f4f4f4;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav__link {
    color: var(--black);
    justify-content: flex-start;
    width: auto;
    margin-left: 40px;
    font-family: Helvetica Neue Bold, sans-serif;
    font-size: 80px;
    line-height: 40px;
    text-decoration: none;
  }

  .nav__link:hover {
    transform: translate(0, -5px);
  }

  .nav__link.first {
    margin-top: 32px;
  }

  .main__container.legal {
    flex-direction: column;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main__container.contact {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .main__container.about__main {
    flex-flow: column;
    flex: none;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .main__container.project__header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
  }

  .main__container.project__data {
    width: 100%;
  }

  .main__container.project__data.next {
    height: 40vh;
  }

  .main__container.home {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70vh;
    margin-left: 0;
    overflow: hidden;
  }

  .main__container.comingsoon {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70vh;
    margin-left: 0;
    overflow: hidden;
  }

  .legal__paragraph, .legal__block {
    width: 100%;
  }

  .legal__main__block {
    margin-bottom: 48px;
    position: relative;
    top: 24px;
  }

  .legal__grid {
    width: 100%;
  }

  .info__main__block {
    margin-left: 24px;
  }

  .info__main__block.project {
    width: 66%;
    margin-left: 0;
    margin-right: 0;
  }

  .info__main__block.project.playground {
    width: 80%;
  }

  .info__main__block.project__inportfolio {
    margin-left: 0;
  }

  .info__main__block.home {
    width: 50%;
    margin-top: 24px;
    margin-left: 40px;
  }

  .info__main__block.contact {
    z-index: 3;
    width: 50%;
    margin-left: 24px;
    position: relative;
  }

  .main__heading.project {
    flex: none;
    margin-right: -120px;
    font-size: 64px;
    line-height: 64px;
  }

  .main__heading.project.f.single {
    font-size: 64px;
  }

  .main__heading.intro {
    font-size: 28px;
    line-height: 28px;
  }

  .main__heading.comingsoon {
    font-size: 100px;
    line-height: 80px;
  }

  .info__main__about__pic {
    justify-content: center;
    align-self: center;
    margin-bottom: 32px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .info__main__about {
    align-self: center;
  }

  .project__mainpic {
    width: 400px;
  }

  .project__subtitle.playground {
    width: 600px;
  }

  .project__subtitle.playground.ar {
    width: auto;
  }

  .project_secondpic__container {
    justify-content: flex-end;
    display: flex;
  }

  .project_thirdpic__container {
    display: flex;
  }

  .project__secondarypic {
    width: 400px;
  }

  .portfolio__container.project__inportfolio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .portfolio__container.project__inportfolio.header {
    margin-bottom: 40px;
  }

  .extrainfo__main__block {
    margin-left: 24px;
  }

  .navbar__link {
    color: var(--black);
    margin-left: 40px;
    font-family: Helvetica Neue Bold, sans-serif;
    font-size: 80px;
    line-height: 40px;
    text-decoration: none;
    transition: all .2s ease-in-out;
  }

  .navbar__link:hover {
    transform: translate(0, -2px);
  }

  .media__container {
    align-items: flex-end;
    width: 80%;
  }

  .media__container.inproject {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
  }

  .media__container.netherthing {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .media__container.comingsoon {
    height: 80%;
    margin-right: 0;
  }

  .media__container.contact {
    width: 100%;
  }

  .html-embed {
    justify-content: flex-end;
    width: 100%;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .spot.inproject {
    display: flex;
  }

  .ham {
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cursor {
    display: none;
  }

  .sub_heading {
    margin-right: -64px;
    font-size: 22px;
  }

  .sub_heading.project {
    flex: none;
    margin-right: -120px;
    font-size: 64px;
    line-height: 64px;
  }

  .sub_heading.project.f.single {
    font-size: 64px;
  }

  .sub_heading.home {
    font-size: 44px;
    line-height: 44px;
  }

  .sub_heading.comingsoon {
    font-size: 100px;
    line-height: 80px;
  }

  .appstores {
    width: 180px;
  }

  .text-span {
    font-size: 64px;
    line-height: 64px;
  }

  .ar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar__menu {
    margin-top: 0;
  }

  .main__container.project__header {
    height: 50vh;
  }

  .main__container.project__data {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main__container.home {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .legal__paragraph, .legal__block, .legal__section, .legal__grid {
    width: 100%;
  }

  .info__main__block.project {
    width: 90%;
  }

  .info__main__block.home {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 24px;
  }

  .info__main__block.contact {
    margin-left: 32px;
  }

  .main__heading.project {
    margin-right: -120px;
    font-size: 48px;
    line-height: 48px;
  }

  .main__heading.intro {
    font-size: 36px;
    line-height: 36px;
  }

  .main__heading.comingsoon {
    font-size: 80px;
    line-height: 72px;
  }

  .info__main__about__pic {
    margin-left: 0;
  }

  .project__mainpic {
    width: 320px;
  }

  .project__paragraph {
    width: 100%;
  }

  .centered__container {
    align-items: center;
  }

  .project__extra__data {
    justify-content: space-around;
  }

  .project__next {
    font-size: 48px;
  }

  .extrainfo__main__block.project__inportfolio.down, .extrainfo__main__block.project__inportfolio.up {
    margin-left: 0;
  }

  .media__container {
    width: 75%;
  }

  .html-embed {
    margin-top: 0;
    margin-right: 0;
  }

  .html-embed.comingsoon {
    margin-top: 0;
  }

  .sub_heading {
    margin-right: -64px;
    font-size: 16px;
  }

  .sub_heading.project {
    margin-right: -120px;
    font-size: 48px;
    line-height: 48px;
  }

  .sub_heading.home {
    font-size: 36px;
    line-height: 36px;
  }

  .sub_heading.comingsoon {
    font-size: 80px;
    line-height: 72px;
  }
}

@media screen and (max-width: 479px) {
  .footer__container {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block {
    margin-left: 8px;
    font-size: 12px;
  }

  .copyright__text {
    font-size: 12px;
  }

  .main__navbar {
    z-index: 10;
    grid-template-columns: .5fr 3.25fr .25fr;
    margin-bottom: 16px;
  }

  .navbar__menu {
    background-color: var(--background);
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav__link {
    margin-top: 0;
    margin-left: 0;
    font-size: 64px;
  }

  .main__container.contact {
    flex-direction: column;
    justify-content: center;
    height: 120vh;
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .main__container.about__main {
    justify-content: flex-start;
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main__container.project__header {
    flex-direction: column;
    justify-content: center;
    height: 70vh;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main__container.project__header.playground {
    height: 40vh;
  }

  .main__container.project__data.pictures {
    justify-content: center;
  }

  .main__container.project__data.next {
    height: 40vh;
    padding-right: 0;
  }

  .main__container.home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    height: 85vh;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .main__container.comingsoon {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 70vh;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .legal__grid, .info__main__block {
    width: 100%;
  }

  .info__main__block.project {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    width: 100%;
    margin-top: -40px;
    margin-left: 0;
  }

  .info__main__block.project.playground {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .info__main__block.project__inportfolio {
    justify-content: space-between;
    align-self: auto;
    width: 100%;
    margin-left: 0;
  }

  .info__main__block.home {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .info__main__block.contact {
    width: 100%;
    margin-left: 16px;
  }

  .main__heading.hello {
    z-index: 1;
    align-self: center;
    margin-top: 0;
    margin-left: -64px;
    margin-right: -64px;
    font-size: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: rotate(-90deg);
  }

  .main__heading.project {
    letter-spacing: -2px;
    margin-right: -64px;
    font-size: 24px;
    line-height: 24px;
  }

  .main__heading.project.f {
    margin-right: -32px;
  }

  .main__heading.project.f.single {
    align-self: flex-start;
    margin-right: 1px;
    font-size: 40px;
    line-height: 32px;
  }

  .main__heading.project.f.single.playground {
    line-height: 36px;
  }

  .main__heading.recent {
    font-size: 40px;
    line-height: 40px;
  }

  .main__heading.intro {
    font-size: 20px;
    line-height: 22px;
  }

  .main__heading.comingsoon {
    font-size: 80px;
    line-height: 64px;
  }

  .main__heading.home {
    font-size: 48px;
    line-height: 48px;
  }

  .info__main__about__pic {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .about__pic {
    width: 60%;
    left: auto;
    right: auto;
  }

  .info__main__about {
    z-index: 3;
    width: 100%;
    margin-top: 24px;
  }

  .about {
    width: 100%;
    margin-top: 0;
  }

  .project__mainpic {
    flex: none;
    width: 280px;
  }

  .centered__container {
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .project__subtitle.playground {
    width: 100%;
  }

  .project_lightbox_main {
    align-self: flex-start;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .project_lightbox_main.final {
    margin-bottom: 8px;
  }

  .project_secondpic__container {
    margin-right: 8px;
  }

  .project__secondarypic {
    flex: none;
  }

  .project__url {
    align-self: center;
  }

  .project_fourthpic__container {
    margin-right: 8px;
  }

  .project__next {
    text-align: left;
    letter-spacing: -2px;
    margin-left: 100px;
    font-size: 32px;
    line-height: 32px;
  }

  .portfolio__container.project__inportfolio {
    justify-content: center;
    height: auto;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .portfolio__container.project__inportfolio.header {
    margin-bottom: 0;
  }

  .extrainfo__main__block {
    width: 100%;
  }

  .extrainfo__main__block.project__inportfolio {
    justify-content: space-between;
    align-self: auto;
    width: 100%;
    margin-left: 0;
  }

  .navbar__link {
    margin-left: 40px;
    font-size: 64px;
  }

  .media__container {
    opacity: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 180%;
    height: 75%;
    margin-left: -286px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .media__container.inproject {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .media__container.inproject.down {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .media__container.netherthing {
    margin-top: -254px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .media__container.comingsoon {
    flex-direction: row;
    height: 64%;
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .html-embed {
    justify-content: flex-end;
    height: 100%;
    margin-top: 0;
  }

  .spot {
    width: 60px;
    height: 60px;
  }

  .spot.inproject {
    height: 50px;
  }

  .scroll__down {
    display: none;
  }

  .ham {
    width: 24px;
    height: 24px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .sub_heading {
    font-size: 12px;
    line-height: 12px;
  }

  .sub_heading.hello {
    z-index: 1;
    align-self: center;
    margin-top: 0;
    margin-left: -64px;
    margin-right: -64px;
    font-size: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: rotate(-90deg);
  }

  .sub_heading.project {
    letter-spacing: -2px;
    margin-right: -64px;
    font-size: 24px;
    line-height: 24px;
  }

  .sub_heading.project.f {
    margin-right: -32px;
  }

  .sub_heading.project.f.single {
    align-self: flex-start;
    margin-right: 1px;
    font-size: 40px;
    line-height: 32px;
  }

  .sub_heading.recent {
    font-size: 40px;
    line-height: 40px;
  }

  .sub_heading.home {
    font-size: 36px;
  }

  .sub_heading.comingsoon {
    font-size: 80px;
    line-height: 64px;
  }

  .appstores {
    grid-column-gap: 8px;
    width: 120px;
  }

  .project_seventhpic__container {
    margin-right: 8px;
  }

  .text-span {
    font-size: 48px;
    line-height: 48px;
  }

  .link-block-3 {
    width: auto;
  }
}

#w-node-_0ba85267-1041-5e99-b6ae-e78cbafe1db1-bafe1db0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_0ba85267-1041-5e99-b6ae-e78cbafe1db3-bafe1db0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_0ba85267-1041-5e99-b6ae-e78cbafe1dbc-bafe1db0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b657ad01-09d6-ae4d-63c2-abe6e5ba3449-2822668f, #w-node-_8814b863-6b12-ec09-4881-4e5c7a65a857-2822668f, #w-node-_8e0b66a5-ccbf-b170-d3b5-8aee06162d1b-2822668f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c4af595-7c99-7ad3-2d15-949f5307cba0-2822668f, #w-node-_6e8c9d5b-7564-4108-28c1-22be2f54884d-2822668f, #w-node-_54d22cdb-6abf-d302-7f7b-c4ad32959e84-2822668f, #w-node-_7a742c5f-9b5a-1cf1-da6f-e2f0ef08a3ab-2822668f, #w-node-e75d1cdd-14fc-f8c5-63ca-2616f12b54ef-2822668f, #w-node-ff05bc9c-96b3-2d2e-23c8-1a6bd4282bd0-2822668f, #w-node-_3ab57a99-68a0-4194-fafb-70de99d63b76-2822668f, #w-node-a7019f4e-79eb-ed13-8c97-bf9a1e17aef7-2822668f, #w-node-_3bd98a24-6c11-20b7-a223-3b1ce99bf0ca-2822668f, #w-node-bee58785-dabe-df12-5c65-1944d314225c-2822668f, #w-node-eaed282d-c857-09f5-2185-d9aff55ad533-2822668f, #w-node-_240bd138-56be-6b15-ec32-c57c6182530e-2822668f, #w-node-ff9ee0ff-9172-baf7-9c13-441e1da0ee19-2822668f, #w-node-_50bb1702-ad9b-8529-38f1-ffb71d08613f-2822668f, #w-node-_9db8e961-8870-6d6f-b0f6-ed4a7e0d5677-2822668f, #w-node-f9d26bb4-c0e4-2284-2915-2f852effc92c-2822668f, #w-node-cac04e60-e0b3-a98e-e051-2d2ac6a6051a-2822668f, #w-node-_2c40db0a-3fee-785c-d6e8-2c07b10fe48f-2822668f, #w-node-c0250523-b819-f3de-8d45-bb801bdcb964-2822668f, #w-node-_5fb80a7f-c0b7-d602-f83e-79c2d90ef5a3-2822668f, #w-node-_69f77570-8c68-9ea8-6d43-0d9e33acde43-2822668f, #w-node-bbad35db-641e-a56d-d1db-d8064a4fb620-2822668f, #w-node-c5b3eb47-5297-e45d-2f3f-dd6b899fc4fe-2822668f, #w-node-_8f5eac08-2258-3928-3aa6-923decc55536-2822668f, #w-node-d3449404-e225-c847-2374-2a34201ed850-2822668f, #w-node-_45296d0c-1a7a-5205-4f0d-a28150322fda-2822668f, #w-node-_6070a6ad-1538-3ba8-26fb-a3056abccc0e-2822668f, #w-node-_3f91de92-e159-e1bb-be4b-4a5ef8cd9ab3-2822668f, #w-node-ce01a8c5-ea7f-5c2d-d5e4-cfbe7e49b784-2822668f, #w-node-a55ce7ea-867f-91be-19e7-155b65cd1e05-2822668f, #w-node-dd4870d4-687d-d1cd-fa71-4299f6835582-2822668f, #w-node-dca39a85-d9d6-db97-9b7c-35f3fc075763-2822668f, #w-node-_240e388e-5688-a2a5-7788-16cd7b7b29cf-2822668f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_5d498cdf-84da-fb5a-475f-8ebe1eefabd0-954d2317 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0ba85267-1041-5e99-b6ae-e78cbafe1db3-bafe1db0 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0ba85267-1041-5e99-b6ae-e78cbafe1db3-bafe1db0 {
    justify-self: start;
  }

  #w-node-_0ba85267-1041-5e99-b6ae-e78cbafe1dbc-bafe1db0 {
    grid-area: 1 / 2 / 2 / 4;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue UltraLight';
  src: url('../fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}