:root {
  --menu: #d0e5ffd6;
  --primery: #4395ff;
  --primary-dark: #1b4f92;
  --hover: #6e5efe;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #d0e5ffd6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primery);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 16px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: background-color .125s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button:hover {
  background-color: var(--primary-dark);
}

.button.pl {
  border: 1px solid var(--primery);
  padding: 12px 16px;
}

.button.pl:hover {
  border-color: var(--primary-dark);
}

.button.up {
  z-index: 10;
  opacity: 0;
  display: flex;
  position: fixed;
  inset: auto 40px 4% auto;
}

.button.small {
  padding: 15px 20px;
  font-size: 18px;
}

.button.rejeckt {
  background-color: #888;
}

.button.rejeckt:hover {
  background-color: #5a5a5a;
}

.button_text {
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.button_text.menu_text {
  font-size: 14px;
}

.svg-icon {
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
}

.svg-icon:hover {
  cursor: pointer;
}

.logo {
  align-self: center;
  max-width: 75px;
  max-height: 48px;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.link-block {
  border: 1px solid var(--primery);
  color: var(--primery);
  border-radius: 15px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 12px 16px 12px 14px;
  font-size: 20px;
  display: flex;
}

.link-block:hover {
  border-color: var(--primery);
  color: #fff;
  background-color: #7bb3fa;
  text-decoration: none;
}

.text-block {
  flex: none;
  justify-content: center;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.link_block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.hero_block {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph_text {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.h1 {
  color: #1b4f92;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.h1.mobile {
  display: block;
}

.h1.desktope {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  order: -1;
  display: none;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  order: 1;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-self: stretch;
}

.dropdown-toggle, .dropdown {
  display: none;
}

.stationary_eytracker {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.stationary_eytracker.before {
  z-index: 2;
  position: relative;
}

.body {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: #7ca7df;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  min-height: 600px;
}

.slide-3 {
  background-image: url('../images/IMG_6496-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mask {
  border-radius: 15px;
  min-width: 650px;
  max-width: 100%;
  min-height: 600px;
}

.slide-nav-2 {
  display: none;
}

.glasses {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.text-block-2 {
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.text-span {
  color: #1b4f92;
  font-weight: 700;
}

.navbar {
  z-index: 5;
  background-color: #ddd0;
  display: none;
  position: fixed;
  top: 20px;
  left: 40px;
  right: 40px;
}

.top {
  z-index: 1;
  width: 100%;
  height: 110px;
  display: flex;
  position: absolute;
}

.ancor {
  position: absolute;
  inset: -8rem 0% auto;
}

.compatible_hardware {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 10px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.svg_block {
  display: flex;
}

.div-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.applications {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.photo_card {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.img_button_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.thanks {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/Frame-1914.png'), linear-gradient(121deg, var(--menu), #d0ffe4d6);
  background-position: 98% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 10px;
  flex-flow: column;
  height: 250px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 270px 20px 20px;
  position: relative;
}

.dropdown-list1 {
  display: none;
}

.link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.footer_text {
  color: #000;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.title-small {
  color: #272727;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.contacts_list {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  display: flex;
}

.link-block-7 {
  text-decoration: none;
}

.footer-link {
  color: #222;
  object-fit: fill;
  border-style: solid;
  border-width: 0;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  position: static;
}

.footer-link:hover {
  color: var(--primary-dark);
}

.link-block-6, .link-block-6.w--current {
  text-decoration: none;
}

.cell-2 {
  display: flex;
}

.title-small-2 {
  color: #383a3d;
  font-size: 16px;
  font-weight: 700;
}

.footer-copyright-center {
  color: var(--primary-dark);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.quick-stack-2 {
  padding: 0;
}

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

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.footer-copyright-center-_normal {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 22px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template: "."
  / 463px minmax(171px, .5fr) .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-45, .div-block-46 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.footer-divider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.footer-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.footer-block-2:hover {
  color: #fff;
}

.footer-dark {
  background-image: url('../images/back_futor.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  padding: 50px 40px 30px;
  display: flex;
}

.navbar_hide {
  display: flex;
}

.header {
  z-index: 5;
  background-color: var(--menu);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff5e41;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: filter .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.navbar-brand:hover {
  filter: drop-shadow(-1px -1px #fff) drop-shadow(1px 1px #fff) drop-shadow(1px 1px 16px #ffffffb3) drop-shadow(-1px -1px 16px #ffffffb3);
  color: #ff5e41;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.mobile-margin-top-10 {
  flex: none;
  display: flex;
}

.nav-button-wrapper {
  flex: none;
}

.div-block-48 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-12 {
  z-index: 2;
  width: 700px;
  position: relative;
}

.slide-4 {
  background-image: url('../images/Женя.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_5692-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-3-copy {
  background-image: url('../images/Стой.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-2-copy {
  background-color: #7ca7df;
  background-image: url('../images/на-столе.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  min-height: 600px;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.svg_icon_basement {
  width: 20px;
  height: 20px;
  color: var(--primary-dark);
}

.svg_icon_basement:hover {
  cursor: pointer;
}

.logo_basement {
  align-self: center;
  max-width: 45px;
  max-height: 30px;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.slide-6 {
  background-image: url('../images/Стационарный-айтрекер.png');
  background-position: 50%;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/IMG_5692-2.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 1509px;
}

.spline-scene {
  z-index: 1;
  justify-content: flex-start;
  width: 700px;
  height: 700px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
}

.slide-1 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.section-5 {
  border-width: 1px;
}

.svg-2 {
  width: 20px;
  height: 20px;
}

.slider-3 {
  height: 500px;
}

.slider-3.no-perspective {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  height: auto;
  transform: none;
}

.image-13 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.slider_preview {
  perspective: 843px;
  perspective-origin: 50% 10%;
}

.slider-thumb-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  object-fit: fill;
  border: 2px solid #0000;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  background-image: linear-gradient(270deg, #0000, #0006);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.right {
  background-image: linear-gradient(90deg, #0000, #00000012 29%, #0006);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .07;
  background-color: #fff0;
  border: 1px #000;
  height: 60px;
  font-size: 50px;
  bottom: 0%;
}

.slider-navigation.no-perspective {
  background-color: #fff0;
  border-style: none;
  height: 50px;
  bottom: 4%;
}

.slider-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-56, .mask-2 {
  border-radius: 15px;
}

.slider-thumb-wrap_2, .slider-thumb-wrap_3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  object-fit: fill;
  border: 2px solid #0000;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.svg-icon-arrow {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
}

.svg-icon-arrow:hover {
  cursor: pointer;
}

.left-arrow-2, .right-arrow-2, .right-arrow-3, .left-arrow-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  font-size: 14px;
}

.text-block-3 {
  color: #ed5c42;
  flex: none;
  align-self: center;
  font-size: 18px;
}

.card_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1b4f92;
  background-color: #f1f7ff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955), color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.card:hover {
  background-color: #c7e0ff;
}

.div-block-60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.h2 {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.slider_button_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: sticky;
  top: 120px;
}

.svg-icon2 {
  width: 20px;
  height: 20px;
  position: static;
  inset: auto 0% 0% auto;
}

.svg-icon2:hover {
  cursor: pointer;
}

.div-block-61 {
  width: 100%;
  height: 130px;
}

.flex-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: stretch;
}

.text-block-4 {
  color: var(--primery);
}

.link-2 {
  color: var(--hover);
}

.link-3 {
  color: var(--primery);
}

.div-block-62 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-icon-copy {
  width: 20px;
}

.svg-icon-copy:hover {
  cursor: pointer;
}

.icon_blue {
  width: 20px;
}

.icon_blue:hover {
  cursor: pointer;
}

.link-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--primery);
  transition: color .2s;
  display: flex;
}

.link-block-8:hover {
  color: var(--hover);
}

.link-4 {
  color: #ed5c42;
  font-size: 20px;
  font-weight: 700;
}

.div-block-63 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.div-block-64 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.about.before {
  z-index: 2;
  position: relative;
}

.image-14-copy {
  min-width: 40%;
}

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-14-copy-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 15px;
  order: -9999;
  min-width: 40%;
}

.div-block-51-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph_text-copy {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--primary-dark);
}

.blok_slider_right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_wrap {
  border-radius: 15px;
  align-self: stretch;
}

.text-span-5 {
  color: var(--primary-dark);
  font-weight: 700;
}

.text-span-6, .text-span-7 {
  color: var(--primary-dark);
}

.slider_wrap_2 {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  order: -9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-2-copy {
  background-color: #7ca7df;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  min-height: 600px;
}

._4-1 {
  background-color: #fff;
  background-image: url('../images/2023_11_17-08_48_14_visualization_heat_map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._4-2 {
  background-image: url('../images/2023_11_17-08_51_24_visualization_heat_map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._4-3 {
  background-image: url('../images/2023_11_17-08_54_16_visualization_scan_path_heat_map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-6 {
  flex: none;
  font-size: 20px;
  font-weight: 700;
}

._4-3-copy {
  background-image: url('../images/2023_11_17-08_54_16_visualization_scan_path_heat_map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-nav-3 {
  display: none;
}

.slider-4 {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.mask-3 {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  min-width: 650px;
  min-height: 600px;
}

.div-block-74 {
  width: 100%;
  height: 100%;
}

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

.image-20 {
  object-fit: cover;
  height: 100%;
}

.div-block-76 {
  width: 100%;
  height: 100%;
}

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

.slide-nav-4 {
  display: none;
}

.slider-5 {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.block-image_slider {
  width: 100%;
  height: 100%;
}

.image_slider {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image_slider.cover {
  object-fit: cover;
}

.image_slider.small {
  object-fit: none;
}

.slide-10 {
  background-color: #7ca7df;
}

.mask-4 {
  border-radius: 15px;
}

.slide-11, .slide-12, .slide-13, .slide-14 {
  background-color: #7ca7df;
}

.text-span-8 {
  color: var(--primary-dark);
}

.text-span-9 {
  font-weight: 400;
}

.div-block-77 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ff6143;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-8 {
  flex-flow: column;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.label {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  flex-flow: column;
  align-self: stretch;
  padding: 12px;
  display: flex;
}

.label:hover {
  border-color: var(--menu);
  background-color: var(--menu);
}

.label.area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.label.area.vision {
  display: flex;
}

.text-field {
  border-radius: 8px;
  margin-bottom: 0;
}

.line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.field-label {
  flex: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

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

.div-block-82 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.bold-text-9 {
  font-size: 15px;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--primery);
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 16px 16px 36px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.checkbox-field:hover {
  background-color: var(--menu);
  border-color: #a7cdfdd6;
}

.checkbox-label {
  flex: 1;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 18px;
}

.h3 {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.selection_block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  align-self: flex-start;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.checkbox_grup, .labels_grup {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-22 {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  width: 50%;
}

.lightbox-link {
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.image-23 {
  border-radius: 12px;
}

.div-block-85 {
  width: 40px;
  height: 40px;
  color: var(--primary-dark);
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
  top: -59px;
  right: 15px;
}

.div-block-86 {
  display: flex;
}

.div-block-778 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  height: 30px;
  color: var(--primary-dark);
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.text_block_logo {
  flex: none;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.svg-3 {
  width: 20px;
  height: 20px;
}

.svg-5 {
  flex: none;
  width: 7rem;
  height: 90px;
  overflow: visible;
}

.div-block-88 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.image-25 {
  border-radius: 12px;
}

.div-block-87 {
  width: 40px;
  height: 40px;
  color: var(--primary-dark);
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
  top: -59px;
  right: 15px;
}

.div-block-779 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.image-26 {
  border-radius: 12px;
}

.div-block-89 {
  width: 40px;
  height: 40px;
  color: var(--primary-dark);
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
  top: -59px;
  right: 15px;
}

.image-27 {
  flex: 1;
}

.image-28 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 auto;
  width: 50%;
}

.textarea {
  border-radius: 8px;
  margin-bottom: 0;
}

.usrphonenumber {
  border-radius: 8px;
}

.cookie-banner {
  z-index: 9999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--primery);
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0%;
}

.cookie-text {
  font-size: 16px;
}

.cookie-button {
  background-color: #2b90e3;
  border-radius: 5px;
  flex: none;
  align-self: flex-end;
  font-size: 16px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.cookie-button:hover {
  background-color: #227cc7;
}

.cookie-button.rejeckt {
  background-color: #4d565d;
}

.cookie-button.rejeckt:hover {
  background-color: #353e44;
}

.link-5 {
  color: var(--primery);
}

.link-5:hover {
  color: var(--primary-dark);
}

.svg-icon-4 {
  color: #ff6b6b;
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
}

.svg-icon-4:hover {
  cursor: pointer;
}

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

.div-block-780 {
  display: flex;
}

.list-item-10 {
  list-style-type: disc;
}

.div-block-781 {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.div-block-782 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-783 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-divider-mob {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  display: none;
}

.button_up {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primery);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 16px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  transition: background-color .125s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: auto 3% 3% auto;
}

.button_up:hover {
  background-color: var(--primary-dark);
}

.button_up.pl {
  border: 1px solid var(--primery);
  padding: 12px 16px;
}

.button_up.pl:hover {
  border-color: var(--primary-dark);
}

.button_up.up {
  z-index: 10;
  opacity: 0;
  display: flex;
  position: fixed;
  inset: auto 40px 4% auto;
}

.button_up.small {
  padding: 15px 20px;
  font-size: 18px;
}

.button_up.rejeckt {
  background-color: #888;
}

.button_up.rejeckt:hover {
  background-color: #5a5a5a;
}

@media screen and (min-width: 1280px) {
  .menu {
    z-index: 5;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .button {
    justify-content: center;
    align-items: center;
  }

  .button_text.menu_text, .text-block {
    font-size: 14px;
  }

  .hero_block {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1700px;
    margin-top: 60px;
    display: flex;
    position: relative;
  }

  .paragraph {
    flex: 1;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph_text {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .h1.mobile {
    display: none;
  }

  .h1.desktope {
    display: block;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    order: 9999;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: flex;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dropdown-toggle {
    display: none;
  }

  .stationary_eytracker {
    flex-flow: row;
    max-width: 1700px;
  }

  .stationary_eytracker.before {
    flex-flow: column;
  }

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

  .slider-2 {
    aspect-ratio: 1;
    flex: 1;
  }

  .mask {
    border-radius: 15px;
  }

  .glasses {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1700px;
  }

  .text-block-2 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .list {
    flex-flow: column;
    align-self: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .text-span {
    color: #1b4f92;
    font-weight: 800;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ddd0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    inset: 20px 0% auto;
  }

  .top {
    height: 120px;
    display: flex;
  }

  .compatible_hardware {
    align-self: stretch;
    max-width: 1700px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-9 {
    max-width: 1700px;
  }

  .thanks {
    flex-flow: wrap;
  }

  .footer-content {
    grid-template-columns: minmax(171px, 1.25fr) .75fr 1fr;
    grid-template-areas: ".";
  }

  .footer-dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-regular {
    max-width: 1700px;
  }

  .nav-menu-1 {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-49 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-12 {
    z-index: 2;
    position: relative;
  }

  .slide-5 {
    background-position: 60%;
    background-size: cover;
  }

  .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    order: 9999;
  }

  .slide-6 {
    background-repeat: no-repeat;
  }

  .slide-7 {
    background-position: 50% 20%;
    background-size: cover;
  }

  .spline-scene {
    flex: 1;
    width: 40%;
    inset: 10% auto 0% 0%;
  }

  .div-block-55 {
    flex: none;
    width: 40%;
  }

  .card_block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about {
    flex-flow: row;
    max-width: 1700px;
  }

  .image-14, .image-14-copy {
    width: 50%;
  }

  .div-block-65 {
    flex-flow: row;
    display: flex;
  }

  .image-14-copy-copy {
    order: 9999;
    width: 50%;
  }

  .div-block-51-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    order: 9999;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph_text-copy {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-66, .div-block-67 {
    display: flex;
  }

  .blok_slider_right {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    display: flex;
  }

  .slider_wrap {
    aspect-ratio: 1;
    order: 9999;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .slider_wrap_2 {
    aspect-ratio: auto;
    order: 9999;
    justify-content: center;
    align-items: flex-start;
    width: 55%;
    overflow: visible;
  }

  .slider-2-copy {
    flex: none;
  }

  .slider-4 {
    max-height: 400px;
  }

  .mask-3 {
    aspect-ratio: auto;
  }

  .div-block-71 {
    height: 100%;
  }

  .image-16 {
    object-fit: none;
    height: 100%;
  }

  .div-block-72 {
    height: 100%;
  }

  .image-17 {
    object-fit: cover;
    height: 100%;
  }

  .div-block-73 {
    height: 100%;
  }

  .image-18 {
    object-fit: cover;
    height: 100%;
  }

  .div-block-74 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: block;
  }

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

  .div-block-75 {
    width: 100%;
    height: 100%;
  }

  .image-20 {
    object-fit: cover;
    height: 100%;
  }

  .div-block-76 {
    width: 100%;
    height: 100%;
  }

  .image-21 {
    object-fit: cover;
    height: 100%;
  }

  .slider-5 {
    aspect-ratio: 1;
    height: 600px;
  }

  .image_slider.cover {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .image_slider.cover.centor {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .image_slider.small {
    object-fit: none;
    object-position: 50% 50%;
  }

  .div-block-80 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .section-8, .section {
    max-width: 1700px;
  }

  .div-block-84 {
    flex-flow: row;
  }

  .lightbox-link {
    flex: none;
    width: 50%;
  }

  .div-block-88 {
    flex-flow: row;
  }

  .cookie-banner {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    left: 40px;
    right: 40px;
  }

  .button_up {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .menu {
    flex: none;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button.up {
    right: 5%;
  }

  .hero_block {
    height: auto;
    margin-top: 100px;
  }

  .paragraph_text {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .body {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    inset: 0% 0% auto;
  }

  .top {
    height: 100px;
  }

  .compatible_hardware {
    align-self: auto;
    width: 100%;
    max-width: 1700px;
  }

  .applications {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }

  .thanks {
    flex-flow: column;
    align-self: auto;
    width: 100%;
    max-width: 1700px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-13 {
    flex: none;
  }

  .container-8 {
    max-width: 1700px;
  }

  .footer-content {
    grid-template-columns: minmax(171px, .75fr) .5fr 1fr;
  }

  .footer-dark {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .header {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-regular {
    max-width: 1700px;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .div-block-51 {
    width: 40%;
  }

  .div-block-52 {
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .spline-scene {
    width: 50%;
    top: -4%;
    bottom: 0%;
    left: -5%;
  }

  .card_block {
    width: 100%;
    max-width: 1700px;
  }

  .flex-block-7 {
    max-width: 1700px;
  }

  .about {
    margin-left: auto;
    margin-right: auto;
  }

  .image-14-copy-copy {
    width: 40%;
  }

  .paragraph_text-copy {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .slider_wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    display: flex;
  }

  .slider_wrap_2 {
    width: 40%;
  }

  .section-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }

  .button_up.up {
    right: 5%;
  }
}

@media screen and (max-width: 991px) {
  .menu {
    justify-content: space-between;
    align-items: center;
  }

  .button {
    align-self: flex-start;
    align-items: flex-start;
  }

  .button.pl {
    flex: none;
    justify-content: space-between;
    align-items: center;
  }

  .button.up {
    right: 20px;
  }

  .button_text.menu_text {
    flex: none;
    display: flex;
  }

  .svg-icon {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .logo {
    align-self: flex-start;
    align-items: flex-start;
  }

  .link-block {
    font-size: 16px;
  }

  .text-block {
    flex: none;
    font-size: 16px;
  }

  .link_block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .hero_block {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .h1, .h1.desktope {
    font-size: 30px;
    line-height: 34px;
  }

  .flex-block-2 {
    flex-flow: column;
    order: 1;
  }

  .dropdown-toggle {
    background-color: var(--primery);
    color: #fff;
    border-radius: 15px;
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    padding: 15px 20px;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
  }

  .dropdown-toggle:hover {
    background-color: var(--hover);
  }

  .dropdown-toggle.w--open {
    background-color: var(--hover);
    align-self: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .svg_menu {
    width: 20px;
    height: 100%;
    display: flex;
  }

  .dropdown {
    z-index: 1;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .dropdown-list {
    padding-left: 5px;
    display: none;
  }

  .dropdown-list.w--open {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff0;
    border-radius: 10px;
    flex-flow: column;
    align-items: flex-start;
    padding: 15px;
    display: flex;
    position: static;
    top: 75px;
  }

  .stationary_eytracker, .glasses {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .navbar {
    left: 20px;
    right: 20px;
  }

  .compatible_hardware {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .applications {
    margin-left: 20px;
    margin-right: 20px;
  }

  .img_button_block {
    order: -1;
    width: 100%;
    position: static;
  }

  .thanks {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 270px;
  }

  .link {
    flex-flow: wrap;
  }

  .div-block-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer_text, .footer-link {
    flex: none;
  }

  .footer-content {
    grid-column-gap: 26px;
    grid-row-gap: 31px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 110px minmax(171px, 1.5fr);
  }

  .footer-divider {
    margin-top: 12px;
    display: none;
  }

  .footer-block-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-dark {
    padding: 20px 15px;
  }

  .header {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .nav-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .nav-menu.vision {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .div-block-48 {
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .nav-menu-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .image-12 {
    width: auto;
  }

  .slide-5 {
    background-position: 60%;
    background-size: cover;
  }

  .div-block-51 {
    flex-flow: column;
  }

  .svg_icon_basement {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .logo_basement {
    align-self: flex-start;
    align-items: flex-start;
  }

  .slide-6 {
    background-repeat: no-repeat;
  }

  .slide-7 {
    background-size: cover;
  }

  .spline-scene {
    aspect-ratio: 1;
    width: auto;
    height: auto;
    display: block;
    inset: 0% 0% auto;
  }

  .div-block-55 {
    align-self: center;
  }

  .svg-2 {
    width: 20px;
    height: 20px;
  }

  .slider-3.no-perspective {
    width: 100%;
  }

  .svg-icon-arrow {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-block-3 {
    display: block;
  }

  .card_block {
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .slider_button_block {
    width: 100%;
    position: static;
  }

  .svg-icon2, .svg-icon-copy, .icon_blue {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-63 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-14-copy, .image-14-copy-copy {
    order: -9999;
    min-width: 40%;
  }

  .div-block-51-copy {
    flex-flow: column;
  }

  .image-19, .image-20, .image-21 {
    height: 100%;
  }

  .div-block-78 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-79 {
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-82 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .selection_block {
    width: 100%;
  }

  .svg-3 {
    width: 20px;
    height: 20px;
  }

  .cookie-banner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .svg-icon-4 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-divider-mob {
    margin-top: 0;
    display: flex;
  }

  .button_up {
    align-self: flex-start;
    align-items: flex-start;
  }

  .button_up.pl {
    flex: none;
    justify-content: space-between;
    align-items: center;
  }

  .button_up.up {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--menu);
    flex-flow: column;
    left: 20px;
    right: 20px;
  }

  .button {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .button.pl {
    flex: 1;
    width: auto;
    min-width: auto;
  }

  .button.small.kp {
    width: 100%;
  }

  .button_text {
    flex: 1;
    width: 100%;
    font-size: 16px;
  }

  .button_text.menu_text {
    flex: 1;
    display: flex;
  }

  .svg-icon {
    width: 20px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link_block {
    background-color: var(--menu);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-radius: 10px;
    flex-flow: column;
    padding: 20px;
    display: none;
  }

  .hero_block {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .h1 {
    font-size: 25px;
    line-height: 22px;
  }

  .h1.mobile {
    font-size: 25px;
  }

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

  .flex-block-2 {
    order: 1;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-self: stretch;
  }

  .dropdown-toggle {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .dropdown-toggle.w--open {
    flex: none;
    align-self: auto;
  }

  .dropdown-list {
    background-color: var(--menu);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    flex-flow: column;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .dropdown-list.w--open {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #fff0;
  }

  .stationary_eytracker {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-block-6 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .slider-2 {
    min-height: 400px;
  }

  .mask {
    min-width: auto;
    min-height: auto;
  }

  .glasses {
    margin-left: 20px;
    margin-right: 20px;
  }

  .top {
    height: 100px;
  }

  .compatible_hardware {
    margin-left: 20px;
    margin-right: 20px;
  }

  .thanks {
    background-image: linear-gradient(121deg, var(--menu), #d0ffe4d6);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
  }

  .dropdown-list1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: none;
  }

  .div-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .link {
    flex-flow: wrap;
    display: none;
  }

  .div-block-13 {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .block_contacts {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    grid-column-gap: 15px;
    grid-row-gap: 21px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / .75fr;
    margin-top: 0;
  }

  .footer-brand {
    padding-left: 20px;
  }

  .footer-block-2 {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-regular {
    flex-flow: column;
    display: flex;
  }

  .navbar-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-brand {
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 10px;
    padding-left: 0;
    display: none;
  }

  .nav-menu.vision {
    padding-bottom: 0;
    display: flex;
  }

  .mobile-margin-top-10 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 10px;
  }

  .nav-button-wrapper {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-48 {
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .nav-menu-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    display: none;
  }

  .slider-2-copy {
    background-size: cover;
    min-height: 400px;
  }

  .svg_icon_basement {
    width: 20px;
  }

  .spline-scene {
    aspect-ratio: 1;
    bottom: 0;
  }

  .list-item {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .list-item-2, .list-item-3, .section-4, .list-item-4 {
    width: 100%;
  }

  .svg-2 {
    width: 20px;
    height: 20px;
  }

  .svg-icon-arrow {
    width: 20px;
  }

  .card_block {
    grid-template-columns: 1fr;
  }

  .svg-icon2, .svg-icon-copy, .icon_blue {
    width: 20px;
  }

  .div-block-64 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-2-copy {
    min-height: 400px;
  }

  .list-item-5 {
    align-self: stretch;
  }

  .icon, .icon-2 {
    font-size: 20px;
  }

  .div-block-79 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .label {
    align-self: stretch;
  }

  .line {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .checkbox-field {
    align-self: stretch;
  }

  .div-block-778 {
    margin-bottom: 0;
  }

  .svg-3 {
    width: 20px;
    height: 20px;
  }

  .list-item-8, .list-item-9 {
    align-self: stretch;
  }

  .cookie-banner {
    flex-flow: column;
  }

  .cookie-button {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .svg-icon-4 {
    width: 20px;
  }

  .button_up {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .button_up.pl {
    flex: 1;
    width: auto;
    min-width: auto;
  }

  .button_up.small.kp {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    border-radius: 10px;
    flex-flow: wrap;
    width: 100%;
    min-width: auto;
  }

  .button.pl {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    min-width: auto;
  }

  .button.up {
    flex-flow: row;
    bottom: 2%;
    left: auto;
    right: auto;
  }

  .button_text {
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    display: flex;
  }

  .button_text.menu_text {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_block {
    z-index: 2;
    margin-top: 113px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Open Sans, sans-serif;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

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

  .h1.mobile {
    font-size: 20px;
  }

  .h1.desktope {
    font-size: 20px;
    line-height: 25px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .slider-2 {
    min-height: auto;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .navbar {
    top: 10px;
    left: 20px;
    right: 20px;
  }

  .thanks {
    background-image: linear-gradient(121deg, var(--menu), #d0ffe4d6);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-right: 20px;
  }

  .container-8 {
    max-width: none;
  }

  .div-block-15 {
    flex-wrap: wrap;
  }

  .footer-content {
    grid-row-gap: 29px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-menu.vision {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: grid;
  }

  .mobile-margin-top-10 {
    justify-content: space-between;
  }

  .nav-button-wrapper {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-menu-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: none;
  }

  .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .spline-scene {
    z-index: 1;
    top: 0%;
  }

  .text-block-5 {
    display: none;
  }

  .div-block-51-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-2-copy {
    min-height: auto;
  }

  .slider-5 {
    aspect-ratio: 1;
  }

  .image_slider.cover {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .image_slider.small {
    object-fit: contain;
  }

  .section-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    align-self: stretch;
  }

  .button_up {
    border-radius: 10px;
    flex-flow: wrap;
    width: 100%;
    min-width: auto;
  }

  .button_up.pl {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    min-width: auto;
  }

  .button_up.up {
    flex-flow: row;
    bottom: 2%;
    left: auto;
    right: auto;
  }
}

#w-node-dd5d2fda-fccb-c0ae-5d52-cdfd0eb1a720-7fb7d5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaebd106-97aa-d464-2128-72146b6fb418-7fb7d5e0 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
}

#w-node-_9e6137e5-c53b-1f6d-8182-d77e7fb7d5f9-7fb7d5e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2aaa39e-062b-1ed3-8e1c-1c1b43a6d7f3-7fb7d5e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #w-node-_321e652f-ad1a-b4f3-0a16-9225c99d4c1e-26969132 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dd5d2fda-fccb-c0ae-5d52-cdfd0eb1a720-7fb7d5e0, #w-node-_03187eb4-b74c-8042-9582-072d14d0f752-7fb7d5e0, #w-node-_9e6137e5-c53b-1f6d-8182-d77e7fb7d5f9-7fb7d5e0, #w-node-f2aaa39e-062b-1ed3-8e1c-1c1b43a6d7f3-7fb7d5e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060f7-d8e060dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060fb-d8e060dd {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e06112-d8e060dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e06116-d8e060dd, #w-node-_7d70b39e-5e28-f4f0-13d3-981704155520-04155510, #w-node-_7d70b39e-5e28-f4f0-13d3-98170415552a-04155510, #w-node-bcd0b328-2d08-e9ca-31a4-d44c7a75ed90-84d7c472, #w-node-bcd0b328-2d08-e9ca-31a4-d44c7a75ed9a-84d7c472, #w-node-_936b7e13-6ae7-469f-f05c-f028ccd23424-acd5ace3, #w-node-_936b7e13-6ae7-469f-f05c-f028ccd2342e-acd5ace3 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_03187eb4-b74c-8042-9582-072d14d0f752-7fb7d5e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060fb-d8e060dd, #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e06116-d8e060dd, #w-node-_7d70b39e-5e28-f4f0-13d3-981704155520-04155510, #w-node-_7d70b39e-5e28-f4f0-13d3-98170415552a-04155510, #w-node-bcd0b328-2d08-e9ca-31a4-d44c7a75ed90-84d7c472, #w-node-bcd0b328-2d08-e9ca-31a4-d44c7a75ed9a-84d7c472, #w-node-_936b7e13-6ae7-469f-f05c-f028ccd23424-acd5ace3, #w-node-_936b7e13-6ae7-469f-f05c-f028ccd2342e-acd5ace3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060eb-d8e060dd, #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060ef-d8e060dd, #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060f3-d8e060dd, #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060f7-d8e060dd {
    justify-self: center;
  }

  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e060fb-d8e060dd {
    justify-self: stretch;
  }

  #w-node-dabcf9bc-93a5-44e9-3d54-4ef2d8e06116-d8e060dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d70b39e-5e28-f4f0-13d3-981704155520-04155510 {
    justify-self: stretch;
  }

  #w-node-_7d70b39e-5e28-f4f0-13d3-98170415552a-04155510 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bcd0b328-2d08-e9ca-31a4-d44c7a75ed90-84d7c472 {
    justify-self: stretch;
  }

  #w-node-bcd0b328-2d08-e9ca-31a4-d44c7a75ed9a-84d7c472 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_936b7e13-6ae7-469f-f05c-f028ccd23424-acd5ace3 {
    justify-self: stretch;
  }

  #w-node-_936b7e13-6ae7-469f-f05c-f028ccd2342e-acd5ace3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


