/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "SF Distant Galaxy";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy Outline";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-Outline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy Outline";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-Outline-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy Alternate";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-Alternate.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy Alternate";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-Alternate-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy AltOutline";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-AltOutline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy AltOutline";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-AltOutline-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy Symbols";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-Symbols.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Distant Galaxy Symbols";
  src: url("../fonts/SF-Distant-Galaxy-Outline/SF-Distant-Galaxy-Symbols-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  background: #1C1C1C;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 16px;
  }
}

.section_title {
  font-family: "SF Distant Galaxy", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 60px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .section_title {
    font-size: 36px;
    line-height: 36px;
  }
}

.btn-green {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  padding-right: 50px;
  position: relative;
  border-radius: 35px;
}
.btn-green .text {
  height: 50px;
  width: 264px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #66FF00 0%, #16B862 51.88%, #00858F 100%);
  box-shadow: 0px 8px 8px -4px rgba(22, 184, 98, 0.1215686275);
  box-shadow: 0px 12px 32px 0px rgba(22, 184, 98, 0.2392156863), 0px 2px 4px -1px rgba(10, 70, 82, 0.1215686275), 0px 0px 1px 0px rgba(22, 184, 98, 0.2392156863);
  transition: 0.3s ease;
}
.btn-green .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, #66FF00 0%, #16B862 51.88%, #00858F 100%);
  transition: 0.3s ease;
}
.btn-green:hover .icon {
  box-shadow: 0px 8px 8px -4px rgba(156, 66, 245, 0.1215686275), 0px 16px 24px 0px rgba(156, 66, 245, 0.2392156863), 0px 2px 4px -1px rgba(27, 10, 82, 0.1215686275), 0px 0px 1px 0px rgba(156, 66, 245, 0.2392156863);
  background: #000000;
  width: 46px;
  height: 46px;
  right: 52px;
}
.btn-green:hover .icon path {
  fill: #ffffff;
}

.blue_bg {
  position: absolute;
  top: 553px;
  left: 0;
  width: 100%;
  height: 1247px;
  background: rgb(0, 133, 143);
  filter: blur(70px);
  z-index: 2;
}
@media (max-width: 1024px) {
  .blue_bg {
    height: 1398px;
    top: 800px;
  }
}

.bg_text_wrap {
  position: absolute;
  width: 100vw;
  white-space: nowrap;
}

.bg_text_track {
  display: flex;
  width: max-content;
  animation: marquee 10s linear infinite;
}

.bg_text {
  flex-shrink: 0;
  margin-right: 100px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.bg_text {
  font-family: "SF Distant Galaxy Outline", sans-serif;
  font-weight: 400;
  font-size: 250px;
  line-height: 60px;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1019607843);
}
@media (max-width: 1024px) {
  .bg_text {
    font-size: 122px;
    line-height: 122px;
  }
}

:root {
  --motion-fast: 200ms;
  --motion-normal: 350ms;
  --motion-medium: 500ms;
  --motion-slow: 800ms;
  --motion-extra-slow: 1200ms;
  --motion-ambient-float: 4s;
  --motion-ambient-breathe: 5.5s;
  --motion-ambient-glow: 3.5s;
  --motion-ambient-rotate: 24s;
  --motion-ambient-gradient: 8s;
  --motion-stagger: 90ms;
  --motion-stagger-tight: 50ms;
  --motion-stagger-wide: 140ms;
  --motion-reveal-y: 22px;
  --motion-reveal-x: 28px;
  --motion-reveal-scale: 0.94;
  --motion-reveal-blur: 10px;
  --motion-parallax-strength: 1;
  --motion-cursor-strength: 1;
  --motion-smooth: 0.12;
  --motion-duration: var(--motion-medium);
  --motion-delay: 0ms;
  --motion-ease: var(--ease-entrance);
}

