.btn-goHerev2 {
  z-index: 10;
  position: relative;
}
.btn-goHerev2 .container-custom {
  height: 0;
}
.btn-goHerev2__wrapper {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Ccircle cx='22' cy='22' r='22' fill='url(%23a)'/%3E%3Cpath fill='%23fff' d='M28 16.41 26.59 15 22 19.58 17.41 15 16 16.41l6 6 6-6Z'/%3E%3Cpath fill='%23fff' d='m28 23-1.41-1.41L22 26.17l-4.59-4.58L16 23l6 6 6-6Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='-7.506' y2='50.988' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300B0FF'/%3E%3Cstop offset='1' stop-color='%230078FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  top: -22px;
  left: 50%;
  margin-left: -22.5px;
  margin-top: -1px;
}
.btn-goHerev2__link {
  display: block;
  border-radius: 50%;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  top: 0;
  position: relative;
}
