@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --primary--grey--grey-1: #b2b5c0;
  --primary--grey--grey-5: #222427;
  --primary--grey--grey-4: #292b2d;
  --primary--mint--mint-1: #38f2ae;
  --primary--mint--mint-2: #00c181;
  --white: white;
  --primary--grey--grey-3: #484a4d;
  --secondary--orange: #ff7148;
  --primary--mint--mint-3: #009156;
  --navheight: 0px;
  --black: black;
  --primary--grey--grey-2: #717377;
  --primary--mint--mint-4: #00642e;
  --primary--mint--mint-5: #003908;
  --secondary--red: #ad2908;
  --secondary--blue: #00aeff;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary--grey--grey-1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 44px;
}

p {
  color: var(--primary--grey--grey-1);
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--primary--grey--grey-5);
  color: var(--primary--grey--grey-1);
  mix-blend-mode: normal;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500vh;
  margin: auto;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 110%;
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  left: 0%;
  right: 0%;
}

.container-regular {
  max-width: none;
  height: auto;
  min-height: 64px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 46px;
  margin-left: 64px;
  margin-right: 64px;
  display: flex;
}

.navbar-brand {
  cursor: pointer;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav-menu-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary--grey--grey-4);
  border-radius: 36px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 24px;
  list-style-type: none;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--primary--grey--grey-1);
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--primary--mint--mint-1);
  font-weight: 700;
}

.nav-link:active {
  color: var(--primary--mint--mint-2);
  -webkit-text-stroke-width: 1px;
}

