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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button {
  cursor: pointer;
  background: none;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1001;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  clip: auto;
  background: #000000;
  color: #ffffff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.otgs-development-site-front-end {
  display: none !important;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bebas-neue-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bebas-neue-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.667;
  color: #e8e5dc;
  background-color: #040404;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.889;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

h1 {
  font-size: 4.5rem;
  line-height: 0.857;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 8.75rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.rich-text a {
  color: #78a02e;
  text-decoration: underline;
  text-underline-offset: 2px;
  border-radius: 2px;
}
.rich-text a:hover {
  color: #5a7823;
}
.rich-text a:focus-visible {
  outline: 2px solid #78a02e;
  outline-offset: 4px;
}

.section {
  position: relative;
  padding-block: 2.5rem;
}
@media (min-width: 1024px) {
  .section {
    padding-block: 7rem;
  }
}
.section--dark {
  background-color: #040404;
  color: #e8e5dc;
}
.section--light {
  background-color: #ffffff;
  color: #000000;
}
.section--flush {
  padding-block: 0;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .container {
    max-width: 75%;
    padding-inline: 0;
  }
}
.container--wide {
  max-width: 1288px;
}
@media (min-width: 768px) {
  .container--wide {
    width: 85%;
    max-width: 1290px;
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  .container--text {
    width: 70%;
    max-width: 1070px;
    padding-inline: 0;
  }
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .section-head {
    flex-direction: row;
    gap: 1.875rem;
    align-items: flex-end;
  }
}
.section-head__title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.section-head__title span {
  color: #78a02e;
}
@media (min-width: 768px) {
  .section-head__title {
    flex: 0 0 45%;
    width: 45%;
  }
}
@media (min-width: 768px) {
  .section-head__body {
    flex: 0 0 55%;
    width: 55%;
  }
}

.eyebrow {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #78a02e;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .eyebrow {
    font-size: 1.75rem;
  }
}

.section-title {
  letter-spacing: 0.07em;
}

.subtitle {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  text-wrap: balance;
}
.subtitle span {
  color: #78a02e;
}
@media (min-width: 1024px) {
  .subtitle {
    font-size: 1.75rem;
  }
}
.subtitle__accent,
.subtitle .is-accent {
  color: #78a02e;
}

.rich-text {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.667;
  color: inherit;
}
@media (min-width: 1024px) {
  .rich-text {
    font-size: 1.125rem;
    line-height: 1.889;
  }
}
.rich-text p {
  margin-bottom: 1.5rem;
}
.rich-text p:last-child {
  margin-bottom: 0;
}
.rich-text a {
  color: #78a02e;
  text-decoration: underline;
}
.rich-text sup {
  font-size: 0.65em;
}

.text-accent {
  color: #78a02e;
}

.stack {
  display: flex;
  flex-direction: column;
}
.stack--sm {
  gap: 1rem;
}
.stack--md {
  gap: 1.5rem;
}
.stack--lg {
  gap: 2.5rem;
}

@media (max-width: 767.98px) {
  .rich-text p,
  .intro__copy,
  .subtitle,
  .section-title,
  blockquote,
  .quote__text {
    text-wrap: balance;
  }
}
.js-enabled .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1400ms cubic-bezier(0.33, 1, 0.68, 1), transform 1400ms cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-enabled .reveal--fade {
  transform: none;
}
.js-enabled .reveal--scale {
  transform: scale(0.95);
}
.js-enabled .reveal--scale.is-visible {
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .js-enabled .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .js-enabled [data-reveal-batch] .reveal {
    transition-delay: 0ms;
  }
}

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  min-height: 96px;
  background-color: transparent;
  transform: translateY(-100%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .site-header {
    min-height: 98px;
  }
}
.site-header.is-scrolled, .site-header.is-static {
  transform: translateY(0);
  background-color: rgba(4, 4, 4, 0.9);
  backdrop-filter: blur(8px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  padding-inline: 1.5rem;
}
@media (max-width: 767.98px) {
  .site-header__inner {
    gap: 1rem;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .site-header__inner {
    padding-inline: 6.1875rem;
  }
}
.site-header__brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}
.site-header__logo {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  background-color: #000000;
  border-radius: 4px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__logo img {
  height: 14px;
  width: auto;
}
.site-header__logo.site-header__logo--tnt img {
  height: 30px;
}
.site-header__logo:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
.site-header__logo:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  border-radius: 4px;
}
.site-header__title {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #e8e5dc;
  white-space: nowrap;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__title:hover {
  color: #78a02e;
}
.site-header__title:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
  border-radius: 2px;
}
@media (max-width: 1023.98px) {
  .site-header__title {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .site-header__cta {
    width: auto;
    min-width: 0;
    padding-inline: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .site-header__cta {
    padding-inline: 1rem;
    font-size: 0.75rem;
  }
}

/* Small devices (Smartphone, less than 768px) */
@media (max-width: 991.98px) {
  .btn--header {
    width: max-content !important;
  }
}
/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .site-header__logo.site-header__logo--tnt img {
    height: 24px;
  }
  .site-header {
    min-height: 66px;
  }
  .btn--header {
    padding: 0.75rem 1.125rem !important;
    width: max-content !important;
  }
}
.btn-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .btn-group {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 1rem 2rem;
  border: 0;
  border-radius: 100px;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1023.98px) {
  .btn {
    width: 100%;
  }
}
.btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.btn:disabled, .btn[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn--primary {
  background-color: #78a02e;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.btn--primary:hover {
  background-color: #638426;
  transform: translateY(-1px);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--secondary {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-1px);
}
.btn--secondary:active {
  transform: translateY(0);
}
.btn--header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.carousel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.carousel__track {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  margin: 0;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.carousel__track::-webkit-scrollbar {
  display: none;
}
.carousel__track:focus-visible {
  outline: none;
}
.carousel__track.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}
.carousel__slide {
  flex: 0 0 auto;
  width: 78%;
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  .carousel__slide {
    width: 304px;
    scroll-snap-align: start;
  }
}
.modal .carousel__slide {
  width: calc(50% - 1.5rem / 2);
  scroll-snap-align: start;
}
@media (max-width: 767.98px) {
  .modal .carousel__slide {
    width: 100%;
  }
}
.carousel__arrows {
  display: none;
  gap: 1.5rem;
  justify-content: center;
}
.carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background-color: #78a02e;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel__arrow img {
  width: 14px;
  height: 14px;
}
.carousel__arrow--prev img {
  transform: rotate(-90deg);
}
.carousel__arrow--next img {
  transform: rotate(90deg);
}
.carousel__arrow:hover {
  background-color: #608025;
  transform: translateY(-1px);
}
.carousel__arrow:focus-visible {
  outline: 2px solid #78a02e;
  outline-offset: 3px;
}
.carousel__dots {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.carousel__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel__dot:hover:not(.is-active) {
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel__dot:focus-visible {
  outline: 2px solid #78a02e;
  outline-offset: 3px;
}
.carousel__dot.is-active {
  width: 32px;
  background-color: #78a02e;
}
.modal .carousel__dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.modal .carousel__dot:hover:not(.is-active) {
  background-color: rgba(255, 255, 255, 0.5);
}
.modal .carousel__dot:focus-visible {
  outline-color: #ffffff;
}
.modal .carousel__dot.is-active {
  background-color: #78a02e;
}

.activity-card {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  text-align: left;
  cursor: pointer;
  background-color: #1f1f1f;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.activity-card__media {
  overflow: hidden;
}
.activity-card__media, .activity-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1s ease-in;
}
.activity-card__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.activity-card__icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
}
.activity-card__icon img {
  width: 48px;
  height: 48px;
}
.activity-card__content {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.5rem;
  color: #ffffff;
}
.activity-card__title {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}
.activity-card__subtitle {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.333;
}
.activity-card:hover .activity-card__media img {
  transform: scale(1.1);
}
.activity-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 2;
  border: 2px solid transparent;
  border-radius: 6px;
  pointer-events: none;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.activity-card:focus-visible {
  outline: none;
}
.activity-card:focus-visible::after {
  border-color: #78a02e;
}

.has-modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
}
.modal[hidden] {
  display: none;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.modal__dialog {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #040404;
  color: #e8e5dc;
}
@media (min-width: 1024px) {
  .modal__dialog {
    width: min(96vw, 1528px);
    height: min(94vh, 960px);
    border-radius: 8px;
  }
}
.modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 100px;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767.98px) {
  .modal__close {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
  }
}
.modal__close img {
  width: 100%;
  height: 100%;
}
.modal__close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}
.modal__close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 100px;
}
.modal__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #78a02e transparent;
}
.modal__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modal__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal__content::-webkit-scrollbar-thumb {
  background-color: #78a02e;
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .modal__content {
    flex-direction: row;
    overflow: hidden;
  }
}
.modal__media {
  position: relative;
  flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .modal__media {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
  }
}
.modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.6875rem;
  padding: 4.6875rem 1.5rem 2.5rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .modal__body {
    gap: 4rem;
    padding: 2.5rem 1rem;
  }
}
@media (min-width: 1024px) {
  .modal__body {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    overflow-y: auto;
    padding: 7rem 100px 2.5rem;
    scrollbar-width: thin;
    scrollbar-color: #78a02e transparent;
  }
  .modal__body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .modal__body::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .modal__body::-webkit-scrollbar-thumb {
    background-color: #78a02e;
    border-radius: 100px;
  }
}
.modal__section-title {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #e8e5dc;
  text-align: center;
}

