.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  height: 30px;
  background-color: #1a1919;
}

.main {
  position: relative;
  top: -3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-store {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75vw;
  height: 80vh;
  max-height: 800px;
  max-width: 1300px;
  min-height: 600px;
  min-width: 1000px;
  margin-right: 15vw;
  margin-left: 15vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 0.1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 12px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
}

.body {
  background-color: #000;
  background-image: url('../images/blackgrid.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  padding-bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dock {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dock-place {
  width: 530px;
  border-style: solid;
  border-width: 0.1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 25px;
  background-color: #141414;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone {
  height: 60px;
}

.messages {
  height: 60px;
}

.app-store {
  height: 60px;
}

.email {
  height: 60px;
}

.ins {
  height: 60px;
}

.wechat {
  height: 60px;
}

.photo {
  height: 60px;
}

.button-esc {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 0px;
  border-radius: 20px;
  background-color: #27c840;
}

.button-esc.exit {
  background-color: #ff5f58;
}

.button-esc.small {
  background-color: #fdbb2e;
}

.esc {
  position: relative;
  left: 15px;
  top: 15px;
}

.html-embed {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.drag-box {
  position: absolute;
  bottom: 150px;
  width: 12vw;
  height: 31vh;
}

.drag-box-top {
  position: absolute;
  width: 100%;
  height: 6%;
  margin-left: 100px;
  background-color: #202020;
  opacity: 0;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.mywechat {
  position: fixed;
  left: auto;
  top: auto;
  right: 0.5%;
  bottom: 0.5%;
  z-index: 7;
}

.nokia {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nokia-exit {
  position: relative;
  top: 410px;
  width: 150px;
  height: 100px;
  background-color: rgba(56, 152, 236, 0);
}

.icon-button-light {
  display: none;
  width: 5px;
  height: 5px;
  margin-top: 5px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.icon-button-light.app-store {
  display: block;
}

.myins {
  position: absolute;
  z-index: 7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iphone12-ins {
  position: relative;
  top: -8.2vh;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iphone12-ins-exit {
  position: relative;
  left: -130px;
  top: 95px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.link-block {
  position: relative;
  top: 750px;
  width: 130px;
  height: 75px;
}

.heading-5 {
  margin-top: -6px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  color: #ccc;
  font-size: 18px;
  font-weight: 600;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.heading-6 {
  position: relative;
  z-index: 9;
  margin-top: -6px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'Sanfranciscodisplay webfont', sans-serif;
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
}

.heading-6.date {
  left: -20px;
}

.heading-6.aoligei {
  left: -70px;
  padding-left: 80px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.resume {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preloading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.lottie-animation {
  height: 150px;
  margin-right: 19px;
}

.custom-styles {
  display: none;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 500px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #0f0f0f;
}

.card__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 500px;
  padding: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3a3938), to(#2c2b2b));
  background-image: linear-gradient(90deg, #3a3938, #2c2b2b);
}

.static-cube {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-2.up {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-2.muted {
  opacity: 0.3;
}

.icon-2.margin-right {
  margin-left: 2.25rem;
}

.static-block {
  position: relative;
  z-index: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 2px;
  border-color: #438c5f;
  background-color: #000;
}

.block-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #80ea90;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.block-title.muted {
  opacity: 0.3;
}

.block-title.bigtitle {
  margin-bottom: 10px;
  color: #b7fff5;
}

.block-title.bigtitle.small {
  margin-bottom: -7px;
  font-size: 0.7rem;
}

.stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.remove-webflow-interactions {
  display: none;
}

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

.character {
  position: absolute;
  z-index: 2;
  height: 260px;
  max-width: none;
  -webkit-filter: saturate(137%);
  filter: saturate(137%);
}

.block-client {
  width: 13.6875rem;
  padding-right: 1.125rem;
}

.cube-top {
  position: absolute;
  left: -2px;
  top: 7px;
  z-index: 0;
  width: 100%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
}

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

.card__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #0e0e0e;
}

.cursor-dot {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
  border-radius: 50%;
}

.cube-top-svg {
  width: 88vw;
  height: 100%;
  max-width: 71.875rem;
  color: #b6fff5;
}

.cube-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  max-width: 71.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.id-card-box {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.font-smoothing {
  display: none;
}

.preview-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 2rem;
  bottom: 5rem;
  z-index: 5;
  overflow: hidden;
  width: 25vw;
  height: 15vw;
  max-width: 22.5rem;
  min-width: 15.625rem;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
  box-shadow: 0 0 10rem 2.25rem rgba(182, 255, 245, 0.33);
  opacity: 0;
}

.floating-block {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
}

.my-id-card {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.block {
  position: relative;
  z-index: 99;
  width: 0vw;
  height: 0vh;
  border-style: solid;
  border-width: 2px;
  border-color: #b6fff5;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 38.2vh;
  padding-bottom: 38.2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-actions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.125rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card__sheen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0) 39%, #fff 43%, #fff 50%, #fff 58%, hsla(0, 0%, 100%, 0) 62%);
  opacity: 0.1;
  -webkit-filter: blur(17px);
  filter: blur(17px);
}

.id-card-cancel {
  width: 40px;
  height: 40px;
  margin-top: 30px;
}

.card__image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 200px;
  margin-bottom: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0e0e0e;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.background {
  position: absolute;
  left: -10%;
  width: 120%;
  max-width: none;
  background-color: #fff;
  background-image: linear-gradient(95deg, #ffc800 12%, #ff6a2b 27%, #ff00b2 43%, #00c3ff 73%, #010eff 96%);
  opacity: 0.3;
  -webkit-filter: none;
  filter: none;
}

.card__title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 48px;
  margin-bottom: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0e0e0e;
}

.custom-cursor {
  display: none;
}

.block-content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.block-content:hover {
  z-index: 1;
  background-color: #b6fff5;
  box-shadow: 0 0 10rem 0.1px #b6fff5;
  color: #000;
}

.block-content.empty {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card__gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6%, rgba(255, 157, 0, 0.8)), color-stop(31%, #fe01bb), color-stop(41%, #df0be6), color-stop(65%, #00c3ff), color-stop(82%, #005eff));
  background-image: linear-gradient(90deg, rgba(255, 157, 0, 0.8) 6%, #fe01bb 31%, #df0be6 41%, #00c3ff 65%, #005eff 82%);
  -webkit-filter: saturate(100%) blur(10px);
  filter: saturate(100%) blur(10px);
  -webkit-transform: rotate(11deg) scale3d(0.6, 1.1, 1);
  transform: rotate(11deg) scale3d(0.6, 1.1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card__gradient.inner {
  opacity: 0.3;
  -webkit-filter: saturate(60%) blur(25px);
  filter: saturate(60%) blur(25px);
}

.card__gradient.outer {
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, #ff9d00), color-stop(38%, #ff00e6), color-stop(66%, #00ffd0), color-stop(83%, #0400ff));
  background-image: linear-gradient(90deg, #ff9d00 14%, #ff00e6 38%, #00ffd0 66%, #0400ff 83%);
  opacity: 0.2;
  -webkit-filter: brightness(116%) saturate(100%) blur(10px);
  filter: brightness(116%) saturate(100%) blur(10px);
}

.block-studio {
  width: 12rem;
  padding-right: 1.125rem;
}

.card__inner-mask {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 90%;
  -ms-flex: 0 90%;
  flex: 0 90%;
  border-radius: 20px;
  background-color: #0e0e0e;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.card__inner-mask.small {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
}

.card__inner-mask.image {
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-flex-basis: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.block-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-title-wrapper.bigtitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-year {
  width: 4.875rem;
  padding-right: 1.125rem;
}

.opening-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-block {
  display: none;
  width: 100%;
}

.block-type-2 {
  width: 16rem;
}

@media screen and (max-width: 991px) {
  .block-title {
    font-size: 1rem;
  }

  .cursor {
    display: none;
  }

  .block-client {
    width: 11.25rem;
  }

  .preview-wrapper {
    width: 15rem;
    height: 15rem;
    max-width: none;
    min-width: auto;
  }

  .main-wrapper {
    padding-top: 22.2vh;
    padding-bottom: 22.2vh;
  }

  .block-studio {
    display: none;
  }

  .block-year {
    width: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }

  .mobile-block {
    display: block;
  }

  .block-type-2 {
    width: 10rem;
  }
}

@media screen and (max-width: 479px) {
  .icon-2.muted {
    display: none;
  }

  .block-title.bigtitle.small {
    font-size: 0.6rem;
  }

  .block-title.bigtitle.small._0-1rem {
    font-size: 0.8rem;
  }

  .block-client {
    width: 10rem;
  }

  .cube-top-svg {
    color: #438c60;
  }

  .text-block-2 {
    color: #fff;
  }

  .floating-block {
    background-color: #000;
  }

  .my-id-card {
    z-index: 999;
    display: none;
  }

  .main-wrapper {
    overflow: hidden;
    width: 100vw;
  }

  .block-title-wrapper {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }

  .block-year {
    padding-right: 0.875rem;
  }

  .block-type-2 {
    display: none;
  }
}

@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-heavy-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-black-webfont1.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-ultralight-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay webfont';
  src: url('../fonts/sanfranciscodisplay-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}