/* Clinical Trial Results CSS */


/* Font Imports */

@import url('https://fonts.cdnfonts.com/css/filson-pro?styles=96092,96090,96082,96086,96080');

@font-face {
    font-family: 'Filson-Pro-Regular';
    font-weight: 400;  /* Regular weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProRegular.woff');
}

@font-face {
    font-family: 'Filson-Pro-Medium';
    font-weight: 500;  /* Medium weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProMedium.woff');
}

@font-face {
    font-family: 'Filson-Pro-Bold';
    font-weight: 700;  /* Bold weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProBold.woff');
}

@font-face {
    font-family: 'Filson-Pro-Heavy';
    font-weight: 800;  /* Heavy weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProHeavy.woff');
}

@font-face {
    font-family: 'Filson-Pro-Black';
    font-weight: 900;  /* Black weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProBlack.woff');
}

.page-main__wrapper {
    max-width: 960px;
    margin: 64px auto;
}

.page-main__wrapper.page-main__wrapper--heading-block {
    margin: 67px auto 27px;
}

h1.page-heading__heading {
    font-family: "Filson Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: #490814;
    text-align: center;
}

.content-section__wrapper {
    max-width: 938px;
    margin: 0 auto;
    width: 100%;
}

.background {
    padding: 64px 0;
}

.background--dark {
    background: #6D0020;
}

.background--light {
    background: #F3D9D5;
        padding: 62px 0;
}

.content-section--1 h2.content__heading {
    background: #fff;
    padding: 13px 0;
    margin: 0 0 30px;
    line-height: 1;
    text-align: center;
}

h2.content__heading {
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #6D0020;
}

.content-section--1 p.content__text {
    margin: 0 0 38px;
}

p.content__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.content-cards {
    display: flex;
    gap: 33px;
    align-items: center;
    justify-content: center;
}

.content-cards__card {
    display: flex;
    background: #fff;
    padding: 53px 30px 0px 30px;
    flex-direction: column;
    align-items: center;
    height: 215px;
    width: 452px;
    max-width: 452px;
}

p.content-cards__label {
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    margin: 0 0 24px;
    color: #6D0120;
}

p.content-cards__label--emphasis {
    color:#EB0000;
}

p.content-cards__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

h3.content-columns__heading {
    background: #6D0020;
    color: #fff;
    padding: 13px 0 12px 0;
    text-align: center;
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

h3.content-columns__heading--red {
    background: #EB0000;
    text-box: trim-both cap alphabetic;
    padding: 16px 40px;
}

.content-vs-columns__metric .progress-container,
.content-alt-columns__metric .progress-container {
    height: 90px;
}

.content-vs-columns__metric .value-container-inner p,
.content-alt-columns__metric .value-container-inner p {
    font-family: "Filson Pro";
    font-size: 23.299px;
    font-style: normal;
    font-weight: 900;
    line-height: 13.869px;
    color: #fff;
    position: relative;
}

.content-vs-columns__metric .circle,
.content-alt-columns__metric .circle {
    position: relative;
    height: 87px;
    width: 87px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto;
}

.content-vs-columns__metric .circle:before,
.content-alt-columns__metric .circle:before {
    content: "";
    position: absolute;
    height: 77px;
    width: 77px;
    background-color: #EB0000;
    border-radius: 50%;
}

.content-vs-columns__column--second .content-vs-columns__metric .circle:before,
.content-alt-columns__column--second .content-alt-columns__metric .circle:before {
    background: #6D0020;
}


.content-columns {
    max-width: 1002px;
    margin: 0 auto;
}

.content-columns__flex {
    display: flex;
    gap: 2px;
    position: relative;
}

.content-columns__column {
    display: flex;
    gap: 32px;
    padding: 32px 69px 0px 69px;
    background: #fff;
    width: 501px;
    height: 298px;
}

.content-columns__divider {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

p.content-columns__label {
    font-family: "Filson Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #6D0020;
    margin: 0 0 10px;
}

img.content-columns__icon {
    width: 64px;
    height: 64px;
    margin: 5px 0 0 0;
}

p.content-columns__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #6D0020;
    margin: 0 0 16px;
}
p.content-columns__text:last-of-type {
    margin: 0;
}

p.content-columns__text b {
    font-weight: 900;
}

.content-list {
    display: flex;
    gap: 32px;
}

h3.content-list__heading {
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin: 0 0 20px;
    color: #fff;
}

p.content-list__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

li.content-list__item {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0 0 5px;
    position: relative;
    list-style: none;
}

li.content-list__item::before {
    content: '•';
    position: absolute;
    left: -1.5rem;
    top: -.25rem;
}

ul.content-list__list {
    margin: 8px 0;
    padding-left: 27px;
}

img.content-list__icon {
    width: 64px;
    height: 64px;
        margin: 6px 0 0 0;
}

section.content-section.content-section--2 .background.background--dark{
    padding: 35px 0 29px 0;

}

p.content-list__text:last-of-type {
    margin: 20px 0 0;
}

ul.content-list__list:last-of-type {
    margin-bottom: 0;
}

.content-vs-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin: 32px 0 48px 0;
}
.content-vs-columns.content-vs-columns1 {
    margin-top: 0;
}
.content-vs-columns__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 32px;
    background: #fff;
    width: 468px;
    height: 213px;
    gap: 0;
}

p.content__footnote {
    font-family: "Filson Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}
p.content__footnote.content__footnote1 {
    display: block;
    max-width: 938px;
    margin-left: 7px;
    text-box: trim-both cap alphabetic;
}
p.content__footnote.content__footnote1 sup.content__footnote-symbol {
    top: -7px;
}
.content-section--2 h3.content__heading {
    max-width: 900px;
    margin: 0 auto 40px;
    text-box: trim-both cap alphabetic;
}
section.content-section.content-section--3 .background {
    padding: 49px 0 58px 0;
}

section.content-section.content-section--3 .background.background--dark {
    /*padding: 33px 0 57px 0;*/
    padding: 0 0 57px 0;
    background: #F3D9D5;
    margin-top: -1px;
}
section.content-section.content-section--3 h3.heading-box__heading {
    color: #6D0020;
    margin-bottom: 10px;
}
section.content-section.content-section--3 p.content-alt-columns__heading {
    background: #6D0020;
}
section.content-section.content-section--3 .content-alt-columns__column {
    padding: 48px 32px;
    height: 238px;
}
section.content-section.content-section--3 .background--dark p.content__footnote {
    color: #333;
}
section.content-section.content-section--3 .content-alt-columns {
    margin: 32px 0 48px 0;
}