.stage-detail__hero {
  display: flex;
  flex-direction: column;
  min-height: 60vh;
}
@media (max-width: 767.98px) {
  .stage-detail__hero {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .stage-detail__hero {
    min-height: 0;
  }
}
.stage-detail__img {
  position: relative;
  flex: 1 1 50%;
  margin: 0;
  min-height: 220px;
  background-color: #1f1f1f;
  background-image: var(--es-bg-mobile, none);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .stage-detail__img {
    flex: 1 1 50%;
    min-width: 0;
    min-height: 200px;
  }
}
@media (min-width: 1024px) {
  .stage-detail__img {
    background-image: var(--es-bg-desktop, var(--es-bg-mobile, none));
  }
}
.stage-detail__img--start::after, .stage-detail__img--finish::after {
  content: "";
  position: absolute;
  inset: 0;
}
.stage-detail__img--start::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
}
.stage-detail__img--finish::after {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 30%);
}
.stage-detail__city {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  z-index: 1;
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.5);
}
.stage-detail__img--finish .stage-detail__city {
  bottom: auto;
  top: 2.5rem;
}
.stage-detail__infos {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  margin-block: -2.5rem;
  margin-inline: 2.5rem;
  padding: 1.5rem 2.5rem;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .stage-detail__infos {
    order: 1;
    flex-basis: 100%;
    width: 100%;
    margin: 0;
  }
}
.stage-detail__head {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.stage-detail__number {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
}
.stage-detail__title {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #e8e5dc;
}
.stage-detail__copy {
  max-width: 540px;
}
.stage-detail__quote {
  max-width: 540px;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 1px solid #78a02e;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.33;
  text-align: left;
  color: #e8e5dc;
}
.stage-detail__map {
  width: 100%;
}
.stage-detail__map img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.stage-detail__activities {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

.stage-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.stage-info__icon {
  flex-shrink: 0;
}
.stage-info__text {
  display: flex;
  flex-direction: column;
}
.stage-info__label {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}
.stage-info__value {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

.activity-detail__hero {
  min-height: 50vh;
  background-color: #1f1f1f;
  background-image: var(--es-bg-mobile, none);
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .activity-detail__hero {
    min-height: 0;
    background-image: var(--es-bg-desktop, var(--es-bg-mobile, none));
  }
}
.activity-detail__head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.activity-detail__title {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #e8e5dc;
}
.activity-detail__copy {
  max-width: 540px;
}
.activity-detail__activities {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .modal__body {
    gap: 1.5rem;
    padding: 2.5rem 2.5rem;
  }
  .stage-detail__activities {
    gap: 1.5rem;
  }
  .stage-detail__img {
    min-height: 300px;
  }
  .stage-detail__infos {
    padding: 1.5rem 2.5rem;
  }
  .stage-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .stage-detail__city {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .stage-detail__img--finish .stage-detail__city {
    right: 1.5rem;
    bottom: 1.5rem;
    left: inherit;
    top: inherit;
  }
  .stage-detail__img--finish::after {
    transform: scaleY(-1);
  }
}
.form-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem;
  border-radius: 8px;
  background-color: #000000;
}
.form-card--quiz {
  background-color: #e8e5dc;
}

.field-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .field-row {
    flex-direction: row;
  }
  .field-row .field {
    flex: 1 1 0;
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}
.field__label {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #e8e5dc;
}
.form-card--quiz .field__label {
  color: #000000;
}
.field__input {
  width: 100%;
  height: 40px;
  padding-inline: 0.75rem;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  color: #000000;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.field__input::placeholder {
  color: #878787;
}
.field__input:hover {
  border-color: #78a02e;
}
.field__input:focus-visible {
  outline: none;
  border-color: #78a02e;
  box-shadow: 0 0 0 2px rgba(120, 160, 46, 0.3);
}
.field__input.is-error, .field__input:user-invalid {
  border-color: #f80505;
}
.field__input.is-error:hover, .field__input:user-invalid:hover {
  border-color: #f80505;
}

.quiz {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.quiz__question {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000000;
}
.quiz__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.quiz__option {
  position: relative;
  cursor: pointer;
}
.quiz__option input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.quiz__option span {
  display: flex;
  align-items: center;
  min-width: 90px;
  height: 40px;
  padding-inline: 0.75rem;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  color: #878787;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.quiz__option:hover span {
  border-color: #78a02e;
}
.quiz__option input:checked + span {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.quiz__option:hover input:checked + span {
  border-color: #78a02e;
}
.quiz__option input:focus-visible + span {
  outline: 2px solid #78a02e;
  outline-offset: 2px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
}
.checkbox__box {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__box::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 2px;
  background-color: transparent;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox:hover .checkbox__box {
  border-color: #78a02e;
}
input:checked + .checkbox__box::after {
  background-color: #78a02e;
}
input:focus-visible + .checkbox__box {
  outline: 2px solid #78a02e;
  outline-offset: 2px;
}
.checkbox__label {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #ffffff;
}
.checkbox__label a {
  color: #78a02e;
  text-decoration: underline;
  border-radius: 2px;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__label a:hover {
  color: #ffffff;
}
.checkbox__label a:focus-visible {
  outline: 2px solid #78a02e;
  outline-offset: 4px;
}

.stages__map-svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1288px;
  margin-inline: auto;
  pointer-events: none;
}
.stages__map-svg #Map-Background {
  pointer-events: none;
}

.stages__map-legend {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .stages__map-legend {
    position: absolute;
    top: calc(50% + 40px);
    inset-inline: 0;
    width: 85%;
    max-width: 1290px;
    margin-inline: auto;
    justify-content: flex-end;
  }
}

.stages__map-legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #040404;
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.stages__map-legend-item img {
  display: block;
  flex-shrink: 0;
}

@keyframes activity-pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
}
.stages__map-svg g[id^=Activity-] > circle[fill="#FFFFFF"][opacity="0.7"] {
  animation: activity-pulse 1.8s ease-in-out infinite;
}
.stages__map-svg #activities-items > [data-activity-id] {
  pointer-events: auto;
  cursor: pointer;
  outline: 1px solid transparent;
  outline-offset: 0;
  border-radius: 100px;
  transition: outline 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.stages__map-svg #activities-items > [data-activity-id]:hover {
  outline: 1px solid #ffffff;
  outline-offset: 6px;
}

#road-1 #trace,
#road-2 #trace,
#road-3 #trace,
#road-4 #trace,
#road-5 #trace {
  stroke: #ffffff;
}
#road-1 #end,
#road-2 #end,
#road-3 #end,
#road-4 #end,
#road-5 #end {
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#road-1 #end.finish,
#road-2 #end.finish,
#road-3 #end.finish,
#road-4 #end.finish,
#road-5 #end.finish {
  opacity: 1;
}

[id^=marker-] {
  pointer-events: auto;
  opacity: 0;
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: bottom center;
  transition: transform 600ms ease-in, opacity 600ms ease-in, fill 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
[id^=marker-]:hover, [id^=marker-].is-active {
  fill: #000000;
}

.hero {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  justify-items: center;
  min-height: 100svh;
  padding-block: 8.75rem 4.6875rem;
  padding-inline: 1.5rem;
  overflow: hidden;
  background-color: #040404;
  color: #ffffff;
  text-align: center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.1) 0%, rgba(4, 4, 4, 0.6) 62%, #040404 88%);
}
.hero__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  margin: 0;
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 34vw;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.07);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.hero__header {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0;
}
.hero__logo {
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.hero__logo:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
.hero__logo:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 4px;
}
.hero__logo--eurosport {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #000000;
  border-radius: 4px;
}
.hero__logo--eurosport img {
  height: 20px;
  width: auto;
}
.hero__logo--eurosport.hero__logo--tnt img {
  height: 30px;
}
.hero__logo--slovenia img {
  height: 70px;
  width: auto;
  position: relative;
  top: 8px;
  left: -4px;
}
.hero__name {
  position: relative;
  grid-area: 1/1;
  align-self: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.5);
}
.hero__title {
  margin: 0;
  color: #ffffff;
  line-height: 0.857;
}
.hero__date {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #78a02e;
}
.hero__content {
  position: relative;
  grid-area: 1/1;
  align-self: end;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  max-width: 920px;
  width: 100%;
}
.hero__headline {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.5);
}
.hero__subtitle {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .hero__subtitle {
    font-size: 2.5rem;
  }
}
.hero__discover {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hero__discover:hover {
  opacity: 0.7;
}
.hero__discover:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 6px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .hero__discover {
    left: auto;
    right: 4.6875rem;
    bottom: 4.6875rem;
    transform: none;
  }
}
.hero__discover-label {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hero__discover-label {
    writing-mode: vertical-rl;
  }
}
.hero__discover-line {
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0));
}
.hero__discover-chevron {
  width: 12px;
  height: 8px;
  animation: hero-bounce 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@media (max-width: 767.98px) {
  .hero {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .hero__name,
  .hero__content {
    position: static;
    grid-area: auto;
    align-self: auto;
    width: 100%;
  }
  .hero__name {
    margin-top: auto;
  }
  .hero__content {
    margin-bottom: auto;
  }
  .hero__discover {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    align-self: center;
  }
  .hero__discover-label {
    display: none;
  }
}
@keyframes hero-bounce {
  0%, 100% {
    transform: scaleY(-1) translateY(0);
  }
  50% {
    transform: scaleY(-1) translateY(6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__discover-chevron {
    animation: none;
  }
}
/* Small devices (Smartphone, less than 768px) */
@media (max-width: 991.98px) {
  .hero .btn-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    justify-content: center;
  }
  .hero .btn-group .btn {
    width: auto;
  }
  .hero__discover-label,
  .hero__discover-line {
    display: none;
  }
}
/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .hero__subtitle {
    text-wrap: balance;
  }
  .hero__content {
    margin-top: auto;
    margin-bottom: inherit;
  }
  .hero__discover {
    margin-top: 2.5rem;
  }
  .hero__discover-line {
    display: none;
  }
  .hero .btn-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    justify-content: center;
  }
  .hero .btn-group .btn {
    width: 100%;
  }
}
.intro {
  background: linear-gradient(180deg, #040404 25%, #1f1f1f 100%);
  color: #e8e5dc;
  padding-block: 14rem;
}
.intro__inner {
  display: flex;
  flex-direction: column;
  gap: 4.6875rem;
}
@media (min-width: 768px) {
  .intro__inner {
    flex-direction: row;
    gap: 1.875rem;
    align-items: flex-start;
  }
}
.intro__headline {
  display: flex;
  flex-direction: column;
  gap: 4.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .intro__headline {
    flex: 0 0 45%;
    width: 45%;
    text-align: left;
  }
}
.intro__edition {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #e8e5dc;
}
.intro__edition sup {
  font-size: 0.5em;
  vertical-align: super;
}
@media (min-width: 1024px) {
  .intro__edition {
    font-size: 4rem;
  }
}
.intro__title-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.intro__title-block .section-title {
  color: #e8e5dc;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.5);
}
.intro__logo-edition {
  max-width: 80%;
  height: auto;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .intro__logo-edition {
    margin-inline: auto;
  }
}
.intro__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .intro__content {
    flex: 0 0 55%;
    width: 55%;
  }
}
.intro__copy {
  text-align: center;
}
@media (min-width: 768px) {
  .intro__copy {
    text-align: left;
  }
}
.intro__stats {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(120, 160, 46, 0.3);
}
@media (min-width: 768px) {
  .intro__stats {
    justify-content: flex-start;
    gap: 4rem;
  }
}
.intro__stat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.intro__stat-number {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #78a02e;
}
.intro__stat-label {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e8e5dc;
}

/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .intro {
    padding-block: 2.5rem;
  }
  .intro__inner {
    gap: 2.5rem;
  }
  .intro__title-block,
  .stack--lg {
    gap: 1rem;
  }
  .intro__logo-edition {
    margin-bottom: 1.5rem;
  }
}
.quote {
  position: relative;
  background-color: #1f1f1f;
}
.quote--split {
  background: linear-gradient(to bottom, #e8e5dc 0, #e8e5dc 50%, #040404 50%, #040404 100%);
}
.quote__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .quote__media {
    width: 92.5%;
    max-width: 1598px;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  .quote__media {
    min-height: 558px;
  }
}
.quote__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(4, 4, 4, 0.2);
}
@media (max-width: 767.98px) {
  .quote__overlay {
    background-color: rgba(4, 4, 4, 0.45);
  }
}
#quote-2 .quote__overlay {
  background-color: rgba(120, 160, 46, 0.5);
}
.quote__frame {
  position: absolute;
  inset: 1.5rem;
  border: 1px solid #1f1f1f;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .quote__frame {
    inset: 2rem;
  }
}
.quote--split .quote__frame {
  border-color: #e8e5dc;
}
.quote__text {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  padding: 2.5rem;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .quote__text {
    font-size: 2.5rem;
  }
}
.quote__text strong {
  font-weight: 600;
}

