@font-face {
  font-family: "Asta Sans";
  src: local("Asta Sans");
  font-weight: 400 700;
}

:root {
  --black: #000;
  --white: #fff;
  --panel: #171717;
  --panel-border: #3b3b3b;
  --purple: #5511bb;
  --orange: #ef612a;
  --orange-hover: #e64d12;
  --button: #cacaca;
  --text-secondary: rgba(255, 255, 255, 0.5);
  --font-main: "Asta Sans", Arial, Helvetica, sans-serif;
  --font-mono: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--black);
  font-family: var(--font-main);
}

body {
  color: var(--white);
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.viewport {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--black);
}

.stage {
  position: relative;
  width: 100.000000vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--black);
}

.left-panel,
.middle-panel,
.right-panel {
  position: absolute;
  top: 0;
  height: 100vh;
  height: 100svh;
}

.left-panel {
  left: 0;
  width: 25.000000vw;
  background: var(--black);
}

.portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 25.000000vw;
  height: 73.148148svh;
  display: block;
  object-fit: cover;
}

.portrait-fallback {
  position: absolute;
  left: 0;
  top: 0;
  width: 25.000000vw;
  height: 73.148148svh;
  display: block;
  object-fit: cover;
}

.portrait.is-unavailable {
  display: none;
}

.identity {
  position: absolute;
  left: 3.125000vw;
  top: 4.259259svh;
  width: 13.281250vw;
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 500;
  text-transform: uppercase;
}

.identity p,
.number-block strong,
.number-block span,
.stack-list,
.bottom-note,
.info-card h2,
.text-link,
.button {
  margin: 0;
  letter-spacing: 0;
}

.profile-link {
  position: absolute;
  left: 3.125000vw;
  top: 90.185185svh;
  display: flex;
  align-items: center;
  gap: 1.666667vw;
}

.profile-logo {
  width: 3.437500vw;
  height: 3.437500vw;
  display: block;
}

