.global-any-cta {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.global-any-cta__area {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 560px;
}

.global-any-cta__button-link {
  width: calc(100% / 2 - 4px);
  max-width: 276px;
  text-decoration: none;
}

.global-any-cta__button {
  padding: 9px;
  background: #FF8A71;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border: 1px solid #FF8A71;
}

.cta__button--line {
  background: #FFF;
  color: #FF8A71;
}
