/* ===========================================================================
   Reusable enriched event template
   ========================================================================== */

.fsgt93-tdh-page .fsgt93-main {
  min-width: 0;
}

.fsgt93-tdh {
  --fsgt93-tdh-ink: #17372f;
  --fsgt93-tdh-green: #398d58;
  --fsgt93-tdh-green-dark: #1f5e3a;
  --fsgt93-tdh-mint: #dceee7;
  --fsgt93-tdh-cream: #f7f4e9;
  --fsgt93-tdh-pink: #d75984;
  --fsgt93-tdh-line: rgba(23, 55, 47, 0.16);
  --fsgt93-tdh-anchor-offset: calc(var(--fsgt93-header-height, 94px) + 24px);
  --fsgt93-tdh-content-width: 1180px;
  --fsgt93-tdh-gutter: clamp(22px, 4vw, 56px);
  display: grid;
  gap: clamp(26px, 4vw, 52px);
  color: var(--fsgt93-tdh-ink);
}

.fsgt93-tdh :where(h1, h2, h3, p, figure) {
  margin-top: 0;
}

.fsgt93-tdh-hero {
  position: relative;
  min-height: clamp(520px, 69vw, 760px);
  overflow: hidden;
  border-radius: 18px 18px 18px 0;
  background: var(--fsgt93-tdh-ink);
  isolation: isolate;
  animation: fsgt93-tdh-hero-in 680ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.fsgt93-tdh-hero--no-media {
  min-height: auto;
}

.fsgt93-tdh-hero--no-media .fsgt93-tdh-hero__content {
  box-sizing: border-box;
  align-content: center;
  min-height: clamp(440px, 48vw, 610px);
}

.fsgt93-tdh-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  transform: scale(1.025);
  animation: fsgt93-tdh-image-settle 1200ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.fsgt93-tdh-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 34, 27, 0.92) 0%, rgba(10, 34, 27, 0.72) 44%, rgba(10, 34, 27, 0.1) 74%),
    linear-gradient(0deg, rgba(10, 34, 27, 0.66) 0%, transparent 54%);
}

.fsgt93-tdh-hero__content {
  display: grid;
  gap: clamp(15px, 2vw, 22px);
  align-content: end;
  width: min(100%, 690px);
  min-height: inherit;
  padding: clamp(28px, 6vw, 72px);
  color: #fff;
  animation: fsgt93-tdh-content-in 700ms 140ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.fsgt93-tdh-eyebrow,
.fsgt93-tdh-section-kicker {
  margin-bottom: 0;
  color: var(--fsgt93-tdh-green);
  font: 800 0.78rem/1.2 'IBM Plex Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fsgt93-tdh-hero .fsgt93-tdh-eyebrow {
  color: #b7efc9;
}

.fsgt93-tdh-hero h1 {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(2.65rem, 7vw, 5.8rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.fsgt93-tdh-hero__lead {
  max-width: 44ch;
  margin-bottom: 0;
  font-size: clamp(1.08rem, 2.3vw, 1.4rem);
  line-height: 1.45;
}

.fsgt93-tdh-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(18px, 3vw, 32px);
  margin: 0;
}

.fsgt93-tdh-hero__facts div {
  display: grid;
  gap: 2px;
}

.fsgt93-tdh-hero__facts dt {
  color: #b7efc9;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fsgt93-tdh-hero__facts dd {
  margin: 0;
  font-weight: 750;
}

.fsgt93-tdh-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.fsgt93-tdh-button:hover,
.fsgt93-tdh-button:focus-visible {
  transform: translateY(-2px);
}

.fsgt93-tdh-button:focus-visible,
.fsgt93-tdh a:focus-visible,
.fsgt93-tdh summary:focus-visible,
.fsgt93-tdh-table-wrap:focus-visible {
  outline: 3px solid #f7c553;
  outline-offset: 4px;
}

.fsgt93-tdh-button--primary {
  background: #fff;
  color: var(--fsgt93-tdh-ink);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.fsgt93-tdh-button--primary:hover,
.fsgt93-tdh-button--primary:focus-visible {
  background: #b7efc9;
  color: #102e26;
}

.fsgt93-tdh-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  width: min(var(--fsgt93-tdh-content-width), calc(100% - var(--fsgt93-tdh-gutter) - var(--fsgt93-tdh-gutter)));
  margin-inline: auto;
  border-bottom: 1px solid var(--fsgt93-tdh-line);
  padding-bottom: 18px;
}

.fsgt93-tdh-jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--fsgt93-tdh-ink);
  font-weight: 750;
  text-decoration-color: rgba(57, 141, 88, 0.4);
  text-underline-offset: 5px;
}

