body {
  font-family: proxima-soft, sans-serif;
  font-weight: 300;
}
.sticky {
  position: sticky;
}
.sticky-md {
  position: sticky;
}
.sticky-lg {
  position: sticky;
}
.sticky-xl {
  position: sticky;
}
.h-md-100 {
  height: 100%!important;
}
.h-lg-100 {
  height: 100%!important;
}
.h-xl-100 {
  height: 100%!important;
}
.badge-question {
  background: #0084FF;
  color: white;
  display: inline-block;
  line-height: 1;
  font-size: 0.8rem;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50px;
  padding-top: 2px;
}
.badge-question:hover {
  color: white;
}
@media (max-height: 650px) {
  .sticky-lg {
    position: relative;
    top: 0 !important;
  }
}
/*# sourceMappingURL=core.css.map */