/* Side Effects 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: 940px;
    margin: 64px auto;
}

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

.page-heading__block {
    margin: 40px auto 28px auto;
}

.page-section__content-banner {
    background: #6D0020;
}
.content-banner__block {
    max-width: 940px;
    margin: 0 auto;
    padding: 60px 0 55px 0;
}

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

h2.content-banner__title {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    margin: 0 0 14px;
    color: #fff;
    text-align: center;
}

p.content-banner__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0;
    color: #fff;
}

.page-section__symptomps {
    padding: 58px 0 64px;
    background: #F1C6C0;
}

.content-symptoms__block {
    max-width: 940px;
    margin: 0 auto;
}

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

ul.content-symptoms__list {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 33px auto 40px auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

li.content-symptoms__item {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    padding: 35px 32px 29px 32px;
    background: #fff;        
}

ul.content-symptoms__list li:first-child{
		align-items: center;
    }
ul.content-symptoms__list li:nth-child(5){
		align-items: center;
    }
ul.content-symptoms__list li:nth-child(6){
		align-items: center;
    }
ul.content-symptoms__list li:nth-child(7){
		align-items: center;
    }

img.content-symptoms__icon {
    max-width: 80px;
}
p.content-symptoms__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

p.content-symptoms__block__footnote {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

p.content-symptoms__block__footnote strong {
    font-weight: 800;
}

h3.content-sideeffects__headline {
    font-family: "Filson Pro";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    text-align: center;
    color: #AC182E;
}

.content-sideeffects__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 64px;
    margin: 40px 0 64px;
}

.content-sideeffects__row {
    display: flex;
    flex-direction: row;
    gap: 64px;
    justify-content: center;
    align-items: center;
}

.content-sideeffects__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 249px;
    margin-bottom: auto;
}

li.content-symptoms__item strong {
    font-weight: 800;
}

p.content-sideeffects__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #000;
}

img.content-sideeffects__icon {
    max-width: 80px;
}

p.content-sideeffects__footnote {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    text-align: center;
}

p.content-sideeffects__footnote a.content-sideeffects__footnote-link {
    font-weight: 800;
    color: #EB0000;
    text-decoration: underline;
}
p.content-sideeffects__footnote a.content-sideeffects__footnote-link:hover {
    color: #6D0020;
    text-decoration: underline!important;
}
p.content-sideeffects__footnote:not(:last-child) {
    margin: 0 0 10px;
}

li.content-symptoms__item.content-symptoms__item--animate {
    transform: translateY(0);
    opacity: 1;
}

/* li.content-symptoms__item{
    transform: translateX(-30%);
    opacity: 0;
    transition: 1s ease;
} */

li.content-symptoms__item {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s ease;
}


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

.page-banner--cta__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 750px;
    padding: 32px 0 32px;
    margin: 0 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;
    white-space: nowrap;
}

.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;
}

/* Desktop Only */

/* Mobile Styles */

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

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

	.page-heading__block {
        margin: 40px auto;
    }

    h1.page-heading__heading {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
		padding: 0 20px;
    }

    .content-banner__block {
        max-width: 100%;
        margin: 0 15px;
        padding: 58px 0 56px 0;
    }
    
    h2.content-banner__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 0.24px;
    }

    .content-symptoms__block {
        max-width: 100%;
        margin: 0 15px;
    }

	ul.content-symptoms__list {
        gap: 1px;
    }

	li.content-symptoms__item {
        gap: 30px;
        padding: 30px 32px 25px 32px;
    }

    li.content-symptoms__item {
        flex-direction: column;
    }

    img.content-symptoms__icon {
        align-self: center;
    }

    li.content-symptoms__item:nth-child(odd) {
        /*transform: translateX(-100px);*/
    }
    
    li.content-symptoms__item:nth-child(even) {
        /* transform: translateX(100px);*/
    } 

    .content-sideeffects__block {
        margin: 0 15px;
    }

    .content-sideeffects__wrapper {
        margin: 40px 0 64px;
    }

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

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

    p.content-sideeffects__footnote:not(:last-child) {
        margin: 0 15px 15px;
    }

    p.content-sideeffects__footnote {
        margin: 0 15px;
    }


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

    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;
    }
}

@media screen and (max-width:992px) {
    .page-banner--cta__btn{
		white-space:normal;
	}
}