/* COMMUNITY SUPPORT 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: 43px;
  }
  
  .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;
  }
  
  .item.pink-bracket::before {
      border-width: 14px;
      width: 80px;
      top: 0;
      left: 0;
      transform: translate(0, -20px);
      height: calc(100% + 40px);
      position: absolute;
      border: 14px solid #FA00FF;
      content: "";
      border-right: none;
     z-index: 9;
      display:none;
  }
  
  .item.pink-bracket::after {
      
      border-width: 14px;
      width: 80px;
      top: 0;
      right: 0;
      transform: translate(0, -20px);
      height: calc(100% + 40px);
      position: absolute;
      border: 14px solid #FA00FF;
      content: "";
      border-left: none;
         z-index: 9;
      display:none;
  }
  .swiper-wrapper .swiper-slide-active .item.pink-bracket::after{
      right: -16px;
  }
  .swiper-wrapper .swiper-slide-next .item.pink-bracket::before{
      left: -13px;
  }
  .banner__item.pink-bracket::before {
      border-width: 14px;
      width: 80px;
      top: 0;
      left: 0;
      transform: translate(0, -10px);
      height: calc(100% + 20px);
      position: absolute;
      border: 14px solid #FA00FF;
      content: "";
      border-right: none;
      z-index: 9;
      display:none;
  }
  
  .banner__item.pink-bracket::after {
      
      border-width: 14px;
      width: 80px;
      top: 0;
      right: 0;
      transform: translate(0, -10px);
      height: calc(100% + 20px);
      position: absolute;
      border: 14px solid #FA00FF;
      content: "";
      border-left: none;
      z-index: 9;
      display:none;
  }
  
  p.slide-desc {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    /*font-weight: 400;*/
    letter-spacing: -0.1px;
    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,
  .item a.slide-btn:focus 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;*/
  }
  .swiper-slide .item5:before{
      content:'FPO';
      position: absolute;
      color: #F307F8;
      font-size: 60px;
      opacity: 0.75;
      left: 217px;
      top: 70px;
      font-weight: 800;
      display:none;
  }
  .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,
  .item .link-btn a:focus::after {
    transform: scaleX(1.03);
  }
  
  .item .link-btn a:hover img,
  .item .link-btn a:focus 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("/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("/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 25px;
    color: #354d4e;
  }
  
  section.banners {
    padding: 64px 0;
    max-width: 938px;
    margin: 0 auto;
  }
  
  .banner__item {
    display: flex;
    gap: 32px;
    padding: 40px;
    background: #fff2ee;
    position: relative;
      align-items: flex-start;
  }
  
  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: 400;
    line-height: 24px;
    color: #333;
    margin: 0;
  }
  
  p.banner__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    /*font-weight: 400;*/
    letter-spacing: -0.2px;
    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: 20px;
    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("/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;
      color: #2C4041;
    }
  
    .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,
    .community-support .swiper-container {
      padding: 32px 15px 125px;
    }
    .cancer-care-team .swiper-horizontal > .swiper-pagination-bullets,
    .cancer-care-team .swiper-pagination-bullets.swiper-pagination-horizontal,
    .community-support .swiper-horizontal > .swiper-pagination-bullets,
    .community-support .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 50px !important;
    }
  
    .cancer-care-team .swiper-button-prev,
    .cancer-care-team .swiper-button-next,
    .community-support .swiper-button-prev,
    .community-support .swiper-button-next {
      top: auto !important;
      bottom: 35px !important;
    }
  
    .cancer-care-team .item,
    .community-support .item {
      width: 360px;
      min-height: 876px;
    }
    p.slide-desc {
      letter-spacing: -0.2px;
   }
      .swiper-slide .item5:before{
          left: 128px;
          top: 68px;
      }
  
      .itemWrap.item2 > a:nth-child(1) > img {
          width: 257px;
      }
      
      .itemWrap.item3 > a:nth-child(1) > img,
      .itemWrap.item5 > a:nth-child(1) > img{
          width: 216px;
              margin: auto;
      }
      
      .item.pink-bracket::before {
          left: -15px;
      }
  
  }
  
  /* 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: 280px;
    }
    .end-of-page .download-tools-cta {
          max-width: 1440px;
    }
    .end-of-page h3 {
      max-width: 586px!important;
      width: 100%;
    }
  }
  
  /* Desktop Only END */
  
  /* CT  */
  @media screen and (min-width: 600px) and (max-width: 991px) {
    .cancer-care-team .item,
    .community-support .item {
      width: 550px;
    }
  }
  
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .cancer-care-team .item,
    .community-support .item {
      width: fit-content;
    }
  }
  
  /* CT END */
  