@charset 'UTF-8';

.box.-fx-app {
  display: flex;
  flex-direction: column;

  justify-content: space-between;
}

.box.-fx-app:after {
  content: none;
}

@media screen and (max-width:767px) {
  .-fx-app .to-top {
    margin-bottom: 40px;
  }
}