.stages {
  background: linear-gradient(180deg, #1f1f1f 0%, #040404 100%);
  color: #e8e5dc;
  overflow: hidden;
  padding-bottom: 0;
}
.stages__head {
  margin-bottom: 4.6875rem;
}
@media (max-width: 767.98px) {
  .stages__head .section-head__title,
  .stages__head .section-head__body {
    text-align: center;
  }
}
.stages__map {
  position: relative;
  z-index: 2;
  pointer-events: none;
  margin-top: -2.5rem;
  margin-bottom: 0;
  min-height: 320px;
}
.stages__map::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: #ffffff;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .stages__map {
    margin-top: 2.5rem;
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .stages__map {
    min-height: 800px;
    margin-top: -300px;
  }
}
.stages__map-static {
  display: none;
}
@media (max-width: 767.98px) {
  .stages__map-static {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .stages__map-content {
    display: none;
  }
}
.stages__list {
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .stages__list {
    margin-inline-end: -1.5rem;
    padding-inline-end: 0;
  }
}
@media (min-width: 768px) {
  .stages__list {
    overflow: visible;
    scroll-snap-type: none;
  }
}
@media (min-width: 1024px) {
  .stages__list {
    justify-content: center;
  }
}
.stages .carousel__dot:not(.is-active) {
  background-color: rgba(255, 255, 255, 0.4);
}
.stages .carousel__dot:not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.stages__item {
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  .stages__item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 250px;
    scroll-snap-align: start;
  }
}

