.banner-scetion {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner-scetion h1 {
    font-family: 'Filson Pro';
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: #193965;
    margin: 30px 0;
}
.sclc-type-block {
    background: #1B66F5;
    padding: 56px 0 64px;
}
.sclc-type-block h2 {
    font-family: 'Filson Pro';
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    color: #ffffff;
    margin: 0 auto 40px;
}
.sclc-type {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F6FC;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}
.sclc-type h3 {
    font-family: 'Filson Pro';
    font-size: 28px;
    color: #193965;
    font-weight: 900;
    line-height: 36px;
    margin: 0;
    width: 50%;
    padding: 64px;
}
.sclc-type h3:first-child {
    background: #D2E0F3;
}
.sclc-type h3 span {
    font-weight: 700;
    color: #193965;
    display: inline-block;
    width: 100%;
}
.sclc-type:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #1B66F5;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ampersand-icon {
    position: absolute;
    left: 0;
    right: 0;
}


.facts-about-sclc {
    max-width: 1132px;
    margin: 0 auto;
    text-align: center;
    padding: 56px 0 64px;
}
.facts-about-sclc h2 {
    font-family: 'Filson Pro';
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    color: #193965;
    margin: 0 auto 24px;
}
.facts-section {
    background: #1B66F5;
}
.facts-section p {
    font-family: 'Filson Pro';
	font-size: 25px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0.24px;
    color: #ffffff;
    padding: 24px 97px;
}
.facts-section p.txt-below {
    padding-top: 0 !important;
}
.facts-section p span {
    font-weight: 425;
}
.facts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: #193965;
    margin: 0;
}
.facts li {
    width: 33.33%;
    padding: 48px 24px;
    list-style-type: none;
    font-family: 'Filson Pro';
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    color: #ffffff;
}
.facts li:nth-child(2) {
    border-left: 2px solid;
    border-right: 2px solid;
}

