@import "https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&family=Orbitron:wght@400;500;700&display=swap";
._navbar_5gctf_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition:
    background-color 0.4s ease,
    backdrop-filter 0.4s ease;
  background-color: transparent;
}
._scrolled_5gctf_17 {
  background-color: #0a192fd9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
._logo_5gctf_23 {
  text-decoration: none;
  color: #fff;
}
._logoContainer_5gctf_28 {
  display: flex;
  align-items: center;
}
._logoImage_5gctf_33 {
  height: 45px;
  width: auto;
  margin-right: 12px;
  transition: transform 0.3s ease;
}
._logo_5gctf_23:hover ._logoImage_5gctf_33 {
  transform: rotate(-15deg) scale(1.1);
}
._logoText_5gctf_44 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccd6f6;
  letter-spacing: 1px;
  font-family: Orbitron, sans-serif;
}
._navRight_5gctf_52 {
  display: flex;
  align-items: center;
}
._navLinks_5gctf_57 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
._navLink_5gctf_57 {
  color: #ccd6f6;
  text-decoration: none;
  margin: 0 15px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  transition: color 0.3s ease;
  padding-bottom: 5px;
}
._navLink_5gctf_57:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #64ffda;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
._navLink_5gctf_57:hover {
  color: #64ffda;
}
._navLink_5gctf_57:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
._activeLink_5gctf_98 {
  color: #64ffda !important;
  font-weight: 500;
}
._activeLink_5gctf_98:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
._auroraLink_5gctf_109 {
  background: linear-gradient(90deg, #ff8a00, #e52e71, #64ffda);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
._auroraLink_5gctf_109:hover {
  filter: brightness(1.2);
}
._navActions_5gctf_121 {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
._radioContainer_5gctf_127 {
  position: relative;
}
._radioToggle_5gctf_131 {
  background: none;
  border: none;
  color: #ccd6f6;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 1.2rem;
}
._radioToggle_5gctf_131:hover,
._radioToggle_5gctf_131._active_5gctf_98 {
  color: #64ffda;
}
._menuIcon_5gctf_144 {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  ._navLinks_5gctf_57 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #0a192ff2;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  ._navLinks_5gctf_57._active_5gctf_98 {
    display: flex;
  }
  ._navLink_5gctf_57 {
    margin: 1rem 0;
    font-size: 1.2rem;
  }
  ._menuIcon_5gctf_144 {
    display: block;
    z-index: 1001;
    margin-left: 15px;
  }
}
._radioDropdown_p5gvz_2 {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  background: #141928d9;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px #0000004d;
  color: #e0e0e0;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
  z-index: 1001;
  overflow: hidden;
}
._radioDropdown_p5gvz_2._open_p5gvz_22 {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
._header_p5gvz_29 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
._title_p5gvz_37 {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}
._playPauseButton_p5gvz_43 {
  background: #ffffff1a;
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background-color 0.2s,
    box-shadow 0.2s;
}
._playPauseButton_p5gvz_43:hover {
  background: #fff3;
}
._playPauseButton_p5gvz_43:active {
  background: #08a4e0;
  box-shadow: 0 0 10px #08a4e0;
}
._errorBanner_p5gvz_66 {
  background-color: #5c1a1a;
  color: #fcc;
  padding: 10px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
._errorBanner_p5gvz_66 p {
  margin: 0;
  font-size: 0.85rem;
}
._stationList_p5gvz_80 {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  max-height: 180px;
  overflow-y: auto;
}
._stationItem_p5gvz_88 {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
}
._stationItem_p5gvz_88:hover {
  background-color: #ffffff0d;
}
._stationItem_p5gvz_88._active_p5gvz_101 {
  background-color: #08a4e033;
}
._stationName_p5gvz_106 {
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
}
._stationGenre_p5gvz_112 {
  color: #aaa;
  font-size: 0.75rem;
  margin-top: 2px;
}
._playingIcon_p5gvz_118 {
  color: #08a4e0;
  animation: _bounce_p5gvz_1 1.2s ease-in-out infinite;
}
@keyframes _bounce_p5gvz_1 {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
._noStations_p5gvz_128 {
  text-align: center;
  padding: 20px;
  color: #888;
}
._noStations_p5gvz_128 p {
  margin-top: 10px;
}
._volumeControl_p5gvz_138 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
._muteButton_p5gvz_146 {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}
._muteButton_p5gvz_146:hover {
  color: #fff;
}
._volumeSlider_p5gvz_158 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: #0000004d;
  border-radius: 5px;
  outline: none;
}
._volumeSlider_p5gvz_158::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #08a4e0;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s;
}
._volumeSlider_p5gvz_158::-webkit-slider-thumb:hover {
  background: #0abfff;
}
._footer_11dc3_1 {
  background-color: #0a0a0a80;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1rem 5% 1.5rem;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
._socialContent_11dc3_11 {
  margin-bottom: 1.5rem;
}
._socialIcons_11dc3_15 {
  display: inline-flex;
  gap: 1.5rem;
}
._socialIcon_11dc3_15 {
  color: #a0a0a0;
  font-size: 1.2rem;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}
._socialIcon_11dc3_15:hover {
  color: #fff;
  transform: scale(1.2);
}
._legalContent_11dc3_33 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
._footerText_11dc3_40 {
  color: #a0a0a0;
  font-size: 0.8rem;
  margin: 0;
}
._legalLinks_11dc3_46 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
._legalLink_11dc3_46 {
  color: #a0a0a0;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
._legalLink_11dc3_46:hover {
  color: #fff;
  text-decoration: underline;
}
._separator_11dc3_66 {
  color: #555;
  font-size: 0.8rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  ._footer_11dc3_1 {
    text-align: left;
  }
  ._legalContent_11dc3_33 {
    flex-direction: row;
    justify-content: space-between;
  }
  ._socialContent_11dc3_11 {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
._goToTop_bflgv_1 {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}
._topButton_bflgv_8 {
  background-color: #fffc;
  color: #0a0a0a;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px #0003;
  transition: all 0.3s ease-in-out;
  animation: _fadeIn_bflgv_1 0.3s;
}
._topButton_bflgv_8:hover {
  background-color: #fff;
  transform: scale(1.1);
}
@keyframes _fadeIn_bflgv_1 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
._whatsAppButton_dbo6y_3 {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1001;
  background-color: #25d366;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 5px 15px #0000004d;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  animation: _pulse_dbo6y_1 2s infinite;
}
._whatsAppButton_dbo6y_3:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px #0006;
  animation-play-state: paused;
}
._icon_dbo6y_28 {
  font-size: 2rem;
}
@keyframes _pulse_dbo6y_1 {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 #25d366b3;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #25d36600;
  }
  to {
    transform: scale(0.95);
    box-shadow: 0 0 #25d36600;
  }
}
._layoutContainer_1ubjg_1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
._mainContent_1ubjg_7 {
  flex-grow: 1;
}
._videoContainer_1pp7w_1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
._video_1pp7w_1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._overlay_1pp7w_17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: 1;
}
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.spinner-container {
  display: grid;
  place-items: center;
}
.logo-pulse-container,
.spinner-arc {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
.spinner-logo {
  width: 70px;
  height: auto;
}
.spinner-arc {
  width: 140px;
  height: 140px;
}
.spinner {
  display: none;
}
._sectionTitle_trw3q_1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  ._sectionTitle_trw3q_1 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
@keyframes _slideInFromRight_1vi1m_1 {
  0% {
    transform: translate(100px);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
._heroContainer_1vi1m_15 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  position: relative;
  padding: 0 5%;
  color: #fff;
  overflow: hidden;
}
._heroContent_1vi1m_28 {
  max-width: 800px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
._heroTitle_1vi1m_35,
._heroSubtitle_1vi1m_36,
._buttonContainer_1vi1m_37 {
  opacity: 0;
}
._visible_1vi1m_41 ._heroTitle_1vi1m_35,
._visible_1vi1m_41 ._heroSubtitle_1vi1m_36,
._visible_1vi1m_41 ._buttonContainer_1vi1m_37 {
  animation-name: _slideInFromRight_1vi1m_1;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
._visible_1vi1m_41 ._heroTitle_1vi1m_35 {
  animation-delay: 0.2s;
}
._visible_1vi1m_41 ._heroSubtitle_1vi1m_36 {
  animation-delay: 0.5s;
}
._visible_1vi1m_41 ._buttonContainer_1vi1m_37 {
  animation-delay: 0.8s;
}
._heroTitle_1vi1m_35 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
._heroSubtitle_1vi1m_36 {
  font-family: Orbitron, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
  max-width: 700px;
  color: silver;
  line-height: 1.7;
}
._heroButton_1vi1m_74 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, #a855f7, #6d28d9);
  border: none;
  border-radius: 0.75rem;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.3s ease;
}
._heroButton_1vi1m_74:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #a855f780;
}
@media screen and (max-width: 1024px) {
  ._heroTitle_1vi1m_35 {
    font-size: 3.5rem;
  }
  ._heroSubtitle_1vi1m_36 {
    font-size: 1.2rem;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  ._heroContainer_1vi1m_15 {
    justify-content: center;
    text-align: center;
    min-height: 100vh;
  }
  ._heroContent_1vi1m_28 {
    max-width: 100%;
    margin-top: 50px;
  }
  ._heroSubtitle_1vi1m_36 {
    margin-left: auto;
    margin-right: auto;
  }
  ._heroTitle_1vi1m_35 {
    font-size: 2.8rem;
  }
  ._heroSubtitle_1vi1m_36 {
    font-size: 1.1rem;
  }
  ._heroButton_1vi1m_74 {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }
}
._featuresGrid_fvget_2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
._card_1ethj_3 {
  position: relative;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}
._card_1ethj_3:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to top,
    #000000f2,
    #0000001a 60%,
    #0000 70%
  );
  z-index: 1;
}
._card_1ethj_3:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  z-index: 0;
}
._card_1ethj_3:hover:before {
  opacity: 1;
  transform: scale(1.05);
}
._content_1ethj_43 {
  position: relative;
  z-index: 2;
}
._title_1ethj_48 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  font-family: Raleway, sans-serif;
}
._description_1ethj_54 {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
._tagsContainer_1ethj_67 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
._tag_1ethj_67 {
  padding: 0.4rem 0.8rem;
  background-color: #ffffff26;
  border-radius: 20px;
  font-size: 0.8rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
._casesGrid_90e0r_2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
._viewMoreContainer_90e0r_9 {
  margin-top: 3rem;
  text-align: center;
}
._viewMoreButton_90e0r_14 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 1px solid #a855f7;
  border-radius: 0.75rem;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.3s ease;
}
._viewMoreButton_90e0r_14:hover {
  background-color: #a855f7;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -10px #a855f766;
}
._pricingSection_8qwaz_3 {
  width: 100%;
  padding: 6rem 2rem;
  background-color: #000;
  color: #fff;
}
._pricingGrid_8qwaz_10 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
._pricingCard_8qwaz_18 {
  background: #12121299;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
._pricingCard_8qwaz_18:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px #0003;
}
._featuredCard_8qwaz_35 {
  border-color: #a855f7;
  box-shadow: 0 0 40px #a855f733;
}
._cardHeader_8qwaz_40 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
._planName_8qwaz_46 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
._priceContainer_8qwaz_52 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._priceUSD_8qwaz_58 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a855f7;
}
._pricePYG_8qwaz_64 {
  font-size: 1.25rem;
  color: #a0a0a0;
}
._planDescription_8qwaz_69 {
  color: silver;
  line-height: 1.6;
  flex-grow: 1;
}
._featuresList_8qwaz_75 {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._featuresList_8qwaz_75 li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #e0e0e0;
}
._featureIcon_8qwaz_92 {
  color: #a855f7;
  font-size: 1.2rem;
  flex-shrink: 0;
}
._cardFooter_8qwaz_98 {
  margin-top: 2rem;
}
._ctaButton_8qwaz_102 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(45deg, #a855f7, #6d28d9);
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.3s ease;
}
._ctaButton_8qwaz_102:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #a855f780;
}
._additionalInfo_8qwaz_125 {
  max-width: 1200px;
  margin: 4rem auto 0;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
._infoBox_8qwaz_135 h4 {
  font-size: 1.5rem;
  color: #a855f7;
  margin-bottom: 1rem;
}
._infoBox_8qwaz_135 p {
  color: silver;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  ._pricingSection_8qwaz_3 {
    padding: 4rem 1rem;
  }
  ._additionalInfo_8qwaz_125 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
._ctaSection_umku2_3 {
  position: relative;
  width: 100%;
  padding: 6rem 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
._backgroundVideo_umku2_15 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
._videoOverlay_umku2_26 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0514cc;
  z-index: 2;
}
._contentWrapper_umku2_36 {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 800px;
}
._title_umku2_46 {
  font-family: Orbitron, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
._subtitle_umku2_55 {
  font-size: 1.1rem;
  color: #d1d5db;
  max-width: 90%;
  line-height: 1.6;
}
._buttonContainer_umku2_62 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
._button_umku2_62 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.5rem;
  border: 2px solid transparent;
  transition:
    transform 0.2s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  cursor: pointer;
}
._buttonIcon_umku2_85 {
  font-size: 1.2rem;
}
._auroraButton_umku2_89 {
  background: linear-gradient(45deg, #a855f7, #6d28d9);
  color: #fff;
}
._auroraButton_umku2_89:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 20px #a855f740;
}
._contactButton_umku2_99 {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
._contactButton_umku2_99:hover {
  background-color: #fff;
  color: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px #ffffff1a;
}
@media screen and (max-width: 768px) {
  ._ctaSection_umku2_3 {
    padding: 5rem 5%;
  }
  ._title_umku2_46 {
    font-size: 2.2rem;
  }
  ._subtitle_umku2_55 {
    font-size: 1rem;
  }
  ._buttonContainer_umku2_62 {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  ._button_umku2_62 {
    width: 100%;
    padding: 1rem;
  }
}
._animatedSection_qpdyy_4 {
  will-change: transform, opacity;
}
._introSection_qpdyy_8 {
  padding-top: 2rem;
}
._introText_qpdyy_12 {
  max-width: 800px;
  margin: 1.5rem auto 6rem;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  color: #b0b0b0;
  background-color: #0a0a0a99;
  padding: 2rem;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
._sectionTitle_qpdyy_25 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
}
._ctaContainer_qpdyy_32 {
  text-align: center;
  margin-top: 3rem;
}
._pillarsSection_qpdyy_38 {
  padding: 6rem 0;
}
._pillarsGrid_qpdyy_42 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}
._pillarCard_qpdyy_48 {
  background-color: #121216b3;
  padding: 2.5rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
._pillarCard_qpdyy_48:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 35px #0000004d;
  border-color: #fff3;
}
._pillarIconWrapper_qpdyy_64 {
  margin-bottom: 2rem;
  color: #fff;
  transition: color 0.3s ease;
}
._pillarCard_qpdyy_48:hover ._pillarIconWrapper_qpdyy_64 {
  color: #a855f7;
}
._pillarTitle_qpdyy_74 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #fff;
  font-family: Raleway, sans-serif;
}
._pillarDescription_qpdyy_81 {
  font-size: 1rem;
  line-height: 1.7;
  color: #b0b0b0;
}
._featuredCasesSection_qpdyy_89 {
  padding: 4rem 0;
  margin-top: 6rem;
}
._casesGrid_qpdyy_94 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
._caseCardLink_qpdyy_100 {
  text-decoration: none;
  color: inherit;
  display: block;
}
._caseCard_qpdyy_100 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}
._caseImage_qpdyy_111 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
._caseInfo_qpdyy_118 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, #000000e6, #0000);
  color: #fff;
  transform: translateY(20%);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}
._caseCard_qpdyy_100:hover ._caseImage_qpdyy_111 {
  transform: scale(1.05);
}
._caseCard_qpdyy_100:hover ._caseInfo_qpdyy_118 {
  transform: translateY(0);
  opacity: 1;
}
._caseCategory_qpdyy_134 {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #a0a0a0;
  margin-bottom: 0.5rem;
  display: block;
}
._caseTitle_qpdyy_135 {
  font-size: 1.4rem;
  margin: 0;
}
._caseCardLink_qpdyy_100 ._caseTitle_qpdyy_135 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}
._whyChooseUsSection_qpdyy_140 {
  padding: 6rem 0;
}
._whyChooseUsGrid_qpdyy_144 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}
._whyChooseUsCard_qpdyy_150 {
  background-color: #121216b3;
  padding: 2.5rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
._whyChooseUsCard_qpdyy_150:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 35px #0000004d;
  border-color: #fff3;
}
._whyChooseUsIconWrapper_qpdyy_166 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
  border-radius: 50%;
  background-color: #ffffff0d;
  color: #fff;
  font-size: 2rem;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