.stage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  aspect-ratio: 250/480;
  padding: 0;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  background-color: #1f1f1f;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 0 0 1px #1f1f1f;
}
.stage-card__media {
  overflow: hidden;
  border-radius: inherit;
}
.stage-card__media, .stage-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1s ease-in;
  border-radius: inherit;
}
.stage-card__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(0deg, #4b651d 0%, #a0cc4e 100%);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.stage-card__overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.9) 4%, rgba(4, 4, 4, 0) 45%);
}
.stage-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.5rem 1rem;
  color: #ffffff;
}
.stage-card__content > * {
  text-wrap: balance;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.stage-card__number {
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.stage-card__route {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
}
.stage-card:hover .stage-card__media img, .stage-card.is-active .stage-card__media img {
  transform: scale(1.05);
}
.stage-card:hover .stage-card__shine, .stage-card.is-active .stage-card__shine {
  opacity: 0.5;
}
.stage-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 2;
  border: 2px solid transparent;
  border-radius: 6px;
  pointer-events: none;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.stage-card:focus-visible {
  outline: none;
}
.stage-card:focus-visible::after {
  border-color: #ffffff;
}

/* Small devices (Smartphone, less than 768px) */
@media (max-width: 991.98px) {
  .stages__map {
    margin-top: 0;
  }
  .stages__list {
    gap: 0.5rem;
  }
}
/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .stages__map {
    margin-top: 1rem;
    min-height: 0;
    padding-inline: 1.5rem;
  }
  .section-head {
    gap: 1rem;
  }
  .stages__head {
    margin-bottom: 2.5rem;
  }
  .stages-container {
    padding-right: 0;
  }
}
.activities__head {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .activities__head {
    margin-bottom: 4.6875rem;
  }
}
@media (max-width: 767.98px) {
  .activities__head .section-head__title,
  .activities__head .section-head__body {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .activities .carousel__track {
    margin-inline-end: -1.5rem;
    padding-inline-end: 0;
  }
  .activities .carousel__dots {
    display: none;
  }
  .activities .carousel__arrows {
    display: flex;
  }
}
@media (min-width: 768px) {
  .activities .carousel__track:has(> .carousel__slide:first-child:nth-last-child(-n+4)) {
    overflow: visible;
    scroll-snap-type: none;
  }
  .activities .carousel__slide:first-child:nth-last-child(-n+4),
  .activities .carousel__slide:first-child:nth-last-child(-n+4) ~ .carousel__slide {
    flex: 1 1 0;
    min-width: 0;
    scroll-snap-align: start;
  }
}

/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .activities__head {
    margin-bottom: 2.5rem;
  }
  .activites-container {
    padding-right: 0;
    overflow: hidden;
  }
  .carousel__arrows {
    display: none !important;
  }
  .activity-detail__hero {
    min-height: 250px;
  }
  .activity-detail__activities {
    gap: 1.5rem;
  }
}
.ffg {
  background: linear-gradient(180deg, #ffffff 0%, #e8e5dc 100%);
  color: #000000;
}
.ffg__picto img {
  width: 80px;
  height: 80px;
  margin-bottom: 2.5rem;
}
.ffg__title {
  color: #000000;
}
.ffg .subtitle {
  color: #000000;
  text-shadow: none;
}
@media (max-width: 767.98px) {
  .ffg .section-head__title,
  .ffg .section-head__body {
    text-align: center;
  }
}

/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .ffg__picto {
    display: flex;
    justify-content: center;
  }
  .ffg__picto img {
    margin-bottom: 1.5rem;
  }
}
.form-section {
  background: linear-gradient(180deg, #040404 25%, #1f1f1f 100%);
  color: #e8e5dc;
}
.form-section__head {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .form-section__head .section-head__title,
  .form-section__head .section-head__body {
    text-align: center;
  }
}

.contest-form__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .contest-form__grid {
    flex-direction: row;
    gap: 1.875rem;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .contest-form__fields {
    flex: 1 1 0;
  }
}
.contest-form__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contest-form__aside {
    flex: 1 1 0;
  }
}
.contest-form__consents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contest-form__actions {
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .contest-form__actions {
    padding-top: 2.5rem;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.form form .left-part,
.form form .right-part {
  flex: 1 1 calc(50% - 1.5rem);
}
.form form .left-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: black;
  padding: 1.5rem;
  border-radius: 8px;
}
.form form .question-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e8e5dc;
  padding: 1.5rem;
  border-radius: 8px;
}
.form form .question-part .section-title p {
  color: #78a02e;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.form form .question-part .full label {
  color: #000000;
}
.form form .right-part {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
}
.form form .half {
  width: calc((100% - 1rem) / 2);
}
.form form .third {
  width: calc((100% - 2.5rem) / 3);
}
.form form .full {
  width: 100%;
}
.form form .legals,
.form form .submit {
  text-align: center;
}
.form form .half,
.form form .third,
.form form .full {
  margin-bottom: 0.75rem;
}
.form form .half label,
.form form .third label,
.form form .full label {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 4px;
}
.form form .country-select.inside input,
.form form .country-select.inside input[type=text] {
  padding-right: 6px !important;
  padding-left: 52px !important;
  color: #000000 !important;
}
.form form .country-select .flag-dropdown {
  width: 100% !important;
  pointer-events: none;
}
.form form .country-select .flag-dropdown .selected-flag,
.form form .country-select .flag-dropdown .country-list {
  pointer-events: auto;
}
.form form .country-select .country-list {
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: normal !important;
}
.form form .country-select .country-list .country-name,
.form form .country-select .country-list .dial-code {
  color: #000000 !important;
}
.form form .intl-tel-input input.wpcf7-phonetext {
  padding-right: 6px !important;
  padding-left: 110px !important;
}
.form form .intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
  width: 100px;
}
.form form .intl-tel-input .flag-container {
  width: 100% !important;
  pointer-events: none;
}
.form form .intl-tel-input .flag-container .selected-flag,
.form form .intl-tel-input .flag-container .country-list {
  pointer-events: auto;
}
.form form .intl-tel-input .selected-dial-code {
  color: #000000 !important;
}
.form form .intl-tel-input .country-list {
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: normal !important;
}
.form form .intl-tel-input .country-list .country-name,
.form form .intl-tel-input .country-list .dial-code {
  color: #000000 !important;
}
.form form select,
.form form input:not(.wpcf7-submit):not(.wpcf7-file):not([type=checkbox]):not([type=radio]),
.form form .dropdown-selected,
.form form textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 0.5rem;
  transition: all ease 0.5s;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #ebebeb;
  font-size: 0.875rem;
  border-radius: 4px;
}
.form form select:hover,
.form form input:not(.wpcf7-submit):not(.wpcf7-file):not([type=checkbox]):not([type=radio]):hover,
.form form .dropdown-selected:hover,
.form form textarea:hover {
  border-color: #78a02e;
}
.form form select:focus-visible,
.form form input:not(.wpcf7-submit):not(.wpcf7-file):not([type=checkbox]):not([type=radio]):focus-visible,
.form form .dropdown-selected:focus-visible,
.form form textarea:focus-visible {
  outline: none;
  border-color: #78a02e;
  box-shadow: 0 0 0 2px rgba(120, 160, 46, 0.3);
}
.form form select[aria-invalid=true],
.form form input:not(.wpcf7-submit):not(.wpcf7-file):not([type=checkbox]):not([type=radio])[aria-invalid=true],
.form form .dropdown-selected[aria-invalid=true],
.form form textarea[aria-invalid=true] {
  outline: none;
  border-color: #f80505;
}
.form form select[aria-invalid=true]:hover,
.form form input:not(.wpcf7-submit):not(.wpcf7-file):not([type=checkbox]):not([type=radio])[aria-invalid=true]:hover,
.form form .dropdown-selected[aria-invalid=true]:hover,
.form form textarea[aria-invalid=true]:hover {
  border-color: #f80505;
}
.form form select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
}
.form form textarea {
  height: 200px;
}
.form form br {
  display: none;
}
.form form input.wpcf7-submit {
  opacity: 1;
  cursor: pointer;
  margin-top: 0.75rem;
  border: none;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form form input.wpcf7-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.form form input.wpcf7-submit:active {
  transform: translateY(0);
}
.form form input.wpcf7-submit:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.form form input.wpcf7-submit[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.form form [data-class=wpcf7cf_group] {
  width: 100%;
}
.form form .question-radio .wpcf7-radio {
  display: flex;
  gap: 0.75rem;
  border-radius: 4px;
  justify-content: space-between;
}
.form form .question-radio .wpcf7-radio.wpcf7-not-valid {
  outline: 1px solid #f80505;
}
.form form .question-radio .wpcf7-radio > * {
  flex: 1 1 100%;
  border: 1px solid #ebebeb;
  font-size: 0.875rem;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background-color: #ffffff;
  transition: all ease-in 0.25s;
  margin: 0;
}
.form form .question-radio .wpcf7-radio > *:hover {
  border-color: #78a02e;
}
.form form .question-radio .wpcf7-radio > *:has(input:focus-visible) {
  outline: 2px solid #78a02e;
  outline-offset: 2px;
}
.form form .question-radio .wpcf7-radio .wpcf7-list-item:has(input:checked) {
  background-color: #78a02e;
  border-color: #78a02e;
}
.form form .question-radio .wpcf7-radio .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label {
  color: #ffffff;
}
.form form .question-radio .wpcf7-radio .wpcf7-list-item:has(input:checked):hover {
  border-color: #78a02e;
}
.form form .question-radio .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.form form .question-radio .wpcf7-radio .wpcf7-list-item label input {
  width: auto;
}
.form form .question-radio .wpcf7-radio .wpcf7-list-item label input:checked {
  accent-color: #78a02e;
  color: #ffffff;
}
.form form .checkbox br {
  display: none;
}
.form form .checkbox p {
  display: grid;
  gap: 0.5rem;
}
.form form .checkbox .wpcf7-list-item {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
}
.form form .checkbox .wpcf7-checkbox {
  display: flex;
  gap: 0.75rem;
}
.form form .checkbox label {
  margin: 0;
  cursor: pointer;
}
.form form .checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.form form .checkbox input[type=checkbox]:not(:checked) + span.wpcf7-list-item-label::after, .form form .checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}
.form form .checkbox input[type=checkbox]:not(:checked) + span.wpcf7-list-item-label::after {
  opacity: 0;
}
.form form .checkbox .wpcf7-list-item-label {
  color: #ffffff;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.form form .checkbox .wpcf7-list-item-label sup {
  font-size: 60%;
}
.form form .checkbox .wpcf7-list-item-label .label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.form form .checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form form .checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #78a02e;
}
.form form .checkbox .wpcf7-list-item-label:hover::before {
  border-color: #78a02e;
}
.form form .checkbox input[type=checkbox]:focus-visible + .wpcf7-list-item-label {
  outline: 2px solid #78a02e;
  outline-offset: 4px;
  border-radius: 2px;
}
.form form .text p {
  font-size: 0.75rem;
  color: #e8e5dc;
  letter-spacing: 0;
  margin-bottom: 0;
  text-wrap: balance;
}
.form form a {
  color: #78a02e;
  text-decoration: none;
  position: relative;
  border-radius: 2px;
}
.form form a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: all ease-in 0.5s;
  transform-origin: left;
}
.form form a:hover::after, .form form a:focus-visible::after {
  transform: scaleX(1);
  transition: all ease-in-out 0.5s;
}
.form form a:focus-visible {
  outline: 2px solid #78a02e;
  outline-offset: 4px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form[data-status=invalid] .wpcf7-response-output {
  background-color: #000000;
  color: #ffffff;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #000000;
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
  margin-block: 1rem;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #f80505;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  margin-top: 4px;
  position: absolute;
  display: none;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #78a02e;
  background: #ffffff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .form form .half {
    width: calc((100% - 1rem) / 2);
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .form form .text p,
  .form form .checkbox .wpcf7-list-item-label {
    font-size: 0.75rem;
  }
}
/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .form form .third,
  .form form .half {
    width: 100%;
  }
  .form form .question-radio .wpcf7-radio {
    flex-direction: row;
    gap: 0.5rem;
  }
  .form form .question-radio .wpcf7-radio > * {
    padding: 0.5rem;
  }
  .form-section__head {
    margin-bottom: 2.5rem;
  }
  .form form .left-part {
    background: transparent;
    padding: 0;
  }
  .form form .checkbox .wpcf7-list-item-label::after {
    top: 48%;
  }
  .form form .half,
  .form form .third,
  .form form .full {
    margin-bottom: 0.75rem;
  }
  .form form select,
  .form form input:not(.wpcf7-submit):not(.wpcf7-file):not([type=checkbox]),
  .form form .dropdown-selected,
  .form form textarea {
    padding: 0.5rem 1rem;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  padding-block: 4.6875rem;
  background-color: #1f1f1f;
  color: #e8e5dc;
}
.site-footer__bg {
  position: absolute;
  inset: 0;
  background: url("../images/background-footer.png") center bottom/cover no-repeat;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
}
.site-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
.site-footer__social {
  display: flex;
  gap: 16px;
}
.site-footer__social-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  opacity: 1;
  border-radius: 50%;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__social-link:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.site-footer__social-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #1f1f1f, 0 0 0 5px #78a02e;
}
.site-footer__social-link img {
  width: 32px;
  height: 32px;
}
.site-footer__logo {
  display: inline-flex;
  border-radius: 2px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__logo:hover {
  opacity: 0.8;
}
.site-footer__logo:focus-visible {
  outline: 2px solid #78a02e;
  outline-offset: 4px;
}
.site-footer__logo img {
  height: 40px;
  width: auto;
}
.site-footer__logo--eurosport img {
  height: 22px;
}
.site-footer__nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 1.5rem 4rem;
  margin: 0;
  padding: 0;
}
.site-footer__nav-menu a {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #e8e5dc;
  text-decoration: none;
  border-radius: 2px;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__nav-menu a:hover {
  color: #78a02e;
}
.site-footer__nav-menu a:focus-visible {
  color: #78a02e;
  outline: 2px solid #78a02e;
  outline-offset: 4px;
}
.site-footer__nav-menu li.current-menu-item > a {
  color: #78a02e;
}
@media (max-width: 767.98px) {
  .site-footer__nav-menu {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.site-footer__copyright {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  color: rgba(232, 229, 220, 0.5);
}

/* Small devices (Smartphone, less than 768px) */
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 1rem;
  }
  .site-footer__nav-menu {
    gap: 0.5rem;
  }
}
.page-content {
  background: linear-gradient(180deg, #040404 25%, #1f1f1f 100%);
  padding-top: calc(2.5rem + 96px);
}
@media (min-width: 1024px) {
  .page-content {
    padding-top: calc(7rem + 98px);
  }
}
.page-content__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .page-content__title {
    margin-bottom: 4.6875rem;
  }
}
.page-content__body {
  margin-inline: auto;
}
.page-content__body h2,
.page-content__body h3,
.page-content__body h4 {
  color: #78a02e;
  margin-block: 4rem 1.5rem;
}
.page-content__body h2 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .page-content__body h2 {
    font-size: 2.5rem;
  }
}
.page-content__body h3,
.page-content__body h4 {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .page-content__body h3,
  .page-content__body h4 {
    font-size: 1.5rem;
  }
}
.page-content__body ul,
.page-content__body ol {
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
}
.page-content__body ul:last-child,
.page-content__body ol:last-child {
  margin-bottom: 0;
}
.page-content__body li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.page-content__body ul {
  list-style: none;
}
.page-content__body ul li {
  position: relative;
  padding-left: 1.5rem;
}
.page-content__body ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
}
.page-content__body ol {
  list-style: decimal;
}
.page-content__body strong,
.page-content__body b {
  font-weight: 700;
}

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  background: linear-gradient(180deg, #040404 25%, #1f1f1f 100%);
  text-align: center;
  padding-top: calc(2.5rem + 96px);
}
@media (min-width: 1024px) {
  .error-404 {
    padding-top: calc(7rem + 98px);
  }
}
.error-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.error-404__icon {
  width: 28px;
  height: auto;
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .error-404__icon {
    width: 38px;
  }
}
.error-404__code {
  margin: 0;
  font-family: "Bebas Neue", "Bebas Neue Pro", "Oswald", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 0.7;
  letter-spacing: 0.07em;
  color: white;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .error-404__code {
    font-size: 11rem;
  }
}
.error-404__content {
  align-items: center;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .error-404__content {
    margin-top: 0;
  }
}
.error-404__title {
  margin: 0;
  line-height: 1;
}
.error-404__subtitle {
  max-width: 36rem;
}
.error-404__actions {
  justify-content: center;
  margin-top: 1rem;
}

/*# sourceMappingURL=main.min.css.map */