.fsgt93-tdh-jump-nav .fsgt93-tdh-jump-nav__cta {
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 18px;
  background: var(--fsgt93-tdh-ink);
  color: #fff;
  text-decoration: none;
}

.fsgt93-tdh-jump-nav .fsgt93-tdh-jump-nav__cta:hover,
.fsgt93-tdh-jump-nav .fsgt93-tdh-jump-nav__cta:focus-visible {
  background: var(--fsgt93-tdh-green-dark);
  color: #fff;
}

.fsgt93-tdh-jump-nav a:hover,
.fsgt93-tdh-jump-nav a:focus-visible,
.fsgt93-tdh-text-link:hover,
.fsgt93-tdh-text-link:focus-visible {
  color: var(--fsgt93-tdh-green-dark);
  text-decoration-color: currentColor;
}

.fsgt93-tdh-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  width: min(var(--fsgt93-tdh-content-width), calc(100% - var(--fsgt93-tdh-gutter) - var(--fsgt93-tdh-gutter)));
  margin-inline: auto;
}

.fsgt93-tdh-layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.fsgt93-tdh-main {
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  min-width: 0;
}

.fsgt93-tdh-section {
  position: relative;
}

.fsgt93-event-template :where(#presentation, [id^='event-section-']) {
  scroll-margin-top: var(--fsgt93-tdh-anchor-offset);
}

.fsgt93-event-template__content {
  color: #304e46;
  line-height: 1.72;
}

.fsgt93-event-template__content > :last-child {
  margin-bottom: 0;
}

.fsgt93-event-template__content :where(img, video) {
  max-width: 100%;
  height: auto;
}

.fsgt93-event-template__content a {
  overflow-wrap: anywhere;
}