.cells-section ul{
    padding: 0;
    margin: 0;
}
.cells-section{
    max-width: 1132px;
    margin: 0 auto 64px;
}
.cells-section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cells-section-content h2 {
    font-family: 'Filson Pro';
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    color: #193965;
}
.cells-footnote{
    max-width: 1132px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.cells-footnote p {
    font-family: 'Filson Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    max-width: 742px;
    text-align: center;
    margin: 49px 0 0;
}

.nsclc-stages-section {
    padding: 56px 0 64px;
    background: #A9C8E7;
}
.nsclc-stages-section h2 {
    font-family: 'Filson Pro';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #193965;
    text-align: center;
    margin: 0 0 32px;
}


.nsclc-stages {
    max-width: 971px;
    margin: 0 auto;
    background: #fff;
}
/* .tab {
    position: relative;
}
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.tab input:checked ~ .tab-content {
    max-height: max-content;
    display: flex;
    justify-content: space-between;
    padding-right: 54px;
}
.tab-content img {
    max-width: 340px;
}

.accordion {
    overflow: hidden;
    background: #fff;
}
.tab-label,
.tab-close {
    display: flex;
    color: #1B66F5;
    background: var(--theme);
    cursor: pointer;
}
.tab-label {
    justify-content: space-between;
    padding: 32px;
    max-width: 518px;
    background: #D9EBFF;
    font-family: 'Filson Pro';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}
.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(0);
    color: #6D0120;
}
.tab input:checked + .tab-label::after {
    transform: rotate(90deg);
}
.tab-content p {
    margin: 0;
    padding: 24px 32px;
    font-family: 'Filson Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
    color: #000;
    max-width: 376px;
}
.tab-content p span {
    font-weight: 800;
}
.tab-close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}
.accordion--radio {
    --theme: var(--secondary);
} */

/* Arrow animation */
/* .tab input:not(:checked) + .tab-label:hover::after {
    animation: bounce .5s infinite;
}
@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
} */


.accordion-nsclc-stages .accordion-header {
    padding: 23px 32px;
    max-width: 518px;
    background: #D9EBFF;
    font-family: 'Filson Pro';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    /* display: flex; */
    /* justify-content: space-between; */
    color: #1B66F5;
    border: none;
}
.accordion-nsclc-stages #ah-1 {
    border-bottom: 1px solid #A9C8E7;
}
.accordion-nsclc-stages #ah-2 {
    border-top: 1px solid #A9C8E7;
}
.accordion-nsclc-stages .ui-icon {
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/global/red-arrow.svg);
    background-position: center;
    position: absolute;
    right: 40px;
    top: 35px;
    width: 24px;
    height: 14px;
    background-size: 24px;
    transform: rotate(270deg);
}
.accordion-nsclc-stages .ui-state-active .ui-icon {
    transform: rotate(0deg);
    top: 147px;
}
.accordion-nsclc-stages .ui-state-active#ah-2 .ui-icon {
    top: 161px;
}
.accordion-nsclc-stages .accordion-header.ui-state-active {
    background: no-repeat;
    /* padding-bottom: 0; */
    cursor: default;
    padding: 32px 32px 13px 32px;
    border-bottom: 0 !important;
}
.accordion-nsclc-stages .tab-content {
    padding: 32px 32px 0;
        padding: 0 0 0 32px;
        height: 0 !important;
    /* height: auto !important; */
    border-radius: 0;
    border: none;
   /* overflow: inherit;*/
    display: block !important;
    transition: height 150ms ease;
}
.tab-content-inner {
    display: flex;
    justify-content: space-between;
    width: 383px;
}
.accordion-nsclc-stages .tab-content p, .accordion-nsclc-stages .tab-content ul {
    /* margin: 0;
    padding: 24px 32px; */
    font-family: 'Filson Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    /* max-width: 315px; */
}
.accordion-section {
    display: flex;
    justify-content: space-between;
}
/* .accordion-nsclc-stages .tab-content img {
    max-width: 343px;
    display: none;
} */
.accordion-nsclc-stages .tab-content p {
    max-width: 307px;
    margin-bottom: 30px;
}
.accordion-nsclc-stages .tab-content ul {
    max-width: 315px;
    margin-bottom: 30px;
}
.accordion-nsclc-stages .tab-content .tab-es-sclc p, .accordion-nsclc-stages .tab-content .tab-es-sclc ul{
    max-width: 385px;
}
.tab-content p span {
    font-weight: 800;
}
.accordion-nsclc-stages .tab-content ul {
    padding: 0 0 0 30px;
}
div#ui-id-4 {
    padding: 17px 32px 0;
}
.accordion-nsclc-stages {
    flex-basis: 518px;
}
.accordion-images {
    /* padding: 50px 54px 0; */
    padding: 43px 66px 0;
}
.accordion-images img {
    max-width: 343px;
    /* max-width: 320px; */
}
.accordion-images .img2{
    display: none;
    margin-bottom: 30px;
}
/* .accordion-header#ah-2 {
    margin-top: 20px;
} */
.ui-accordion-header-active.ui-state-active#ah-2 {
    margin-top: -5px !important;
    margin-bottom: -24px;
    border-top: 0;
}
div#ui-id-1 {
    /* padding-top: 15px; */
    padding-top: 0;
    /* height: 267px !important; 
    height: 227px !important; */
}
.tab-es-sclc ul {
    margin-top: 24px;
}


h3.active+.tab-content{
	/*display: block!important;
    height: 271px !important;*/
	height: 285px !important;
    padding: 32px 32px 0;
    overflow: hidden;
}