:root {
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-smooth: cubic-bezier(0.25, 0.1, 0.25, 1);
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-exit: cubic-bezier(0.4, 0, 1, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-overshoot: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-ambient: ease-in-out;
  --ease-linear: linear;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, var(--motion-reveal-y), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, calc(var(--motion-reveal-y) * -1), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(var(--motion-reveal-x), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(calc(var(--motion-reveal-x) * -1), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes blurReveal {
  from {
    opacity: 0;
    transform: translate3d(0, var(--motion-reveal-y), 0);
    filter: blur(var(--motion-reveal-blur)) brightness(1.6);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0) brightness(1);
  }
}
@keyframes scaleReveal {
  from {
    opacity: 0;
    transform: scale(var(--motion-reveal-scale));
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes breathe {
  0%, 100% {
    transform: scaleX(1.015) scaleY(0.985);
  }
  50% {
    transform: scaleX(0.985) scaleY(1.015);
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.55;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.15);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes parallaxFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  33% {
    transform: translate3d(4px, -6px, 0) rotate(0.4deg);
  }
  66% {
    transform: translate3d(-3px, 4px, 0) rotate(-0.3deg);
  }
}
.reveal,
.reveal-up,
.reveal-down,
.reveal-left,
.reveal-right,
.reveal-scale,
.reveal-blur {
  opacity: 0;
  will-change: opacity, transform;
  transition-property: opacity, transform, filter;
  transition-duration: var(--motion-duration, var(--motion-medium));
  transition-timing-function: var(--motion-ease, var(--ease-entrance));
  transition-delay: var(--motion-delay, 0ms);
}

.reveal,
.reveal-up {
  transform: translate3d(0, var(--motion-reveal-y), 0);
}

.reveal-down {
  transform: translate3d(0, calc(var(--motion-reveal-y) * -1), 0);
}

.reveal-left {
  transform: translate3d(var(--motion-reveal-x), 0, 0);
}

.reveal-right {
  transform: translate3d(calc(var(--motion-reveal-x) * -1), 0, 0);
}

.reveal-scale {
  transform: scale(var(--motion-reveal-scale));
}

.reveal-blur {
  transform: translate3d(0, var(--motion-reveal-y), 0);
  filter: blur(var(--motion-reveal-blur)) brightness(1.6);
  will-change: opacity, transform, filter;
}

.reveal.in-view,
.reveal-up.in-view,
.reveal-down.in-view,
.reveal-left.in-view,
.reveal-right.in-view,
.reveal-scale.in-view,
.reveal-blur.in-view {
  opacity: 1;
  transform: none;
  filter: none;
}

.reveal-stagger > * {
  opacity: 0;
  transform: translate3d(0, var(--motion-reveal-y), 0);
  will-change: opacity, transform;
  transition-property: opacity, transform, filter;
  transition-duration: var(--motion-duration, var(--motion-medium));
  transition-timing-function: var(--motion-ease, var(--ease-entrance));
  transition-delay: var(--hd, 0ms);
}

.reveal-stagger.in-view > *,
.reveal-stagger > *.in-view {
  opacity: 1;
  transform: none;
}

.reveal-stagger--auto > *:nth-child(1) {
  --hd: calc(var(--motion-stagger) * 0);
}

.reveal-stagger--auto > *:nth-child(2) {
  --hd: calc(var(--motion-stagger) * 1);
}

.reveal-stagger--auto > *:nth-child(3) {
  --hd: calc(var(--motion-stagger) * 2);
}

.reveal-stagger--auto > *:nth-child(4) {
  --hd: calc(var(--motion-stagger) * 3);
}

.reveal-stagger--auto > *:nth-child(5) {
  --hd: calc(var(--motion-stagger) * 4);
}

.reveal-stagger--auto > *:nth-child(6) {
  --hd: calc(var(--motion-stagger) * 5);
}

.reveal-stagger--auto > *:nth-child(7) {
  --hd: calc(var(--motion-stagger) * 6);
}

.reveal-stagger--auto > *:nth-child(8) {
  --hd: calc(var(--motion-stagger) * 7);
}

.reveal-stagger--auto > *:nth-child(9) {
  --hd: calc(var(--motion-stagger) * 8);
}

.reveal-stagger--auto > *:nth-child(10) {
  --hd: calc(var(--motion-stagger) * 9);
}

.reveal-stagger--auto > *:nth-child(11) {
  --hd: calc(var(--motion-stagger) * 10);
}

.reveal-stagger--auto > *:nth-child(12) {
  --hd: calc(var(--motion-stagger) * 11);
}

.reveal-fast {
  --motion-duration: var(--motion-fast);
}

.reveal-normal {
  --motion-duration: var(--motion-normal);
}

.reveal-medium {
  --motion-duration: var(--motion-medium);
}

.reveal-slow {
  --motion-duration: var(--motion-slow);
}

.reveal-extra-slow {
  --motion-duration: var(--motion-extra-slow);
}

.reveal-ease-standard {
  --motion-ease: var(--ease-standard);
}

.reveal-ease-smooth {
  --motion-ease: var(--ease-smooth);
}

.reveal-ease-premium {
  --motion-ease: var(--ease-premium);
}

.reveal-ease-bounce {
  --motion-ease: var(--ease-bounce);
}

.reveal-ease-overshoot {
  --motion-ease: var(--ease-overshoot);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-up,
  .reveal-down,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .reveal-blur,
  .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}
.ambient-float {
  animation: float var(--motion-ambient-float) var(--ease-ambient) infinite;
  transform-origin: center center;
  will-change: transform;
}

.ambient-breathe {
  animation: breathe var(--motion-ambient-breathe) var(--ease-ambient) infinite;
  transform-origin: center bottom;
  will-change: transform;
}

.ambient-glow {
  animation: glowPulse var(--motion-ambient-glow) var(--ease-ambient) infinite;
  will-change: opacity, filter;
}

.ambient-rotate {
  animation: rotateSlow var(--motion-ambient-rotate) var(--ease-linear) infinite;
  will-change: transform;
}

.ambient-rotate-reverse {
  animation: rotateReverse var(--motion-ambient-rotate) var(--ease-linear) infinite;
  will-change: transform;
}

.ambient-gradient {
  background-size: 200% 200%;
  animation: gradientShift var(--motion-ambient-gradient) var(--ease-ambient) infinite;
}

.ambient-parallax-float {
  animation: parallaxFloat var(--motion-ambient-float) var(--ease-ambient) infinite;
  will-change: transform;
}

.motion-gpu {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.motion-tilt {
  transform-style: preserve-3d;
  will-change: transform;
}

.motion-parallax-layer {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .ambient-float,
  .ambient-breathe,
  .ambient-glow,
  .ambient-rotate,
  .ambient-rotate-reverse,
  .ambient-gradient,
  .ambient-parallax-float {
    animation: none !important;
    will-change: auto !important;
  }
}
.header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .header {
    padding: 6px 0;
    border: 1px solid #5A5A5A;
    background: #1E1E1E;
  }
}
.header.scroll {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #1C1C1C;
  padding: 12px 0;
}
@media (max-width: 1024px) {
  .header.scroll {
    padding: 6px 0;
    border: 1px solid #5A5A5A;
    background: #1E1E1E;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header_logo {
  width: 76px;
  height: 76px;
}
@media (max-width: 1024px) {
  .header_logo {
    width: 36px;
    height: 36px;
  }
}
.header_logo img {
  width: 100%;
  height: 100%;
}
.header_link {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .header_link {
    position: fixed;
    top: -100%;
    left: 0;
    height: 400px;
    width: 100%;
    background: #1C1C1C;
    z-index: -1;
    flex-direction: column;
    gap: 0;
    align-items: start;
    padding: 16px 16px 24px 72px;
    transition: 0.3s ease;
  }
}
.header_link.active {
  top: 50px;
}
@media (max-width: 1024px) {
  .header_link li {
    width: 100%;
  }
}
.header_link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #ffffff;
  position: relative;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header_link a {
    padding: 12px 0;
    width: 100%;
  }
}
.header_link a svg {
  display: none;
}
@media (max-width: 1024px) {
  .header_link a svg {
    display: block;
  }
}
.header_link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #ffffff;
  transition: 0.3s ease;
}
.header_link a:hover::before {
  width: 100%;
}
.header_social {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .header_social {
    display: none;
  }
}
.header_social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #66FF00 0%, #16B862 51.88%, #00858F 100%);
  box-shadow: 0px 8px 8px -4px rgba(22, 184, 98, 0.1215686275), 0px 12px 32px 0px rgba(22, 184, 98, 0.2392156863), 0px 2px 4px -1px rgba(10, 70, 82, 0.1215686275), 0px 0px 1px 0px rgba(22, 184, 98, 0.2392156863);
  transition: 0.3s ease;
}
.header_social a:hover {
  transform: scale(1.1);
}
.header .connect_btn {
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .header .connect_btn {
    width: 100%;
    position: fixed;
    left: 24px;
    width: calc(100% - 48px);
    margin: auto;
    top: -100%;
    z-index: 5;
    transition: 0.3s ease;
  }
}
.header .connect_btn.active {
  top: 385px;
}
.header .connect_btn .text,
.header .connect_btn .icon {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header .connect_btn .text {
  padding: 10px 28px;
  border-radius: 48px;
  color: #000000;
  background: #ffffff;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .header .connect_btn .text {
    width: 100%;
  }
}
.header .connect_btn .text::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #66FF00 0%, #16B862 51.88%, #00858F 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.header .connect_btn .icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease;
}
.header .connect_btn .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #66FF00 0%, #16B862 51.88%, #00858F 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.header .connect_btn .icon svg,
.header .connect_btn .icon path {
  transition: 0.3s ease;
}
.header .connect_btn:hover .text {
  color: #fff;
}
.header .connect_btn:hover .text::before {
  opacity: 1;
}
.header .connect_btn:hover .text {
  box-shadow: 0 8px 8px -4px rgba(22, 184, 98, 0.1215686275), 0 12px 32px rgba(22, 184, 98, 0.2392156863), 0 2px 4px -1px rgba(10, 70, 82, 0.1215686275), 0 0 1px rgba(22, 184, 98, 0.2392156863);
}
.header .connect_btn:hover .icon::before {
  opacity: 1;
}
.header .connect_btn:hover .icon {
  box-shadow: 0 8px 8px -4px rgba(22, 184, 98, 0.1215686275), 0 12px 32px rgba(22, 184, 98, 0.2392156863), 0 2px 4px -1px rgba(10, 70, 82, 0.1215686275), 0 0 1px rgba(22, 184, 98, 0.2392156863);
}
.header .connect_btn:hover .icon path {
  fill: #fff;
}
.header .menu-toggle {
  display: none;
  height: 24px;
  width: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .header .menu-toggle {
    display: flex;
  }
}
.header .menu-toggle-bar {
  width: 16px;
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  margin-top: -1px;
  right: 0;
  left: 0;
  height: 1.5px;
  border-radius: 4px;
  background-color: #D2D2D2;
  transition: all 0.3s ease;
}
.header .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -4px);
}
.header .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 4px);
}
.nav-open .header .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}
.nav-open .header .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}
.nav-open .header .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}