h3.content__heading {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #6D0020;
    text-align: center;
}

.heading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.heading-box img {
    margin: -1px 0 0 -20px;
}

h3.heading-box__heading {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}

.content-alt-columns__flex {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.content-alt-columns {
    margin: 32px 0 26px 0;
}

.content-alt-columns__column {
    display: flex;
    flex-direction: column;
    background: #FCF5F4;
    width: 468px;
    height: 191px;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 0;
    gap: 10px;
}

p.content-alt-columns__label {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.content-alt-columns__column--first p.content-alt-columns__label {
    width: 216px;
}

.content-alt-columns__column--second p.content-alt-columns__label {
    width: 259px;
}

.background--dark p.content__footnote {
    color: #fff;
}

p.content-alt-columns__heading {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.24px;
    background: #EB0000;
    padding: 12px 0;
    text-align: center;
    color: #fff;
}

.content-vs-columns__divider {
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: 1s ease;
}

.content-vs-columns__divider--animate {
    opacity: 1;
}

p.content-vs-columns__label {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin-top: 24px;
    text-box: trim-both cap alphabetic;
}

.content-vs-columns__column--first p.content-vs-columns__label {
    width: 218px;
}


.content-vs-columns__column--second p.content-vs-columns__label {
    width: 242px;
}


.content-section--2 .background--light {
    padding: 64px 0 48px;
}

.content-section--3 h3.content__heading {
    max-width: 810px;
    margin: 0 auto;
}

.content-callout {
    margin: 60px 0 28px;
}

.content-callout__header {
    background: #6D0020;
    padding: 40px 80px;
    position: relative;
}

img.content-callout__icon {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 48.5%;
    transform: translateX(-50%) translateY(-40px);
}


h3.content-callout__heading {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}
.morecontent {
    max-width: 700px;
    margin: 24px auto 0;
}
.morecontent p {
    color: #fff;
    font-weight: 700;
}
.content-section--3 .morecontent p.content__footnote:last-child{
    margin: 7px 0 0 !important;
    text-indent: -3px;
}
.content-section--3 .morecontent p.content__footnote:last-child sup.content__footnote-symbol {
    left: -3px;
}
span.content-callout__heading--emphasis {
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  color: #fff;
}

span.content-callout__heading--emphasis--in {
    background: linear-gradient(
        to right,
        #ffffff 20%,
        #eb0000 30%,
        #eb0000 70%,
        #ffffff 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 4s ease-in-out alternate;
}

@keyframes textShine {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.content-vs-columns__column.content-vs-columns__column--first {
    transform: translateX(-20%);
    transition: 0.7s ease;
    opacity: 0;
}

.content-vs-columns__column.content-vs-columns__column--second {
    transform: translateX(20%);
    transition: 0.7s ease;
    opacity: 0;
}

.content-vs-columns__column.content-vs-columns__column--first--animate {
    transform: translateX(0);
    opacity: 1;
}

.content-vs-columns__column.content-vs-columns__column--second--animate {
    transform: translateX(0);
    opacity: 1;
}




.content-callout__flex {
    display: flex;
    background: #FCF5F4;
    padding: 40px 32px;
    gap: 16px;
}
p.content-callout__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 4px 0 0px 0;
}

span.content-callout__text--emphasis {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
}


.content-callout__metric {
    position: relative;
    height: 157px;
    width: 157px;
    clip-path: border-box;
}

span.content-callout__bg {
    display: inline-block;
    width: 157px;
    height: 157px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    background: #6D0020;
}

img.content-callout__graphic {
    position: absolute;
    z-index: 2;
    left: 40px;
    top: -120px;
    opacity: 0;
    transition: .5s ease;
}

img.content-callout__graphic--in {
    top:25px;
    opacity: 1;
}

span.content-callout__number {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 65px;
    font-family: "Filson Pro";
    font-size: 51px;
    font-style: normal;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: 1.02px;
    color: #fff;
}

.content-callout__column {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-section--3 .background:last-of-type p.content__footnote:last-of-type {
    margin: 10px 0 0;
}

.page-banner--cta {
    background: #AA182C;
}

.page-banner--cta__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 840px;
    padding: 32px 0 32px;
    margin: 0 auto 15px auto;
}

.page-banner--cta__text {
    flex-basis: 387px;
    font-family: "Filson Pro";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}

.page-banner--cta__btn {
    display: flex;
    background: #6D0020;
    justify-content: center;
    align-items: center;
    height: 74px;
    gap: 16px;
    padding: 30px 20px;
}

.page-banner--cta__btn img{
    transition: 150ms;
}

.page-banner--cta__btn:hover img{
	transform: translateX(8px);
}
.page-banner--cta__btn:hover {
    background: #52081E;
}

.page-banner--cta__btn:active {
    transition: transform 150ms;
    transform: scale(0.95);
    transform-origin: center;
}


a.page-banner--cta__btn-link {
    font-family: "Filson Pro";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

p.page-banner--cta__fotnote {
    font-family: "Filson Pro";
    font-size: 14px;
    font-weight: 425;
    line-height: 20px;
    max-width: 1140px;
    margin: 32px auto;
    color: #333;
}


.content__footnote {
    display: flex;
    align-items: flex-start;
}

.content__footnote-symbol {
    flex-shrink: 0;
    font-size: 55%;
    line-height: 1;
    top: 0.2rem;
}

.content__footnote-symbol--ast {
    font-size: 95%;
}

.content__footnote-text {
    flex: 1;
}

.special-sup {
    font-size: 65%;
}

span.percent-number {
    font-family: "Filson Pro";
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #EB0000;
    display: block;
    text-box: trim-both cap alphabetic;
}

.content-vs-columns__column--second span.percent-number {
    color: #6D0020;
}

/* Mobile */

.imfinzi-clinical-trials .indent{
	text-indent: -6px;
}

@media screen and (max-width:992px) {


    .page-main__wrapper {
        max-width: 100%;
    }

    .background {
        padding: 64px 15px;
    }

    section.content-section.content-section--2 .background.background--dark {
        padding: 40px 15px;
    }

    section.content-section.content-section--2 .background.background--dark .content-list {
		gap: 26px;
    }	

	img.content-list__icon {
        margin: 0;
    }

	.content-section__wrapper {
        padding: 0 15px;
    }
    .content-section__wrapper.pdlr-0{
        padding: 0;
    }

	.heading-box img {
        margin: 0;
    }

    .page-main__wrapper.page-main__wrapper--heading-block {
        margin: 33px auto 0;
    }

    .page-heading__block {
        margin: 0 15px 26px 15px;
    }

    
    h1.page-heading__heading {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 0.4PX;
    }

    .content-list {
        flex-direction: column;
        align-items: center;
    }

    ul.content-list__list:last-of-type li.content-list__item:last-of-type {
        margin-bottom: 0;
    }

    .content-section--2 .background--light {
        padding: 64px 0 48px;
    }

    .content-vs-columns {
        flex-direction: column;
    }

    .content-vs-columns__column {
        max-width: 468px;
        width: 100%;
        height: 221px;
    }

    .content-columns__divider {
        transform: translateX(-50%) translateY(-41%) rotate(90deg);
        top: 41.5%;
    }

	.content-columns__divider img {
        width: 50px;
        height: 50px;
    }

    .heading-box {
        flex-direction: column;
        align-items: center;
		gap: 32px;
    }

    h3.heading-box__heading {
        text-align: center;
    }

    .content-alt-columns__flex {
        flex-direction: column;
    }

    .content-alt-columns__column {
        max-width: 100%;
        width: 100%;
    }

    p.content-alt-columns__heading {
        text-align: left;
        padding: 16px 15px;
    }
    section.content-section.content-section--3 p.content-alt-columns__heading{
    	text-align:center;
    	line-height: 30px;
        padding: 9.5px 15px;
    }
    section.content-section.content-section--3 .background.background--dark{
        padding-bottom:28px;
    }
    .content-callout__header {
        padding: 56px 30px 40px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-callout__flex {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
        gap: 8px;
    }

    .content-section--3 .background.background--dark {
        padding: 32px 15px 64px;
    }

    .background--dark p.content__footnote {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

    .content-section--3 h3.content__heading {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-banner--cta__wrapper {
        max-width: 100%;
        flex-direction: column;
        margin: 0 15px;
        gap: 40px;
    }

    a.page-banner--cta__btn-link {
         width: 100%;
        max-width: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #6d0020;
    }

    .page-banner--cta__btn {
        justify-content: left;
        text-align: left;
    }

    .page-banner--cta__text {
        flex-basis: 0;
        text-align: center;
    }


    p.page-banner--cta__fotnote {
        max-width: 100%;
        margin: 32px 15px;
    }

    .page-banner--cta__btn img {
        transition: 150ms;
        margin-left: auto;
    }

    .content-section--1 .background--dark {
    	padding: 65px 0 104px;
    }

	.content-section--1 h2.content__heading {
        padding: 13px 0 9px 0;
        line-height: 34px;
    	    margin: 0 0 36px;
    }
	.content-section--1 p.content__text {
        margin: 0 0 34px;
    }
    .content-cards__card:first-of-type {
        order: 2;
    }
    
    .content-cards {
        flex-direction: column;
    }

    .content-cards__card {
        max-width: 452px;
        width: 100%;
        height: 239px;
        padding: 54px 27px 0 27px;
    }

	.content-section.content-section--1 .content-section__wrapper .content-cards {
        gap: 40px;
    }

    p.content-cards__label {
        white-space: nowrap;
    }

    .content-columns__flex {
        flex-direction: column;
    }

    .content-columns__column {
        width: 100%;
        height: auto;
                max-width: 100%;
        flex-direction: column;
        padding: 38px 46px 32px;
        align-items: center;
		gap: 27px;
    }
    .content-columns__column.content-columns__column2{
        padding-top:48px;
    }
	.content-columns__column:first-child {
        height: auto;
	}

	img.content-columns__icon {
        margin: 0;
    }

	p.content-columns__text {
        margin: 0 0 16px;
    }

    h3.content-columns__heading {
        line-height: 1;
    }

    .content-callout__header {
        padding: 40px 30px;
    }
	.morecontent {
        padding-right: 18px;
    }

    p.content__footnote.content__footnote1 {
        display: block;
        max-width: 352px;
        margin-left: 8px;
    }

    h3.content-columns__heading.content-columns__heading--red {
        font-size: 22px;
    }
}

/* CT FIXES */
@media screen and (max-width: 384px) {
	.content-columns__column {
		padding: 38px 40px 32px;
    }
    p.content-columns__label {
		font-size: 30px;
        text-align: center;    
    }
}

@media screen and (max-width:992px) {

    .content-columns, h3.content-columns__heading {
        max-width: 452px;
        margin: 0 auto;
    }

    .content-alt-columns {
        max-width: 452px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 500px) and (max-width: 691px) {

    .content-section--3 h3.content__heading {
        margin-left: auto;
        margin-right: auto;
     }
}
@media screen  and (min-width: 470px) and (max-width: 991px) {
	 .content-columns__divider {
		top: 42.5%;
     }
}
@media screen and (max-width: 362px) {
	 .content-columns__divider {
		top: 40%;
     }
}
@media screen and (max-width: 327px) {
	 .content-columns__divider {
		top: 38.5%;
     }
}
@media screen and (max-width: 320px) {
	 .content-columns__divider {
		top: 37.5%;
     }
}
@media screen and (max-width: 350px) {
	p.content-cards__label {
		/*white-space: initial;
		text-align: center;
    	line-height: 41px;*/
        font-size: 41px;
    }
}
/* CT FIXES END */