@keyframes dialog_fadeIn__GHCj8 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes dialog_slideUp__C7BNu {
  0% {
    transform: translateY(100px)
  }

  to {
    transform: translateY(0)
  }
}

.dialog_overlay__T5LRo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--tk-surface-overlay);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end
}

.dialog_overlay__T5LRo:not(.dialog_nested__wKvPn) {
  animation: dialog_fadeIn__GHCj8 .3s cubic-bezier(.3, 0, .6, 1)
}

@media (min-width:480px) {
  .dialog_overlay__T5LRo {
    flex-direction: row;
    justify-content: center
  }
}

.dialog_container__akeTs {
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  animation: dialog_slideUp__C7BNu .3s cubic-bezier(.3, 0, .6, 1), dialog_fadeIn__GHCj8 .3s cubic-bezier(.3, 0, .6, 1)
}

@media(prefers-reduced-motion) {
  .dialog_container__akeTs {
    animation: none
  }
}

@media (min-width:384px) {
  .dialog_container__akeTs {
    margin-top: 48px
  }
}

@media (min-width:480px) {
  .dialog_container__akeTs {
    margin-top: 0
  }
}

@media (min-width:960px) {
  .faq_module_layout__B2p__ {
    -moz-columns: 3;
    column-count: 3
  }
}

.star_background_star__G6zQz {
  position: absolute;
  animation-duration: 10s;
  animation-iteration-count: infinite
}

.star_background_blink-1__SMjfU {
  animation-name: star_background_blink10__Wip6o
}

.star_background_blink-2__0eIqA {
  animation-name: star_background_blink20__8ebD6
}

.star_background_blink-3__unHVe {
  animation-name: star_background_blink30__fHvcK
}

.star_background_blink-4__Ghvh_ {
  animation-name: star_background_blink40__cpgzO
}

.star_background_blink-5__l_CQb {
  animation-name: star_background_blink50__QTq3g
}

@media (min-width:960px) {
  .star_background_star__G6zQz {
    animation-duration: 5s
  }
}

@keyframes star_background_blink10__Wip6o {

  0%,
  to {
    opacity: 1
  }

  20% {
    opacity: 0
  }
}

@keyframes star_background_blink20__8ebD6 {

  0%,
  to {
    opacity: 0
  }

  40% {
    opacity: 1
  }
}

@keyframes star_background_blink50__QTq3g {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

@keyframes star_background_blink30__fHvcK {

  0%,
  to {
    opacity: 1
  }

  60% {
    opacity: 0
  }
}

@keyframes star_background_blink40__cpgzO {

  0%,
  to {
    opacity: 0
  }

  80% {
    opacity: 1
  }
}

.hero_module_background__zo8aW {
  background: linear-gradient(180deg, #161338 48.08%, #200d52 88%, #4d5898 110.26%);
  overflow: hidden
}

/*# */