/* CANCER CARE TEAM CSS */

h1.heading-section__head {
  font-family: "Filson Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #354d4e;
  text-box: trim-both cap alphabetic;
  margin: 40px 0;
  padding-top: 30px;
}

.heading-section__subhead-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 938px;
  padding: 64px 0 0;
}

.heading-section__subhead-wrapper p {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-box: trim-both cap alphabetic;
}

.swiper-container {
  padding: 32px 0 152px;
}

.swiper-carousel {
  background: #354d4e;
}

.item {
  width: 550px;
  height: auto;
  min-height: 663px;
  display: flex;
  padding: 40px 40px 0;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}

p.slide-desc {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  text-box: trim-both cap alphabetic;
  margin: 0;
  padding: 0;
}

.item h2 {
  font-family: "Filson Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  color: #354d4e;
  text-box: trim-both cap alphabetic;
  margin: 32px 0 16px;
}

.itemWrap img {
  max-width: 100% !important;
}

.item a.slide-btn img {
  transition: transform 0.15s ease;
}

.item a.slide-btn:hover img {
  transform: translateX(8px);
}

.item .link-btn a p {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #354d4e;
  text-box: trim-both cap alphabetic;
}

.itemWrap .link-btn {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.item .link-btn a {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #354d4e;
  text-box: trim-both cap alphabetic;
  max-width: max-content;
  margin: 0 0 24px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background-image: linear-gradient(#ff595a 0);
  background-position: left bottom;
  background-size: 100% 4px;
  background-repeat: no-repeat;
  transition: background-size 0.5s, color 150ms;
}

.item .link-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #ff595a;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.15s ease;
}

.item .link-btn a img {
  transition: transform 0.15s ease;
}

.item .link-btn a:hover::after {
  transform: scaleX(1.03);
}

.item .link-btn a:hover img {
  transform: translateX(8px);
}

.swiper-button-prev:after {
  background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/global/carousel-back-btn.svg)
    no-repeat;
  background-size: cover;
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  content: "" !important;
}

.swiper-button-next:after {
  background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/global/carousel-next-btn.svg)
    no-repeat;
  background-size: cover;
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  content: "" !important;
}

.swiper-pagination-bullet {
  background: #fff2ee !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border: none;
}

.swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;
}

.itemWrap {
  display: flex;
  flex-direction: column;
}

.item a.slide-btn {
  background: #ffbfac;
  width: 100%;
  height: 56px;
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  color: #354d4e;
}

.item a.slide-btn.slide-btn--light {
  background: #ffd4c8;
  margin-bottom: 2px;
}