.cells-section-content .col-container{
	display: flex;
	align-items: end;
	margin: 0 74px 0 0;
}
.cells-section-content .col-container .col-1{
	padding-right: 85px;
	border-right: 1px solid #1B66F5;
	margin-right: 65px;
}
.cells-section-content .col-container img{
	margin-bottom: 20px;
}
.cells-section-content .col-container p{
	color: #6D0020;
	font-size: 22px;
	font-weight: 800;
	line-height: 30px;
	max-width: 200px;
	text-align: center;
}
.cells-section-content .col-container .col-2 img{
	width: 216px;
	margin-left: 20px;
}
.cells-section-content .col-container .col-2 p{
	margin-left: 30px;
}
.cells-section-content .col-container .col-1 p{
	color: #1B66F5;
}



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

    .desktop-only{
		display: block;
	}
	.mobile-only{
		display: none;
    }
	.accordion-images img.img1{
		transform: scale(1.14);
        margin-top: -20px;
        }
	h3.active+div#ui-id-1.tab-content {
    height: 225px !important;
    padding: 0px 32px 0px 32px;
	}
}

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

    .desktop-only{
		display: none;
	}
	.mobile-only{
		display: block;
		}

    .cells-section-content{
        flex-direction: column;
    }
    .cells-section-content img{
       /* content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/sclc-redesign/mobile/Frame-1.svg); */
    }
	.accordion-nsclc-stages .accordion-header{
		/* max-width: 345px; */
	}
	.accordion-section {
        flex-direction: column;
    }
	.accordion-nsclc-stages {
	  /*  flex-basis: 375px; */
        flex-basis: 100%;
    flex-basis: initial;
	}
	.accordion-images img{
		max-width: 240px;
		height: 208px;
	}
	.tab-content-inner{
		width: 265px;
		width: 85.046%;
	}
	.banner-scetion h1{
		font-size: 30px;
		line-height: 34px;
		margin: 35px 0;
    	padding: 0 10px;
	}
	.sclc-type-block h2{
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 34px;
        padding: 0 15px;
	}
    .sclc-type-block{
		padding: 40px 0;
	}
	.sclc-type{
		flex-direction: column;
		background: #1B66F5;
	}
	.sclc-type h3{
		max-width: 360px;
    	width: 100%;
		width: calc(100% - 30px);
		font-size: 22px;
		line-height: 28px;
		padding: 32px 46px;
	}
	.sclc-type>h3:nth-child(3){
		background: #F2F6FC;
		margin-top: 2px;
	}
	.ampersand-icon img{
		width: 49px;
	}
	.sclc-type:before{
		display: none;
	}
	.facts-about-sclc{
		padding: 64px 0 0 0;
	}
	.facts-about-sclc h2{
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.facts-section{
		margin: 0 15px;
	}
	.facts-section p{
		padding: 24px 16px;
	}
	.facts{
		flex-direction: column;
	}
	.facts li:nth-child(2){
	border-left: 0;
	border-right: 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
	}
	.facts li{
		width: 100%;
		
	}
	.cells-section-content h2{
		margin: 10px 0 26px;
		width: 100%;
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
	}
    .cells-footnote p{
        margin: 44px 0 0;
    }
	.cells-section{
		margin: 64px 25px;
	}
    .accordion-nsclc-stages .ui-icon{
        right: 16px;
    }
	.nsclc-stages-section{
		padding: 51px 0;
	}
	.nsclc-stages-section h2{
		font-size: 26px;
		line-height: 32px;
		padding: 0 30px;
	}
	.nsclc-stages{
        margin: 0 auto;
        width: calc(100% - 30px);
        max-width: 518px;
	}
	.accordion-nsclc-stages .accordion-header{
		padding: 24px 16px 24px;
	}
	.accordion-nsclc-stages .tab-content{
		padding: 0px 16px 0px;
		height: 0!important;
	}
	div#ui-id-1{
		padding-top: 0;
		height: 0!important;
	}
	.accordion-nsclc-stages .tab-content p, .accordion-nsclc-stages .tab-content ul{
	margin-bottom: 0;
	}
	.accordion-images{
		padding: 51px 0 58px;
    	width: 100%;
		max-width: 240px;
		margin: 0 auto;
		text-align: center;
	}
	.accordion-nsclc-stages .ui-state-active .ui-icon{
		top: 143px;
		right: 20px;
	}
	.accordion-images.acc-2{
		display: none;
        }
	.ui-accordion-header-active.ui-state-active#ah-2{
		margin-bottom: 0;
        
	}
    .accordion-nsclc-stages .accordion-header.ui-state-active{
        padding: 20px 16px 14px;
    }
	.accordion-images .img2{
		margin-bottom: 0;
	}
	.accordion-nsclc-stages .ui-state-active#ah-2 .ui-icon{
		top: 185px;
	}
	.tab-es-sclc ul li {
    	padding-right: 0px!important;
	}

	h3.active+.tab-content{
		padding: 0 16px!important;
		height: auto !important;
	}
	h3.active+div#ui-id-1.tab-content{
		height: 192px!important;
    	height: auto !important;
	}
	.cells-section-content .col-container{
		flex-direction: column;
		margin: 0;
		align-items: center;
	}
	.cells-section-content .col-container .col-1{
		padding-right: 62px;
		margin-right: 0;
		border-right: 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #1B66F5;
		margin-bottom: 30px;
		padding-left: 62px;
	}
	.cells-section-content .col-container .col-2 img{
		width: 216px;
    	margin-left: 0;
	}
	.cells-section-content .col-container .col-2 p {
	    margin-left: 5px;
	}
	.accordion-nsclc-stages .accordion-header{
		border-radius: 0;
    }
	.tab-es-sclc>p:last-child{
		margin-top: 16px;
	}
	
}


.tab-content{
	display:none !important;
}

.ISI-content .tab-content{
	display:block !important;
}


.tab-es-sclc ul li {
    padding-right: 10px;
}


@media screen and (min-width: 992px) and (max-width: 1160px) {
    .cells-section-content {
    	padding: 0 0 0 5px;
    }

	#accordion .accordion-images.mobile-only{
    	display: none !important;
	}
}