.pgwSlideshow-main-banner .pgwSlideshow-offer-txt {
  position: relative;
  height: 100%;
}

.mb-curved-banner__defs {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.pgwSlideshow-main-banner .ps-caption {
  pointer-events: none;
  padding: 0;
  text-shadow: none;
}

.pgwSlideshow-main-banner .ps-caption > a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  color: transparent;
  font-size: 0;
  text-decoration: none;
}

.pgwSlideshow-main-banner
  .ps-current
  > ul
  > li.mb-banner--curved
  img.offerImageDesktop,
.pgwSlideshow-main-banner
  .ps-current
  > ul
  > li.mb-banner--curved
  img.offerImageMobile,
.pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--curved
  img.offerImageDesktop,
.pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--curved
  img.offerImageMobile {
  visibility: hidden;
}

.pgwSlideshow-main-banner
  .ps-current
  > ul
  > li.mb-banner--legacy
  img.offerImageDesktop,
.pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--legacy
  img.offerImageDesktop {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0 0 24px 24px;
}

.pgwSlideshow-main-banner
  .ps-current
  > ul
  > li.mb-banner--legacy
  img.offerImageMobile,
.pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--legacy
  img.offerImageMobile {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0 0 24px 24px;
}

.pgwSlideshow-special-offers .ps-current > ul > li.mb-banner--legacy,
.pgwSlideshow-special-offers .ps-caption.pgwSlideshow-legacy {
  position: relative;
  height: auto;
}

.pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--legacy
  .offerImageDesktop,
.pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--legacy
  .offerImageMobile,
.pgwSlideshow-special-offers .ps-caption.pgwSlideshow-legacy .offerImageDesktop,
.pgwSlideshow-special-offers .ps-caption.pgwSlideshow-legacy .offerImageMobile {
  display: block;
  width: 100%;
  height: auto;
}

.pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--legacy
  .pgwSlideshow-btn,
.pgwSlideshow-special-offers .ps-caption.pgwSlideshow-legacy .pgwSlideshow-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 140px;
  z-index: 2;
}

@media (min-width: 651px) {
  .pgwSlideshow-special-offers
    .ps-caption.pgwSlideshow-legacy
    .pgwSlideshow-btn {
    display: none;
  }
}

.pgwSlideshow-main-banner,
.pgwSlideshow-main-banner .ps-current,
.pgwSlideshow-main-banner .ps-current > ul > li,
.pgwSlideshow-main-banner .ps-caption {
  border-radius: 0 0 24px 24px;
}

.mb-curved-banner,
.mb-offer-banner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}

.mb-curved-banner__stacked-block,
.mb-offer-banner__stacked-block {
  width: 100%;
  position: relative;
  background: none;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.mb-curved-banner__image,
.mb-offer-banner__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  border-radius: 0 0 24px 24px;
}

.mb-curved-banner__image--stacked,
.mb-offer-banner__image--stacked {
  display: block;
  width: 100%;
}

.mb-curved-banner__curve,
.mb-offer-banner__curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
}

.mb-curved-banner__curve--mobile,
.mb-offer-banner__curve--mobile {
  display: none;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 100%;
  min-height: 320px;
  z-index: 2;
  pointer-events: none;
}

.mb-curved-banner__content,
.mb-offer-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.mb-curved-banner__logo {
  font-size: 2.2rem;
  font-weight: 700;
}

.mb-curved-banner__copy,
.mb-offer-banner__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  color: #fff;
}

.mb-curved-banner__headline,
.mb-offer-banner__headline {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.12;
  margin: 0;
  color: #fff;
}

.mb-curved-banner__message,
.mb-offer-banner__message {
  font-size: 1.1rem;
  line-height: 1.5;
}

.mb-curved-banner__message h1,
.mb-curved-banner__message h2,
.mb-curved-banner__message h3,
.mb-curved-banner__message h4,
.mb-offer-banner__message h1,
.mb-offer-banner__message h2,
.mb-offer-banner__message h3,
.mb-offer-banner__message h4 {
  margin: 0 0 10px;
  font-size: 3.2rem;
  line-height: 1.12;
}

.mb-curved-banner__message p,
.mb-offer-banner__message p {
  margin: 0 0 6px;
}

.mb-curved-banner__footer-text {
  font-size: 1rem;
}

.mb-curved-banner__footer-text span {
  font-weight: 700;
}

.mb-curved-banner__copy .pgwSlideshow-middle-txt,
.mb-curved-banner__copy .pgwSlideshow-lower-txt,
.mb-offer-banner__copy .pgwSlideshow-middle-txt,
.mb-offer-banner__copy .pgwSlideshow-lower-txt {
  width: 100%;
  margin: 0;
  text-align: center;
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.4;
}

.mb-offer-banner__cta .pgwSlideshow-btn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 12px 35px;
}

.sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers,
.sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-current,
.sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-current > ul,
.sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-current > ul > li,
.sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-caption {
  height: 427px;
}