._whyChooseUsCard_qpdyy_150:hover ._whyChooseUsIconWrapper_qpdyy_166 {
  background-color: #a855f7;
  color: #fff;
}
._whyChooseUsTitle_qpdyy_185 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #fff;
  font-family: Raleway, sans-serif;
}
._whyChooseUsDescription_qpdyy_192 {
  font-size: 1rem;
  line-height: 1.7;
  color: #b0b0b0;
}
._ctaButton_qpdyy_200 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(45deg, #a855f7, #6d28d9);
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.3s ease;
}
._ctaButton_qpdyy_200:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #a855f780;
}
@media screen and (max-width: 768px) {
  ._introText_qpdyy_12 {
    font-size: 1.1rem;
    margin-bottom: 4rem;
  }
  ._sectionTitle_qpdyy_25 {
    font-size: 2.2rem;
  }
  ._pillarCard_qpdyy_48,
  ._serviceCard_qpdyy_227,
  ._whyChooseUsCard_qpdyy_150 {
    padding: 2rem;
  }
}
._pageHeader_1k6n9_1 {
  text-align: center;
  max-width: 700px;
  margin: 1rem auto 3rem;
  line-height: 1.7;
}
._missionSection_1k6n9_8 {
  margin-bottom: 5rem;
  padding: 3rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background-color: #0003;
}
._missionTitle_1k6n9_16 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
._missionText_1k6n9_22 {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: #ccc;
}
._teamTitle_1k6n9_31 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 4rem;
}
._teamGrid_1k6n9_37 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  ._pageHeader_1k6n9_1 {
    margin-bottom: 2rem;
  }
  ._missionSection_1k6n9_8 {
    padding: 2rem 1.5rem;
    margin-bottom: 4rem;
  }
  ._teamTitle_1k6n9_31 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  ._teamGrid_1k6n9_37 {
    gap: 2rem;
  }
}
._pageHeader_1hbnn_3 {
  max-width: 800px;
  margin: 1rem auto 5rem;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  color: silver;
}
._servicesContainer_1hbnn_12 {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 6rem;
}
._serviceSection_1hbnn_19 {
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background-color: #0c0c10b3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 40px #0003;
}
._serviceHeader_1hbnn_28 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
}
._icon_1hbnn_37 {
  color: #6478ff;
}
._serviceTitle_1hbnn_41 {
  font-size: 2rem;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
._serviceDescription_1hbnn_49 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #d0d0d0;
  margin-bottom: 2.5rem;
}
._detailsGrid_1hbnn_56 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
._subTitle_1hbnn_62 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a0a0a0;
  margin-bottom: 1.5rem;
}
._techList_1hbnn_71 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
._techTag_1hbnn_77 {
  background-color: #ffffff14;
  color: silver;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-family: Orbitron, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
._useCaseList_1hbnn_87 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
._useCaseList_1hbnn_87 li {
  color: #d0d0d0;
  line-height: 1.6;
  padding-left: 1.5rem;
  position: relative;
}
._useCaseList_1hbnn_87 li:before {
  content: "✓";
  color: #6478ff;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 900px) {
  ._detailsGrid_1hbnn_56 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  ._serviceSection_1hbnn_19 {
    padding: 2rem;
  }
  ._serviceTitle_1hbnn_41 {
    font-size: 1.6rem;
  }
  ._serviceDescription_1hbnn_49,
  ._pageHeader_1hbnn_3 {
    font-size: 1rem;
  }
}
._pageHeader_mxe7n_3 {
  max-width: 700px;
  margin: 1rem auto 5rem;
  line-height: 1.8;
  text-align: center;
  font-family: Orbitron, sans-serif;
  color: #b0b0b0;
}
._projectsGrid_mxe7n_12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
}
._cardLink_mxe7n_20 {
  text-decoration: none;
  color: inherit;
  display: block;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  border-radius: 20px;
}
._cardLink_mxe7n_20:hover {
  transform: translateY(-10px);
  box-shadow:
    0 15px 35px #0000004d,
    0 0 25px #ffffff1a;
}
._card_mxe7n_20 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background-color: #14141499;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  overflow: hidden;
  height: 100%;
}
._card_mxe7n_20:nth-child(2n) {
  direction: rtl;
}
._card_mxe7n_20:nth-child(2n) > * {
  direction: ltr;
}
._imageContainer_mxe7n_56 {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
._image_mxe7n_56 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
._cardLink_mxe7n_20:hover ._image_mxe7n_56 {
  transform: scale(1.08);
}
._content_mxe7n_75 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._title_mxe7n_81 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
._description_mxe7n_89 {
  font-family: Orbitron, sans-serif;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 2rem;
}
._tags_mxe7n_96 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
._tag_mxe7n_96 {
  font-family: Orbitron, sans-serif;
  padding: 0.5rem 1rem;
  background-color: #ffffff14;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background-color 0.3s ease;
}
._cardLink_mxe7n_20:hover ._tag_mxe7n_96 {
  background-color: #ffffff26;
}
@media screen and (max-width: 900px) {
  ._card_mxe7n_20,
  ._card_mxe7n_20:nth-child(2n) {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  ._projectsGrid_mxe7n_12 {
    gap: 3rem;
  }
  ._card_mxe7n_20 {
    padding: 1.5rem;
  }
  ._imageContainer_mxe7n_56 {
    height: 250px;
  }
  ._title_mxe7n_81 {
    font-size: 1.6rem;
  }
}
._contactContainer_plwe1_3 {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 140px auto;
  font-family: Raleway, sans-serif;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #0006;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
._infoPanel_plwe1_16 {
  flex: 1;
  background-color: #0c0c0c;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._infoContent_plwe1_25 {
  max-width: 500px;
}
._mainTitle_plwe1_29 {
  font-family: Raleway, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
._pageHeader_plwe1_38 {
  font-family: Orbitron, sans-serif;
  line-height: 1.8;
  color: #b0b0b0;
  margin-bottom: 3rem;
  font-size: 1rem;
}
._contactList_plwe1_46 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._contactItem_plwe1_52 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: #ccc;
  transition: color 0.3s ease;
}
._contactItem_plwe1_52:hover {
  color: #fff;
}
._formPanel_plwe1_66 {
  flex: 1.2;
  background-color: #1a1a1a;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._form_plwe1_66 {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._inputGroup_plwe1_83 {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
._input_plwe1_83,
._textarea_plwe1_89 {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #101010;
  color: #fff;
  font-size: 0.95rem;
  font-family: Orbitron, sans-serif;
  outline: none;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}
._input_plwe1_83::placeholder,
._textarea_plwe1_89::placeholder {
  color: #666;
}
._input_plwe1_83:focus,
._textarea_plwe1_89:focus {
  border-color: #a855f7;
  box-shadow: 0 0 15px #a855f733;
}
._input_plwe1_83:disabled,
._textarea_plwe1_89:disabled {
  background-color: #1f1f1f;
  cursor: not-allowed;
}
._textarea_plwe1_89 {
  resize: vertical;
  min-height: 120px;
}
._formFooter_plwe1_121 {
  margin-top: 0.5rem;
}
._button_plwe1_125 {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #a855f7, #6d28d9);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: Raleway, sans-serif;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
._button_plwe1_125:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px #a855f74d;
}
._button_plwe1_125:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
._feedback_plwe1_150 {
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-weight: 500;
  width: 100%;
}
._sending_plwe1_151 {
  background-color: #3264964d;
  color: #a0c0e0;
}
._success_plwe1_152 {
  background-color: #3296324d;
  color: #a0e0a0;
}
._error_plwe1_153 {
  background-color: #9632324d;
  color: #e0a0a0;
}
@keyframes _spin_plwe1_155 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._spinner_plwe1_155 {
  animation: _spin_plwe1_155 1s linear infinite;
}
@media screen and (max-width: 900px) {
  ._contactContainer_plwe1_3 {
    flex-direction: column;
    margin: 80px auto;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  ._contactContainer_plwe1_3 {
    margin: 60px auto;
  }
  ._inputGroup_plwe1_83 {
    flex-direction: column;
    gap: 1.5rem;
  }
  ._infoPanel_plwe1_16,
  ._formPanel_plwe1_66 {
    padding: 3rem 1.5rem;
  }
  ._mainTitle_plwe1_29 {
    font-size: 2.8rem;
  }
}
._auroraPage_r6ww5_4 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: 100vh;
  position: relative;
}
._auroraImageContainer_r6ww5_16 {
  grid-column: 1 / 2;
  position: relative;
  height: 100vh;
}
._auroraImageContainer_r6ww5_16 img {
  position: absolute;
  left: -20%;
  top: 0;
  width: 150%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mask-image: linear-gradient(to right, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
}
._chatContainer_r6ww5_35 {
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #00000080;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
._messagesContainer_r6ww5_49 {
  flex-grow: 1;
  overflow-y: auto;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
._message_r6ww5_49 {
  max-width: 80%;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  line-height: 1.6;
  word-wrap: break-word;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
._auroraMessage_r6ww5_69 {
  background-color: #1e1e20b3;
  color: #e0e0e0;
  border-bottom-left-radius: 5px;
  align-self: flex-start;
}
._userMessage_r6ww5_76 {
  background-color: #6d28d9b3;
  color: #fff;
  border-bottom-right-radius: 5px;
  align-self: flex-end;
}
._inputFormContainer_r6ww5_83 {
  padding: 1.5rem 4rem;
  background: linear-gradient(to top, #000, #0000);
}
._inputForm_r6ww5_83 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
._input_r6ww5_83 {
  flex-grow: 1;
  background-color: #1c1c1ecc;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}
._input_r6ww5_83:focus {
  border-color: #a855f7;
  background-color: #1c1c1e;
}
._sendButton_r6ww5_111 {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(45deg, #a855f7, #6d28d9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.3s ease;
}
._sendButton_r6ww5_111:hover:not(:disabled) {
  transform: scale(1.05);
  box-shadow: 0 0 20px #a855f780;
}
._sendButton_r6ww5_111:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 1200px) {
  ._auroraPage_r6ww5_4 {
    display: block;
  }
  ._auroraImageContainer_r6ww5_16 {
    display: block;
    position: absolute;
    grid-column: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
  }
  ._auroraImageContainer_r6ww5_16 img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
    mask-image: none;
    -webkit-mask-image: none;
    filter: blur(2px) grayscale(50%);
  }
  ._chatContainer_r6ww5_35 {
    grid-column: auto;
    width: 100%;
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  ._chatContainer_r6ww5_35 {
    padding-top: 60px;
  }
  ._messagesContainer_r6ww5_49,
  ._inputFormContainer_r6ww5_83 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
._notFoundWrapper_1h3if_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  text-align: center;
  padding: 2rem;
}
._icon_1h3if_11 {
  color: #ffc107;
  margin-bottom: 2rem;
  animation: _pulse_1h3if_1 2s infinite ease-in-out;
}
._title_1h3if_17 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
._message_1h3if_24 {
  font-size: 1.2rem;
  color: #ccc;
  max-width: 500px;
  margin-bottom: 2.5rem;
}
._homeButton_1h3if_31 {
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 15px #0003;
}
._homeButton_1h3if_31:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px #6a11cb66;
}
@keyframes _pulse_1h3if_1 {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.7;
  }
}
._legalContainer_68ecd_3 {
  max-width: 800px;
  margin: 4rem auto;
  padding: 2rem;
  background-color: #141414b3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e5e7eb;
  animation: _fadeIn_68ecd_1 0.5s ease-out;
}
._title_68ecd_15 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #4f46e5;
  padding-bottom: 0.5rem;
}
._content_68ecd_24 {
  font-size: 1.1rem;
  line-height: 1.8;
}
._content_68ecd_24 h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
._content_68ecd_24 p {
  margin-bottom: 1rem;
}
._content_68ecd_24 ul {
  list-style-position: inside;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
._content_68ecd_24 li {
  margin-bottom: 0.5rem;
}
._content_68ecd_24 a {
  color: #818cf8;
  text-decoration: none;
  transition: color 0.3s ease;
}
._content_68ecd_24 a:hover {
  color: #a78bfa;
  text-decoration: underline;
}
@keyframes _fadeIn_68ecd_1 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
#root {
  font-family: Orbitron, sans-serif;
  background: transparent;
  color: #e5e5e5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-title {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}
::selection {
  background: #e5e5e5;
  color: #0a0a0a;
}
#main-content {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: -1;
}