.fsgt93-tdh-anchor {
  position: absolute;
  top: calc(-1 * var(--fsgt93-tdh-anchor-offset));
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.fsgt93-tdh-intro,
.fsgt93-tdh-section {
  display: grid;
  gap: 15px;
}

.fsgt93-tdh-intro h2,
.fsgt93-tdh-section h2,
.fsgt93-tdh-solidarity h2,
.fsgt93-tdh-volunteer h2 {
  margin-bottom: 0;
  color: var(--fsgt93-tdh-ink);
  font-size: clamp(1.9rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.fsgt93-tdh-intro p:not(.fsgt93-tdh-section-kicker),
.fsgt93-tdh-section > p:not(.fsgt93-tdh-section-kicker),
.fsgt93-tdh-solidarity p:not(.fsgt93-tdh-section-kicker),
.fsgt93-tdh-volunteer > p {
  max-width: 67ch;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.72;
}

.fsgt93-tdh-campaign-visual,
.fsgt93-tdh-photo {
  overflow: hidden;
  margin: 0;
  border-radius: 14px 14px 14px 0;
  background: var(--fsgt93-tdh-mint);
}

.fsgt93-tdh-campaign-visual img,
.fsgt93-tdh-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.fsgt93-tdh-photo figcaption {
  padding: 10px 14px;
  color: #48635b;
  font-size: 0.78rem;
}

.fsgt93-tdh-races h3 {
  margin: 18px 0 0;
  color: var(--fsgt93-tdh-green-dark);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.fsgt93-tdh-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border-top: 3px solid var(--fsgt93-tdh-green);
  border-bottom: 1px solid var(--fsgt93-tdh-line);
}

.fsgt93-tdh-table-wrap table {
  width: 100%;
  min-width: 650px;
  border: 0;
  border-collapse: collapse;
  background: transparent;
  font-size: 0.94rem;
}

.fsgt93-tdh-table-wrap :is(th, td) {
  border: 0;
  border-bottom: 1px solid var(--fsgt93-tdh-line);
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
}

.fsgt93-tdh-table-wrap thead th {
  color: #547169;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.fsgt93-tdh-table-wrap tbody th {
  color: var(--fsgt93-tdh-green-dark);
  font-size: 1.05rem;
}

.fsgt93-tdh-table-wrap tbody tr {
  transition: background-color 160ms ease;
}

.fsgt93-tdh-table-wrap tbody tr:hover {
  background: rgba(220, 238, 231, 0.5);
}

.fsgt93-tdh-solidarity {
  display: grid;
  gap: 14px;
  border-left: 6px solid var(--fsgt93-tdh-pink);
  background: #faedf2;
  padding: clamp(24px, 4vw, 42px);
}

.fsgt93-tdh-solidarity .fsgt93-tdh-section-kicker {
  color: #a72f5c;
}

.fsgt93-tdh-video {
  position: relative;
  overflow: hidden;
  border-radius: 14px 14px 14px 0;
  aspect-ratio: 16 / 9;
  background: var(--fsgt93-tdh-ink);
}

.fsgt93-tdh-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fsgt93-tdh-video:focus-within {
  outline: 3px solid #f7c553;
  outline-offset: 4px;
}

.fsgt93-tdh-volunteer {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px clamp(26px, 4vw, 54px);
  align-items: end;
  background: var(--fsgt93-tdh-mint);
  padding: clamp(26px, 4vw, 48px);
}

.fsgt93-tdh-volunteer .fsgt93-tdh-button {
  grid-column: 2;
}

.fsgt93-tdh-button--dark {
  background: var(--fsgt93-tdh-ink);
  color: #fff;
}

.fsgt93-tdh-button--dark:hover,
.fsgt93-tdh-button--dark:focus-visible {
  background: var(--fsgt93-tdh-green-dark);
  color: #fff;
}

.fsgt93-tdh-faq__groups,
.fsgt93-tdh-faq__questions {
  display: grid;
}

.fsgt93-tdh-faq__group {
  border-top: 1px solid var(--fsgt93-tdh-line);
}

.fsgt93-tdh-faq__group:last-child {
  border-bottom: 1px solid var(--fsgt93-tdh-line);
}

.fsgt93-tdh-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.fsgt93-tdh-faq summary::-webkit-details-marker {
  display: none;
}

.fsgt93-tdh-faq summary::marker {
  content: '';
}

.fsgt93-tdh-faq__group > summary {
  padding: 18px 0;
  color: var(--fsgt93-tdh-ink);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 800;
}

.fsgt93-tdh-faq summary span {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--fsgt93-tdh-line);
  border-radius: 50%;
}

.fsgt93-tdh-faq summary span::before,
.fsgt93-tdh-faq summary span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.fsgt93-tdh-faq summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.fsgt93-tdh-faq details[open] > summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.fsgt93-tdh-faq__questions {
  gap: 1px;
  margin-bottom: 18px;
  background: var(--fsgt93-tdh-line);
}

.fsgt93-tdh-faq__item {
  background: #fff;
}

.fsgt93-tdh-faq__item > summary {
  padding: 14px 16px;
  font-weight: 700;
}

.fsgt93-tdh-faq__item > div {
  padding: 0 58px 16px 16px;
}

.fsgt93-tdh-faq__item p {
  margin: 0;
  color: #426158;
  line-height: 1.65;
}

.fsgt93-tdh-faq__item ul {
  margin: 10px 0 0;
  padding-left: 22px;
  color: #426158;
  line-height: 1.65;
}

.fsgt93-tdh-faq__item li + li {
  margin-top: 8px;
}

.fsgt93-tdh-aside {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.fsgt93-tdh-side-block {
  display: grid;
  gap: 13px;
  align-content: start;
  border: 1px solid var(--fsgt93-tdh-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 55, 47, 0.07);
  padding: clamp(18px, 2.4vw, 24px);
}

.fsgt93-tdh-side-block#inscription {
  scroll-margin-top: var(--fsgt93-tdh-anchor-offset);
}

.fsgt93-tdh-side-block h2 {
  margin-bottom: 0;
  color: var(--fsgt93-tdh-ink) !important;
  font-size: clamp(1.18rem, 1.8vw, 1.42rem) !important;
  line-height: 1.12;
}

.fsgt93-tdh-side-block :where(p, ul, address, dl) {
  margin: 0;
}

.fsgt93-tdh-side-block--registration {
  position: relative;
  overflow: hidden;
  border: 0;
  background: var(--fsgt93-tdh-green-dark);
  color: #fff;
}

.fsgt93-tdh-side-block--registration::after {
  content: '';
  position: absolute;
  right: -45px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.fsgt93-tdh-side-block--registration h2,
.fsgt93-tdh-side-block--registration p,
.fsgt93-tdh-side-block--registration li {
  position: relative;
  z-index: 1;
  color: #fff;
}

.fsgt93-tdh-side-block--registration h2 {
  color: #fff !important;
}

.fsgt93-tdh-side-block--registration ul {
  display: grid;
  gap: 6px;
  padding-left: 18px;
}

.fsgt93-tdh-side-icon {
  color: #b7efc9 !important;
  font-size: 1.55rem;
  line-height: 1;
}

.fsgt93-tdh-button--light {
  position: relative;
  z-index: 1;
  gap: 6px;
  background: #fff;
  color: var(--fsgt93-tdh-green-dark);
}

.fsgt93-tdh-side-block--registration .fsgt93-tdh-button {
  margin-top: auto;
}

.fsgt93-tdh-button--light:hover,
.fsgt93-tdh-button--light:focus-visible {
  background: #b7efc9;
  color: var(--fsgt93-tdh-ink);
}

.fsgt93-tdh-link-list,
.fsgt93-tdh-socials {
  display: grid;
  gap: 0;
  padding: 0;
  list-style: none;
}

.fsgt93-tdh-link-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: baseline;
  border-top: 1px solid var(--fsgt93-tdh-line);
  padding: 11px 0;
}

.fsgt93-tdh-link-list a {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 12px;
  color: var(--fsgt93-tdh-green-dark);
  font-weight: 750;
  text-decoration: none;
}

.fsgt93-tdh-link-list small {
  color: #6a7d77;
  font-size: 0.7rem;
}

.fsgt93-tdh-address {
  color: #304e46;
  line-height: 1.55;
}

.fsgt93-tdh-text-link {
  color: var(--fsgt93-tdh-green-dark);
  font-weight: 750;
  overflow-wrap: anywhere;
  text-underline-offset: 4px;
}

.fsgt93-tdh-practical-list {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--fsgt93-tdh-line);
  padding-top: 12px;
}

.fsgt93-tdh-practical-list div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
}