.text-link {
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 0.052083vw;
  text-underline-offset: 0.156250vw;
  white-space: nowrap;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.text-link:hover,
.text-link:focus,
.text-link:focus-visible {
  color: rgba(255, 255, 255, 0.61);
  text-decoration-color: transparent;
}

.menu-link:hover,
.menu-link:focus,
.menu-link:focus-visible {
  color: #010101;
  text-decoration-color: transparent;
}

.profile-text {
  white-space: normal;
}

.middle-panel {
  left: 25.000000vw;
  width: 25.000000vw;
}

.menu-panel,
.stack {
  position: relative;
  flex: 0 0 50svh;
  width: 25.000000vw;
  height: 50svh;
  min-height: 50vh;
  padding: 3.981481svh 3.125000vw 3.703704svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-panel {
  background: #ffffff;
  color: #010101;
}

.stack {
  background: var(--purple);
}

.site-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-link {
  color: #010101;
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 500;
}

.number-block {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
}

.number-block strong {
  display: block;
  font-size: 3.125000vw;
  line-height: 3.240741svh;
  font-weight: 500;
}

.number-block span {
  display: block;
  font-size: 1.041667vw;
  line-height: 3.240741svh;
  margin-top: 1.018519svh;
  font-weight: 500;
}

.stack-list {
  list-style: none;
  padding: 0;
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 500;
  text-transform: uppercase;
}

.right-panel {
  left: 50.000000vw;
  width: 50.000000vw;
  background: var(--black);
}

.top-nav {
  position: absolute;
  left: 0;
  top: 4.629630svh;
  width: 50.000000vw;
  height: 4.259259svh;
}

.top-nav .text-link {
  position: absolute;
  top: 0;
}

.right-panel-title {
  position: absolute;
  left: 3.125000vw;
  top: 0;
  width: 12.083333vw;
  margin: 0;
  color: var(--white);
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 500;
  text-transform: uppercase;
}

.top-nav .text-link:nth-of-type(1) {
  right: 3.125000vw;
}

.top-nav .text-link:nth-of-type(2) {
  right: 3.125000vw;
  top: 2.777778svh;
}

.button {
  right: 3.125000vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.259259svh;
  padding: 0 0.833333vw;
  border-radius: 0.416667vw;
  background: var(--button);
  color: #000;
  font-size: 1.041667vw;
  line-height: 1.041667vw;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 160ms ease;
}

.button:hover,
.button:focus,
.button:focus-visible {
  background: var(--white);
}

.cards {
  position: absolute;
  left: 0;
  right: 0;
  top: 20.462963svh;
  width: 33.541667vw;
  margin: 0 auto;
}

.info-card {
  position: absolute;
  padding: 1.944444svh 1.666667vw;
  background: var(--panel);
  border: 0.052083vw solid var(--panel-border);
  border-radius: 0.833333vw;
  transform: perspective(20.833333vw) translateZ(0) rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.info-card.is-tilting {
  transition: none;
}

.info-card h2 {
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 500;
  text-transform: uppercase;
}

.token-card {
  left: 0;
  top: 0;
  width: 33.541667vw;
  min-height: 25.833333svh;
}

.token-table {
  margin-top: 1.481481svh;
  padding-bottom: 0.740741svh;
  border-bottom: 0.052083vw solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-mono);
  font-size: 0.833333vw;
  line-height: 1.3;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 8.333333vw 7.239583vw;
  min-height: 2.592593svh;
  align-items: center;
}

.table-head {
  border-bottom: 0.052083vw solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.46);
}

.caption {
  margin: 1.481481svh 0 0;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 0.729167vw;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

.theme-card,
.states-card {
  top: 31.111111svh;
  width: 15.885417vw;
  min-height: 13.425926svh;
}

.theme-card {
  left: 0;
}

.states-card {
  left: 17.656250vw;
}

.theme-preview {
  display: flex;
  align-items: center;
  padding-right: 0.885417vw;
  margin-top: 1.481481svh;
}

.theme-box {
  width: 6.718750vw;
  height: 12.222222svh;
  margin-right: -0.885417vw;
  padding: 2.222222svh 1.250000vw;
  border-radius: 0.833333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 500;
  text-transform: uppercase;
}

.theme-light {
  background: #e2e2e2;
  color: #000;
}

.theme-dark {
  background: #000;
  color: #fff;
}

.theme-box button {
  width: max-content;
  height: 3.703704svh;
  padding: 0 0.520833vw;
  border: 0;
  border-radius: 0.416667vw;
  background: var(--orange);
  color: var(--white);
  font: 500 0.833333vw / 1.041667vw var(--font-main);
  text-transform: uppercase;
}

.state-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.520833vw;
  margin-top: 1.481481svh;
}

.state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.703704svh;
  padding: 0 0.520833vw;
  border-radius: 0.416667vw;
  font-size: 0.833333vw;
  line-height: 1.041667vw;
  font-weight: 500;
  text-transform: uppercase;
}

.state-default {
  background: var(--orange);
}

.state-hover {
  background: var(--orange-hover);
}

.state-focus {
  background: var(--orange);
  border: 0.156250vw solid #2a68ef;
  box-shadow: 0 0 0.234375vw rgba(0, 138, 217, 0.7);
}

.state-disabled {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.34);
}

.state-copy {
  margin: 1.481481svh 0 0;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 0.729167vw;
  line-height: 1.35;
}

.bottom-note {
  position: absolute;
  left: 50%;
  top: 87.685185svh;
  width: 26.458333vw;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.041667vw;
  line-height: 1.562500vw;
  font-weight: 400;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce), (hover: none) {
  .info-card {
    transition: none;
    transform: none;
  }
}

