.global-cta {
  background-color: #ededed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.729' height='9.226' viewBox='0 0 18.729 9.226'%3E%3Cpath id='Path_6230' data-name='Path 6230' d='M4507 1526.328l5.621 7.26-5.621 7.26' transform='translate(1542.953 -4504.896) rotate(90)' fill='none' stroke='%23db7c00' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
  background-position: center top 10px;
  background-repeat: no-repeat;
  box-shadow: 6px -2px 20px rgba(0, 0, 0, 0.3);
  display: none;
  height: 70px;
  margin: 0;
  position: fixed;
  right: -40px;
  top: 400px;
  transform: rotate(-90deg);
  width: 145px;
  z-index: 10000;
}

@media (min-width: 768px) {
  .global-cta {
    display: block;
  }
}

.global-cta__link {
  align-items: center;
  color: #00945f;
  display: flex;
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.global-cta__link:hover,
.global-cta__link:visited {
  color: #00945f;
  text-decoration: underline;
}