.nav-link:focus {
  color: var(--primary--mint--mint-1);
  -webkit-text-stroke-width: 1px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-primary-default {
  background-color: var(--primary--mint--mint-1);
  color: var(--primary--grey--grey-5);
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: 2px solid #38f2ae;
  border-radius: 24px;
  flex: none;
  align-self: flex-start;
  padding: 10px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-default:hover {
  color: var(--primary--mint--mint-1);
  text-transform: none;
  background-color: #32343a;
  border-style: solid;
  border-width: 2px;
  border-radius: 24px;
}

.button-primary-default:active {
  background-color: #43464d;
}

.ourplatform {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--primary--grey--grey-5);
  border-radius: 32px 32px 0 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 120vh;
  padding: 80px;
  display: flex;
}

.top-bar-hm4 {
  background-color: var(--primary--grey--grey-1);
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
}

._2nd-bottom-bar-hm4 {
  background-color: var(--primary--grey--grey-1);
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.middle-bar-hm4 {
  background-color: var(--primary--grey--grey-1);
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
}

._2nd-top-bar-hm4 {
  background-color: var(--primary--grey--grey-1);
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.bottom-bar-hm4 {
  background-color: var(--primary--grey--grey-1);
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
}

._2nd-middle-bar-hm4 {
  background-color: var(--primary--grey--grey-1);
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.hamburger-menu-hm4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hamburger-menu-hm4.w--open {
  background-color: #0000;
}

.image {
  max-width: 100%;
  height: 43px;
  display: block;
}

.image.desktop {
  flex: 0 auto;
  width: 200px;
  max-width: none;
  height: auto;
  margin: auto 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: clip;
}

.image.mobile {
  display: none;
}

.button-secondary {
  background-color: var(--primary--grey--grey-4);
  color: var(--primary--grey--grey-1);
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-secondary:hover {
  border: 2px solid var(--primary--grey--grey-1);
  color: var(--primary--grey--grey-1);
  text-transform: none;
  background-color: #32343a;
  border-radius: 24px;
}

.button-secondary:active {
  background-color: #43464d;
}

.nav-menu-buttons {
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: static;
}

.fakenavbarslidebackground {
  display: none;
}

.fullscreen-video {
  z-index: 6;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-secondary-videoskip {
  background-color: var(--primary--grey--grey-4);
  color: var(--primary--grey--grey-1);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border: 2px solid #0000;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  margin-top: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.button-secondary-videoskip:hover {
  border: 2px solid var(--primary--grey--grey-1);
  color: var(--primary--grey--grey-1);
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  background-color: #32343a;
  border-radius: 20px;
}

.button-secondary-videoskip:active {
  background-color: #43464d;
}

.list-item {
  align-self: center;
  margin: auto 0;
  padding-left: 0;
  padding-right: 0;
}

.background-hero-video {
  height: 100vh;
  position: static;
}

.sticky-spacer {
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
}

.sticky-scrollsection {
  margin-bottom: -100vh;
  position: relative;
}

.sticky-scrollsection.notify {
  overflow: visible;
}

.sticky-content {
  border-radius: 32px;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 20px #00000080;
}

.sticky-content.faq {
  padding: 0;
}

.smallheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.herotext {
  grid-column-gap: 116px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  place-items: center stretch;
  padding: 80px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 45vw;
  display: flex;
  position: relative;
}

.div-block-6 {
  flex: 1;
}

.heading-hero {
  color: var(--white);
  font-size: 82px;
  line-height: 120%;
  display: block;
}

.paragraph-hero {
  color: #fff;
  line-height: 150%;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 0;
  display: flex;
}

.div-image-2 {
  background-image: url('../images/6597df7cc6877b1ffb9659ca_ba3bdd7ffdab80441797ba2e7a481298.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-attachment: scroll;
  border-radius: 24px;
  width: 51%;
  height: 56%;
  position: absolute;
  inset: auto 0% 0 25%;
  box-shadow: 0 2px 20px 4px #0003;
}

.div-image-1 {
  background-image: url('../images/6597df7dd957576d8335754c_7e2459bacf13cd69bf0c7c0f5b4d4194.webp');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  border-radius: 24px;
  width: 57%;
  height: 53%;
  position: absolute;
  inset: 20% auto auto -11%;
}

.div-image-3 {
  background-image: url('../images/6597df7d3d29778e19eaf210_8bca5ef93181a4eb18f85f2268511ba9.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  border-radius: 24px;
  width: 52%;
  height: 59%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 80px;
  display: flex;
}

.div-block-9 {
  width: 50%;
  height: 91%;
  position: relative;
}

.heading {
  color: var(--primary--grey--grey-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 110%;
}

.paragraph {
  color: var(--primary--grey--grey-1);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.image-3 {
  opacity: .66;
  color: var(--white);
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
}

.benefits {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary--grey--grey-5);
  border-radius: 32px 32px 0 0;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 130vh;
  margin: auto 0;
  padding: 0 10vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-11 {
  flex: 1;
  padding-left: 10px;
}

.div-block-11.margin-bottom-huge {
  margin-bottom: 64px;
}

.gridelement-hoverable {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 36px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: auto;
  margin: 10px;
  padding: 0;
  transition: padding .2s, margin .2s;
}

.gridelement-hoverable:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(29deg, #1b2e20, #003908 46%, #137840);
  background-clip: border-box;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 20px 1px #0003;
}

.benefit {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary--grey--grey-4);
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-2 {
  color: var(--primary--grey--grey-1);
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 110%;
  transition: all .2s;
}

.grid-benefits {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  place-content: start;
  place-items: stretch center;
}

.sticky-content-longer {
  border-radius: 32px;
  height: 100vh;
  position: sticky;
  top: 0;
  box-shadow: 0 0 20px #00000080;
}

.notify-me {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--primary--grey--grey-5);
  outline-offset: 0px;
  border-radius: 32px 32px 0 0;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.gridelement-static {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.trainingitems {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  background-color: var(--primary--grey--grey-4);
  border-radius: 26px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding: 40px 60px;
  display: grid;
}

.itemdescription {
  color: var(--primary--grey--grey-1);
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 100%;
}

.grid-trainonanydevice {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  place-content: center space-around;
}

.grid-trainonanydevice.mobile {
  display: none;
}

.paragraph2 {
  color: var(--primary--grey--grey-1);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.bold-text {
  text-align: left;
  font-size: 32px;
  font-weight: 900;
}

.headsetavailability {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary--grey--grey-4);
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.accessibility {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--primary--grey--grey-5);
  background-image: url('../images/background-noise_smaller.jpg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 200vw 170vh;
  background-attachment: scroll;
  border-radius: 32px 32px 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.animatedbackground {
  filter: blur(150px);
  border-radius: 0;
  flex: 0 auto;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.circle_1 {
  background-color: var(--primary--mint--mint-1);
  border-radius: 50%;
  align-items: center;
  width: 60vw;
  height: 60vw;
  display: block;
  position: absolute;
  top: -25vw;
  left: 88vw;
}

.circle_2 {
  background-color: var(--primary--mint--mint-1);
  border-radius: 50%;
  width: 20vw;
  height: 40vw;
  display: block;
  position: absolute;
  inset: 0%;
}

.circle_orange {
  background-color: var(--secondary--orange);
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  display: block;
  position: absolute;
}

.circle_gray {
  background-color: var(--primary--grey--grey-5);
  border-radius: 50%;
  width: 60vw;
  height: 60vw;
  display: block;
  position: absolute;
  inset: 0%;
}

.gridelement-alwayshovered {
  background-image: linear-gradient(30deg, #1b2e20, #003908 50%, #137840);
  border-radius: 36px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 10px;
  transition: padding .2s, margin .2s;
  position: absolute;
  left: 5%;
  right: 5%;
}

.gridelement-alwayshovered:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(30deg, #1b2e20, #003908 46%, #137840);
  background-clip: border-box;
  box-shadow: 0 0 20px 1px #0003;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  margin: 52px;
  display: block;
}

.div-block-15 {
  background-color: var(--primary--grey--grey-4);
  border-radius: 32px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
}

.form {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-bottom: 16px;
  display: flex;
}

.field-label, .field-label-2, .text-field {
  display: none;
}

.text-field-2 {
  border-radius: 24px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.div-block-16 {
  background-image: url('../images/659aea689e4b6a003dcff536_89f1435aef14f375d711c7039a5cb321.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 36px;
  flex: 1;
}

.vr-stats {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary--grey--grey-5);
  border-radius: 32px 32px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 80px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.heading-customspacing {
  color: var(--primary--grey--grey-1);
  flex: 0 auto;
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.image_border16px {
  border-radius: 16px;
  height: 100%;
  margin-bottom: 4px;
  overflow: clip;
}

.paragraph_justifymid {
  color: var(--primary--grey--grey-1);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.paragraph_justifymid_bottomspacing {
  color: var(--primary--grey--grey-1);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  line-height: 150%;
}

.faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary--grey--grey-5);
  border-radius: 32px 32px 0 0;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.heading_just-mid {
  color: var(--primary--grey--grey-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
}

.faq_element {
  background-image: linear-gradient(30deg, #1b2e20, #003908 50%, #137840);
  border-radius: 43px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq_element:hover {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  box-shadow: 0 0 20px 1px #0003;
}

.faq_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary--grey--grey-4);
  cursor: pointer;
  border-radius: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.faq_content:hover {
  border: 1px solid var(--secondary--orange);
}

.div-block-18 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.faq-heading {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 110%;
  transition: all .2s;
}

.paragraph-small {
  color: var(--primary--grey--grey-1);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 150%;
}

.faq_para_new {
  color: var(--primary--grey--grey-1);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 150%;
  display: none;
}

.faq-arrow-text {
  color: var(--primary--grey--grey-1);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 110%;
  transition: all .2s;
  transform: rotate(90deg);
}

.image-5 {
  max-width: 80%;
  height: 150%;
  margin-top: -143px;
  margin-right: -68px;
}

.div-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 60%;
  height: 100%;
  display: flex;
}

.heading-3 {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 130%;
  transition: all .2s;
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 48px;
  display: flex;
}

.contact-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary--grey--grey-5);
  border-radius: 32px 32px 0 0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  position: absolute;
  inset: auto auto -99px -4.7%;
  overflow: hidden;
}

.form-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  left: auto;
  right: 64px;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  display: flex;
}

.textfieldlabel {
  color: var(--primary--grey--grey-1);
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.contactus_textfield {
  flex: 0 auto;
  align-items: stretch;
  width: 260px;
}

.contactus_textfield_field {
  color: var(--primary--grey--grey-5);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.contactus_textfield_field::placeholder {
  color: var(--primary--grey--grey-1);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.select-field {
  color: var(--primary--grey--grey-1);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.textarea {
  color: var(--primary--grey--grey-1);
  border-radius: 24px;
  height: 150px;
  min-height: 150px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.footer-dark {
  background-color: var(--primary--grey--grey-5);
  color: var(--primary--grey--grey-1);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 32px;
  padding: 80px 64px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  position: relative;
  box-shadow: 0 0 20px #00000080;
}

.footer-wrapper {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-content {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  pointer-events: auto;
  color: var(--primary--grey--grey-1);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--primary--mint--mint-1);
  font-weight: 700;
}

.footer-divider {
  background-color: var(--primary--grey--grey-1);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 32px;
}

.footer-copyright-center {
  float: left;
  text-align: center;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.image-7 {
  width: auto;
  max-width: 240px;
}

.form-3 {
  flex-direction: row;
  line-height: 100%;
  display: flex;
}

.text-field-3 {
  color: var(--primary--grey--grey-5);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-block-3 {
  margin-bottom: 0;
  display: block;
}

.div-block-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.div-block-25 {
  justify-content: space-between;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  display: flex;
}

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

.image-8 {
  height: 24px;
}

.privacypolicyetc {
  color: var(--primary--mint--mint-2);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.container-3 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 85%;
  display: flex;
}

.eu_project_title {
  color: #0646a5;
  margin-bottom: 30px;
  margin-left: 41px;
  margin-right: 41px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 100%;
}

.eu_project_description {
  color: #2c2e35;
  margin-left: 41px;
  padding-bottom: 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.form-bitrix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  display: grid;
}

.div-block-28 {
  max-height: 0;
}

.sticky-content-longer-copy {
  border-radius: 32px;
  height: 120vh;
  position: sticky;
  top: -20vh;
  box-shadow: 0 0 20px #00000080;
}

.heading-middle {
  color: var(--primary--grey--grey-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.paragraph-middle {
  color: var(--primary--grey--grey-1);
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 64px;
  line-height: 150%;
}

.paragraph-middle.margin-bottom-huge {
  margin-bottom: 64px;
}

.sticky-content-very-longer {
  border-radius: 32px;
  height: 130vh;
  position: sticky;
  top: -30vh;
  box-shadow: 0 0 20px #00000080;
}

.paragraph-withspacing-mid {
  color: var(--primary--grey--grey-1);
  flex: 1;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 150%;
}

.footnote-mid {
  color: var(--primary--grey--grey-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.sticky-content-longer-moderate {
  border-radius: 24px;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 20px #00000080;
}

.form-script {
  flex: 1;
  width: 100%;
}

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

.fs-cc-banner_buttons-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.fs-cc-prefs_text-2 {
  color: var(--primary--grey--grey-1);
  letter-spacing: normal;
  font-size: 12px;
}

.fs-cc-prefs_buttons-wrapper-2 {
  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-banner_close {
  background-color: var(--primary--grey--grey-4);
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.success-message-2 {
  width: 100%;
}

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

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

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

.fs-cc-prefs_close-2 {
  z-index: 1;
  background-color: var(--primary--grey--grey-1);
  color: var(--primary--grey--grey-5);
  cursor: pointer;
  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-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--primary--grey--grey-5);
  border-top: 1px solid #4353ff29;
  justify-content: space-between;
  padding: 24px 5vw;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_form-2 {
  background-color: var(--primary--grey--grey-5);
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

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

.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_space-medium-2 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.fs-cc-prefs_label-2 {
  color: var(--primary--mint--mint-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

.fs-cc-banner_close-icon {
  color: var(--primary--grey--grey-1);
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

.fs-cc-prefs_content-2 {
  color: var(--primary--grey--grey-1);
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.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: none;
  position: fixed;
  inset: 0%;
}

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

.fs-cc-prefs_title-2 {
  color: var(--primary--grey--grey-1);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_text-2 {
  color: #fff;
  margin-right: 24px;
  font-family: Satoshi, sans-serif;
}

.fs-cc-banner_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

.heading-22 {
  color: var(--primary--grey--grey-1);
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 110%;
  transition: all .2s;
}

.sticky-content-3 {
  border-radius: 32px;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 20px #00000080;
}

.link {
  color: var(--primary--grey--grey-1);
  cursor: pointer;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  margin-top: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-rich-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.padding-bottom, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.legal2-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  padding-right: 10vw;
}

.container-large.hero {
  padding-bottom: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.main-wrapper {
  padding-left: 5vw;
  padding-right: 5vw;
}

.padding-section-large {
  padding-top: 16rem;
  padding-bottom: 7rem;
}

.page-wrapper {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.body-2 {
  background-color: var(--primary--grey--grey-5);
}

.image-9 {
  max-width: 100%;
  height: 43px;
  display: block;
}

.image-9.mobile {
  display: none;
}

.image-9.desktop {
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 32px;
  margin: auto 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: clip;
}

._2nd-bottom-bar-hm4-2, ._2nd-top-bar-hm4-2, ._2nd-middle-bar-hm4-2 {
  background-color: #b2b5c0;
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.top-bar-hm4-2 {
  background-color: #b2b5c0;
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
}

.mobile-margin-top-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.bottom-bar-hm4-2, .middle-bar-hm4-2 {
  background-color: #b2b5c0;
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin: 6px auto;
}

.nav-link-3 {
  color: #b2b5c0;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-3:hover {
  color: #38f2ae;
  font-weight: 700;
}

.nav-link-3:active {
  color: #00c181;
  -webkit-text-stroke-width: 1px;
}

.nav-link-3:focus {
  color: #38f2ae;
  -webkit-text-stroke-width: 1px;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-secondary-2 {
  color: #b2b5c0;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-color: #292b2d;
  border: 2px solid #0000;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-secondary-2:hover {
  color: #b2b5c0;
  text-transform: none;
  background-color: #32343a;
  border: 2px solid #b2b5c0;
  border-radius: 24px;
}

.button-secondary-2:active {
  background-color: #43464d;
}

.button-primary-default-2 {
  color: #222427;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-color: #38f2ae;
  border: 2px solid #38f2ae;
  border-radius: 24px;
  align-self: flex-start;
  padding: 10px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary-default-2:hover {
  color: #38f2ae;
  text-transform: none;
  background-color: #32343a;
  border-style: solid;
  border-width: 2px;
  border-radius: 24px;
}

.button-primary-default-2:active {
  background-color: #43464d;
}

.nav-menu-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #292b2d;
  border-radius: 36px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 20%;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5vw;
  padding: 10px 24px;
  list-style-type: none;
  display: flex;
  position: relative;
}

.image-10 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  position: absolute;
  inset: auto auto -99px -4.7%;
  overflow: hidden;
}

.select-field-2 {
  color: #b2b5c0;
  border-radius: 24px;
  height: 48px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.textarea-2 {
  color: #b2b5c0;
  border-radius: 24px;
  height: 150px;
  min-height: 150px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.heading_just-mid-2 {
  color: #b2b5c0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
}

.form-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  left: auto;
  right: 64px;
}

.contactus_textfield_field-2 {
  color: #222427;
  border-radius: 24px;
  height: 48px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.contactus_textfield_field-2::placeholder {
  color: #b2b5c0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.paragraph_justifymid_bottomspacing-2 {
  color: #b2b5c0;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  line-height: 150%;
}

.div-block-32 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  display: flex;
}

.contact-us-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #222427;
  border-radius: 32px 32px 0 0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 80px;
  display: flex;
}

.textfieldlabel-2 {
  color: #b2b5c0;
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

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

.footer-dark-2 {
  color: #b2b5c0;
  background-color: #222427;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 32px;
  padding: 80px 64px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  position: relative;
  box-shadow: 0 0 20px #00000080;
}

.privacypolicyetc-2 {
  color: var(--primary--mint--mint-2);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.paragraph-small-2 {
  color: #b2b5c0;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.image-11 {
  width: 240px;
}

.div-block-35 {
  justify-content: space-between;
  display: flex;
}

.image-12 {
  height: 24px;
}

.footer-link-2 {
  pointer-events: auto;
  color: #b2b5c0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #38f2ae;
  font-weight: 700;
}

.footer-divider-2 {
  background-color: #b2b5c0;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 32px;
}

.container-4 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 85%;
  display: flex;
}

.form-block-5 {
  margin-bottom: 0;
  display: block;
}

.text-field-4 {
  color: #222427;
  border-radius: 24px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  display: flex;
}

.link-block {
  color: var(--primary--mint--mint-2);
}

.link-block.w--current {
  color: var(--primary--mint--mint-3);
}

.link-2 {
  color: var(--primary--grey--grey-1);
}

.image-13 {
  height: 18px;
  display: block;
}

.list-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--primary--grey--grey-4);
    border-radius: 50px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: var(--primary--grey--grey-5);
    border-radius: 0 0 50px 50px;
    flex-flow: column;
    place-content: flex-end space-between;
    align-items: stretch;
    display: flex;
    left: 20px;
    right: 20px;
  }

  .nav-menu {
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    font-weight: 700;
  }

  .mobile-margin-top-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .button-primary-default {
    align-self: stretch;
    display: block;
  }

  .menu-button {
    padding: 12px;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .ourplatform {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 180vh;
    padding: 10%;
  }

  .image {
    display: block;
  }

  .image.desktop {
    display: none;
  }

  .image.mobile {
    flex: 0 auto;
    padding-top: 3px;
    display: block;
  }

  .button-secondary {
    order: 0;
    align-self: stretch;
  }

  .nav-menu-buttons {
    background-color: #0000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .fakenavbarslidebackground {
    z-index: -1;
    background-color: var(--primary--grey--grey-5);
    object-fit: fill;
    border-radius: 0 0 50px 50px;
    flex: 0 auto;
    align-self: auto;
    height: 0%;
    margin: 0 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 50% 0% 0;
    overflow: visible;
  }

  .sticky-content {
    border-radius: 0;
    height: 100vh;
  }

  .sticky-content.stats {
    border-radius: 20px;
    height: 340vh;
  }

  .smallheading {
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .smallheading.center {
    justify-content: center;
    align-self: center;
  }

  .herotext {
    flex-direction: column;
    grid-template-rows: auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10%;
    display: flex;
    bottom: 10%;
  }

  .heading-hero {
    font-size: 64px;
  }

  .paragraph-hero {
    margin-top: 0;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .div-image-1 {
    left: -3%;
  }

  .div-image-3 {
    right: -8%;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    width: auto;
    margin-right: 0;
    display: flex;
  }

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

  .heading {
    color: var(--primary--grey--grey-1);
    font-family: Satoshi, sans-serif;
    font-size: 40px;
  }

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

  .paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .benefits {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 220vh;
    padding: 5% 10%;
  }

  .div-block-11 {
    align-self: center;
    padding-left: 0;
  }

  .gridelement-hoverable {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .gridelement-hoverable.bottom-margin {
    align-items: center;
    margin-bottom: 24px;
  }

  .heading-2 {
    align-self: flex-start;
  }

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

  .sticky-content-longer {
    height: 80vh;
  }

  .notify-me {
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 170vh;
    margin-bottom: 0;
    padding: 5% 10%;
    position: relative;
  }

  .gridelement-static {
    align-items: center;
    display: flex;
  }

  .trainingitems {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-trainonanydevice {
    align-self: center;
    display: none;
  }

  .grid-trainonanydevice.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .headsetavailability {
    box-shadow: 0 2px 11px 0 var(--primary--grey--grey-3);
  }

  .accessibility {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-size: 180vw 230vh;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 180vh;
    margin-bottom: 0;
    padding: 80px;
  }

  .animatedbackground {
    height: auto;
  }

  .div-block-14 {
    width: auto;
    margin: 5%;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 5%;
    display: flex;
  }

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

  .form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-16 {
    flex: none;
    height: 60vw;
    margin: 2% 5% 5%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .vr-stats {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: -40px;
  }

  .div-block-17 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 24px;
  }

  .heading-customspacing {
    align-self: center;
  }

  .paragraph_justifymid {
    padding-bottom: 24px;
  }

  .faq {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .image-5 {
    z-index: 0;
    max-width: 140%;
    height: 140%;
    margin-top: -200px;
    margin-right: 2px;
    position: absolute;
    inset: 0% 0% 0% 39%;
    overflow: clip;
  }

  .div-block-19 {
    z-index: 10;
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .heading-3.center {
    color: var(--primary--grey--grey-1);
    text-align: center;
    font-family: Satoshi, sans-serif;
    font-weight: 900;
  }

  .contact-us {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
    margin-bottom: -40px;
  }

  .footer-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .form-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .form-bitrix {
    display: block;
  }

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

  .sticky-content-longer-copy {
    height: 180vh;
    top: -80vh;
  }

  .heading-middle {
    text-align: center;
    font-size: 40px;
  }

  .paragraph-middle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .sticky-content-very-longer {
    height: 220vh;
    top: -120vh;
  }

  .paragraph-withspacing-mid {
    text-align: center;
  }

  .footnote-mid {
    text-align: center;
    margin-top: 16px;
  }

  .sticky-content-longer-moderate {
    height: 170vh;
    top: -70vh;
    overflow: hidden;
  }

  .fs-cc-banner_container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .heading-22 {
    align-self: flex-start;
  }

  .heading-22.center {
    color: var(--primary--grey--grey-1);
    font-family: Satoshi, sans-serif;
    font-weight: 900;
  }

  .sticky-content-3 {
    border-radius: 0;
    height: 100vh;
  }

  .sticky-content-3.device {
    height: 120vh;
    top: -20vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .legal2-content_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .main-wrapper {
    padding-top: 15vh;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-9 {
    display: block;
  }

  .image-9.mobile {
    flex: 0 auto;
    height: 46px;
    padding-top: 3px;
    display: block;
  }

  .image-9.desktop {
    display: none;
  }

  .mobile-margin-top-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-3:hover {
    font-weight: 700;
  }

  .button-secondary-2 {
    order: 0;
    align-self: stretch;
  }

  .button-primary-default-2 {
    align-self: stretch;
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--primary--grey--grey-4);
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 35%;
    height: auto;
    margin-top: 2vh;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .contact-us-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 80vh;
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .container-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: stretch;
    align-items: stretch;
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .ourplatform {
    height: 220vh;
  }

  .nav-menu-buttons {
    flex-direction: column;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .background-hero-video {
    height: 180vh;
    margin-left: -100%;
  }

  .sticky-scrollsection {
    margin-bottom: -100vh;
  }

  .sticky-content {
    border-radius: 20px;
    height: 280vh;
    top: -180px;
  }

  .sticky-content.faq {
    height: 150vh;
    top: -50vh;
  }

  .herotext {
    margin-top: 15%;
    display: flex;
    inset: 0% 0% auto;
  }

  .heading-hero {
    font-size: 64px;
    line-height: 110%;
  }

  .div-block-9 {
    width: 100%;
  }

  .heading {
    color: var(--primary--grey--grey-1);
    font-family: Satoshi, sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 110%;
  }

  .paragraph {
    align-self: stretch;
  }

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

  .benefits {
    height: 150vh;
  }

  .gridelement-hoverable {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .gridelement-hoverable.bottom-margin {
    margin-bottom: 40px;
  }

  .heading-2 {
    align-self: stretch;
  }

  .sticky-content-longer {
    height: 240vh;
    top: -140vh;
  }

  .notify-me {
    height: 300vh;
  }

  .trainingitems {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-trainonanydevice.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph2.center {
    text-align: center;
    font-size: 18px;
  }

  .headsetavailability {
    background-color: var(--primary--grey--grey-4);
    box-shadow: 0 2px 5px 0 var(--primary--grey--grey-3);
  }

  .accessibility {
    background-position: 0 0;
    background-size: 160vw 280vh;
    justify-content: flex-start;
    align-items: flex-start;
    height: 280vh;
    padding: 10%;
    position: static;
  }

  .faq {
    border-radius: 20px;
    flex: 0 auto;
    height: 300vh;
  }

  .image-5 {
    max-width: none;
    height: 120%;
    margin-top: 0;
    left: 5%;
  }

  .heading-3.center {
    color: var(--primary--grey--grey-1);
    text-align: center;
  }

  .contact-us {
    height: 240vh;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    margin-top: 40px;
    display: flex;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .form-bitrix {
    display: block;
  }

  .sticky-content-longer-copy {
    height: 220vh;
    top: -120vh;
  }

  .paragraph-middle {
    padding-left: 0;
  }

  .sticky-content-very-longer {
    height: 250vh;
    top: -150vh;
  }

  .sticky-content-longer-moderate {
    height: 150vh;
    top: -50vh;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    justify-content: space-between;
    margin-top: 12px;
  }

  .fs-cc-banner_text-link-2 {
    margin-right: 8px;
  }

  .fs-cc-prefs_title-2 {
    font-size: 20px;
  }

  .fs-cc-banner_container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .heading-22 {
    align-self: stretch;
  }

  .heading-22.center {
    color: var(--primary--grey--grey-1);
    text-align: center;
  }

  .sticky-content-3 {
    border-radius: 20px;
    height: 280vh;
    top: -180px;
  }

  .sticky-content-3.device {
    height: 130vh;
    top: -30vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mobile-margin-top-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: stretch;
    align-items: stretch;
    margin-top: 10px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .contact-us-2 {
    height: 240vh;
  }

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

  .footer-link-2:hover {
    color: #38f2ae;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    display: block;
  }

  .container-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    flex-wrap: nowrap;
  }

  .navbar-brand {
    min-width: 100px;
  }

  .nav-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .button-primary-default {
    clear: none;
    white-space: normal;
    flex: 0 auto;
    align-self: stretch;
    font-size: 16px;
    display: block;
  }

  .menu-button {
    opacity: 1;
    pointer-events: auto;
    color: red;
    mix-blend-mode: normal;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .ourplatform {
    height: 160vh;
    overflow: hidden;
  }

  .hamburger-menu-hm4 {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .image.mobile {
    height: 40px;
    padding-top: 0;
  }

  .nav-menu-buttons {
    flex-direction: column;
  }

  .background-hero-video {
    object-position: 50% 50%;
    flex: 0 auto;
    height: 120vh;
    margin-left: -195%;
    overflow: hidden;
  }

  .sticky-content {
    height: 120vh;
    display: flex;
    position: sticky;
    top: -20vh;
    overflow: hidden;
  }

  .sticky-content.faq {
    height: 140vh;
    top: -40vh;
  }

  .smallheading {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .smallheading.center {
    justify-content: center;
  }

  .herotext {
    grid-column-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 70%;
    padding-bottom: 50%;
    display: flex;
    inset: 0%;
  }

  .div-block-5 {
    flex-flow: column;
    flex: 0 auto;
    min-width: auto;
    display: block;
  }

  .heading-hero {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 110%;
    position: static;
  }

  .paragraph-hero {
    margin-bottom: 24px;
    font-size: 16px;
  }

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

  .div-image-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .div-image-1 {
    text-align: left;
    background-image: url('../images/7e2459bacf13cd69bf0c7c0f5b4d4194.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .div-image-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .div-block-9 {
    height: 30%;
  }

  .heading {
    text-align: left;
    font-size: 34px;
  }

  .heading.center {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    display: block;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.center {
    margin-bottom: 10px;
  }

  .image-3 {
    width: 250%;
    max-width: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .benefits {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
    overflow: hidden;
  }

  .div-block-11.margin-bottom-huge {
    margin-bottom: 18px;
  }

  .gridelement-hoverable {
    box-sizing: border-box;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .benefit {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding: 16px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .grid-benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .sticky-content-longer {
    height: 110vh;
    top: -10vh;
  }

  .notify-me {
    height: 160vh;
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    overflow: hidden;
  }

  .gridelement-static {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 80%;
    display: grid;
    overflow: visible;
  }

  .trainingitems {
    grid-column-gap: 0px;
    padding: 18px 32px;
  }

  .itemdescription {
    font-size: 20px;
  }

  .grid-trainonanydevice.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .paragraph2.center {
    font-size: 16px;
  }

  .headsetavailability {
    width: 100%;
    margin-top: 16px;
  }

  .accessibility {
    height: auto;
    padding-bottom: 30%;
    overflow: hidden;
  }

  .gridelement-alwayshovered {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .faq {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 140vh;
    padding: 10%;
    overflow: hidden;
  }

  .image-5 {
    max-width: none;
    margin-right: -47px;
    top: -19%;
    left: 12%;
    overflow: clip;
  }

  .div-block-19 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .heading-3.center {
    font-size: 20px;
  }

  .div-block-20 {
    padding-bottom: 24px;
  }

  .contact-us {
    height: 110vh;
    overflow: hidden;
  }

  .image-6 {
    box-sizing: border-box;
    object-fit: contain;
    flex: 0 auto;
    align-self: auto;
    width: 180%;
    max-width: none;
    margin-left: 0%;
    padding-left: 0%;
    display: block;
    position: relative;
    inset: auto 0% 0% -40%;
    overflow: clip;
  }

  .title-small, .footer-link {
    font-size: 16px;
  }

  .footer-copyright-center {
    text-align: center;
    order: 1;
    align-self: center;
  }

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

  .div-block-26 {
    text-align: center;
    flex-flow: column;
    padding-bottom: 24px;
  }

  .form-bitrix {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .sticky-content-longer-copy {
    height: 160vh;
    top: -60vh;
  }

  .heading-middle {
    margin-bottom: 0;
    font-size: 34px;
  }

  .paragraph-middle {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .paragraph-middle.margin-bottom-huge {
    margin-bottom: 36px;
  }

  .sticky-content-very-longer {
    height: auto;
    position: static;
    top: -160vh;
  }

  .paragraph-withspacing-mid {
    font-size: 16px;
  }

  .footnote-mid {
    font-size: 12px;
  }

  .sticky-content-longer-moderate {
    height: 160vh;
    top: -60vh;
  }

  .div-block-30 {
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 28px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_text-link-2 {
    border-bottom-color: var(--primary--mint--mint-1);
  }

  .fs-cc-banner_component {
    border-radius: 1.2rem;
    display: none;
  }

  .fs-cc-prefs_form-2 {
    border-radius: 1.2rem;
  }

  .fs-cc-prefs_content-2 {
    padding: 24px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
    display: none;
  }

  .fs-cc-banner_text-2 {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .fs-cc-banner_container-2 {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .heading-22 {
    font-size: 20px;
  }

  .heading-22.center {
    font-size: 36px;
  }

  .sticky-content-3 {
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .sticky-content-3.device {
    height: 140vh;
    top: -40vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper {
    padding-top: 20vh;
  }

  .image-9.mobile {
    height: 40px;
    padding-top: 0;
  }

  .mobile-margin-top-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .button-primary-default-2 {
    white-space: nowrap;
    font-size: 16px;
  }

  .nav-menu-2 {
    border-radius: 40px;
    flex-direction: column;
    width: 80%;
    font-family: Satoshi, sans-serif;
  }

  .image-10 {
    box-sizing: border-box;
    object-fit: contain;
    flex: 0 auto;
    align-self: auto;
    width: 180%;
    max-width: none;
    margin-left: 0%;
    padding-left: 0%;
    display: block;
    position: relative;
    inset: auto 0% 0% -40%;
    overflow: clip;
  }

  .div-block-31 {
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .contact-us-2 {
    height: 110vh;
    overflow: hidden;
  }

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

  .footer-link-2 {
    font-size: 16px;
  }

  .div-block-36 {
    text-align: center;
    flex-flow: column;
    padding-bottom: 24px;
  }

  .image-15 {
    object-position: 50% 50%;
    max-width: none;
    height: 100%;
  }
}

#w-node-_108bc511-5667-40f8-72df-74d1b084e006-edaea900, #w-node-_31cccac5-695e-587d-af19-a74e9c48d175-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c613fd0-d11a-163a-da48-a2198febe376-edaea900 {
  align-self: end;
}

#w-node-_07479c7f-7d47-f61e-6261-c4357aafbe5b-edaea900, #w-node-_0d960ca6-8e3d-10ac-917c-730149e8c8fb-edaea900, #w-node-_7aa3531f-c253-2e4a-0356-2d41a967d2f4-edaea900, #w-node-_73eeca27-a7db-1683-f30d-e0525babfc10-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8eb7-edaea900 {
  place-self: center start;
}

#w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8eca-edaea900 {
  place-self: center;
}

#w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8ecb-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5407c680-54d2-7ab8-323c-fe949220b99c-edaea900 {
  place-self: center;
}

#w-node-_01a38927-80d8-635c-47e4-672f17b0ab9c-edaea900, #w-node-_993c774e-064d-eb31-daa9-2f8b859ce079-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8edd-edaea900 {
  place-self: center start;
}

#w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8ed4-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea6a06ec-42d1-d519-823f-c8a907c73f57-edaea900 {
  place-self: center start;
}

#w-node-ea6a06ec-42d1-d519-823f-c8a907c73f5c-edaea900 {
  place-self: center;
}

#w-node-ea6a06ec-42d1-d519-823f-c8a907c73f5d-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea6a06ec-42d1-d519-823f-c8a907c73f61-edaea900, #w-node-ea6a06ec-42d1-d519-823f-c8a907c73f67-edaea900 {
  place-self: center;
}

#w-node-ea6a06ec-42d1-d519-823f-c8a907c73f68-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea6a06ec-42d1-d519-823f-c8a907c73f6d-edaea900 {
  place-self: center start;
}

#w-node-b3058332-a1fa-857b-2011-9d280a4228e4-edaea900, #w-node-b0bbf9b8-ed33-b752-c0b2-f4307b32ac42-edaea900, #w-node-_7093af0b-23e0-d597-7fae-f0f0d107a225-edaea900, #w-node-_588fd197-d7f6-7149-bc4d-b69a86bd5584-edaea900, #w-node-d423c432-69e6-c46c-8b59-0253d51489ed-edaea900, #w-node-_81d5223f-0acf-9c0b-8da9-c6f1d938d5a6-edaea900, #w-node-_0a4f088d-2bb7-ad20-4dab-d76f7f00e558-edaea900, #w-node-_0660fa46-4988-bb70-fc48-4749f603d667-edaea900, #w-node-a064448f-3209-9bf9-32dc-d4e5a3d743f7-edaea900, #w-node-a064448f-3209-9bf9-32dc-d4e5a3d7440b-edaea900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390a70ce-acf6-143b-1405-8f5cc865ace2-523c346d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7f8fd2cb-331a-ef2d-ab0a-c28d441b65c7-523c346d, #w-node-_7f8fd2cb-331a-ef2d-ab0a-c28d441b65d0-523c346d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_07479c7f-7d47-f61e-6261-c4357aafbe5a-edaea900 {
    justify-self: auto;
  }

  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8eb7-edaea900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_01a38927-80d8-635c-47e4-672f17b0ab9b-edaea900 {
    place-self: center;
  }

  #w-node-_993c774e-064d-eb31-daa9-2f8b859ce078-edaea900, #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8edd-edaea900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8ed4-edaea900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3058332-a1fa-857b-2011-9d280a4228e4-edaea900 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b0bbf9b8-ed33-b752-c0b2-f4307b32ac42-edaea900 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7093af0b-23e0-d597-7fae-f0f0d107a225-edaea900 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_0223e446-2adc-e5b7-495e-40e8cba39270-edaea900 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_224e47e2-aaf9-0dc5-3e47-15d5532767d1-edaea900 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3cfe1e45-2b15-5a2e-48a4-c754f2209841-edaea900 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-cac74600-548e-c5eb-4c89-5447296d2a9f-edaea900 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fb3a1b4d-5808-d439-2d5b-f9944b50f9a2-edaea900 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c978ffc1-d4d4-eb9f-4fd1-d2550e0c6300-edaea900 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-f279903a-2562-0fa1-2808-2432a23d19ea-edaea900 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_390a70ce-acf6-143b-1405-8f5cc865ace2-523c346d {
    justify-self: start;
  }

  #w-node-_9e18c74e-fca1-825a-acac-d65ab2b7b352-523c346d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8eb7-edaea900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-_993c774e-064d-eb31-daa9-2f8b859ce078-edaea900 {
    grid-area: span 4 / span 2 / span 4 / span 2;
    justify-self: center;
  }

  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8edd-edaea900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8ed4-edaea900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a064448f-3209-9bf9-32dc-d4e5a3d743f7-edaea900, #w-node-a064448f-3209-9bf9-32dc-d4e5a3d7440b-edaea900, #w-node-_7f8fd2cb-331a-ef2d-ab0a-c28d441b65c7-523c346d, #w-node-_7f8fd2cb-331a-ef2d-ab0a-c28d441b65d0-523c346d {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8eb7-edaea900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8eba-edaea900 {
    align-self: auto;
  }

  #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8edd-edaea900, #w-node-_90814964-8f90-cab8-11ee-5fc8d6fa8ed4-edaea900 {
    justify-self: center;
  }

  #w-node-f279903a-2562-0fa1-2808-2432a23d19ea-edaea900, #w-node-_9e18c74e-fca1-825a-acac-d65ab2b7b352-523c346d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}