.cp-motorsport-card-carousel {
  overflow: hidden;
}

.cp-motorsport-card-carousel .is-pc {
  display: block;
}

.cp-motorsport-card-carousel .is-mo {
  display: none;
}

.cp-motorsport-card-carousel__inner {
  padding-block: 100px;
  padding-block: 10rem;
  background: #000;
}

.cp-motorsport-card-carousel__headline {
  max-width: 1920px;
  max-width: 192rem;
  margin: 0 auto;
  padding-inline: 140px;
  padding-inline: 14rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-motorsport-card-carousel__eyebrow {
  display: block;
  font-style: normal;
}

.cp-motorsport-card-carousel__title {
  margin-top: 0;
  color: #fff;
}

.cp-motorsport-card-carousel__title:has(.is-pc) {
  margin-top: 20px;
  margin-top: 2rem;
}

.cp-motorsport-card-carousel__title:first-child {
  margin-top: 0;
}

.cp-motorsport-card-carousel__description {
  margin-top: 0;
}

.cp-motorsport-card-carousel__description:has(.is-pc) {
  margin-top: 40px;
  margin-top: 4rem;
}

.cp-motorsport-card-carousel__description:first-child {
  margin-top: 0;
}

.cp-motorsport-card-carousel__disclaimer {
  max-width: 1920px;
  max-width: 192rem;
  margin: 36px auto 0;
  margin: 3.6rem auto 0;
  padding-inline: 140px;
  padding-inline: 14rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.56;
  letter-spacing: -0.01em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-motorsport-card-carousel__cover {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  max-width: 1920px;
  max-width: 192rem;
  margin: 60px auto 0;
  margin: 6rem auto 0;
  padding-inline: 140px;
  padding-inline: 14rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-motorsport-card-carousel__cover:before, .cp-motorsport-card-carousel__cover:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  width: 14rem;
  background: #000;
  z-index: 2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
}

.cp-motorsport-card-carousel__cover:before {
  left: 0;
}

.cp-motorsport-card-carousel__cover:after {
  right: 0;
}

.cp-motorsport-card-carousel__thumbnail {
  position: relative;
  padding-top: 56.3636363%;
}

.cp-motorsport-card-carousel__thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-motorsport-card-carousel__round-title {
  display: block;
  margin-top: 40px;
  margin-top: 4rem;
  min-height: 76px;
  min-height: 7.6rem;
  font-size: 32px;
  font-size: 3.2rem;
  font-style: normal;
  font-family: "genesis-head-office-light", sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.cp-motorsport-card-carousel__nation {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 34px;
  min-height: 3.4rem;
  padding-inline: 8px;
  padding-inline: 0.8rem;
  margin-top: 40px;
  margin-top: 4rem;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  gap: 7px;
  gap: 0.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-motorsport-card-carousel__nation-image {
  width: 28px;
  width: 2.8rem;
  height: 18px;
  height: 1.8rem;
}

.cp-motorsport-card-carousel__nation-image img {
  width: 100%;
  height: 100%;
}

.cp-motorsport-card-carousel__nation-round-number {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}

.cp-motorsport-card-carousel__tab:has(.cp-motorsport-card-carousel__tab-list) {
  margin-top: 30px;
  margin-top: 3rem;
}

.cp-motorsport-card-carousel__tab-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  gap: 28px;
  gap: 2.8rem;
}

.cp-motorsport-card-carousel__tab-list:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.73;
  content: '';
}

.cp-motorsport-card-carousel__tab-list:after {
  position: absolute;
  left: var(--tab-btn-left, 0px);
  bottom: 0;
  width: var(--tab-btn-width, 28px);
  height: 1px;
  background: rgba(255, 255, 255, 0.73);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: '';
}

.cp-motorsport-card-carousel__tab-list button {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}

.cp-motorsport-card-carousel__tab-list button.is-active {
  color: #fff;
}

.cp-motorsport-card-carousel__tab-panel {
  display: none;
  padding-top: 30px;
  padding-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  gap: 0.8rem;
}

.cp-motorsport-card-carousel__tab-panel.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-motorsport-card-carousel__tab-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.01em;
  gap: 20px;
  gap: 2rem;
}

.cp-motorsport-card-carousel__tab-info em {
  min-width: 48px;
  min-width: 4.8rem;
  font-style: normal;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cp-motorsport-card-carousel__tab-info span {
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cp-motorsport-card-carousel__swiper {
  padding-right: 1px;
}

.cp-motorsport-card-carousel__swiper-container {
  width: 100%;
}

.cp-motorsport-card-carousel__swiper-wrapper {
  margin-top: 40px;
  margin-top: 4rem;
}

.cp-motorsport-card-carousel__swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  gap: 1.2rem;
}

.cp-motorsport-card-carousel__swiper-controller:has(.swiper-button-lock) + .cp-motorsport-card-carousel__swiper-wrapper {
  margin-top: 0;
  margin-top: 0;
}

.cp-motorsport-card-carousel__swiper-controller button {
  width: 42px;
  width: 4.2rem;
  height: 42px;
  height: 4.2rem;
}

.cp-motorsport-card-carousel__swiper-controller button.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}

.cp-motorsport-card-carousel__swiper-prev {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42" fill="none"><path d="M40.6779 21.201L1.07992 21.201M1.07992 21.201L11.95 32.071M1.07992 21.201L12.1052 10.1757" stroke="white" stroke-width="1.5"/></svg>');
}

.cp-motorsport-card-carousel__swiper-next {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42" fill="none"><path d="M1.3221 20.799H40.9201M40.9201 20.799L30.05 9.92896M40.9201 20.799L29.8948 31.8243" stroke="white" stroke-width="1.5"/></svg>');
}

.cp-motorsport-card-carousel__swiper-slide {
  height: auto;
  padding: 58px 39px 59px;
  padding: 5.8rem 3.9rem 5.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-motorsport-card-carousel__swiper-slide.is-active {
  border-color: #fff;
}

.cp-motorsport-card-carousel__swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-top: 60px;
  margin-top: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  gap: 1.6rem;
}

.cp-motorsport-card-carousel__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-motorsport-card-carousel__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: none;
  border: 2px solid #fff;
}

