.back-to-top button{
  display:none;
  }
.back-to-top {
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  bottom: 180px;
  margin-top: -32px;
  margin-bottom: -38px;
  pointer-events: none
}
@media (min-width:576px) {
  .back-to-top {
    bottom: 130px
  }
}
.back-to-top--button {
  pointer-events: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  width: 64px;
  height: 64px;
  line-height: 1;
  color: #472b6f;
  background-color: #ab8fd1;
  border: 2px solid #fdfeff;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  top: 0;
  right: 0;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.075,.82,.165,1);
  transition: -webkit-transform .5s cubic-bezier(.075,.82,.165,1);
  -o-transition: -o-transform .5s cubic-bezier(.075,.82,.165,1);
  -moz-transition: transform .5s cubic-bezier(.075,.82,.165,1),-moz-transform .5s cubic-bezier(.075,.82,.165,1);
  transition: transform .5s cubic-bezier(.075,.82,.165,1);
  transition: transform .5s cubic-bezier(.075,.82,.165,1),-webkit-transform .5s cubic-bezier(.075,.82,.165,1),-moz-transform .5s cubic-bezier(.075,.82,.165,1),-o-transform .5s cubic-bezier(.075,.82,.165,1);
  opacity: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
  box-shadow: 0 1px 5px rgba(0,0,0,.15)
}
.back-to-top--button span {
  display: block;
  font-size: 20px
}
.back-to-top--button .top {
  margin-top: 6px
}
.back-to-top--button.show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.back-to-top.sticky {
  position: relative;
  bottom: 0
}
/*# sourceMappingURL=maps/back-to-top.css.map */
