#site-header,
.site-footer,
#main-content {
  overflow: hidden;
}

.hero {
  border-bottom: 15px solid #00447C;
  margin-bottom: 78px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/themes/rentone/images/pages/care-plus/back.jpg);
  background-image: -webkit-image-set(url("/themes/rentone/images/pages/care-plus/back.jpg") 1x,
      url("/themes/rentone/images/pages/care-plus/back@2x.jpg") 2x);
}

.hero-inner {
  max-width: 1670px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 79px;
  padding-bottom: 56px;
}

#find-store-banner {
  display: none;
}

.explore-section .section-title {
  display: none;
}

.explore-section {
  padding-top: 160px;
}

.benefits .benefits-subtitle {
  margin-bottom: 30px;
}

.benefits .card-holder .card-back p {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.benefits .card-holder .card-back {
  border-radius: 10px;
}



.benefits .card-holder {
  width: 100%;
  flex: 0 0 calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
  aspect-ratio: 528 / 556;
  height: auto;
}

/* Front split: 80% background image / 20% label */
.benefits .card-inner,
.benefits .card-front {
  width: 100%;
  height: 100%;
}

.benefits .card-front {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #000;
}

.benefits .card-image {
  max-width: 496px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 496 / 452;
}

.benefits .card-label {
  container-type: inline-size;
  width: 100%;
  height: 13%;
  padding: 0 12px;
  box-sizing: border-box;
  padding-top: 2.5%;
}

#benefits.benefits .front-link {
  color: #00447C;
  text-align: center;
  font-size: 6.1cqi;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 80% */
  padding-right: 10px;
}

#benefits.benefits .front-link::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(225deg);
  vertical-align: middle;
}

.card-img-wrapper {
  height: auto;
  padding: 19px;
}

.benefits {
  max-width: unset;
  margin-bottom: 0;
}

.benefits-inner {
  max-width: 1640px;
}

.left-box {
  width: auto;
}

.checkmark {
  margin-right: 20px;
  top: 4px;
}

.pi-items {
  gap: 37px;
  margin-top: 40px;
  flex-wrap: wrap;
  row-gap: 40px;
  max-width: 1670px;
  padding: 0 15px;
}

.pi-title {
  color: #00447C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.pi-sub {
  color: #707070;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.pi-item {
  width: 100%;
  height: auto;
  flex: 0 0 calc((100% - 74px) / 3);
  max-width: calc((100% - 74px) / 3);
}

.pi-item-title {
  color: #00447C;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 114.286% */
  margin-bottom: 3px;
}

.pi-item-text {
  color: #707070;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.benefits .benefits-title {
  color: #00447C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 60% */
  margin-top: 90px;
}

.benefits .button {
  width: 250.488px;
  height: 46.328px;
  border-radius: 34.55px;
  background: #D31346;
  color: #FFF;
  text-align: center;
  font-size: 18.703px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.409px;
  /* 167.933% */
  margin-bottom: 60px;
  margin-top: 19px;
}

.benefits .benefits-subtitle {
  color: #707070;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 1218px;
  margin-bottom: 0;
}


@media screen and (min-width: 1200px) and (max-width: 1915px) {
  .hero-inner {
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .explore-section>.container {
    padding: 0;
  }

  .benefits {
    padding: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .pi-inner {
    padding-left: 140px;
    padding-right: 140px;
  }

  .pi-items {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 35px;
    background-image: url(/themes/rentone/images/pages/care-plus/back-m.jpg);
    background-image: -webkit-image-set(url("/themes/rentone/images/pages/care-plus/back-m.jpg") 1x,
        url("/themes/rentone/images/pages/care-plus/back-m@2x.jpg") 2x);
  }

  .hero-inner {
    padding: 78px 41px 128px 41px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .explore-section .section-title {
    display: block;
  }

  .benefits-inner {
    margin-top: 55px;
  }

  .benefits .benefits-subtitle {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .benefits .swiper-pagination {
    top: unset;
    bottom: 0;
  }

  .card-holder .card-back {
    padding: 0 15px;
  }

  .benefits .card-holder .card-back p {
    font-size: 16px;
    line-height: 20px;
  }

  .logo {
    max-width: 183.469px;
    height: auto;
    aspect-ratio: 183.47/107.25;
    margin: 0;
  }

  .pi-title {
    font-size: 24px;
  }

  .pi-sub {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 15px;
  }

  .pi-items {
    gap: 20px;
    margin-top: 35px;
    row-gap: 35px;
    max-width: 100%;
    padding: 0 25px;
    flex-direction: column;
  }

  .pi-item {
    width: 93%;
    flex: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .pi-item-title {
    font-size: 18px;
  }

  .pi-item-text {
    font-size: 16px;
    line-height: 22px;
  }

  .piSwiper {
    max-width: 100%;
    padding-bottom: 4em;
  }

  .piSwiper .swiper-pagination {
    top: 28em;
  }

  .benefits .card-holder {
    flex: unset;
    max-width: 100%;
    aspect-ratio: 320.76 / 337.77;
    width: 320.76px;
    height: auto;
  }

  .benefits .card-image {
    max-width: 100%;
    width: 301.32px;
    height: auto;
    aspect-ratio: 301.32 / 274.59;
  }

  #benefits.benefits .front-link {
    font-size: 18px;
    line-height: 8.58px;
  }

  .card-image-wrapper {
    padding: 10px;
  }

  .benefits .card-label {
    align-items: self-start;
  }

  .benefits .benefits-title {
    font-size: 24px;
    line-height: normal;
    margin-top: 60px;
  }

  .benefits .button {
    margin-bottom: 45px;
    margin-top: 12px;
  }

  .card-img-wrapper {
    padding: 10px;
  }

  .benSwiper2 {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 362px) {
  .piSwiper .swiper-pagination {
    top: 31em;
  }
}

@media screen and (max-width: 338px) {
  .piSwiper .swiper-pagination {
    top: 32em;
  }
}