@media (max-width: 1919px) {
  .cp-motorsport-card-carousel__headline {
    padding-inline: 120px;
    padding-inline: 12rem;
  }
  .cp-motorsport-card-carousel__cover {
    padding-inline: 120px;
    padding-inline: 12rem;
  }
  .cp-motorsport-card-carousel__cover:after, .cp-motorsport-card-carousel__cover:before {
    width: 120px;
    width: 12rem;
  }
  .cp-motorsport-card-carousel__disclaimer {
    padding-inline: 120px;
    padding-inline: 12rem;
  }
}

@media (max-width: 1599px) {
  .cp-motorsport-card-carousel__headline {
    padding-inline: 100px;
    padding-inline: 10rem;
  }
  .cp-motorsport-card-carousel__cover {
    padding-inline: 100px;
    padding-inline: 10rem;
  }
  .cp-motorsport-card-carousel__cover:after, .cp-motorsport-card-carousel__cover:before {
    width: 100px;
    width: 10rem;
  }
  .cp-motorsport-card-carousel__disclaimer {
    padding-inline: 100px;
    padding-inline: 10rem;
  }
}

@media (max-width: 1359px) {
  .cp-motorsport-card-carousel__headline {
    padding-inline: 76px;
    padding-inline: 7.6rem;
  }
  .cp-motorsport-card-carousel__cover {
    padding-inline: 76px;
    padding-inline: 7.6rem;
  }
  .cp-motorsport-card-carousel__cover:after, .cp-motorsport-card-carousel__cover:before {
    width: 76px;
    width: 7.6rem;
  }
  .cp-motorsport-card-carousel__disclaimer {
    padding-inline: 76px;
    padding-inline: 7.6rem;
  }
  .cp-motorsport-card-carousel__swiper-slide {
    padding: 40px 30px;
    padding: 4rem 3rem;
  }
}

@media (max-width: 1199px) {
  .cp-motorsport-card-carousel__round-title {
    margin-top: 30px;
    margin-top: 3rem;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -0.03em;
  }
  .cp-motorsport-card-carousel__nation-round-number {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 1023px) {
  .cp-motorsport-card-carousel {
    overflow: hidden;
  }
  .cp-motorsport-card-carousel .is-pc {
    display: none;
  }
  .cp-motorsport-card-carousel .is-mo {
    display: block;
  }
  .cp-motorsport-card-carousel__inner {
    padding-block: 60px;
    padding-block: 6rem;
  }
  .cp-motorsport-card-carousel__headline {
    padding-inline: 20px;
    padding-inline: 2rem;
  }
  .cp-motorsport-card-carousel__title:has(.is-pc) {
    margin-top: 0;
  }
  .cp-motorsport-card-carousel__title:has(.is-mo) {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .cp-motorsport-card-carousel__title:first-child {
    margin-top: 0;
  }
  .cp-motorsport-card-carousel__description:has(.is-pc) {
    margin-top: 0;
  }
  .cp-motorsport-card-carousel__description:has(.is-mo) {
    margin-top: 30px;
    margin-top: 3rem;
  }
  .cp-motorsport-card-carousel__description:first-child {
    margin-top: 0;
  }
  .cp-motorsport-card-carousel__disclaimer {
    margin-top: 42px;
    margin-top: 4.2rem;
    padding-inline: 20px;
    padding-inline: 2rem;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .cp-motorsport-card-carousel__cover {
    margin-top: 40px;
    margin-top: 4rem;
    padding-inline: 20px;
    padding-inline: 2rem;
  }
  .cp-motorsport-card-carousel__cover:after, .cp-motorsport-card-carousel__cover:before {
    display: none;
  }
  .cp-motorsport-card-carousel__thumbnail {
    padding-top: 60.3636363%;
  }
  .cp-motorsport-card-carousel__round-title {
    min-height: 68px;
    min-height: 6.8rem;
  }
  .cp-motorsport-card-carousel__nation {
    min-height: 32px;
    min-height: 3.2rem;
    margin-top: 30px;
    margin-top: 3rem;
  }
  .cp-motorsport-card-carousel__tab-panel {
    gap: 20px;
    gap: 2rem;
  }
  .cp-motorsport-card-carousel__tab-info {
    font-size: 13px;
    font-size: 1.3rem;
    gap: 6px;
    gap: 0.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-motorsport-card-carousel__tab-info em {
    min-width: 100%;
  }
  .cp-motorsport-card-carousel__swiper {
    overflow: inherit;
  }
  .cp-motorsport-card-carousel__swiper-wrapper {
    margin-top: 0;
  }
  .cp-motorsport-card-carousel__swiper-controller {
    display: none;
  }
  .cp-motorsport-card-carousel__swiper-slide {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 39px 19px;
    padding: 3.9rem 1.9rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp-motorsport-card-carousel__swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-top: 26px;
    margin-top: 2.6rem;
    gap: 6px;
    gap: 0.6rem;
  }
  .cp-motorsport-card-carousel__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
  }
}