@media (max-width: 700px) {
  html,
  body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .viewport {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .stage {
    width: 100%;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .left-panel,
  .middle-panel,
  .right-panel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .left-panel {
    height: 100svh;
    min-height: 640px;
  }

  .portrait {
    width: 100%;
    height: 76svh;
    min-height: 480px;
  }

  .portrait-fallback {
    width: 100%;
    height: 76svh;
    min-height: 480px;
  }

  .identity {
    left: 24px;
    top: 28px;
    width: 250px;
    font-size: 18px;
    line-height: 1.35;
  }

  .profile-link {
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 28px;
    gap: 18px;
  }

  .profile-logo {
    width: 54px;
    height: 54px;
  }

  .text-link {
    font-size: 16px;
    line-height: 1.35;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .middle-panel {
    display: grid;
    grid-template-columns: 1fr;
  }

  .menu-panel,
  .stack {
    width: 100%;
    height: 50svh;
    min-height: 360px;
    padding: 32px 24px 28px;
  }

  .site-menu {
    gap: 0;
  }

  .menu-link {
    font-size: 18px;
    line-height: 1.35;
  }

  .number-block strong {
    font-size: 56px;
    line-height: 0.8;
  }

  .number-block span {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .stack-list {
    font-size: 18px;
    line-height: 1.45;
  }

  .right-panel {
    min-height: 100svh;
    padding: 28px 20px 36px;
  }

  .top-nav {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px 16px;
    align-items: center;
  }

  .top-nav .text-link,
  .right-panel-title {
    position: static;
    transform: none;
  }

  .right-panel-title {
    width: 240px;
    font-size: 18px;
    line-height: 1.35;
  }

  .top-nav .text-link:first-child,
  .top-nav .text-link:nth-child(2),
  .top-nav .text-link:nth-of-type(1),
  .top-nav .text-link:nth-of-type(2) {
    left: auto;
    right: auto;
    top: auto;
  }

  .button {
    grid-column: 1 / -1;
    justify-self: stretch;
    height: 46px;
    min-width: 0;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1;
  }

  .cards {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    margin-top: 42px;
    display: grid;
    gap: 16px;
  }

  .info-card,
  .token-card,
  .theme-card,
  .states-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    padding: 20px;
    border-width: 1px;
    border-radius: 14px;
  }

  .info-card {
    transform: none;
  }

  .info-card h2 {
    font-size: 18px;
    line-height: 1.35;
  }

  .token-table {
    margin-top: 14px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    font-size: 11px;
  }

  .table-row {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
    min-height: 26px;
    gap: 8px;
  }

  .table-head {
    border-bottom-width: 1px;
  }

  .caption {
    margin-top: 14px;
    font-size: 13px;
  }

  .theme-preview {
    margin-top: 14px;
    padding-right: 0;
  }

  .theme-box {
    width: 50%;
    height: 132px;
    margin-right: 0;
    padding: 20px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1.35;
  }

  .theme-box button {
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font: 500 14px/1 var(--font-main);
  }

  .state-tags {
    gap: 10px;
    margin-top: 14px;
  }

  .state {
    height: 38px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
  }

  .state-focus {
    border-width: 2px;
    box-shadow: 0 0 5px rgba(0, 138, 217, 0.7);
  }

  .state-copy {
    margin-top: 14px;
    font-size: 13px;
  }

.bottom-note {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 42px 0 0;
    transform: none;
    font-size: 18px;
    line-height: 1.4;
  }
}

.requisites-page {
  overflow: hidden;
}

.requisites-stage {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  background: var(--black);
}

.requisites-left-panel {
  position: relative;
  width: 25vw;
  height: 100vh;
  height: 100svh;
  background: var(--black);
  overflow: hidden;
}

.requisites-portrait {
  position: absolute;
  left: 0;
  top: 0;
  width: 25vw;
  height: 73.148148svh;
  object-fit: cover;
  display: block;
}

.requisites-portrait-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 25vw;
  height: 73.148148svh;
  object-fit: cover;
  display: block;
}

.requisites-profile-link {
  top: 90.462963svh;
}

.requisites-menu-panel {
  position: relative;
  display: flex;
  flex: 0 0 25vw;
  width: 25vw;
  height: 100vh;
  height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.981481svh 3.125000vw 3.703704svh;
  background: var(--black);
  border-right: 0.052083vw solid #353535;
  border-left: 0.052083vw solid #353535;
}

.requisites-menu .text-link {
  color: var(--white);
}

.requisites-right-panel {
  position: relative;
  width: 50vw;
  height: 100vh;
  height: 100svh;
  background: var(--black);
}

.requisites-top-nav {
  left: 0;
  width: 50vw;
}

.requisites-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 29.583333vw;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.041667vw;
  line-height: 2.604167vw;
  font-weight: 500;
}

.requisites-content p {
  margin: 0;
}

.apps-page {
  overflow: hidden;
}

.apps-stage {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  background: var(--black);
}

.apps-left-panel {
  position: relative;
  width: 25vw;
  height: 100vh;
  height: 100svh;
  background: var(--black);
  overflow: hidden;
}

.apps-portrait,
.apps-portrait-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 25vw;
  height: 73.148148svh;
  object-fit: cover;
  display: block;
}