.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers:has(
    .ps-current > ul > li.mb-banner--auto-height
  ),
.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers:has(.ps-current > ul > li.mb-banner--auto-height)
  .ps-current,
.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers:has(.ps-current > ul > li.mb-banner--auto-height)
  .ps-current
  > ul,
.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers:has(.ps-current > ul > li.mb-banner--auto-height)
  .ps-current
  > ul
  > li,
.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers:has(.ps-current > ul > li.mb-banner--auto-height)
  .ps-caption {
  height: auto;
  min-height: auto;
}

.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--legacy,
.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers
  .ps-caption.pgwSlideshow-legacy {
  height: auto;
}

.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers:has(.ps-current > ul > li.mb-banner--auto-height)
  .ps-caption
  > a {
  position: relative;
}

.sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-caption {
  position: static;
  right: auto;
  top: auto;
  width: 100%;
  padding: 0;
  height: 100%;
  text-align: left;
}

.sp-of-ctn-home--offers-v2
  .pgwSlideshow-special-offers
  .ps-current
  > ul
  > li.mb-banner--auto-height
  .offerImageDesktop {
  position: relative;
}

.sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-caption > a {
  display: block;
  width: 100%;
  height: 100%;
}

.sp-of-ctn-home--offers-v2 .mb-offer-banner {
  min-height: 427px;
  height: 427px;
  border-radius: 0;
}

.sp-of-ctn-home--offers-v2 .mb-offer-banner__content {
  height: 100%;
}

.sp-of-ctn-home--offers-v2 .mb-offer-banner__image,
.sp-of-ctn-home--offers-v2 .mb-offer-banner__curve {
  border-radius: 0;
}

@media (max-width: 1100px) {
  .mb-curved-banner__headline,
  .mb-curved-banner__message h1,
  .mb-curved-banner__message h2,
  .mb-curved-banner__message h3,
  .mb-curved-banner__message h4,
  .mb-offer-banner__headline,
  .mb-offer-banner__message h1,
  .mb-offer-banner__message h2,
  .mb-offer-banner__message h3,
  .mb-offer-banner__message h4 {
    font-size: 2.6rem;
  }
}

@media (max-width: 850px) {
  .mb-curved-banner__content,
  .mb-offer-banner__content {
    padding: 35px 40px;
  }

  .mb-curved-banner__headline,
  .mb-curved-banner__message h1,
  .mb-curved-banner__message h2,
  .mb-curved-banner__message h3,
  .mb-curved-banner__message h4,
  .mb-offer-banner__headline,
  .mb-offer-banner__message h1,
  .mb-offer-banner__message h2,
  .mb-offer-banner__message h3,
  .mb-offer-banner__message h4 {
    font-size: 2.2rem;
  }
}

