.anchor-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.anchor-menu h2 {
  position: relative;
}
.anchor-menu h2::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="37.546" height="37.849" viewBox="0 0 37.546 37.849"><g id="Group_13423" data-name="Group 13423" transform="translate(-60.021 -624.31)"><g id="Group_11983" data-name="Group 11983" transform="translate(86.203 633.936) rotate(90)"><path id="Path_84408" data-name="Path 84408" d="M1.487,12.688A67.741,67.741,0,0,0,7.665,6.455C9.555,4.046,1.278,1.1,0,0" transform="translate(11.222)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/><path id="Path_84409" data-name="Path 84409" d="M0,.143c6.521-.557,14.106.739,17.739,0" transform="translate(0 5.614)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></g><g id="Path_84410" data-name="Path 84410" transform="translate(60.021 626.683)" fill="none"><path d="M22.227-2.373c10.368,0,15.319,9.618,15.319,19.662S29.141,35.476,18.773,35.476,0,27.334,0,17.29,11.859-2.373,22.227-2.373Z" stroke="none"/><path d="M 22.22693252563477 0.6273155212402344 C 17.95017242431641 0.6273155212402344 13.07290267944336 2.623655319213867 9.180242538452148 5.96751594543457 C 7.278642654418945 7.60102653503418 5.709733963012695 9.488716125488281 4.643123626708984 11.4265251159668 C 3.552822113037109 13.40734672546387 3.000003814697266 15.37993621826172 3.000003814697266 17.28950500488281 C 3.000003814697266 21.32792663574219 4.628654479980469 25.12973594665527 7.58592414855957 27.99460601806641 C 10.56904411315918 30.88449478149414 14.54209327697754 32.47603607177734 18.773193359375 32.47603607177734 C 23.00429344177246 32.47603607177734 26.97734451293945 30.88449478149414 29.96046447753906 27.99460601806641 C 32.91773223876953 25.12973594665527 34.54638290405273 21.32792663574219 34.54638290405273 17.28950500488281 C 34.54638290405273 12.6384449005127 33.39635467529297 8.415815353393555 31.30813217163086 5.39947509765625 C 29.11590194702148 2.232906341552734 26.06055450439453 0.6273155212402344 22.22693252563477 0.6273155212402344 M 22.22693252563477 -2.372684478759766 C 32.59508514404297 -2.372684478759766 37.54638290405273 7.245355606079102 37.54638290405273 17.28950500488281 C 37.54638290405273 27.33364486694336 29.14134216308594 35.47603607177734 18.773193359375 35.47603607177734 C 8.40504264831543 35.47603607177734 3.814697265625e-06 27.33364486694336 3.814697265625e-06 17.28950500488281 C 3.814697265625e-06 7.245355606079102 11.85879325866699 -2.372684478759766 22.22693252563477 -2.372684478759766 Z" stroke="none" fill="%23c1a027"/></g></g></svg>');
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.anchor-menu .anchor {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.anchor-menu a.anchor:where(:hover, :focus)::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="134.164" height="4.287" viewBox="0 0 134.164 4.287"><path id="Path_84369" data-name="Path 84369" d="M580,994.617c46.8,3.112,104.947-1.824,130.966,0" transform="translate(-578.404 -992.774)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></svg>');
  position: absolute;
  display: grid;
  place-content: center;
  height: 0;
  max-width: 100%;
  padding-bottom: 6px;
  border-radius: 100vw;
  left: 50%;
  bottom: 0;
  translate: -50% 50%;
  overflow: hidden;
}
.page-navigation + .anchor-menu,
.afterBanner .anchor-menu:first-child {
  margin-top: -60px !important;
}