@font-face {
  font-family: "Futura Book";
  src: url("../../sass/fonts/FuturaStd-Book.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Futura Medium";
  src: url("../../sass/fonts/FuturaStd-Medium.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Futura Heavy";
  src: url("../../sass/fonts/FuturaStd-Heavy.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --fnr-red: #f91139;
  --fnr-wine: #4e012f;
  --fnr-wine-dark: #35001f;
  --fnr-white: #ffffff;
  --fnr-cream: #fffced;
  --fnr-ink: #1f1028;
  --fnr-header-height: 64px;
  --fnr-section-width: 1248px;
  --fnr-page-width: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--fnr-header-height);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--fnr-wine-dark);
  color: var(--fnr-wine);
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

.site {
  margin: 0 auto;
  max-width: var(--fnr-page-width);
  overflow: hidden;
  background: var(--fnr-red);
}

.site-content {
  padding-top: var(--fnr-header-height);
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 180px 1fr 80px;
  align-items: center;
  width: min(100%, var(--fnr-page-width));
  height: var(--fnr-header-height);
  padding: 0 28px;
  transform: translateX(-50%);
  background: var(--fnr-wine);
  color: var(--fnr-white);
}

.admin-bar .site-header {
  top: 32px;
}

.site-branding {
  display: inline-flex;
  width: 50px;
}

.site-branding img {
  width: 50px;
  filter: brightness(0) invert(1);
}

.main-navigation {
  justify-self: center;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.8vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  position: relative;
  display: block;
  padding: 23px 0 19px;
  color: var(--fnr-white);
  font-family: "Futura Medium", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.social-media a {
  display: grid;
  width: 24px;
  height: 28px;
  place-items: center;
}

.social-media img {
  max-height: 21px;
}

.menu-toggle {
  display: none;
}

.home-section {
  position: relative;
  width: 100%;
}

.section-inner {
  width: min(calc(100% - 118px), var(--fnr-section-width));
  margin-right: auto;
  margin-left: auto;
}

.section-panel {
  width: min(calc(100% - 118px), var(--fnr-section-width));
  margin-right: auto;
  margin-left: auto;
}

.section-panel > .section-inner {
  width: 100%;
}

.section-title {
  margin: 0;
  color: var(--fnr-wine);
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 800;
  letter-spacing: 0.48em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.section-title--light {
  color: var(--fnr-white);
  font-size: 28px;
  letter-spacing: 0.28em;
}

/* Hero */
.hero {
  min-height: clamp(760px, 64vw, 875px);
  background-color: var(--fnr-wine);
  background-image: var(--section-background);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: var(--fnr-white);
}

.hero__content {
  position: relative;
  display: flex;
  min-height: clamp(720px, 61vw, 835px);
  flex-direction: column;
  align-items: center;
  padding-top: 55px;
  text-align: center;
}

.hero__eyebrow {
  margin: 0 0 36px;
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__logo {
  width: clamp(360px, 42vw, 560px);
}

.hero__intro {
  position: absolute;
  bottom: 195px;
  width: min(610px, 80%);
  padding: 0 22px;
  border-right: 1px solid var(--fnr-white);
  border-left: 1px solid var(--fnr-white);
  font-size: 15px;
  line-height: 1.35;
}

.hero__intro p {
  margin: 0;
}

.programme {
  position: absolute;
  z-index: 3;
  bottom: -166px;
  left: 50%;
  min-height: 320px;
  padding: 48px 46px 42px;
  transform: translateX(-50%);
  background: var(--fnr-red);
}

.programme .section-title {
  margin-bottom: 45px;
}

.programme__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.programme__item {
  min-width: 0;
  padding: 0 18px;
  color: var(--fnr-wine);
}

.programme__item time {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.programme__item span {
  display: block;
  color: var(--fnr-white);
  font-size: 13px;
  line-height: 1.25;
}

/* Performer and registration */
.registration {
  min-height: 1120px;
  padding-top: 166px;
  background-color: var(--fnr-wine-dark);
  background-image: var(--section-background);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: var(--fnr-white);
}

.registration__visual {
  display: flex;
  min-height: 610px;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

.artist-copy {
  width: min(670px, 80%);
  text-align: center;
}

.artist-copy h2 {
  margin: 0 0 28px;
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: 0.16em;
  line-height: 1.15;
  text-transform: uppercase;
}

.artist-copy p {
  margin: 0;
}

.registration__panel {
  min-height: 340px;
  padding: 45px 30px 38px;
  background: var(--fnr-wine);
}

.registration__panel .section-title {
  margin-bottom: 30px;
}

.registration__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registration__prices {
  width: min(590px, 100%);
  border: 0;
  border-collapse: collapse;
  color: var(--fnr-white);
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

.registration__prices th,
.registration__prices td {
  width: 33.333%;
  padding: 2px 14px;
  vertical-align: top;
}

.registration__prices th {
  color: var(--fnr-red);
}

.registration__note {
  width: min(590px, 100%);
  margin-top: 22px;
  font-size: 14px;
}

.registration__note p {
  margin: 0;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--fnr-red);
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.text-link img {
  width: 17px;
  height: 17px;
}

/* Merchandise */
.merchandise {
  padding: 82px 0 92px;
  background: var(--fnr-red);
}

.merchandise .section-title {
  margin-bottom: 50px;
  color: var(--fnr-white);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: min(100%, 1030px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.product-card {
  min-width: 0;
}

.product-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--fnr-cream);
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.product-card__image:hover img,
.product-card__image:focus-visible img {
  transform: scale(1.025);
}

.product-card__meta {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 12px;
  padding-top: 10px;
  color: var(--fnr-wine);
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: 14px;
}

.product-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card__price {
  flex: 0 0 auto;
  color: var(--fnr-white);
}

.product-card__price ins {
  text-decoration: none;
}

.product-card__buy {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--fnr-wine);
  text-decoration: none;
}

/* Route */
.route {
  padding: 0 0 55px;
  background-color: var(--fnr-red);
}

.route__inner {
  padding: 35px 0 95px;
  background-color: var(--fnr-wine);
  background-image: var(--section-background);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.route .section-title {
  margin-bottom: 32px;
}

.route__map {
  overflow: hidden;
  width: calc(100% - 210px);
  margin: 0 auto;
  aspect-ratio: 1.62 / 1;
  background: var(--fnr-white);
}

.route__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Gallery */
.gallery-section {
  padding: 78px 0 90px;
  background: var(--fnr-red);
}

.galerii__section {
  width: min(calc(100% - 118px), var(--fnr-section-width));
  margin: 0 auto;
  text-align: center;
}

.galerii__section > h1 {
  margin: 0 0 10px;
  color: var(--fnr-wine);
  font-family: "Futura Heavy", Arial, sans-serif;
  font-size: clamp(36px, 4.4vw, 60px);
  letter-spacing: 0.48em;
  line-height: 1;
  text-transform: uppercase;
}

.galerii_years {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--fnr-wine);
  font-size: 14px;
}

.galerii_years a {
  position: relative;
  text-decoration: none;
}

.galerii_years a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: currentColor;
}

.galerii_years a:hover::after,
.galerii_years a:focus-visible::after,
.galerii_years a.active-gallery::after {
  transform: scaleX(1);
}

.galerii_years span:last-child {
  display: none;
}

.galerii__container,
.galerii__inner__container,
.gallery-splide {
  width: 100%;
}

.gallery-splide {
  position: relative;
}

.gallery-splide .splide__slide {
  aspect-ratio: 16 / 9;
  background: var(--fnr-wine);
}

.gallery-splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-splide .splide__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-splide .splide__arrow--prev {
  left: 24px;
}

.gallery-splide .splide__arrow--prev img {
  transform: scaleX(-1);
}

.gallery-splide .splide__arrow--next {
  right: 24px;
}

.gallery-splide .splide__pagination {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-splide .splide__pagination__page {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--fnr-red);
  cursor: pointer;
}

.gallery-splide .splide__pagination__page.is-active {
  background: var(--fnr-wine);
}

.gallery-splide .splide__track {
  transition: opacity 180ms ease;
}

.gallery-splide.is-gallery-loading .splide__track {
  opacity: 0.55;
}

.gallery-loading-indicator {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  background: rgb(89 0 47 / 25%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.is-gallery-loading .gallery-loading-indicator {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.gallery-loading-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgb(255 253 248 / 50%);
  border-top-color: var(--fnr-red);
  border-radius: 50%;
  animation: gallery-spin 700ms linear infinite;
}

@keyframes gallery-spin {
  to { transform: rotate(360deg); }
}

/* Results */
.results-section {
  padding: 70px 0;
  background: var(--fnr-wine);
  color: var(--fnr-white);
}

.results-section .section-title {
  margin-bottom: 36px;
}

.results-table,
.results-table td,
.results-table th {
  color: var(--fnr-white) !important;
}

/* Footer */
.site-footer {
  padding-top: 0;
  background: var(--fnr-red);
  text-align: center;
}

.sponsors {
  padding: 48px 55px 60px;
  background: var(--fnr-wine);
}

.sponsors .section-title {
  margin-bottom: 38px;
}

.sponsors__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 60px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sponsors__list a,
.sponsors__list li {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
}

.sponsors__list img {
  max-width: 220px;
  max-height: 65px;
  object-fit: contain;
}

.site-footer__contact {
  padding: 24px 16px 30px;
  color: var(--fnr-wine);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.site-footer__contact a {
  text-decoration: none;
}

/* Guide and standard WordPress content */
.guide-page,
.site-main > article,
.content-area {
  min-height: calc(100vh - var(--fnr-header-height));
  padding: 70px 0;
  background: var(--fnr-wine);
  color: var(--fnr-white);
}

.guide-page__inner,
.site-main > article,
.content-area > .site-main {
  width: min(calc(100% - 64px), 860px);
  margin: 0 auto;
}

.guide-page .section-title {
  margin-bottom: 48px;
}

.guide-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 30px;
  background: rgb(62 0 37 / 55%);
  list-style: none;
}

.guide-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
}

.guide-list__number {
  color: var(--fnr-red);
  font-family: "Futura Heavy", Arial, sans-serif;
}

.guide-list p {
  margin: 0;
}

.entry-title {
  color: var(--fnr-white);
  font-family: "Futura Heavy", Arial, sans-serif;
  text-transform: uppercase;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto !important;
  clip-path: none;
  background: var(--fnr-white);
  color: var(--fnr-wine);
  font-weight: 700;
}

:focus-visible {
  outline: 2px solid var(--fnr-white);
  outline-offset: 4px;
}

@media (max-width: 990px) {
  :root {
    --fnr-header-height: 54px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: var(--fnr-header-height);
    padding: 0 18px;
  }

  .site-branding {
    z-index: 2;
    width: 72px;
  }

  .site-branding img {
    width: 72px;
  }

  .menu-toggle {
    z-index: 2;
    display: flex;
    width: 32px;
    height: 28px;
    flex-direction: column;
    justify-content: space-between;
    padding: 3px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 32px;
    height: 3px;
    transform-origin: center;
    background: var(--fnr-white);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-open .menu-toggle > span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-open .menu-toggle > span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .menu-toggle > span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-navigation {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    padding: 85px 24px 40px;
    background: var(--fnr-wine);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 0s linear 180ms;
  }

  .nav-open .main-navigation {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .primary-menu {
    width: min(100%, 430px);
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .primary-menu li {
    border-bottom: 1px solid var(--fnr-red);
  }

  .primary-menu a {
    padding: 16px 4px;
    font-size: 20px;
  }

  .social-media {
    display: none;
  }

  .section-inner,
  .section-panel,
  .galerii__section {
    width: min(calc(100% - 48px), var(--fnr-section-width));
  }

  .programme__item {
    padding: 0 8px;
  }

  .programme__item time {
    font-size: 20px;
  }

  .registration__visual {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  :root {
    --fnr-header-height: 36px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    padding: 0 9px;
  }

  .site-branding,
  .site-branding img {
    width: 56px;
  }

  .menu-toggle {
    width: 24px;
    height: 22px;
    padding: 2px 0;
  }

  .menu-toggle > span:not(.screen-reader-text) {
    width: 24px;
    height: 2px;
  }

  .nav-open .menu-toggle > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-open .menu-toggle > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .section-inner,
  .section-panel,
  .galerii__section {
    width: 100%;
  }

  .section-title {
    font-size: 30px;
    letter-spacing: 0.35em;
  }

  .section-title--light {
    font-size: 17px;
    letter-spacing: 0.22em;
  }

  .hero {
    min-height: 0;
    padding: 0;
    background-position: center top;
    background-size: 100% auto;
  }

  .hero__content {
    min-height: 74vw;
    padding-top: 18px;
  }

  .hero__eyebrow {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .hero__logo {
    width: 59vw;
  }

  .hero__intro {
    bottom: 18px;
    width: 74%;
    padding: 0 12px;
    font-size: 9px;
    line-height: 1.2;
  }

  .programme {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    padding: 19px 7px 15px;
    transform: none;
  }

  .programme .section-title {
    margin-bottom: 18px;
  }

  .programme__item {
    padding: 0 6px;
  }

  .programme__item time {
    margin-bottom: 7px;
    padding-bottom: 6px;
    font-size: 15px;
  }

  .programme__item span {
    font-size: 8px;
    line-height: 1.25;
  }

  .registration {
    min-height: 0;
    padding: 0;
    background-position: center top;
    background-size: 100% auto;
  }

  .registration__visual {
    min-height: 61vw;
    padding: 0 16px;
  }

  .artist-copy {
    width: 80%;
    padding-top: 35px;
  }

  .artist-copy h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .artist-copy div {
    font-size: 10px;
  }

  .registration__panel {
    width: 100%;
    min-height: 0;
    padding: 20px 20px 21px;
  }

  .registration__panel .section-title {
    margin-bottom: 18px;
  }

  .registration__prices {
    width: 100%;
    font-size: 10px;
  }

  .registration__prices th,
  .registration__prices td {
    padding: 2px 8px;
  }

  .registration__note {
    margin-top: 12px;
    font-size: 10px;
    text-align: center;
  }

  .text-link {
    margin-top: 10px;
    font-size: 13px;
  }

  .merchandise {
    padding: 22px 0 16px;
  }

  .merchandise .section-title {
    margin-bottom: 16px;
  }

  .products-grid {
    grid-auto-columns: calc((100vw - 48px) / 3);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding: 0 6px 8px;
    scroll-padding-left: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--fnr-wine) transparent;
  }

  .product-card {
    scroll-snap-align: start;
  }

  .product-card__meta {
    flex-wrap: wrap;
    gap: 2px 6px;
    padding-top: 5px;
    font-size: 9px;
  }

  .product-card__buy {
    margin-left: auto;
  }

  .route {
    padding: 0 0 20px;
  }

  .route__inner {
    padding: 14px 0 18px;
  }

  .route .section-title {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.22em;
  }

  .route__map {
    width: calc(100% - 48px);
    aspect-ratio: 1.44 / 1;
  }

  .gallery-section {
    padding: 30px 0 28px;
  }

  .galerii__section > h1 {
    margin-bottom: 8px;
    font-size: 30px;
    letter-spacing: 0.35em;
  }

  .galerii_years {
    gap: 5px;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .gallery-splide .splide__arrow {
    width: 26px;
  }

  .gallery-splide .splide__arrow--prev {
    left: 8px;
  }

  .gallery-splide .splide__arrow--next {
    right: 8px;
  }

  .gallery-splide .splide__pagination {
    bottom: 10px;
    gap: 6px;
  }

  .gallery-splide .splide__pagination__page {
    width: 5px;
    height: 5px;
  }

  .sponsors {
    padding: 18px 24px 20px;
  }

  .sponsors .section-title {
    margin-bottom: 18px;
  }

  .sponsors__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 24px;
  }

  .sponsors__list a,
  .sponsors__list li {
    min-height: 25px;
  }

  .sponsors__list img {
    max-width: 105px;
    max-height: 27px;
  }

  .site-footer__contact {
    padding: 9px 8px 11px;
    font-size: 7px;
  }

  .guide-page,
  .site-main > article,
  .content-area {
    padding: 42px 0;
  }

  .guide-page__inner,
  .site-main > article,
  .content-area > .site-main {
    width: calc(100% - 32px);
  }

  .guide-list {
    padding: 20px 16px;
  }

  .guide-list li {
    grid-template-columns: 34px 1fr;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