.fsgt93-tdh-practical-list dt {
  font-weight: 750;
}

.fsgt93-tdh-practical-list dd {
  margin: 0;
  color: #6a7d77;
  font-size: 0.84rem;
}

.fsgt93-tdh-socials li + li {
  border-top: 1px solid var(--fsgt93-tdh-line);
}

.fsgt93-tdh-socials a {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 48px;
  color: var(--fsgt93-tdh-ink);
  font-weight: 750;
  text-decoration: none;
}

.fsgt93-tdh-socials img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@keyframes fsgt93-tdh-hero-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fsgt93-tdh-content-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fsgt93-tdh-image-settle {
  from { transform: scale(1.08); }
  to { transform: scale(1.025); }
}

@media (min-width: 901px) {
  .fsgt93-tdh-jump-nav {
    position: sticky;
    top: var(--fsgt93-header-height, 94px);
    z-index: 20;
    gap: 8px 22px;
    border: 1px solid var(--fsgt93-tdh-line);
    border-radius: 14px;
    padding: 10px 12px 10px 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(23, 55, 47, 0.08);
    backdrop-filter: blur(10px);
  }

  .fsgt93-tdh-jump-nav__cta {
    margin-left: auto;
  }

  .fsgt93-tdh {
    --fsgt93-tdh-anchor-offset: calc(var(--fsgt93-header-height, 94px) + 88px);
  }
}

