.fixed-btn {
  position: fixed;
  top: calc(50% - 40px);
  left: 50%;
  transform: translateX(-50%);
  justify-content: flex-end;
  z-index: 1;
  pointer-events: none;
}
.fixed-btn .fixed-btn-button {
  background: transparent;
  border: none;
  padding: 0;
  pointer-events: all;
  outline: none !important;
}
.fixed-btn .fixed-btn-button .text,
.fixed-btn .fixed-btn-button .alternative-text {
  background: transparent;
  position: relative;
}
.fixed-btn .fixed-btn-button .text:before,
.fixed-btn .fixed-btn-button .alternative-text:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 20px;
  right: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
}
.fixed-btn .fixed-btn-button .text {
  display: inline-block;
}
@media (max-width: 1024.98px) {
  .fixed-btn .fixed-btn-button .text {
    display: none;
  }
}
.fixed-btn {
  /* LANDING VACCINI */
}
@media (max-width: 1024.98px) {
  .fixed-btn.fixed-btn--landing-vaccini {
    bottom: 20px;
    top: auto;
  }
  .fixed-btn.fixed-btn--landing-vaccini .round-partial-link .icon {
    color: #fff;
    background-color: #b51f20;
  }
}