.fsgb-block-anchors.is-style-timeline .fsgb-block-anchors__title{
  color:var(--wp--preset--color--foreground);
  margin-bottom:var(--wp--preset--spacing--medium);
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchors__anchors{
  position:relative;
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchors__anchors:after{
  content:"";
  width:25%;
  height:100%;
  background:linear-gradient(90deg, transparent, var(--wp--preset--color--background));
  display:block;
  position:absolute;
  top:0;
  right:-1px;
  z-index:10;
  pointer-events:none;
}
.fsgb-block-anchors.is-style-timeline .swiper{
  padding-top:10px;
  padding-right:25%;
  margin-top:-10px;
}
.fsgb-block-anchors.is-style-timeline .swiper-slide{
  height:auto;
}
.fsgb-block-anchors.is-style-timeline .swiper-slide-active .fsgb-block-anchor:before{
  width:12px;
  height:12px;
}
.fsgb-block-anchors.is-style-timeline .swiper-navigation{
  margin-top:var(--wp--preset--spacing--medium);
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor{
  border-top:2px solid var(--wp--preset--color--primary);
  height:100%;
  padding-top:var(--wp--preset--spacing--medium);
  padding-right:var(--wp--preset--spacing--medium);
  display:flex;
  flex-direction:column;
  gap:var(--wp--preset--spacing--x-small);
  position:relative;
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor:before{
  content:"";
  background:var(--wp--preset--color--primary);
  border-radius:50%;
  outline:3px solid var(--wp--preset--color--white);
  width:6px;
  height:6px;
  display:block;
  position:absolute;
  top:0;
  left:0;
  transform:translateY(calc(-50% - 1px));
  transition:all .25s;
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor:hover{
  text-decoration:none;
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor:hover strong{
  color:var(--wp--preset--color--primary);
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor h2,.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor strong{
  color:var(--wp--preset--color--foreground);
  font-size:var(--wp--preset--font-size--medium);
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor strong{
  font-weight:700;
  text-transform:uppercase;
}
.fsgb-block-anchors.is-style-timeline .fsgb-block-anchor h2{
  font-family:var(--wp--preset--font-family--lato);
  font-weight:400;
  text-transform:none;
}
@media (min-width:768px){
  .fsgb-block-anchors.is-style-timeline .fsgb-block-anchors__anchors:after{
    width:33.33333%;
  }
  .fsgb-block-anchors.is-style-timeline .swiper{
    padding-right:66.66666%;
  }
}
@media (min-width:1025px){
  .fsgb-block-anchors.is-style-timeline .fsgb-block-anchors__anchors:after{
    width:25%;
  }
  .fsgb-block-anchors.is-style-timeline .swiper{
    padding-right:75%;
  }
}
@media (max-width:767px){
  .fsgb-block-anchors.is-style-timeline .swiper-navigation{
    margin-right:-33.33333%;
    justify-content:center;
  }
}
/*# sourceMappingURL=anchors.css.map */
