.hero-bannerDual {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  background: #fff;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.hero-bannerDual img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.hero-bannerDual a {
  text-decoration: none;
  color: inherit;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}
.hero-bannerDual a:hover {
  opacity: 1;
}
.hero-bannerDual a img {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.hero-bannerDual a img.is-active {
  transform: scale(1.03) !important;
}
@media (hover: hover) and (pointer: fine) {
  .hero-bannerDual a img:hover {
    transform: scale(1.03);
  }
}
.hero-bannerDual .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.hero-bannerDual p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 1.25px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .hero-bannerDual p {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
  }
}
.hero-bannerDual button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  transition: none;
}
.hero-bannerDual button:hover {
  opacity: 1;
}
.hero-bannerDual a,
.hero-bannerDual button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: none;
}
.hero-bannerDual figure {
  margin: 0;
}

.hero-bannerDual {
  margin-top: 0;
}
.hero-bannerDual .hero-bannerDual__inner {
  width: 100%;
}
.hero-bannerDual .hero-bannerDual__inner .banner_index {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "NewRail", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}
.hero-bannerDual .hero-bannerDual__inner .banner_index__current {
  padding: 0 2px 4px;
  border-bottom: 2px solid currentColor;
}
.hero-bannerDual .hero-bannerDual__inner .banner_index__total {
  padding: 4px 2px 0;
}
.hero-bannerDual .hero-bannerDual__inner .banner_index.is-visible {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .hero-bannerDual .hero-bannerDual__inner .banner_index {
    left: 32px;
    font-size: 13px;
  }
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer {
  position: relative;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection {
  width: 100%;
  height: calc(100svh - 80px);
  overflow: hidden;
  position: relative;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .bannerWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .bannerWrapper picture {
  display: block;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .bannerWrapper picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 32px;
  top: 50%;
  left: 0;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer {
    bottom: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer {
    flex-direction: row;
    justify-content: space-around;
    gap: 64px;
    align-items: center;
    top: auto;
    bottom: 187px;
  }
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer .banner_title {
  margin: 32px 0;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Jacks-2";
  color: #fff;
  mix-blend-mode: difference;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer .banner_title {
    font-size: 32px;
  }
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer .banner_linkContainer {
  display: flex;
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
  mix-blend-mode: difference;
}
@media screen and (min-width: 1024px) {
  .hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer .banner_linkContainer {
    gap: 32px;
    font-size: 21px;
  }
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer .banner_linkContainer .bannerCta {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer .banner_linkContainer .bannerCta:hover {
    opacity: 0.6;
  }
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection .banner__inner .banner_contentContainer .banner_linkContainer .bannerCta:active {
  opacity: 0.6;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection.bannerSection-second .bannerWrapper {
  display: block;
  transition: 0.5s ease-in;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection.bannerSection-second .banner_contentContainer {
  top: 65%;
}
@media screen and (min-width: 1024px) {
  .hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection.bannerSection-second .banner_contentContainer {
    top: 80%;
    justify-content: center;
  }
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection.bannerSection-second .banner_contentContainer .banner_title {
  mix-blend-mode: normal;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection.bannerSection-second .banner_contentContainer .banner_linkContainer {
  mix-blend-mode: normal;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection.bannerSection-second .banner_contentContainer.colour-BK .banner_title {
  color: #000;
}
.hero-bannerDual .hero-bannerDual__inner .bannerContainer .bannerSection.bannerSection-second .banner_contentContainer.colour-BK .banner_linkContainer {
  color: #000;
}/*# sourceMappingURL=RenewalTop_Dual.css.map */