@font-face {
  font-family: Livigno;
  src: url('../fonts/LivignoLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Livigno;
  src: url('../fonts/LivignoBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Livigno;
  src: url('../fonts/LivignoMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --goldenrod: #000;
  --midnight-blue: #dae1e3;
  --blu-scurino: var(--goldenrod);
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--goldenrod);
  font-family: Livigno, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.sezione_timeline {
  background-color: #dae1e3;
  min-height: 100vh;
  position: relative;
}

.sezione_timeline.sezione_titolo_1 {
  background-color: #1114cc;
}

.sezione_header {
  background-image: url('../images/header_torcia_v2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 65px 8px 20px;
}

.div_header_titolo {
  background-color: #fff;
  border-radius: 5px;
  padding-top: 12px;
}

.heading {
  color: #708f92;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Livigno, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.heading-2 {
  color: var(--goldenrod);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Livigno, sans-serif;
  font-weight: 300;
  line-height: 38px;
}

.div-block {
  z-index: 999;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div_header_anno_titolo {
  border-left: 2px solid var(--goldenrod);
  padding-left: 13px;
}

.immagine_logo {
  max-height: 75px;
}

.colonna_logo {
  text-align: center;
  padding-left: 15px;
}

.sezione_player {
  text-align: center;
}

.div_linea_progressione {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-4 {
  text-align: right;
}

.icona {
  width: 53px;
}

.div_testo {
  text-align: center;
  padding-top: 20px;
}

.div_fiaccola {
  justify-content: center;
  align-items: center;
  display: flex;
}

.immagine_fiaccola {
  padding-top: 20px;
  display: block;
}

.sezione_time_line {
  justify-content: center;
}

.progress_bar {
  z-index: 2;
  width: 100%;
  max-width: 940px;
  max-height: 81vh;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.immagine_titolo_torcia {
  z-index: 999;
  position: relative;
}

.immagine_titolo_torcia.immagine_titolo_torcia_top {
  z-index: 500;
}

.immagine_titolo_torcia.immagine_titolo_torcia_bottom {
  z-index: 1;
}

.body {
  background-color: #2a2b67;
}

.div_anno_timeline {
  z-index: 3;
  min-height: 50px;
  position: relative;
}

.colonna_timeline.colonna_1 {
  text-align: right;
  padding-right: 20px;
}

.colonna_timeline.colonna_2 {
  padding-left: 20px;
}

.anno_timeline {
  color: var(--goldenrod);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.anno_timeline.anno_timeline_dx {
  float: none;
}

.city_timeline {
  color: var(--goldenrod);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.linea_gialla_anno_dx {
  float: left;
  background-color: var(--goldenrod);
  width: 20px;
  height: 2px;
  margin-top: 10px;
  margin-right: 5px;
}

.linea_gialla_anno_sx {
  float: right;
  background-color: var(--goldenrod);
  width: 20px;
  height: 2px;
  margin-top: 10px;
  margin-left: 5px;
}

.link_timeline {
  width: 100%;
  text-decoration: none;
}

.div_anno_timeline-2 {
  height: 50px;
}

.div-sopra-immagine-home {
  z-index: 3;
  background-color: #283471;
  height: 83px;
  position: relative;
}

.div-scroll-down {
  z-index: 600;
  text-align: center;
  width: 100%;
  max-width: 940px;
  position: fixed;
  bottom: 60px;
  overflow: hidden;
}

.image-scroll-down {
  width: 63px;
}

.sezione-footer {
  justify-content: center;
  margin-top: 118px;
  margin-bottom: 60px;
  padding-top: 105px;
  display: flex;
  position: relative;
}

.container-2 {
  background-color: var(--midnight-blue);
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.testi-lunghi {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.testi-lunghi.elenco-atleti {
  text-align: center;
}

.testi-lunghi.etichetta_dato {
  text-align: center;
  text-transform: uppercase;
}

.testi-lunghi.valore_dato {
  text-align: center;
  font-weight: 500;
}

.div_dato_edizione {
  padding-bottom: 20px;
}

.sezione_link_livigno {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 140px;
}

.button {
  color: var(--goldenrod);
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 20px;
}

.sezione_navigazione {
  background-color: var(--midnight-blue);
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 1px 0 17px -4px #000;
}

.bottone_navigazione {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
}

.bottone_navigazione.bottone_timeline {
  color: #0000;
  background-image: url('../images/icona_timeline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.columns {
  width: 63%;
}

.link_lingua {
  color: var(--goldenrod);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
  text-decoration: none;
}

.link_lingua.w--current {
  z-index: 700;
  color: var(--goldenrod);
  text-transform: uppercase;
  font-size: 21px;
  line-height: 27px;
  text-decoration: none;
  position: fixed;
  inset: 10px auto auto 10px;
}

.link_lingua.lingua_it.w--current {
  left: auto;
  right: 10px;
}

.link_lingua.lingua_selezionata {
  font-weight: 700;
}

.div_lingua {
  z-index: 600;
  text-align: center;
  width: 100%;
  padding-top: 22px;
}

.div-block-2 {
  position: relative;
}

.column-5 {
  text-align: right;
}

.column-6 {
  text-align: left;
}

.div_loghi_prossime_olimpiadi {
  text-align: center;
  position: absolute;
  bottom: 0;
}

.logo_paris_2024 {
  width: 100px;
  margin-right: 20px;
}

.logo_cortina_2026 {
  width: 100px;
  margin-left: 20px;
}

.body-2 {
  background-color: var(--midnight-blue);
}

.div-block-3 {
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.mobile_only {
  z-index: 999;
  background-color: #030303;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.icona-mobile-only {
  width: 100px;
}

.div-block-5 {
  clear: both;
}

.div-block-6 {
  text-align: center;
}

.text-block {
  color: #fff;
}

.div-block-7 {
  padding-top: 36px;
}

.titolo-audioguida {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  inset: 26px 0% auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .titolo-audioguida {
    z-index: 999;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .div-scroll-down {
    display: block;
    position: fixed;
    bottom: 40px;
  }

  .columns {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    background-size: contain;
  }

  .sezione_header {
    padding-top: 105px;
  }

  .div-block {
    display: none;
  }

  .div_fiaccola {
    text-align: left;
  }

  .div-scroll-down {
    overflow: visible;
  }

  .image-scroll-down {
    color: var(--goldenrod);
  }

  .bottone_navigazione {
    background-color: #708f92;
  }

  .link_lingua.lingua_selezionata {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link_lingua.lingua_selezionata.lingua_dropdown {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 20px;
    display: block;
  }

  .div_lingua {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .mobile_only {
    display: none;
  }

  .titolo-audioguida {
    top: -14px;
  }

  .image-4 {
    width: 25px;
    rotate: 180deg;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .dropdown {
    padding-bottom: 232px;
  }

  .dropdown-list {
    display: block;
  }

  .dropdown-list.w--open {
    flex-flow: row;
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .dropdown-2 {
    margin-bottom: 183px;
  }

  .dropdown-list-2 {
    background-color: #0000;
  }

  .dropdown-list-2.w--open {
    margin-bottom: 0;
  }

  .dropdown-wrapper {
    background-color: #0000;
    position: relative;
    overflow: visible;
  }

  .dropdown-trigger {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-content {
    background-color: #708f92;
    border-radius: 7px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 35px;
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Livigno';
  src: url('../fonts/LivignoLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livigno';
  src: url('../fonts/LivignoBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livigno';
  src: url('../fonts/LivignoMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}