@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-main: #000;
  --bg: #f6f6f6;
  --white: white;
  --black-2: #1a1a1a;
  --grin: #aaa;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

h1 {
  color: var(--text-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.63rem;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.13rem;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .88rem;
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text-main);
  text-decoration: none;
}

ul {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.body {
  background-color: var(--bg);
  color: var(--text-main);
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 400;
}

.page-wrapper {
  height: 500vh;
  position: relative;
}

.naw-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: flex;
}

.box-naw-link {
  flex-direction: column;
  display: flex;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 120%;
  display: flex;
}

.image-brand {
  width: 3.13rem;
}

.naw-menu {
  background-color: #fff0;
}

.naw-line-link {
  background-color: #000;
  height: .1em;
}

.navbar {
  background-color: #ddd0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.brand {
  color: var(--text-main);
}

.brand.w--current {
  margin-right: auto;
}

.brand.black.w--current {
  color: var(--white);
}

.btn-naw {
  color: #fff;
  background-color: #1088de;
  border-radius: 6.25rem;
  padding: .5rem 1.56rem;
  text-decoration: none;
}

.btn-naw.non-ps {
  display: none;
}

.block-link-minu {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-wrapper {
  position: sticky;
  top: 0;
}

.section_hiro {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.h1 {
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
}

.h1.white {
  color: var(--white);
  font-size: 5.5rem;
}

.text-12 {
  text-transform: uppercase;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-14 {
  font-size: .88rem;
}

.text-fild {
  background-color: var(--bg);
  text-transform: uppercase;
  margin-left: 1rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
}

.text-fild.black {
  background-color: var(--text-main);
}

.text-24 {
  font-size: 1.5rem;
}

.text-24.caps {
  text-transform: uppercase;
}

.container-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.56em;
  padding-right: 1.56rem;
}

.text-20 {
  font-size: 1.25rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  z-index: 100;
  display: flex;
  position: fixed;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.flax-h-central {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-fone {
  z-index: 2;
  background-image: linear-gradient(61deg, #fc88e9, #f9b4c0 51%, #bcadf8);
  border-radius: 7%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .2em;
  display: flex;
  position: relative;
}

.wrapper-btn {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.checkbox-label-footer {
  color: #f6f6f680;
  margin-bottom: 0;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.wrapper_perspective {
  z-index: 4;
  perspective: 1000px;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 39em;
  display: flex;
  position: relative;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.footer {
  grid-column-gap: 12.7rem;
  grid-row-gap: 12.7rem;
  border-bottom: 1px solid #e4ebf300;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
  position: relative;
}

.naw-bar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.19rem 1.88rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.naw-bar.black {
  background-color: var(--text-main);
  display: none;
}

.naw-bar.hardwar {
  background-color: var(--bg);
}

.box-h1 {
  margin-top: 2rem;
  margin-bottom: 2.44rem;
  position: relative;
  overflow: clip;
}

.box-h1.welcome-header-random {
  flex-flow: column;
  display: none;
}

.box-glasses {
  width: 1.69rem;
  margin-left: .5rem;
  position: absolute;
  inset: -2rem auto auto 0%;
}

.utp-hiro {
  z-index: 1;
  flex-flow: column;
  margin-right: 4rem;
  display: flex;
  position: relative;
}

.image-celebrity {
  width: 36.5rem;
  height: 28.56rem;
  display: block;
}

.box-celebrity-1 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  background-color: var(--bg);
  display: flex;
}

.box-celebrity-1.black {
  background-color: var(--text-main);
}

.span-h1 {
  color: var(--bg);
  font-size: 6rem;
  display: none;
}

.text-96 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.text-96.fake {
  text-align: right;
  transform: rotate(180deg);
}

.bx-h1-animation {
  height: 6.1rem;
  position: relative;
  overflow: clip;
}

.bx-h1-animation.non {
  display: none;
}

.svg-2-copy {
  height: auto;
}

.box-im-arrow {
  justify-content: center;
  align-items: center;
  width: 22.7rem;
  height: 28.8rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-im-arrow.h-17 {
  justify-content: center;
  align-items: center;
  width: 17.13rem;
}

.box-im-arrow.tramp {
  width: 18.31rem;
}

.box-im-arrow.mob-auto {
  overflow: visible;
}

.box-im-arrow.h-21 {
  width: 24.88rem;
}

.box-im-arrow.auto {
  width: auto;
  height: auto;
}

.block-move {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--bg);
  width: 400rem;
  margin-left: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.block-move.black {
  background-color: var(--text-main);
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 13.75rem;
}

.text-image {
  cursor: none;
  font-size: .355rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  position: absolute;
}

.text-image.dark {
  background-color: var(--text-main);
  color: var(--white);
  font-weight: 400;
  display: none;
}

.text-image.dark.bg-white {
  background-color: var(--white);
  color: var(--text-main);
}

.text-image.white-version {
  color: var(--text-main);
}

.wrapper-form {
  border: 1px solid #000;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  width: 26rem;
  height: 3rem;
  padding-right: .44rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.wrapper-form.black {
  border-color: #fff;
}

.text-field {
  background-color: var(--bg);
  color: #000;
  text-transform: uppercase;
  border: 1px #000;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: .44rem;
  font-size: .75rem;
  font-weight: 300;
  overflow: clip;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #000;
  text-transform: uppercase;
}

.text-field::placeholder {
  color: var(--text-main);
  text-transform: uppercase;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-weight: 300;
}

.text-field.black {
  background-color: var(--text-main);
  color: var(--white);
}

.text-field.black::placeholder {
  color: var(--white);
}

.wrapper-discription-celebrity {
  grid-column-gap: 3.13rem;
  grid-row-gap: 3.13rem;
  display: flex;
}

.text-21-mono {
  font-size: 1.31rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-21-mono.mob {
  display: none;
}

.name-celebrity {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-transform: uppercase;
  flex-flow: column;
  width: 9rem;
  margin-bottom: auto;
  padding-left: 1rem;
  display: flex;
}

.name-celebrity._w-12 {
  width: 12rem;
  min-width: 12rem;
}

.text-10-mono {
  font-size: .63rem;
}

.text-10-mono.mob {
  display: none;
}

.svg-2 {
  width: .94rem;
}

.svg-2.black {
  color: var(--white);
}

.box-video-autoplay {
  width: 1.25rem;
  height: 2.2rem;
  position: relative;
}

.box-video-autoplay.non {
  display: none;
}

.block-video-autoplay {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.text-15-mono {
  font-size: .94rem;
  line-height: 1.5;
}

.text-15-mono.w500 {
  font-weight: 500;
}

.text-15-mono.medium-caps {
  text-transform: uppercase;
  font-weight: 500;
}

.text-15-mono.medium {
  font-weight: 500;
}

.text-15-mono.medium._1-3 {
  line-height: 1.3;
}

.title-list {
  margin-bottom: .44rem;
  padding-left: 1.25rem;
}

.box-discription {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.box-discription.centra {
  justify-content: center;
  align-items: center;
}

.list-item {
  letter-spacing: .02rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
}

.list-2 {
  padding-left: 1.1rem;
}

.list-2.margin {
  margin-bottom: 1.5rem;
}

.svg-3 {
  width: 1.25rem;
  height: 1.25rem;
}

.form-block {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.25rem;
  display: flex;
}

.form-block.no-margen {
  margin-bottom: 0;
}

.box-arrow-form {
  justify-content: flex-start;
  align-items: center;
  width: 3.94rem;
  height: 3.94rem;
  display: flex;
}

.box-arrow-form.non, .box-arrow-form.mob {
  display: none;
}

.im-arrow {
  width: 3.13rem;
  height: 3.13rem;
}

.im-arrow.mini {
  width: 1rem;
  height: 1rem;
}

.im-arrow.big {
  width: 21.88rem;
  height: 21.88rem;
}

.im-arrow.big.ps-non, .im-arrow.non {
  display: none;
}

.btn-form {
  background-color: var(--text-main);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  padding: 0;
  display: flex;
}

.btn-form.black {
  background-color: var(--white);
  color: var(--text-main);
}

.submit-button {
  display: none;
}

.btn-fake-form {
  z-index: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
  position: absolute;
}

.box-btn-form {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
  right: .5rem;
}

.text-span {
  font-weight: 300;
}

.svg-7 {
  width: 1rem;
  min-width: 1rem;
  height: 1.25rem;
  min-height: 1.06rem;
}

.block-discription {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  max-width: 30rem;
  display: flex;
}

.success-message-3 {
  background-color: #ddd0;
  width: 26.5rem;
  height: 3rem;
  padding: 0;
}

.box-success {
  border: 1px solid #fff;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.25rem;
  display: flex;
  position: relative;
}

.box-success.whid {
  border-color: var(--text-main);
}

.btn-fake-form-2 {
  z-index: 1;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
  position: absolute;
  right: .44rem;
}

.text-fild-2 {
  background-color: var(--text-main);
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
}

.text-fild-2.white {
  background-color: var(--bg);
  color: var(--text-main);
}

.scroll-bar {
  width: 88.5%;
  height: .13rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 8rem;
}

.line-scroll {
  background-color: var(--text-main);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 1rem;
}

.svg-8 {
  color: var(--white);
}

.svg-8.whid {
  color: var(--text-main);
}

.box-celebrity-2 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  background-color: var(--bg);
  display: flex;
}

.box-celebrity-2.black {
  background-color: var(--text-main);
}

.box-celebrity-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--bg);
  display: flex;
}

.box-celebrity-3.black {
  background-color: var(--text-main);
}

.box-celebrity-3.non {
  display: none;
}

.box-celebrity-3.mob-mar-copy {
  z-index: 1;
  position: relative;
}

.box-celebrity-4 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  background-color: var(--bg);
  display: flex;
}

.box-celebrity-4.black {
  background-color: var(--text-main);
}

.text-36-mono {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.box-text-max-w-15 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-transform: uppercase;
  flex-flow: column;
  width: 15rem;
  margin-bottom: 0;
  display: flex;
}

.box-glasses-2 {
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  display: flex;
  position: static;
  inset: -2rem auto auto 0%;
}

.utp-hiro-2 {
  z-index: 1;
  flex-flow: column;
  margin-left: 6rem;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.utp-hiro-2.black {
  color: var(--white);
}

.box-h1-2 {
  margin-top: 1.5rem;
  position: relative;
  overflow: clip;
}

.black-version {
  z-index: 1;
  background-color: var(--text-main);
  display: none;
}

.whit--version {
  z-index: 2;
  display: flex;
  position: relative;
}

.color-version {
  position: relative;
}

.cursor {
  z-index: 10;
  cursor: none;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-96 {
  width: 1.3rem;
}

.text-fild-1 {
  background-color: var(--bg);
  color: var(--text-main);
  text-transform: uppercase;
  margin-left: 0;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
}

.toggle {
  font-size: 1.25rem;
}

.code-embed-style-imput {
  -webkit-text-stroke-color: var(--text-main);
  background-color: #f6f6f6;
  box-shadow: 0 0 #00000005;
}

.block-name {
  grid-column-gap: 4.2rem;
  grid-row-gap: 4.2rem;
  display: flex;
}

.svg-success {
  color: var(--text-main);
}

.video-container {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.code-embed {
  background-color: #ededed00;
  max-width: 18.75rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.section-6 {
  background-color: var(--bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.submit-button-2 {
  object-fit: fill;
  width: 2rem;
  height: 3rem;
  padding: 0;
}

.text-field-2 {
  color: var(--text-main);
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #0000;
  flex: 1 0 auto;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
}

.text-field-2::placeholder {
  color: var(--text-main);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-97 {
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.welcome-text-random {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.span-h1-2 {
  color: #f6f6f6;
  font-size: 6rem;
  display: none;
}

.section_hiro-kit-chip {
  background-color: var(--text-main);
  color: var(--bg);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-x {
  color: var(--text-main);
  margin-left: 5.3125rem;
  display: none;
}

.link-x.whid {
  color: var(--white);
}

.box-h1-kit-chip {
  position: relative;
  overflow: clip;
}

.box-h1-team {
  grid-column-gap: 5.19em;
  grid-row-gap: 5.19em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-58 {
  width: auto;
  min-width: 4.5rem;
  height: auto;
}

.block-description {
  grid-column-gap: 1.44rem;
  grid-row-gap: 1.44rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-description.mob {
  display: none;
}

.text-block-7 {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

.blok-arrow-scroll {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6.9rem 3.6rem auto auto;
}

.text-10 {
  font-size: .63rem;
}

.utp-hiro-kit {
  z-index: 1;
  grid-column-gap: 3.94rem;
  grid-row-gap: 3.94rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 27.94rem;
  min-width: 27.94rem;
  margin-right: 7rem;
  display: flex;
  position: relative;
}

.svg-9 {
  width: 2.06rem;
}

.box-kit-1 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  height: 100%;
  padding-left: 5.63rem;
  display: flex;
}

.block-kit {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.scroll-bar-kit {
  z-index: 20;
  grid-column-gap: 1.56rem;
  grid-row-gap: 1.56rem;
  flex-flow: column;
  width: 54rem;
  display: flex;
  position: absolute;
  inset: auto auto 4.4rem 0;
}

.scroll-bar-kit.mob {
  display: none;
}

.scroll-bar-kit.ps {
  width: 270rem;
  bottom: 0;
  left: -270rem;
}

.line-scroll-kit {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: .44rem;
  display: flex;
  position: relative;
}

.hourglass {
  width: .75rem;
  height: .75rem;
  margin-left: auto;
  position: absolute;
  inset: auto 0% -2rem auto;
}

.svg-hourglass {
  width: 100%;
  height: 100%;
}

.image-59 {
  object-fit: cover;
}

.block-grid-kit {
  height: 84vh;
}

.grid-kit-1 {
  grid-column-gap: 10.3rem;
  grid-row-gap: 10.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  height: 100%;
}

.box-kit-2 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 8.125rem;
  margin-right: 10rem;
  padding-top: 16vh;
  display: flex;
}

.box-kit-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-right: 8.5rem;
  display: flex;
}

.box-kit-4 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 13.6875rem;
  padding-bottom: 3.31rem;
  display: none;
}

.text-22-kit {
  text-transform: uppercase;
  font-size: 1.31rem;
  font-weight: 500;
  line-height: 1.1;
}

.wrapper-text-prookly {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  flex-flow: column;
  margin-bottom: 1.9rem;
  padding-top: .5rem;
  display: flex;
}

.div-block-101 {
  width: 45%;
}

.item-proofly {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15rem;
  min-width: 15rem;
  height: 100%;
  padding-bottom: 3.31rem;
  display: flex;
}

.text-12-sans {
  text-transform: none;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  line-height: 1.3;
  display: block;
}

.div-block-103 {
  flex-flow: column;
  display: flex;
}

.btn-kit {
  color: var(--white);
  width: 12.19rem;
  height: 2.63rem;
  padding-left: .94rem;
  padding-right: .94rem;
  position: relative;
}

.btn-kit.non {
  display: none;
}

.line-dev {
  background-color: var(--bg);
  width: 1px;
  height: 1.63rem;
  position: relative;
}

.dev-kit {
  grid-column-gap: .44rem;
  grid-row-gap: .44rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  font-size: .69rem;
  display: flex;
  position: relative;
}

.ontainer-kit {
  flex-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.75rem;
  line-height: .96;
}

.pop-app {
  z-index: 40;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.block-liter-crash {
  height: 7rem;
  margin-bottom: 2.5rem;
  padding-left: 1.88rem;
  padding-right: 2.81rem;
}

.block-liter-crash.hiro {
  z-index: 5;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.div-block-106 {
  width: 30rem;
}

.wrapper-hiro-kit {
  justify-content: flex-start;
  align-items: flex-start;
  width: 260rem;
  height: 87vh;
  margin-left: 0;
  padding-top: 3vh;
  display: flex;
  position: relative;
}

.phone {
  justify-content: center;
  align-items: center;
  width: 32.3125rem;
  height: 20.625rem;
  display: flex;
  position: relative;
}

.phone-cover {
  position: absolute;
  top: auto;
}

.im-arrow-phone {
  width: 1.3125rem;
  height: 1.3125rem;
  position: absolute;
  top: -12.4vh;
}

.box-list-kit {
  width: 20rem;
}

.box-list-kit.mar-bottom {
  margin-bottom: 2.0625rem;
}

.title-list-kit {
  margin-bottom: .75rem;
  padding-left: 1.25rem;
}

.list-kit {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #f6f6f680;
  padding-left: 1.1rem;
}

.list-item-kit {
  letter-spacing: .02rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.list-item-kit.text-16 {
  font-size: .875rem;
}

.div-block-107 {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
  flex-flow: column;
  display: flex;
}

.div-block-107.mar-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 1.8rem;
}

.chip-1 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 23rem;
  display: flex;
  position: relative;
}

.svg-chip-btn {
  z-index: 2;
  color: var(--text-main);
  width: 20.4rem;
  margin-bottom: .25rem;
  position: absolute;
}

.defs {
  color: var(--bg);
}

.btn-bg-svg {
  z-index: 80;
  color: #1a1a1a;
  position: relative;
}

.text-svg {
  color: var(--bg);
}

.strok {
  color: #636363;
}

.svg-chip-foundation {
  width: 23rem;
  height: auto;
}

.block-chip {
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  margin-left: 8rem;
  margin-right: 8rem;
  display: flex;
  position: relative;
}

.chip-line-1 {
  z-index: 3;
  color: #636363;
  width: 16.625rem;
  position: absolute;
  inset: -6.3rem auto auto -10rem;
}

.chip-2 {
  z-index: 1;
  width: 23rem;
  height: auto;
  position: absolute;
  top: 5.8rem;
}

.chip-line-2 {
  z-index: 3;
  color: #636363;
  width: 22.3438rem;
  position: absolute;
  inset: -6.3rem auto auto 9.4rem;
}

.chip-line-3 {
  z-index: 3;
  color: #636363;
  width: 31.7rem;
  position: absolute;
  inset: 8.7rem auto auto -15.1rem;
}

.chip-line-4 {
  z-index: 3;
  color: #636363;
  width: 16rem;
  position: absolute;
  inset: 1.8rem auto auto 15.4rem;
}

.g {
  position: relative;
}

.block-neural, .block-neural-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 3.31rem;
  display: flex;
}

.box-text-partner {
  text-transform: uppercase;
}

.div-block-112 {
  grid-column-gap: 19.875rem;
  grid-row-gap: 19.875rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.box-logo-partner {
  grid-column-gap: 6.375rem;
  grid-row-gap: 6.375rem;
  justify-content: flex-start;
  align-items: center;
}

.block-partner {
  grid-column-gap: 14.75rem;
  grid-row-gap: 14.75rem;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.link-partner {
  width: 5.625rem;
}

.form-block-kit {
  z-index: 2;
  background-color: var(--text-main);
  border: 1px solid #f6f6f680;
  width: 33.5rem;
  margin-bottom: 0;
  padding: 1.5rem;
  position: relative;
}

.form-kit {
  width: 100%;
  position: relative;
}

.svg-16 {
  width: 1.5rem;
}

.closes {
  color: #f6f6f6cc;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closes:hover {
  color: var(--white);
}

.input-kit {
  color: var(--bg);
  background-color: #fff0;
  border: 1px solid #f6f6f680;
  height: 2.1rem;
  margin-bottom: 0;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .625rem;
}

.input-kit:focus, .input-kit:focus-visible, .input-kit[data-wf-focus-visible] {
  border-color: var(--bg);
}

.input-kit::placeholder {
  color: #f6f6f680;
}

.input-kit._143 {
  width: 8.9375rem;
}

.input-kit._132 {
  width: 8.25rem;
}

.input-kit._163 {
  width: 10.1875rem;
}

.input-kit._185 {
  width: 11.5625rem;
}

.input-kit._125 {
  width: 7.8125rem;
}

.block-imput {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-input {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.box-text-form-kit {
  color: var(--bg);
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.wrapper-chekbox {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.check-box {
  background-color: #0000;
  border: 2px solid #fafafa;
  border-radius: 0;
  width: .8125rem;
  height: .812rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .4375rem;
  padding: 0;
  box-shadow: 0 0 #0000;
}

.check-box.w--redirected-checked {
  border: 2px solid var(--bg);
  color: #fff9;
  background-color: #0000;
  background-image: url('../images/Frame-1948758697-1.svg');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 0;
  width: .812rem;
  height: .812rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .4375rem;
  padding: 0;
  font-size: 1em;
  position: static;
}

.submit-button-3 {
  background-color: var(--white);
  color: var(--text-main);
  font-size: .875rem;
}

.submit-button-3:hover {
  background-color: var(--bg);
}

.block-text-btn-form {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #f6f6f680;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-12-mono {
  font-size: .75rem;
  font-weight: 300;
}

.text-12-mono.h-1-2 {
  line-height: 1.3;
}

.text-12-mono.h-1-6 {
  line-height: 2.2;
}

.text-12-mono.caps-medium {
  text-transform: uppercase;
  font-weight: 500;
}

.text-12-mono.light {
  font-weight: 300;
}

.chart {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.text-block-10 {
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 2.2rem;
}

.success-message-4 {
  background-color: var(--bg);
}

.finish-flag {
  width: .6875rem;
  min-width: .6875rem;
  height: .375rem;
  min-height: .375rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.svg-btn-black {
  color: #a1a1a1;
  width: auto;
  height: auto;
  position: absolute;
}

.block-neural-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 3.31rem;
  display: flex;
}

.svg-btn-whide {
  color: #a1a1a1;
  width: auto;
  height: auto;
  position: absolute;
}

.clouse.block-closed {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.list-kit-1 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #f6f6f680;
  margin-bottom: 2rem;
  padding-left: 1.1rem;
}

.box-arrow-team {
  margin-top: .9rem;
  position: absolute;
}

.box-arrow-team.mob {
  display: none;
}

.text-yars {
  white-space: nowrap;
}

.blocks-button-pressing {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.wrapper-btn-form {
  position: relative;
}

.text-block-11 {
  color: #ff898980;
  white-space: nowrap;
  font-size: .75rem;
  display: none;
  position: absolute;
  inset: -1.5rem auto auto 0%;
}

.block-copirait {
  min-width: 20rem;
  height: 7rem;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0 0% auto 28.7rem;
}

.div-block-119 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  position: relative;
}

.btn-popapp {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  height: 3.13rem;
  padding-left: 1.38rem;
  padding-right: .5rem;
  transition: all .3s;
  display: flex;
}

.btn-popapp:hover {
  background-color: var(--bg);
  color: var(--text-main);
}

.text-mob {
  display: none;
}

.svg-brand-hom {
  width: 4.38rem;
}

.svg-brand-hom.whide {
  color: var(--white);
}

.wrapper-link-naw {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-naw-hiro {
  color: var(--text-main);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  padding-left: .5em;
  padding-right: .5em;
  font-size: .69rem;
  transition: all .3s;
  display: flex;
}

.link-naw-hiro:hover {
  background-color: var(--black-2);
  color: var(--white);
}

.link-naw-hiro.w--current {
  background-color: var(--text-main);
  color: var(--bg);
}

.link-naw-hiro.whide {
  color: var(--white);
}

.link-naw-hiro.whide:hover {
  background-color: var(--bg);
  color: var(--text-main);
}

.link-naw-hiro.whide.w--current {
  background-color: var(--white);
  color: var(--text-main);
}

.link-naw-hiro.black {
  color: var(--white);
}

.div-block-120 {
  margin-left: auto;
  margin-right: 1rem;
}

.ontainer-naw-white {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: .96;
  display: flex;
}

.text-arrow {
  font-size: .69rem;
}

.box-naw-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box-naw-arrow.whide {
  color: var(--white);
}

.seccion-horo_model {
  padding-top: 4.0625rem;
}

.wrapper-hirow-model {
  margin-top: 1rem;
}

.container-model {
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.0625rem;
  padding-right: 9rem;
}

.h1-model {
  text-transform: uppercase;
  font-size: 5.9rem;
  font-weight: 600;
  line-height: 1;
}

.box-btn-hiro-model {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.box-btn-hiro-model.mob-fixed {
  display: none;
}

.btn-model {
  z-index: 1;
  width: 14rem;
  height: auto;
  position: relative;
}

.btn-model.gethab {
  z-index: 2;
  width: 3.875rem;
  height: 3.1875rem;
  margin-right: -1.4rem;
}

.btn-model.pdf {
  width: 12.125rem;
  height: 1.75rem;
}

.box-h1-model {
  margin-bottom: .8125rem;
}

.block-h1 {
  z-index: 3;
  position: relative;
}

.grid-hiro-model {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: -.875rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  position: relative;
}

.block-grid-hiro-model {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.text-14-mono {
  font-size: .875rem;
}

.text-14-mono.w300 {
  font-weight: 300;
  line-height: 1.4;
}

.path-13 {
  color: var(--white);
}

.svg-17 {
  width: 20rem;
}

.block-grid-hiro-model-3 {
  justify-content: flex-end;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.block-how-it-work {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5625rem;
  display: flex;
}

.text-21 {
  font-size: 1.3125rem;
}

.text-21.s-bolt {
  font-weight: 600;
}

.text-21.s-bolt.no-wrap {
  white-space: nowrap;
}

.line-how-it-work {
  background-color: var(--text-main);
  border-radius: 1px;
  width: 79%;
  height: 1px;
  padding-bottom: 0;
}

.image-60 {
  width: 1.4375rem;
}

.div-block-123 {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: .5625rem;
  font-weight: 600;
  display: flex;
}

.grid-hiro-model-2 {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  font-family: Ibmplexsans, Arial, sans-serif;
  position: relative;
}

.list-model {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-grid-hiro-model-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-grid-hiro-model-6 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.list-bulit {
  justify-content: flex-end;
  align-items: center;
  width: 1.9rem;
  min-width: 1.9rem;
  height: 1rem;
  display: flex;
}

.image-61 {
  width: 1.5rem;
  height: auto;
  margin-top: .25rem;
  margin-right: auto;
}

.box-text-advansed {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.list-box-title {
  width: 53%;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 600;
}

.list-box-title._2 {
  text-transform: none;
  width: 60%;
}

.list-dote {
  background-color: var(--text-main);
  border-radius: 100%;
  width: 3px;
  height: 3px;
}

.page-wrapper-model {
  position: relative;
}

.block-scroll {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.im-arrow-model {
  width: 3.6875rem;
}

.div-block-124 {
  background-color: var(--bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Ibmplexsans, Arial, sans-serif;
  display: flex;
}

.div-block-124.black {
  background-color: var(--text-main);
}

.div-block-125 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-linck-naw {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-dataset-model {
  background-color: var(--text-main);
  color: var(--white);
  padding-top: 1.875rem;
  padding-bottom: 5.3125rem;
}

.h-2-model {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.box-im-dataset {
  margin-top: 3.4375rem;
}

.section-fdvanced {
  padding-top: 3rem;
  padding-bottom: 4.3125rem;
}

.h-4-results {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.block-grid-advansed {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.grid-advansed {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  font-family: Ibmplexsans, Arial, sans-serif;
  position: relative;
}

.bolt {
  text-transform: uppercase;
  font-weight: 600;
}

.list-box-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 84%;
  display: flex;
}

.box-titladvans {
  margin-bottom: 1.5rem;
}

.section-rediction_model {
  background-color: var(--text-main);
  color: var(--white);
  padding-top: 2.8125rem;
  padding-bottom: 5.3125rem;
}

.div-block-126 {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: .8125rem;
  display: flex;
}

.div-block-127 {
  border: 1px solid var(--white);
  width: 8.125rem;
}

.image-62 {
  margin-bottom: .8125rem;
}

.section-results_model {
  padding-top: 5.1875rem;
  padding-bottom: 5.9375rem;
}

.box-title-results-h4 {
  text-transform: uppercase;
  width: 30%;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 600;
}

.grid-hiro-results {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 2.125rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  position: relative;
}

.list-bulit-copy {
  justify-content: flex-end;
  align-items: center;
  height: 1rem;
  display: flex;
}

.list-model-copy {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-128 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-129 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  margin-left: -.6375rem;
  padding-left: 0;
  display: flex;
}

.list-box-title-f {
  width: 100%;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 600;
}

.list-results {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.box-text-results {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.block-grid-results {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12.4rem;
  display: flex;
}

.block-grid-results-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-box-dote {
  justify-content: flex-end;
  align-items: center;
  height: 1rem;
  display: flex;
}

.div-block-131 {
  padding-bottom: 6.1875rem;
  position: relative;
}

.im-corner-1 {
  width: 1.1875rem;
  height: 1.1875rem;
}

.im-corner-2 {
  width: 1.1875rem;
  height: 1.1875rem;
  transform: rotate(180deg);
}

.im-corner-3 {
  width: 1.1875rem;
  height: 1.1875rem;
  transform: rotate(270deg);
}

.section-heatmap_model {
  background-color: var(--text-main);
  color: var(--white);
  padding-top: 4.4375rem;
  padding-bottom: 2.875rem;
}

.grid-heatmap {
  grid-column-gap: 8.0625rem;
  grid-row-gap: 8.0625rem;
  grid-template-rows: auto;
}

.block-heatmap {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  flex-flow: column;
  display: flex;
}

.box-title-results {
  text-transform: uppercase;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 600;
}

.div-block-132 {
  margin-bottom: .6875rem;
  padding-left: 1.3rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .5875rem;
  line-height: 1.6;
}

.div-block-133 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-134 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: none;
}

.im-heatmap {
  width: auto;
  height: 17rem;
}

.im-heatmap-2 {
  width: auto;
  height: 21.5625rem;
}

.div-block-135 {
  width: 80%;
}

.section-applications_model {
  padding-top: 5.1875rem;
}

.grid-hiro-applications {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 2.125rem;
  margin-bottom: 4.5625rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  position: relative;
}

.block-grid-applications {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6.7rem;
  display: flex;
}

.block-grid-applications-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--text-main);
  color: var(--white);
  flex-flow: column;
  width: 28.125rem;
  padding: 1.5rem;
  display: flex;
}

.image-64 {
  width: 1.5rem;
  height: 1.5rem;
}

.div-block-137 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.list-box-title-caps {
  text-transform: uppercase;
  width: 53%;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 600;
}

.nav-menu {
  grid-column-gap: 5.3125rem;
  grid-row-gap: 5.3125rem;
  display: flex;
}

.nav-menu.auto {
  margin-left: auto;
}

.image-66 {
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-138 {
  flex-flow: column;
  display: flex;
}

.im-btn-w-model {
  z-index: 2;
  height: 99%;
  position: relative;
}

.wrapper-btn-model {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.im-btn-b-model {
  z-index: 2;
  height: 99%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner {
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner._2 {
  inset: auto auto 0% 0%;
}

.corner._3 {
  inset: auto 0% 0% auto;
}

.div-block-139 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.image-67 {
  width: 3.25rem;
  height: auto;
  transition: all .3s;
}

.image-67:hover {
  transform: scale(1.1);
}

.wrapper-btn-model-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: -6.075rem;
  display: flex;
}

.div-block-140 {
  z-index: 1;
  background-color: var(--bg);
  width: 3rem;
  height: 2rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ontainer-hiro {
  flex-flow: row;
  width: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.75rem;
  line-height: .96;
}

.box-yayca.non {
  display: none;
}

.section_hiro-team {
  background-color: var(--text-main);
  color: var(--bg);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 5.63em;
  padding-bottom: 8.25rem;
  display: flex;
}

.ontainer-team {
  flex-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.81em;
  padding-right: 4.5em;
  line-height: .96;
  position: relative;
}

.utp-hiro-team {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 5.23rem;
}

.grid-hiro-team {
  grid-column-gap: 3.19em;
  grid-row-gap: 3.19em;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  place-items: start stretch;
  width: 100%;
  position: relative;
}

.block-compani-team {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.block-compani-team.mob {
  display: none;
}

.item-compani-team {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.item-compani-team.var {
  margin-top: 1.25rem;
}

.tex-11-mono-caps {
  text-transform: uppercase;
  font-size: .69em;
  font-weight: 500;
  line-height: 1.3em;
}

.icol-compani-team {
  width: 1.5em;
  height: 1.5em;
}

.grid-team-2 {
  grid-column-gap: 2.25em;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-item-team {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.card-item-team.non {
  display: none;
}

.im-cacrd {
  width: 12.5rem;
  height: auto;
}

.box-name-team {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.paragraph-17 {
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-11 {
  color: #f6f6f6cc;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .69rem;
  line-height: 1.4;
}

.im-link-social {
  width: auto;
  height: .75rem;
}

.link-x-social {
  color: var(--white);
}

.link-x-social.black {
  color: var(--text-main);
}

.link-x-social.non {
  display: none;
}

.div-block-141 {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-142 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-142.non {
  display: none;
}

.collon-team-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-11-mono {
  font-size: .69rem;
}

.text-11-mono.caps {
  text-transform: uppercase;
  line-height: 1.3;
}

.section-advisors {
  padding-top: 4.38rem;
  padding-bottom: 6.56rem;
  display: none;
}

.page-wrapper-tam {
  position: relative;
}

.wrapper-advisors {
  grid-column-gap: 4.56rem;
  grid-row-gap: 4.56rem;
  flex-flow: column;
  max-width: 44.88rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-advisors {
  grid-column-gap: 3.69rem;
  grid-row-gap: 3.69rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.im-advisors-card {
  width: auto;
  height: 12.5rem;
  margin-bottom: 1rem;
}

.box-contakt-team {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.h-3-team {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.im-arrow-team {
  width: 5rem;
  height: 5rem;
}

.section-partner {
  background-color: var(--text-main);
  color: var(--white);
  padding-top: 2.69rem;
  padding-bottom: 2rem;
}

.div-block-143 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-heand-team {
  width: 5rem;
  height: 5rem;
  margin-right: 2.3rem;
}

.block-partner-2 {
  grid-column-gap: 9.6rem;
  grid-row-gap: 9.6rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: auto;
  margin-top: 8.81rem;
  display: flex;
}

.link-partnes {
  height: 5.7rem;
}

.link-partnes.non {
  display: none;
}

.box-btn-aikit {
  margin-top: .9rem;
}

.block-copirait-team {
  min-width: 20rem;
  height: 7rem;
  padding-left: 0;
  padding-right: 0;
}

.ontainer-team-2 {
  flex-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.81em;
  padding-right: 8.06rem;
  line-height: .96;
  position: relative;
}

.box-h1-team-page {
  position: relative;
  overflow: clip;
}

.box-name-advisor {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.page-wrapper-data {
  position: relative;
}

.section-data {
  background-color: var(--text-main);
  color: var(--white);
  height: 100vh;
  min-height: 100vh;
  padding-top: 4.8rem;
  padding-bottom: 3.81rem;
  overflow: hidden;
}

.naw-black {
  z-index: 10;
  background-color: var(--text-main);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container-data {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.flax-sb {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.linck-colse-page {
  color: #fffc;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: all .3s;
  display: flex;
}

.linck-colse-page:hover {
  color: #fff;
}

.linck-colse-page.black {
  color: var(--black-2);
  justify-content: flex-end;
  align-items: center;
}

.linck-colse-page.black:hover {
  color: var(--text-main);
}

.linck-colse-page.black.w--current {
  color: var(--black-2);
  justify-content: flex-end;
  align-items: center;
}

.svg-19 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-1-data {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.h-1-data.about {
  margin-bottom: 1.5rem;
}

.wrapper-data {
  width: 83%;
  padding-bottom: 8rem;
}

.list-dot {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.list-iten-data {
  font-size: .75rem;
  line-height: 1.3;
}

.link-data {
  color: var(--white);
  width: 5rem;
  text-decoration: underline;
}

.box-progres {
  background-color: var(--text-main);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 19.63rem;
  min-width: 19.63rem;
  height: 27rem;
  padding: 3.88rem 1.44rem 1.31rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-progres.whide {
  background-color: var(--bg);
  color: var(--text-main);
  margin-left: -2px;
}

.item-progres {
  border: 1px solid var(--white);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1.88rem;
  padding-left: .63rem;
  padding-right: .63rem;
  display: flex;
  position: relative;
}

.item-progres.black {
  border-color: var(--text-main);
  color: var(--text-main);
}

.box-progres-ai-mod {
  border: 1px solid var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: .56rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-progres-ai-mod.black {
  border-color: var(--text-main);
}

.svg-20 {
  height: .9rem;
  position: absolute;
  inset: auto auto auto 0%;
}

.svg-20._1 {
  left: -.6rem;
}

.svg-20._2 {
  left: -.76rem;
}

.svg-20._3 {
  left: -.7rem;
}

.svg-20._4 {
  left: -.4rem;
}

.box-text-item-progres {
  background-color: var(--text-main);
  padding-left: .44rem;
  padding-right: .44rem;
  position: absolute;
  inset: -.4rem auto auto .6rem;
}

.box-text-item-progres.black {
  background-color: var(--bg);
}

.box-text-item-progres-2 {
  background-color: var(--text-main);
  padding-left: .44rem;
  padding-right: .44rem;
  position: absolute;
  inset: -.4rem .6rem auto auto;
}

.box-text-item-progres-2.black {
  background-color: var(--bg);
}

.box-celebrity-0 {
  grid-column-gap: 1.69rem;
  grid-row-gap: 1.69rem;
  background-color: var(--bg);
  display: flex;
}

.box-celebrity-0.black {
  background-color: var(--text-main);
}

.proess {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  padding-top: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.block-resultat {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  flex-flow: column;
  display: flex;
}

.item-resultat {
  grid-column-gap: 1.06rem;
  grid-row-gap: 1.06rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-42 {
  font-size: 2.63rem;
}

.item-resultat-2 {
  grid-column-gap: 1.06rem;
  grid-row-gap: 1.06rem;
  background-color: var(--white);
  color: var(--text-main);
  justify-content: space-between;
  align-items: center;
  height: 1.44rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.item-resultat-2.black {
  background-color: var(--text-main);
  color: var(--white);
}

.box-fack-im {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-morda {
  width: 1rem;
}

.text12-sanas {
  letter-spacing: .02rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  line-height: 1.2;
}

.box-text-ai-model {
  grid-column-gap: .19rem;
  grid-row-gap: .19rem;
  flex-flow: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.image-68 {
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(90deg);
}

.ai-model {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-transform: uppercase;
  flex-flow: column;
  width: 9rem;
  margin-bottom: auto;
  display: flex;
}

.ai-model.black {
  color: var(--white);
}

.wrapper-ai-model {
  grid-column-gap: 3.13rem;
  grid-row-gap: 3.13rem;
  min-width: 17.9rem;
  display: flex;
}

.block-text-progres {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.box-text-ai-model-2 {
  grid-column-gap: .19rem;
  grid-row-gap: .19rem;
  flex-flow: column;
  margin-bottom: .5rem;
  display: flex;
}

.box-text-ai-model-2.non-mar {
  margin-bottom: 0;
}

.box-im-heand-ai-model {
  margin-bottom: .5rem;
}

.btn-ai-model.black {
  color: var(--white);
}

.image-69 {
  width: 1.5rem;
  height: 1.5rem;
}

.box-text-ai-model-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  margin-bottom: .5rem;
  display: flex;
}

.box-text-ai-model-3.non-mar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.im-galka {
  width: .81rem;
  height: .81rem;
}

.box-text-ai-model-4 {
  grid-column-gap: .19rem;
  grid-row-gap: .19rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.bg-im-hardware {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-top: 2.775rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-ai-mod {
  width: auto;
  height: auto;
}

.div-block-150 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.im-chip-hardwar {
  z-index: 3;
  width: auto;
  height: auto;
  position: absolute;
  top: 1rem;
}

.im-chip-hardwar-2 {
  z-index: 2;
  width: auto;
  height: auto;
  position: absolute;
  top: 2.2rem;
}

.im-chip-hardwar-3 {
  z-index: 1;
  width: auto;
  height: auto;
  position: absolute;
  top: 11rem;
}

.box-chip-hardwar {
  background-color: var(--text-main);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 22.63rem;
  min-width: 22.63rem;
  height: 27rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-chip-hardwar.whide {
  background-color: var(--bg);
}

.wrapper-hiro-home {
  width: 1232.86vw;
  height: 54vh;
  margin-left: 0;
  padding-top: 5vh;
  display: flex;
  position: relative;
}

.grid-footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.block-grid-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-9 {
  font-size: .56rem;
  line-height: 1.3;
}

.text-9.sbolt {
  font-weight: 600;
}

.box-link-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.svg-24 {
  width: .5rem;
  height: .5rem;
}

.link-footer {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .06rem;
  padding-bottom: .06rem;
  transition: all .3s;
  display: flex;
}

.link-footer:hover {
  background-color: var(--text-main);
  color: var(--white);
}

.link-footer.popap {
  color: var(--white);
  position: relative;
}

.link-footer.popap:hover {
  background-color: var(--white);
  color: var(--text-main);
}

.link-footer.non {
  display: none;
}

.block-social {
  grid-column-gap: .81rem;
  grid-row-gap: .81rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-footer-social {
  width: 1rem;
  height: 1rem;
  transition: all .3s;
}

.link-footer-social:hover {
  background-color: var(--text-main);
  color: var(--white);
}

.box-link-social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.list-letters {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: lower-alpha;
}

.link-popapp {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  background-color: var(--text-main);
  color: var(--white);
  flex-flow: column;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto -10rem 0% auto;
}

.div-block-153 {
  padding-right: 1rem;
  position: relative;
}

.svg-icon-social {
  width: 100%;
  height: 100%;
}

.closse-popap {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: .1875rem .1875rem auto auto;
}

.svg-progres {
  height: .9rem;
  position: absolute;
  inset: auto auto auto 0%;
}

.svg-progres._1 {
  left: -.6rem;
}

.svg-progres._2 {
  left: -.76rem;
}

.svg-progres._3 {
  left: -.7rem;
}

.svg-progres._4 {
  left: -.4rem;
}

.scroll-auto {
  width: 50vw;
  height: 93vh;
  overflow: auto;
}

.grid-4 {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4.4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-top: 4rem;
}

.image-72 {
  width: auto;
  height: 5rem;
  margin-bottom: 1.25rem;
}

.div-block-154 {
  margin-top: 1.5rem;
}

.box-text-ai-h-b, .box-text-ai-h-w {
  display: none;
}

.div-block-155 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  flex-flow: column;
  display: flex;
}

.section-price {
  background-color: var(--text-main);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 4.56rem;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.grid-grid-price {
  grid-column-gap: 1.63rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-grid-price.tablica {
  display: none;
}

.card-price {
  border: 1px solid #f6f6f640;
  flex-flow: column;
  justify-content: space-between;
  height: 17.9rem;
  padding: 1rem;
  transition: all .3s;
  display: flex;
}

.card-price:hover {
  border-color: #fff;
}

.card-price.border-wight {
  border-color: var(--white);
}

.card-price.border-wight:hover {
  border-style: solid;
  border-color: var(--white);
}

.card-price.locked:hover {
  border-color: #f6f6f640;
}

.box-text-pricing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  height: 100%;
  margin-bottom: auto;
  display: flex;
}

.pop-app-priceng {
  z-index: 80;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-pricing {
  z-index: 2;
  background-color: var(--text-main);
  border: 1px solid #f6f6f680;
  flex-flow: column;
  width: 33.5rem;
  margin-bottom: 0;
  padding: 1.5rem;
  position: relative;
}

.form-pricing {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.im-chekbox {
  width: .81rem;
  height: .81rem;
}

.block-chekbox {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--grin);
  justify-content: flex-start;
  align-items: center;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  display: flex;
}

.text-16-prcing {
  text-transform: uppercase;
}

.text-22-pricing {
  text-transform: uppercase;
  font-size: 1.31rem;
  font-weight: 500;
  line-height: 1.1;
}

.box-text-pricing-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  display: flex;
}

.box-text-pricing-2 {
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: flex;
}

.wrapper-pricing {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 65rem;
  display: flex;
}

.text-14-pricing {
  color: var(--grin);
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.3;
}

.block-imput-pricing {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-input-pricing {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.block-text-btn-form-pricing {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #f6f6f680;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button-pricing {
  background-color: var(--white);
  color: var(--text-main);
  height: 2.1rem;
  padding: 0 1rem;
  font-size: .875rem;
}

.submit-button-pricing:hover {
  background-color: var(--bg);
}

.wrapper-btn-form-pricing {
  position: relative;
}

.closes-pricing {
  color: #f6f6f6cc;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closes-pricing:hover {
  color: var(--white);
}

.naw-white {
  z-index: 10;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container-143 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.94rem;
  padding-right: 8.94rem;
}

.section-art {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  overflow: clip;
}

.im-logo-art {
  width: auto;
  height: 2.1rem;
}

.item-logo-art {
  grid-column-gap: 4.4rem;
  grid-row-gap: 1.69rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-logo-art {
  border-top: 1px solid #000;
  padding-top: 2.13rem;
}

.h1-art {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-art.mar-2-3 {
  margin-bottom: 2.31rem;
}

.block-h1-art {
  flex-flow: column;
  margin-bottom: 2.31rem;
}

.card-art {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.19rem;
  padding-bottom: 2.19rem;
  display: flex;
}

.card-art.non {
  display: none;
}

.im-art {
  width: 5rem;
  height: 5rem;
}

.box-ar-master {
  text-transform: uppercase;
  font-weight: 500;
}

.icon-master {
  width: 1rem;
  min-width: 1rem;
  height: auto;
}

.icon-master.mar-top {
  margin-top: .25rem;
}

.linlk-articlt {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.linlk-articlt.underline {
  text-decoration: underline;
  transition: all .3s;
}

.linlk-articlt.underline:hover {
  text-decoration: none;
}

.link-block-13 {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  justify-content: flex-start;
  align-items: center;
  padding: .19rem .19rem .31rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .94rem;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
}

.link-block-13:hover {
  background-color: var(--text-main);
  color: var(--white);
}

.image-75 {
  width: 1rem;
  height: 1rem;
  margin-top: .125rem;
}

.text-block-12 {
  line-height: 1;
  text-decoration: underline;
}

.div-block-164 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-cards-art {
  flex-flow: column;
  margin-bottom: 3.75rem;
  display: flex;
}

.text-20-art {
  font-size: 1.25rem;
}

.text-15-art {
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .94rem;
  line-height: 1.5;
}

.blok-namr {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1-master {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.container-28 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.grid-master {
  grid-column-gap: 2.44rem;
  grid-row-gap: 2.44rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
}

.arrow-master {
  width: 5rem;
}

.box-logo-master {
  grid-column-gap: 1.56rem;
  grid-row-gap: 1.56rem;
  background-color: var(--text-main);
  justify-content: center;
  align-items: center;
  padding: 1.63rem 2rem;
  display: flex;
}

.im-logo-master {
  width: auto;
  height: 2.25rem;
}

.wrapper-master {
  grid-column-gap: 3.19rem;
  grid-row-gap: 3.19rem;
  flex-flow: column;
  display: flex;
}

.grid-master-1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.item-grid-master {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.item-grid-master.non {
  display: none;
}

.box-text-master {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.line-master {
  background-color: var(--text-main);
  width: 8.63rem;
  height: 1px;
  margin-top: 1rem;
}

.box-text-master-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.section-master {
  padding-top: 7.81rem;
  padding-bottom: 5.56rem;
}

.box0name-master {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.text-15-master {
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .94rem;
  line-height: 1.5;
}

.text-20-master {
  font-size: 1.25rem;
}

.div-block-172 {
  background-color: var(--white);
  color: var(--text-main);
  width: 100%;
  margin-right: 4rem;
  padding: .5rem 2.3rem;
  font-size: .75rem;
}

.text-span-4 {
  color: var(--white);
}

.text-12-tablica {
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  line-height: 1.3;
}

.text-12-tablica.trans {
  height: 5.3rem;
}

.text-12-tablica.h-140 {
  line-height: 1.4;
}

.table-cell-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  height: 4.2rem;
  padding-bottom: .81rem;
  padding-left: .25rem;
  display: flex;
}

.link-model {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: inline-flex;
  position: relative;
}

.link-model:hover {
  background-color: var(--white);
  color: var(--text-main);
}

.table-cell-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #ffffff80;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.95rem;
  padding-top: .5rem;
  padding-bottom: .44rem;
  padding-left: .25rem;
  display: flex;
}

.table-cell-2.right-line-non {
  border-right-style: none;
}

.grid-tablica-colon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
}

.div-block-178 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  padding-left: 1.81rem;
  display: flex;
}

.div-block-179 {
  width: 100%;
  display: flex;
}

.tablica-item-2 {
  border-left: 1px solid #fff;
  flex: 1;
}

.tablica-item-2.line-right {
  border-right: 1px solid var(--white);
}

.div-block-180 {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  display: flex;
}

.image-79 {
  width: 1rem;
  height: 1rem;
}

.table-cell-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #ffffff80;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.95rem;
  padding-top: .5rem;
  padding-bottom: .44rem;
  padding-left: 2.06rem;
  display: flex;
}

.table-cell-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #ffffff80;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.95rem;
  padding-top: .5rem;
  padding-bottom: .44rem;
  padding-left: 2.06rem;
  display: flex;
}

.table-cell-1-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid var(--white);
  justify-content: flex-start;
  align-items: flex-end;
  height: 4.2rem;
  padding-bottom: .81rem;
  padding-left: .25rem;
  display: flex;
}

.wrapper-btn-price {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 1.88rem .94rem 2rem 2.06rem;
  display: flex;
}

.tablica-item-3 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.im-btn-price {
  color: var(--text-main);
  width: 100%;
}

.stroke-panel {
  color: var(--white);
}

.stroke-panel.color-50-op {
  color: #ffffff80;
}

.text-btn-price {
  color: var(--white);
}

.text-btn-price.color-50-op {
  color: #ffffff80;
}

.btn-price {
  z-index: 2;
  color: var(--text-main);
  position: relative;
}

.pop-app-linck {
  z-index: 5;
  color: var(--white);
  background-image: url('../images/Frame-1948759095.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.69rem;
  padding: 1rem 1rem 1rem 1.69rem;
  position: absolute;
  inset: auto auto auto 3.9rem;
}

.div-block-183 {
  color: #ffffff80;
  width: .7rem;
  height: .7rem;
  transition: all .3s;
  display: none;
  position: absolute;
  inset: .2rem .38rem auto auto;
}

.div-block-183:hover {
  color: var(--white);
}

.wrapper-litle-btn {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-logo-art {
  display: none;
}

.ontainer-team-3 {
  flex-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.81em;
  line-height: .96;
  position: relative;
}

.div-block-194 {
  overflow: auto;
}

.div-block-194.hiden-scroll {
  margin-bottom: 9.31rem;
  padding-bottom: .5rem;
  padding-left: 8.81rem;
  padding-right: 8.81rem;
}

.link-block-14 {
  color: var(--white);
  text-decoration: underline;
}

.link-block-14:hover {
  text-decoration: none;
}

.text-span-6 {
  color: #fff;
}

.image-83 {
  width: auto;
}

.div-block-196, .div-block-196-copy {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  flex-flow: column;
  display: flex;
}

.svg-btn-price {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.svg-btn-price.whide {
  color: var(--white);
}

.btn-pricing-dev {
  background-color: var(--text-main);
  color: #7f7f7f;
  justify-content: center;
  align-items: flex-start;
  height: 3rem;
  min-height: 3rem;
  padding-top: .6rem;
  padding-left: 1.6rem;
  font-size: .88rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-pricing-dev:hover {
  color: #fff;
}

.btn-pricing-dev.whide {
  color: var(--text-main);
}

.btn-pricing-dev.grey:hover {
  color: #7f7f7f;
}

.card-price-2 {
  border: 1px solid #f6f6f640;
  flex-flow: column;
  justify-content: space-between;
  height: 43rem;
  padding-top: 2.2rem;
  padding-bottom: 1.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.card-price-2:hover {
  border-color: #fff;
}

.card-price-2.border-wight {
  border-color: var(--white);
  justify-content: flex-start;
  align-items: baseline;
}

.card-price-2.border-wight:hover {
  border-style: solid;
  border-color: var(--white);
}

.card-price-2.locked:hover {
  border-color: #f6f6f640;
}

.name-tariff {
  width: 100%;
  display: flex;
}

.box-tarif {
  background-color: var(--white);
  color: var(--text-main);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 2.3rem;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.box-tarif.blak {
  background-color: var(--text-main);
  color: var(--white);
  border-bottom: 1px solid #ffffff4d;
}

.div-block-197 {
  color: var(--grin);
  border-bottom: 1px solid #ffffff4d;
  margin-top: .56rem;
  margin-bottom: 1rem;
  padding-bottom: .81rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .81rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-20-prcing {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 300;
}

.div-block-198 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-199 {
  color: var(--white);
  white-space: nowrap;
  border: 1px solid #fff9;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  transition: all .3s;
  display: flex;
}

.div-block-199:hover {
  background-color: var(--white);
  color: var(--text-main);
}

.text-13-pricing {
  font-family: Ibmplexsans, Arial, sans-serif;
  font-size: .81rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-13-pricing.grey {
  color: var(--grin);
}

.text-13-pricing._10 {
  font-size: .63rem;
}

.div-block-200 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-201 {
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-202 {
  color: var(--grin);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.whide {
  color: var(--white);
}

.grid-features {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  padding: .06rem;
  display: grid;
}

.grid-features._2 {
  grid-template-columns: 1fr .4fr;
}

.block-fiatures {
  background-color: var(--text-main);
  color: var(--grin);
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 1.13rem;
  display: flex;
}

.block-fiatures.big {
  height: auto;
}

.div-block-205 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.underlin {
  color: var(--white);
  text-decoration: underline;
}

.block-fiatures-2 {
  background-color: var(--text-main);
  justify-content: flex-end;
  align-items: center;
  height: 2rem;
  padding-right: .75rem;
  display: flex;
}

.block-fiatures-2.big {
  height: 3rem;
}

.div-block-206 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #fff;
  flex-flow: column;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-206.pad-big {
  border-top-style: none;
  padding-top: .5rem;
}

.div-block-206.pad-medium {
  border-top-style: none;
  padding-top: .51rem;
}

.div-block-207 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-weight: 300;
  display: flex;
}

.btn-price-bg {
  color: #7f7f7f00;
}

.btn-price-bg.whide {
  color: var(--white);
}

.btn-price-line.whide {
  color: var(--text-main);
}

.text-btn-price-2 {
  z-index: 3;
  position: relative;
}

.strike {
  text-decoration: line-through;
}

.div-block-208 {
  width: 21.5rem;
  height: 3rem;
  position: absolute;
  bottom: 2.3rem;
  left: 9.6rem;
}

.image-84 {
  height: auto;
}

.div-block-209 {
  display: none;
}

.success-message-hirov {
  background-color: #ddd0;
  width: 26rem;
  height: 3rem;
  padding: 0;
}

.link-2 {
  color: var(--white);
  text-decoration: underline;
  transition: all .3s;
}

.link-2:hover {
  text-decoration: none;
}

.page-wrapper-hiro {
  position: relative;
}

.section_hiro-new {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.container-hiro {
  max-width: 40.88rem;
  position: relative;
}

.h1-new {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.ladder {
  background-color: var(--bg);
  perspective-origin: 100%;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
}

.degree-2 {
  background-color: var(--text-main);
  width: 100%;
  height: .44em;
  position: relative;
}

.im-mozg {
  width: 6.25em;
  height: 6.25em;
}

.h2-hiro {
  color: var(--white);
  font-size: 6.5rem;
  font-weight: 500;
  line-height: .9;
}

.h2-hiro.black {
  color: var(--text-main);
  text-transform: uppercase;
  font-size: 6.5rem;
}

.box-title-hardware {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  display: flex;
}

.svg--arrow-mini {
  width: 2.5rem;
  height: 2.5rem;
}

.text-32-mono {
  font-size: 2rem;
}

.text-32-mono.mob {
  display: none;
}

.block-link {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 1rem;
  display: flex;
}

.block-link.black {
  color: var(--text-main);
}

.box-chip-hardwar-new {
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 82%;
  min-width: 22.63rem;
  height: 12rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.block-chip-1 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5.63em;
  display: flex;
  position: relative;
}

.bg-hardware {
  z-index: 1;
  width: 65rem;
  height: auto;
}

.bg-hardware._2 {
  width: 65rem;
  display: none;
  position: absolute;
  inset: -14.9rem auto 0 -42.4rem;
}

.im-chip-hardwar-1new {
  z-index: 1;
  width: 18.125rem;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
}

.im-chip-hardwar-2new {
  z-index: 2;
  width: 18.125rem;
  height: auto;
  position: absolute;
  top: auto;
}

.im-chip-hardwar-3new {
  z-index: 1;
  width: 18.125rem;
  height: auto;
  position: absolute;
  top: auto;
  left: auto;
}

.item-cips {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 16rem;
  display: flex;
  position: relative;
}

.wrapper-ai-model-new {
  z-index: 3;
  grid-column-gap: 3.13rem;
  grid-row-gap: 3.13rem;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.box-des-hardware {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 50%;
  line-height: 1.4;
  display: flex;
}

.im-chip-hardware {
  width: 1.5rem;
  height: 1.5rem;
}

.box-discription-ai-hard {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: .6rem;
  padding-bottom: 1.2rem;
  display: flex;
}

.box-des-hardware-2 {
  flex-flow: column;
  width: 50%;
  line-height: 1.4;
  display: flex;
}

.section-ai-hardware-new {
  background-color: var(--text-main);
  color: var(--white);
  padding-bottom: 3.9375rem;
  overflow: clip;
}

.section-ai-model-new {
  padding-top: 3em;
  padding-bottom: 4.56em;
}

.box-celebrity-0-copy {
  grid-column-gap: 4.81rem;
  grid-row-gap: 4.81rem;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.svg-arrow {
  width: 2.5rem;
  height: 2.5rem;
}

.svg-arrow.rotate135 {
  transform: rotate(135deg);
}

.box-im-arrrow-ai-model {
  margin-top: 2.0625rem;
  margin-bottom: 2.0625rem;
}

.div-block-216 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.box-progres-new {
  background-color: var(--bg);
  transform-origin: 0%;
  color: var(--text-main);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 27rem;
  height: 21.2rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.block-progres-ai-model-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 28rem;
  max-width: 28rem;
  height: 100%;
  padding-top: .5rem;
  display: flex;
}

.item-progres-new {
  border: 1px solid var(--text-main);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1.88rem;
  padding-left: .63rem;
  padding-right: .63rem;
  display: flex;
  position: relative;
}

.image-87 {
  position: relative;
  left: -1.9375rem;
}

.proess-new {
  z-index: 2;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  width: 100%;
  padding-top: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.block-title-ai-model {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.4375rem;
  display: flex;
}

.spaser-resultat {
  z-index: 2;
  background-color: var(--bg);
  width: 100%;
  height: .63em;
  position: relative;
}

.item-resultat-2-copy {
  z-index: 2;
  grid-column-gap: 1.06rem;
  grid-row-gap: 1.06rem;
  background-color: var(--text-main);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 1.8rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-resultat {
  position: relative;
}

.text-42-procent {
  z-index: 1;
  font-size: 2.63rem;
}

.block-progres-ai-model {
  position: relative;
}

.wrapper-form-ai-model {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-form-ai-model {
  border: 1px solid #000;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-right: .44rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.form-block-ai-model {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 29.6rem;
  margin-bottom: 0;
  display: flex;
}

.dotted-line {
  width: 100vw;
  min-width: 100vw;
  height: 1px;
  overflow: clip;
}

.container-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .75em;
  padding-right: .75em;
}

.box-title-conect {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.block-conect {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.53em;
  display: flex;
  position: relative;
  overflow: clip;
}

.im-bg-conect {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.im-bg-conect.tablet {
  display: none;
}

.im-bg-conect.ps {
  height: auto;
}

.items-conect {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 67.1rem;
  height: 14rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.btn-conect {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 18.38rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-conect:hover {
  margin-top: -.94rem;
}

.btn-conect._2 {
  z-index: 3;
  position: absolute;
  left: 16.3rem;
}

.btn-conect._1 {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
}

.btn-conect._3 {
  z-index: 2;
  position: absolute;
  left: 32.5rem;
}

.btn-conect._4 {
  position: absolute;
  left: 48.7rem;
}

.image-90 {
  width: 89%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.wrapper-afraid {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--bg);
  border: 1px solid #000;
  flex-flow: column;
  width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.81rem 1rem;
  display: flex;
  position: relative;
  left: -1rem;
}

.text-24-mono {
  font-size: 1.5rem;
}

.text-24-mono.caps {
  text-transform: uppercase;
}

.box-descrition-afraid {
  text-align: center;
  text-transform: uppercase;
  width: 52rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.2;
}

.link-connect {
  background-color: var(--text-main);
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.81rem;
  font-size: 1.13rem;
  font-weight: 300;
  transition: all .3s;
  display: flex;
  position: relative;
}

.link-connect:hover {
  background-color: var(--bg);
  color: var(--text-main);
  border: 1px solid #000;
}

.box-btn-connect {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  font-size: .75rem;
  display: flex;
}

.svg-glasses {
  width: 1.69rem;
  position: absolute;
  left: .75rem;
}

.box-dotted-line {
  justify-content: center;
  align-items: center;
  height: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-dotted-line {
  transform-origin: 50%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2px;
  margin-bottom: 2.69rem;
  display: flex;
}

.text-field-3 {
  background-color: var(--bg);
  border: 0 solid #0000;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: .44rem;
  font-size: .75rem;
  font-weight: 400;
  overflow: clip;
}

.text-field-3:active, .text-field-3:focus, .text-field-3:focus-visible, .text-field-3[data-wf-focus-visible], .text-field-3::placeholder {
  color: var(--text-main);
}

.section-7 {
  background-color: var(--text-main);
  color: var(--white);
  padding-top: 2.06rem;
  padding-bottom: 3.94rem;
}

.div-block-231 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: flex;
}

.div-block-232 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 60%;
  margin-top: 1.5rem;
  display: flex;
}

.link-conect {
  background-color: var(--white);
  color: var(--text-main);
  text-transform: uppercase;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.81rem;
  font-size: 1.13rem;
  font-weight: 300;
  transition: all .3s;
  display: flex;
  position: relative;
}

.link-conect:hover {
  background-color: var(--text-main);
  color: var(--white);
  border: 1px solid #fff;
}

.grid23454 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 12.8rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-234 {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 11rem;
  margin-left: 1.56rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  position: relative;
}

.text-20-mono {
  font-size: 1.25rem;
}

.div-block-235 {
  width: 100%;
  display: flex;
}

.image-91 {
  z-index: 1;
  height: auto;
  position: absolute;
}

.div-block-236 {
  z-index: 3;
  width: 30.8rem;
  padding-top: 2rem;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: -2.1rem;
}

.div-block-236:hover {
  top: -.7rem;
  left: -1.5rem;
}

.div-block-236._2 {
  z-index: 2;
  left: 26.5rem;
}

.div-block-236._2:hover {
  left: 27.2rem;
}

.div-block-236._3 {
  z-index: 1;
  left: 55.1rem;
}

.div-block-236._3:hover {
  left: 55.8rem;
}

.div-block-236._5 {
  z-index: 2;
  left: 26.5rem;
}

.div-block-236._5:hover {
  top: -.5rem;
  left: 27.2rem;
}

.div-block-236._6 {
  z-index: 1;
  left: 55.1rem;
}

.div-block-236._6:hover {
  top: -.5rem;
  left: 55.8rem;
}

.div-block-236._4:hover {
  top: -.5rem;
  left: -1.5rem;
}

.grid23454-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 12.8rem;
  margin-top: -2.2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-237 {
  background-color: var(--text-main);
  width: 28.7rem;
  height: .06rem;
  position: absolute;
  inset: 5.2rem 0% auto .5rem;
}

.box-im-arrow-copy {
  justify-content: center;
  align-items: center;
  width: 21.9rem;
  height: 27rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-im-arrow-copy.mob-auto {
  overflow: visible;
}

.container-serebrety {
  height: 500vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 1.56rem;
}

.div-block-238 {
  position: sticky;
  top: 15vh;
}

.div-block-239 {
  z-index: 2;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: var(--bg);
  margin-left: 0;
  display: flex;
  position: relative;
}

.container-main-copy-copy-copy {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.26em;
  padding-right: 0;
}

.block-title-hardware {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 5.4375rem;
  display: flex;
}

.text-face {
  z-index: 1;
  margin-top: 8.7rem;
  font-size: .45rem;
  font-weight: 700;
  display: none;
  position: absolute;
}

.div-block-240 {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40.38rem;
  height: 18.2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-register {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  display: flex;
  position: relative;
}

.text-btn-register {
  z-index: 3;
  font-size: .88rem;
  position: absolute;
  top: .9rem;
  left: auto;
  right: auto;
}

.im-fingerprint {
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.im-heand-animation {
  z-index: 4;
  width: 6.13rem;
  height: auto;
  position: absolute;
  top: -.6rem;
}

.div-block-241 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2.56rem;
  display: flex;
  position: relative;
}

.im-btn-regiser {
  display: none;
}

.im-btn-regiser.ps {
  display: block;
  overflow: visible;
}

.im-face {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.div-block-242 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.56rem;
  display: flex;
}

.image-92 {
  width: 2.25rem;
  height: 2.25rem;
}

.linck-hiro {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linck-hiro._1 {
  position: relative;
  bottom: 0;
  left: -1.66rem;
}

.linck-hiro._3 {
  position: relative;
  right: -.21rem;
}

.linck-hiro._2 {
  position: relative;
  left: -1.4rem;
}

.box-random-text {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

.div-block-245 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.63rem;
  margin-bottom: 1.56rem;
  display: flex;
}

.ontainer-naw-new {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: .96;
  display: flex;
}

.bg-im-hardware-mob {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-top: 2.775rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-im-hardware-ps {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-top: 2.775rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-progres-ai-model-new {
  grid-column-gap: 3.13rem;
  grid-row-gap: 3.13rem;
  perspective-origin: 100%;
  transform-origin: 100%;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.svg-glasses-copy {
  width: 1.69rem;
  position: absolute;
  left: .75rem;
}

.svg-glasses-copy.mob, .text-link-connect {
  display: none;
}

.text-link-connect.ps {
  display: block;
}

.section-celebrities-new {
  padding-top: 4rem;
  overflow: clip;
}

.footer-hiro-new {
  height: 7rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  padding-left: 1.88rem;
  display: flex;
}

.link-footer-social-new {
  width: 1rem;
  height: 1rem;
  transition: all .3s;
}

.link-footer-social-new:hover {
  background-color: var(--text-main);
  color: var(--white);
}

.box-link-social-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.link-footer-new {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .06rem;
  padding-bottom: .06rem;
  transition: all .3s;
  display: flex;
}

.link-footer-new:hover {
  background-color: var(--text-main);
  color: var(--white);
}

.link-footer-new.non {
  display: none;
}

.image-93 {
  width: 8.94rem;
  margin-bottom: .94rem;
}

.list-numbers {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.6rem;
  list-style-type: decimal;
}

.div-block-248 {
  border: 1px solid var(--white);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .88rem 1.13rem;
}

.text-span-7 {
  font-style: italic;
}

.list-iten-data-copy {
  font-size: .75rem;
  line-height: 1.3;
  list-style-type: none;
}

.bolt-uline {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}

.image-93-copy {
  width: auto;
  height: 4.5rem;
  margin-bottom: .94rem;
}

.grid-5 {
  grid-column-gap: .06rem;
  grid-row-gap: .06rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .75fr 1fr;
  padding: 1px;
}

.item-tablica-title {
  background-color: var(--text-main);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: .63rem .75rem;
  font-size: .88rem;
  font-weight: 500;
  display: flex;
}

.item-tablica-title.left {
  text-align: left;
}

.text-block-17 {
  font-weight: 500;
  text-decoration: line-through;
}

.div-block-250 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.item-tablica {
  background-color: var(--text-main);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: .63rem .75rem;
  font-size: .75rem;
  font-weight: 400;
  display: flex;
}

.item-tablica.left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.text-block-19 {
  display: none;
}

.div-block-251 {
  padding-top: 8.38rem;
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.body-3 {
  background-color: var(--text-main);
  color: #fff;
}

.spaiser-style {
  height: 3rem;
}

.grid-tablica {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr 1fr;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  padding: 1px;
}

.naw-bar-new {
  background-color: var(--bg);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.19rem 1.88rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.naw-bar-new.black {
  background-color: var(--text-main);
}

.div-block-252 {
  grid-column-gap: 3.69rem;
  grid-row-gap: 3.69rem;
  flex-flow: column;
  margin-bottom: 13.38rem;
  padding-left: 8.94rem;
  display: flex;
}

.item-slide {
  background-color: var(--text-main);
  color: var(--white);
  justify-content: space-between;
  width: 34rem;
  height: 11.25rem;
  display: flex;
}

.item-slide.light {
  background-color: var(--bg);
  color: var(--text-main);
}

.div-block-254 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.image-94 {
  width: auto;
}

.div-block-256 {
  padding-left: 1.88rem;
}

.swiper-wrapper {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  display: none;
}

.svg-arrow-swiper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1.56rem;
  height: 1.56rem;
}

.swiper-slide {
  z-index: 3;
  cursor: pointer;
  border: 1px solid #000;
  position: relative;
}

.box-arrow {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.swiper-bullet-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.swiper-bullet {
  background-color: #ffffff4d;
  border-radius: 10rem;
  width: .63em;
  height: .63em;
}

.swiper-bullet.is-active {
  background-color: #fff;
  height: .63em;
}

.btn-next {
  color: #8d3434;
  background-color: #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  height: 3.13rem;
  display: flex;
}

.text-36 {
  color: #fff;
  font-size: 2.25rem;
}

.slider-main_component, .swiper.raili {
  width: 100%;
}

.box-slide {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  width: 100%;
  display: flex;
}

.btn-prev {
  color: #e51d1d;
  background-color: #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  height: 3.13rem;
  display: flex;
}

.link-register-new {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.box-glasses-2-new {
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  margin-bottom: 1rem;
  display: flex;
  position: static;
  inset: -2rem auto auto 0%;
}

.guide {
  z-index: 80;
  background-color: red;
  width: 3px;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% 19vw 0% auto;
}

.div-block-257 {
  overflow: clip;
}

.image-95 {
  width: 4.81rem;
  height: 1.25rem;
  position: absolute;
  inset: 4rem 1.4rem auto auto;
}

.text-span-8 {
  font-size: 1rem;
  font-weight: 300;
  display: none;
}

.svg-glasses-2 {
  width: 1.69rem;
  position: absolute;
  left: .75rem;
}

.svg-glasses-2.mob {
  display: none;
}

.line-horizont {
  z-index: 4;
  background-color: #000;
  width: 1px;
  height: 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-hiro {
  position: relative;
}

.line-vertical {
  z-index: 4;
  background-color: #000;
  width: 98%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.svg-arrow-copy {
  width: 2.5rem;
  height: 2.5rem;
}

.svg-arrow-copy.rotate135 {
  transform: rotate(135deg);
}

.div-block-258 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.popapp-icon-hiro {
  border: 1px solid var(--bg);
  background-color: var(--text-main);
  color: var(--white);
  min-width: 9.2rem;
  padding: .25rem .5rem;
  font-size: .56rem;
  position: absolute;
  bottom: 1.86rem;
  left: 1.7rem;
  right: auto;
}

.section-data-copy {
  background-color: var(--text-main);
  color: var(--white);
  height: 100vh;
  min-height: 100vh;
  padding-top: 4.8rem;
  padding-bottom: 3.81rem;
  overflow: hidden;
}

.blackout {
  display: none;
}

.div-block-260 {
  display: flex;
}

.link-block-15 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.link-block-15.mob {
  display: none;
}

.link-block-15.whide {
  color: var(--white);
}

.image-96, .image-97 {
  height: .75rem;
}

.text-medium {
  font-weight: 500;
  text-decoration: none;
}

.lottie-animation {
  position: relative;
  left: -1.63rem;
}

.box-loty-glas {
  margin-top: 1.5rem;
  position: relative;
  overflow: clip;
}

.svg-arrow-see {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -.19rem;
}

.svg-arrow-see.rotate135 {
  transform: rotate(135deg);
}

.box-btn-aimod {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.box-btn-aimod.mob-fixed, .box-btn-aimod.mob-fixed-ai-mod {
  display: none;
}

.text-span-10 {
  text-decoration: line-through;
}

.lottie-animation-2 {
  width: 4.5rem;
}

.lottie-animation-3 {
  width: 25rem;
}

.lottie-animation-4 {
  width: 21.88rem;
  height: 21.88rem;
}

.box-im-arrow-copy-copy {
  justify-content: center;
  align-items: center;
  width: 21.9rem;
  height: 27rem;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.box-im-arrow-copy-copy.mob-auto {
  overflow: visible;
}

.lottie-animation-5 {
  width: 3.13rem;
  height: 3.13rem;
}

.text-span-11 {
  text-decoration: none;
}

.list-iten-data-copy {
  font-size: .75rem;
  line-height: 1.3;
}

.btn-spend_laye--1 {
  z-index: 1;
  border: 1px solid var(--bg);
  background-color: var(--text-main);
  width: 100%;
  height: 3.75rem;
  position: absolute;
  inset: auto auto .13rem .13rem;
}

.btn-spend_laye--3 {
  z-index: 3;
  border: 1px solid var(--bg);
  background-color: var(--text-main);
  width: 100%;
  height: 3.75rem;
  padding: .31rem;
  position: absolute;
  inset: auto auto .13rem .13rem;
}

.btn-spend_laye--2 {
  z-index: 2;
  border: 1px solid var(--bg);
  background-color: var(--text-main);
  width: 100%;
  height: 3.75rem;
  position: absolute;
  inset: auto auto .13rem .13rem;
}

.btn-spend {
  z-index: 1;
  border: 1px solid var(--bg);
  background-color: var(--text-main);
  cursor: pointer;
  width: 31.75rem;
  height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn-spend_border {
  color: var(--white);
  border: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.btn-spend_icon {
  width: 2.81rem;
  height: auto;
}

.btn-spend_text {
  text-transform: uppercase;
  font-size: 1.13rem;
  font-weight: 300;
}

.btn-spend_box-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.popapp-spend {
  z-index: 1500;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrapper-popapp-send {
  z-index: 1;
  color: var(--white);
  background-color: #000;
  flex-flow: column;
  width: 46.25rem;
  font-size: .81rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.popapp-bg-grid-spend {
  background-color: #ffffff4d;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.popapp-grid-spend {
  grid-column-gap: 0px;
  grid-row-gap: .06rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr .75fr;
}

.popapp-grid-cell {
  background-color: var(--text-main);
  padding-top: .35rem;
  padding-bottom: .35rem;
}

.box-title-cell {
  color: var(--bg);
  text-transform: uppercase;
  border-right: 1px solid #ffffff4d;
  width: 100%;
  margin-top: .15rem;
  margin-bottom: .65rem;
  padding-left: .5rem;
  font-size: .88rem;
  font-weight: 300;
}

.box-title-cell.last {
  border-right-style: none;
}

.box-text-cell {
  border-right: 1px solid #ffffff4d;
  width: 100%;
  margin-top: .45rem;
  padding-left: .5rem;
  font-size: .81rem;
  font-weight: 300;
}

.box-text-cell.last {
  border-right-style: none;
}

.box-text-cell.bolt-cell {
  font-weight: 500;
}

.text-cell.bolt {
  font-weight: 600;
}

.text-cell.medium {
  font-weight: 500;
}

.box-text-cell-2 {
  color: var(--bg);
  border-right: 1px solid #ffffff4d;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .81rem;
  font-weight: 300;
}

.box-text-cell-2.last {
  border-right-style: none;
}

.box-text-cell-2.bolt-cell {
  font-weight: 500;
}

.text-11-spend {
  color: var(--bg);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .69rem;
}

.link-close-spend {
  z-index: 5;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  inset: .5rem 1rem auto auto;
}

.link-close-spend:hover {
  transform: rotate(180deg);
}

.div-block-261 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--text-main);
  border: 1px solid #ffffff4d;
  flex-flow: column;
  padding: 2.5rem 1rem 1.5rem;
  display: flex;
  position: relative;
}

.text-btn-register-2 {
  z-index: 3;
  font-size: .88rem;
  position: absolute;
  top: .9rem;
  left: auto;
  right: auto;
}

.text-link-connect2, .text-link-connect2.ps {
  display: none;
}

.random-text {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
}

.random-text.h-1-2 {
  line-height: 1.3;
}

.random-text.h-1-6 {
  line-height: 2.2;
}

.random-text.caps-medium {
  text-transform: uppercase;
  font-weight: 500;
}

.random-text.light {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    height: auto;
  }

  .naw-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-naw-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-burger {
    background-color: #fff;
    width: 1.88rem;
    height: 1.88rem;
    padding: 0;
  }

  .menu-burger.w--open {
    z-index: 99;
    background-color: #fff0;
  }

  .naw-menu {
    z-index: 98;
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 3.75rem .75rem 3.13rem;
    display: block;
    inset: 0% 0% auto;
  }

  .box-burger {
    grid-column-gap: .19rem;
    grid-row-gap: .19rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: .31rem;
    padding-right: .31rem;
    display: flex;
  }

  .naw-line-link {
    width: 100%;
  }

  .navbar {
    z-index: 100;
  }

  .brand {
    z-index: 99;
  }

  .box-btn-naw.pl-non {
    display: none;
  }

  .btn-naw.non-ps {
    display: inline-block;
  }

  .line-burger {
    background-color: var(--bg);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .block-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .block-link-minu {
    grid-column-gap: .31rem;
    grid-row-gap: .31rem;
    flex-flow: column;
    display: flex;
  }

  .main-wrapper {
    position: relative;
  }

  .section_hiro {
    height: auto;
    padding-top: 4.04rem;
  }

  .text-12 {
    font-size: .81rem;
  }

  .wrapper_perspective {
    width: 100%;
  }

  .footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-color: #e4ebf300;
    flex-flow: column;
    padding-right: 0;
  }

  .naw-bar {
    z-index: 50;
    background-color: var(--bg);
    position: fixed;
    inset: 0% 0% auto;
  }

  .naw-bar.black, .naw-bar.black-team {
    background-color: var(--text-main);
  }

  .box-glasses {
    display: none;
  }

  .utp-hiro {
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .box-im-arrow.tramp {
    width: 22.7rem;
  }

  .block-move {
    flex-flow: column;
    width: auto;
  }

  .block-move.black {
    margin-right: 0;
  }

  .wrapper-discription-celebrity {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .form-block.no-margen {
    position: fixed;
    inset: auto 0% 1rem 12.2rem;
  }

  .box-arrow-form.mob {
    display: flex;
  }

  .box-arrow-form.ps {
    display: none;
  }

  .block-discription {
    margin-bottom: 1rem;
  }

  .scroll-bar {
    width: 64%;
    display: none;
  }

  .line-scroll {
    position: static;
  }

  .utp-hiro-2 {
    z-index: 1;
    margin-left: 0;
  }

  .black-version {
    padding: 2rem;
  }

  .whit--version {
    flex-flow: column;
    padding: 2rem;
  }

  .cursor {
    display: none;
  }

  .section_hiro-kit-chip {
    height: auto;
    padding-top: 4.04rem;
  }

  .link-x {
    margin-left: 1rem;
  }

  .box-h1-team {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-58 {
    min-width: 2.4rem;
  }

  .block-description {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-description.ps {
    display: none;
  }

  .block-description.mob {
    display: flex;
  }

  .blok-arrow-scroll.mob-non {
    display: none;
  }

  .utp-hiro-kit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 34rem;
    min-width: 34rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 2rem;
  }

  .box-kit-1 {
    height: auto;
    padding-left: 0;
  }

  .block-kit {
    flex-flow: column;
    width: 100%;
    margin-top: 3rem;
  }

  .scroll-bar-kit {
    width: .5rem;
    height: 170rem;
    display: flex;
    inset: 3.9rem 0 auto auto;
  }

  .scroll-bar-kit.mob {
    display: block;
  }

  .line-scroll-kit {
    width: .5rem;
    height: 100%;
    position: static;
  }

  .hourglass {
    display: none;
  }

  .image-59 {
    margin-left: auto;
    margin-right: auto;
  }

  .block-grid-kit {
    width: 24.5625rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-kit-1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .box-kit-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9.5625rem;
    padding-bottom: 1.5625rem;
  }

  .box-kit-3 {
    flex-flow: column;
    width: 100%;
    margin-right: 0;
  }

  .wrapper-text-prookly {
    width: auto;
    margin-bottom: 3rem;
    padding-top: 0;
  }

  .div-block-101 {
    width: auto;
  }

  .item-proofly {
    width: 100%;
    min-width: auto;
    position: relative;
  }

  .text-12-sans {
    font-size: .81rem;
  }

  .div-block-103 {
    width: 50%;
  }

  .line-dev {
    width: 1.625rem;
    height: 1px;
    display: flex;
    position: relative;
  }

  .dev-kit {
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    inset: 0% -2.1rem auto auto;
    transform: rotate(180deg);
  }

  .dev-kit.absolute {
    top: 0;
  }

  .dev-kit.finish-mob, .dev-kit.finish-ps {
    margin-top: 0;
    top: -21.9rem;
  }

  .ontainer-kit {
    padding-left: 0;
    padding-right: 0;
  }

  .block-liter-crash {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }

  .block-liter-crash.hiro {
    padding-bottom: 10rem;
  }

  .wrapper-hiro-kit {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .phone {
    width: 30rem;
    height: auto;
  }

  .box-list-kit {
    width: 30rem;
  }

  .box-list-kit.mar-bottom {
    margin-bottom: 2.0625rem;
  }

  .list-kit {
    color: var(--bg);
  }

  .div-block-107.mar-bottom {
    grid-column-gap: 2.5625rem;
    grid-row-gap: 2.5625rem;
    margin-bottom: 2.5625rem;
  }

  .block-chip {
    margin-top: 2.0625rem;
  }

  .chip-line-1, .chip-line-2, .chip-line-3, .chip-line-4 {
    display: none;
  }

  .block-neural {
    width: 100%;
    padding-bottom: 2.0625rem;
    position: relative;
  }

  .block-neural-3 {
    width: 100%;
    position: relative;
  }

  .finish-flag {
    bottom: -.5rem;
    left: 1.4375rem;
    transform: rotate(-85deg);
  }

  .block-neural-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 7.66rem;
    position: relative;
  }

  .list-kit-1 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: var(--bg);
  }

  .box-arrow-team {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .box-arrow-team.mob {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: flex;
    position: static;
  }

  .text-yars {
    writing-mode: vertical-lr;
    margin-right: 2px;
  }

  .block-copirait {
    margin-top: 4rem;
    margin-bottom: 2rem;
    position: relative;
    left: 0;
  }

  .div-block-119 {
    width: 100%;
  }

  .svg-brand-hom {
    width: 5.9375rem;
  }

  .wrapper-link-naw {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .link-naw-hiro {
    font-size: 1rem;
  }

  .link-naw-hiro.w--current {
    height: 1.5rem;
  }

  .ontainer-naw-white {
    padding-left: 0;
    padding-right: 0;
  }

  .box-naw-arrow {
    display: none;
  }

  .seccion-horo_model {
    padding-bottom: 3rem;
  }

  .container-model {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .h1-model {
    font-size: 3.8rem;
  }

  .box-btn-hiro-model.mob-fixed {
    display: flex;
    position: fixed;
    inset: auto 0% 1rem 1.25rem;
  }

  .grid-hiro-model {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .text-14-mono {
    font-size: .7rem;
  }

  .svg-17 {
    width: 16rem;
  }

  .block-how-it-work {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .line-how-it-work {
    width: 60%;
  }

  .grid-hiro-model-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .block-grid-hiro-model-6 {
    justify-content: center;
    align-items: center;
  }

  .page-wrapper-model {
    height: auto;
  }

  .block-scroll.mob-non {
    display: none;
  }

  .block-linck-naw {
    background-color: var(--bg);
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1.8rem;
  }

  .block-linck-naw.blak {
    background-color: var(--text-main);
  }

  .grid-advansed {
    grid-template-columns: 1fr 1fr;
  }

  .box-title-results-h4 {
    width: 50%;
  }

  .div-block-129 {
    margin-left: 0;
  }

  .block-grid-results {
    padding-left: 0;
  }

  .grid-heatmap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .div-block-132 {
    padding-left: 0;
  }

  .grid-hiro-applications {
    grid-template-columns: 1fr 1fr;
  }

  .block-grid-applications {
    padding-left: 0;
  }

  .div-block-136 {
    width: 100%;
  }

  .box-burger-1 {
    grid-column-gap: .4375rem;
    grid-row-gap: .4375rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dote-burger {
    background-color: var(--text-main);
    width: 4px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dote-burger.whide {
    background-color: var(--white);
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-button.auto {
    margin-left: auto;
  }

  .nav-menu {
    background-color: #c8c8c800;
  }

  .ontainer-hiro {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section_hiro-team {
    height: auto;
    padding-top: 4.04rem;
  }

  .ontainer-team {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }

  .utp-hiro-team {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    min-width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .grid-hiro-team {
    flex-flow: column;
    grid-template-columns: .3fr;
    display: flex;
  }

  .block-compani-team {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-compani-team.ps {
    display: none;
  }

  .block-compani-team.mob {
    display: flex;
  }

  .grid-team-2 {
    grid-column-gap: 2.25em;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .box-name-team {
    margin-bottom: 0;
  }

  .collon-team-grid.mar-mob {
    margin-top: -12.85rem;
  }

  .section-advisors {
    padding-top: 1.5rem;
    padding-bottom: 3.62rem;
  }

  .page-wrapper-tam {
    height: auto;
  }

  .wrapper-advisors {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .im-advisors-card {
    max-width: none;
  }

  .h-3-team {
    text-align: center;
    margin-bottom: 0;
  }

  .section-partner {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
  }

  .box-heand-team {
    margin-right: 0;
  }

  .block-partner-2 {
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    place-items: center start;
  }

  .link-partnes {
    height: 4.5rem;
  }

  .box-btn-aikit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .block-copirait-team {
    margin-top: 4rem;
    margin-bottom: 2rem;
    position: relative;
    left: 0;
  }

  .ontainer-team-2 {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }

  .box-name-advisor {
    margin-bottom: 2rem;
  }

  .page-wrapper-data {
    height: auto;
  }

  .wrapper-data {
    width: 84%;
    padding-bottom: 10rem;
  }

  .box-progres.whide {
    margin-left: 0;
  }

  .wrapper-ai-model {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .wrapper-hiro-home {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .box-link-footer {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .block-social {
    position: relative;
  }

  .link-popapp {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    width: 11rem;
    bottom: 1rem;
    right: -1.3rem;
  }

  .scroll-auto {
    width: 70vw;
  }

  .grid-4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-grid-price {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-grid-price.tablica {
    display: none;
  }

  .card-price {
    margin-right: 0;
  }

  .card-price.border-wight {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .card-price.locked {
    margin-right: 0;
  }

  .box-text-pricing {
    width: 100%;
  }

  .main-wrapper-pricing {
    position: relative;
  }

  .wrapper-pricing {
    width: 100%;
  }

  .container-143 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card-art {
    width: 100%;
  }

  .blok-namr {
    flex-flow: column;
  }

  .container-28 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-master {
    grid-template-columns: auto;
    position: relative;
  }

  .box-arrow-master {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .box-logo-master {
    width: 65.5%;
    padding-right: .24rem;
  }

  .grid-master-1 {
    grid-template-columns: 1fr;
    width: 66.5%;
    margin-left: auto;
    margin-right: auto;
  }

  .box-arrow-master-right {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .box0name-master {
    width: 66%;
    margin-right: 0;
  }

  .table-cell-1 {
    flex-flow: row;
  }

  .table-cell-2 {
    border-bottom-style: solid;
  }

  .grid-tablica-colon-2 {
    grid-template-columns: 1.9fr 1fr 1fr 1fr;
  }

  .div-block-178 {
    padding-left: 0;
  }

  .tablica-item-2 {
    border-left-style: none;
  }

  .table-cell-4 {
    border-bottom-style: solid;
    padding-left: 0;
  }

  .table-cell-1-1 {
    border-bottom-style: solid;
  }

  .wrapper-btn-price {
    padding-left: 0;
    padding-right: 0;
  }

  .im-btn-price {
    display: none;
  }

  .btn-price {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pop-app-linck {
    display: none;
  }

  .ontainer-team-3 {
    padding-left: 1.88rem;
  }

  .div-block-194.hiden-scroll {
    margin-bottom: 7rem;
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }

  .image-83 {
    width: auto;
    overflow: visible;
  }

  .div-block-196-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .btn-pricing-dev {
    color: #fff;
  }

  .btn-pricing-dev.whide {
    height: 13rem;
  }

  .btn-pricing-dev.grey {
    color: #7f7f7f;
  }

  .btn-pricing-dev.grey.tablet-height-8rem, .btn-pricing-dev.work {
    height: 8rem;
  }

  .card-price-2 {
    height: auto;
    margin-right: 0;
  }

  .card-price-2.border-wight {
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .card-price-2.locked {
    margin-right: 0;
  }

  .div-block-200 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-200.gap-mar {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .block-fiatures-2 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .div-block-208 {
    display: none;
  }

  .image-85 {
    width: 2rem;
    height: 2rem;
  }

  .div-block-209 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section_hiro-new {
    height: auto;
    padding-top: 4.04rem;
    padding-bottom: 3.06rem;
  }

  .ladder {
    z-index: 1;
    position: relative;
  }

  .im-mozg {
    width: 3rem;
    height: 3rem;
  }

  .h2-hiro, .h2-hiro.black {
    font-size: 3rem;
  }

  .svg--arrow-mini {
    width: 2rem;
    height: 2rem;
  }

  .text-32-mono {
    font-size: 1.38rem;
  }

  .block-link {
    padding-right: .5rem;
  }

  .box-chip-hardwar-new {
    overflow: visible;
  }

  .block-chip-1 {
    z-index: 1;
  }

  .im-chip-hardwar-1new {
    left: -3.667rem;
  }

  .im-chip-hardwar-3new {
    left: auto;
    right: -4.9rem;
  }

  .item-cips {
    height: 12rem;
  }

  .wrapper-ai-model-new {
    z-index: 3;
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    width: 100%;
    position: relative;
  }

  .im-chip-hardware {
    width: 1.8rem;
    height: 1.8rem;
  }

  .svg-arrow {
    width: 2rem;
    height: 2rem;
  }

  .main-wrapper-new {
    position: relative;
  }

  .block-title-ai-model {
    z-index: 2;
    margin-bottom: 2rem;
    position: relative;
  }

  .text-42-procent {
    bottom: 2.5rem;
  }

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

  .block-conect {
    height: 60rem;
    padding-top: 3.23em;
  }

  .im-bg-conect.tablet {
    display: inline-block;
  }

  .im-bg-conect.ps {
    display: none;
  }

  .items-conect {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .btn-conect {
    position: relative;
  }

  .btn-conect._2 {
    position: relative;
    left: -1.2rem;
  }

  .btn-conect._2:hover {
    margin-top: 0;
  }

  .btn-conect._1 {
    position: relative;
    left: 5.8rem;
  }

  .btn-conect._1:hover {
    margin-top: 0;
  }

  .btn-conect._3 {
    position: relative;
    left: 5.8rem;
  }

  .btn-conect._3:hover {
    margin-top: 0;
  }

  .btn-conect._4 {
    position: relative;
    left: -1.2rem;
  }

  .btn-conect._4:hover {
    margin-top: 0;
  }

  .wrapper-afraid {
    width: 34.7rem;
    margin-top: 2.31rem;
    left: auto;
  }

  .box-descrition-afraid {
    width: 90%;
  }

  .div-block-232 {
    width: 100%;
  }

  .grid23454 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    height: auto;
    display: grid;
    overflow: clip;
  }

  .div-block-234 {
    height: 10.8rem;
  }

  .div-block-236 {
    z-index: 1;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .div-block-236:hover {
    top: auto;
    left: auto;
  }

  .div-block-236._1 {
    z-index: 2;
    left: 0;
  }

  .div-block-236._1:hover {
    left: auto;
  }

  .div-block-236._2 {
    padding-top: 0;
    top: -4.1rem;
    left: -.1rem;
  }

  .div-block-236._2:hover {
    left: auto;
  }

  .div-block-236._3 {
    top: 0;
    left: -2.1rem;
  }

  .div-block-236._3:hover {
    left: -2.1rem;
  }

  .div-block-236._5 {
    padding-top: 1.9rem;
    top: -4.1rem;
    left: -.1rem;
  }

  .div-block-236._5:hover {
    top: -4.1rem;
    left: auto;
  }

  .div-block-236._6 {
    top: -2.7rem;
    left: -2.1rem;
    overflow: clip;
  }

  .div-block-236._6:hover {
    top: -2.7rem;
    left: -2.1rem;
  }

  .div-block-236._4, .div-block-236._4:hover {
    left: -2.1rem;
  }

  .grid23454-copy {
    flex-flow: column;
    height: auto;
    margin-top: -2.5rem;
  }

  .div-block-237 {
    left: .6rem;
  }

  .container-main-copy-copy-copy {
    flex-flow: column;
  }

  .block-title-hardware {
    z-index: 2;
    position: relative;
  }

  .div-block-240 {
    width: 100%;
  }

  .text-btn-register {
    padding-top: .25rem;
  }

  .im-fingerprint {
    width: 3rem;
    height: 2.5rem;
  }

  .ontainer-naw-new {
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .wrapper-progres-ai-model-new {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .section-celebrities-new {
    z-index: 5;
    position: relative;
  }

  .footer-hiro-new {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }

  .naw-bar-new {
    z-index: 100;
    background-color: var(--bg);
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-252 {
    padding-left: 1.25rem;
  }

  .slider-wrapper {
    width: 100%;
  }

  .text-36 {
    font-size: 2.4em;
  }

  .link-register-new {
    height: 3rem;
  }

  .line-horizont {
    height: 2rem;
  }

  .line-vertical {
    width: 98%;
  }

  .svg-arrow-copy {
    width: 2rem;
    height: 2rem;
  }

  .popapp-icon-hiro {
    left: -3.1rem;
  }

  .popapp-icon-hiro._1 {
    left: 1.8rem;
  }

  .popapp-icon-hiro._2 {
    left: 1.6rem;
  }

  .popapp-icon-hiro._3 {
    min-width: 7rem;
    left: auto;
    right: 1.5rem;
  }

  .popapp-icon-hiro._4 {
    left: 1.6rem;
  }

  .div-block-259 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .burger-cross {
    color: var(--text-main);
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    overflow: clip;
  }

  .burger-cross.whide {
    color: var(--white);
  }

  .svg-25 {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    position: absolute;
  }

  .blackout {
    z-index: 1;
    background-color: #0000004d;
    width: 100%;
    height: 100svh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .link-block-15 {
    width: auto;
    height: 1.5rem;
    margin-left: 0;
    margin-right: .6rem;
  }

  .link-block-15.ps {
    width: auto;
    margin-left: 0;
    margin-right: .6rem;
    display: flex;
  }

  .link-block-15.mob {
    display: flex;
  }

  .image-96 {
    width: auto;
    height: 1.5rem;
  }

  .image-97 {
    height: 1.5rem;
  }

  .svg-arrow-see {
    width: 2rem;
    height: 2rem;
  }

  .box-btn-aimod.mob-fixed, .box-btn-aimod.mob-fixed-ai-mod {
    display: flex;
    position: fixed;
    inset: auto 0% 1rem 1.25rem;
  }

  .lottie-animation-2 {
    width: 5.9375rem;
  }

  .btn-spend_laye--1, .btn-spend_laye--3, .btn-spend_laye--2 {
    height: 2.81rem;
  }

  .btn-spend {
    width: 28rem;
    height: 2.81rem;
  }

  .btn-spend_icon {
    width: 2rem;
    height: 2rem;
  }

  .btn-spend_text {
    font-size: 1rem;
  }

  .wrapper-popapp-send {
    width: 92vw;
  }

  .text-btn-register-2 {
    padding-top: .25rem;
  }
}

@media screen and (max-width: 767px) {
  .h1.white {
    font-size: 4.5625rem;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .footer {
    padding-left: 1rem;
  }

  .box-celebrity-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-im-arrow, .box-im-arrow.h-17, .box-im-arrow.tramp {
    width: 24.88rem;
  }

  .wrapper-discription-celebrity {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-block.no-margen.mob-amimation, .form-block.no-margen.mob-amimation-copy {
    z-index: 10;
    justify-content: center;
    align-items: center;
    left: 4.5rem;
    right: 4.5rem;
  }

  .box-arrow-form.mob {
    width: 3.1rem;
    height: 3.1rem;
  }

  .im-arrow {
    width: 2.3125rem;
    height: 2.3125rem;
  }

  .im-arrow.big {
    width: 17rem;
    height: 17rem;
  }

  .scroll-bar {
    width: 50%;
  }

  .box-celebrity-2, .box-celebrity-4 {
    flex-flow: column;
  }

  .whit--version {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-58 {
    min-width: 1.5rem;
  }

  .svg-9 {
    width: 1.5rem;
  }

  .text-22-kit {
    font-size: 1.5rem;
  }

  .div-block-103 {
    width: 80%;
  }

  .dev-kit.finish-mob, .dev-kit.finish-ps {
    top: -20.7rem;
  }

  .box-list-kit {
    width: 80%;
  }

  .btn-popapp {
    height: 2.3125rem;
    font-size: .8125rem;
  }

  .h1-model {
    font-size: 2.7rem;
  }

  .box-btn-hiro-model {
    justify-content: flex-end;
    align-items: center;
  }

  .grid-hiro-model {
    grid-template-columns: 1fr;
  }

  .block-grid-hiro-model {
    padding-top: 0;
  }

  .block-grid-hiro-model-3 {
    padding-top: 1rem;
  }

  .line-how-it-work {
    width: 49%;
  }

  .grid-advansed {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-heatmap, .grid-hiro-applications {
    grid-template-columns: 1fr;
  }

  .section_hiro-team {
    padding-bottom: 5rem;
  }

  .collon-team-grid.mar-mob {
    margin-top: -11.75rem;
  }

  .grid-advisors {
    grid-template-columns: 1fr;
  }

  .h-3-team {
    font-size: 4.5625rem;
  }

  .im-arrow-team {
    width: 2.3125rem;
    height: 2.3125rem;
  }

  .block-partner-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
  }

  .link-partnes {
    height: 3.3rem;
  }

  .container-data {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-progres {
    min-width: 17rem;
  }

  .wrapper-ai-model {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-width: 15rem;
  }

  .box-chip-hardwar {
    min-width: 17rem;
  }

  .grid-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .block-social {
    order: -1;
  }

  .link-popapp {
    right: -2.6rem;
  }

  .scroll-auto {
    width: 90vw;
  }

  .section-price {
    height: auto;
    padding-top: 4.4rem;
  }

  .heading {
    margin-bottom: 1rem;
  }

  .grid-grid-price {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .card-price.border-wight {
    margin-bottom: 1.5rem;
  }

  .text-22-pricing {
    font-size: 1.5rem;
  }

  .container-143 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .im-logo-art {
    height: 1.63rem;
  }

  .item-logo-art {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-top: 1px solid #000;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    flex-flow: row;
    padding-top: 1.19rem;
    padding-bottom: 1.19rem;
    overflow: auto;
  }

  .h1-art {
    margin-bottom: .81rem;
    font-size: 1.25rem;
  }

  .h1-art.mar-2-3 {
    margin-bottom: .81rem;
  }

  .block-h1-art {
    margin-bottom: 0;
  }

  .card-art {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .im-art {
    width: 3.5rem;
    height: 3.5rem;
  }

  .icon-master {
    width: .63rem;
  }

  .link-block-13 {
    font-size: .81rem;
  }

  .image-75 {
    width: .63rem;
    height: .63rem;
  }

  .div-block-164 {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

  .text-20-art {
    font-size: 1rem;
  }

  .text-15-art {
    font-size: .81rem;
  }

  .blok-namr {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h1-master {
    font-size: 1.5rem;
  }

  .container-28 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .arrow-master {
    width: 3.44rem;
  }

  .box-logo-master {
    width: 71%;
    padding-left: 1.69rem;
    padding-right: 1.69rem;
  }

  .im-logo-master {
    height: 1.5rem;
  }

  .wrapper-master {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-master-1 {
    width: 71%;
  }

  .section-master {
    padding-top: 4.25rem;
    padding-bottom: 3.25rem;
  }

  .box0name-master {
    grid-column-gap: .94rem;
    grid-row-gap: .94rem;
    width: 71%;
    margin-right: 0;
  }

  .text-15-master {
    font-size: .81rem;
  }

  .text-20-master {
    font-size: 1rem;
  }

  .grid-tablica-colon-2 {
    grid-template-columns: 1.9fr 1fr 1fr 1fr;
  }

  .table-cell-1-1 {
    height: auto;
  }

  .wrapper-btn-price {
    padding: 1rem 0 0;
  }

  .btn-pricing-dev {
    height: 3rem;
  }

  .card-price-2.border-wight {
    margin-bottom: 3rem;
  }

  .card-price-2.locked.mob-first {
    order: -1;
  }

  .div-block-200.gap-mar {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container-hiro {
    padding-left: 1.56rem;
    padding-right: 1.56rem;
  }

  .h1-new {
    font-size: 2rem;
  }

  .h2-hiro, .h2-hiro.black {
    font-size: 2.5rem;
  }

  .svg--arrow-mini {
    width: 2rem;
    height: 2rem;
  }

  .text-32-mono {
    font-size: .88rem;
  }

  .block-link {
    padding-right: 0;
  }

  .box-chip-hardwar-new {
    min-width: 17rem;
  }

  .wrapper-ai-model-new {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-width: 15rem;
  }

  .box-progres-new {
    min-width: 17rem;
  }

  .btn-conect {
    width: 14rem;
  }

  .btn-conect._1, .btn-conect._3 {
    left: 3.4rem;
  }

  .div-block-231 {
    width: 90%;
    padding-left: 0;
    position: relative;
    left: -1.5rem;
  }

  .div-block-235 {
    flex-flow: column;
  }

  .container-serebrety {
    flex-flow: column;
    height: auto;
    padding-left: 1em;
    padding-right: 1rem;
  }

  .div-block-239 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .link-register {
    height: 3rem;
  }

  .text-btn-register {
    padding-top: .125rem;
    top: 1rem;
  }

  .im-fingerprint {
    height: 2.8rem;
  }

  .linck-hiro._1 {
    justify-content: flex-start;
    align-items: flex-start;
    left: 0;
  }

  .linck-hiro._3 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .wrapper-progres-ai-model-new {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-width: 15rem;
  }

  .section-celebrities-new {
    height: auto;
  }

  .div-block-252 {
    padding-left: 1rem;
  }

  .item-slide {
    width: 33.5rem;
  }

  .link-register-new {
    height: 3rem;
  }

  .line-horizont {
    height: 2.4rem;
  }

  .lottie-animation {
    left: -2.33rem;
  }

  .box-loty-glas {
    height: 25rem;
  }

  .box-btn-aimod {
    justify-content: flex-end;
    align-items: center;
  }

  .lottie-animation-4 {
    width: 17rem;
    height: 17rem;
    display: block;
  }

  .box-im-arrow-copy-copy {
    margin-top: 0;
  }

  .lottie-animation-5 {
    width: 2.3rem;
    height: 2.3rem;
  }

  .wrapper-popapp-send {
    height: 94vh;
    overflow: auto;
  }

  .text-btn-register-2 {
    padding-top: .125rem;
    top: 1rem;
  }

  .random-text {
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .naw-menu {
    height: 100vh;
  }

  .block-menu {
    height: 100%;
  }

  .section_hiro {
    padding-top: 4.44rem;
  }

  .h1 {
    font-size: 4rem;
  }

  .h1.white {
    font-size: 4.56rem;
  }

  .text-12 {
    font-size: .75rem;
  }

  .text-fild {
    margin-left: 1rem;
    font-size: .72rem;
    line-height: 1.1;
  }

  .text-24.caps.mob-17 {
    font-size: 1.06rem;
  }

  .container-main {
    padding-left: 1em;
    padding-right: 1rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .flax-h-central.mob-left {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .flax-h-central.mob-left.mob-w90 {
    width: 90%;
  }

  .bg-fone {
    border-radius: 3em;
  }

  .wrapper-btn {
    border-radius: 10em;
    width: auto;
    overflow: visible;
  }

  .checkbox-label-footer {
    font-size: .9em;
  }

  .wrapper_perspective {
    border-radius: 2em;
    height: 35em;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .footer {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3rem;
    border-bottom-color: #e4ebf300;
    order: -1;
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .naw-bar {
    padding: .75rem 1rem;
  }

  .box-h1 {
    margin-top: 0;
    margin-bottom: 1.38rem;
    margin-left: -.3rem;
  }

  .box-h1.welcome-header-random {
    flex-flow: wrap;
    display: none;
  }

  .utp-hiro {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-celebrity-1 {
    flex-flow: column;
    width: 100%;
  }

  .text-96 {
    font-size: 4.56rem;
  }

  .bx-h1-animation {
    height: 4.4rem;
  }

  .bx-h1-animation.non {
    display: none;
  }

  .svg-2-copy {
    width: 100%;
    height: 2.3rem;
  }

  .box-im-arrow {
    width: 100%;
    height: 29.13rem;
  }

  .box-im-arrow.h-17 {
    width: 100%;
    height: 40.88rem;
  }

  .box-im-arrow.tramp {
    width: 100%;
    height: 34rem;
  }

  .box-im-arrow.mob-auto {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }

  .block-move {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-image.whide.tailor {
    width: 33.4rem;
    inset: auto;
  }

  .text-image.whide.tramp, .text-image.white-version.tramp {
    margin-top: -9rem;
  }

  .wrapper-form {
    width: 100%;
    height: 2.31rem;
    padding-right: 0;
  }

  .wrapper-form.black {
    padding-right: 0;
  }

  .text-field {
    padding-left: 1rem;
    font-size: .72rem;
    line-height: 1.1;
  }

  .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
    color: #000;
  }

  .text-field.black {
    width: 100%;
    padding-right: 0;
  }

  .text-21-mono {
    font-size: 1.38rem;
  }

  .text-21-mono.mob {
    display: block;
  }

  .name-celebrity {
    width: 100%;
  }

  .text-10-mono.ps {
    display: none;
  }

  .text-10-mono.mob {
    display: block;
  }

  .box-video-autoplay {
    margin-left: .5rem;
  }

  .block-video-autoplay {
    padding-top: .1rem;
  }

  .text-15-mono {
    font-size: 1.25rem;
  }

  .text-15-mono.w500.mob-15 {
    font-size: .9375rem;
  }

  .title-list {
    margin-bottom: .6rem;
  }

  .box-discription {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .list-item {
    letter-spacing: .02rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .list-2.margin {
    margin-bottom: 0;
  }

  .svg-3 {
    width: 1.44rem;
    height: 1.44rem;
  }

  .form-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.38rem;
  }

  .form-block.no-margen {
    bottom: 2rem;
    left: 1rem;
    right: 1rem;
  }

  .form-block.no-margen.mob-amimation {
    width: 91vw;
    left: 1.1rem;
  }

  .form-block.no-margen.mob-amimation-copy {
    width: 91vw;
    margin-top: 2rem;
    position: relative;
    left: auto;
    right: auto;
  }

  .box-arrow-form, .im-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .im-arrow.big {
    width: 20rem;
    height: 20rem;
    transform: rotate(90deg);
  }

  .im-arrow.big.ps-non {
    display: flex;
  }

  .btn-form, .btn-fake-form {
    width: 1.8rem;
    min-width: 1.8rem;
    height: 1.8rem;
    min-height: 1.8rem;
  }

  .box-btn-form {
    width: 1.8rem;
    height: 1.8rem;
    right: .25rem;
  }

  .svg-7 {
    width: 1.25rem;
    min-width: 1.25rem;
  }

  .block-discription {
    width: 100%;
    margin-bottom: .75rem;
  }

  .text-fild-2.white {
    background-color: var(--bg);
    color: var(--text-main);
    font-size: .72rem;
  }

  .box-celebrity-2 {
    flex-flow: column;
    width: 100%;
  }

  .box-celebrity-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .box-celebrity-3.black {
    width: 100%;
  }

  .box-celebrity-3.mob-mar, .box-celebrity-3.mob-mar-copy {
    margin-bottom: 4rem;
  }

  .box-celebrity-4 {
    flex-flow: column;
    width: 100%;
  }

  .text-36-mono {
    font-size: 3rem;
  }

  .text-36-mono.mob-central {
    text-align: center;
  }

  .box-text-max-w-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .box-glasses-2 {
    width: 3.7rem;
    height: 4rem;
  }

  .utp-hiro-2 {
    margin-right: 0;
    padding-left: 1rem;
  }

  .utp-hiro-2.black {
    z-index: 5;
  }

  .box-h1-2 {
    margin-top: 3.56rem;
  }

  .black-version {
    margin-top: .75rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .whit--version {
    padding-top: .75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .box-impact {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
    padding-left: .5rem;
    padding-right: 1rem;
    display: flex;
  }

  .block-name {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    width: 100%;
    padding-right: 1rem;
  }

  .svg-success {
    color: var(--text-main);
  }

  .code-embed {
    margin-left: 1rem;
  }

  .code-embed.mar-2 {
    margin-left: 0;
  }

  .section_hiro-kit-chip {
    padding-top: 4.44rem;
  }

  .box-h1-kit-chip {
    margin-top: 0;
    margin-bottom: 1.38rem;
    margin-left: -.1rem;
  }

  .text-10 {
    font-size: .88rem;
  }

  .utp-hiro-kit {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .box-kit-1 {
    flex-flow: column;
    width: 100%;
  }

  .block-kit {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .scroll-bar-kit {
    height: 183.3rem;
    position: absolute;
  }

  .block-grid-kit {
    width: 100%;
  }

  .box-kit-2 {
    flex-flow: column;
    width: 100%;
  }

  .box-kit-3 {
    flex-flow: column;
    width: 100%;
    padding-bottom: 2rem;
  }

  .box-kit-4 {
    flex-flow: column;
    width: 100%;
  }

  .wrapper-text-prookly {
    padding-left: .75rem;
  }

  .text-12-sans {
    font-size: .9375rem;
  }

  .div-block-103 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 75%;
  }

  .btn-kit {
    justify-content: flex-start;
    align-items: center;
    height: 2.8rem;
    display: flex;
  }

  .line-dev {
    margin-top: .44rem;
    margin-bottom: .44rem;
  }

  .dev-kit {
    z-index: 25;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 14rem;
    right: -.6rem;
  }

  .dev-kit.absolute.june {
    top: auto;
    bottom: 5.8rem;
  }

  .dev-kit._1 {
    height: 9rem;
  }

  .dev-kit.finish-mob {
    top: auto;
    bottom: -7rem;
    right: 0;
  }

  .dev-kit.finish-ps {
    display: none;
    top: -17.3rem;
  }

  .ontainer-kit {
    margin-top: 0;
  }

  .pop-app {
    display: none;
  }

  .block-liter-crash {
    flex-flow: column;
    height: auto;
    margin-bottom: 6.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-liter-crash.hiro {
    z-index: 1;
    background-color: var(--bg);
    padding: 1.5rem 0 3.5rem;
  }

  .div-block-106 {
    width: 100%;
  }

  .wrapper-hiro-kit {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .phone {
    width: 98%;
    height: auto;
  }

  .box-list-kit.mar-bottom {
    width: 90%;
  }

  .title-list-kit {
    margin-bottom: .6rem;
  }

  .list-item-kit {
    letter-spacing: .02rem;
    font-size: .85rem;
    line-height: 1.3;
  }

  .chip-1, .chip-2 {
    width: 20rem;
  }

  .block-neural-3 {
    padding-bottom: 4rem;
  }

  .form-block-kit {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 1rem;
  }

  .input-kit {
    border-radius: 0;
  }

  .input-kit._143.mob-w-100, .input-kit._132.mob-w-100, .input-kit._163.mob-w-100 {
    height: 2.5rem;
    font-size: .88rem;
  }

  .input-kit._185 {
    width: 10rem;
  }

  .input-kit._185.mob-w-100 {
    height: 2.5rem;
    font-size: .88rem;
  }

  .input-kit._125.mob-w-100 {
    font-size: .88rem;
  }

  .input-kit.mob-w-100 {
    width: 100%;
  }

  .check-box {
    min-width: .8125rem;
    min-height: .8125rem;
  }

  .text-12-mono, .text-12-mono.caps-medium.mob-16 {
    font-size: 1rem;
  }

  .text-12-mono.caps-medium.mob-non-caps {
    text-transform: none;
    font-weight: 400;
  }

  .text-12-mono.mob-12 {
    font-size: .75rem;
  }

  .text-12-mono.mob-14 {
    font-size: .88rem;
  }

  .text-block-10 {
    font-size: 1.3rem;
  }

  .box-arrow-team {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-span-2 {
    font-size: .9rem;
  }

  .block-copirait {
    flex-flow: column;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-popapp {
    padding-left: 1rem;
    padding-right: .4rem;
    font-family: Ibmplexsans, Arial, sans-serif;
  }

  .btn-popapp.mob-fixed {
    z-index: 50;
    background-color: var(--text-main);
    color: var(--bg);
    justify-content: center;
    align-items: center;
    height: 3.125rem;
    margin-left: .75rem;
    margin-right: .75rem;
    font-family: Ibmplexsans, Arial, sans-serif;
    font-size: .9375rem;
    position: fixed;
    inset: auto 0% 1.5rem;
  }

  .text-mob {
    display: block;
  }

  .text-ps {
    display: none;
  }

  .text-span-3 {
    font-weight: 500;
  }

  .svg-brand-hom {
    width: 5.94rem;
  }

  .div-block-120 {
    justify-content: flex-start;
    align-items: center;
    margin-top: .125rem;
    display: flex;
  }

  .ontainer-naw-white {
    margin-top: 0;
  }

  .seccion-horo_model {
    padding-top: 3.5rem;
  }

  .container-model {
    width: 100%;
  }

  .container-model.mob-over-auto {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .h1-model {
    font-size: 3rem;
  }

  .box-btn-hiro-model.mob-fixed {
    position: fixed;
    inset: auto 0% 1.5rem .5rem;
  }

  .btn-model.gethab {
    width: 3.06rem;
    height: 2.5rem;
  }

  .text-14-mono {
    font-size: .56rem;
  }

  .text-14-mono.mob-10 {
    font-size: .63rem;
  }

  .svg-17 {
    width: 20rem;
  }

  .line-how-it-work {
    width: 21%;
  }

  .grid-hiro-model-2 {
    grid-template-columns: 1fr;
  }

  .block-linck-naw {
    justify-content: flex-end;
    align-items: center;
    padding-right: .7rem;
  }

  .box-im-dataset {
    width: 54rem;
    height: 20rem;
  }

  .section-fdvanced {
    padding-top: 1.875rem;
  }

  .grid-advansed {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr;
  }

  .box-titladvans {
    margin-bottom: .8rem;
  }

  .section-rediction_model {
    padding-bottom: 2.0625rem;
  }

  .div-block-127 {
    width: 6.2rem;
  }

  .image-62 {
    margin-bottom: 0;
  }

  .section-results_model {
    padding-top: 2.1875rem;
  }

  .box-title-results-h4 {
    width: 100%;
  }

  .grid-hiro-results {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .list-model-copy {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .div-block-129 {
    margin-left: .6rem;
  }

  .div-block-131 {
    padding-bottom: 0;
  }

  .im-corner-1, .im-corner-2, .im-corner-3 {
    display: none;
  }

  .grid-heatmap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
    width: 56rem;
  }

  .im-heatmap-2 {
    width: 25rem;
  }

  .div-block-135 {
    width: 100%;
  }

  .section-applications_model {
    padding-top: 2.1875rem;
    padding-bottom: 2rem;
  }

  .grid-hiro-applications {
    margin-top: 2rem;
    margin-bottom: 2.1875rem;
  }

  .div-block-136 {
    padding: 1.2rem;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-65 {
    width: auto;
    height: 100%;
  }

  .list-box-title-caps.mob-mar-4 {
    margin-bottom: .25rem;
  }

  .nav-menu.black {
    background-color: var(--text-main);
  }

  .image-66 {
    bottom: -2.4rem;
    right: .6rem;
  }

  .div-block-138 {
    margin-bottom: 1rem;
    padding-right: .5rem;
    overflow: auto;
  }

  .wrapper-btn-model-2 {
    margin-right: 1.5rem;
  }

  .ontainer-hiro {
    margin-top: 0;
  }

  .section_hiro-team {
    padding-top: 4.44rem;
  }

  .ontainer-team {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utp-hiro-team {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-hiro-team {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-team-2 {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    margin-bottom: 4.13rem;
  }

  .im-cacrd {
    width: 10.88rem;
  }

  .paragraph-17 {
    white-space: normal;
  }

  .collon-team-grid.mar-mob {
    margin-top: -8.35rem;
  }

  .section-advisors {
    padding-top: 1.5rem;
  }

  .grid-advisors {
    grid-template-columns: 1fr;
    width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .im-arrow-team {
    width: 5rem;
    height: 5rem;
  }

  .div-block-143 {
    flex-flow: column;
  }

  .box-heand-team {
    margin-top: 2.25rem;
  }

  .block-partner-2 {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 4rem;
    padding-left: 0;
    display: grid;
  }

  .link-partnes {
    height: 6rem;
  }

  .box-btn-aikit {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .block-copirait-team {
    flex-flow: column;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ontainer-team-2 {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .box-h1-team-page {
    margin-top: 0;
    margin-left: -.1rem;
  }

  .section-data {
    padding-top: 4.5rem;
  }

  .linck-colse-page {
    width: 1.9rem;
    height: 4rem;
  }

  .h-1-data {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

  .wrapper-data {
    width: 100%;
    padding-bottom: 8rem;
    padding-right: 1rem;
  }

  .link-data {
    word-break: break-all;
    width: auto;
    display: inline;
  }

  .box-progres {
    width: 100%;
    height: auto;
    padding: 1.3125rem 1rem;
  }

  .box-text-item-progres.black {
    top: -.55rem;
  }

  .box-celebrity-0 {
    z-index: 1;
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .proess {
    margin-top: 1.6875rem;
    margin-bottom: 3.0625rem;
  }

  .block-resultat {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .svg-morda {
    width: 1.2rem;
  }

  .ai-model {
    width: 100%;
  }

  .wrapper-ai-model {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-text-progres {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
    padding-right: 1rem;
  }

  .im-galka {
    width: 1rem;
    height: 1rem;
    margin-top: .25rem;
    margin-right: 1.1rem;
  }

  .bg-im-hardware {
    overflow: clip;
  }

  .im-chip-hardwar {
    top: 0;
  }

  .im-chip-hardwar-3 {
    top: 12rem;
  }

  .box-chip-hardwar {
    width: 100%;
    height: 29.13rem;
  }

  .wrapper-hiro-home {
    height: auto;
  }

  .grid-footer {
    grid-column-gap: 1.3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto auto;
    width: 100%;
  }

  .block-grid-footer {
    grid-column-gap: .88rem;
    grid-row-gap: .88rem;
  }

  .text-9 {
    font-size: .75rem;
  }

  .text-9.sbolt.mob-20 {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .text-9.mob-20 {
    font-size: 1.25rem;
  }

  .text-9.mob-16 {
    font-size: 1rem;
    font-weight: 300;
  }

  .box-link-footer {
    grid-column-gap: .44rem;
    grid-row-gap: .44rem;
  }

  .svg-24 {
    width: .8rem;
    height: .8rem;
  }

  .link-footer {
    color: var(--white);
  }

  .link-footer.popap {
    font-weight: 300;
  }

  .block-social {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    order: -1;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .link-footer-social {
    width: 1.875rem;
    height: 1.875rem;
  }

  .box-link-social {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    color: var(--white);
    order: -1;
    width: 100%;
  }

  .link-popapp {
    grid-column-gap: .44rem;
    grid-row-gap: .44rem;
    color: var(--text-main);
    border: 1px solid #d9d9d9;
    width: 22.7rem;
    padding: 1rem;
    display: flex;
    inset: -8.8rem auto auto -.4rem;
  }

  .svg-icon-social {
    width: 1.875rem;
    height: 1.875rem;
  }

  .closse-popap {
    color: var(--white);
    position: absolute;
    inset: .5rem .9rem auto auto;
  }

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

  .scroll-auto {
    width: 95vw;
  }

  .grid-4 {
    grid-column-gap: 2.88rem;
    grid-row-gap: 2.88rem;
    grid-template-columns: auto auto;
  }

  .image-72 {
    height: 4.2rem;
    overflow: visible;
  }

  .div-block-154 {
    margin-top: 1.5rem;
  }

  .box-text-ai-h-b {
    z-index: 5;
    color: var(--text-main);
    display: block;
    position: absolute;
    inset: 1rem auto auto 1rem;
  }

  .box-text-ai-h-w {
    z-index: 5;
    display: block;
    position: absolute;
    inset: 1rem auto auto 1rem;
  }

  .pop-app-priceng {
    display: none;
  }

  .form-block-pricing {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 4.25rem 1rem 1.5rem;
  }

  .box-text-pricing-3 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .block-imput-pricing {
    flex-flow: column;
    align-items: stretch;
  }

  .submit-button-pricing {
    width: 100%;
    height: 3rem;
  }

  .wrapper-btn-form-pricing {
    width: 100%;
    display: block;
  }

  .closes-pricing {
    top: -3rem;
  }

  .container-143.mob---non {
    padding-left: 0;
    padding-right: 0;
  }

  .section-art {
    padding-top: 3.9rem;
    padding-bottom: 4rem;
  }

  .im-logo-art {
    height: 1.31rem;
  }

  .item-logo-art.hiden-scroll {
    border-top-style: none;
    border-bottom-style: none;
    padding-right: 1rem;
  }

  .wrapper-logo-art {
    border-top-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    display: flex;
    position: relative;
  }

  .card-art {
    border-top-style: none;
  }

  .im-art {
    max-width: none;
    height: auto;
  }

  .block-cards-art {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .box-logo-master {
    width: 100%;
  }

  .grid-master-1 {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .box-text-master {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .section-master {
    padding-top: 3.9rem;
    padding-bottom: 4rem;
  }

  .box0name-master {
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-15-master {
    font-size: .94rem;
  }

  .text-20-master {
    font-size: 1.25rem;
  }

  .grid-tablica-colon-2 {
    grid-template-columns: 2.65fr 1fr .75fr .5fr;
    grid-template-areas: ". . . Area";
    place-items: end stretch;
  }

  .image-79 {
    width: .9rem;
    height: .9rem;
  }

  .table-cell-4 {
    text-align: left;
  }

  .line-logo-art {
    background-color: var(--text-main);
    width: 92%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .line-logo-art.bottom {
    inset: auto 0% 0%;
  }

  .ontainer-team-3 {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-194 {
    overflow: visible;
  }

  .div-block-194.hiden-scroll {
    margin-bottom: 7.7rem;
  }

  .div-block-195 {
    padding-right: .5rem;
  }

  .btn-pricing-dev.grey, .btn-pricing-dev.grey.tablet-height-8rem {
    color: var(--white);
  }

  .card-price-2.mob-first {
    order: -1;
  }

  .block-fiatures-2 {
    padding-right: 0;
  }

  .section_hiro-new {
    padding-top: 4.44rem;
    padding-bottom: 3.06rem;
  }

  .container-hiro {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1-new {
    text-align: left;
    font-size: 2.2rem;
  }

  .im-mozg {
    width: 2.25rem;
    height: 2.25rem;
  }

  .h2-hiro {
    font-size: 2rem;
    line-height: 1.1;
  }

  .h2-hiro.black {
    font-size: 2rem;
  }

  .box-title-hardware {
    grid-column-gap: .56rem;
    grid-row-gap: .56rem;
  }

  .text-32-mono {
    font-size: 1rem;
  }

  .text-32-mono.ps {
    display: none;
  }

  .text-32-mono.mob {
    display: block;
  }

  .box-chip-hardwar-new {
    width: 100%;
    height: 16rem;
  }

  .bg-hardware {
    width: 100%;
  }

  .im-chip-hardwar-1new {
    z-index: 3;
    top: -2.9rem;
    left: auto;
  }

  .im-chip-hardwar-2new {
    top: 2.2rem;
  }

  .im-chip-hardwar-3new {
    width: 20.4rem;
    top: 7.5rem;
    right: auto;
  }

  .box-des-hardware {
    width: 100%;
  }

  .im-chip-hardware {
    width: 1.75rem;
    height: 1.75rem;
  }

  .box-discription-ai-hard {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .box-des-hardware-2 {
    width: 100%;
    padding-left: .6rem;
  }

  .section-ai-hardware-new {
    padding-bottom: 2.94rem;
    position: relative;
  }

  .section-ai-model-new {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .box-celebrity-0-copy {
    z-index: 1;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .svg-arrow {
    width: 3rem;
    height: 3rem;
  }

  .div-block-216 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .box-progres-new {
    width: 100%;
    min-width: 10rem;
    height: auto;
    padding: 0 0 2.5rem;
  }

  .block-progres-ai-model-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-bottom: 0;
  }

  .proess-new {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .block-title-ai-model {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .item-resultat-2-copy {
    height: 2.2rem;
  }

  .text-42-procent {
    bottom: 2.6rem;
  }

  .input-form-ai-model {
    width: 100%;
    height: 2.31rem;
    padding-right: 0;
  }

  .form-block-ai-model {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 91vw;
    margin-bottom: 0;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .box-title-conect {
    margin-bottom: 1.25rem;
  }

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

  .block-conect {
    height: 46.4rem;
  }

  .items-conect {
    grid-row-gap: .75rem;
  }

  .btn-conect {
    width: 12.1rem;
  }

  .btn-conect._2 {
    left: -.6rem;
  }

  .btn-conect._1, .btn-conect._3 {
    left: .8rem;
  }

  .btn-conect._4 {
    left: -.6rem;
  }

  .wrapper-afraid {
    z-index: 6;
    width: 100%;
    margin-top: 2.31rem;
    padding: 1rem .75rem;
  }

  .text-24-mono.mob-16 {
    font-size: 1rem;
  }

  .text-24-mono.mob-20 {
    font-size: 1.25rem;
  }

  .box-descrition-afraid {
    width: 100%;
  }

  .link-connect {
    height: 2.94rem;
    padding-left: 1.69rem;
    padding-right: 1.69rem;
    font-size: .75rem;
  }

  .svg-glasses.ps {
    display: none;
  }

  .svg-glasses.mob {
    display: block;
  }

  .block-dotted-line {
    margin-bottom: 1.5rem;
  }

  .section-7 {
    padding-bottom: 2.56rem;
  }

  .div-block-231 {
    width: 100%;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    left: auto;
  }

  .link-conect {
    font-size: 1rem;
  }

  .grid23454 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 94%;
    margin-left: .94rem;
    padding-bottom: 1.4rem;
    overflow: hidden;
  }

  .div-block-234 {
    grid-column-gap: .94rem;
    grid-row-gap: .94rem;
    grid-template-columns: 1fr 1.25fr;
    height: 7.7rem;
    padding-left: 1.13rem;
  }

  .text-20-mono {
    font-size: 1rem;
  }

  .div-block-235 {
    flex-flow: column;
  }

  .div-block-236 {
    width: 22.19rem;
    left: .1rem;
  }

  .div-block-236._2 {
    top: -.1rem;
    left: 0;
  }

  .div-block-236._2:hover {
    left: 0;
  }

  .div-block-236._3 {
    top: 1.3rem;
    left: -1.5rem;
  }

  .div-block-236._3:hover {
    left: -1.5rem;
  }

  .div-block-236._5 {
    left: 0;
  }

  .div-block-236._5:hover {
    left: 0;
  }

  .div-block-236._6 {
    width: 22.2rem;
    top: -2.8rem;
    left: -1.5rem;
  }

  .div-block-236._6:hover {
    top: -2.8rem;
    left: -1.5rem;
  }

  .div-block-236._4 {
    left: -1.5rem;
  }

  .div-block-236._4:hover {
    top: 0;
    left: -1.5rem;
  }

  .grid23454-copy {
    width: 94%;
    height: auto;
    margin-top: -.2rem;
    margin-left: .94rem;
  }

  .div-block-237 {
    width: 20.6rem;
    top: 4rem;
    left: .1rem;
  }

  .box-im-arrow-copy {
    width: 100%;
    height: 29.13rem;
  }

  .box-im-arrow-copy.mob-auto {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }

  .container-serebrety {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-238 {
    flex-flow: column;
    height: auto;
    display: flex;
    position: relative;
    top: auto;
  }

  .div-block-239 {
    flex-flow: column;
  }

  .container-main-copy-copy-copy {
    padding-left: .13rem;
  }

  .block-title-hardware {
    margin-top: 1.25rem;
  }

  .link-register {
    height: 3rem;
  }

  .text-btn-register {
    padding-top: .25rem;
    top: 1.2rem;
  }

  .im-fingerprint {
    width: 2.8rem;
    height: 2.8rem;
    display: none;
    bottom: 0;
  }

  .im-btn-regiser {
    display: inline-flex;
  }

  .im-btn-regiser.ps {
    display: none;
  }

  .linck-hiro {
    position: relative;
    right: 1.2rem;
  }

  .linck-hiro._1 {
    justify-content: flex-start;
    align-items: center;
  }

  .linck-hiro._3 {
    justify-content: flex-start;
    align-items: center;
    right: 1.09rem;
  }

  .box-random-text {
    width: 98%;
  }

  .ontainer-naw-new {
    margin-top: 0;
  }

  .div-block-246 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .bg-im-hardware-mob {
    display: inline-block;
    top: -2rem;
    overflow: clip;
  }

  .bg-im-hardware-ps {
    display: none;
    overflow: clip;
  }

  .wrapper-progres-ai-model-new {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-247 {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .svg-glasses-copy.mob {
    display: none;
    top: .3rem;
    left: .6rem;
  }

  .text-block-15 {
    font-size: 1rem;
  }

  .text-link-connect {
    display: block;
  }

  .text-link-connect.ps {
    display: none;
  }

  .text-link-connect.mob {
    font-size: 1rem;
    display: block;
  }

  .section-celebrities-new {
    height: auto;
    overflow: clip;
  }

  .footer-hiro-new {
    background-color: var(--text-main);
    color: var(--white);
    flex-flow: column;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 0;
    padding: 1.5rem 1.25rem 6rem;
  }

  .link-footer-social-new {
    color: var(--white);
    width: 1.94rem;
    height: 1.94rem;
  }

  .link-footer-social-new.non {
    display: none;
  }

  .box-link-social-copy {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    color: var(--white);
    order: -1;
    justify-content: space-between;
    width: 100%;
  }

  .link-footer-new {
    color: var(--white);
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 40rem;
    margin-bottom: .63rem;
  }

  .item-tablica-title {
    text-align: left;
  }

  .div-block-250 {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .item-tablica {
    text-align: left;
  }

  .text-block-18 {
    display: none;
  }

  .text-block-19 {
    display: block;
  }

  .grid-tablica {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .naw-bar-new {
    padding: .75rem 1rem;
  }

  .div-block-252 {
    padding-right: 1rem;
  }

  .item-slide {
    width: 100%;
    height: 7.94rem;
  }

  .div-block-254 {
    padding-top: .69rem;
    padding-bottom: .69rem;
    padding-left: 1rem;
  }

  .image-94 {
    height: 7.94rem;
  }

  .div-block-256 {
    padding-left: 1rem;
  }

  .swiper-wrapper {
    flex-flow: column;
  }

  .text-36 {
    line-height: 125%;
  }

  .box-slide {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: wrap-reverse;
  }

  .link-register-new {
    width: 87vw;
    height: auto;
  }

  .box-glasses-2-new {
    width: 3.7rem;
    height: 4rem;
  }

  .image-95 {
    top: 8.7rem;
    right: 5.6rem;
  }

  .text-span-8 {
    font-size: 1rem;
    font-weight: 300;
    display: none;
  }

  .text-span-9 {
    text-decoration: line-through;
  }

  .svg-glasses-2.ps {
    display: none;
  }

  .svg-glasses-2.mob {
    display: block;
  }

  .line-horizont {
    height: 2.8rem;
  }

  .line-vertical {
    width: 97%;
    height: 1px;
  }

  .svg-arrow-copy {
    width: 2rem;
    height: 2rem;
  }

  .popapp-icon-hiro._1 {
    min-width: 15rem;
    font-size: .88rem;
    left: 1.6rem;
  }

  .popapp-icon-hiro._2 {
    min-width: 11rem;
    font-size: .88rem;
    left: 1.8rem;
  }

  .popapp-icon-hiro._3 {
    min-width: 10rem;
    font-size: .88rem;
    left: auto;
    right: 1.4rem;
  }

  .popapp-icon-hiro._4 {
    min-width: 11rem;
    font-size: .88rem;
    left: -2rem;
  }

  .section-data-copy {
    padding-top: 4.7rem;
  }

  .blackout {
    z-index: 50;
    display: none;
  }

  .link-block-15 {
    margin-right: .7rem;
  }

  .link-block-15.ps {
    width: auto;
  }

  .image-96 {
    height: 1.3rem;
  }

  .lottie-animation {
    left: -1.93rem;
  }

  .box-loty-glas {
    height: 18rem;
  }

  .svg-arrow-see {
    width: 2rem;
    height: 2rem;
  }

  .box-btn-aimod.mob-fixed {
    position: fixed;
    inset: auto 0% 1.5rem .5rem;
  }

  .box-btn-aimod.mob-fixed-ai-mod {
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: auto 0% 1.5rem .5rem;
  }

  .lottie-animation-4 {
    width: 20rem;
    height: 20rem;
    display: none;
  }

  .box-im-arrow-copy-copy {
    width: 100%;
    height: 29.13rem;
  }

  .box-im-arrow-copy-copy.mob-auto {
    height: auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
  }

  .lottie-animation-5 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .btn-spend {
    width: 100%;
  }

  .btn-spend_text {
    font-size: .75rem;
  }

  .wrapper-popapp-send {
    width: 100vw;
    height: 61svh;
    margin-top: 1rem;
    padding-top: 0;
  }

  .popapp-bg-grid-spend {
    width: 40rem;
    margin-right: 1.56rem;
    padding-left: 0;
    padding-right: 0;
  }

  .popapp-grid-spend {
    width: 100%;
  }

  .popapp-grid-cell {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .link-close-spend {
    top: 1rem;
  }

  .div-block-261 {
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 0;
  }

  .text-btn-register-2 {
    padding-top: .25rem;
    top: 1.2rem;
  }

  .text-link-connect2 {
    display: block;
  }

  .text-link-connect2.ps {
    display: none;
  }

  .text-link-connect2.mob {
    font-size: 1rem;
    display: block;
  }

  .random-text {
    font-size: 1rem;
    font-weight: 500;
  }

  .random-text.caps-medium.mob-16 {
    font-size: 1rem;
  }

  .random-text.caps-medium.mob-non-caps {
    text-transform: none;
    font-weight: 400;
  }

  .random-text.mob-12 {
    font-size: .75rem;
  }

  .random-text.mob-14 {
    font-size: .88rem;
  }
}

#w-node-_2a6196df-1b40-fc58-8592-aa8c37bbc381-4417ea5b, #w-node-_4f13ac7c-cb85-2ad7-69f0-f9af1cc934a7-4417ea5b, #w-node-_751b6267-4efc-66fa-ebd5-36aa7481d5c6-4417ea5b, #w-node-_751b6267-4efc-66fa-ebd5-36aa7481d5d2-4417ea5b, #w-node-_6d37f4e4-bb69-8591-0554-c4a3288d176b-4417ea5b, #w-node-d4931c2c-e5d0-339b-8df4-6dfc4e8f9a0c-4417ea5b, #w-node-d4931c2c-e5d0-339b-8df4-6dfc4e8f9a16-4417ea5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c485cca-9504-c7fa-1f03-28cbd8ba813f-a448716a, #w-node-_1c485cca-9504-c7fa-1f03-28cbd8ba813f-4983c9d5, #w-node-_1c485cca-9504-c7fa-1f03-28cbd8ba813f-8f0e977c, #w-node-_1c485cca-9504-c7fa-1f03-28cbd8ba813f-ad0e5850, #w-node-_1c485cca-9504-c7fa-1f03-28cbd8ba813f-498511e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ed37d10-ce1d-a018-5692-5d32fe383d1a-7eaaff32 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e8d6577-d3cf-d373-81dc-998798254263-7eaaff32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_54bb3926-f0ec-c80d-bbcb-8c1769e297c0-12c4b8e0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e0709108-6068-b3a7-a422-b941b8b94a9e-df0ce132 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e0709108-6068-b3a7-a422-b941b8b94aa0-df0ce132 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e0709108-6068-b3a7-a422-b941b8b94aa2-df0ce132 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_2ab78ad7-b598-92cf-3c6c-4f802b92edf4-df0ce132, #w-node-_0e47f5dc-de73-8869-df65-84f4a9913b0b-7eaaff32 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a4c101c-6abc-54c3-66fa-c0ecec872091-7eaaff32 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_511d0f19-2b5e-8e86-e6cd-7d94ec80c25d-7eaaff32 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e0709108-6068-b3a7-a422-b941b8b94aa2-df0ce132 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2ab78ad7-b598-92cf-3c6c-4f802b92edf4-df0ce132 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54bb3926-f0ec-c80d-bbcb-8c1769e297c0-12c4b8e0, #w-node-e0709108-6068-b3a7-a422-b941b8b94a9e-df0ce132, #w-node-e0709108-6068-b3a7-a422-b941b8b94aa0-df0ce132, #w-node-e0709108-6068-b3a7-a422-b941b8b94aa2-df0ce132, #w-node-_2ab78ad7-b598-92cf-3c6c-4f802b92edf4-df0ce132 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e47f5dc-de73-8869-df65-84f4a9913b0b-7eaaff32 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9a7a8821-eef7-cbef-9e89-add478cbf437-7eaaff32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}