.simple-hero-banner {
  min-height: 32.0625rem;
  margin-top: calc(-1 * (var(--sm-4) + var(--sm-4) + 2.5rem))
}



.simple-hero-banner video {
  height: 100%;
  object-fit: cover;
}



.simple-hero-banner__content {
  min-height: 32.0625rem
}
.simple-hero-banner .video {
  height: 100%
}
.simple-hero-banner__bg {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute
}
.simple-hero-banner__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--gradient-bottom-dark);
  opacity: .7
}
.simple-hero-banner--center .config-text {
  text-align: center
}
.simple-hero-banner--center .config-text__cta-wrapper {
  justify-content: center
}
.latest-item__title .icon {
  margin-right: 1.5rem
}
.latest-item__title .text {
  margin-left: .75rem
}
.latest-item__body {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.latest-item .swiper {
  border-radius: var(--radius-md);
  background: var(--light-10);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem)
}
.latest-item .arrow-button {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--light-5);
  z-index: 11;
  padding: var(--sm-3)
}
.latest-item .arrow-button--transparent.swiper-button-disabled {
  background-color: var(--light-5)
}
.latest-item .arrow-button--transparent:hover {
  background-color: inherit;
  box-shadow: none
}
.latest-item .icon-chevron-right {
  right: 0
}
.latest-item__inner-wrapper {
  max-width: calc(100% - 4.5rem)
}
.latest-item__inner-wrapper .icon-share-price {
  position: relative
}
.latest-item__inner-wrapper .icon-share-price::before {
  content: "";
  background-image: url(../~/media/Images/P/porsche-ir/icons/icon-share-price.svg);
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain
}
.latest-item__inner-wrapper .icon-results {
  position: relative
}
.latest-item__inner-wrapper .icon-results::before {
  content: "";
  background-image: url(../~/media/Images/P/porsche-ir/icons/icon-result.svg);
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain
}
.latest-item__inner-wrapper .icon-bookmark {
  position: relative
}
.latest-item__inner-wrapper .icon-bookmark::before {
  content: "";
  background-image: url(../~/media/Images/P/porsche-ir/icons/icon-bookmark.svg);
  position: absolute;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}
.latest-item__content {
  padding-left: 2.75rem
}
.latest-item__signpost {
  border: none
}
@media (min-width:768px) {
  .simple-hero-banner {
    margin-top: calc(-1 * (var(--sm-4) + var(--sm-4) + 6.09375rem))
  }
  .simple-hero-banner__content-wrapper {
    position: static;
    max-width: none
  }
  .simple-hero-banner__image-bg {
    aspect-ratio: auto
  }
  .simple-hero-banner--center .simple-hero-banner__bg::before {
    background: var(--dark-50)
  }
  .simple-hero-banner .swiper {
    border-radius: 0;
    background: 0 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .latest-item {
    color: #fff;
    width: 100%;
    bottom: var(--md-1);
    left: 0
  }
  .latest-item__inner-wrapper {
    max-width: none
  }
  .latest-item__signpost {
    /*height: 100%!important;*/
    border-right: .0625rem solid var(--light-25);
    margin-right: 0!important
  }
  .latest-item__signpost:first-child {
    border-left: .0625rem solid var(--light-25)
  }
  .latest-item__content {
    margin: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .simple-hero-banner--full-height {
    height: 100vh
  }
  .simple-hero-banner__content-inner-wrapper {
    min-height: 29.8125rem
  }
  .latest-item {
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0
  }
}
.carousel-banner {
  z-index: 1
}
.carousel-banner__image-bg {
  aspect-ratio: 16/9
}
.carousel-banner .video {
  height: 100%
}
.carousel-banner .carousel-navigation {
  position: absolute;
  top: calc(56.25vw - 3rem);
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto
}
.carousel-banner--arrow .carousel-navigation {
  top: calc(56.25vw - 2rem)
}
.carousel-banner--arrow .video .action-button {
  bottom: 2rem
}
.carousel-banner--with-share-price {
  overflow: visible
}
.carousel-banner--with-share-price .shareprice-ticker {
  min-height: 12.1875rem;
  width: 100%
}
@media (min-width:768px) {
  .carousel-banner {
    height: 27.5rem
  }
  .carousel-banner__bg {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
  }
  .carousel-banner__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--gradient-bottom-dark);
    opacity: .5
  }
  .carousel-banner__image-bg {
    aspect-ratio: auto
  }
  .carousel-banner .carousel-navigation {
    top: auto;
    bottom: 0
  }
  .carousel-banner--arrow .carousel-navigation {
    top: auto;
    bottom: 0
  }
  .carousel-banner--with-share-price {
    height: auto
  }
  .carousel-banner--with-share-price .swiper-wrapper {
    max-height: 27.5rem
  }
  .carousel-banner--with-thumbnails .gallery-thumbs {
    overflow: hidden
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide {
    flex: 1;
    cursor: pointer;
    background: var(--base-5);
    transition: all .25s ease-in-out
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide p {
    color: var(--color-body);
    margin: var(--sm-3) 0 0
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide:hover {
    background-color: var(--base-2)
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: var(--base-1);
    box-shadow: 0 -.25rem 0 0 inset var(--base-2)
  }
}
@media (min-width:992px) {
  .carousel-banner {
    height: 50rem
  }
  .carousel-banner--full-height {
    height: 100vh
  }
  .carousel-banner--with-share-price {
    overflow: visible
  }
  .carousel-banner--with-share-price .swiper-wrapper {
    max-height: 50rem
  }
  .carousel-banner--with-share-price .shareprice-ticker {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 1rem;
    transform: translateY(50%);
    max-height: 22.5rem;
    max-width: 22rem;
    min-height: auto
  }
  .carousel-banner--with-thumbnails .gallery-thumbs {
    position: absolute;
    margin-top: -7.5rem;
    right: 0
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide {
    flex: none;
    max-width: 15.5rem
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .video .action-button {
    bottom: 8.5rem
  }
}
@media (min-width:1400px) {
  .carousel-banner--with-share-price .shareprice-ticker {
    right: calc((100% - 1440px)/ 2 + 1rem)
  }
}
@media (width >= 1536px) {
  body .carousel-banner--with-share-price .shareprice-ticker {
    right: calc((100% - 1536px)/ 2 + 1rem)
  }
}