.apps-profile-link {
  top: 90.462963svh;
}

.apps-middle-panel {
  display: flex;
  flex: 0 0 25vw;
  width: 25vw;
  height: 100vh;
  height: 100svh;
  flex-direction: column;
}

.apps-menu-panel {
  position: relative;
  display: flex;
  width: 25vw;
  height: 50vh;
  height: 50svh;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.981481svh 3.125000vw 3.703704svh;
  background: var(--black);
  border-right: 0.052083vw solid #353535;
  border-left: 0.052083vw solid #353535;
}

.apps-menu .text-link {
  color: var(--white);
}

.apps-menu-note-panel {
  display: flex;
  width: 25vw;
  height: 50vh;
  height: 50svh;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.703704svh 3.125vw 3.611111svh;
  background: var(--black);
  border-top: 0.052083vw solid #353535;
  border-right: 0.052083vw solid #353535;
  border-left: 0.052083vw solid #353535;
}

.apps-menu-note-title,
.apps-menu-note-copy {
  margin: 0;
}

.apps-menu-note-title {
  width: 12.083333vw;
  color: var(--white);
  font-size: 1.041667vw;
  line-height: 1.5625vw;
  font-weight: 500;
  text-transform: uppercase;
}

.apps-menu-note-copy {
  width: 12.1875vw;
  align-self: flex-end;
  color: var(--text-secondary);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 1.041667vw;
  line-height: 1.354167vw;
  text-align: right;
}

.apps-right-panel {
  position: relative;
  width: 50vw;
  height: 100vh;
  height: 100svh;
  background: var(--black);
}

.apps-top-nav {
  left: 0;
  width: 50vw;
  top: 3.703704svh;
}

.apps-products {
  position: absolute;
  left: 3.125vw;
  top: 13.518519svh;
  width: 43.75vw;
  display: flex;
  flex-direction: column;
  gap: 2.222222svh;
}

.apps-product {
  padding: 2.592593svh 0;
  border-top: 0.052083vw solid #353535;
  border-bottom: 0.052083vw solid #353535;
}

.apps-product-head,
.apps-product-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.083333vw;
}

.apps-product-body {
  margin-top: 1.851852svh;
}

.apps-product-brand {
  display: flex;
  align-items: center;
  gap: 1.041667vw;
}

.tact-app-icon {
  position: relative;
  flex: 0 0 auto;
  width: 2.5vw;
  height: 2.5vw;
  overflow: hidden;
  background: #f9f268;
  border-radius: 0.546875vw;
}

.tact-app-icon span {
  position: absolute;
  left: 0.46875vw;
  top: 0.46875vw;
  width: 1.25vw;
  height: 0.703125vw;
  background: #000000;
}

.tact-app-icon i {
  position: absolute;
  left: 1.484375vw;
  top: 1.484375vw;
  width: 0.546875vw;
  height: 0.546875vw;
  background: #000000;
}

