.floating__right {
  z-index: 99;
  position: fixed;
  right: -60px;
  top: 50%;
  transform: translate(0, -50%);
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  width: 56px;
}
@media (max-width: 750px) {
  .floating__right {
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100vw;
    top: unset;
    right: unset;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 0;
  }
}
.floating__right a {
  padding: 16px 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 750px) {
  .floating__right a {
    padding: 8px;
    gap: 8px;
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
    writing-mode: horizontal-tb;
    flex: 1;
    max-width: 50%;
  }
}
.floating__right a p {
  padding: 0;
  margin: 0;
  letter-spacing: 2.2px;
}
@media (max-width: 750px) {
  .floating__right a p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.floating__right a img {
  max-width: 40px;
  width: 40px;
  height: auto;
  fill: #fff;
}
@media (max-width: 750px) {
  .floating__right a img {
    max-width: 32px;
  }
}
.floating__right a .formsvg {
  filter: invert(1);
}
.floating__right .link__form {
  background-color: #ff5d7b;
  border-radius: 8px 0 0 8px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .floating__right .link__form {
    margin: 0;
    border-radius: 8px 8px 0 0;
  }
}
.floating__right .link__line {
  background-color: #07b53b;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 750px) {
  .floating__right .link__line {
    border-radius: 8px 8px 0 0;
  }
}/*# sourceMappingURL=top-floating.css.map */