.hero {
  padding: 160px 0 542px 0;
}
@media (max-width: 1024px) {
  .hero {
    padding: 120px 0 72px 0;
  }
}
.hero .container {
  position: relative;
}
.hero_btns {
  position: absolute;
  bottom: -370px;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hero_btns {
    bottom: 170px;
    gap: 8px;
  }
}
.hero_btns .play_btn {
  width: 160px;
  height: 160px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #66FF00 0%, #16B862 51.88%, #00858F 100%);
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0px 8px 8px -4px rgba(22, 184, 98, 0.12), 0px 12px 32px 0px rgba(22, 184, 98, 0.24), 0px 2px 4px -1px rgba(10, 70, 82, 0.12), 0px 0px 1px 0px rgba(22, 184, 98, 0.24);
  transform-origin: center center;
  transition: transform var(--motion-normal) var(--ease-overshoot), box-shadow var(--motion-normal) var(--ease-smooth);
  will-change: transform;
}
.hero_btns .play_btn img {
  width: 102px;
  height: 102px;
  pointer-events: none;
  transition: filter var(--motion-fast) var(--ease-smooth);
}
.hero_btns .play_btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 8px -4px rgba(22, 184, 98, 0.18), 0px 16px 40px 0px rgba(22, 184, 98, 0.36), 0px 2px 4px -1px rgba(10, 70, 82, 0.16), 0px 0px 24px 0px rgba(102, 255, 0, 0.35);
}
.hero_btns .play_btn:hover img {
  filter: brightness(1.12);
}
.hero_btns .play_btn:active {
  transform: scale(0.94);
  transition-duration: var(--motion-fast);
  transition-timing-function: var(--ease-exit);
}
.hero_btns span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #ffffff;
}
.hero .circle {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 570px;
  height: 570px;
  background: rgb(102, 255, 0);
  filter: blur(85px);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .hero .circle {
    width: 320px;
    height: 320px;
    top: 500px;
  }
}
.hero_text .hero_title {
  display: flex;
  flex-direction: column;
}
.hero_text .hero_title_line {
  display: block;
}
.hero_text .hero_title_line.reveal-blur {
  transform: translate3d(0, var(--motion-reveal-y), 0) scale(0.97);
}
.hero_text .hero_title_line.reveal-blur.in-view {
  transform: none;
}
.hero_text h1 {
  font-family: "SF Distant Galaxy", sans-serif;
  font-weight: 400;
  font-size: 130px;
  line-height: 92%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .hero_text h1 {
    font-size: 72px;
    line-height: 100%;
  }
}
.hero_text .one_text {
  max-width: 484px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .hero_text .one_text {
    display: none;
  }
}
.hero_text .text_block {
  position: absolute;
  top: 0;
  right: 60px;
  width: 315px;
}
@media (max-width: 1024px) {
  .hero_text .text_block {
    position: static;
    width: 100%;
  }
}
.hero_text .text_block .two_text {
  margin: 18px 0 24px 0;
}
.hero_text h3 {
  font-family: "SF Distant Galaxy AltOutline", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.hero_text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .hero_text p {
    font-size: 16px;
    line-height: 120%;
  }
}
.hero_text .btn-green {
  width: 283px;
}
@media (max-width: 1024px) {
  .hero_text .btn-green {
    display: none;
  }
}
.hero_text .btn-green .icon {
  flex-shrink: 0;
}
.hero_img_stage {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  width: 515px;
  transform: translateX(40px);
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero_img_stage {
    width: 360px;
    position: static;
    transform: none;
    margin: auto;
    display: block;
  }
}
.hero_img_stage.reveal-scale:not(.in-view) {
  opacity: 0;
  transform: translateX(40px) scale(var(--motion-reveal-scale));
}
@media (max-width: 1024px) {
  .hero_img_stage.reveal-scale:not(.in-view) {
    transform: scale(var(--motion-reveal-scale));
  }
}
.hero_img_stage.reveal-scale.in-view {
  opacity: 1;
  transform: translateX(40px);
}
@media (max-width: 1024px) {
  .hero_img_stage.reveal-scale.in-view {
    transform: none;
  }
}
.hero_img_parallax, .hero_img_cursor, .hero_img_float, .hero_img_breathe {
  width: 100%;
  height: 100%;
  display: block;
}
.hero_img_parallax {
  will-change: transform;
}
.hero_img_breathe {
  transform-origin: center bottom;
}
.hero_img {
  display: block;
  width: 100%;
  height: auto;
  transform: none;
}
@media (max-width: 1024px) {
  .hero_img {
    width: 100%;
    position: static;
    transform: none;
    margin: auto;
    display: block;
  }
}
.hero_slider_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -360px;
  z-index: 2;
  overflow: visible;
  will-change: transform;
}
@media (max-width: 1024px) {
  .hero_slider_wrap {
    position: relative;
    bottom: auto;
    width: 100%;
    overflow: visible;
    cursor: grab;
    touch-action: pan-y;
  }
}
.hero_slider {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hero_slider {
    width: max-content;
    gap: 16px;
    justify-content: center;
    user-select: none;
    will-change: transform;
    margin-right: 20px;
    transition: transform 0.35s ease;
    margin: auto;
  }
}
.hero_slider_left, .hero_slider_right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.hero_thumb {
  --thumb-y: 0px;
  --thumb-r: 0deg;
  width: 182px;
  height: 218px;
  flex-shrink: 0;
  border-radius: 30px;
  transform: translateY(var(--thumb-y)) rotate(var(--thumb-r));
  transform-origin: center center;
  transition: transform var(--motion-normal) var(--ease-premium), opacity var(--motion-medium) var(--ease-entrance), filter var(--motion-normal) var(--ease-smooth), box-shadow var(--motion-normal) var(--ease-smooth);
  will-change: transform, opacity;
  opacity: 0;
}
@media (max-width: 1024px) {
  .hero_thumb {
    width: 112px;
    height: 132px;
    border-radius: 24px;
  }
}
.hero_thumb.one {
  --thumb-y: -34px;
  --thumb-r: -3.3deg;
}
@media (max-width: 1024px) {
  .hero_thumb.one {
    --thumb-y: -21px;
    --thumb-r: -3.3deg;
  }
}
@media (max-width: 1024px) {
  .hero_thumb.three {
    --thumb-y: -21px;
    --thumb-r: -3.3deg;
  }
}
.hero_thumb.four {
  --thumb-y: -34px;
  --thumb-r: 3.3deg;
}
@media (max-width: 1024px) {
  .hero_thumb.four {
    --thumb-y: 0px;
    --thumb-r: 0deg;
  }
}
.hero_thumb:not(.in-view) {
  opacity: 0;
  transform: translateY(calc(var(--thumb-y) + 28px)) rotate(calc(var(--thumb-r) + 5deg)) scale(0.92);
  filter: blur(6px);
}
.hero_thumb.in-view {
  opacity: 1;
  transform: translateY(var(--thumb-y)) rotate(var(--thumb-r)) scale(1);
  filter: none;
}
.hero_thumb_tilt {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: filter var(--motion-normal) var(--ease-smooth);
}
.hero_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  border: 8px solid #ffffff;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  display: block;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .hero_thumb img {
    border: 4px solid #ffffff;
  }
}
.hero_thumb.in-view:hover {
  transform: translateY(calc(var(--thumb-y) - 8px)) rotate(var(--thumb-r)) scale(1.03);
  filter: drop-shadow(0 12px 24px rgba(22, 184, 98, 0.28));
}
@media (max-width: 1024px) {
  .hero_thumb.in-view:hover {
    transform: translateY(var(--thumb-y)) rotate(var(--thumb-r)) scale(1);
    filter: none;
  }
}