.getmos-app-icon {
  position: relative;
  flex: 0 0 auto;
  width: 2.5vw;
  height: 2.5vw;
  overflow: hidden;
  background: #0a0a0a;
  border: 0.052083vw solid #333333;
  border-radius: 0.546875vw;
}

.getmos-app-icon span {
  position: absolute;
  display: block;
}

.getmos-mark-red {
  left: -0.104167vw;
  top: 0.625vw;
  width: 1.302083vw;
  height: 1.302083vw;
  background: #ff5656;
  border-radius: 50%;
}

.getmos-mark-blue {
  right: -0.15625vw;
  bottom: -0.052083vw;
  width: 1.666667vw;
  height: 1.666667vw;
  background: #38a6ff;
  border-radius: 50%;
}

.getmos-mark-yellow {
  left: -0.052083vw;
  bottom: -0.104167vw;
  width: 2.447917vw;
  height: 1.197917vw;
  background: #ffdb20;
  border-radius: 1.041667vw 1.041667vw 0.3125vw 0.3125vw;
}

.apps-product h1 {
  margin: 0;
  color: #f4f7f2;
  font-family: Inter, var(--font-main);
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25vw;
}

.apps-product-brand p {
  margin: 0.37037svh 0 0;
  color: #6e6e6e;
  font-family: Inter, var(--font-main);
  font-size: 0.729167vw;
  font-weight: 600;
  letter-spacing: 0.078125vw;
  line-height: 0.729167vw;
}

.apps-platforms {
  margin: 0.925926svh 0 0;
  color: #ffffff;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  line-height: 1.2;
  white-space: nowrap;
}

.apps-product-body > p {
  width: 33.75vw;
  margin: 0;
  color: var(--text-secondary);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 1.041667vw;
  line-height: 1.354167vw;
}

.apps-details-button {
  display: inline-flex;
  flex: 0 0 auto;
  height: 3.703704svh;
  align-items: center;
  justify-content: center;
  padding: 0 1.041667vw;
  color: #000000;
  background: #ffffff;
  border-radius: 5.208333vw;
  font-size: 0.833333vw;
  font-weight: 500;
  line-height: 1.041667vw;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.apps-details-button:hover,
.apps-details-button:focus,
.apps-details-button:focus-visible {
  background: #cacaca;
  color: #000000;
}

.tact-page {
  overflow: hidden;
}

.tact-stage {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  background: var(--black);
}

.tact-left-panel {
  position: relative;
  width: 25vw;
  height: 100vh;
  height: 100svh;
  background: var(--black);
  overflow: hidden;
}

.tact-portrait,
.tact-portrait-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 25vw;
  height: 73.148148svh;
  object-fit: cover;
  display: block;
}

.tact-profile-link {
  top: 90.462963svh;
}

.tact-middle-panel {
  display: flex;
  flex: 0 0 25vw;
  width: 25vw;
  height: 100vh;
  height: 100svh;
  flex-direction: column;
}

.tact-menu-panel {
  position: relative;
  display: flex;
  width: 25vw;
  height: 50vh;
  height: 50svh;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.981481svh 3.125vw 3.703704svh;
  background: var(--black);
  border-right: 0.052083vw solid #353535;
  border-left: 0.052083vw solid #353535;
}

.tact-menu .text-link {
  color: var(--white);
}

.tact-menu-note-panel {
  display: flex;
  width: 25vw;
  height: 50vh;
  height: 50svh;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.703704svh 3.125vw 3.611111svh;
  background: var(--black);
  border-top: 0.052083vw solid #353535;
  border-right: 0.052083vw solid #353535;
  border-left: 0.052083vw solid #353535;
}

.tact-menu-note-title,
.tact-menu-note-copy {
  margin: 0;
}

.tact-menu-note-title {
  width: 12.083333vw;
  color: var(--white);
  font-size: 1.041667vw;
  line-height: 1.5625vw;
  font-weight: 500;
  text-transform: uppercase;
}

.tact-menu-note-copy {
  width: 12.1875vw;
  align-self: flex-end;
  color: var(--text-secondary);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 1.041667vw;
  line-height: 1.354167vw;
  text-align: right;
}

