@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.c-layout {
  scroll-margin-top: 120px;
}

.l-anchor-menu {
  margin: 1.6666666667em 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 0 10px;
}
@media (min-width: 1600px) {
  .l-anchor-menu {
    margin: 40px 0 0;
  }
}
@media (max-width: 991.98px) {
  .l-anchor-menu {
    margin: 15px 0 0;
    padding: 0 0 5px;
  }
}
.l-anchor-menu.sticky {
  background: #fff;
  position: fixed;
  top: 100px;
  padding: 0;
  margin-top: 0;
  box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.21);
}
@media (max-width: 1599.98px) {
  .l-anchor-menu.sticky {
    top: 38px;
  }
}
@media (max-width: 1199.98px) {
  .l-anchor-menu.sticky {
    top: 35px;
  }
}
@media (max-width: 767.98px) {
  .l-anchor-menu .container-xxl {
    display: flex;
    justify-content: center;
  }
}
.l-anchor-menu__list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sticky .l-anchor-menu__list {
  justify-content: center;
}
.l-anchor-menu__list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .l-anchor-menu__list {
    justify-content: flex-start;
    padding: 0 0 5px;
    margin: 0;
  }
}
.l-anchor-menu__link {
  color: #000;
  font-family: "Gantari", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: normal;
  padding: 0.75em 0.5em;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  border-bottom: 2px solid transparent;
}
.l-anchor-menu__link:hover, .l-anchor-menu__link:active, .l-anchor-menu__link:focus, .l-anchor-menu__link:visited {
  color: #000;
}
@media (min-width: 1600px) {
  .l-anchor-menu__link {
    font-size: 1.125em;
    padding: 15px 10px;
  }
}
@media (max-width: 1199.98px) {
  .l-anchor-menu__link {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-anchor-menu__link {
    font-size: 0.875em;
    padding: 10px;
  }
}
.l-anchor-menu__link.is-active {
  font-weight: bold;
  border-bottom: 2px solid #3fb2d2;
}

.layout_anchor_menu {
  height: 90px;
}
@media (max-width: 991.98px) {
  .layout_anchor_menu {
    height: 45px;
  }
}