.hero .play_btn.ambient-breathe {
  animation-name: breathe;
  animation-duration: var(--motion-ambient-breathe);
  animation-timing-function: var(--ease-ambient);
  animation-iteration-count: infinite;
  transform-origin: center center;
}

.hero .play_btn.ambient-breathe:hover {
  animation-play-state: paused;
}

.hero .play_btn.ambient-breathe:active {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .hero .circle,
  .hero .hero_title_line,
  .hero .one_text,
  .hero .text_block h3,
  .hero .two_text,
  .hero .btn-green,
  .hero .hero_btns,
  .hero .hero_img_stage,
  .hero .hero_thumb {
    opacity: 1 !important;
    filter: none !important;
    transition: opacity var(--motion-fast) var(--ease-standard) !important;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 1025px) {
  .hero .hero_img_parallax {
    transform: none !important;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 1025px) {
  .hero .hero_img_stage {
    transform: translateX(40px) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero .hero_thumb.one {
    transform: translateY(-34px) rotate(-3.3deg) !important;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1024px) {
  .hero .hero_thumb.one {
    transform: translateY(-21px) rotate(-3.3deg) !important;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1024px) {
  .hero .hero_thumb.three {
    transform: translateY(-21px) rotate(-3.3deg) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero .hero_thumb.four {
    transform: translateY(-34px) rotate(3.3deg) !important;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1024px) {
  .hero .hero_thumb.four {
    transform: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero .play_btn {
    transition: none !important;
  }
  .hero .play_btn:hover, .hero .play_btn:active {
    transform: none !important;
  }
}
.calculation {
  position: relative;
  z-index: 2;
}
.calculation .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .calculation .container {
    flex-direction: column;
    gap: 48px;
  }
}
.calculation .section_title {
  font-size: 90px;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .calculation .section_title {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .calculation .section_title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.calculation .section_title span {
  display: block;
  font-size: 60px;
}
@media (max-width: 1024px) {
  .calculation .section_title span {
    font-size: 36px;
  }
}
.calculation_text {
  position: relative;
}
.calculation_text .calculation_char {
  position: absolute;
  left: 52px;
  top: 50px;
  width: 452px;
}
@media (max-width: 1024px) {
  .calculation_text .calculation_char {
    display: none;
  }
}
.calculation_text .calculation_char_parallax, .calculation_text .calculation_char_float, .calculation_text .calculation_char_breathe {
  width: 100%;
  display: block;
}
.calculation_text .calculation_char img {
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  display: block;
}
.calculation_block {
  width: 592px;
  padding: 48px;
  background: linear-gradient(135deg, #242424 0%, #191919 51.37%, #020202 99.14%);
  box-shadow: 16px 16px 48px 0px rgba(9, 13, 20, 0.4), -8px -8px 16px 0px rgba(224, 224, 255, 0.0392156863), 0px 8px 8px 0px rgba(9, 13, 20, 0.4);
  border-radius: 24px;
  border: 1px solid #16B862;
}
@media (max-width: 1024px) {
  .calculation_block {
    border-radius: 24px;
    padding: 32px;
    width: 100%;
  }
}
.calculation_block .block_title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .calculation_block .block_title {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 32px;
  }
}
.calculation_block .block_title span {
  color: #16B862;
}
.calculation_block .calculation_progress {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .calculation_block .calculation_progress {
    margin-bottom: 32px;
  }
}
.calculation_block .calculation_progress .progress_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .calculation_block .calculation_progress .progress_text {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
}
.calculation_block .calculation_progress .progress_text p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #ffffff;
}
.calculation_block .calculation_progress .progress_text p span {
  color: #16B862;
}
.calculation_block .calculation_progress .progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, #090D14 0%, #282A2E 52.98%, #2D2F33 100%);
}
@media (max-width: 1024px) {
  .calculation_block .calculation_progress .progress {
    height: 16px;
  }
}
.calculation_block .calculation_progress .progress_block {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background: #16B862;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  transition: transform var(--motion-slow) var(--ease-premium);
}
.calculation_block .calculation_progress .progress_block.is-filled {
  transform: scaleX(var(--progress, 0.1));
}
.calculation_block h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .calculation_block h4 {
    justify-content: start;
    align-items: start;
    font-size: 16px;
    gap: 12px;
    max-width: 200px;
    flex-wrap: wrap;
  }
}
.calculation_block h4 span {
  font-size: 28px;
  color: #16B862;
}
@media (max-width: 1024px) {
  .calculation_block h4 span {
    font-size: 18px;
    display: block;
  }
}
.calculation_block .instant-buy__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #ffffff;
  margin: 48px 0 24px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .calculation_block .instant-buy__title {
    margin: 32px 0 16px 0;
  }
}
.calculation_block .instant-buy__coins {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .calculation_block .instant-buy__coins {
    overflow-x: auto;
    gap: 14px;
  }
  .calculation_block .instant-buy__coins::-webkit-scrollbar {
    display: none;
  }
}
.calculation_block .coin-card {
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid #16B862;
}
.calculation_block .coin-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #1C1C1C;
}
@media (max-width: 1024px) {
  .calculation_block .coin-card h3 {
    font-size: 24px;
    line-height: 100%;
  }
}
.calculation_block .coin-card span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #1C1C1C;
}
.calculation_block .coin-card:hover::before {
  opacity: 1;
}
.calculation_block .coin-card.active {
  background: linear-gradient(135deg, #242424 0%, #191919 51.37%, #020202 99.14%);
}
.calculation_block .coin-card.active::before {
  opacity: 1;
}
.calculation_block .coin-card.active h3 {
  color: #ffffff;
}
.calculation_block .coin-card.active span {
  color: #16B862;
}
.calculation_block .coin-card.disabled {
  opacity: 40%;
}
@media (max-width: 1024px) {
  .calculation_block .coin-card.disabled {
    display: none;
  }
}
.calculation_block .coin-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 7px;
  transition: background 0.35s ease, transform 0.35s ease;
}
.calculation_block .coin-card__icon img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: contain;
  display: block;
}
.calculation_block .coin-card__content span {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.calculation_block .buy-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .calculation_block .buy-form {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .calculation_block .buy-form {
    grid-template-columns: 1fr;
  }
}
.calculation_block .buy-form__item label {
  display: block;
  margin-left: 16px;
  margin-bottom: 6px;
  color: #16B862;
  font-size: 14px;
  font-weight: 500;
}
.calculation_block .buy-input {
  height: 48px;
  background: #2F2F2F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 12px 16px 12px 14px;
  border: 1px solid transparent;
  transform: scale(1);
  transform-origin: center center;
  transition: border-color var(--motion-normal) var(--ease-smooth), box-shadow var(--motion-normal) var(--ease-smooth), transform var(--motion-fast) var(--ease-premium), background var(--motion-normal) var(--ease-smooth);
}
.calculation_block .buy-input:focus-within {
  border-color: rgba(22, 184, 98, 0.65);
  box-shadow: 0 0 0 1px rgba(22, 184, 98, 0.25), 0 8px 24px rgba(22, 184, 98, 0.18);
  transform: scale(1.015);
}
.calculation_block .buy-input.is-success, .calculation_block .buy-input.is-valid {
  border-color: rgba(22, 184, 98, 0.8);
  box-shadow: 0 0 0 1px rgba(22, 184, 98, 0.3);
}
.calculation_block .buy-input.is-error, .calculation_block .buy-input.is-invalid {
  border-color: rgba(255, 80, 80, 0.75);
  box-shadow: 0 0 0 1px rgba(255, 80, 80, 0.28);
}
.calculation_block .buy-input__icon {
  width: 42px;
  height: 42px;
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform var(--motion-normal) var(--ease-premium);
}
.calculation_block .buy-input__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: opacity var(--motion-fast) var(--ease-smooth);
}
.calculation_block .buy-input:focus-within .buy-input__icon {
  transform: scale(1.06);
}
.calculation_block .buy-input input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: right;
  color: #ffffff;
  text-align: right;
}
.calculation_block .buy-input input::placeholder {
  color: #ffffff;
}
.calculation_block .buy-input input::-webkit-outer-spin-button, .calculation_block .buy-input input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.calculation_block .buy-input input[type=number] {
  appearance: textfield;
}
.calculation_block .btn-green {
  width: 100%;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .calculation_block .btn-green {
    margin-top: 24px;
  }
}
.calculation_block .btn-green .text {
  width: 100%;
}
.calculation_block .btn-green .icon {
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .calculation .progress_block {
    transition: none !important;
  }
  .calculation .progress_block.is-filled {
    transform: scaleX(var(--progress, 0.1)) !important;
  }
  .calculation .buy-input {
    transition: none !important;
  }
  .calculation .buy-input:focus-within {
    transform: none !important;
  }
}
.mission {
  padding: 124px 0 224px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .mission {
    padding: 72px 0;
  }
}
.mission .container {
  position: relative;
}
.mission .bg_text_wrap {
  top: 180px;
}
@media (max-width: 1024px) {
  .mission .bg_text_wrap {
    top: 75px;
  }
}
.mission_blue_bg {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 100%;
  height: 117px;
  background: rgb(0, 133, 143);
  filter: blur(70px);
  opacity: 0;
  transform: scale(0.92);
  transform-origin: center center;
  will-change: opacity, transform;
  transition: opacity var(--motion-slow) var(--ease-entrance), transform var(--motion-slow) var(--ease-premium);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .mission_blue_bg {
    height: 87px;
    bottom: 550px;
    filter: blur(55px);
  }
}
.mission_blue_bg.is-lit {
  opacity: 1;
  transform: scale(1);
}
.mission_img_stage {
  position: absolute;
  top: 0;
  right: 0;
  width: 631px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .mission_img_stage {
    position: static;
    width: 100%;
  }
}
.mission_img_parallax, .mission_img_float, .mission_img_breathe {
  width: 100%;
  display: block;
}
.mission_img {
  display: block;
  width: 100%;
  height: auto;
}
.mission_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mission_text .section_title {
  font-size: 90px;
  margin-bottom: 24px;
}
.mission_text .section_title.reveal-blur {
  transform: translate3d(0, var(--motion-reveal-y), 0) scale(0.97);
}
.mission_text .section_title.reveal-blur.in-view {
  transform: none;
}
@media (max-width: 1024px) {
  .mission_text .section_title {
    font-size: 36px;
  }
}
.mission_text .section_title span {
  display: block;
  font-size: 60px;
}
@media (max-width: 1024px) {
  .mission_text .section_title span {
    font-size: 36px;
  }
}
.mission_text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
}
.mission_text p {
  max-width: 688px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .mission_text p {
    font-size: 16px;
  }
}
.mission_text p b {
  font-weight: 600;
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .mission .mission_blue_bg {
    opacity: 1 !important;
    transform: none !important;
    transition: opacity var(--motion-fast) var(--ease-standard) !important;
  }
  .mission .section_title.reveal-blur,
  .mission .section_title.reveal-blur.in-view {
    transform: none !important;
  }
}
.partners {
  padding-bottom: 144px;
  position: relative;
}
@media (max-width: 1024px) {
  .partners {
    padding-bottom: 72px;
  }
}
@media (max-width: 1024px) {
  .partners::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(0, 133, 143);
    z-index: -1;
    height: 200px;
    filter: blur(90px);
  }
}
.partners_wrap {
  overflow: visible;
}
@media (max-width: 1024px) {
  .partners_wrap {
    width: 100%;
    overflow: visible;
    cursor: grab;
    touch-action: pan-y;
  }
}
.partners .section_title {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1024px) {
  .partners .section_title {
    margin-bottom: 32px;
  }
}
.partners_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 165px;
}
@media (max-width: 1024px) {
  .partners_in {
    margin: auto;
    width: max-content;
    gap: 48px;
    user-select: none;
    will-change: transform;
    transition: transform 0.35s ease;
  }
}
.partners_ticker {
  display: none;
}
@media (min-width: 1025px) {
  .partners.has-ticker .partners_in {
    display: none;
  }
  .partners.has-ticker .partners_ticker {
    display: block;
    overflow: hidden;
    padding: 16px 0;
    margin: -16px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  }
}
.partners_ticker_track {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: marquee 34s linear infinite;
  animation-play-state: paused;
}
.partners.is-ticking .partners_ticker_track {
  animation-play-state: running;
}
.partners_ticker:hover .partners_ticker_track {
  animation-play-state: paused;
}
.partners_ticker_group {
  display: flex;
  align-items: center;
  gap: 165px;
  padding-right: 165px;
  flex-shrink: 0;
}
.partners_ticker_item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.partners_ticker_inner {
  display: flex;
  align-items: center;
  will-change: transform;
}
.partners_ticker_item img {
  display: block;
  transition: transform var(--motion-normal) var(--ease-premium), filter var(--motion-normal) var(--ease-smooth);
}
.partners_ticker_item:hover img {
  transform: translate3d(0, -4px, 0) scale(1.04);
  filter: drop-shadow(0 8px 18px rgba(22, 184, 98, 0.25));
}
.partners img.one {
  width: 208px;
  height: 39px;
}
@media (max-width: 1024px) {
  .partners img.one {
    width: 105px;
    height: 20px;
  }
}
.partners img.two {
  width: 77px;
  height: 77px;
}
@media (max-width: 1024px) {
  .partners img.two {
    width: 40px;
    height: 40px;
  }
}
.partners img.three {
  width: 286px;
  height: 78px;
}
@media (max-width: 1024px) {
  .partners img.three {
    width: 145px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partners_ticker_track {
    animation: none !important;
  }
  .partners_ticker_item img {
    transition: none !important;
  }
  .partners_ticker_item:hover img {
    transform: none !important;
    filter: none !important;
  }
}
.tokenomics {
  position: relative;
}
.tokenomics .bg_text_wrap {
  top: 250px;
}
@media (max-width: 1024px) {
  .tokenomics .bg_text_wrap {
    top: 150px;
  }
}
.tokenomics_head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.8);
  margin: 48px 0 100px 0;
  max-width: 868px;
}
@media (max-width: 1024px) {
  .tokenomics_head p {
    margin: 32px 0 48px 0;
    font-size: 16px;
  }
}
.tokenomics .section_title.reveal-blur {
  transform: translate3d(0, var(--motion-reveal-y), 0) scale(0.97);
}
.tokenomics .section_title.reveal-blur.in-view {
  transform: none;
}
.tokenomics_in {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .tokenomics_in {
    align-items: start;
    flex-direction: column;
  }
}
.tokenomics img {
  width: 772px;
}
@media (max-width: 1024px) {
  .tokenomics img {
    width: 100%;
  }
}
.tokenomics_chart {
  width: 772px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .tokenomics_chart {
    width: 100%;
  }
}
.tokenomics_chart.reveal-blur {
  transform: translate3d(0, var(--motion-reveal-y), 0) scale(0.96);
}
.tokenomics_chart.reveal-blur.in-view {
  transform: none;
}
.tokenomics_chart_parallax, .tokenomics_chart_float, .tokenomics_chart_breathe {
  width: 100%;
  display: block;
}
.tokenomics_chart img {
  width: 100%;
  height: auto;
  display: block;
}
.tokenomics .text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 24px;
}
.tokenomics .text ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 20px;
}
.tokenomics .text ul li {
  list-style-type: disc;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.8);
}
.tokenomics .text ul li b {
  font-weight: 700;
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .tokenomics .section_title.reveal-blur,
  .tokenomics .section_title.reveal-blur.in-view,
  .tokenomics .tokenomics_chart.reveal-blur,
  .tokenomics .tokenomics_chart.reveal-blur.in-view {
    transform: none !important;
  }
}
.roadmap {
  padding: 144px 0 300px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .roadmap {
    padding: 72px 0;
  }
}
.roadmap::before {
  content: "";
  position: absolute;
  left: -80px;
  width: calc(100% + 160px);
  height: 716px;
  background: rgb(0, 133, 143);
  filter: blur(70px);
}
@media (max-width: 1024px) {
  .roadmap::before {
    height: 427px;
    filter: blur(90px);
    bottom: 60px;
  }
}
.roadmap .bg_text_wrap {
  top: 205px;
}
@media (max-width: 1024px) {
  .roadmap .bg_text_wrap {
    top: 75px;
  }
}
.roadmap_head {
  position: relative;
  z-index: 2;
}
.roadmap_head .section_title.reveal-blur {
  transform: translate3d(0, var(--motion-reveal-y), 0) scale(0.97);
}
.roadmap_head .section_title.reveal-blur.in-view {
  transform: none;
}
.roadmap_head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: rgba(255, 255, 255, 0.8);
  margin: 48px 0 22px 0;
  max-width: 1103px;
}
@media (max-width: 1024px) {
  .roadmap_head p {
    margin: 32px 0 48px 0;
    font-size: 16px;
  }
}
.roadmap .roadmapSwiper {
  overflow: visible;
}
.roadmap .roadmapSwiper.reveal-up, .roadmap .roadmapSwiper.reveal-up.in-view {
  transform: none;
}
.roadmap .roadmapSwiper .swiper-wrapper {
  height: 100%;
}
.roadmap .roadmapSwiper .swiper-slide {
  height: auto;
}
.roadmap.has-slide-states .roadmapSwiper .swiper-slide {
  opacity: 0.55;
  transform: scale(0.985);
  transition: opacity var(--motion-medium) var(--ease-premium), transform var(--motion-medium) var(--ease-premium);
}
.roadmap.has-slide-states .roadmapSwiper .swiper-slide-visible {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 640px) {
  .roadmap.has-slide-states .roadmapSwiper .swiper-slide-active .roadmap_card {
    transform: translate3d(0, -4px, 0);
  }
}
.roadmap_card {
  height: 100%;
  border-radius: 24px;
  border: 1px solid #16B862;
  padding: 4px;
  box-shadow: 16px 16px 48px 0px rgba(9, 13, 20, 0.4), -8px -8px 16px 0px rgba(224, 224, 255, 0.0392156863), 0px 8px 8px 0px rgba(9, 13, 20, 0.4);
  background: linear-gradient(135deg, #242424 0%, #191919 51.37%, #020202 99.14%);
  transition: transform var(--motion-normal) var(--ease-premium), box-shadow var(--motion-medium) var(--ease-smooth), opacity var(--motion-medium) var(--ease-entrance);
  will-change: transform;
}
.roadmap_card:hover {
  transform: translate3d(0, -6px, 0) rotate(-0.4deg);
  box-shadow: 16px 20px 52px 0px rgba(9, 13, 20, 0.5019607843), -8px -8px 16px 0px rgba(224, 224, 255, 0.0784313725), 0px 0px 28px 0px rgba(22, 184, 98, 0.28);
}
.roadmap_card_img {
  min-height: 176px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.roadmap_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roadmap_card_img span {
  position: absolute;
  left: 16px;
  top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: #2D2F33;
  border-radius: 6px;
  padding: 6px 16px;
}
.roadmap_card_text {
  padding: 16px 16px 28px 16px;
}
.roadmap_card_text h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 8px;
}
.roadmap_card_text ul {
  padding-left: 20px;
}
.roadmap_card_text ul li {
  list-style-type: disc;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #E0E0FF;
  opacity: 60%;
}
.roadmap_bottom {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.roadmap_bottom .roadmap-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}
.roadmap_bottom .roadmap-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(224, 224, 255, 0.1215686275);
  opacity: 1;
  margin: 0;
  transform: scale(1);
  transition: transform var(--motion-normal) var(--ease-overshoot), background var(--motion-normal) var(--ease-smooth), opacity var(--motion-normal) var(--ease-smooth);
}
.roadmap_bottom .roadmap-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.15);
}
.roadmap_bottom .roadmap-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.3);
}
.roadmap_bottom .roadmap_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.roadmap_bottom .roadmap_btns .btn {
  width: 24px;
  height: 24px;
  transform: scale(1);
  transition: transform var(--motion-fast) var(--ease-overshoot), opacity var(--motion-fast) var(--ease-smooth);
}
.roadmap_bottom .roadmap_btns .btn:hover {
  transform: scale(1.15);
}
.roadmap_bottom .roadmap_btns .btn:active {
  transform: scale(0.9);
  transition-timing-function: var(--ease-exit);
}
.roadmap_bottom .roadmap_btns .btn.swiper-button-disabled {
  opacity: 0.35;
}

