@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: Retroica;
  font-style: normal;
  font-weight: 400;
  src:
    url(../../assets/fonts/Retroica.3fcba1.woff) format("woff2"),
    url(../../assets/fonts/Retroica.3fcba1.woff) format("woff");
}

.h1,
.h2,
.h3,
a,
article,
b,
body,
canvas,
caption,
center,
code,
div,
dt,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
img,
label,
legend,
li,
menu,
nav,
object,
p,
q,
s,
section,
span,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  font-family: 'Satoshi', Arial, sans-serif;
  margin: 0;
  padding: 0;
  vertical-align: initial;
  text-decoration: none;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
article,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

canvas,
video {
  display: inline-block;
}
a {
  background: #0000;
  text-decoration: none;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
img {
  display: block;
  max-width: 100%;
}
input:focus,
textarea:focus {
  outline: 0;
}
input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
}
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a,
  table {
    page-break-inside: avoid;
  }
}

@keyframes cursor {
  0%,
  to {
    border-color: #0000;
  }
  50% {
    border-color: #000;
  }
}
@keyframes typing {
  0% {
    width: 100%;
  }
  90%,
  to {
    width: 0;
  }
}
@keyframes slide {
  33.3333333333% {
    font-family: 'Satoshi', Arial, sans-serif;
    font-size: 1.6vw;
    font-weight: 700;
    letter-spacing: 0;
  }
  to {
    font-family: 'Satoshi', Arial, sans-serif;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (max-width: 699px) {
  @keyframes slide {
    33.3333333333% {
      font-size: 12px;
      letter-spacing: 2px;
    }
    to {
      font-size: 0;
      letter-spacing: 2px;
    }
  }
}
.typing-ox {
  margin: auto;
  text-align: center;
  white-space: nowrap;
  width: 85%;
}
.typing-ox p {
  animation: slide 9s step-start infinite;
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  position: relative;
}
.typing-ox p:after {
  animation:
    typing 3s infinite,
    cursor 1s infinite;
  background: #fff;
  border-left: 2px solid #000;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.typing-ox p:first-child {
  animation-delay: 0s;
}
.typing-ox p:first-child:after {
  animation-delay: 0s;
  animation-timing-function: steps(6), step-end;
}
.typing-ox p:nth-child(2) {
  animation-delay: 3s;
}
.typing-ox p:nth-child(2):after {
  animation-delay: 3s;
  animation-timing-function: steps(6), step-end;
}
.typing-ox p:nth-child(3) {
  animation-delay: 6s;
}
.typing-ox p:nth-child(3):after {
  animation-delay: 6s;
  animation-timing-function: steps(6), step-end;
}
@media (min-width: 1600px) {
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img {
    height: auto !important;
    left: -7.5em !important;
    position: absolute;
    top: -4.5em !important;
    width: 9em !important;
  }
  .typing-ox p {
    display: flex;
    font-size: 0;
    margin: 0;
    position: relative;
  }
  @keyframes slide {
    33.3333333333% {
      font-size: 46px;
      letter-spacing: 0;
    }
    to {
      font-size: 0;
      letter-spacing: 0;
    }
  }
} /*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
dt {
  font-weight: 700;
}
b {
  font-weight: bolder;
}
a {
  color: #ec1f4e;
  text-decoration: underline;
}
a:hover {
  color: #bd193e;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
code {
  word-wrap: break-word;
  color: #ff33b0;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: initial;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.table {
  --bs-table-bg: #0000;
  --bs-table-accent-bg: #0000;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: #0000000d;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: #dee2e6;
  color: #212529;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.card {
  word-wrap: break-word;
  background-clip: initial;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.alert {
  border: 1px solid #0000;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  height: 1rem;
}
.progress-bar {
  background-color: #0d6efd;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    #ffffff26 25%,
    #0000 0,
    #0000 50%,
    #ffffff26 0,
    #ffffff26 75%,
    #0000 0,
    #0000
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.vr {
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-visible {
  overflow: visible !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.position-relative {
  position: relative !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-white {
  border-color: #fff !important;
}
.w-auto {
  width: auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.visible {
  visibility: visible !important;
}
body {
  background: #000;
  color: #fff;
  font-family: "Satoshi", arial, sans-serif;
  font-size: calc(7.60465px + 1.04651vw);
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 21px;
  }
}
@media screen and (max-width: 420px) {
  body {
    font-size: 12px;
  }
}
body,
html {
  height: auto;
  min-height: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
img {
  height: auto;
  width: 100%;
}
.section-studio canvas {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.clos-menu {
  opacity: 0;
  position: absolute;
  top: 0;
}
.nav-active .clos-menu {
  opacity: 1;
}
.main-warp,
.nav-active {
  overflow: hidden;
}
.header-ox {
  background: #000;
  position: relative;
  z-index: 9999;
}
.header-ox .c-move {
  color: #be7fff;
}
.header-ox .c-blue {
  color: #3acdfe;
}
.header-ox .c-yellow {
  color: #ffd308;
}
.header-ox .c-pink {
  color: #ff33b0;
}
.header-ox .warp-menu {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 90%;
}
.header-ox .warp-menu .menu-logo {
  height: auto;
  width: 50px;
  z-index: 2;
}
.header-ox .warp-menu .menu-icon {
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 2;
}
.header-ox .nav {
  pointer-events: none;
  position: fixed;
  z-index: 1;
}
.header-ox .nav:after,
.header-ox .nav:before {
  background: #eaeaea33;
  content: "";
  height: 100vh;
  position: fixed;
  top: 0;
  transform: translateX(0) translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100vw;
  z-index: -1;
}
.header-ox .nav:after {
  background: #000;
  transition-delay: 0s;
}
.header-ox .nav:before {
  transition-delay: 0.1s;
}
.header-ox .nav .nav__content {
  cursor: pointer;
  font-size: calc(2vw + 10px);
  font-weight: 200;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition:
    opacity 0.2s ease,
    transform 0.3s ease;
  width: 100%;
}
.header-ox .nav .nav__content .menu {
  -webkit-touch-callout: none;
  counter-reset: menu;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}
.header-ox .nav .nav__content .menu__item {
  cursor: default;
  padding: 0 5vw;
  position: relative;
}
.header-ox .nav .nav__content .menu__item-link {
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  color: #0000;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.4s;
}
.header-ox .nav .nav__content .menu__item-link:hover {
  opacity: 0;
  transition-duration: 0.1s;
}
.header-ox .nav .nav__content .menu__item-link:hover + .menu__item-img {
  opacity: 1;
  transform: translate3d(calc(-100% - 6vw), -30%, 0) rotate(4deg);
  transition: all 0.4s;
}
.header-ox .nav .nav__content .menu__item-img {
  height: 50vh;
  left: 100%;
  max-height: 400px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0%;
  transform: translate3d(calc(-100% - 6vw), -30%, 0) translate3d(0, 20px, 0);
  width: auto;
}
.marquee {
  left: 0;
  mix-blend-mode: color-burn;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
}
.marquee__inner {
  animation: marquee 5s linear infinite;
  animation-play-state: paused;
  display: flex;
  opacity: 0;
  position: relative;
  transform: translate3d(calc(-25% + 20vw), 0, 0);
  transition: opacity 0.1s;
  width: -moz-fit-content;
  width: fit-content;
}

.menu__item-link:hover ~ .marquee .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}
.marquee span {
  text-align: center;
}
.marquee span,
.menu__item-link {
  font-family: Retroica;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1.15;
  padding: 0 1vw;
  white-space: nowrap;
}
.marquee span {
  font-style: italic;
}
@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
  }
  to {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
  }
}
.nav-active .nav {
  pointer-events: auto;
  visibility: visible;
}
.nav-active .nav:after,
.nav-active .nav:before {
  transform: translateX(0) translateY(0);
}
.nav-active .nav:after {
  transition-delay: 0.1s;
}
.nav-active .nav:before {
  transition-delay: 0s;
}
.nav-active .header-ox .nav .nav__content {
  opacity: 1;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease;
  transition-delay: 0.5s;
}
@media (min-width: 700px) {
  .header-ox .warp-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 83.33333333%;
  }
  .header-ox .warp-menu .menu-logo {
    width: 80px;
  }
  .header-ox .warp-menu .menu-icon {
    height: 50px;
    width: 50px;
  }
  .header-ox .nav .nav__content {
    cursor: pointer;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    opacity: 0;
    position: fixed;
    text-align: left;
    top: calc(50px + 50%);
    transform: translateY(-50%);
    transition:
      opacity 0.2s ease,
      transform 0.3s ease;
    width: 100%;
  }
}
footer {
  position: relative;
  text-align: center;
}

footer span {
  font-family: 'Satoshi', Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 600px) {
  .menu__item-img {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .container {
    max-width: 1140px;
    max-width: 90% !important;
  }
}
@media (min-width: 1030px) {
  .header-ox .warp-menu .menu-logo {
    width: 80px;
  }
  .marquee span,
  .menu__item-link {
    font-size: 7vw;
    line-height: 1.15;
    padding: 0 1vw;
    white-space: nowrap;
  }
}
.loading__wrapper {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.loading__wrapper .loader__text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.loading__wrapper .loader__text img {
  animation-direction: alternate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: slideinLogo;
  width: 200px;
}
@media (min-width: 1900px) {
  .header-ox .warp-menu .menu-logo {
    width: 130px;
  }
  .loading__wrapper .loader__text img {
    width: 350px;
  }
  .marquee span,
  .menu__item-link {
    font-size: 7vw;
    line-height: 1.15;
    padding: 0 1vw;
    white-space: nowrap;
  }
}
@keyframes slideinLogo {
  0% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
.progress {
  background-color: #c85dc9;
  border: 3px solid #fff;
  border-radius: 15px;
  display: flex;
  font-size: 0.75rem;
  height: 1.8rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 87%;
}
#progress-bar:before {
  background: #fff;
  border-radius: 10px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  opacity: 0.55;
  position: absolute;
  right: 0;
  top: 4px;
  width: 85%;
}
.bg-warning {
  background-color: #ffa200 !important;
  width: 0;
}
.bg-warning._20 {
  transition: width 3s;
  width: 30%;
}
.position-relative {
  position: relative;
}
.icon-robots {
  display: none;
  pointer-events: none;
}
@media (min-width: 700px) {
  .section-robot {
    position: relative;
  }
  .section-robot .img-robot {
    display: block;
    height: 20px;
    pointer-events: none;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .section-robot {
    position: relative;
  }
  .section-robot .icon-robots {
    bottom: -8%;
    display: block;
    left: -0.5em;
    pointer-events: none;
    position: absolute;
    width: 20%;
  }
}
.section-unicorn {
  padding-top: 20px;
  z-index: 3;
}
.section-unicorn,
.section-unicorn .p-relative {
  position: relative;
}
.section-unicorn .icon-catch,
.section-unicorn .icon-cloud {
  display: none;
  opacity: 0.5;
}
.section-unicorn .icon-face {
  opacity: 0.5;
  position: absolute;
  right: 10px;
  width: 4em;
}
.section-unicorn .to-top {
  display: none;
}
.section-unicorn .text-unicorn .h2,
.section-unicorn .text-unicorn h2 {
  color: #fff;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-unicorn .text-unicorn .btn-unicorn {
  align-items: center;
  border: 1px solid #c54aff;
  border-radius: 100%;
  display: flex;
  height: 80px;
  justify-content: center;
  line-height: 1;
  margin: 10px auto 0;
  text-align: center;
  width: 80px;
}
.section-unicorn .text-unicorn .btn-unicorn a {
  color: #fff;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .section-unicorn {
    padding-top: 0;
  }
  .section-unicorn .p-relative {
    margin: 50px 0;
    position: relative;
  }
  .section-unicorn .icon-cloud {
    display: block;
    left: 30%;
    position: absolute;
    top: 40px;
    width: 11vw;
  }
  .section-unicorn .icon-catch {
    bottom: -30px;
    display: block;
    left: 24%;
    position: absolute;
    width: 21vw;
  }
  .section-unicorn .icon-face {
    left: 4em;
    position: absolute;
    right: auto;
    top: -4em;
    transform: scaleX(1);
    width: 4em;
  }
  .section-unicorn .to-top {
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slidein;
    cursor: pointer;
    display: block;
    left: -18%;
    position: absolute;
    top: -2em;
    width: 3.5vw;
  }
  .section-unicorn .img-unicorn {
    margin-top: -40px;
  }
  .section-unicorn .text-unicorn .h2,
  .section-unicorn .text-unicorn h2 {
    color: #fff;
    font-family: 'Satoshi', Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .section-unicorn .text-unicorn .h2 br,
  .section-unicorn .text-unicorn h2 br {
    display: none;
  }
  .section-unicorn .text-unicorn .btn-unicorn {
    align-items: center;
    border: 1px solid #c54aff;
    border-radius: 100%;
    display: flex;
    height: 130px;
    justify-content: center;
    line-height: 1;
    margin: 25px 0 0;
    text-align: center;
    width: 130px;
  }
  .section-unicorn .text-unicorn .btn-unicorn a {
    color: #fff;
    font-family: 'Satoshi', Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .icon-robots {
    display: block;
  }
  .icon-robots {
    bottom: -15%;
    left: -0.5em;
    position: absolute;
    width: 20%;
  }
}
@media (min-width: 1030px) {
  .section-unicorn {
    padding-top: 0;
  }
  .section-unicorn .img-unicorn {
    margin-top: -3em;
  }
  .section-unicorn .img-unicorn img {
    width: 100%;
  }
  .section-unicorn .text-unicorn .h2,
  .section-unicorn .text-unicorn h2 {
    font-size: 2.3vw;
    text-transform: uppercase;
  }
  .section-unicorn .text-unicorn .h2 br,
  .section-unicorn .text-unicorn h2 br {
    display: none;
  }
  .section-unicorn .text-unicorn .btn-unicorn {
    align-items: center;
    border: 1px solid #c54aff;
    border-radius: 100%;
    display: flex;
    height: 10vw;
    justify-content: center;
    line-height: 1;
    margin: 4vw 0 0;
    text-align: center;
    width: 10vw;
  }
  .section-unicorn .text-unicorn .btn-unicorn a {
    color: #fff;
    font-family: 'Satoshi', Arial, sans-serif;
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: underline;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .section-unicorn .icon-face {
    left: 9vw;
    position: absolute;
    right: auto;
    top: -6vw;
    transform: scaleX(1);
    width: 8vw;
  }
}
@media (min-width: 1400px) {
  .section-unicorn {
    padding-top: 0;
  }
  .section-unicorn .img-unicorn {
    margin-top: -5em;
  }
  .section-unicorn .img-unicorn img {
    width: 100%;
  }
  .section-unicorn .text-unicorn .h2,
  .section-unicorn .text-unicorn h2 {
    font-size: 2.3vw;
    text-transform: uppercase;
  }
  .section-unicorn .text-unicorn .h2 br,
  .section-unicorn .text-unicorn h2 br {
    display: none;
  }
  .section-unicorn .text-unicorn .btn-unicorn {
    align-items: center;
    border: 1px solid #c54aff;
    border-radius: 100%;
    display: flex;
    height: 10vw;
    justify-content: center;
    line-height: 1;
    margin: 4vw 0 0;
    text-align: center;
    width: 10vw;
  }
  .section-unicorn .text-unicorn .btn-unicorn a {
    color: #fff;
    font-size: 1.4vw;
    line-height: 1.3;
    text-decoration: underline;
    text-transform: uppercase;
  }
}
.section-astronaut {
  padding: 40px 0 20px;
  position: relative;
  z-index: 2;
}
.section-astronaut .simpleParallax {
  height: 100%;
}
.section-astronaut .run-mini {
  opacity: 0.5;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8em;
}
.section-astronaut .img-astronaut {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section-astronaut .img-astronaut img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.section-astronaut .text-astronaut img {
  margin: 0 auto 20px;
  width: 70px;
}
.section-astronaut .text-astronaut .h2,
.section-astronaut .text-astronaut h2 {
  color: #fff;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-astronaut .text-astronaut p {
  color: #fff;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  margin: 20px 0;
  text-transform: uppercase;
}
.section-astronaut .to-the-moon .moon-txt {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin: 5px auto 0;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.section-astronaut .to-the-moon .moon-txt span {
  color: #fff;
  display: block;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1rem;
  margin-right: -1rem;
  text-transform: uppercase;
}
.section-astronaut .astronaut-fox {
  left: -7em;
  position: absolute;
  top: -3.5em;
  width: 18em;
}
@media (min-width: 600px) {
  .section-astronaut .run-mini {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8em;
  }
}
@media (min-width: 700px) {
  .section-astronaut {
    padding: 80px 0 50px;
    position: relative;
  }
  .section-astronaut .run-mini {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 11em;
  }
  .section-astronaut .text-astronaut {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .section-astronaut .text-astronaut .icon-astronaut {
    display: block;
    order: 2;
  }
  .section-astronaut .text-astronaut .icon-astronaut img {
    margin: 35px auto;
    width: 140px;
  }
  .section-astronaut .text-astronaut .h2,
  .section-astronaut .text-astronaut h2 {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .section-astronaut .text-astronaut p {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
  }
  .section-astronaut .to-the-moon .moon-txt {
    font-size: 16px;
  }
  .section-astronaut .to-the-moon .moon-txt span {
    font-size: 13px;
    letter-spacing: 3rem;
    margin-right: -3rem;
  }
  .section-astronaut .astronaut-fox {
    left: 1em;
    position: absolute;
    top: -3.5em;
    width: 15em;
  }
}
@media (min-width: 992px) {
  .section-astronaut .run-mini {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 8em;
  }
}
@media (min-width: 1030px) {
  .section-astronaut {
    padding: 7vw 0 5vw;
    position: relative;
  }
  .section-astronaut .text-astronaut {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .section-astronaut .text-astronaut .icon-astronaut {
    display: block;
    order: 2;
  }
  .section-astronaut .text-astronaut .icon-astronaut img {
    margin: 7vw auto 3vw;
    width: 15vw;
  }
  .section-astronaut .text-astronaut .h2,
  .section-astronaut .text-astronaut h2 {
    font-size: 3vw;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .section-astronaut .text-astronaut p {
    font-size: 0.8vw;
    letter-spacing: 3px;
    margin: auto;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
  }
  .section-astronaut .to-the-moon .moon-img,
  .section-astronaut .to-the-moon .moon-img img {
    width: 100%;
  }
  .section-astronaut .to-the-moon .moon-txt {
    font-size: 16px;
    margin-top: 1vw;
  }
  .section-astronaut .to-the-moon .moon-txt span {
    font-size: 1.4vw;
    letter-spacing: 3rem;
    margin-right: -3rem;
  }
  .section-astronaut .astronaut-fox {
    left: 6%;
    position: absolute;
    top: -3.5em;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .section-astronaut .run-mini {
    position: absolute;
    right: 8%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 18vw;
  }
}
.section-team {
  padding: 15px 0 50px;
  position: relative;
  z-index: 3;
}
.section-team .team-title-hruf {
  display: none;
}
.section-team .team-hand {
  bottom: 0.5em;
  left: 0;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  right: 0;
  width: 90%;
}
.section-team .team-hand img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.section-team .team-title {
  text-align: center;
}
.section-team .team-title .h2,
.section-team .team-title h2 {
  color: #fff;
  display: flex;
  font-family: Retroica;
  font-weight: 400;
  justify-content: space-evenly;
  text-transform: uppercase;
}
.section-team .team-title .h2 span,
.section-team .team-title h2 span {
  display: block;
  font-family: Retroica;
  font-weight: 400;
}
.section-team .team-title .h2 .has-img,
.section-team .team-title h2 .has-img {
  position: relative;
}
.section-team .team-title .h2 .has-img:before,
.section-team .team-title h2 .has-img:before {
  background-image: url(../../assets/images/design/icon-a.1ce907.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: -2px;
  position: absolute;
  top: -22px;
  width: 30px;
}
.section-team .warp-team {
  grid-column-gap: 25px;
  grid-row-gap: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  text-align: center;
  z-index: 3;
}
.section-team .warp-team .team-img {
  border-radius: 100%;
  position: relative;
}
.section-team .warp-team .team-img .team-img_src {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.section-team .warp-team .team-img .team-img_src img {
  border-radius: 100%;
  transform: scale(1.4);
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-in-out;
}
.section-team .warp-team .team-img .team-img_src .warp-ms {
  align-items: center;
  background: #0006;
  bottom: 0;
  display: flex;
  height: 50px;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.section-team .warp-team .team-img .team-img_src .warp-ms a {
  align-items: center;
  background-color: #dbe0de;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 25px;
  justify-content: center;
  line-height: 25px;
  width: 25px;
}
.section-team .warp-team .team-img .team-img_src .warp-ms a:not(:last-child) {
  margin-right: 7px;
}
.section-team .warp-team .team-img .team-img_src .warp-ms a img {
  border-radius: 0;
  height: 15px;
  object-fit: cover;
  transform: scale(1);
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-in-out;
  width: 15px;
}
.section-team .warp-team .team-img .hover-img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-in-out;
}
.section-team .warp-team .team-img:hover .hover-img {
  opacity: 1;
  transform: scale(1);
}
.section-team .warp-team .team-img:hover .warp-ms {
  opacity: 1;
  pointer-events: auto;
}
.section-team .warp-team .h3,
.section-team .warp-team h3 {
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin: 15px 0 0;
  text-align: center;
}
.section-team .warp-team p {
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.section-team .kwk-img {
  bottom: -3em;
  position: absolute;
  right: 1em;
  width: 8em;
  z-index: 4;
}
.section-team .kwk-img .icon-a-kwk,
.section-team .kwk-img video {
  width: 100%;
}
@media (min-width: 700px) {
  .section-team {
    padding: 55px 0 90px;
    position: relative;
  }
  .section-team:before {
    border: 5px solid #ffd308;
    border-radius: 100%;
    content: "";
    height: 5em;
    position: absolute;
    right: -50px;
    top: 1em;
    width: 5em;
  }
  .section-team:after {
    border: 5px solid #9000ff;
    border-radius: 100%;
    bottom: 3em;
    content: "";
    height: 2.5em;
    left: -10px;
    position: absolute;
    width: 2.5em;
  }
  .section-team .team-hand {
    bottom: unset;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 1em;
    width: 90%;
  }
  .section-team .team-hand img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .section-team .team-title {
    display: none;
    text-align: center;
  }
  .section-team .team-title .h2,
  .section-team .team-title h2 {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto 25px;
    text-transform: uppercase;
    width: 95%;
  }
  .section-team .team-title .h2 .has-img,
  .section-team .team-title h2 .has-img {
    position: relative;
  }
  .section-team .team-title .h2 .has-img:before,
  .section-team .team-title h2 .has-img:before {
    content: "";
    display: none;
  }
  .section-team .team-title-hruf {
    display: block;
    margin-top: 10px;
  }
  .section-team .team-title-hruf span {
    font-size: 45px;
    text-transform: uppercase;
  }
  .section-team .warp-team {
    grid-column-gap: 15px;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }
  .section-team .warp-team .team-col {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
  }
  .section-team .warp-team .team-info {
    margin-bottom: 20px;
  }
  .section-team .warp-team .team-img {
    border-radius: 100%;
    position: relative;
  }
  .section-team .warp-team .team-img img {
    border-radius: 100%;
  }
  .section-team .warp-team .h3,
  .section-team .warp-team h3,
  .section-team .warp-team p {
    font-size: 10px;
    margin: 0;
    text-align: center;
  }
  .section-team .warp-team p {
    font-family: 'Satoshi', Arial, sans-serif;
    font-weight: 400;
  }
  .section-team .kwk-img {
    bottom: -3em;
    position: absolute;
    right: 1em;
    width: 8em;
  }
  .section-team .team-nasd {
    border-radius: 100%;
    bottom: 0;
    height: 8em;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 8em;
  }
}
@media (min-width: 1030px) {
  .section-team {
    padding: 6vw 0 8vw;
    position: relative;
  }
  .section-team .team-title-hruf span {
    font-size: 6vw;
    text-transform: uppercase;
  }
  .section-team .team-title {
    text-align: center;
  }
  .section-team .team-title .h2,
  .section-team .team-title h2 {
    display: flex;
    font-size: 4vw;
    justify-content: space-evenly;
    margin: 0 auto 1.5vw;
    text-transform: uppercase;
    width: 95%;
  }
  .section-team .team-title .h2 .has-img,
  .section-team .team-title h2 .has-img {
    position: relative;
  }
  .section-team .team-title .h2 .has-img:before,
  .section-team .team-title h2 .has-img:before {
    content: "";
    display: none;
  }
  .section-team .warp-team {
    grid-column-gap: 15px;
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    text-align: center;
    z-index: 4;
  }
  .section-team .warp-team .team-col {
    position: relative;
  }
  .section-team .warp-team .team-img {
    border-radius: 100%;
    margin-bottom: 1vw;
    position: relative;
  }
  .section-team .warp-team .team-img img {
    border-radius: 100%;
  }
  .section-team .warp-team .h3,
  .section-team .warp-team h3,
  .section-team .warp-team p {
    font-size: 1.2vw;
    margin: 0;
    text-align: center;
  }
  .section-team .kwk-img {
    bottom: -3em;
    position: absolute;
    right: 1em;
    width: 8em;
  }
  .section-team .kwk-img .icon-a-kwk {
    width: 17vw;
  }
}
@media (min-width: 1400px) {
  .section-team .warp-ms {
    background: #0006;
    bottom: 0;
    height: 70px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  .section-team .warp-ms,
  .section-team .warp-ms a {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .section-team .warp-ms a {
    background-color: #dbe0de;
    border-radius: 100%;
    cursor: pointer;
    height: 40px;
    line-height: 25px;
    width: 40px;
  }
  .section-team .warp-ms a:not(:last-child) {
    margin-right: 7px;
  }
  .section-team .warp-ms a img {
    border-radius: 0;
    height: 25px;
    object-fit: cover;
    transform: scale(1);
    transition:
      opacity 1s ease-in-out,
      transform 1s ease-in-out;
    width: 25px;
  }
}
.section-services {
  background: #191919;
  padding: 30px 0;
  position: relative;
}
.section-services:before {
  border: 4px solid #9000ff;
  border-radius: 100%;
  content: "";
  height: 5em;
  position: absolute;
  right: -20px;
  top: 1em;
  width: 5em;
}
.section-services:after {
  border: 5px solid #54fff9;
  border-radius: 100%;
  bottom: 3em;
  content: "";
  height: 3em;
  position: absolute;
  right: 0;
  width: 3em;
}
.section-services .simpleParallax {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section-services .warp-serv .serv-title .h2,
.section-services .warp-serv .serv-title h2 {
  display: flex;
  font-family: Retroica;
  font-size: 25px;
  font-weight: 400;
  justify-content: space-around;
  margin: auto auto 15px;
  text-align: center;
  text-transform: uppercase;
}
.section-services .warp-serv .serv-title .h2 span span,
.section-services .warp-serv .serv-title h2 span span {
  padding-top: 3px;
  display: block;
  margin-bottom: 10px;
}
.section-services .warp-serv .serv-title .h2 span span .icon-services,
.section-services .warp-serv .serv-title h2 span span .icon-services {
  height: 26px;
  object-fit: contain;
  width: 30px;
}
.section-services .warp-serv .serv-title .h2 span span .img-services,
.section-services .warp-serv .serv-title h2 span span .img-services {
  opacity: 0;
  position: absolute;
}
.section-services .warp-serv .serv-title p {
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 17em;
  text-align: center;
}
.section-services .warp-serv .serv-title p .c-move {
  color: #be7fff;
}
.section-services .warp-serv .serv-title p .c-blue {
  color: #3acdfe;
}
.section-services .warp-serv .serv-title p .c-yellow {
  color: #ffd308;
}
.section-services .warp-serv .serv-title p .c-pink {
  color: #ff33b0;
}
.section-services
  .warp-serv
  .serv-title.wbm-support
  .h2
  span
  span
  .icon-services,
.section-services
  .warp-serv
  .serv-title.wbm-support
  h2
  span
  span
  .icon-services {
  opacity: 0;
}
.section-services
  .warp-serv
  .serv-title.wbm-support
  .h2
  span
  span
  .img-services,
.section-services
  .warp-serv
  .serv-title.wbm-support
  h2
  span
  span
  .img-services {
  margin-left: 4px;
  opacity: 1;
  position: absolute;
}
.section-services .img-sarukh {
  left: -1.5em;
  pointer-events: none;
  position: absolute;
  top: 10px;
  width: 25%;
  z-index: 1;
}
.section-services .img-bg-services {
  bottom: 1.5vw;
  display: none;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  width: 100%;
}
.section-services .img-bg-services img {
  height: 100%;
  object-fit: cover;
  width: 95%;
}
.section-services .img-noss-dowara {
  bottom: -3.7em;
  left: 0;
  position: absolute;
  width: 15%;
}
@media (min-width: 590px) {
  .section-services .img-noss-dowara {
    bottom: -3.8em;
    left: 0;
    position: absolute;
    width: 11%;
  }
}
@media (min-width: 700px) {
  .section-services {
    padding: 75px 0 90px;
    position: relative;
  }
  .section-services:before {
    border: 10px solid #9000ff;
    border-radius: 100%;
    right: -50px;
    top: 1em;
  }
  .section-services:after,
  .section-services:before {
    content: "";
    height: 5em;
    position: absolute;
    width: 5em;
  }
  .section-services:after {
    border: 10px solid #54fff9;
    border-radius: 100%;
    bottom: 3em;
    left: -30px;
    right: auto;
  }
  .section-services .img-bg-services {
    display: block;
  }
  .section-services .warp-serv .serv-title .h2,
  .section-services .warp-serv .serv-title h2 {
    display: flex;
    font-size: 45px;
    justify-content: space-between;
    margin: 0 0 35px;
    max-width: 5em;
    text-align: center;
    text-transform: uppercase;
  }
  .section-services .warp-serv .serv-title .h2 span span,
  .section-services .warp-serv .serv-title h2 span span {
    display: block;
    margin-bottom: 10px;
  }
  .section-services .warp-serv .serv-title .h2 span span .icon-services,
  .section-services .warp-serv .serv-title h2 span span .icon-services {
    height: 44px;
    object-fit: contain;
    width: 34px;
  }
  .section-services .warp-serv .serv-title p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    max-width: 32em;
    text-align: left;
  }
  .section-services .img-sarukh {
    left: auto;
    position: absolute;
    right: 2.5em;
    top: 2em;
    width: 25%;
    z-index: 1;
  }
  .section-services .img-noss-dowara {
    display: none;
  }
}
@media (min-width: 1030px) {
  .section-services {
    padding: 7vw 0 9vw;
    position: relative;
  }
  .section-services .warp-serv .serv-title .h2,
  .section-services .warp-serv .serv-title h2 {
    display: flex;
    font-size: 7vw;
    justify-content: space-between;
    margin: 0 0 2vw;
    max-width: 5em;
    text-align: center;
    text-transform: uppercase;
  }
  .section-services .warp-serv .serv-title .h2 span span,
  .section-services .warp-serv .serv-title h2 span span {
    padding-top: 9px;
    display: block;
    margin-bottom: 10px;
  }
  .section-services .warp-serv .serv-title .h2 span span .icon-services,
  .section-services .warp-serv .serv-title h2 span span .icon-services {
    height: 5.3vw;
    margin-top: 1vw;
    object-fit: contain;
    object-position: center;
    width: 5vw;
  }
  .section-services .warp-serv .serv-title p {
    font-size: 1.5vw;
    line-height: 1.4;
    margin: 0;
    max-width: 100%;
    text-align: left;
  }
  .section-services .img-sarukh {
    left: auto;
    position: absolute;
    right: 2.5em;
    top: 2em;
    width: 25%;
    z-index: 1;
  }
  .section-services .img-sarukh img {
    margin: auto;
    width: 90%;
  }
  .section-services .img-noss-dowara {
    display: none;
  }
}
.section-build {
  padding: 30px 0 0;
  position: relative;
  z-index: 99;
}
.section-build .icon-hand-r {
  display: none;
  opacity: 0.5;
}
.section-build .icon-hand-m {
  display: none;
}
.section-build .warp-build-title {
  text-align: center;
}
.section-build .warp-build-title .h2,
.section-build .warp-build-title h2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 10px;
  margin-bottom: 0;
  margin-right: -10px;
  margin: auto !important;
  padding-left: 15px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.section-build .warp-build-title .h2:before,
.section-build .warp-build-title h2:before {
  background: #ffd308;
  border-radius: 100%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.section-build .warp-build-title .h2 span,
.section-build .warp-build-title h2 span {
  display: block;
  margin-right: 20px;
}
.section-build .warp-build-title .h2 span.color,
.section-build .warp-build-title h2 span.color {
  color: #9000ff;
  margin-right: -15px;
}
.section-build .img-pp-sc {
  opacity: 0.5;
  position: absolute;
  top: 5.5em;
  width: 9em;
}
.section-build .img-ico-top {
  opacity: 0.5;
  position: absolute;
  top: -150px;
}
.section-build .warp-icons {
  padding-top: 100px;
  position: relative;
}
.section-build .warp-icons .warp-icon-main {
  bottom: 0;
  display: flex;
  height: 65%;
  justify-content: space-evenly;
  left: 0;
  position: absolute;
  right: 0;
}
.section-build .warp-icons .warp-icon-main .wrp-icon-build {
  position: relative;
}
.section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img {
  height: 52px;
  left: -40px;
  position: absolute;
  top: -45px;
  width: 60px;
}
.section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img .typing-ox {
  color: #000;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img img {
  height: auto;
  width: 100%;
}
.section-build .warp-icons .warp-icon-main .wrp-icon-build .img-ico,
.section-build .warp-icons .warp-icon-main .wrp-icon-build .shadow-icons {
  height: auto;
  width: 60px;
}
.section-build .warp-icons .warp-icon-main .wrp-icon-build .has-animation {
  animation-direction: alternate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: slidein;
}
.section-build
  .warp-icons
  .warp-icon-main
  .wrp-icon-build
  .has-animation-shadow {
  animation-direction: alternate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: slideinshadow;
}
.section-build .warp-icons .bg-icons img {
  height: 60px;
  width: 100%;
}
@keyframes slidein {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}
@keyframes slideinshadow {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0.5);
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutshadow {
  0% {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@media (min-width: 590px) {
  .section-build {
    padding: 60px 0 0;
    position: relative;
  }
}
@media (min-width: 700px) {
  .section-build {
    padding: 30px 0 0;
    position: relative;
  }
  .section-build .icon-hand-r {
    display: block;
    position: absolute;
    right: -50px;
    top: -25px;
    width: 50px;
  }
  .section-build .img-pp-sc {
    position: absolute;
    top: 5.5em;
    width: 10em;
  }
  .section-build .img-pp-sc img {
    width: 100%;
  }
  .section-build .warp-build-title .h2,
  .section-build .warp-build-title h2 {
    font-size: 25px;
    letter-spacing: 15px;
    margin-bottom: 0;
    margin-right: -15px;
    position: relative;
    text-align: center;
  }
  .section-build .warp-build-title .h2:before,
  .section-build .warp-build-title h2:before {
    border-radius: 100%;
    content: "";
    height: 20px;
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  .section-build .warp-build-title .h2 span.color,
  .section-build .warp-build-title h2 span.color {
    color: #9000ff;
    margin-right: -15px;
  }
  .section-build .warp-icons {
    padding-top: 150px;
    position: relative;
  }
  .section-build .warp-icons .warp-icon-main {
    bottom: 0;
    display: flex;
    height: 65%;
    justify-content: space-evenly;
    left: 0;
    position: absolute;
    right: 0;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build {
    position: relative;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img {
    height: 52px;
    left: -40px;
    position: absolute;
    top: -45px;
    width: 60px;
  }
  .section-build
    .warp-icons
    .warp-icon-main
    .wrp-icon-build
    .ox-img
    .typing-ox {
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img img {
    height: auto;
    width: 100%;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .img-ico {
    height: auto;
    width: 100px;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .shadow-icons {
    height: auto;
    width: 110px;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .has-animation {
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: slidein;
  }
  .section-build
    .warp-icons
    .warp-icon-main
    .wrp-icon-build
    .has-animation-shadow {
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slideinshadow;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .has-animationOut {
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slideOut;
  }
  .section-build
    .warp-icons
    .warp-icon-main
    .wrp-icon-build
    .has-animation-shadowOut {
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slideOutshadow;
  }
  .section-build .warp-icons .bg-icons img {
    height: 110px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-build .img-pp-sc {
    position: absolute;
    top: 5.5em;
    width: 12em;
  }
}
@media (min-width: 1030px) {
  .section-build {
    padding: 5vw 0 0;
    position: relative;
  }
  .section-build .warp-build-title .h2,
  .section-build .warp-build-title h2 {
    font-size: 2.5vw;
    letter-spacing: 15px;
    margin-bottom: 0;
    margin-right: -15px;
    padding-left: 2.5vw;
    position: relative;
    text-align: center;
  }
  .section-build .warp-build-title .h2:before,
  .section-build .warp-build-title h2:before {
    border-radius: 100%;
    content: "";
    height: 2vw;
    left: 0;
    margin-top: 0.1vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2vw;
  }
  .section-build .warp-build-title .h2 span.color,
  .section-build .warp-build-title h2 span.color {
    color: #9000ff;
    margin-right: -15px;
  }
  .section-build .warp-build-title .h2 span,
  .section-build .warp-build-title h2 span {
    display: block;
    margin-right: 2.5vw;
  }
  .section-build .warp-icons {
    padding-top: 15vw;
    position: relative;
  }
  .section-build .warp-icons .warp-icon-main {
    bottom: 0;
    display: flex;
    height: 75%;
    justify-content: space-evenly;
    left: 0;
    position: absolute;
    right: 0;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build {
    position: relative;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img {
    height: 6vw;
    left: -4.5vw;
    position: absolute;
    top: -4.5vw;
    width: 7vw;
  }
  .section-build
    .warp-icons
    .warp-icon-main
    .wrp-icon-build
    .ox-img
    .typing-ox {
    font-size: 2vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .ox-img img {
    height: auto;
    width: 100%;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .img-ico,
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .shadow-icons {
    height: auto;
    width: 11vw;
  }
  .section-build .warp-icons .warp-icon-main .wrp-icon-build .has-animation {
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slidein;
  }
  .section-build
    .warp-icons
    .warp-icon-main
    .wrp-icon-build
    .has-animation-shadow {
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slideinshadow;
  }
  .section-build .warp-icons .bg-icons img {
    height: 10vw;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-build .img-pp-sc {
    position: absolute;
    top: 4vw;
    width: 25vw;
  }
  .section-build .img-ico-top {
    position: absolute;
    top: -12em;
  }
  .section-build .icon-hand-r {
    display: block;
    position: absolute;
    right: -5.9vw;
    top: -15px;
    width: 6vw;
  }
}
@media (min-width: 1900px) {
  .section-build .img-pp-sc {
    position: absolute;
    top: 4vw;
    width: 25vw;
  }
  .section-build .img-ico-top {
    position: absolute;
    top: -14em;
  }
  .section-build .icon-hand-r {
    display: block;
    position: absolute;
    right: -5.9vw;
    top: -15px;
    width: 6vw;
  }
}
.section-space {
  background-color: #000;
  padding-bottom: 60px;
  position: relative;
  z-index: 4;
}
.section-space .icon-hand-m {
  display: none;
  opacity: 0.5;
}
.section-space .cat-astronaut {
  left: 50%;
  position: absolute;
  top: calc(50% - 50px);
  transform: translate(-50%, -50%) !important;
  width: 35%;
}
.section-space .colorsxD {
  width: 100%;
}
@media (min-width: 700px) {
  .section-space {
    padding-bottom: 60px;
    position: relative;
  }
  .section-space .img-space:before {
    background: #9000ff;
    border-radius: 100%;
    content: "";
    height: 5vw;
    position: absolute;
    right: 3vw;
    top: -6vw;
    width: 5vw;
  }
  .section-space .icon-hand-m {
    display: block;
    left: 65%;
    position: absolute;
    top: 7px;
    width: 60px;
    z-index: -1;
  }
  .section-space .cat-astronaut {
    left: 50%;
    position: absolute;
    top: calc(50% - 50px);
    transform: translate(-50%, -50%) !important;
    width: 20%;
  }
  .section-space .colorsxD {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  .section-space {
    padding-bottom: 8vw;
    position: relative;
  }
  .section-space .cat-astronaut {
    left: 50%;
    position: absolute;
    top: calc(50% - 50px);
    transform: translate(-50%, -50%) !important;
    width: 30%;
  }
  .section-space .colorsxD {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-space {
    padding-bottom: 8vw;
    position: relative;
  }
  .section-space .icon-hand-m {
    display: block;
    left: 62vw;
    position: absolute;
    top: 7px;
    width: 8vw;
    z-index: -1;
  }
  .section-space .cat-astronaut {
    left: 50%;
    position: absolute;
    top: -35px;
    transform: translate(-50%, -50%) !important;
    width: 20%;
  }
  .section-space .colorsxD {
    width: 100%;
  }
}
.section-mission {
  padding-bottom: 80px;
  position: relative;
}
.section-mission .sd-space-ms {
  left: 1em;
  position: absolute;
  top: -4em;
  width: 8em;
}
.section-mission .img-mission,
.section-mission .img-mission:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.section-mission .img-mission:before {
  background: #222;
  content: "";
  opacity: 0.28;
}
.section-mission .img-mission img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.section-mission .img-mission-1 {
  left: -10px;
  position: absolute;
  top: 10%;
  width: 20%;
}
.section-mission .img-mission-1 video {
  width: 100%;
}
.section-mission .img-mission-1 canvas {
  width: 33vw;
}
.section-mission .img-mission-2 {
  position: absolute;
  right: 0;
  top: 50%;
  width: 10%;
}
.section-mission .img-mission-2 canvas {
  width: 25vw;
}
.section-mission .img-thunder {
  bottom: -1em;
  left: 0;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.section-mission .img-thunder img {
  height: 100%;
  object-fit: contain;
  object-position: 80% 0;
  width: 100%;
}
.section-mission .text-mission {
  position: relative;
  z-index: 1;
}
.section-mission .text-mission .h2,
.section-mission .text-mission h2 {
  align-items: center;
  display: flex;
  font-family: Retroica;
  font-size: 27px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
.section-mission .text-mission .h2 span,
.section-mission .text-mission h2 span {
  display: block;
}
.section-mission .text-mission .h2 span:first-child,
.section-mission .text-mission h2 span:first-child {
  margin-right: 15px;
}
.section-mission .text-mission .h2 .hast-txt,
.section-mission .text-mission h2 .hast-txt {
  position: relative;
}
.section-mission .text-mission .h2 .hast-txt .icon-a-missions,
.section-mission .text-mission h2 .hast-txt .icon-a-missions {
  height: 70px;
  left: 0.45em;
  position: absolute;
  top: -1.93em;
  width: 50px;
}
.section-mission .text-mission .p-text-mission .line-mission {
  background: #fff;
  display: block;
  height: 5px;
  margin: 0 auto 20px;
  border-radius: 999px;
  width: 80px;
}
.section-mission .text-mission .p-text-mission p {
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: calc(7.60465px + 1.04651vw);
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section-mission .text-mission .p-text-mission p {
    font-size: 21px;
  }
}
@media screen and (max-width: 420px) {
  .section-mission .text-mission .p-text-mission p {
    font-size: 12px;
  }
}
@media (min-width: 590px) {
  .section-mission {
    padding-bottom: 110px;
    position: relative;
  }
}
@media (min-width: 700px) {
  .section-mission {
    padding-bottom: 80px;
    padding-top: 160px;
    position: relative;
  }
  .section-mission .sd-space-ms {
    left: 4em;
    position: absolute;
    top: 4em;
    width: 8em;
  }
  .section-mission .img-mission,
  .section-mission .img-mission:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-mission .img-mission:before {
    background: #222;
    content: "";
    opacity: 0.28;
    z-index: -1;
  }
  .section-mission .img-mission img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .section-mission .img-mission-1 {
    left: -10px;
    position: absolute;
    top: 45%;
    width: 20%;
  }
  .section-mission .img-mission-2 {
    position: absolute;
    right: 0;
    top: 50%;
    width: 10%;
  }
  .section-mission .text-mission {
    position: relative;
    z-index: 1;
  }
  .section-mission .text-mission .h2,
  .section-mission .text-mission h2 {
    font-size: 60px;
    letter-spacing: 3px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
  }
  .section-mission .text-mission .h2 .hast-txt,
  .section-mission .text-mission h2 .hast-txt {
    position: relative;
  }
  .section-mission .text-mission .h2 .hast-txt:before,
  .section-mission .text-mission h2 .hast-txt:before {
    font-size: 50%;
    position: absolute;
    right: 0;
    top: -0.9em;
  }
  .section-mission .text-mission .h2 .hast-txt .icon-a-missions,
  .section-mission .text-mission h2 .hast-txt .icon-a-missions {
    height: 70px;
    left: 0.8em;
    position: absolute;
    top: -0.75em;
    width: 50px;
  }
  .section-mission .text-mission .p-text-mission {
    margin: 50px 0 120px auto;
    position: relative;
    width: 68.33333333%;
  }
  .section-mission .text-mission .p-text-mission .line-mission {
    background: #a6eb3b;
    display: block;
    height: 120%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-15px, -50%) !important;
    width: 5px;
  }
  .section-mission .text-mission .p-text-mission p {
    margin-bottom: 30px;
    text-align: left;
  }
}
@media (min-width: 1030px) {
  .section-mission {
    padding-bottom: 12vw;
    padding-top: 15vw;
    position: relative;
  }
  .section-mission .sd-space-ms {
    left: 17%;
    position: absolute;
    top: 15%;
    width: 12vw;
  }
  .section-mission .img-mission,
  .section-mission .img-mission:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-mission .img-mission:before {
    background: #222;
    content: "";
    opacity: 0.28;
  }
  .section-mission .img-mission img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .section-mission .img-mission-1 {
    left: -2em;
    position: absolute;
    top: 38%;
    width: 20%;
  }
  .section-mission .img-mission-1 canvas {
    width: 33vw;
  }
  .section-mission .img-mission-2 {
    position: absolute;
    right: 0;
    top: 60%;
    width: 7%;
  }
  .section-mission .img-mission-2 canvas {
    width: 14vw;
  }
  .section-mission .text-mission {
    position: relative;
    z-index: 1;
  }
  .section-mission .text-mission .h2,
  .section-mission .text-mission h2 {
    font-size: 6.5vw;
    letter-spacing: 3px;
    margin-bottom: 4vw;
    text-align: left;
    text-transform: uppercase;
  }
  .section-mission .text-mission .h2 span:first-child,
  .section-mission .text-mission h2 span:first-child {
    margin-right: 2vw;
  }
  .section-mission .text-mission .h2 .hast-txt,
  .section-mission .text-mission h2 .hast-txt {
    position: relative;
  }
  .section-mission .text-mission .h2 .hast-txt .icon-a-missions,
  .section-mission .text-mission h2 .hast-txt .icon-a-missions {
    height: 8vw;
    left: 2.3em;
    position: absolute;
    top: -0.92em;
    width: 7.5vw;
  }
  .section-mission .text-mission .p-text-mission {
    margin: 50px 0 120px 27vw;
    width: 35vw;
  }
  .section-mission .text-mission .p-text-mission p {
    font-size: 1.4vw;
    margin-bottom: 1.8vw;
    text-align: left;
  }
}
@keyframes animte {
  0% {
    background-position: 0;
  }
  to {
    background-position: -1170px;
  }
}
.icon-m-main {
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
}
.text-mission.wbm-support img {
  opacity: 1;
}
.text-mission.wbm-support video {
  opacity: 0;
}
.section-about {
  padding-bottom: 60px;
  position: relative;
  z-index: 9;
}
.section-about .text-about .h2,
.section-about .text-about h2 {
  align-items: center;
  display: flex;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
}
.section-about .text-about .h2 span,
.section-about .text-about h2 span {
  display: block;
  margin-right: 15px;
  position: relative;
}
.section-about .text-about .h2 span .tinydude,
.section-about .text-about h2 span .tinydude {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1em;
}
.section-about .text-about p {
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: calc(7.60465px + 1.04651vw);
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .section-about .text-about p {
    font-size: 21px;
  }
}
@media screen and (max-width: 420px) {
  .section-about .text-about p {
    font-size: 12px;
  }
}
.section-about .hand-about {
  display: none;
  opacity: 0.5;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 6em;
}
.section-about .hand-left {
  left: 0;
}
.section-about .hand-right {
  right: 0;
}
.section-about .mujasam-img {
  left: -10%;
  position: absolute;
  top: -18%;
  width: 25%;
  z-index: 4;
}
.section-about .mujasam-img .img-dwn-about {
  display: none;
}
@media (min-width: 700px) {
  .section-about {
    padding-bottom: 40px;
    position: relative;
  }
  .section-about .hand-about {
    display: block;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 4em;
  }
  .section-about .hand-left {
    left: -30px;
  }
  .section-about .hand-right {
    right: -40px;
  }
  .section-about .text-about .h2,
  .section-about .text-about h2 {
    font-size: 35px;
    letter-spacing: 25px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
  }
  .section-about .text-about p {
    font-size: calc(7.60465px + 1.04651vw);
    text-align: left;
  }
  @media screen and (min-width: 1280px) {
    .section-about .text-about p {
      font-size: 21px;
    }
  }
  @media screen and (max-width: 420px) {
    .section-about .text-about p {
      font-size: 12px;
    }
  }
  .section-about .text-about .has-line {
    position: relative;
  }
  .section-about .text-about .has-line:before {
    background: #ffd427;
    border-radius: 4px;
    content: "";
    height: 0;
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translate(-15px, -50%);
    transition: height 1s;
    transition-timing-function: ease-in-out;
    width: 5px;
  }
  .section-about .text-about .has-line.active-line:before {
    content: "";
    height: 120%;
  }
  .section-about .mujasam-img {
    left: -7%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
  }
  .section-about .mujasam-img .img-dwn-about {
    display: block;
    position: absolute;
    right: 10px;
    top: -30px;
  }
}
@media (min-width: 992px) {
  .section-about {
    padding-bottom: 6vw;
    position: relative;
  }
  .section-about .hand-about {
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 5em;
  }
  .section-about .hand-right {
    right: 0;
  }
  .section-about .hand-left {
    left: 0;
  }
}
@media (min-width: 1030px) {
  .section-about {
    padding-bottom: 6vw;
    position: relative;
  }
  .section-about .text-about .h2,
  .section-about .text-about h2 {
    font-size: 4vw;
    letter-spacing: 3vw;
    margin-bottom: 2vw;
    text-align: center;
    text-transform: uppercase;
  }
  .section-about .text-about .h2 span,
  .section-about .text-about h2 span {
    margin-right: 3vw;
  }
  .section-about .text-about p {
    font-size: 1.4vw;
    margin-bottom: 2vw;
    text-align: left;
  }
  .section-about .mujasam-img {
    left: -7%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .section-about {
    padding-bottom: 6vw;
    position: relative;
  }
  .section-about .mujasam-img .img-dwn-about {
    width: 2vw;
  }
  .section-about .hand-about {
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 7vw;
  }
  .section-about .hand-right {
    right: 0;
  }
  .section-about .hand-left {
    left: 0;
  }
}
.img-dud {
  opacity: 0;
  pointer-events: none;
}
.text-about.wbm-support img {
  opacity: 1;
}
.text-about.wbm-support video {
  opacity: 0;
}
.section-studio {
  padding-bottom: 30px;
  position: relative;
}
.section-studio .container {
  pointer-events: none;
}
.section-studio .img-studio {
  pointer-events: none;
  position: relative;
}
.section-studio .wbm-support .img-back-studio {
  opacity: 1;
}
.section-studio .wbm-support video {
  opacity: 0;
}
.section-studio .img-back-studio {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.section-studio .img-back-studio img {
  animation-direction: alternate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: slideinLogo;
}
.section-studio .text-ox {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}
.section-studio .text-ox span {
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  color: #0000;
  display: block;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1;
  transition: opacity 0.4s;
}
.section-studio .text-ox img {
  width: 35%;
}
.section-studio .text-ox canvas {
  width: 45%;
}
.section-studio .txt-studio {
  text-align: center;
}
.section-studio .txt-studio .h1,
.section-studio .txt-studio h1 {
  display: block;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 5px;
  margin: auto;
  max-width: 10em;
  text-transform: uppercase;
}
.section-studio .txt-studio span {
  display: block;
  font-family: 'Satoshi', Arial, sans-serif;
  font-size: calc(7.60465px + 1.04651vw);
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 10px;
  word-spacing: 20px;
}
@media screen and (min-width: 1280px) {
  .section-studio .txt-studio span {
    font-size: 21px;
  }
}
@media screen and (max-width: 420px) {
  .section-studio .txt-studio span {
    font-size: 12px;
  }
}
.section-studio .txt-studio span i {
  letter-spacing: 30px;
  margin-right: -30px;
}
.section-studio .txt-studio .img-studio img,
.section-studio .txt-studio .img-studio video {
  display: block;
  margin: auto;
  width: 35%;
}
.section-studio .line-ox-left {
  left: 5%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 15%;
}
.section-studio .line-ox-right {
  pointer-events: none;
  position: absolute;
  right: 5%;
  top: 20%;
  width: 15%;
}
@media (min-width: 700px) {
  .section-studio {
    padding-bottom: 60px;
    position: relative;
  }
  .section-studio .text-ox {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
  }
  .section-studio .text-ox span {
    -webkit-text-stroke: 1.5px #fff;
    text-stroke: 1.5px #fff;
    -webkit-text-fill-color: #0000;
    text-fill-color: #0000;
    color: #0000;
    display: block;
    font-family: 'Satoshi', Arial, sans-serif;
    font-size: 8vw;
    font-weight: 700;
    letter-spacing: 5px;
    letter-spacing: 18px;
    line-height: 1;
    text-transform: uppercase;
    transition: opacity 0.4s;
  }
  .section-studio .text-ox canvas {
    width: 100%;
  }
  .section-studio .text-ox img {
    width: 45vw;
  }
  .section-studio .txt-studio {
    text-align: center;
  }
  .section-studio .txt-studio .h1,
  .section-studio .txt-studio h1 {
    display: block;
    font-size: 6.5vw;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .section-studio .txt-studio .h1 br,
  .section-studio .txt-studio h1 br {
    display: none;
  }
  .section-studio .txt-studio span {
    display: block;
    font-size: 3vw;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 13px;
  }
  .section-studio .txt-studio .img-studio img,
  .section-studio .txt-studio .img-studio video {
    display: block;
    margin: -20px -50px 0 auto;
    width: 65%;
  }
  .section-studio .line-ox-left {
    display: none;
    left: 5%;
    position: absolute;
    top: 0;
    width: 15%;
  }
  .section-studio .line-ox-right {
    display: none;
    position: absolute;
    right: 5%;
    top: 20%;
    width: 15%;
  }
}
@media (min-width: 1030px) {
  .section-studio {
    padding-bottom: 60px;
    position: relative;
  }
  .section-studio .text-ox {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
  }
  .section-studio .text-ox span {
    -webkit-text-stroke: 1.5px #fff;
    text-stroke: 1.5px #fff;
    -webkit-text-fill-color: #0000;
    text-fill-color: #0000;
    color: #0000;
    display: block;
    font-size: 8vw;
    letter-spacing: 5px;
    line-height: 1;
    transition: opacity 0.4s;
  }
  .section-studio .txt-studio {
    text-align: center;
  }
  .section-studio .txt-studio .h1,
  .section-studio .txt-studio h1 {
    display: block;
    font-size: 6.5vw;
    letter-spacing: 5px;
    margin: auto;
    max-width: 100%;
    text-transform: uppercase;
    word-spacing: 1vw;
  }
  .section-studio .txt-studio span {
    display: block;
    font-size: 2vw;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 13px;
  }
  .section-studio .txt-studio .img-studio img,
  .section-studio .txt-studio .img-studio video {
    display: block;
    margin: -2vw -5.5vw 0 auto;
    width: 65%;
  }
  .section-studio .line-ox-left {
    display: none;
    left: 5%;
    position: absolute;
    top: 0;
    width: 15%;
  }
  .section-studio .line-ox-right {
    display: none;
    position: absolute;
    right: 5%;
    top: 20%;
    width: 15%;
  }
}
@media (min-width: 1400px) {
  .section-studio {
    padding-bottom: 60px;
    position: relative;
  }
  .section-studio .text-ox {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
  }
  .section-studio .text-ox span {
    -webkit-text-stroke: 1.5px #fff;
    text-stroke: 1.5px #fff;
    -webkit-text-fill-color: #0000;
    text-fill-color: #0000;
    color: #0000;
    display: block;
    font-size: 8vw;
    letter-spacing: 5px;
    line-height: 1;
    transition: opacity 0.4s;
  }
  .section-studio .text-ox canvas {
    width: 90%;
  }
  .section-studio .txt-studio {
    text-align: center;
  }
  .section-studio .txt-studio .h1,
  .section-studio .txt-studio h1 {
    display: block;
    font-size: 6.5vw;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .section-studio .txt-studio .h1 br,
  .section-studio .txt-studio h1 br {
    display: none;
  }
  .section-studio .txt-studio span {
    display: block;
    font-size: 2vw;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 13px;
  }
  .section-studio .txt-studio .img-studio img,
  .section-studio .txt-studio .img-studio video {
    display: block;
    margin: -1.5vw -3vw 0 auto;
    width: 60%;
  }
  .section-studio .line-ox-left {
    display: none;
    left: 5%;
    position: absolute;
    top: 0;
    width: 15%;
  }
  .section-studio .line-ox-right {
    display: none;
    position: absolute;
    right: 5%;
    top: 20%;
    width: 15%;
  }
}
@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%;
    fill: #ffa5d8;
  }
  to {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -20%;
    fill: #ffa3d700;
  }
}

 /* Testimonials specific styles */
 .testimonial-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: center;
  perspective: 1000px;
  transform-style: preserve-3d;
}

#imageContainer {
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 1.5rem;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.5rem;
  user-select: none;
  pointer-events: none;
}

.content-div {
  transition: all 0.2s ease-in-out;
}
.gallery {
  height: 175vh;
  background: rgb(45, 45, 45);
  position: relative;
  display: flex;
  gap: 0.5vw;
  padding: 0.5vw;
  box-sizing: border-box;
  overflow: hidden;
}

.column {
  position: relative;
  height: 100%;
  width: 25%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.imageContainer {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.imageContainer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: #222;
  background-size: 400% 400%;
  animation: gradientShift 8s ease-in-out infinite;
  transition: filter 0.3s;
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.spacer {
  height: 50vh;
}

.column:nth-of-type(1) {
  top: -45%;
}

.column:nth-of-type(2) {
  top: -95%;
}

.column:nth-of-type(3) {
  top: -45%;
}

.column:nth-of-type(4) {
  top: -75%;
}
.imageContainer .read-more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  padding: 0.75em 2em;
  font-size: 1.1em;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 3;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.18);
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.imageContainer:hover img {
  filter: blur(6px) brightness(1);
}
.imageContainer:hover .read-more-btn {
  opacity: 1;
  pointer-events: auto;
}

.gallery-card-link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.gallery-card-link:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.w-100 {
  width: 100%;
}