@media only screen and (min-width: 961px) {
  .site {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.history_page {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.history_page .HistoryBackground_background {
  background: #181818;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  transform: translateZ(-100px);
}
.history_page .HistoryBackground_background canvas {
  opacity: 0.6;
}
.history_page .sidebarTimeline_wrapper {
  position: fixed;
  width: 350px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 699;
  background: none;
  color: #fff;
  transform: translateX(-120px);
  transition: 0.3s;
}
.history_page .sidebarTimeline_wrapper::before {
  content: "";
  background: linear-gradient(to right, #181818 10%, #0000 60%);
  position: fixed;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: -1;
}
.history_page .sidebarTimeline_wrapper:hover {
  transform: translateX(0);
  background: #181818;
}
.history_page .sidebarTimeline_wrapper:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .history_page .sidebarTimeline_wrapper {
    display: none;
  }
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container {
  bottom: 30px;
  top: 110px;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .sidebarTimeline_inner {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container {
  padding-left: 160px;
  padding-bottom: 40px;
  transition: padding 0.2s;
  position: relative;
  height: 100%;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_decadeItem > div {
  display: inline-block;
  transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5em;
  opacity: 0.7;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item {
  position: relative;
  display: block;
  color: #fff;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item i {
  width: 4px;
  height: 4px;
  margin: 16px 0;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item i::before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item:hover i,
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item.active i {
  width: 4px;
  height: 4px;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item:hover i::before,
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item.active i::before {
  transform: scale(1);
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item > div {
  position: absolute;
  top: 10px;
  right: calc(100% + 30px);
  width: 120px;
  text-align: right;
  opacity: 0;
  transition: none;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item > div strong {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 4px;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item > div span {
  display: block;
  font-size: 12px;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item.active > div {
  left: 30px;
  right: auto;
  text-align: left;
  opacity: 1;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .sidebarTimeline_content .sidebarTimeline_item:hover > div {
  opacity: 1;
  transition: opacity 0.2s;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .ps_rail-y {
  width: 1px;
  background: #ffffff4d;
  right: 20px;
}
.history_page .sidebarTimeline_wrapper .sidebarTimeline_container .scrollbar-container .ps_thumb-y {
  width: 4px;
  background: #e60012;
  right: -2px;
}
.history_page .history_eventWrapper {
  transform-origin: 50% 50%;
  height: 100%;
}
.history_page .history_eventWrapper > span {
  display: block;
  height: 100%;
}
@media screen and (max-width: 961px) {
  .history_page .history_eventWrapper > span {
    display: none;
  }
}
.history_page .history_eventWrapper .transitionLayer_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 900;
  opacity: 1;
  background: #181818;
}
.history_page .history_eventWrapper .transitionLayer_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  object-fit: cover;
  filter: url(/templates/SITE_ZH/static/images/processFile/css/);
  opacity: 0.4;
  filter: alpha(opacity=60);
}
.history_page .history_eventWrapper .transitionLayer_wrapper .transitionLayer_text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  color: #fff;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.history_page .history_eventWrapper .transitionLayer_wrapper .transitionLayer_text > div {
  text-align: center;
  max-width: 700px;
  padding: 0 30px;
}
.history_page .history_eventWrapper .transitionLayer_wrapper .transitionLayer_text > div .transitionLayer_year {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 36px;
  line-height: 1.5em;
}
.history_page .history_eventWrapper .transitionLayer_wrapper .transitionLayer_text > div .transitionLayer_title {
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 40px;
  opacity: 0;
  display: block;
  margin-top: 35px;
}
@media screen and (max-width: 961px) {
  .history_page .history_eventWrapper .transitionLayer_wrapper .transitionLayer_text > div .transitionLayer_title {
    font-size: 40px;
  }
}
.history_page .history_eventWrapper .transitionLayer_wrapper .transitionLayer_text > div .transitionLayer_subtitle {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0;
  display: block;
  margin-top: 15px;
}
.history_page .eventBlock_wrapper {
  touch-action: none;
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_page .eventBlock_wrapper .eventBlock_nextYear,
.history_page .eventBlock_wrapper .eventBlock_prevYear {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.5em;
  font-stretch: expanded;
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  top: 16vh;
  font-size: 16px;
  letter-spacing: 1.5px;
  z-index: 4;
}
.history_page .eventBlock_wrapper .eventBlock_nextYear .eventBlock_scrollTop,
.history_page .eventBlock_wrapper .eventBlock_prevYear .eventBlock_scrollTop,
.history_page .eventBlock_wrapper .eventBlock_nextYear .eventBlock_scrollBottom,
.history_page .eventBlock_wrapper .eventBlock_prevYear .eventBlock_scrollBottom {
  position: absolute;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: calc(100% + 25px);
  display: block;
  background: linear-gradient(to bottom, #fff6 50%, #fff0 50%);
  background-position: 0 -50px;
  background-size: 100% 200%;
  animation: eventBlock_scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  z-index: -1;
}
.history_page .eventBlock_wrapper .eventBlock_nextYear .eventBlock_scrollTop,
.history_page .eventBlock_wrapper .eventBlock_prevYear .eventBlock_scrollTop {
  bottom: auto;
  top: 25px;
  background-position: 0 50px;
  animation: eventBlock_scrolltop 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes eventBlock_scrolldown {
  0% {
    background-position: 0 -50px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
@keyframes eventBlock_scrolltop {
  0% {
    background-position: 0 50px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -50px;
  }
}
.history_page .eventBlock_wrapper .eventBlock_nextYear {
  top: auto;
  bottom: 14vh;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper {
  position: relative;
  z-index: 2;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper {
  transform: scale(0.6);
  opacity: 0;
  position: relative;
  z-index: 2;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock {
  height: 90vh;
  text-align: center;
  position: relative;
  display: flex;
  background: #181818;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 961px) and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock {
    height: auto;
    padding: 100px 20px;
  }
}
@media (min-width: 961px) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock {
    height: auto;
    display: block;
    width: 800px;
    padding: 80px 50px 130px 50px;
    min-height: 450px;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0.4;
  filter: alpha(opacity=60);
  object-fit: cover;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_body {
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
@media (min-width: 60.0625em) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_body {
    padding: 0;
    pointer-events: none;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_year {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 36px;
  line-height: 1.5em;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 60.0625em) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_year {
    margin-bottom: 80px;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_year img {
  width: 72px;
  height: 129px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
@media (min-width: 60.0625em) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock_ .audioBlock_year img {
    display: none;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_title {
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 32px;
}
@media screen and (max-width: 961px) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_title {
    font-size: 32px;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_subtitle {
  font-weight: normal;
  font-size: 16px;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_text {
  line-height: 1.5;
  padding: 0 50px;
  display: none;
}
@media (min-width: 60.0625em) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_audioBlock .audioBlock_text {
    display: block;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_btn-focuson {
  width: 80%;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
@media (min-width: 60.0625em) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .audioBlock_btn-focuson {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 37.5625em) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn {
    width: auto;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn {
  border: 0;
  background: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 20px 30px;
  width: 100%;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn .BtnFocusOn_icon {
  z-index: 1;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  opacity: 1;
  margin-left: 20px;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn .BtnFocusOn_icon .Icon_icon {
  appearance: none;
  margin: 0;
  outline: 0;
  border: 0;
  background: #0000;
  display: inline-flex;
  height: 40px;
  width: 40px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn .BtnFocusOn_icon .Icon_over-circle {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn .BtnFocusOn_icon .Icon_over-circle circle {
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn .BtnFocusOn_handle {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 100%;
  width: 3px;
  height: 15px;
  border-radius: 0 0 0 4px;
  background: #fff;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn .BtnFocusOn_handle .BtnFocusOn_label {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.3em;
  opacity: 1;
  transform: translateY(10px);
  z-index: 1;
}
@media (min-width: 37.5625em) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_audioWrapper .BtnFocusOn_btn .BtnFocusOn_handle .BtnFocusOn_icon {
    margin-left: 60px;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model {
  cursor: pointer;
  position: absolute;
  max-width: 16vw;
  width: 16vw;
  height: 17vh;
  background: #181818;
  appearance: none;
  outline: none;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model {
    display: none;
  }
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model.eventBlock_tl {
  left: -8vw;
  top: -6vw;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model.eventBlock_tr {
  right: -17vw;
  top: -7vw;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model.eventBlock_bl {
  left: -13vw;
  bottom: -5vw;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model.eventBlock_br {
  right: -10vw;
  bottom: -4vw;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model img {
  width: 100%;
  filter: blur(2px);
  height: 100%;
  display: block;
  opacity: 0.5;
  transition: 0.2s;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  background: linear-gradient(to bottom, #0000 0%, #0009 100%);
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model .eventBlock_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: 0.2s;
  z-index: 2;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model .eventBlock_icon svg {
  fill: #fff;
  background: none;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model:hover {
  z-index: 9999;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model:hover .eventBlock_icon {
  opacity: 1;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model:hover img {
  filter: blur(0);
  opacity: 1;
}
.history_page .eventBlock_wrapper .eventBlock_eventWrapper .eventBlock_model:hover::after {
  opacity: 1;
}
.history_page .eventBlockMobile_wrapper {
  background: #181818;
  color: #fff;
  margin-bottom: 100px;
  display: none;
}
@media only screen and (max-width: 961px) {
  .history_page .eventBlockMobile_wrapper {
    display: block;
  }
}
.history_page .eventBlockMobile_wrapper .eventBlock_eventWrapper {
  width: 100%;
  height: 100%;
}
.history_page .eventBlockMobile_wrapper .eventBlock_eventWrapper .audioBlock_btn-focuson {
  width: auto !important;
}
.BtnAction_wrapper {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  background: #0000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.history_mobileEventBar {
  position: fixed;
  min-height: 65px;
  padding: 18px 60px 18px 15px;
  font-size: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #303030;
  letter-spacing: 1.5px;
  transition: right 0.3s;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1280px) {
  .history_mobileEventBar {
    display: block;
  }
}
@media (min-width: 961px) {
  .history_mobileEventBar {
    padding-left: 50px;
    bottom: 35px;
    left: 35px;
    right: auto;
    width: auto;
    background: none;
  }
}
.history_mobileEventBar.history_playing {
  right: 134px;
}
@media (min-width: 961px) {
  .history_mobileEventBar.history_playing {
    right: auto;
  }
}
.history_mobileEventBar .history_mobileEventYear,
.history_mobileEventBar .history_mobileModelsYear,
.history_mobileEventBar .history_mobileEventTitle {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  color: #fff;
}
.history_mobileEventBar .history_mobileModelsYear {
  padding-top: 10px;
}
.history_mobileEventBar .history_mobileEventTitle {
  margin-top: 5px;
  text-transform: uppercase;
  color: #8f8f8f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.history_mobileEventBar i {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}
.history_mobileEventBar i svg {
  fill: #fff;
}
@media (min-width: 60.0625em) {
  .history_mobileEventBar i {
    display: none;
  }
}
.history_mobileEventBar .history_dots {
  position: absolute;
  left: 0;
  top: 11px;
  width: 40px;
  height: 40px;
  display: none;
}
@media (min-width: 60.0625em) {
  .history_mobileEventBar .history_dots {
    display: block;
  }
}
.Icon_icon {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  height: 40px;
  width: 40px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}
.Icon_icon-border {
  background: transparent;
  border: 2px solid #eeeded;
}
.Icon_icon-border.Icon_white {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.Icon_icon-border.Icon_white > svg,
.Icon_icon-border.Icon_white path {
  fill: #fff !important;
}
.Icon_icon-border.Icon_grey {
  background: transparent !important;
  border-color: #eeeded !important;
}
.Icon_icon-border.Icon_lightgrey {
  background: transparent !important;
  border-color: rgba(238, 237, 237, 0.8) !important;
}
.theme-ferrari-dark .Icon_icon-border {
  background: #ffffff;
  border: 2px solid #eeeded;
}
.theme-ferrari-light .Icon_icon-border {
  background: #181818;
  border: 2px solid #eeeded;
}
.theme-ferrari-sf90-stradale .Icon_icon-border {
  background: #ffffff;
  border: 2px solid #eeeded;
}
.theme-ferrari-f8-tributo .Icon_icon-border {
  background: #ffffff;
  border: 2px solid #eeeded;
}
.theme-ferrari-monza-sp1 .Icon_icon-border {
  background: #ffffff;
  border: 2px solid #eeeded;
}
.theme-ferrari-monza-sp2 .Icon_icon-border {
  background: #ffffff;
  border: 2px solid #eeeded;
}
.Icon_over-circle {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}
.Icon_over-circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.Icon_over-circle svg circle {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
}
.Icon_over-circle circle {
  stroke: #DA291C;
  stroke-width: 1px;
  fill: none;
}
.Icon_white {
  background: #303030;
  border: 2px #303030 solid;
}
.Icon_white > svg,
.Icon_white path {
  fill: #fff;
}
.Icon_grey {
  background: #eeeded;
}
.Icon_grey > svg,
.Icon_grey path {
  fill: #181818;
}
.Icon_lightgrey {
  background: rgba(238, 237, 237, 0.8);
}
.Icon_lightgrey > svg,
.Icon_lightgrey path {
  fill: #181818;
}
.Icon_black_2iaQyfHL {
  background: #fff;
}
.Icon_black_2iaQyfHL > svg,
.Icon_black_2iaQyfHL path {
  fill: #181818;
}
.Icon_greyBg_3gOYfOuy {
  background: #303030;
}
.Icon_greyBg_3gOYfOuy > svg,
.Icon_greyBg_3gOYfOuy path {
  fill: #fff;
}
.Icon_label_-y7qGMSB {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Body-Font";
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1.27em;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 8px;
}
.Icon_label-right_1OYrT-Tj {
  margin-left: 8px;
}
/*# sourceMappingURL=index2.css.map */<!--ºÄÊ±1777987376.7341Ãë-->