@media (prefers-reduced-motion: reduce) {
  .roadmap_card {
    transition: none !important;
  }
  .roadmap_card:hover {
    transform: none !important;
  }
  .roadmap .section_title.reveal-blur,
  .roadmap .section_title.reveal-blur.in-view {
    transform: none !important;
  }
  .roadmap.has-slide-states .roadmapSwiper .swiper-slide,
  .roadmap.has-slide-states .roadmapSwiper .swiper-slide-visible {
    transition: none !important;
    transform: none !important;
  }
  .roadmap .roadmap-pagination .swiper-pagination-bullet,
  .roadmap .roadmap_btns .btn {
    transition: none !important;
  }
  .roadmap .roadmap_btns .btn:hover,
  .roadmap .roadmap_btns .btn:active {
    transform: none !important;
  }
}
.community_in {
  position: relative;
  border-radius: 40px;
  background: #ffffff;
  padding: 70px 40px;
}
@media (max-width: 1024px) {
  .community_in {
    border-radius: 24px;
    padding: 24px;
    text-align: center;
  }
}
.community_in .section_title {
  font-size: 57px;
  color: #000000;
  text-shadow: none;
}
@media (max-width: 1024px) {
  .community_in .section_title {
    font-size: 36px;
    line-height: 100%;
  }
}
.community_in .section_title.reveal-blur {
  transform: translate3d(0, var(--motion-reveal-y), 0) scale(0.97);
}
.community_in .section_title.reveal-blur.in-view {
  transform: none;
}
.community_in p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: justify;
  color: #000000;
  max-width: 526px;
  margin: 24px 0 32px 0;
}
@media (max-width: 1024px) {
  .community_in p {
    margin: 24px 0 16px 0;
    max-width: 100%;
    text-align: center;
  }
}
.community_img_stage {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 764px;
}
@media (max-width: 1280px) {
  .community_img_stage {
    width: 634px;
  }
}
@media (max-width: 1024px) {
  .community_img_stage {
    width: 268px;
    position: static;
    margin: 0 auto;
  }
}
.community_img_stage.reveal-scale {
  transform: scale(var(--motion-reveal-scale));
}
.community_img_stage.reveal-scale.in-view {
  transform: none;
}
.community_img_parallax, .community_img_float, .community_img_breathe {
  width: 100%;
  display: block;
}
.community_img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .community_img {
    transform: translateY(7px);
  }
}
@media (max-width: 1024px) {
  .community .btn-green {
    margin: auto;
    transform: translateY(-20px);
  }
}
@media (max-width: 1024px) {
  .community .btn-green .text {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  .community .btn-green.reveal-scale {
    transform: translateY(-20px) scale(var(--motion-reveal-scale));
  }
  .community .btn-green.reveal-scale.in-view {
    transform: translateY(-20px);
  }
}
.community_social {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .community_social {
    flex-direction: row;
    position: static;
  }
}
.community_social a {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--motion-normal) var(--ease-premium), box-shadow var(--motion-normal) var(--ease-smooth);
}
@media (max-width: 1024px) {
  .community_social a {
    width: 48px;
    height: 48px;
    padding: 14px;
  }
}
.community_social a:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 10px 24px rgba(22, 184, 98, 0.28);
}
.community_social a:active {
  transform: translateY(-1px) scale(0.94);
  transition-timing-function: var(--ease-exit);
}