@media (max-width: 650px) {
  .pgwSlideshow-main-banner,
  .pgwSlideshow-main-banner .ps-current,
  .pgwSlideshow-main-banner .ps-current > ul > li,
  .pgwSlideshow-main-banner .ps-caption {
    border-radius: 0;
  }

  .sp-of-ctn-home--offers-v2 .mb-offer-banner__cta--desktop {
    display: none;
  }

  .sp-of-ctn-home--offers-v2 .mb-offer-banner__cta--inline {
    width: auto;
    display: flex;
    justify-content: center;
  }

  .sp-of-ctn-home--offers-v2 .mb-offer-banner__cta--inline .pgwSlideshow-btn {
    width: auto;
    min-width: 200px;
  }

  .sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .pgwSlideshow-btn {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 12px 35px;
  }

  .sp-of-ctn-home--offers-v2
    .pgwSlideshow-special-offers
    .offerImageDesktop.mb-banner--auto-height {
    position: relative;
  }

  .sp-of-ctn-home--offers-v2
    .pgwSlideshow-special-offers
    .offerImageDesktop.mb-banner--auto-height
    .pgwSlideshow-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    min-width: 160px;
    display: inline-flex;
    transform: translateX(-50%);
    z-index: 2;
    padding: 12px 20px;
  }

  .sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers ul.pgwSlideshow-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers,
  .sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-current,
  .sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-current > ul,
  .sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-current > ul > li,
  .sp-of-ctn-home--offers-v2 .pgwSlideshow-special-offers .ps-caption,
  .sp-of-ctn-home--offers-v2 .mb-offer-banner {
    height: 550px;
    min-height: 550px;
  }

  .sp-of-ctn-home--offers-v2 .mb-offer-banner__content {
    height: 100%;
    min-height: 100%;
  }

  .mb-curved-banner,
  .mb-offer-banner {
    min-height: 0;
    height: 550px;
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 0;
  }

  .mb-curved-banner__image,
  .mb-offer-banner__image {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    height: 280px;
  }

  .mb-curved-banner__curve,
  .mb-offer-banner__curve {
    display: none;
  }

  .mb-curved-banner--stacked .mb-curved-banner__stacked-block,
  .mb-offer-banner--stacked .mb-offer-banner__stacked-block {
    overflow: visible;
    margin-bottom: 0;
    padding-bottom: 0;
    flex: 0 0 40%;
    height: 40%;
    max-height: none;
    background: linear-gradient(
      to bottom,
      var(--mb-banner-gradient-start, #8ad0ec) 0%,
      var(--mb-banner-gradient-end, #11b7d8) 100%
    );
    border-radius: 0;
    position: relative;
  }

  .mb-curved-banner--stacked .mb-curved-banner__content,
  .mb-offer-banner--stacked .mb-offer-banner__content {
    position: relative;
    width: 100%;
    padding: 50px 25px 45px;
    z-index: 3;
    background: transparent;
    height: 100%;
  }
  .mb-curved-banner--stacked-bottom .mb-curved-banner__content,
  .mb-offer-banner--stacked-bottom .mb-offer-banner__content {
    padding: 0 25px 45px;
  }

  .mb-curved-banner__headline,
  .mb-curved-banner__message h1,
  .mb-curved-banner__message h2,
  .mb-curved-banner__message h3,
  .mb-curved-banner__message h4,
  .mb-offer-banner__headline,
  .mb-offer-banner__message h1,
  .mb-offer-banner__message h2,
  .mb-offer-banner__message h3,
  .mb-offer-banner__message h4 {
    font-size: 2rem;
  }

  .mb-curved-banner__logo {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .mb-curved-banner__copy,
  .mb-offer-banner__copy {
    margin-bottom: 20px;
  }

  .mb-curved-banner--stacked .mb-curved-banner__curve--mobile,
  .mb-offer-banner--stacked .mb-offer-banner__curve--mobile {
    display: block;
    bottom: -45px;
  }

  .mb-curved-banner--stacked-bottom .mb-curved-banner__stacked-block,
  .mb-offer-banner--stacked-bottom .mb-offer-banner__stacked-block {
    flex: 0 0 40%;
    height: 40%;
  }

  .mb-curved-banner__stacked-block--bottom,
  .mb-offer-banner__stacked-block--bottom {
    position: relative;
  }

  .mb-curved-banner__curve--mobile-bottom,
  .mb-offer-banner__curve--mobile-bottom {
    bottom: auto;
    top: -100px;
    transform: rotate(180deg);
  }

  .mb-curved-banner--stacked .mb-curved-banner__curve--mobile path,
  .mb-offer-banner--stacked .mb-offer-banner__curve--mobile path {
    transform-origin: center;
  }

  .mb-curved-banner__image--stacked,
  .mb-offer-banner__image--stacked {
    height: 60%;
    min-height: 0;
    position: relative;
    z-index: 1;
    margin-top: 0;
    flex: 0 0 60%;
    max-height: none;
    object-fit: cover;
    border-radius: 0;
  }

  .main-banner-home {
    min-height: 550px;
    height: 550px;
  }

  .main-banner-home .pgwSlideshow-main-banner,
  .main-banner-home .pgwSlideshow-main-banner .ps-current,
  .main-banner-home .pgwSlideshow-main-banner .ps-current > ul,
  .main-banner-home .pgwSlideshow-main-banner .ps-current > ul > li,
  .main-banner-home .pgwSlideshow-main-banner .ps-caption,
  .main-banner-home .pgwSlideshow-main-banner a,
  .main-banner-home a {
    height: auto;
  }
}

@media (max-width: 400px) {
  .mb-curved-banner__headline,
  .mb-curved-banner__message h1,
  .mb-curved-banner__message h2,
  .mb-curved-banner__message h3,
  .mb-curved-banner__message h4,
  .mb-offer-banner__headline,
  .mb-offer-banner__message h1,
  .mb-offer-banner__message h2,
  .mb-offer-banner__message h3,
  .mb-offer-banner__message h4 {
    font-size: 1.7rem;
  }

  .mb-curved-banner__footer-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) {
  .pgwSlideshow-special-offers .ps-current > ul > li.mb-banner--curved img {
    width: 60%;
  }

  .sp-of-ctn-home--offers-v2--legacy
    .pgwSlideshow-special-offers
    .ps-current
    > ul
    > li
    img {
    width: 100%;
  }

  .sp-of-ctn-home--offers-v2--legacy ul.pgwSlideshow-dots {
    width: 60%;
    margin: 0 auto;
  }
}
.sp-of-ctn-home--offers-v2--legacy .pgwSlideshow-special-offers,
.sp-of-ctn-home--offers-v2--legacy .pgwSlideshow-special-offers .ps-current,
.sp-of-ctn-home--offers-v2--legacy
  .pgwSlideshow-special-offers
  .ps-current
  > ul,
.sp-of-ctn-home--offers-v2--legacy
  .pgwSlideshow-special-offers
  .ps-current
  > ul
  > li,
.sp-of-ctn-home--offers-v2--legacy .pgwSlideshow-special-offers .ps-caption,
.sp-of-ctn-home--offers-v2--legacy .pgwSlideshow-special-offers a {
  height: auto;
  min-height: auto;
}
