/* =========================
   Fonts
========================= */
html {
  font-size: 16px;
}
/* =========================
   H1
========================= */
.text-h1 {
  letter-spacing: -0.02em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  max-width: calc(299 / 390 * 100vw);
  text-align: center;
  margin: 0 auto;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
}
@media (min-width: 768px) {
  .text-h1 {
    max-width: 55vw;
  }
}
@media (min-width: 768px) {
  .text-h1 {
    max-width: 100%;
  }
}
.text-h1-white {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(17, 149, 170, 0.6);
}
.text-h1-green {
  color: #117e7e;
}
.hero h1 {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}
/* =========================
   Card header
========================= */
.card-header {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.125rem, 2.2vw, 1.25rem);
}
/* =========================
   H2
========================= */
.text-h2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #6f7396;
  text-align: center;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  margin-top: clamp(1rem, 4vw, 2rem);
}
@media (min-width: 768px) {
  .text-h2 {
    max-width: 45vw;
  }
}
@media (min-width: 1024px) {
  .text-h2 {
    max-width: 40vw;
  }
}
.text-h2-white {
  color: rgba(255, 255, 255, 0.85);
}
.text-h2-grey {
  color: #6f7396;
}
/* =========================
   Body text
========================= */
.text-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
}
/* =========================
   Footer / header text
========================= */
.text-footer-and-header {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  line-height: 1.3;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.card {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1195aa), to(#117e7e));
  background: linear-gradient(-180deg, #1195aa 0%, #117e7e 100%);
  border-radius: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  gap: 16px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px #ffffff;
          box-shadow: 0px 0px 10px 0px #ffffff;
}
@media (min-width: 768px) {
  .card {
    padding: 64px 48px;
    gap: 24px;
    min-height: 30vh;
  }
}
@media (min-width: 1024px) {
  .card {
    padding: 32px;
    gap: 32px;
    min-height: 35vh;
  }
}
.container {
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .container {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 64px 48px;
  }
}
.cards-container {
  padding: 32px 24px 0;
}
@media (min-width: 768px) {
  .cards-container {
    padding: 64px 56px 0;
  }
}
@media (min-width: 1024px) {
  .cards-container {
    max-width: 70vw;
    padding-top: 6.25vh;
  }
}
/* ===== PAGE LOCK ===== */
body.is-loading {
  overflow: hidden;
}
body.is-loading > *:not(.page-preloader) {
  opacity: 0;
}
/* ===== PRELOADER ===== */
.page-preloader {
  position: fixed;
  inset: 0;
  background: #050b14;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
/* ===== STARS ===== */
.preloader-stars {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(2px 2px at 10% 20%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.5px 1.5px at 30% 80%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(2px 2px at 50% 50%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(2.5px 2.5px at 70% 30%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.5px 1.5px at 90% 60%, rgba(255, 255, 255, 0.35), transparent), radial-gradient(2px 2px at 10% 20%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.5px 1.5px at 30% 80%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(2px 2px at 50% 50%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(2.5px 2.5px at 70% 30%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(2px 2px at 10% 20%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.5px 1.5px at 30% 80%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(2px 2px at 50% 50%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(2.5px 2.5px at 70% 30%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.5px 1.5px at 90% 60%, rgba(255, 255, 255, 0.35), transparent), radial-gradient(2px 2px at 10% 20%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.5px 1.5px at 30% 80%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(2px 2px at 50% 50%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(2.5px 2.5px at 70% 30%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(1.5px 1.5px at 90% 60%, rgba(255, 255, 255, 0.35), transparent), radial-gradient(1.5px 1.5px at 90% 60%, rgba(255, 255, 255, 0.35), transparent);
  background-size: 400px 400px;
  background-repeat: repeat;
  -webkit-animation: stars-float 18s ease-in-out infinite, stars-twinkle 6s ease-in-out infinite;
          animation: stars-float 18s ease-in-out infinite, stars-twinkle 6s ease-in-out infinite;
  opacity: 0.8;
}
@-webkit-keyframes stars-float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-16px, 18px);
            transform: translate(-16px, 18px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes stars-float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-16px, 18px);
            transform: translate(-16px, 18px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* ===== CENTER ===== */
.preloader-center {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader-logo {
  height: 25vh;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 30vw;
  -webkit-filter: drop-shadow(0 0 30px rgba(255, 230, 150, 0.35)) drop-shadow(0 0 60px rgba(17, 126, 126, 0.25));
          filter: drop-shadow(0 0 30px rgba(255, 230, 150, 0.35)) drop-shadow(0 0 60px rgba(17, 126, 126, 0.25));
  -webkit-animation: logo-float 4s ease-in-out infinite;
          animation: logo-float 4s ease-in-out infinite;
}
@-webkit-keyframes logo-float {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes logo-float {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* ===== EXIT ===== */
body.is-loaded .page-preloader {
  opacity: 0;
  pointer-events: none;
}
body.is-loaded > *:not(.page-preloader) {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@-webkit-keyframes stars-twinkle {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes stars-twinkle {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
}
.sound-toggle {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: white;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.sound-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sound-toggle:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 1024px) {
  .sound-toggle {
    width: 40px;
    height: 40px;
    font-size: 16px;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .sound-toggle {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@supports (padding: env(safe-area-inset-top)) {
  .sound-toggle {
    top: calc(16px + env(safe-area-inset-top));
    right: calc(16px + env(safe-area-inset-right));
  }
}
body.loading .sound-toggle {
  opacity: 0;
  pointer-events: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #ffffff;
}
button {
  background-color: transparent;
  border: none;
}
button,
.btn-primary {
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
p {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  background-color: #dde1f0;
  color: #117e7e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scroll-animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-animate.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.delay-1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
.delay-2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.delay-3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.delay-4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.delay-5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.mockup-block {
  position: relative;
}
.mockup-block::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mockup-block:hover::before {
  opacity: 1;
}
.mockup {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mockup:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.mockup:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.header-block {
  display: none;
}
@media (min-width: 1024px) {
  .header-block {
    margin-top: -32px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    color: #ffffff;
  }
}
.header-block .nav-link {
  opacity: 0.7;
}
.header-block:hover .nav-link {
  opacity: 1;
}
.nav-link {
  position: relative;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.nav-link:hover {
  opacity: 1;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #1195aa;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.nav-link:hover::after {
  width: 100%;
}
.nav-link--active {
  opacity: 1;
}
.nav-link--active::after {
  width: 100%;
}
.hero,
.features-section,
.ready-to-launch-section {
  position: relative;
}
.hero::before,
.features-section::before,
.ready-to-launch-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/stars_sky.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.hero::after,
.features-section::after,
.ready-to-launch-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@-webkit-keyframes gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.hero::after {
  background: radial-gradient(ellipse at center top, rgba(17, 149, 170, 0.35), rgba(17, 126, 126, 0.2) 30%, transparent 70%);
  -webkit-animation: gradient-shift 15s ease infinite;
          animation: gradient-shift 15s ease infinite;
  background-size: 200% 200%;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center top, rgba(17, 149, 170, 0.25), transparent 60%);
  pointer-events: none;
}
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.logo {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 13vh;
  width: 26.66666667vw;
}
@media (min-width: 768px) {
  .logo {
    margin-top: 5vh;
    width: 20vw;
  }
}
@media (min-width: 1024px) {
  .logo {
    width: 8vw;
  }
}
.plates-block {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  bottom: 0;
  height: 44.02366864vh;
  z-index: 0;
  pointer-events: none;
}
.plates {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .hero-actions {
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .hero-actions {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .hero-actions {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .hero-actions {
    margin-top: 40px;
  }
}
.hero-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .hero-action {
    margin-top: 40px;
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .hero-action {
    margin-top: 40px;
    gap: 32px;
  }
}
.btn-primary {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  border-radius: 16px;
  padding: 16px 24px;
  background-color: #159f9f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: raw;
          flex-direction: raw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .btn-primary {
    padding: 16px 28px;
  }
}
@media (min-width: 1024px) {
  .btn-primary {
    padding: 16px 32px;
  }
}
@media (min-width: 768px) {
  .btn-primary {
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .btn-primary {
    gap: 16px;
  }
}
.btn-primary {
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.btn-primary:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 16px rgba(17, 149, 170, 0.6), 0 8px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 16px rgba(17, 149, 170, 0.6), 0 8px 20px rgba(0, 0, 0, 0.4);
}
.btn-primary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.btn-primary:hover::after {
  left: 150%;
}
.btn-secondary {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  border-radius: 16px;
  padding: 16px 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #000000;
  color: #cbccd6;
  border: 1px solid #cbccd6;
}
@media (min-width: 768px) {
  .btn-secondary {
    padding: 16px 28px;
  }
}
@media (min-width: 1024px) {
  .btn-secondary {
    padding: 16px 32px;
  }
}
@media (min-width: 768px) {
  .btn-secondary {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  .btn-secondary {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.btn-secondary {
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.btn-secondary:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: #4fd1c5;
  color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.btn-secondary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tg-icon {
  height: 24px;
}
@media (min-width: 1024px) {
  .tg-icon {
    height: 36px;
  }
}
#hero-disclaimer {
  z-index: 4;
  position: absolute;
  bottom: 5.20710059vh;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.disclaimer {
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
.simulator-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.simulator-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 0;
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .simulator-content {
    padding: 56px 56px;
  }
}
@media (min-width: 1024px) {
  .simulator-content {
    padding: 64px 200px;
  }
}
.mockup-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: auto;
  height: 70vh;
}
@media (min-width: 1024px) {
  .mockup-block {
    width: 25vw;
  }
}
.mockup {
  height: 100%;
  width: auto;
  /* max-width: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
}
.simulator-actions {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (min-width: 768px) {
  .simulator-actions {
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .simulator-actions {
    gap: 32px;
  }
}
#simulator-h1 {
  margin: 0;
}
#simulator-h2 {
  margin-bottom: 24px;
}
#simulator-disclaimer {
  color: #6f7396;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #simulator-disclaimer {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  #simulator-disclaimer {
    bottom: 24px;
  }
}
.steps-section {
  min-height: 100vh;
}
.steps-content {
  padding: 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .steps-content {
    padding: 56px 56px;
  }
}
@media (min-width: 1024px) {
  .steps-content {
    padding: 64px 200px;
  }
}
@media (min-width: 768px) {
  .steps-content {
    padding-top: 64px;
    padding-bottom: 0;
  }
}
.card-icon {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-filter 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-filter 0.4s ease;
}
.card:hover .card-icon {
  -webkit-transform: scale(1.15) translateY(-8px) rotate(5deg);
          transform: scale(1.15) translateY(-8px) rotate(5deg);
  -webkit-filter: drop-shadow(0 8px 16px rgba(17, 149, 170, 0.3)) brightness(1.1);
          filter: drop-shadow(0 8px 16px rgba(17, 149, 170, 0.3)) brightness(1.1);
}
.card:hover .card-icon[src*="rocket"] {
  -webkit-transform: scale(1.15) translateY(-8px) rotate(-5deg);
          transform: scale(1.15) translateY(-8px) rotate(-5deg);
}
.features-grid .card:nth-child(odd),
.safety-grid .card:nth-child(odd),
.steps-grid .card:nth-child(odd) {
  background: linear-gradient(120deg, #117e7e 0%, #1195aa 100%);
}
.features-grid .card:nth-child(even),
.safety-grid .card:nth-child(even),
.steps-grid .card:nth-child(even) {
  background: linear-gradient(-120deg, #117e7e 0%, #1195aa 100%);
}
@media (min-width: 768px) {
  .features-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .features-grid .card:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    background: linear-gradient(120deg, #117e7e 0%, #1195aa 100%);
  }
  .features-grid .card:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    background: linear-gradient(-120deg, #117e7e 0%, #1195aa 100%);
  }
  .features-grid .card:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    background: linear-gradient(60deg, #117e7e 0%, #1195aa 100%);
  }
  .features-grid .card:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    background: linear-gradient(-60deg, #117e7e 0%, #1195aa 100%);
  }
}
.steps-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .steps-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .steps-grid .card:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    background: linear-gradient(120deg, #117e7e 0%, #1195aa 100%);
  }
  .steps-grid .card:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    background: linear-gradient(-120deg, #117e7e 0%, #1195aa 100%);
  }
  .steps-grid .card:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    background: linear-gradient(60deg, #117e7e 0%, #1195aa 100%);
  }
  .steps-grid .card:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    background: linear-gradient(-60deg, #117e7e 0%, #1195aa 100%);
  }
  .steps-grid .card:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#1195aa), to(#117e7e));
    background: linear-gradient(-180deg, #1195aa 0%, #117e7e 100%);
  }
}
@media (min-width: 768px) {
  .safety-grid .card:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    background-color: linear-gradient(120deg, #117e7e 0%, #1195aa 100%);
  }
  .safety-grid .card:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    background-color: linear-gradient(-120deg, #117e7e 0%, #1195aa 100%);
  }
  .safety-grid .card:nth-child(3) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#1195aa), to(#117e7e));
    background: linear-gradient(-180deg, #1195aa 0%, #117e7e 100%);
  }
}
.features-section {
  min-height: 100vh;
  width: 100vw;
}
.features-content {
  padding: 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .features-content {
    padding: 56px 56px;
  }
}
@media (min-width: 1024px) {
  .features-content {
    padding: 64px 200px;
  }
}
@media (min-width: 768px) {
  .features-content {
    padding-top: 64px;
  }
}
.features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .features-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .features-grid {
    gap: 40px;
  }
}
.safety-section {
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.safety-content {
  padding: 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .safety-content {
    padding: 56px 56px;
  }
}
@media (min-width: 1024px) {
  .safety-content {
    padding: 64px 200px;
  }
}
@media (min-width: 768px) {
  .safety-content {
    padding-top: 64px;
  }
}
.safety-grid {
  padding-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 24px;
}
@media (min-width: 768px) {
  .safety-grid {
    padding-bottom: 0;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .safety-grid {
    padding-bottom: 0;
    gap: 40px;
  }
}
#safety-disclaimer {
  margin-top: 16px;
  color: #6f7396;
}
@media (min-width: 768px) {
  #safety-disclaimer {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  #safety-disclaimer {
    margin-top: 32px;
  }
}
.ready-to-launch-section {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ready-to-launch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .ready-to-launch-content {
    padding: 56px 56px;
  }
}
@media (min-width: 1024px) {
  .ready-to-launch-content {
    padding: 64px 200px;
  }
}
.launch-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .launch-actions {
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .launch-actions {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .launch-actions {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .launch-actions {
    margin-top: 40px;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000000;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .footer-content {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .footer-content {
    gap: 48px;
  }
}
.info {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.info p {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .info-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .info-block {
    gap: 24px;
  }
}
.info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tg-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .tg-link {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
}
.footer-disclaimer {
  text-align: center;
  opacity: 0.7;
}
#footer-logo {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer-tg-icon {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer-link {
  position: relative;
  opacity: 0.7;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.footer-link:hover {
  opacity: 1;
}
.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #1195aa;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.footer-link:hover::after {
  width: 100%;
}
.tg-footer-link {
  gap: 12px;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.tg-footer-link:hover {
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
#footer-tg-icon {
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  transition: transform 0.35s ease, filter 0.35s ease;
  transition: transform 0.35s ease, filter 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
}
.tg-footer-link:hover #footer-tg-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: drop-shadow(0 0 8px rgba(79, 209, 197, 0.6));
          filter: drop-shadow(0 0 8px rgba(79, 209, 197, 0.6));
}
.info-block.info {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.info-block.info:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.section-divider {
  height: 1px;
  width: 60%;
  margin: 16px auto;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(17, 149, 170, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(17, 149, 170, 0.4), transparent);
}
@media (min-width: 768px) {
  .section-divider {
    margin: 56px auto;
  }
}
@media (min-width: 1024px) {
  .section-divider {
    margin: 64px auto;
  }
}
.card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(17, 149, 170, 0.2), rgba(17, 126, 126, 0.2), rgba(17, 149, 170, 0.2));
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  z-index: -1;
}
.card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 20px 50px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 20px 50px rgba(0, 0, 0, 0.6);
}
.card:hover::before {
  opacity: 1;
}
.card:hover .card-icon {
  -webkit-transform: scale(1.15) translateY(-10px);
          transform: scale(1.15) translateY(-10px);
  -webkit-filter: drop-shadow(0 10px 20px rgba(17, 149, 170, 0.5)) brightness(1.2);
          filter: drop-shadow(0 10px 20px rgba(17, 149, 170, 0.5)) brightness(1.2);
}
.card:active {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.hero {
  position: relative;
  min-height: 100vh;
  background: radial-gradient(ellipse at top);
  overflow: hidden;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@-webkit-keyframes hero-stars-float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-14px, 16px);
            transform: translate(-14px, 16px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hero-stars-float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-14px, 16px);
            transform: translate(-14px, 16px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.hero-stars {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(3px 3px at 12% 18%, rgba(255, 255, 255, 0.55), transparent), radial-gradient(2.5px 2.5px at 30% 80%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(4px 4px at 55% 45%, rgba(255, 255, 255, 0.6), transparent), radial-gradient(3px 3px at 75% 30%, rgba(255, 255, 255, 0.45), transparent), radial-gradient(2.5px 2.5px at 90% 65%, rgba(255, 255, 255, 0.35), transparent), radial-gradient(3px 3px at 22% 58%, rgba(255, 255, 255, 0.5), transparent), radial-gradient(2px 2px at 40% 15%, rgba(255, 255, 255, 0.35), transparent), radial-gradient(3.5px 3.5px at 68% 72%, rgba(255, 255, 255, 0.55), transparent), radial-gradient(2.5px 2.5px at 82% 42%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(2px 2px at 15% 85%, rgba(255, 255, 255, 0.3), transparent);
  background-size: 320px 320px;
  background-repeat: repeat;
  -webkit-animation: hero-stars-float 10s ease-in-out infinite;
          animation: hero-stars-float 10s ease-in-out infinite;
  opacity: 0.85;
}
