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

.page-section__content-banner {
    background: #091B34;
}
.content-banner__block {
    max-width: 940px;
    margin: 0 auto;
    padding: 64px 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: #091B34;
}

h2.content-banner__title {
    font-family: "Filson Pro";
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
    margin: 0 0 5px;
    color: #fff;
}

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

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

.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: center;
    color: #193965;
}

ul.content-symptoms__list {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 40px auto;
}

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

li.content-symptoms__item:not(:last-of-type) {
    border-bottom: solid 1px #01C8F3;
}

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: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

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: #193965;
}

.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: 160px;
    margin-bottom: auto;
}

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

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: #193965;
    text-decoration: underline;
}
p.content-sideeffects__footnote a.content-sideeffects__footnote-link:hover {
    color: #3671C1;
    text-decoration: underline!important;
}
p.content-sideeffects__footnote:not(:last-child) {
    margin: 0 0 10px;
}

.page-banner--cta {
    background: #091B34;
}

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

.page-banner--cta__text {
    flex-basis: 309px;
    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;
    gap: 16px;
    padding: 24px;
    background: #01C8F3;
}

.page-banner--cta__btn:hover img {
        transform: translateX(8px);
    	transition: 150ms;
}

.page-banner--cta__btn:hover {
    background: #80E4F9;
}

a.cta-btn {
	font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #091B34;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    background: #01C8F3;
}
a.cta-btn:hover {
    background: #80E4F9;
}
a.cta-btn:hover img {
    transform: translateX(8px);
    transition: 150ms;
}

a.cta-btn:active, a.cta-btn:focus{
	background-color: #80E4F9;
    transition: 150ms;
    transform: scale(0.95);
    transform-origin: center;
    text-decoration: none;
}



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

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;
}
/* Desktop Only */

/* Mobile Styles */

@media screen and (max-width:992px) {
    a.cta-btn{
		width:100%;
    }
    .page-main__wrapper.page-main__wrapper--heading-block {
        margin: 40px auto 0;
    }

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

    .content-banner__block {
        max-width: 100%;
        margin: 0 15px;
        padding: 40px 0;
    }
    
    h2.content-banner__title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }

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

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

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

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

    .page-banner--cta__text {
        flex-basis: auto;
    }

    .page-banner--cta__btn {
        padding: 12px 24px;
    }

    a.page-banner--cta__btn-link {
        text-align: left; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    p.page-banner--cta__fotnote {
        max-width: 100%;
        margin: 32px 15px;
    }
	li.content-symptoms__item {
        align-items: center;
	}
}