[data-animate] {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-animate="scale"] {
  transform: translateY(10px) scale(0.92);
}

[data-animate].twt-visible {
  opacity: 1 !important;
  transform: none !important;
}

.Header_header__xuTiO,
.Header_left__tzwQt,
.LandingPage_page__Py6p3 {
  overflow: visible !important;
}

.Header_header__xuTiO {
  position: relative;
  z-index: 40;
}

.LanguageSelector_selector__ZpUQ0 {
  position: relative;
  z-index: 60;
}

.CardsPage_limitSubitems__local {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  color: rgba(15, 23, 42, 0.7);
  font-size: 13px;
  line-height: 1.4;
}

iframe {
  display: none !important;
}

.twt-lang-menu {
  position: fixed;
  min-width: 220px;
  padding: 8px;
  border: 1px solid rgba(5, 0, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
  z-index: 999999;
}

.twt-lang-menu[hidden] {
  display: none;
}

.twt-lang-option {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #0f172a;
  text-align: left;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}

.twt-lang-option:hover {
  background: rgba(5, 0, 255, 0.06);
}

.twt-lang-option.is-active {
  background: rgba(5, 0, 255, 0.09);
}

.twt-lang-flag,
.twt-lang-code {
  font-size: 14px;
}

.MobileBottomNav_dock__yxhYi,
.MobileBottomNav_support__PMoPg {
  display: none !important;
}

.twt-flag-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 16px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.LanguageSelector_flag__0qPVf.twt-flag-icon {
  width: 22px;
  height: 16px;
}

.twt-flag-us {
  background: repeating-linear-gradient(
    to bottom,
    #b22234 0,
    #b22234 1.23px,
    #ffffff 1.23px,
    #ffffff 2.46px
  );
}

.twt-flag-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 54%;
  background: #3c3b6e;
}

.twt-flag-ru {
  background: linear-gradient(to bottom, #ffffff 0 33.33%, #1c57a5 33.33% 66.66%, #d52b1e 66.66% 100%);
}

.twt-flag-de {
  background: linear-gradient(to bottom, #000000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
}

.twt-flag-es {
  background: linear-gradient(to bottom, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%);
}

.twt-flag-it {
  background: linear-gradient(to right, #008c45 0 33.33%, #ffffff 33.33% 66.66%, #cd212a 66.66% 100%);
}

.twt-flag-fr {
  background: linear-gradient(to right, #0055a4 0 33.33%, #ffffff 33.33% 66.66%, #ef4135 66.66% 100%);
}

.twt-flag-tr {
  background: #e30a17;
}

.twt-flag-tr::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: -2px 0 0 2px #ffffff;
  background: #e30a17;
}

.twt-flag-tr::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffffff;
}

.twt-flag-generic {
  background:
    radial-gradient(circle at 58% 45%, rgba(255, 255, 255, 0.95) 0 18%, transparent 19%),
    linear-gradient(135deg, #1d9bf0, #22c55e);
}

.HeroSection_heroInner__GEF1J {
  padding-top: 54px !important;
}

#learn-more-btn {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .HeroSection_heroInner__GEF1J {
    padding-top: 36px !important;
  }

  .HeroSection_heroInner__GEF1J > div {
    padding-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .HeroSection_actions___d9Iz {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .HeroSection_actions___d9Iz .shared_buttonPrimary__Ij5Y5,
  .HeroSection_actions___d9Iz .shared_buttonOutline__ictg6 {
    width: auto;
    min-width: 0;
    padding-inline: 18px;
    white-space: nowrap;
  }
}
