.scroll-to-top {
  background: #9c006b;
  border: none;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 4px 10px rgba(156, 0, 107, 0.5019607843);
  color: #fff;
  cursor: pointer;
  display: block;
  height: 50px;
  position: fixed;
  right: 20px;
  width: 50px;
  z-index: 50;
}
.scroll-to-top svg {
  fill: #fff;
  width: 15px;
}
@media (min-width: 992px) {
  .scroll-to-top {
    height: 80px;
    width: 80px;
  }
  .scroll-to-top svg {
    width: 20px;
  }
}

.global-back-button {
  background: #9c006b;
  border: none;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 4px 10px rgba(156, 0, 107, 0.5019607843);
  color: #fff;
  cursor: pointer;
  display: block;
  height: 50px;
  position: fixed;
  right: 80px;
  text-align: center;
  width: 50px;
  z-index: 50;
}
.global-back-button svg {
  padding-top: 35%;
  width: 15px;
  fill: #fff;
}
.global-back-button:hover {
  color: #fff;
}
.global-back-button:hover svg {
  fill: #fff;
}
@media (min-width: 992px) {
  .global-back-button {
    height: 80px;
    right: 120px;
    width: 80px;
    color: #fff;
  }
  .global-back-button svg {
    width: 20px;
    fill: #fff;
  }
  .global-back-button:hover {
    color: #fff;
  }
  .global-back-button:hover svg {
    fill: #fff;
  }
}

/*# sourceMappingURL=sticky-icons.css.map */