.tact-right-panel {
  position: relative;
  width: 50vw;
  height: 100vh;
  height: 100svh;
  background: var(--black);
}

.tact-top-nav {
  left: 0;
  width: 50vw;
  top: 3.703704svh;
}

.tact-product {
  position: absolute;
  left: 3.125vw;
  top: 13.518519svh;
  width: 43.75vw;
  padding: 2.592593svh 0;
  border-top: 0.052083vw solid #353535;
}

.tact-product-head,
.tact-product-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.916667vw;
}

.tact-product-body {
  margin-top: 1.851852svh;
}

.tact-product-brand {
  display: flex;
  align-items: center;
  gap: 1.041667vw;
}

.tact-app-icon {
  position: relative;
  flex: 0 0 auto;
  width: 2.5vw;
  height: 2.5vw;
  overflow: hidden;
  background: #f9f268;
  border-radius: 0.546875vw;
}

.tact-app-icon span {
  position: absolute;
  left: 0.46875vw;
  top: 0.46875vw;
  width: 1.25vw;
  height: 0.703125vw;
  background: #000000;
}

.tact-app-icon i {
  position: absolute;
  left: 1.484375vw;
  top: 1.484375vw;
  width: 0.546875vw;
  height: 0.546875vw;
  background: #000000;
}

.tact-product h1 {
  margin: 0;
  color: #f4f7f2;
  font-family: Inter, var(--font-main);
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25vw;
}

.tact-product-brand p {
  margin: 0.37037svh 0 0;
  color: #6e6e6e;
  font-family: Inter, var(--font-main);
  font-size: 0.729167vw;
  font-weight: 600;
  letter-spacing: 0.078125vw;
  line-height: 0.729167vw;
}

.tact-platforms {
  margin: 0.925926svh 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
  line-height: 1.2;
  white-space: nowrap;
}

.tact-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2.222222svh;
  color: #ffffff;
  font-family: "AR One Sans", Arial, Helvetica, sans-serif;
  font-size: 1.041667vw;
  line-height: 1.458333vw;
}

.tact-copy p {
  margin: 0;
}

.tact-downloads {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.481481svh;
}

.tact-download-button {
  display: inline-flex;
  min-width: 7.708333vw;
  height: 3.703704svh;
  align-items: center;
  justify-content: center;
  padding: 0 0.989583vw;
  color: #000000;
  background: #ffffff;
  border-radius: 5.208333vw;
  border: 0.052083vw solid transparent;
  font-size: 0.833333vw;
  font-weight: 500;
  line-height: 1.041667vw;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease,
    transform 160ms ease;
}

.tact-download-button:hover,
.tact-download-button:focus,
.tact-download-button:focus-visible {
  background: #cacaca;
  border-color: rgba(255, 255, 255, 0.18);
  color: #000000;
  transform: translateY(-0.092593svh);
}

.tact-screenshots {
  position: absolute;
  left: 3.125vw;
  top: 50svh;
  width: 43.75vw;
}

.tact-screenshot {
  position: relative;
  width: 43.75vw;
  height: 46.111111svh;
  margin: 0;
  overflow: hidden;
  background: #2e2e2e;
  border-radius: 0.208333vw;
}

.tact-screenshot img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38.59375vw;
  height: auto;
  transform: translate(-50%, -43%);
  display: block;
}

.getmos-screenshots {
  top: 50svh;
}

.getmos-screenshot {
  height: 46.111111svh;
}

.getmos-screenshot img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65.625vw;
  max-width: none;
  height: auto;
  display: block;
  transform: translate(-50%, -50%);
}

.getmos-page .tact-downloads {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.740741svh 0.625vw;
  max-width: 18vw;
}

.getmos-page .tact-download-button {
  min-width: 0;
}

.getmos-payment-button {
  background: #f9f268;
}

.getmos-payment-button:hover,
.getmos-payment-button:focus,
.getmos-payment-button:focus-visible {
  background: #efe348;
}