.download-text a:hover {
  background-color: #1741b6;
  background-position: 97% center;
  transition: 150ms;
}
.download-text a:active,
.download-text a:focus {
  transform: scale(0.95);
  transform-origin: center;
  background-color: #1741b6;
  transition: 150ms;
  background-position: 95% center;
}
.cta-content {
  background: #e2ecf7;
}
.download-tools-cta {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.cta-button-text {
  padding: 40px 0;
  display: flex;
  gap: 40px;
  align-items: center;
}
.download-tools-cta h3 {
  margin: 0;
  color: #193965;
  font-family: "Filson Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin-right: auto;
}
.download-text a {
  background: #1b66f5;
  display: flex;
  height: 50px;
  max-width: 433px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #1b66f5;
  padding: 24px 60px 24px 14px;
  background-image: url("https://gddprod65-author-www-imfinzi-com-jp.digital-astrazeneca.com/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/global/imf-arrow.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% center;
  transition: 150ms;
}
.download-text p {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
a.orange-btn {
  background: #ff595a;
  padding: 0 24px;
}
a.orange-btn img {
  transition: linear 0.15s;
  position: relative;
  left: 0;
}
a.orange-btn:focus,
a.orange-btn:hover {
  background: #ff9091;
  color: #354d4e;
}
a.orange-btn:focus p,
a.orange-btn:hover p {
  color: #354d4e;
}
a.orange-btn:focus img,
a.orange-btn:hover img {
  content: url("https://gddprod65-author-www-imfinzi-com-jp.digital-astrazeneca.com/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/imf-arrow.svg");
  position: relative;
  left: 8px;
}
.end-of-page {
  background: #354d4e;
}
.end-of-page h3 {
  color: #fff;
}
.download-text a.orange-btn {
  align-items: center;
  text-align: center;
  height: 50px;
}

h3.banners__heading {
  font-family: "Filson Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.24px;
  margin: 0 0 32px;
  color: #354d4e;
}

section.banners {
  padding: 64px 0;
  max-width: 938px;
  margin: 0 auto;
}

.banner__item {
  display: flex;
  gap: 32px;
  padding: 40px;
  background: #fff2ee;
}

p.banner__title {
  font-family: "Filson Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  color: #354d4e;
  margin: 0 0 16px;
  text-box: trim-both cap alphabetic;
}

p.banner__text {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 425;
  line-height: 24px;
  color: #333;
  margin: 0;
}

p.banner__text {
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  text-box: trim-both cap alphabetic;
  margin: 0 0 34px;
}

a.banner__btn {
  padding: 13px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  background: #ff595a;
  max-width: max-content;
  text-align: center;
  font-family: "Filson Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-box: trim-both cap alphabetic;
  transition: 150ms;
  min-width: 200px;
  justify-content: center;
}

img.banner-btn__icon {
  width: 24px;
  height: 24px;
  position: relative;
  left: 0;
  transition: linear 0.15s;
}

a.banner__btn:focus,
a.banner__btn:hover {
  background: #ff9091;
  color: #354d4e;
}

a.banner__btn:focus img,
a.banner__btn:hover img {
  content: url("https://gddprod65-author-www-imfinzi-com-jp.digital-astrazeneca.com/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/imf-arrow.svg");
  position: relative;
  left: 8px;
}

a.banner__btn:active {
  transform: scale(0.95);
  transition: transform 0.15s linear;
}

.banner__item:not(:last-of-type) {
  margin: 0 0 32px;
}

/* Global END */

/* Mobile Only */

@media screen and (max-width: 991px) {
  .heading-section {
    padding: 0 15px;
  }

  h1.heading-section__head {
    padding: 0;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.3px;
  }

  .heading-section__subhead-wrapper {
    padding: 32px 15px 0;
  }

  .download-tools-cta {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  .cta-button-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .download-text a {
    margin: 0;
    padding: 8px 24px;
    width: 360px;
  }
  .end-of-page {
    padding: 0 15px;
  }
  .end-of-page > div {
    padding: 0;
    margin-inline: 0;
    width: 100%;
  }

  section.banners {
    padding: 32px 15px;
  }

  .banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banner__item {
    flex-direction: column;
  }

  img.banner__icon {
    max-width: 100px;
    align-self: center;
  }

  a.banner__btn {
    width: 100%;
    max-width: 280px;
  }

  .end-of-page h3 {
    margin: 0;
  }
  .cancer-care-team .swiper-container {
    padding: 32px 15px 125px;
  }
  .cancer-care-team .swiper-horizontal > .swiper-pagination-bullets,
  .cancer-care-team .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px !important;
  }

  .cancer-care-team .swiper-button-prev,
  .cancer-care-team .swiper-button-next {
    top: auto !important;
    bottom: 35px !important;
  }

  .cancer-care-team .item {
    width: 360px;
    min-height: 876px;
  }
}

/* Mobile Only END */

/* Desktop Only */
@media screen and (min-width: 992px) {
  .end-of-page .cta-button-text {
    justify-content: center;
  }
  a.orange-btn:active {
    transform: scale(0.95);
    transition: transform 0.15s linear;
  }
  .download-text a.orange-btn {
    max-width: 200px;
  }
}

/* Desktop Only END */

@media screen and (min-width: 600px) and (max-width: 991px) {
  .cancer-care-team .item {
    width: 550px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cancer-care-team .item {
    width: fit-content;
  }
}