@media (min-width: 981px) {
  .fsgt93-tdh-aside {
    position: sticky;
    top: calc(var(--fsgt93-header-height, 94px) + 84px);
  }
}

@media (max-width: 980px) {
  .fsgt93-tdh-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  .fsgt93-tdh {
    --fsgt93-tdh-gutter: 18px;
    gap: 30px;
  }

  .fsgt93-tdh-hero {
    min-height: min(720px, calc(100svh - 24px));
  }

  .fsgt93-tdh-hero--no-media {
    min-height: auto;
  }

  .fsgt93-tdh-hero--no-media .fsgt93-tdh-hero__content {
    min-height: auto;
    padding-block: 48px;
  }

  .fsgt93-tdh-hero > img {
    object-position: 45% center;
  }

  .fsgt93-tdh-hero__shade {
    background: linear-gradient(0deg, rgba(10, 34, 27, 0.94) 0%, rgba(10, 34, 27, 0.56) 70%, rgba(10, 34, 27, 0.18) 100%);
  }

  .fsgt93-tdh-hero__content {
    padding: 26px 22px;
  }

  .fsgt93-tdh-hero h1 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .fsgt93-tdh-jump-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .fsgt93-tdh-jump-nav .fsgt93-tdh-jump-nav__cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .fsgt93-tdh-table-wrap {
    overflow: visible;
    border-top: 0;
    border-bottom: 0;
  }

  .fsgt93-tdh-table-wrap table,
  .fsgt93-tdh-table-wrap tbody,
  .fsgt93-tdh-table-wrap tr,
  .fsgt93-tdh-table-wrap :is(th, td) {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .fsgt93-tdh-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .fsgt93-tdh-table-wrap tbody {
    display: grid;
    gap: 12px;
  }

  .fsgt93-tdh-table-wrap tr {
    border-top: 3px solid var(--fsgt93-tdh-green);
    background: rgba(220, 238, 231, 0.35);
    padding: 8px 12px;
  }

  .fsgt93-tdh-table-wrap :is(th, td) {
    display: grid;
    grid-template-columns: minmax(82px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid var(--fsgt93-tdh-line);
    padding: 9px 0;
  }

  .fsgt93-tdh-table-wrap :is(th, td)::before {
    content: attr(data-label);
    color: #547169;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .fsgt93-tdh-volunteer {
    grid-template-columns: 1fr;
  }

  .fsgt93-tdh-volunteer .fsgt93-tdh-button {
    grid-column: auto;
  }

  .fsgt93-tdh-side-block {
    padding: 20px;
  }
}

@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .fsgt93-tdh-hero {
    min-height: calc(100svh - var(--fsgt93-header-height, 79px));
  }

  .fsgt93-tdh-hero__content {
    gap: 9px;
    padding: 16px 22px;
  }

  .fsgt93-tdh-hero h1 {
    font-size: clamp(2.35rem, 7vw, 3.25rem);
  }

  .fsgt93-tdh-hero__lead {
    font-size: 1rem;
    line-height: 1.3;
  }

  .fsgt93-tdh-hero__facts {
    gap: 7px 20px;
  }

  .fsgt93-tdh-button {
    min-height: 44px;
    padding-block: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fsgt93-tdh *,
  .fsgt93-tdh *::before,
  .fsgt93-tdh *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