.getmos-payment-inline {
  width: max-content;
  margin-top: 0.37037svh;
}

@media (max-width: 700px) {
  .requisites-page .viewport,
  .apps-page .viewport,
  .tact-page .viewport {
    display: block;
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .requisites-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .requisites-stage {
    display: block;
    height: auto;
    min-height: 100svh;
  }

  .requisites-left-panel,
  .requisites-menu-panel,
  .requisites-right-panel {
    width: 100%;
    height: auto;
  }

  .requisites-left-panel {
    min-height: 100svh;
  }

  .requisites-portrait {
    position: relative;
    width: 100%;
    height: 68svh;
    min-height: 420px;
  }

  .requisites-portrait-video {
    width: 100%;
    height: 68svh;
    min-height: 420px;
  }

  .requisites-profile-link {
    position: absolute;
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 28px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .requisites-menu-panel {
    min-height: 360px;
    padding: 32px 24px 28px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
  }

  .requisites-right-panel {
    min-height: auto;
    padding: 28px 24px 48px;
  }

  .requisites-top-nav {
    position: static;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .requisites-top-nav .text-link,
  .requisites-top-nav .right-panel-title,
  .requisites-top-nav .text-link:first-child,
  .requisites-top-nav .text-link:nth-child(2),
  .requisites-top-nav .text-link:nth-of-type(1),
  .requisites-top-nav .text-link:nth-of-type(2) {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: max-content;
    margin: 0;
  }

  .requisites-top-nav .text-link {
    font-size: clamp(16px, 4.102564vw, 20px);
    line-height: 1.4;
  }

  .requisites-content {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 56px;
    font-size: clamp(18px, 4.615385vw, 26px);
    line-height: 1.65;
  }

  .apps-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .apps-stage {
    display: block;
    height: auto;
    min-height: 100svh;
  }

  .apps-left-panel,
  .apps-middle-panel,
  .apps-menu-panel,
  .apps-menu-note-panel,
  .apps-right-panel {
    width: 100%;
    height: auto;
  }

  .apps-left-panel {
    min-height: 100svh;
  }

  .apps-portrait,
  .apps-portrait-video {
    width: 100%;
    height: 68svh;
    min-height: 420px;
  }

  .apps-profile-link {
    position: absolute;
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 28px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .apps-middle-panel {
    display: block;
  }

  .apps-menu-panel {
    min-height: 360px;
    padding: 32px 24px 28px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #353535;
    border-bottom: 0;
  }

  .apps-menu-note-panel {
    min-height: 220px;
    padding: 28px 24px 32px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #353535;
  }

  .apps-menu-note-title {
    width: 240px;
    font-size: 18px;
    line-height: 1.4;
  }

  .apps-menu-note-copy {
    width: 100%;
    align-self: auto;
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
  }

  .apps-right-panel {
    min-height: auto;
    padding: 28px 24px 48px;
  }

  .apps-top-nav {
    position: static;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .apps-top-nav .text-link,
  .apps-top-nav .right-panel-title,
  .apps-top-nav .text-link:first-child,
  .apps-top-nav .text-link:nth-child(2),
  .apps-top-nav .text-link:nth-of-type(1),
  .apps-top-nav .text-link:nth-of-type(2) {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: max-content;
    margin: 0;
  }

  .apps-products {
    position: static;
    width: 100%;
    margin-top: 56px;
    gap: 24px;
  }

  .apps-product {
    padding: 24px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .apps-product-head,
  .apps-product-body {
    flex-direction: column;
    gap: 18px;
  }

  .apps-product-body {
    margin-top: 20px;
  }

  .apps-product-brand {
    gap: 16px;
  }

  .tact-app-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }

  .tact-app-icon span {
    left: 9px;
    top: 9px;
    width: 24px;
    height: 14px;
  }

  .tact-app-icon i {
    left: 29px;
    top: 29px;
    width: 10px;
    height: 10px;
  }

  .getmos-app-icon {
    width: 48px;
    height: 48px;
    border-width: 1px;
    border-radius: 10px;
  }

  .getmos-mark-red {
    left: -2px;
    top: 12px;
    width: 25px;
    height: 25px;
  }

  .getmos-mark-blue {
    right: -3px;
    bottom: -1px;
    width: 32px;
    height: 32px;
  }

  .getmos-mark-yellow {
    left: -1px;
    bottom: -2px;
    width: 47px;
    height: 23px;
    border-radius: 20px 20px 6px 6px;
  }

  .apps-product h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .apps-product-brand p {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 14px;
  }

  .apps-platforms,
  .apps-product-body > p {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }

  .apps-details-button {
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 18px;
  }

  .tact-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .tact-stage {
    display: block;
    height: auto;
    min-height: 100svh;
  }

  .tact-left-panel,
  .tact-middle-panel,
  .tact-menu-panel,
  .tact-menu-note-panel,
  .tact-right-panel {
    width: 100%;
    height: auto;
  }

  .tact-left-panel {
    min-height: 100svh;
  }

  .tact-portrait,
  .tact-portrait-video {
    width: 100%;
    height: 68svh;
    min-height: 420px;
  }

  .tact-profile-link {
    position: absolute;
    left: 24px;
    right: 24px;
    top: auto;
    bottom: 28px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .tact-middle-panel {
    display: block;
  }

  .tact-menu-panel {
    min-height: 360px;
    padding: 32px 24px 28px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #353535;
    border-bottom: 0;
  }

  .tact-menu-note-panel {
    min-height: 220px;
    padding: 28px 24px 32px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #353535;
  }

  .tact-menu-note-title {
    width: 240px;
    font-size: 18px;
    line-height: 1.4;
  }

  .tact-menu-note-copy {
    width: 100%;
    align-self: auto;
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
  }

  .tact-right-panel {
    min-height: auto;
    padding: 28px 24px 48px;
  }

  .tact-top-nav {
    position: static;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tact-top-nav .text-link,
  .tact-top-nav .right-panel-title,
  .tact-top-nav .text-link:first-child,
  .tact-top-nav .text-link:nth-child(2),
  .tact-top-nav .text-link:nth-of-type(1),
  .tact-top-nav .text-link:nth-of-type(2) {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: max-content;
    margin: 0;
  }

  .tact-product {
    position: static;
    width: 100%;
    margin-top: 56px;
    padding: 24px 0 0;
    border-top-width: 1px;
  }

  .tact-product-head,
  .tact-product-body {
    flex-direction: column;
    gap: 18px;
  }

  .tact-product-body {
    margin-top: 20px;
  }

  .tact-product-brand {
    gap: 16px;
  }

  .tact-app-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }

  .tact-app-icon span {
    left: 9px;
    top: 9px;
    width: 24px;
    height: 14px;
  }

  .tact-app-icon i {
    left: 29px;
    top: 29px;
    width: 10px;
    height: 10px;
  }

  .tact-product h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .tact-product-brand p {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 14px;
  }

  .tact-platforms,
  .tact-copy {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }

  .tact-copy {
    gap: 16px;
  }

  .tact-downloads {
    width: 100%;
    align-items: flex-start;
    gap: 12px;
  }

  .tact-download-button {
    min-width: 0;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border-width: 1px;
    font-size: 14px;
    line-height: 18px;
  }

  .getmos-page .tact-downloads {
    flex-direction: column;
    max-width: none;
    justify-content: flex-start;
  }

  .getmos-payment-inline {
    width: max-content;
    max-width: 100%;
    margin-top: 0;
  }

  .tact-screenshots {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }

  .tact-screenshot {
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 283;
    border-radius: 4px;
  }

  .tact-screenshot img {
    width: 88.5%;
    transform: translate(-50%, -42%);
  }

  .getmos-screenshot {
    aspect-ratio: 400 / 260;
  }

  .getmos-screenshot img {
    width: 154%;
  }
}
