@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueCyr-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-xsmall {
  margin-bottom: 2vw;
}

.has--no-spacing {
  letter-spacing: 0;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.border-radius-xsmall {
  border-radius: .5vw;
  overflow: hidden;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #6861ff1a;
  border: 1px dashed #6861ff;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.max-width-xxsmall {
  max-width: 20vw;
}

.border-radius-medium {
  border-radius: 1.5vw;
  overflow: hidden;
}

.is--light {
  font-weight: 300;
}

.max-width-medium {
  max-width: 50vw;
}

.fs-styleguide_label {
  color: #f6f6f6;
  background-color: #6861ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.page-wrapper-sg {
  overflow: clip;
}

.max-width-xxlarge {
  max-width: 80vw;
}

.list-inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 2ch 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.border-radius-xlarge {
  border-radius: 3vw;
  overflow: hidden;
}

.is--normal {
  font-weight: 400;
}

.is--italic {
  font-style: italic;
}

.has--color-black {
  color: #000;
}

.margin-bottom-large {
  margin-bottom: 6vw;
}

.has--1-spacing {
  letter-spacing: -.01em;
}

.margin-bottom-xlarge {
  margin-bottom: 8vw;
}

.border-radius-small {
  border-radius: 1vw;
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  display: grid;
}

.margin-bottom-paragraph {
  margin-bottom: 2.4vw;
}

.has--align-left {
  text-align: left;
}

.border-radius-large {
  border-radius: 2vw;
  overflow: hidden;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.max-width-xlarge {
  max-width: 70vw;
}

.h2-large {
  font-size: 6vw;
  font-weight: 500;
  line-height: 86%;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.list-block {
  flex-flow: column;
  display: flex;
}

.div-template {
  background-color: #6861ff;
  width: 100%;
  height: 1px;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-bottom-small {
  margin-bottom: 3vw;
}

.max-width-xsmall {
  max-width: 30vw;
}

.has--align-right {
  text-align: right;
}

.has--color-white {
  color: #fff;
}

.has--5-spacing {
  letter-spacing: -.05em;
}

.has--4-spacing {
  letter-spacing: -.04em;
}

.is--xbold {
  font-weight: 800;
}

.has--2-spacing {
  letter-spacing: -.02em;
}

.is--medium {
  font-weight: 500;
}

.max-width-large {
  width: 100%;
  max-width: 60vw;
}

.has--3-spacing {
  letter-spacing: -.03em;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.is--uppercase {
  text-transform: uppercase;
}

.list-template {
  z-index: -1;
  background-color: #6861ff1a;
  border: 1px dashed #6861ff;
  height: 3rem;
  position: relative;
}

.is--lowercase {
  text-transform: lowercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(0deg, #6861ff1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_spacing.transparent {
  background-image: none;
}

.margin-list-large {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.pointer-events-none {
  pointer-events: none;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.is--semibold {
  font-weight: 600;
}

.is--black {
  color: #f5f5f5;
  background-color: #000;
}

.h3-large {
  font-size: 4vw;
  font-weight: 500;
  line-height: 90%;
}

.margin-bottom-medium {
  margin-bottom: 4vw;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-block-small {
  padding-top: 16vw;
  padding-bottom: 16vw;
}

.headings {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-list-small {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.margin-list-small.has--larger-margin {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.max-width-small {
  max-width: 40vw;
}

.is--bold {
  font-weight: 700;
}

.is--white {
  background-color: #fff;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.preloader-text {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14vw;
  font-weight: 700;
  line-height: 100%;
}

.preloader-text.is--1 {
  position: absolute;
  inset: auto auto -17.7vw -47.2vw;
  transform: scale(.6);
}

.preloader-text.is--2 {
  position: absolute;
  inset: auto auto -8vw -15.8vw;
  transform: scale(.03);
}

.preloader-text.is--3 {
  position: absolute;
  inset: auto auto -6.5vw -15vw;
  transform: scale(.005);
}

.preloader-text.is--4 {
  position: absolute;
  inset: -18.7vw auto auto -37vw;
  transform: scale(.22);
}

.preloader-text.is--5 {
  position: absolute;
  inset: -14.2vw auto auto -22.6vw;
  transform: scale(.12);
}

.preloader-text.is--6 {
  position: absolute;
  inset: -19.2vw auto auto 3vw;
  transform: scale(.35);
}

.preloader-text.is--7 {
  position: absolute;
  inset: -8.8vw auto auto -13vw;
  transform: scale(.06);
}

.preloader-text.is--8, .preloader-text.is--3 {
  position: absolute;
  inset: -4.5vw auto auto -26.6vw;
  transform: scale(.015);
}

.preloader-text.is--8 {
  position: absolute;
  inset: -8.8vw -27.4vw auto auto;
  transform: scale(.06);
}

.footer-text {
  letter-spacing: -.06em;
  margin-top: -.8vw;
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  font-size: 25.5vw;
  font-weight: 700;
  line-height: 94%;
}

.large-text {
  letter-spacing: -.03em;
  text-transform: uppercase;
  padding-top: .4vw;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 86%;
}

.large-text.has--low-opacity {
  color: #fff3;
}

.large-text.is--flex {
  justify-content: space-between;
  display: flex;
}

.large-text.masked-text {
  color: #fff3;
}

.large-text.all-in-one {
  color: #ffffff80;
  line-height: 100%;
}

.large-text.all-in-one.is--2, .large-text.all-in-one.is--3 {
  position: absolute;
  inset: 0%;
}

.medium-text {
  letter-spacing: -.03em;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 3.125vw;
  line-height: 105%;
  position: static;
}

.medium-text.fall-animation {
  display: inline;
}

.medium-text.is--marqee {
  text-align: center;
  width: 25vw;
}

.default-text {
  letter-spacing: -.04em;
  text-transform: uppercase;
  height: auto;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 96%;
}

.default-text.active {
  color: #fff6;
}

.default-text.non-active {
  color: #fff0;
  text-align: center;
  text-transform: none;
  display: none;
}

.default-text.has--max-width {
  max-width: 90%;
}

.default-text.is--absolute {
  transition: color .6s;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.default-text.is--absolute.non-active {
  color: #fff0;
  text-transform: uppercase;
  display: block;
}

.default-text.has--low-opacity {
  color: #ffffff54;
}

.default-text.is--preloader-button {
  text-align: center;
}

.small-text {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 104%;
}

.small-text.is--nav {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  flex: none;
  width: 6.8vw;
  padding: 0;
  overflow: hidden;
}

.small-text.is--flex {
  z-index: 9999;
  color: #fff3;
  justify-content: space-between;
  padding-left: 1vw;
  display: flex;
  position: relative;
}

.small-text.is--index {
  color: #fff6;
  margin-left: 2.8vw;
}

.small-text.has--max-width {
  color: #fff6;
  width: 29vw;
}

.small-text.has--low-opacity {
  color: #fff6;
}

.small-text.has--color-white {
  position: relative;
  overflow: hidden;
}

.small-text.is--button {
  padding-left: 1vw;
}

.small-text.is--nav-left {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  flex: none;
  width: 5vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
}

.small-text.is--nav-right {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  flex: none;
  width: 7.2vw;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.page-wrapper {
  overflow: clip;
}

.preloader {
  z-index: 9998;
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preloader-text-wrapper {
  width: 0;
  height: 0;
  position: relative;
}

.preloader-line-wrapper {
  transform-origin: 50% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10vw;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.preloader-line-wrapper.is--1 {
  height: 14vw;
  transform: rotate(-126deg);
}

.preloader-line-wrapper.is--2 {
  height: 3.5vw;
  transform: rotate(-116deg);
}

.preloader-line-wrapper.is--3 {
  height: 4vw;
  transform: rotate(140deg);
}

.preloader-line-wrapper.is--4 {
  height: 18vw;
  transform: rotate(-44deg);
}

.preloader-line-wrapper.is--5 {
  height: 8.5vw;
  transform: rotate(0);
}

.preloader-line-wrapper.is--6 {
  height: 26.5vw;
  transform: rotate(57deg);
}

.preloader-line-wrapper.is--7 {
  height: 8vw;
  transform: rotate(74.5deg);
}

.preloader-line {
  opacity: .17;
  background-color: #fff;
  width: .1vw;
  height: 100%;
}

.preloader-icon {
  flex: none;
  width: .8vw;
  height: auto;
}

.preloader-icon.is--smaller {
  width: .75vw;
  transform: scale(.8);
}

.preloader-lines-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-lines-center {
  display: flex;
  position: relative;
  left: 1.3vw;
  transform: scale(.75);
}

.navbar {
  z-index: 9999;
  background-color: #0000;
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: fixed;
  inset: 0% 0% auto;
}

.layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 41.4vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout.is--nav {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  display: flex;
}

.layout.has--full-height {
  height: 100vh;
}

.layout.is--absolute {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.logo-wrap {
  padding-left: 0;
}

.logo-text {
  color: #fff;
  letter-spacing: -.06em;
  white-space: nowrap;
  margin-top: -1.2vw;
  padding-right: 1vw;
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: margin 1.8s, font-size 1.8s, transform 1.8s, left 1.8s, top 1.8s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.logo-text.is--large {
  margin-top: -5.5vw;
  margin-left: -.8vw;
  font-size: 13.2vw;
}

.logo-text.is--large.preloader-text, .logo-text.is--large.preloader-animation {
  position: absolute;
  top: 46.5vh;
  left: 27vw;
  transform: scale(.01);
}

.menu-button {
  display: none;
  position: relative;
}

.menu-button.hide {
  display: none;
}

.menu-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-wrapper {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  order: -9999;
  margin-right: 0;
  display: flex;
  position: relative;
}

.language-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  order: 1;
  display: flex;
}

.language-block {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.language-block.active, .language-block.non-active {
  color: #fff;
}

.dot-icon {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  width: 1vw;
  height: 1vw;
}

.dot-icon.is--black {
  background-color: #000;
  position: absolute;
  right: 2vw;
}

.text-small.is--nav {
  padding: 0;
}

.navlink-div {
  display: none;
}

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

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 24.7vw;
  height: 5.3vw;
  padding-top: .2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-weight: 700;
  display: flex;
  position: relative;
}

.button.is--mobile {
  display: none;
}

.button.is--hero {
  white-space: nowrap;
}

.section-hero {
  z-index: 4;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-hero.section {
  height: var(--locked-vh, 100vh);
  background-color: #0000;
  display: block;
  position: sticky;
  bottom: auto;
}

.content-block.has--full-height {
  height: 100vh;
}

.content-block.has--full-height.is--flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.content-block.is--grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 48vw;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.heading-wrapper.is--sticky {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding-bottom: 2vw;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-wrapper.bottom-padding {
  justify-content: center;
  align-items: center;
}

.heading-block {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-block.hide {
  display: none;
}

.sticky-wrapper {
  height: 300vh;
  position: relative;
}

.sticky-wrapper.rotation-wrapper {
  z-index: 1;
  height: 450vh;
}

.page-wrapper-first {
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.section-gateway {
  display: none;
  position: absolute;
  inset: 0%;
}

.section-gateway.show {
  z-index: 999;
  background-color: #000;
  display: block;
}

.section-gateway.section {
  z-index: 6;
  height: 100vh;
  display: block;
  position: sticky;
  bottom: auto;
}

.center-block {
  height: 100vh;
}

.center-block.bottom-padding {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.bottom-padding {
  padding-bottom: 2vw;
}

.center-inner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.has-full-opaicty {
  color: #fff;
}

.benefits-wrapper {
  flex-flow: column;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.benefits-wrapper.section {
  z-index: 10;
  height: 100vh;
  position: sticky;
  bottom: auto;
  overflow: visible;
}

.section-services {
  z-index: auto;
  height: 100vh;
  position: relative;
}

.services-container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.services-text-wrapper {
  grid-column-gap: 2.6vw;
  grid-row-gap: 2.6vw;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  display: flex;
}

.services-text-wrapper.is--full {
  width: 200vw;
  min-width: 200vw;
}

.large-text-wrapper {
  justify-content: space-between;
  width: 100%;
  transition: width 1s, transform 1s;
  overflow: hidden;
}

.large-text-wrapper.is--full {
  width: 160vw;
  transform: none;
}

.small-text-wrapper {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.small-text-wrapper.is--4 {
  display: none;
}

.text-span, .text-span-2 {
  display: block;
}

.line-svg {
  pointer-events: none;
  width: 106.4vw;
  height: auto;
  position: absolute;
  inset: auto 0% 4vw -3.2vw;
}

.services-bottom-block {
  z-index: 9999;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-text-block {
  justify-content: center;
  align-items: flex-end;
  min-width: 21vw;
  min-height: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lottie-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-icon-wrapper {
  grid-column-gap: .35vw;
  grid-row-gap: .35vw;
  background-color: #ffffff0d;
  border: 1px solid #ffffff12;
  border-radius: 6px;
  width: 19vw;
  padding: .35vw;
  display: flex;
  overflow: hidden;
}

.services-icon-block {
  aspect-ratio: 1;
  background-color: #ffffff05;
  border: 1px solid #ffffff05;
  border-radius: 6px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.3vw;
  max-height: 4.3vw;
  display: flex;
}

.services-icon-block.active {
  background-color: #ffffff0d;
  border-color: #ffffff08;
}

.services-icon {
  width: auto;
  height: 3.5vw;
  margin-top: -.25vw;
  transition: opacity .3s;
}

.services-icon.is--larger {
  height: 3.8vw;
}

.benefits-sticky {
  z-index: auto;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.benefits-relative {
  z-index: auto;
  height: 200vh;
  position: relative;
}

.div-block {
  min-height: 200vw;
}

.lottie-block {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
}

.lottie-block.active {
  opacity: 1;
}

.sphere-wrapper {
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.sphere-block {
  position: relative;
  top: -2vw;
  left: -1.5vw;
}

.sphere-inner {
  position: sticky;
  top: 0;
}

.section-benefits {
  z-index: auto;
  height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
  overflow: scroll;
}

.section-benefits.section {
  z-index: 5;
  height: auto;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: visible;
}

.heading-relative {
  z-index: 2;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
}

.benefits-layout {
  z-index: auto;
  padding-top: 5vh;
  padding-bottom: 15vh;
  position: relative;
}

.benefits-block {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 6.5vw 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 1.6vw;
  padding-bottom: 4vw;
  display: grid;
  position: relative;
}

.benefits-icon-block {
  aspect-ratio: 1;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6.6vw;
  display: flex;
}

.benefits-div {
  z-index: 2;
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: relative;
}

.benefits-icon {
  aspect-ratio: 1;
  width: 3.2vw;
  height: auto;
  overflow: hidden;
}

.section-paragraph {
  z-index: 9999;
  background-color: #fff;
  height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-wrapper {
  z-index: 999;
  color: #ffffff30;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  padding-left: 2vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-wrapper.section {
  z-index: 1;
  width: auto;
  height: auto;
  padding-top: 109vh;
  padding-bottom: 18vh;
  padding-left: 0;
  display: block;
  position: sticky;
  bottom: auto;
}

.paragraph-relative {
  height: 300vh;
  display: none;
  position: relative;
}

.paragraph-sticky {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  position: sticky;
  top: 0;
}

.selected {
  color: #fff;
  text-shadow: 0 0 12px #ff0f00e6, 0 0 22px #ff0f0073, 0 0 34px #ff0f0040;
}

.section-all-in-one {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.large-heading-block {
  align-self: flex-start;
  width: 100%;
  margin-top: 8vw;
  position: relative;
}

.features-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -6vw;
}

.features-decor-wrapper {
  width: 100%;
  transform: translate(-2vw);
}

.features-text-wrapper {
  z-index: 1;
  aspect-ratio: 1;
  text-align: center;
  flex-flow: row;
  width: 117.2vw;
  height: 117.2vw;
  display: flex;
  position: absolute;
  inset: auto auto -88.8vw -8.7vw;
}

.features-text-block {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 27.6vw;
  display: flex;
  position: absolute;
}

.features-text-block.is--1 {
  inset: 20.7vw auto auto 13vw;
  transform: rotate(-40deg);
}

.features-text-block.is--2 {
  inset: 6.9vw auto auto 44.35vw;
}

.features-text-block.is--3 {
  inset: 18vw 14.2vw auto auto;
  transform: rotate(40deg);
}

.features-text-block.is--4 {
  inset: 45.4vw -2.2vw auto auto;
  transform: rotate(80deg);
}

.features-text-block.is--5 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  top: 78.9vw;
  right: 3.9vw;
  transform: rotate(120deg);
}

.section-partners {
  z-index: 1;
  background-color: #000;
  position: absolute;
  inset: 0% 0% auto;
}

.partners-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  display: grid;
}

.partners-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.partners-block {
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  border-right-width: 1px;
  border-right-color: #ffffff4d;
  flex-flow: column;
  justify-content: space-between;
  height: 19vw;
  padding: 2vw;
  display: flex;
  position: relative;
}

.hover-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  opacity: 1;
  pointer-events: none;
  background-color: #ffffff12;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-image {
  width: 9vw;
  height: auto;
}

.footer-section.bottom-padding {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.footer-inner {
  grid-column-gap: 8.4vw;
  grid-row-gap: 8.4vw;
  flex-flow: column;
  display: flex;
}

.footer-link-wrapper {
  display: flex;
  position: relative;
}

.footer-link-block {
  grid-column-gap: 1ch;
  grid-row-gap: 1ch;
  display: flex;
}

.footer-link-block.is--first_mobile {
  position: absolute;
  inset: 0% auto auto 12.7vw;
}

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

.partner-div {
  z-index: 10;
  transform-origin: 0%;
  background-color: #ffffff4d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 6vw auto auto 0;
}

.marquees-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  margin-left: 0;
  padding-top: 6vw;
  display: flex;
  position: relative;
}

.partners-part {
  flex: none;
}

.marquee-block {
  border-bottom: 1px solid #ffffff4d;
  overflow: hidden;
}

.marquee-css {
  display: none;
}

.cs-block {
  z-index: 99;
  opacity: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ffffff12;
  border: 1px solid #ffffff17;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 5.3vw;
  padding-top: .1vw;
  padding-left: 2.1vw;
  padding-right: 2.1vw;
  font-weight: 700;
  display: flex;
  position: relative;
  bottom: 8vw;
}

.cs-block.is--mobile {
  display: none;
}

.point-icon {
  width: 1vw;
  height: auto;
}

.point-wrap {
  width: 1vw;
  height: 4.8vw;
  position: absolute;
  inset: auto auto 10.3vw 50%;
  overflow: hidden;
}

.features-line {
  pointer-events: none;
  transform-style: preserve-3d;
  width: 100vw;
  height: auto;
  position: absolute;
  inset: auto 0% -.2vw 0;
  transform: scale3d(.993, 1, 1);
}

.icon-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1vw;
  display: flex;
  position: absolute;
  inset: -20vw auto auto 0;
}

.icon-inner {
  border: 1px solid #ffffff54;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8.6vw;
  height: 8.6vw;
  display: flex;
}

.hidden {
  opacity: 0;
}

.svg {
  width: 72vw;
  position: absolute;
}

.logo-loop {
  display: none;
}

.preloader-line-hover {
  position: absolute;
}

.preloader-text-block.is--3, .loop-logo-animation {
  display: none;
}

.gradient {
  background-image: radial-gradient(circle, #fff 27%, #0000);
  position: absolute;
  inset: 0%;
}

.noise-block {
  z-index: 99999;
  opacity: .05;
  pointer-events: none;
  mix-blend-mode: difference;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: 240px;
  width: 100vw;
  height: 100svh;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.cta-button {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 24.7vw;
  height: 5.3vw;
  padding-top: .2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  font-weight: 700;
  display: flex;
  position: relative;
}

.cta-button.is--mobile, .three-js, .paragraph, .scroll-rotation, .benefits-js, .preloader-js, .mask-css, .button-js, .code-embed {
  display: none;
}

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

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

.relative-block {
  z-index: 2;
  background-color: #000;
  height: 200vh;
  position: relative;
}

.gradient-div {
  z-index: 90;
  pointer-events: none;
  background-image: linear-gradient(0deg, #000 10%, #0000);
  width: 100vw;
  height: 30vw;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-js {
  display: none;
}

.line-wrap {
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vertical-line {
  background-image: linear-gradient(0deg, #6e6e6700, #d4d4c708);
  width: 1px;
  height: 100%;
  margin-top: -8vw;
}

.lottie-icon {
  width: 5vw;
  height: auto;
}

.footer-wrapper {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.footer-section-group {
  position: relative;
}

.vertical-div {
  background-color: #ffffff4d;
  width: 1px;
  position: absolute;
  inset: 0% 0% -10vh auto;
}

.scroll-hs {
  display: none;
}

.lottie-wrap {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.sphere-icon {
  width: 30vw;
  height: auto;
  margin-left: 3.5vw;
}

.svg-script, .preloader-script, .sphere-section-js, .paragraph-script, .all-in-one-section-js {
  display: none;
}

.first-section-group {
  height: auto;
  position: relative;
}

.first-section-group.rotation-wrapper {
  z-index: 1;
  height: 800vh;
}

.first-part-scroll, .second-part-scroll, .benefits-section-js {
  display: none;
}

.video-inner {
  width: 26vw;
  height: auto;
}

.video-inner.is--3 {
  width: 50vw;
}

.code-embed-2 {
  position: absolute;
  inset: 0%;
}

.canvas {
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  transform: translate(0, 50%);
}

.hero-background {
  z-index: -1;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.preloader-mousemove, .chaing, .debager {
  display: none;
}

.section-wrapper {
  height: 200vh;
  position: relative;
}

.section-wrapper.is-mg {
  margin-top: -120vh;
}

.section-wrapper.is-mg.is-auto {
  height: auto;
}

.section-wrapper.is-mg.is--footer {
  height: 220vh;
  margin-top: -100vh;
}

.section-wrapper.is-mg.is--benefits {
  height: 500vh;
}

.section-wrapper.is-mg.is--max-content, .section-wrapper.is-mg.is--text {
  height: auto;
}

.section-wrapper.is-mg.is-marquee {
  height: 130vh;
}

.section-wrapper.is-300 {
  height: 300vh;
}

.section-wrapper.is--hero {
  height: 150vh;
}

.section-trigger {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 10vh;
}

.marquee-section {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 43.4vw;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.marquee-section.has--full-height {
  height: 100vh;
}

.marquee-section.is--absolute {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.benefit-padding {
  height: 100vh;
}

.marquee-js {
  display: none;
}

.is--grey {
  color: #ffffff80;
}

.partners-line {
  transform-origin: 0%;
  background-color: #ffffff4d;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.partners-line.revers {
  transform-origin: 100%;
}

.partner-line-full {
  transform-origin: 50% 0;
  background-color: #ffffff4d;
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.partner-line-full.revers {
  transform-origin: 50% 100%;
}

.code-embed-4 {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0%;
}

.mobile-animations, .menu-mobile {
  display: none;
}

.footer-bg {
  position: absolute;
  inset: 0%;
}

.lottie-js, .code-embed-6 {
  display: none;
}

.curtain {
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  transition: opacity .4s;
  position: fixed;
  inset: 0%;
}

.curtain.active {
  opacity: 100;
  pointer-events: auto;
}

.archer-trigger {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 50vh;
}

.archer-trigger.is--top {
  top: 50vh;
  bottom: auto;
}

.archer-trigger.is--features {
  top: 70vh;
  bottom: auto;
}

.div-block-2 {
  background-color: red;
  width: 1px;
  height: 100vh;
  margin-left: 50vw;
}

.hero-background-2 {
  z-index: -1;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.black {
  background-color: #000;
}

.footer-desk {
  display: none;
}

.xsmall-text {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: -1.5vw;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 104%;
  transition: opacity .3s;
  transform: scale(.6);
}

.xsmall-text.is--nav {
  color: #fff;
  cursor: pointer;
  margin-left: 7vw;
  padding: 0;
  overflow: hidden;
}

.xsmall-text.is--flex {
  z-index: 9999;
  color: #fff3;
  justify-content: space-between;
  padding-left: 1vw;
  display: flex;
  position: relative;
}

.xsmall-text.is--index {
  color: #fff6;
  margin-left: 2.8vw;
}

.xsmall-text.has--max-width {
  color: #fff6;
  width: 29vw;
}

.xsmall-text.has--low-opacity {
  color: #fff6;
}

.xsmall-text.has--color-white {
  position: relative;
  overflow: hidden;
}

.xsmall-text.is--button {
  padding-left: 1vw;
}

.xsmall-text.is--nav-left {
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.xsmall-text.is--nav-right {
  color: #fff;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-wrapper {
  margin-top: auto;
  margin-bottom: 0;
}

.form-block {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  flex-flow: column;
  display: flex;
}

.success {
  background-color: #0000;
}

.form-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.default-button {
  display: none;
}

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

.form-input.default-text {
  padding: 0 1.5vw;
}

.is--selected {
  color: #fff;
}

.music-script {
  display: none;
}

.text-2, .text-3, .text-4 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.pred-preloader {
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-preloader {
  text-transform: uppercase;
}

.pred-preloader-js {
  display: none;
}

.preloader-button {
  pointer-events: none;
  border: 1px solid #2f342f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 13.0208vw;
  height: 13.0208vw;
  display: none;
  position: absolute;
  top: 172px;
  left: 0;
}

.change-page {
  display: none;
}

.music-wrapper {
  cursor: pointer;
  order: 9999;
  position: relative;
}

.music-off {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  opacity: .4;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.music-line {
  background-color: #fff;
  width: 2.75vw;
  height: 2px;
}

.music-on {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.music-wave {
  justify-content: flex-start;
  align-items: center;
  width: 2.75vw;
  height: 1.2vw;
  display: flex;
  overflow: hidden;
}

.music-img {
  flex: none;
  width: 100%;
  height: 100%;
}

.gradient-wrapper {
  z-index: 999;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0% -5vw 0% 0%;
}

.gradient-wrapper.is--2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  left: -5vw;
  right: 0;
}

.gradient-top {
  background-image: linear-gradient(#000, #0000);
  width: 55vw;
  height: 20vh;
  position: sticky;
  inset: 0% 0% auto auto;
}

.gradient-top.is--2 {
  height: 22vh;
  top: 4vw;
}

.gradient-bottom {
  background-image: linear-gradient(#0000, #000);
  width: 55vw;
  height: 20vh;
  position: sticky;
  inset: 81vh 0% auto auto;
}

.planet-wrapper {
  width: 40vw;
  height: 40vw;
}

.code-embed-7 {
  width: 100%;
  height: 100%;
  display: none;
}

.img-marquee, .partners-list.is-mob {
  display: none;
}

.scroll-anim-block {
  background-color: #ff6e00;
  border-radius: .78125vw;
  justify-content: center;
  align-items: flex-start;
  width: 1vw;
  height: 2vw;
  padding: .2vw;
  display: flex;
}

.scroll-anim-block.dot-icon {
  border-radius: 99vw;
  width: 1vw;
  height: 1.5vw;
  margin-bottom: 0;
  padding: .2vw 0;
}

.scroll-anim-block.dot-icon.is--rotate {
  transform: rotate(-90deg);
}

.scroll-dot {
  background-color: #fff;
  border-radius: .6vw;
  flex: none;
  width: .6vw;
  height: .6vw;
}

.back-video-marquee {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 95.6vw;
  }

  .border-radius-xsmall {
    border-radius: .3vw;
  }

  .border-radius-medium {
    border-radius: 1vw;
  }

  .border-radius-xlarge {
    border-radius: 2vw;
  }

  .border-radius-small {
    border-radius: .5vw;
  }

  .margin-bottom-paragraph {
    margin-bottom: 1.7vw;
  }

  .border-radius-large {
    border-radius: 1.4vw;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .margin-list-large {
    margin-top: 2.8vw;
    margin-bottom: 2.8vw;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .padding-block-small {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .margin-list-small {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .preloader-text {
    font-size: 15vw;
  }

  .preloader-text.is--1 {
    bottom: -18.1vw;
    left: -49.2vw;
    transform: scale(.56);
  }

  .preloader-text.is--2 {
    bottom: -8.5vw;
    left: -16.7vw;
  }

  .preloader-text.is--3 {
    bottom: -7.1vw;
    left: -15.9vw;
    transform: scale(.015);
  }

  .preloader-text.is--4 {
    top: -19.1vw;
    left: -38.9vw;
    transform: scale(.2);
  }

  .preloader-text.is--5 {
    top: -14.7vw;
    left: -24.3vw;
    transform: scale(.11);
  }

  .preloader-text.is--6 {
    top: -19.6vw;
    left: 1.5vw;
    transform: scale(.34);
  }

  .preloader-text.is--7 {
    top: -9.2vw;
    left: -14.7vw;
    transform: scale(.054);
  }

  .preloader-text.is--8, .preloader-text.is--3 {
    top: -5.8vw;
    left: -29.5vw;
    transform: scale(.013);
  }

  .preloader-text.is--8 {
    top: -9.2vw;
    left: auto;
    right: -28.5vw;
    transform: scale(.054);
  }

  .footer-text {
    margin-top: -1vw;
    margin-left: -1.47vw;
    font-size: 25.35vw;
    line-height: 85%;
  }

  .large-text {
    font-size: 6.8vw;
  }

  .medium-text {
    letter-spacing: -.04em;
    font-size: 2.6vw;
  }

  .medium-text.is--marqee {
    width: 20vw;
  }

  .default-text {
    font-size: 1.1vw;
  }

  .small-text {
    font-size: .94vw;
  }

  .small-text.is--nav {
    width: 4.9vw;
  }

  .small-text.is--index {
    margin-left: 1.6vw;
  }

  .small-text.has--max-width {
    width: 21.5vw;
  }

  .small-text.slide-right {
    margin-right: -10vw;
  }

  .small-text.is--nav-left {
    width: 3.6vw;
  }

  .small-text.is--nav-right {
    width: 5.2vw;
  }

  .preloader-text-wrapper {
    transform: scale(.74);
  }

  .preloader-line-wrapper.is--1 {
    height: 13.2vw;
  }

  .preloader-line-wrapper.is--2 {
    height: 3.2vw;
  }

  .preloader-line-wrapper.is--3 {
    height: 2.1vw;
  }

  .preloader-line-wrapper.is--4 {
    height: 17vw;
  }

  .preloader-line-wrapper.is--5 {
    height: 8vw;
  }

  .preloader-line-wrapper.is--6 {
    height: 25vw;
  }

  .preloader-lines-center {
    left: .9vw;
    transform: scale(.58);
  }

  .layout {
    grid-template-columns: 1fr 34.4vw;
  }

  .logo-text {
    margin-top: -.8vw;
    font-size: 2vw;
  }

  .logo-text.is--large {
    margin-top: -6.2vw;
    margin-left: -.7vw;
    font-size: 15vw;
  }

  .logo-text.is--large.preloader-text {
    top: 44vh;
    left: 21.6vw;
    transform: scale(.01);
  }

  .logo-text.is--large.preloader-animation {
    top: 44vh;
    left: 21.6vw;
  }

  .language-wrapper {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .language-block {
    grid-column-gap: .3vw;
    grid-row-gap: .3vw;
  }

  .dot-icon {
    width: .7vw;
    height: .7vw;
    margin-bottom: .25vw;
  }

  .dot-icon.is--black {
    right: 1.6vw;
  }

  .button {
    width: 15.4vw;
    height: 3.6vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .content-block.is--grid {
    grid-template-columns: 1fr 41vw;
  }

  .heading-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .heading-wrapper.bottom-padding {
    height: 100%;
  }

  .heading-block {
    grid-column-gap: .7vw;
    grid-row-gap: .7vw;
  }

  .services-text-wrapper {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
  }

  .line-svg {
    width: 100vw;
    bottom: 4.9vw;
    left: 0;
  }

  .services-bottom-block {
    grid-column-gap: 2.3vw;
    grid-row-gap: 2.3vw;
  }

  .services-icon-wrapper {
    grid-column-gap: .26vw;
    grid-row-gap: .26vw;
    width: 13.5vw;
    padding: .26vw;
  }

  .services-icon-block {
    width: 3vw;
    max-height: 3vw;
  }

  .services-icon {
    height: 2.5vw;
    margin-top: -.25vw;
  }

  .services-icon.is--larger {
    height: 2.5vw;
  }

  .benefits-block {
    grid-row-gap: .8vw;
    padding-top: 5.8vw;
    padding-bottom: 1.8vw;
  }

  .benefits-icon-block {
    width: 5.8vw;
  }

  .benefits-icon {
    width: 2.8vw;
  }

  .large-heading-block {
    margin-top: 7vw;
  }

  .features-container {
    bottom: -6vw;
  }

  .features-text-wrapper {
    width: 126vw;
    height: 126vw;
    bottom: -99.9vw;
    left: -13.2vw;
  }

  .features-text-block {
    width: 24vw;
  }

  .features-text-block.is--1 {
    top: 18.7vw;
    left: 18vw;
  }

  .features-text-block.is--2 {
    top: 7.3vw;
    left: 50.7vw;
  }

  .features-text-block.is--3 {
    top: 19.6vw;
    right: 17vw;
  }

  .features-text-block.is--4 {
    top: 50.95vw;
    right: -1.4vw;
  }

  .features-text-block.is--5 {
    top: 86.8vw;
    right: 4.8vw;
  }

  .partners-grid {
    width: 42.7vw;
  }

  .logo-image {
    width: 6.4vw;
  }

  .footer-inner {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .partner-div {
    top: 5.4vw;
  }

  .marquees-wrapper {
    padding-top: 5.4vw;
  }

  .cs-block {
    height: 3.6vw;
    padding-left: 1.45vw;
    padding-right: 1.45vw;
    bottom: 8vw;
  }

  .point-icon {
    width: .7vw;
  }

  .point-wrap {
    bottom: 7.95vw;
  }

  .features-line {
    width: 108vw;
    bottom: -4.6vw;
    left: -4vw;
  }

  .icon-block {
    top: -18.5vw;
  }

  .svg {
    width: 53vw;
  }

  .cta-button {
    width: 15.4vw;
    height: 3.6vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .vertical-line {
    margin-top: -10vw;
  }

  .video-inner {
    width: 30vw;
  }

  .video-inner.is--3 {
    width: 57vw;
  }

  .marquee-section {
    grid-template-columns: 1fr 50vw;
  }

  .code-embed-4 {
    display: block;
  }

  .footer-bg {
    position: absolute;
    inset: 0%;
  }

  .div-block-2 {
    background-color: #fff;
  }

  .xsmall-text {
    margin-top: -.5vw;
    font-size: .94vw;
  }

  .xsmall-text.is--nav {
    margin-left: 5.1vw;
  }

  .xsmall-text.is--index {
    margin-left: 1.6vw;
  }

  .xsmall-text.has--max-width {
    width: 21.5vw;
  }

  .xsmall-text.slide-right {
    margin-right: -10vw;
  }

  .music-wrapper {
    flex: none;
  }

  .music-line {
    width: 1.6vw;
  }

  .music-wave {
    width: 1.6vw;
    height: .8vw;
  }

  .planet-wrapper {
    width: 35vw;
    height: 35vw;
  }

  .scroll-anim-block.dot-icon {
    width: .7vw;
    height: 1.1vw;
    padding: .16vw 0;
  }

  .scroll-dot {
    border-radius: .6vw;
    flex: none;
    width: .5vw;
    height: .5vw;
  }
}

@media screen and (min-width: 1440px) {
  .heading-wrapper.bottom-padding {
    padding-top: 5vw;
  }

  .features-text-wrapper {
    transform: none;
  }

  .noise-block {
    background-image: url('../images/Grain.gif');
  }

  .planet-wrapper {
    width: 30vw;
    height: 30vw;
  }
}

@media screen and (min-width: 1920px) {
  .border-radius-xlarge {
    border-radius: 2vw;
  }

  .margin-bottom-large {
    margin-bottom: 5vw;
  }

  .margin-bottom-xlarge {
    margin-bottom: 6vw;
  }

  .margin-bottom-paragraph {
    margin-bottom: 1.25vw;
  }

  .border-radius-large {
    border-radius: 1.6vw;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .margin-list-large {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .h3-large {
    font-size: 4vw;
  }

  .padding-block-small {
    padding-top: 10.5vw;
    padding-bottom: 10.5vw;
  }

  .margin-list-small {
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .features-text-wrapper {
    transform: none;
  }

  .noise-block {
    background-size: 240px;
  }

  .line-wrap {
    height: 60vh;
  }
}

@media screen and (max-width: 991px) {
  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 96vw;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 91.5vw;
  }

  .margin-bottom-xsmall {
    margin-bottom: 8vw;
  }

  .border-radius-xsmall {
    border-radius: 1.4vw;
  }

  .border-radius-medium {
    border-radius: 5vw;
  }

  .hide-mobile {
    display: none;
  }

  .list-inner {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .border-radius-xlarge {
    border-radius: 8vw;
  }

  .margin-bottom-large, .margin-bottom-xlarge {
    margin-bottom: 16vw;
  }

  .border-radius-small {
    border-radius: 3vw;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-bottom-paragraph {
    margin-bottom: 6.4vw;
  }

  .border-radius-large {
    border-radius: 5vw;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .h2-large {
    font-size: 10vw;
  }

  .margin-bottom-small {
    margin-bottom: 8vw;
  }

  .margin-list-large {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .h3-large {
    font-size: 6.4vw;
  }

  .margin-bottom-medium {
    margin-bottom: 10vw;
  }

  .padding-block-small {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }

  .margin-list-small {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .preloader-text {
    font-size: 21vw;
  }

  .preloader-text.is--1 {
    bottom: -24vw;
    left: -65.9vw;
    transform: scale(.49);
  }

  .preloader-text.is--2 {
    bottom: -12vw;
    left: -23.2vw;
  }

  .preloader-text.is--3 {
    bottom: -9.7vw;
    left: -22.1vw;
  }

  .preloader-text.is--4 {
    top: -24.7vw;
    left: -52.4vw;
    transform: scale(.18);
  }

  .preloader-text.is--5 {
    top: -19.4vw;
    left: -34.8vw;
    transform: scale(.09);
  }

  .preloader-text.is--6 {
    top: -25.8vw;
    left: -5vw;
    transform: scale(.3);
  }

  .preloader-text.is--7 {
    top: -12.7vw;
    left: -23.7vw;
    transform: scale(.05);
  }

  .preloader-text.is--8, .preloader-text.is--3 {
    top: -9.8vw;
    left: -42.6vw;
  }

  .preloader-text.is--8 {
    top: -12.7vw;
    left: auto;
    right: -38.8vw;
    transform: scale(.05);
  }

  .footer-text {
    margin-top: 5vw;
    margin-bottom: 14vw;
    font-size: 24.3vw;
  }

  .large-text {
    font-size: 9.6vw;
  }

  .large-text.is--flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .medium-text {
    font-size: 6.4vw;
  }

  .medium-text.is--fotter-mob {
    margin-bottom: 15vw;
  }

  .medium-text.is--marqee {
    width: 90%;
  }

  .default-text {
    font-size: 5.3vw;
    line-height: 100%;
  }

  .default-text.is--mobile-hide {
    display: block;
  }

  .default-text.has--low-opacity.is-small {
    font-size: 3.6vw;
  }

  .default-text.is--small {
    font-size: 5.33333vw;
  }

  .small-text {
    font-size: 3.7vw;
  }

  .small-text.is--nav {
    margin-left: 0;
    font-size: 5vw;
  }

  .small-text.is--index {
    margin-left: 4.25vw;
  }

  .small-text.has--max-width {
    width: 68vw;
  }

  .small-text.is--nav-left, .small-text.is--nav-right {
    font-size: 5vw;
    position: static;
  }

  .preloader {
    position: fixed;
  }

  .preloader-lines-center.hide {
    left: 1.6vw;
    transform: scale(.92);
  }

  .navbar {
    padding-top: 12.5vw;
    padding-bottom: 0;
  }

  .layout {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .layout.is--nav {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .layout.has--full-height {
    grid-column-gap: 27vw;
    grid-row-gap: 27vw;
    justify-content: flex-end;
    align-items: center;
    height: 216.5vw;
  }

  .layout.has--full-height.bottom-padding {
    height: var(--locked-vh, 100vh);
  }

  .layout.is--absolute {
    grid-column-gap: 27vw;
    grid-row-gap: 27vw;
    opacity: 1;
    justify-content: flex-end;
    align-items: center;
    height: 216.5vw;
    position: relative;
  }

  .logo-wrap.w--current {
    order: -9999;
  }

  .logo-text {
    margin-top: -3vw;
    font-size: 8vw;
    transition-duration: .8s, .8s, .8s, .8s, .8s;
  }

  .logo-text.is--large {
    margin-top: -9.1vw;
    margin-left: -1vw;
    font-size: 21.4vw;
  }

  .logo-text.is--large.preloader-text {
    transform: translate(9.5vw, 40vh)scale(.02);
  }

  .logo-text.is--large.preloader-animation {
    top: 0;
    left: 0;
    transform: translate(9.5vw, 40vh)scale(.02);
  }

  .menu-button {
    z-index: 2;
    width: 7.2vw;
    height: 7.2vw;
    padding: 0;
    transition: opacity .8s;
    display: block;
  }

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

  .menu-button.is--hidden {
    opacity: 0;
    order: 9999;
  }

  .menu-icon {
    width: .8vw;
    height: auto;
  }

  .menu-wrapper {
    grid-column-gap: 16vw;
    grid-row-gap: 16vw;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    inset: 0%;
  }

  .link-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .language-wrapper {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
    order: 0;
  }

  .language-block {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
  }

  .dot-icon {
    width: 3vw;
    height: 3vw;
    margin-bottom: .6vw;
  }

  .dot-icon.is--black {
    right: 6.3vw;
  }

  .navlink-div {
    background-color: #ffffff30;
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
  }

  .menu-inner {
    border: .13vw solid #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-container {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    height: var(--locked-vh, 100vh);
    background-color: #000;
    order: 9999;
    width: 100vw;
    position: absolute;
    inset: 0%;
  }

  .button {
    width: 91.5vw;
    height: 14vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .button.is--mobile {
    display: flex;
  }

  .section-hero {
    display: block;
    position: relative;
  }

  .section-hero.section {
    height: var(--locked-vh, 100vh);
    position: relative;
  }

  .content-block {
    height: 100%;
  }

  .content-block.has--full-height {
    height: 213vw;
  }

  .content-block.has--full-height.is--flex {
    height: 216.5vw;
    position: relative;
  }

  .content-block.has--full-height.is--sphere {
    height: 170vw;
  }

  .content-block.is--grid {
    flex-flow: column;
    display: flex;
  }

  .content-block.is--grid.bottom-padding {
    flex-flow: column;
    height: 216.5vw;
    display: flex;
  }

  .heading-wrapper {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
  }

  .heading-wrapper.is--sticky {
    height: auto;
    padding-bottom: 0;
  }

  .heading-wrapper.bottom-padding {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    height: var(--locked-vh, 100vh);
    width: 100%;
    padding: 25vw 4vw 27vw;
    position: sticky;
    top: 0;
  }

  .heading-wrapper.masked-text {
    width: 100%;
  }

  .heading-block {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .sticky-wrapper, .sticky-wrapper.rotation-wrapper, .page-wrapper-first {
    height: auto;
  }

  .section-gateway {
    display: block;
    position: relative;
  }

  .section-gateway.section {
    height: auto;
    display: none;
  }

  .center-block.bottom-padding {
    height: var(--locked-vh, 100vh);
    padding-bottom: 0;
  }

  .bottom-padding {
    padding-bottom: 3.7vw;
  }

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

  .benefits-wrapper {
    height: 216.5vw;
    position: relative;
    overflow: scroll;
  }

  .benefits-wrapper.section, .section-services {
    height: auto;
  }

  .services-container {
    justify-content: center;
    align-items: flex-start;
    padding-top: 29vw;
  }

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

  .small-text-wrapper {
    display: none;
  }

  .line-svg {
    width: 185.6vw;
    bottom: 31.2vw;
    left: -42.8vw;
  }

  .services-bottom-block {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    padding-bottom: 4vw;
  }

  .services-text-block {
    min-width: 79vw;
    min-height: 7vw;
  }

  .lottie-wrapper {
    padding-left: 1.5vw;
  }

  .services-icon-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    width: 50vw;
    padding: 1vw;
  }

  .services-icon-block {
    width: 11.3vw;
    max-height: 11.3vw;
  }

  .services-icon {
    width: auto;
    height: 8vw;
  }

  .benefits-sticky {
    height: auto;
    position: relative;
  }

  .benefits-relative {
    height: auto;
  }

  .sphere-wrapper {
    height: 150vw;
    min-height: 150vw;
    position: absolute;
    inset: 18vw 0% auto;
  }

  .sphere-block {
    top: -2vw;
    left: -30vw;
  }

  .sphere-inner {
    position: relative;
  }

  .webgl {
    min-width: 100vw;
    min-height: 150vw;
  }

  .section-benefits {
    height: auto;
    padding-top: 45vw;
    position: relative;
    overflow: visible;
  }

  .section-benefits.section {
    position: static;
  }

  .heading-relative {
    border-right-style: none;
  }

  .benefits-layout {
    border-top: 1px solid #ffffff4d;
    width: 100vw;
    margin-top: 27vw;
    margin-bottom: 0;
    margin-left: -4.25vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits-block {
    grid-row-gap: 4vw;
    grid-template-columns: 12vw 65.8vw auto;
    padding-top: 3.7vw;
    padding-bottom: 10.7vw;
    padding-right: 4.25vw;
  }

  .benefits-icon-block {
    width: 17.6vw;
  }

  .benefits-icon {
    width: 9vw;
  }

  .paragraph-wrapper {
    height: 216.5vw;
    padding-left: 4.25vw;
    display: block;
    position: relative;
    right: -4.25vw;
  }

  .paragraph-wrapper.section {
    width: 92vw;
    height: auto;
    padding: 0 0;
    position: relative;
    left: 4vw;
    right: 0;
  }

  .paragraph-sticky, .section-all-in-one {
    height: auto;
    position: relative;
  }

  .large-heading-block {
    text-align: center;
    align-self: center;
    margin-top: 35vw;
  }

  .features-container {
    inset: auto 0% 0%;
  }

  .features-text-wrapper {
    width: 220vw;
    height: 220vw;
    bottom: -134vw;
    left: -66vw;
  }

  .features-text-block {
    width: 77vw;
  }

  .features-text-block.is--1 {
    display: none;
  }

  .features-text-block.is--2 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    height: 30vw;
    top: 30.35vw;
    left: 75vw;
  }

  .features-text-block.is--3 {
    height: 30vw;
    top: 47.8vw;
    right: 27vw;
  }

  .features-text-block.is--4 {
    height: 30vw;
    top: 86.4vw;
    right: 3.2vw;
  }

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

  .section-partners {
    position: relative;
  }

  .partners-grid {
    width: 100.5%;
  }

  .partners-block {
    flex: none;
    height: 72vw;
    padding: 4vw;
  }

  .hover-block {
    z-index: -1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }

  .logo-image {
    width: 17.6vw;
  }

  .footer-section.bottom-padding {
    height: auto;
    padding-top: 5vw;
    position: relative;
  }

  .footer-inner {
    grid-column-gap: 10.6vw;
    grid-row-gap: 10.6vw;
    margin-bottom: 15vw;
    padding-top: 15vw;
  }

  .footer-link-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    justify-content: space-between;
    overflow: hidden;
  }

  .footer-link-block {
    justify-content: space-between;
  }

  .footer-link-block.is--first_mobile {
    order: -1;
    position: static;
  }

  .policy-block {
    flex-flow: row-reverse;
    order: -1;
    margin-bottom: 5vw;
    overflow: hidden;
  }

  .partner-div {
    display: none;
    top: 0;
  }

  .marquees-wrapper {
    z-index: 10;
    width: 100vw;
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }

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

  .cs-block {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    opacity: 1;
    width: 50vw;
    height: 14vw;
    padding-top: .6vw;
  }

  .cs-block.is--mobile {
    display: flex;
  }

  .point-icon {
    width: 3vw;
  }

  .point-wrap {
    width: 3vw;
    height: 25vw;
    bottom: 37vw;
  }

  .features-line {
    width: 185.6vw;
    bottom: 33vw;
    left: -49%;
  }

  .icon-block {
    padding-left: 3vw;
    top: -62vw;
  }

  .icon-inner {
    width: 23vw;
    height: 23vw;
  }

  .svg {
    width: 89vw;
  }

  .noise-block {
    display: none;
  }

  .cta-button {
    width: 100%;
    height: 14vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .cta-button.is--mobile {
    display: flex;
  }

  .relative-block {
    height: auto;
  }

  .line-wrap, .vertical-line {
    display: none;
  }

  .lottie-icon {
    width: 16vw;
    margin-top: 1vw;
  }

  .footer-wrapper {
    position: relative;
  }

  .footer-section-group {
    height: auto;
  }

  .vertical-div {
    display: none;
  }

  .first-section-group, .first-section-group.rotation-wrapper {
    height: auto;
  }

  .video-inner {
    width: 80vw;
  }

  .video-inner.is--3 {
    width: 65vw;
    min-width: 150vw;
  }

  .hero-background {
    height: var(--locked-vh, 100vh);
  }

  .section-wrapper {
    height: auto;
  }

  .section-wrapper.is-mg, .section-wrapper.is-mg.is--footer {
    height: auto;
    margin-top: 0;
  }

  .section-wrapper.is-mg.is--benefits {
    height: auto;
  }

  .section-wrapper.is-mg.is--text {
    height: auto;
    padding-top: 40vw;
  }

  .section-wrapper.is-mg.is-marquee, .section-wrapper.is-300, .section-wrapper.is--hero {
    height: auto;
  }

  .marquee-section {
    flex-flow: column;
    height: auto;
    display: flex;
    position: relative;
  }

  .marquee-section.is--nav {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .marquee-section.has--full-height {
    grid-column-gap: 27vw;
    grid-row-gap: 27vw;
    justify-content: flex-end;
    align-items: center;
    height: 216.5vw;
  }

  .marquee-section.is--absolute {
    grid-column-gap: 27vw;
    grid-row-gap: 27vw;
    opacity: 1;
    justify-content: flex-end;
    align-items: center;
    height: 216.5vw;
    position: relative;
  }

  .partners-line, .footer-bg, .hero-background-2 {
    display: none;
  }

  .xsmall-text {
    font-size: 3.7vw;
  }

  .xsmall-text.is--nav {
    margin-left: 0;
    font-size: 5vw;
  }

  .xsmall-text.is--index {
    margin-left: 4.25vw;
  }

  .xsmall-text.has--max-width {
    width: 68vw;
  }

  .xsmall-text.is--nav-left, .xsmall-text.is--nav-right {
    font-size: 5vw;
    position: static;
  }

  .form-block {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .form-inner {
    flex-flow: column;
  }

  .form-input.default-text {
    min-height: 14vw;
    padding-top: .3vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 3.7vw;
  }

  .text-1 {
    width: 100%;
  }

  .text-2 {
    left: 0%;
    right: 0;
  }

  .text-3, .text-4 {
    inset: auto 0% 0%;
  }

  .preloader-button {
    width: 42vw;
    height: 42vw;
    display: flex;
    top: auto;
    bottom: 18vw;
    left: 29vw;
  }

  .music-wrapper {
    border: 1px solid #fff6;
    border-radius: 999px;
    order: -9999;
    justify-content: center;
    align-items: center;
    height: 7.2vw;
    margin-left: auto;
    padding: 0 3.73333vw;
    transition: opacity .8s;
    display: flex;
  }

  .music-wrapper.is--hidden {
    opacity: 0;
  }

  .music-off {
    grid-column-gap: 1.74vw;
    grid-row-gap: 1.74vw;
  }

  .music-line {
    width: 7.4vw;
  }

  .music-on {
    grid-column-gap: 1.74vw;
    grid-row-gap: 1.74vw;
    inset: 0%;
  }

  .music-wave {
    width: 7.4vw;
    height: 2.4vw;
  }

  .gradient-wrapper {
    display: none;
  }

  .gradient-top, .gradient-bottom {
    height: calc(var(--locked-vh, 100vh) * .2);
  }

  .planet-wrapper {
    width: 80vw;
    height: 80vw;
    display: block;
  }

  .img-marquee {
    width: 100%;
    height: auto;
    display: none;
  }

  .partners-list {
    grid-column-gap: 5.33333vw;
    grid-row-gap: 5.33333vw;
    flex-flow: column;
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .partners-list.is-mob {
    display: flex;
  }

  .scroll-anim-block.dot-icon {
    width: 3vw;
    height: 4vw;
    padding: .4vw;
  }

  .scroll-dot {
    border-radius: 1.2vw;
    width: 2vw;
    height: 2vw;
  }

  .back-video-marquee {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container.is--footer {
    height: 100%;
  }

  .content-block {
    flex-flow: column;
    display: flex;
  }

  .footer-section.bottom-padding {
    height: 105vh;
    padding-top: 30vw;
  }

  .footer-bg {
    display: flex;
  }
}

#w-node-_7b38bf1b-93a8-a911-ac5e-262b0e02c1a5-4d0faf0b {
  justify-self: start;
}

#w-node-_5707b141-b9dc-4cfa-c5d4-94459438fe71-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_88e61c12-b8e1-0243-0349-3856c620599c-4d0faf0b {
  align-self: end;
}

#w-node-_78feeae6-c787-dec1-9216-2b7cc0ef641e-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_003c0e90-e718-1b77-8507-2c7b6246f5f5-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-f2aa00b2-1a2d-43fb-f136-5d00514d23f8-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bea981ac-6085-80f5-7d53-36ddd03ace43-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cdbe0934-8924-dcb7-8f6e-678d6f6d64d8-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cdbe0934-8924-dcb7-8f6e-678d6f6d64da-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-cdbe0934-8924-dcb7-8f6e-678d6f6d64dc-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cdbe0934-8924-dcb7-8f6e-678d6f6d64de-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d76ac4b6-7250-2be1-b3e6-0c3184c4f600-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d76ac4b6-7250-2be1-b3e6-0c3184c4f602-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d76ac4b6-7250-2be1-b3e6-0c3184c4f604-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d76ac4b6-7250-2be1-b3e6-0c3184c4f606-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8272cf66-35e1-5b70-a6ca-5e08ed4d5ea6-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8272cf66-35e1-5b70-a6ca-5e08ed4d5ea8-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_8272cf66-35e1-5b70-a6ca-5e08ed4d5eaa-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8272cf66-35e1-5b70-a6ca-5e08ed4d5eac-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a92e3558-9f89-3910-6c71-b47e22540a51-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a92e3558-9f89-3910-6c71-b47e22540a53-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-a92e3558-9f89-3910-6c71-b47e22540a55-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a92e3558-9f89-3910-6c71-b47e22540a57-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76a4b182-daaf-276f-e9ab-61e357c6ecb1-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76a4b182-daaf-276f-e9ab-61e357c6ecb3-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_76a4b182-daaf-276f-e9ab-61e357c6ecb5-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76a4b182-daaf-276f-e9ab-61e357c6ecb7-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_133987a6-8e18-53ce-8a4b-2fb58be53d23-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_133987a6-8e18-53ce-8a4b-2fb58be53d25-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_133987a6-8e18-53ce-8a4b-2fb58be53d27-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_133987a6-8e18-53ce-8a4b-2fb58be53d29-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7449991f-6be7-efd2-8f84-c06831d24741-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7449991f-6be7-efd2-8f84-c06831d24743-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7449991f-6be7-efd2-8f84-c06831d24745-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7449991f-6be7-efd2-8f84-c06831d24747-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_816d0a97-15c9-7546-7325-393aeaf4999b-4d0faf0b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_816d0a97-15c9-7546-7325-393aeaf4999d-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_816d0a97-15c9-7546-7325-393aeaf4999f-4d0faf0b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_816d0a97-15c9-7546-7325-393aeaf499a1-4d0faf0b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2ed365ca-94fc-e88a-13ab-a4812052e37c-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_156d1293-4c7c-39d7-db88-2bc563930e34-4d0faf0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0583788f-488b-cfe5-c488-3b78ea2a02a2-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a02ba-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a02bf-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a02c4-4d0faf0c {
  justify-self: start;
}

#w-node-_0583788f-488b-cfe5-c488-3b78ea2a0370-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0376-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a037c-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0382-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a03eb-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0404-4d0faf0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0583788f-488b-cfe5-c488-3b78ea2a0407-4d0faf0c {
  justify-self: start;
}

#w-node-_0583788f-488b-cfe5-c488-3b78ea2a0409-4d0faf0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0583788f-488b-cfe5-c488-3b78ea2a040c-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a041a-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a041f-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0424-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0429-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a042e-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0433-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0438-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a043d-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a044b-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0450-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0455-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a045a-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a045f-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0464-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0471-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0485-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a04a2-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a04a7-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a04ac-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a04b1-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a04b6-4d0faf0c {
  justify-self: start;
}

#w-node-_0583788f-488b-cfe5-c488-3b78ea2a04c9-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a04ce-4d0faf0c, #w-node-_0583788f-488b-cfe5-c488-3b78ea2a04cf-4d0faf0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_0583788f-488b-cfe5-c488-3b78ea2a0452-4d0faf0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7b38bf1b-93a8-a911-ac5e-262b0e02c1ad-4d0faf0b {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}