.cp-motorsport-countdown {
  height: -webkit-calc(100vh - 111px);
  height: calc(100vh - 111px);
  position: relative;
  overflow: hidden;
}

.cp-motorsport-countdown * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-motorsport-countdown *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.cp-motorsport-countdown article, .cp-motorsport-countdown aside, .cp-motorsport-countdown details, .cp-motorsport-countdown figcaption, .cp-motorsport-countdown figure, .cp-motorsport-countdown footer, .cp-motorsport-countdown header, .cp-motorsport-countdown hgroup, .cp-motorsport-countdown menu, .cp-motorsport-countdown nav, .cp-motorsport-countdown section {
  display: block;
}

.cp-motorsport-countdown ol, .cp-motorsport-countdown ul, .cp-motorsport-countdown dl, .cp-motorsport-countdown li {
  list-style: none;
}

.cp-motorsport-countdown table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cp-motorsport-countdown a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cp-motorsport-countdown .is-pc {
  display: none;
}

@media (min-width: 1023px) {
  .cp-motorsport-countdown .is-mo {
    display: none;
  }
  .cp-motorsport-countdown .is-pc {
    display: block;
  }
}

.cp-motorsport-countdown.non-navi {
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
}

.cp-motorsport-countdown__background {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.cp-motorsport-countdown__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cp-motorsport-countdown__dimmed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cp-motorsport-countdown__dimmed:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40vh;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.cp-motorsport-countdown__inner {
  position: absolute;
  left: 20px;
  left: 2rem;
  right: 20px;
  right: 2rem;
  bottom: 40px;
  bottom: 4rem;
  top: 40px;
  top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.cp-motorsport-countdown__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  gap: 3.2rem;
}

.cp-motorsport-countdown__headline .cm-section-title__title {
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 0;
}

.cp-motorsport-countdown__headline .cm-btn-more {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cp-motorsport-countdown__headline .cm-btn-more span {
  color: #fff;
}

.cp-motorsport-countdown__daterange {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  gap: 2.6rem;
}

.cp-motorsport-countdown__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  gap: 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-motorsport-countdown__subtitle .subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 12px;
  gap: 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-motorsport-countdown__subtitle .subtitle img {
  width: 28px;
  width: 2.8rem;
  height: 18px;
  height: 1.8rem;
  aspect-ratio: 14 / 9;
}

.cp-motorsport-countdown__subtitle .subtitle .text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
}

.cp-motorsport-countdown__subtitle .date {
  color: #FFF;
  font-family: "genesis-Head-office", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.cp-motorsport-countdown__countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 8px;
  gap: 0.8rem;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
}

.cp-motorsport-countdown__countdown .description {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #fff;
}

.cp-motorsport-countdown__countdown .number-cover {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 60px;
  max-width: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cp-motorsport-countdown__countdown .number {
  color: #fff;
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cp-motorsport-countdown__countdown .unit {
  color: #7c7c7c;
  font-family: "genesis-text-office", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-height: 689px) {
  .cp-motorsport-countdown__inner {
    top: unset;
    gap: 40px;
    gap: 4rem;
  }
  .cp-motorsport-countdown__dimmed:after {
    height: 50vh;
  }
  .cp-motorsport-countdown__daterange {
    position: static;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

@media (min-width: 767px) {
  .cp-motorsport-countdown__countdown {
    gap: 12px;
    gap: 1.2rem;
  }
  .cp-motorsport-countdown__countdown .number-cover {
    max-width: 65px;
    max-width: 6.5rem;
  }
  .cp-motorsport-countdown__countdown .number {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .cp-motorsport-countdown__countdown .unit {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 1023px) {
  .cp-motorsport-countdown {
    height: -webkit-calc(100vh - 130px);
    height: calc(100vh - 130px);
  }
  .cp-motorsport-countdown.non-navi {
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
  .cp-motorsport-countdown__dimmed:after {
    height: 36vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .cp-motorsport-countdown__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 76px;
    left: 7.6rem;
    right: 76px;
    right: 7.6rem;
    bottom: 40px;
    bottom: 4rem;
    top: unset;
    gap: 60px;
    gap: 6rem;
  }
  .cp-motorsport-countdown__headline {
    gap: 32px;
    gap: 3.2rem;
    min-height: 98px;
    min-height: 9.8rem;
  }
  .cp-motorsport-countdown__daterange {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: static;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
    gap: 20px;
    gap: 2rem;
  }
  .cp-motorsport-countdown__subtitle {
    padding-left: 5px;
    padding-left: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    gap: 2rem;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    -ms-grid-row-align: end;
    align-items: end;
  }
  .cp-motorsport-countdown__subtitle .subtitle {
    gap: 16px;
    gap: 1.6rem;
  }
  .cp-motorsport-countdown__subtitle .subtitle img {
    width: 38px;
    width: 3.8rem;
    height: 24px;
    height: 2.4rem;
    aspect-ratio: 19 / 12;
  }
  .cp-motorsport-countdown__subtitle .subtitle .text {
    text-align: left;
  }
  .cp-motorsport-countdown__countdown {
    gap: 60px;
    gap: 6rem;
  }
  .cp-motorsport-countdown__countdown .number-cover {
    max-width: 65px;
    max-width: 6.5rem;
    width: 65px;
    width: 6.5rem;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-motorsport-countdown__countdown .number, .cp-motorsport-countdown__countdown .unit {
    width: 60px;
    width: 6rem;
    text-align: center;
  }
  .cp-motorsport-countdown__countdown .unit {
    color: #8a8a8a;
  }
}

@media (min-width: 1199px) {
  .cp-motorsport-countdown__headline {
    min-height: 126.64px;
    min-height: 12.664rem;
  }
  .cp-motorsport-countdown__headline .cm-section-title__title {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .cp-motorsport-countdown__subtitle .subtitle .text {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cp-motorsport-countdown__subtitle .date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 150%;
  }
  .cp-motorsport-countdown__countdown .number-cover {
    max-width: 65px;
    max-width: 6.5rem;
    width: 65px;
    width: 6.5rem;
  }
  .cp-motorsport-countdown__countdown .number, .cp-motorsport-countdown__countdown .unit {
    width: 65px;
    width: 6.5rem;
  }
  .cp-motorsport-countdown__countdown .number {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .cp-motorsport-countdown__countdown .unit {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    line-height: 1.56;
  }
}

@media (min-width: 1359px) {
  .cp-motorsport-countdown__inner {
    left: 100px;
    left: 10rem;
    right: 100px;
    right: 10rem;
  }
}

@media (min-width: 1599px) {
  .cp-motorsport-countdown__inner {
    left: 120px;
    left: 12rem;
    right: 120px;
    right: 12rem;
  }
  .cp-motorsport-countdown__headline {
    min-height: 135.4px;
    min-height: 13.54rem;
  }
  .cp-motorsport-countdown__subtitle .subtitle .text {
    font-size: 30px;
    font-size: 3rem;
  }
  .cp-motorsport-countdown__countdown {
    gap: 90px;
    gap: 9rem;
  }
  .cp-motorsport-countdown__countdown .number-cover {
    max-width: 92px;
    max-width: 9.2rem;
    width: 92px;
    width: 9.2rem;
  }
  .cp-motorsport-countdown__countdown .number, .cp-motorsport-countdown__countdown .unit {
    width: 70px;
    width: 7rem;
  }
  .cp-motorsport-countdown__countdown .number {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .cp-motorsport-countdown__countdown .unit {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1919px) {
  .cp-motorsport-countdown__inner {
    width: 100%;
    max-width: 1640px;
    max-width: 164rem;
    margin: 0 auto;
    left: 50%;
    bottom: 100px;
    bottom: 10rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
  }
  .cp-motorsport-countdown__headline {
    gap: 40px;
    gap: 4rem;
  }
  .cp-motorsport-countdown__headline .cm-section-title__title {
    font-size: 60px;
    font-size: 6rem;
  }
  .cp-motorsport-countdown__headline .cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cp-motorsport-countdown__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  display: none;
}

.cp-motorsport-countdown__popup.active {
  display: block;
}

.cp-motorsport-countdown__popup__dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.cp-motorsport-countdown__popup__close-wrap {
  position: absolute;
  z-index: 1;
  top: 40px;
  top: 4rem;
  right: 40px;
  right: 4rem;
}

.cp-motorsport-countdown__popup__close-wrap button {
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><rect x="10.5649" y="9.1499" width="40" height="2" transform="rotate(45 10.5649 9.1499)" fill="black"/><rect x="38.8491" y="10.5662" width="40" height="2" transform="rotate(135 38.8491 10.5662)" fill="black"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cp-motorsport-countdown__popup__wrapper {
  position: absolute;
  top: -webkit-calc(50% - 371.5px);
  top: calc(50% - 371.5px);
  left: -webkit-calc(50% - 820px);
  left: calc(50% - 820px);
  height: 743px;
  height: 74.3rem;
  width: 1640px;
  width: 164rem;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.cp-motorsport-countdown__popup__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 80px;
  gap: 8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px;
  padding: 10rem;
}

.cp-motorsport-countdown__popup__contents {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 2.4rem;
  max-height: 100%;
  overflow-y: auto;
}

.cp-motorsport-countdown__popup .cm-section-title__subtitle {
  font-size: 14px;
  font-size: 1.4rem;
}

.cp-motorsport-countdown__popup .cm-section-title__title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #000;
  font-style: normal;
  font-weight: 300;
  line-height: 1.30;
  letter-spacing: -0.01em;
}

.cp-motorsport-countdown__popup .cm-section-desc__text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.cp-motorsport-countdown__popup__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 75px;
  gap: 7.5rem;
}

.cp-motorsport-countdown__popup__list {
  margin: 20px 0;
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: solid 1.5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.cp-motorsport-countdown__popup__list button {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  padding: 6px 0 6px 24px;
  padding: 0.6rem 0 0.6rem 2.4rem;
  height: unset;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.cp-motorsport-countdown__popup__list button.active {
  color: black;
  font-weight: 500;
}

.cp-motorsport-countdown__popup__list:after {
  content: '';
  position: absolute;
  height: var(--active-btn-height, 1.5px);
  top: var(--active-btn-top, 0px);
  left: -1.5px;
  left: -0.15rem;
  width: 1.5px;
  width: 0.15rem;
  background-color: #000;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.cp-motorsport-countdown__popup__media {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  height: 100%;
  position: relative;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  gap: 2rem;
}

.cp-motorsport-countdown__popup__media-disclaimer {
  color: #767676;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: -0.01em;
}

.cp-motorsport-countdown__popup__video, .cp-motorsport-countdown__popup__video-thumbnail {
  height: 100%;
  aspect-ratio: 124 / 75;
  width: auto;
  contain: size;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  background-color: #111;
}

.cp-motorsport-countdown__popup__video-thumbnail {
  display: none;
}

.cp-motorsport-countdown__popup__video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

@media (max-width: 1919px) {
  .cp-motorsport-countdown__popup__inner {
    gap: 60px;
    gap: 6rem;
    padding: 90px;
    padding: 9rem;
  }
  .cp-motorsport-countdown__popup__close-wrap {
    top: 25px;
    top: 2.5rem;
    right: 25px;
    right: 2.5rem;
  }
  .cp-motorsport-countdown__popup__wrapper {
    top: -webkit-calc(50% - 371.5px);
    top: calc(50% - 371.5px);
    left: -webkit-calc(50% - 768px);
    left: calc(50% - 768px);
    height: 743px;
    height: 74.3rem;
    width: 1536px;
    width: 153.6rem;
  }
  .cp-motorsport-countdown__popup__info {
    gap: 60px;
    gap: 6rem;
  }
}

@media (max-width: 1599px) {
  .cp-motorsport-countdown__popup__inner {
    gap: 40px;
    gap: 4rem;
    padding: 85px;
    padding: 8.5rem;
  }
  .cp-motorsport-countdown__popup__wrapper {
    top: -webkit-calc(50% - 304px);
    top: calc(50% - 304px);
    left: -webkit-calc(50% - 595px);
    left: calc(50% - 595px);
    height: 608px;
    height: 60.8rem;
    width: 1190px;
    width: 119rem;
  }
  .cp-motorsport-countdown__popup__video, .cp-motorsport-countdown__popup__video-thumbnail {
    aspect-ratio: 8 / 5;
  }
}

@media (max-width: 1199px) {
  .cp-motorsport-countdown__popup__wrapper {
    top: -webkit-calc(50% - 264px);
    top: calc(50% - 264px);
    left: -webkit-calc(50% - 500px);
    left: calc(50% - 500px);
    height: 528px;
    height: 52.8rem;
    width: 1000px;
    width: 100rem;
  }
  .cp-motorsport-countdown__popup__eyebrow.cm-section-title__subtitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cp-motorsport-countdown__popup__title.cm-section-title__title {
    font-size: 28px;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
  }
  .cp-motorsport-countdown__popup__desc.cm-section-desc__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.54;
    height: unset;
  }
  .cp-motorsport-countdown__popup .cm-section-title__subtitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cp-motorsport-countdown__popup .cm-section-title__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .cp-motorsport-countdown__popup .cm-section-desc__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-motorsport-countdown__popup__list button {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-motorsport-countdown__popup__media-disclaimer {
    font-size: 10px;
    font-size: 1rem;
    line-height: 150%;
  }
}

@media (max-width: 1023px) {
  .cp-motorsport-countdown__popup__wrapper {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .cp-motorsport-countdown__popup__close-wrap {
    top: 20px;
    top: 2rem;
    right: 20px;
    right: 2rem;
  }
  .cp-motorsport-countdown__popup__close-wrap button {
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.66687 4.78104L16.0002 14.1144L25.3335 4.78104L27.2192 6.66665L17.8858 16L27.2192 25.3333L25.3335 27.2189L16.0002 17.8856L6.66687 27.2189L4.78125 25.3333L14.1146 16L4.78125 6.66665L6.66687 4.78104Z" fill="black"/></svg>');
  }
  .cp-motorsport-countdown__popup__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0px;
    gap: 0rem;
  }
  .cp-motorsport-countdown__popup__media {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    height: auto;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 72px 20px 0;
    margin: 7.2rem 2rem 0;
  }
  .cp-motorsport-countdown__popup__video, .cp-motorsport-countdown__popup__video-thumbnail {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0rem;
    border-radius: 0rem;
  }
  .cp-motorsport-countdown__popup__video-thumbnail img {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0rem;
    border-radius: 0rem;
  }
  .cp-motorsport-countdown__popup__contents {
    gap: 24px;
    gap: 2.4rem;
    padding: 30px 20px 55px;
    padding: 3rem 2rem 5.5rem;
    overflow-y: unset;
    max-height: unset;
  }
  .cp-motorsport-countdown__popup__list {
    margin: 0;
    margin: 0;
  }
  .cp-motorsport-countdown__popup__list button {
    padding: 11px 0 11px 20px;
    padding: 1.1rem 0 1.1rem 2rem;
  }
}