@media (prefers-reduced-motion: reduce) {
  .community .section_title.reveal-blur,
  .community .section_title.reveal-blur.in-view, .community_img_stage.reveal-scale, .community_img_stage.reveal-scale.in-view {
    transform: none !important;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1024px) {
  .community .btn-green.reveal-scale,
  .community .btn-green.reveal-scale.in-view {
    transform: translateY(-20px) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .community_social a {
    transition: none !important;
  }
  .community_social a:hover {
    transform: scale(1.1) !important;
    box-shadow: none !important;
  }
}
.footer {
  margin-bottom: 6px;
  padding-top: 140px;
  position: relative;
}
@media (max-width: 1024px) {
  .footer {
    padding: 72px 0 24px 0;
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 117px;
  background: rgb(0, 133, 143);
  filter: blur(70px);
  z-index: -1;
}
@media (max-width: 1024px) {
  .footer::before {
    bottom: 100px;
    filter: blur(70px);
    height: 50px;
  }
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .footer .container {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
}
.footer_left {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .footer_left {
    gap: 8px;
  }
}
.footer_left span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.footer_right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .footer_right {
    align-items: start;
    flex-direction: column;
    gap: 32px;
  }
}
.footer_link {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .footer_link {
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
}
.footer_link a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  transition: 0.3s ease;
}
.footer_link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #ffffff;
  transition: 0.3s ease;
}
.footer_link a:hover::before {
  width: 100%;
}
.footer_logo {
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .footer_logo {
    width: 48px;
    height: 48px;
  }
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer_social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #66FF00 0%, #16B862 51.88%, #00858F 100%);
  box-shadow: 0px 8px 8px -4px rgba(22, 184, 98, 0.1215686275), 0px 12px 32px 0px rgba(22, 184, 98, 0.2392156863), 0px 2px 4px -1px rgba(10, 70, 82, 0.1215686275), 0px 0px 1px 0px rgba(22, 184, 98, 0.2392156863);
  transition: transform var(--motion-normal) var(--ease-premium);
}
.footer_social a:hover {
  transform: translateY(-2px) scale(1.1);
}
.footer_social a:active {
  transform: scale(0.94);
  transition-timing-function: var(--ease-exit);
}

@media (prefers-reduced-motion: reduce) {
  .footer_social a {
    transition: none !important;
  }
  .footer_social a:hover, .footer_social a:active {
    transform: none !important;
  }
  .footer_link a {
    transition: none !important;
  }
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  pointer-events: none;
}
.video-modal.is-visible {
  visibility: visible;
  pointer-events: auto;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity var(--motion-medium) var(--ease-entrance);
  will-change: opacity;
}
.video-modal.is-open .video-modal__overlay {
  opacity: 1;
}
.video-modal.is-closing .video-modal__overlay {
  transition-timing-function: var(--ease-exit);
  transition-duration: var(--motion-normal);
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1000px, 100%);
  opacity: 0;
  transform: scale(0.96);
  transform-origin: center center;
  transition: opacity var(--motion-medium) var(--ease-premium), transform var(--motion-medium) var(--ease-premium);
  will-change: opacity, transform;
  pointer-events: none;
}
.video-modal.is-ready .video-modal__dialog {
  opacity: 1;
  transform: scale(1);
}
.video-modal.is-ready .video-modal__dialog.is-interactive {
  pointer-events: auto;
}
.video-modal.is-closing .video-modal__dialog {
  transition-timing-function: var(--ease-exit);
  transition-duration: var(--motion-normal);
}
.video-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: transform var(--motion-fast) var(--ease-overshoot), background var(--motion-fast) var(--ease-smooth), opacity var(--motion-fast) var(--ease-smooth);
  z-index: 2;
}
.video-modal__close img {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.video-modal__close:hover {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.2);
}
.video-modal__close:active {
  transform: scale(0.94);
  transition-timing-function: var(--ease-exit);
}
.video-modal__close:focus-visible {
  outline: 2px solid #66FF00;
  outline-offset: 3px;
}
.video-modal__frame {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.video-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

html.is-video-modal-open,
body.is-video-modal-open {
  overflow: hidden;
}

body.is-video-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .video-modal {
    padding: 16px;
  }
  .video-modal__close {
    top: -44px;
    width: 36px;
    height: 36px;
  }
  .video-modal__close img {
    width: 16px;
    height: 16px;
  }
  .video-modal__frame {
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-modal__overlay, .video-modal__dialog, .video-modal__close {
    transition-duration: 160ms !important;
    transition-timing-function: var(--ease-standard) !important;
  }
  .video-modal__dialog {
    transform: none !important;
  }
  .video-modal.is-ready .video-modal__dialog {
    transform: none !important;
  }
  .video-modal__close:hover, .video-modal__close:active {
    transform: none !important;
  }
}
