[data-page-id='Home'].page-content {
    background-color: #ffffff;
}

#references,
#isi {
    width: 100%;
    margin: auto;
}

#isi button.fixed_isi_trigger {
    display: none;
}

#isi h2,
#fixed_isi h2 {
    margin-bottom: 12px;
    color: #9b288c;
    text-transform: uppercase;
}

#isi h3,
#fixed_isi h3 {
    margin-bottom: 4px;
    line-height: 20px;
}

#isi p,
#fixed_isi p {
    margin-bottom: 20px;
    line-height: 20px;
}

#isi ul li,
#fixed_isi ul li {
    position: relative;
    margin-bottom: 0;
    padding-left: 10px;
    line-height: 20px;
}

#isi ul li:before,
#fixed_isi ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #58595b;
}

#isi a,
#fixed_isi a {
    color: #9b288c;
    text-decoration: none;
}

#isi a.hover,
#isi a:hover,
#fixed_isi a.hover,
#fixed_isi a:hover {
    text-decoration: underline;
}

#isi ul,
#fixed_isi ul {
    padding: 0;
    list-style-type: none;
}

#references h3 {
    margin-bottom: 15px;
    color: #9b288c;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#references ol li {
    margin-bottom: 4px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    #references,
    #isi {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #isi,
    #references {
        max-width: 1366px;
        padding: 0 15px;
    }

    #isi article {
        padding: 75px 200px 0 75px;
    }

    #isi .section article .isi-header,
    #fixed_isi .section article .isi-header {
        padding: 0;
    }

    #isi ul,
    #fixed_isi ul {
        list-style-type: none;
    }

    #isi h2,
    #fixed_isi h2 {
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 26px;
    }

    #isi h3,
    #fixed_isi h3 {
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    #isi p,
    #fixed_isi p {
        font-family: 'Gotham', sans-serif;
        font-weight: 400;
        font-size: 16px;
    }

    #isi ul li,
    #fixed_isi ul li {
        font-family: 'Gotham', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }

    #isi ul li:before,
    #fixed_isi ul li:before {
        top: 11px;
    }

    #isi a,
    #fixed_isi a {
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    #references article {
        padding: 30px 200px 0 75px;
    }

    #references ol {
        margin-left: 20px;
    }
}

@media screen and (max-width: 959px) {
    #isi article {
        padding: 30px 0 0 0;
    }

    #references,
    #isi {
        max-width: 100%;
        padding: 0 25px;
    }

    #isi ul li,
    #fixed_isi ul li {
        font-family: 'Gotham', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    #isi ul li:before,
    #fixed_isi ul li:before {
        top: 7px;
    }

    #isi h2,
    #fixed_isi h2 {
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 22px;
    }

    #isi h2,
    #fixed_isi h2 {
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 22px;
    }

    #isi h3,
    #fixed_isi h3 {
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

    #isi p,
    #fixed_isi p {
        font-family: 'Gotham', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    #isi a,
    #fixed_isi a {
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

    #references article {
        padding: 30px 0 0 0;
    }
}

/* CTA section */
#cta > article {
    width: 100%;
    margin: auto;
}

.homepage-content #cta > article {
    display: flex;
}

.homepage-content #cta .head-to-head,
.homepage-content #cta .first-line-biologic,
.homepage-content #cta .milestones {
    position: relative;
}

.homepage-content .head-to-head {
    overflow: hidden;
    background: url(../images/head-to-head-bg.svg) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
}

.homepage-content .head-to-head:before {
    z-index: 1;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.homepage-content .head-to-head:before,
.homepage-content .head-to-head:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homepage-content .head-to-head:after {
    z-index: 2;
}

.homepage-content .head-to-head > * {
    position: relative;
    z-index: 3;
}

.homepage-content .head-to-head h2 {
    color: #ffffff;
    text-transform: uppercase;
}

.homepage-content .head-to-head h2 .knockout-29 {
    display: block;
    font-size: 40px;
    line-height: 32px;
}

.homepage-content .head-to-head h2 .knockout-49 {
    display: block;
    letter-spacing: -1px;
    line-height: 85px;
}

.homepage-content .head-to-head h2 .knockout-29.subhead {
    font-size: 32px;
    line-height: 48px;
}

[data-page-id='Home'] .head-to-head h2 .knockout-29 sup {
    position: relative;
    top: -10px;
    font-size: 16px;
}

[data-page-id='Home'] .head-to-head .entyvio-vs-humira {
    display: flex;
    justify-content: flex-start;
}

[data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}

[data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 em {
    display: block;
    text-transform: lowercase;
    font-style: normal;
}

[data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 .superscript-set {
    position: absolute;
}

[data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 .superscript-set sup {
    position: relative;
}

[data-page-id='Home'] .head-to-head .legal {
    position: relative;
    color: #ffffff;
}

[data-page-id='Home'] .head-to-head .legal span {
    position: absolute;
}

[data-page-id='Home'] .milestones {
    overflow: hidden;
    min-height: 980px;
    background: url(../images/homepage-milestones-bg.png) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
}

[data-page-id='Home'] .milestones h2 {
    position: relative;
    color: #9b288c;
    text-transform: uppercase;
}

[data-page-id='Home'] .milestones .milestones-banner img {
    width: 80%;
}

[data-page-id='Home'] .milestones .icon-list {
    margin-top: 25px;
}

[data-page-id='Home'] .milestones .icon-list .icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

[data-page-id='Home'] .milestones .icon-list .icon-item img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

[data-page-id='Home'] .milestones .icon-list .icon-item p {
    margin: 0;
    color: #9b288c;
    text-align: left;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

[data-page-id='Home'] .milestones .icon-list .icon-item p span {
    text-transform: uppercase;
    font-family: 'Knockout', sans-serif;
    font-size: 26px;
}

[data-page-id='Home'] .milestones .legal {
    margin-top: 30px;
    color: #9b288c;
    text-align: left;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    #cta > article {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    .homepage-content #cta > article {
        padding: 0 23px;
    }

    .homepage-content #cta > article > div:nth-child(1) {
        padding-right: 12px;
    }

    .homepage-content #cta > article > div {
        overflow: hidden;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .homepage-content #cta > article > div:nth-child(2) {
        padding-left: 12px;
    }

    .homepage-content .head-to-head {
        min-height: 100%;
        padding: 32px 25px 119px 25px;
    }

    .homepage-content .head-to-head:before {
        background: url(../images/head-to-head1.svg) calc(100% + 4px)
        calc(100% + 4px) no-repeat;
        background-size: 258px auto;
    }

    .homepage-content .head-to-head:after {
        background: url(../images/head-to-head2.svg) 100% 100% no-repeat;
        background-size: 258px auto;
    }

    .homepage-content .head-to-head .varsity-trial {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .homepage-content .head-to-head .varsity-trial img {
        width: 240px;
        height: 60px;
    }

    .homepage-content .head-to-head h2 {
        padding: 25px 0 20px 20px;
    }

    .homepage-content .head-to-head h2 .knockout-29 {
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 50px;
        line-height: 52px;
    }

    .homepage-content .head-to-head h2 .knockout-49 {
        position: relative;
        display: inline-flex;
        align-items: center;
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 70px;
        line-height: 82px;
    }

    .gotham-med {
        font-size: 70px;
    }

    [data-page-id='Home'] .head-to-head h2 .knockout-29 sup {
        top: -23px;
        font-size: 20px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira {
        justify-content: center;
        margin-top: 40px;
        padding: 0 20px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 {
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 60px;
        line-height: 40px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 em {
        font-family: 'Gotham', sans-serif;
        font-weight: 400;
        font-size: 20px;
    }

    [data-page-id='Home']
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
        position: relative;
        top: -25px;
        width: 57px;
        height: 57px;
        margin: 15px 32px 0 32px;
        padding-top: 1px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-style: normal !important;
        font-size: 16px;
        line-height: 57px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 .superscript-set {
        top: -5px;
        font-size: 30px;
    }

    [data-page-id='Home']
    .head-to-head
    .entyvio-vs-humira
    h3
    .superscript-set
    sup {
        top: -7px;
        font-size: 20px;
    }

    [data-page-id='Home'] .head-to-head .legal {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 15px 20px 20px 20px;
        text-align: left;
    }

    [data-page-id='Home'] .head-to-head .legal span {
        left: 14px;
    }

    p.legal sup {
        font-size: 10px;
    }

    [data-page-id='Home'] .head-to-head .btn-wrapper {
        margin: 56px 0 0 25px;
    }

    .btn.btn-secondary {
        padding: 20px 30px;
    }

    .btn.btn-secondary.hover,
    .btn.btn-secondary:hover {
        border: 2px solid #9b288c;
        background: #f4e8f3;
        box-shadow: 0 3px 8px 0 rgb(61 5 58 / 30%);
    }

    [data-page-id='Home'] .milestones {
        min-height: 100%;
        padding: 20px 20px 20px 32px;
    }

    [data-page-id='Home'] .milestones h2 {
        margin-bottom: 30px;
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 50px;
        line-height: 52px;
    }

    p.legal {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id='Home'] .head-to-head {
        padding: 32px 15px 125px 15px;
    }

    [data-page-id='Home'] #cta > article > div:nth-child(1) {
        flex: 0 0 55%;
        max-width: 55%;
    }

    [data-page-id='Home'] #cta > article > div:nth-child(2) {
        flex: 0 0 45%;
        max-width: 45%;
    }

    [data-page-id='Home']
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
        margin: 10px 5px 0 5px;
    }

    [data-page-id='Home'] .head-to-head .legal {
        padding: 15px 0 20px 0;
    }

    [data-page-id='Home'] article .head-to-head .btn-wrapper {
        margin: 30px 0 10px 0;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id='Home'] .head-to-head {
        margin-bottom: 25px;
        padding: 32px 15px 25px 15px;
    }

    [data-page-id='Home'] .head-to-head:before {
        background: url(../images/head-to-head1.svg) calc(100% + 4px)
        calc(100% + 4px) no-repeat;
        background-size: 155px auto;
    }

    [data-page-id='Home'] .head-to-head:after {
        background: url(../images/head-to-head2.svg) 100% 100% no-repeat;
        background-size: 155px auto;
    }

    [data-page-id='Home'] .head-to-head .varsity-trial img {
        width: 100%;
    }

    [data-page-id='Home'] .head-to-head h2 {
        padding: 30px 0 20px 10px;
    }

    [data-page-id='Home'] .head-to-head h2 .knockout-29 {
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 24px;
        line-height: 24px;
    }

    [data-page-id='Home'] .head-to-head h2 .knockout-49 {
        position: relative;
        display: inline-flex;
        align-items: center;
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 44px;
    }

    [data-page-id='Home'] .gotham-med {
        font-size: 36px;
    }

    [data-page-id='Home'] .head-to-head h2 .knockout-29.subhead {
        font-size: 18px;
        line-height: 20px;
    }

    [data-page-id='Home'] .head-to-head h2 .knockout-29.subhead sup {
        top: -8px;
        font-size: 10px;
    }

    [data-page-id='Home'] .head-to-head h2 .knockout-29 sup {
        top: -14px;
        font-size: 15px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira {
        padding: 0 10px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 {
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        font-size: 21px;
        line-height: 20px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 em {
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        font-size: 12px;
    }

    [data-page-id='Home']
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
        position: relative;
        width: 28px;
        height: 28px;
        margin: -6px 12px 0 12px;
        padding-top: 1px;
        padding-right: 2px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 10px;
        line-height: 28px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 .superscript-set {
        top: -1px;
        font-size: 18px;
    }

    [data-page-id='Home']
    .head-to-head
    .entyvio-vs-humira
    h3
    .superscript-set
    sup {
        top: -5px;
        font-size: 10px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 em {
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        font-size: 12px;
    }

    [data-page-id='Home'] .head-to-head .legal {
        padding: 15px 20px 25px 23px;
        line-height: 12px;
    }

    [data-page-id='Home'] .head-to-head .legal span {
        left: 30px;
    }

    [data-page-id='Home'] .head-to-head .legal sup {
        top: -2px;
    }

    [data-page-id='Home'] .head-to-head .btn-wrapper {
        margin: 0 0 0 10px;
    }

    [data-page-id='Home'] .milestones {
        height: 980px;
        min-height: 100%;
        padding: 32px 25px 119px 25px;
    }

    [data-page-id='Home'] .milestones h2 {
        margin-bottom: 45px;
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 36px;
        line-height: 35px;
    }

    [data-page-id='Home'] .milestones .icon-list .icon-item p {
        font-size: 14px;
    }

    [data-page-id='Home'] .milestones .icon-list .icon-item p span {
        font-size: 18px;
    }

    [data-page-id='Home'] .milestones .legal {
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
    }

    p.legal sup {
        font-size: 10px;
    }

    [data-page-id='Home'] #cta > article {
        flex-direction: column;
    }

    .homepage-content #cta > article {
        max-width: 100%;
        padding: 0 25px;
    }

    p.legal {
        font-size: 10px;
    }
}

@media screen and (max-width: 374px) {
    [data-page-id='Home'] .head-to-head .entyvio-vs-humira {
        padding: 0 10px;
    }

    [data-page-id='Home'] .head-to-head .legal {
        padding-left: 10px;
    }

    [data-page-id='Home'] .head-to-head .legal span {
        left: 4px;
    }

    [data-page-id='Home']
    .head-to-head
    .entyvio-vs-humira
    [data-yellow-dot-word] {
        margin: 0 6px 0 6px;
    }

    [data-page-id='Home'] .head-to-head .entyvio-vs-humira h3 {
        letter-spacing: -1px;
    }

    [data-page-id='Home'] .milestones .icon-list .icon-item p {
        line-height: 14px;
    }
}

#indication_bar {
    position: relative;
    width: 100%;
    background: none;
}

#indication_bar > div > div {
    position: relative;
    width: 100%;
    margin: auto;
}

#indication_bar > div > div * {
    position: relative;
    z-index: 2;
}

#indication_bar h3 {
    color: #9b288c;
}

@media screen and (min-width: 1800px) {
    #indication_bar > div > div {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #indication_bar {
        top: -30px;
        margin-bottom: -30px;
    }

    #indication_bar > div > div {
        padding: 20px 0 20px 30px;
    }

    #indication_bar h3 {
        margin-bottom: 0;
        padding-right: 150px;
        padding-left: 40px;
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 16px;
    }
}

@media screen and (max-width: 959px) {
    #indication_bar {
        top: -20px;
        margin-bottom: 0;
    }

    #indication_bar > div > div {
        max-width: 100%;
        padding: 15px 0 15px 25px;
    }

    #indication_bar h3 {
        margin-bottom: 0;
        padding-right: 70px;
        font-family: 'Gotham', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
    }
}

[data-page-id='Home'] .first-line-biologic {
    margin-bottom: 20px;
    padding: 20px 12px 20px 32px;
}

[data-page-id='Home'] .first-line-biologic {
    color: #9b288c;
}

[data-page-id='Home'] .first-line-biologic div {
    margin-top: 36px;
    text-align: center;
}

[data-page-id='Home'] .first-line-biologic h2 {
    position: relative;
    text-transform: uppercase;
}

[data-page-id='Home'] .first-line-biologic div {
    margin-top: 36px;
    text-align: center;
}

[data-page-id='Home'] .first-line-biologic .legal {
    margin-top: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

[data-page-id='Home'] .first-line-biologic .legal {
    margin-top: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

[data-page-id='Home'] .first-line-biologic .legal p {
    position: relative;
    padding: 0 80px;
    color: #58595b;
}

[data-page-id='Home'] .first-line-biologic {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id='Home'] .first-line-biologic h2 {
        margin-bottom: 20px;
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 50px;
        line-height: 52px;
    }

    [data-page-id='Home'] .first-line-biologic h2 strong {
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 50px;
    }

    [data-page-id='Home'] .first-line-biologic .legal p {
        position: relative;
        margin: 0;
    }

    [data-page-id='Home'] .first-line-biologic {
        max-width: 1366px;
        padding: 0 30px;
    }

    [data-page-id='Home'] .first-line-biologic h2 sup {
        top: -18px;
        font-size: 20px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id='Home'] .first-line-biologic h2 sup {
        top: -12px;
        font-size: 17px;
    }

    [data-page-id='Home'] .first-line-biologic {
        max-width: 100%;
        padding: 0 25px;
    }

    [data-page-id='Home'] .first-line-biologic h2 {
        margin-bottom: 20px;
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 28px;
        line-height: 32px;
    }

    [data-page-id='Home'] .first-line-biologic h2 strong {
        display: block;
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 33px;
    }

    [data-page-id='Home'] .first-line-biologic .legal {
        margin-bottom: 24px;
    }

    [data-page-id='Home'] .first-line-biologic .legal p {
        position: relative;
        margin: 0 0 4px 0;
        padding: 0;
        line-height: 12px;
    }
}

#home_title > article {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1800px) {
    #home_title > article {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #home_title > article {
        padding: 0 23px;
    }

    [data-page-id='Home'] #home_title > article h2 {
        display: flex;
        align-items: center;
        margin-top: 25px;
        margin-bottom: 55px;
        color: #9b288c;
        text-transform: uppercase;
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 72px;
    }

    [data-page-id='Home'] #home_title > article h2:before,
    [data-page-id='Home'] #home_title > article h2:after {
        content: '';
        flex-grow: 1;
        height: 4px;
        background: #ffcb03;
    }

    [data-page-id='Home'] #home_title > article h2 > span {
        padding: 0 20px;
    }

    [data-page-id='Home'] #home_title > article h2 > span span {
        position: relative;
    }

    [data-page-id='Home'] #home_title > article h2 > span em {
        position: absolute;
        bottom: -23px;
        left: 0;
        text-transform: lowercase;
        font-family: 'Knockout', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 36px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id='Home'] #home_title > article {
        max-width: 100%;
        padding: 0 25px;
    }

    [data-page-id='Home'] #home_title > article h2 {
        color: #9b288c;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 42px;
    }

    [data-page-id='Home'] #home_title > article h2 > span span {
        position: relative;
        display: inline-block;
    }

    [data-page-id='Home'] #home_title > article h2 > span em {
        position: absolute;
        bottom: -12px;
        left: 0;
        text-transform: lowercase;
        letter-spacing: 0;
        font-weight: 400;
        font-style: normal;
        font-size: 21px;
    }

    [data-page-id='Home'] #home_title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 374px) {
    [data-page-id='Home'] #home_title > article h2 {
        line-height: 52px;
    }

    [data-page-id='Home'] #home_title > article h2 > span em {
        bottom: -27px;
    }
}

[data-page-id='Home'] #pillars > article {
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
}

[data-page-id='Home'] #pillars .selectivity,
[data-page-id='Home'] #pillars .remission,
[data-page-id='Home'] #pillars .safety {
    position: relative;
    overflow: hidden;
    background: url(../images/homepage-pillars.svg) 0 0 no-repeat;
    background-size: cover;
}

[data-page-id='Home'] #pillars h2 {
    color: #9b288c;
    text-transform: uppercase;
    letter-spacing: -1px;
}

[data-page-id='Home'] #pillars h2 .knockout-29 {
    display: block;
    color: #58595b;
}

[data-page-id='Home'] #pillars .content-area {
    position: relative;
    z-index: 3;
}

[data-page-id='Home'] #pillars h2 > sup {
    padding-left: 4px;
}

[data-page-id='Home'] #pillars h3 {
    margin-bottom: 15px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

[data-page-id='Home'] #pillars p {
    margin-bottom: 15px;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

[data-page-id='Home'] #pillars .btn-wrapper {
    position: relative;
    z-index: 3;
}

[data-page-id='Home'] #pillars .bg {
    position: absolute;
    z-index: 2;
    bottom: 0;
}

[data-page-id='Home'] #pillars [data-yellow-dot-word] {
    padding: 0;
}

@media screen and (min-width: 1800px) {
    [data-page-id='Home'] #pillars > article {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    [data-page-id='Home'] #pillars {
        margin: 40px 0 20px 0;
    }

    [data-page-id='Home'] #pillars > article {
        justify-content: space-between;
        padding: 0 23px;
    }

    [data-page-id='Home'] #pillars .selectivity,
    [data-page-id='Home'] #pillars .remission,
    [data-page-id='Home'] #pillars .safety {
        flex: 0 0 calc(33.33333% - 20px);
        max-width: calc(33.33333% - 20px);
        min-height: 560px;
        box-shadow: 5px 5px 5px 0 rgb(155 40 140 / 8%);
    }

    [data-page-id='Home'] #pillars .selectivity:before,
    [data-page-id='Home'] #pillars .remission:before,
    [data-page-id='Home'] #pillars .safety:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: #ffcb03;
    }

    [data-page-id='Home'] #pillars .content-area {
        min-height: 430px;
        padding: 95px 0 0 25px;
    }

    [data-page-id='Home'] #pillars h2 {
        margin-bottom: 30px;
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 72px;
        line-height: 50px;
    }

    [data-page-id='Home'] #pillars h2 .knockout-29 {
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 45px;
    }

    [data-page-id='Home'] #pillars h2 > sup {
        top: -42px;
        font-size: 17px;
    }

    [data-page-id='Home'] #pillars h3 {
        margin-bottom: 15px;
        padding-right: 100px;
    }

    [data-page-id='Home'] #pillars p {
        margin-bottom: 15px;
        padding-right: 160px;
    }

    [data-page-id='Home'] #pillars .btn-wrapper {
        display: flex;
        margin: 0 0 0 25px;
    }

    [data-page-id='Home'] #pillars p {
        margin-bottom: 15px;
        padding-right: 160px;
    }

    [data-page-id='Home'] #pillars .btn-wrapper p {
        padding: 0;
    }

    [data-page-id='Home'] #pillars .btn-wrapper .btn:nth-child(1) {
        margin-right: 10px;
    }

    [data-page-id='Home'] #pillars .btn-wrapper .btn {
        padding: 20px;
    }

    [data-page-id='Home'] #pillars .bg {
        left: 0;
        width: 100%;
    }

    [data-page-id='Home'] #pillars [data-yellow-dot-word]:nth-child(2) {
        left: calc(66.66666% - 30px);
    }

    [data-page-id='Home'] #pillars [data-yellow-dot-word] {
        position: relative;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: calc(33.33333% - 30px);
        flex: 0 0 61px;
        width: 61px;
        max-width: 61px;
        height: 61px;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 20px;
        line-height: 61px;
        transform: translateY(-50%);
    }

    [data-only*='mobile'] {
        display: none;
    }

    [data-page-id='Home'] #pillars h2 .knockout-29 sup {
        top: -22px;
        font-size: 18px;
    }

    [data-page-id='Home'] #pillars .selectivity .footnote,
    [data-page-id='Home'] #pillars .remission .footnote,
    [data-page-id='Home'] #pillars .safety .footnote {
        font-size: 12px;
        line-height: 12px;
    }

    [data-page-id='Home'] #pillars .safety h2 {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1250px) and (min-width: 960px) {
    [data-page-id='Home'] #pillars .content-area {
        min-height: 0;
        padding-top: 40px;
    }

    [data-page-id='Home'] #pillars h2 {
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 56px;
        line-height: 38px;
    }

    [data-page-id='Home'] #pillars h2 .knockout-29 {
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 36px;
    }

    [data-page-id='Home'] #pillars h2 > sup {
        top: -30px;
    }
}

@media screen and (max-width: 959px) {
    [data-page-id='Home'] #pillars {
        margin: 25px 0;
    }

    [data-page-id='Home'] #pillars > article {
        flex-direction: column;
        padding: 0;
    }

    [data-page-id='Home'] #pillars .selectivity,
    [data-page-id='Home'] #pillars .remission,
    [data-page-id='Home'] #pillars .safety {
        min-height: 457px;
        padding: 0 25px;
    }

    [data-page-id='Home'] #pillars .selectivity:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: #ffcb03;
    }

    [data-page-id='Home'] #pillars .content-area {
        width: 250px;
        padding: 50px 0 0 0;
    }

    [data-page-id='Home'] #pillars h2 {
        margin-bottom: 15px;
        font-family: 'Knockout', sans-serif;
        font-weight: 700;
        font-size: 57px;
        line-height: 40px;
    }

    [data-page-id='Home'] #pillars h2 .knockout-29 {
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 36px;
    }

    [data-page-id='Home'] #pillars h2 > sup {
        top: -33px;
        font-size: 15px;
    }

    [data-page-id='Home'] #pillars h3,
    [data-page-id='Home'] #pillars p {
        margin-bottom: 15px;
    }

    [data-page-id='Home'] #pillars .btn-wrapper p {
        margin-bottom: 8px;
        padding: 0;
    }

    [data-page-id='Home'] #pillars [data-yellow-dot-word] {
        position: relative;
        position: relative;
        z-index: 3;
        left: 50%;
        width: 61px;
        height: 61px;
        margin: -15px 0;
        border-radius: 100%;
        background: #ffcb03;
        color: #9b288c;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Gotham', sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 20px;
        line-height: 61px;
        transform: translateX(-50%);
    }

    [data-page-id='Home'] #pillars .remission {
        padding-bottom: 25px;
    }

    [data-page-id='Home'] #pillars h2 .knockout-29 sup {
        top: -18px;
        font-size: 15px;
    }

    [data-page-id='Home'] #pillars .selectivity .footnote,
    [data-page-id='Home'] #pillars .remission .footnote,
    [data-page-id='Home'] #pillars .safety .footnote {
        font-size: 12px;
        line-height: 16px;
    }

    [data-page-id='Home'] #pillars .bg {
        right: 0;
        height: 480px;
    }

    [data-page-id='Home'] #pillars .remission img {
        bottom: -50px;
    }
}

@media (max-width: 374px) {
    [data-page-id='Home'] #pillars .content-area {
        width: 270px;
    }

    [data-page-id='Home'] #pillars h3,
    [data-page-id='Home'] #pillars p {
        padding-right: 40px;
    }

    [data-page-id='Home'] #pillars .btn-wrapper {
        padding-bottom: 20px;
    }

    [data-page-id='Home'] #pillars .bg {
        height: 400px;
    }
}

#hero {
    position: relative;
    overflow: hidden;
}

#hero:before {
    right: calc(50% - 1px);
    background-size: cover;
}

#hero:after {
    left: calc(50% - 1px);
    background-size: cover;
}

[data-page-id='Home'] #hero > div > picture > img,
[data-page-id='Home'] #hero > div > picture {
    bottom: -70px;
}

#hero > div > article + picture > img,
#hero > div > article + picture {
    right: 0;
    left: auto;
}

#hero > div > picture > img,
#hero > div > picture {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#hero:before,
#hero:after {
    content: '';
    position: absolute;
    top: 0;
    width: calc(50% + 2px);
    height: 100%;
}

[data-page-id='Home'] #hero > div > article > div {
    margin: auto;
}

#hero > div > picture img {
    width: auto;
}

[data-page-id='Home'] #hero > div > picture > img,
[data-page-id='Home'] #hero > div > picture {
    bottom: -70px;
}

[data-page-id='Home'] #hero > div > article h1 {
    position: relative;
    display: inline-block;
    margin: 0 auto 110px auto;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

[data-page-id='Home'] #hero > div > article h1 strong.super {
    position: absolute;
    line-height: 0;
}

[data-page-id='Home'] #hero > div > article h1 strong {
    color: #9b288c;
}

[data-page-id='Home'] #hero > div > article > div + div {
    position: relative;
    left: calc(900px / 4 - 10px);
    width: calc(900px / 2);
}

[data-page-id='Home'] #hero > div > article .extra-list ul {
    list-style-type: none;
    text-align: left;
}

ul[data-bullet] > li {
    position: relative;
    padding-left: 10px;
}

[data-page-id='Home'] #hero > div > article .extra-list ul li {
    margin-bottom: 14px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
}

ul[data-bullet='primary'] > li:before {
    color: #9b288c;
}

ul[data-bullet] > li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #9b288c;
}

#hero > div > article {
    width: 100%;
    margin: auto;
}

[data-page-id='Home'] #hero > div > article {
    top: 173px;
    text-align: center;
}

#hero > div > article {
    z-index: 3;
}

@media screen and (min-width: 1800px) and (max-width: 9999px) {
    #hero > div > article {
        max-width: 1366px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 960px) and (max-width: 9999px) {
    #hero {
        min-height: 736px;
    }

    [data-page-id='Home'] #hero > div > article {
        position: absolute;
        top: 240px;
        left: 0;
        max-width: 1440px !important;
        min-height: 440px;
    }

    [data-page-id='Home'] #hero {
        max-width: 1440px;
        min-height: 766px;
        margin: auto;
        background: white;
    }

    [data-page-id='Home'] #hero > div > article > div {
        position: relative;
        left: 60px;
        width: 900px;
    }

    [data-page-id='Home'] #hero > div > article h1 {
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 94px;
        line-height: 82px;
    }

    [data-page-id='Home'] #hero > div > article h1 strong {
        padding-left: 30px;
        font-family: 'Knockout', sans-serif;
        font-weight: 800;
        font-size: 93px;
    }

    [data-page-id='Home'] #hero > div > article h1 strong.super {
        bottom: -6px;
        padding-left: 30px;
        font-family: 'Knockout', sans-serif;
        font-weight: 400;
        font-size: 255px;
    }

    [data-page-id='Home'] #hero > div > article .extra-list ul {
        margin: 10px 0 0 15px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1185px) and (max-width: 1250px) {
    [data-page-id='Home'] #hero > div > article .extra-list {
        padding-right: 20px;
    }
}

@media screen and (min-width: 1140px) and (max-width: 1249px) {
    [data-page-id='Home'] #hero {
        min-height: 746px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1184px) {
    [data-page-id='Home'] #hero > div > article .extra-list {
        margin-top: -10px;
        padding-right: 60px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1139px) {
    [data-page-id='Home'] #hero {
        min-height: 696px;
    }
}

@media screen and (min-width: 1090px) and (max-width: 1139px) {
    [data-page-id='Home'] #hero > div > article .extra-list ul li {
        margin-bottom: 10px;
        font-size: 11px;
    }
}

@media screen and (min-width: 959px) and (max-width: 1024px) {
    [data-page-id='Home'] #hero {
        min-height: 660px;
        margin-top: 120px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1039px) {
    [data-page-id='Home'] #hero > div > article .extra-list {
        margin-top: -15px;
        padding-right: 70px;
    }

    [data-page-id='Home'] #hero > div > article .extra-list ul li {
        margin-bottom: 5px;
        font-size: 11px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
    [data-page-id='Home'] #hero > div > article > div {
        left: 48px;
        width: 700px;
    }

    [data-page-id='Home'] #hero > div > article h1 {
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 80px;
        line-height: 70px;
    }

    [data-page-id='Home'] #hero > div > article h1 strong {
        padding-left: 20px;
        font-family: 'Knockout', sans-serif;
        font-weight: 800;
        font-size: 78px;
    }

    [data-page-id='Home'] #hero > div > article h1 strong.super {
        font-family: 'Knockout', sans-serif;
        font-weight: 400;
        font-size: 205px;
    }

    [data-page-id='Home'] #hero > div > article .extra-list ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 959px) {
    #hero {
        height: 215px;
        margin-top: 132px;
    }

    [data-page-id='Home'] #hero {
        margin-top: 95px;
    }

    [data-page-id='Home'] #hero {
        height: 420px;
    }

    [data-page-id='Home'] #hero > div > picture > img,
    [data-page-id='Home'] #hero > div > picture {
        bottom: 73px;
        height: 80%;
    }

    #hero > div > article {
        max-width: 100%;
        padding: 0 25px;
    }

    [data-page-id='Home'] #hero > div > article > div {
        position: static;
    }

    [data-page-id='Home'] #hero > div > article h1 {
        z-index: 3;
        left: 17px;
        margin-top: 45px;
        margin-bottom: 0;
        font-family: 'Knockout', sans-serif;
        font-weight: 200;
        font-size: 25px;
        line-height: 21px;
    }

    [data-page-id='Home'] #hero > div > article h1 strong {
        padding-left: 10px;
        font-family: 'Knockout', sans-serif;
        font-weight: 800;
        font-size: 25px;
    }

    [data-page-id='Home'] #hero > div > article h1 strong.super {
        right: 2px;
        bottom: -1px;
        font-family: 'Knockout', sans-serif;
        font-weight: 400;
        font-size: 65px;
    }

    [data-page-id='Home'] #hero > div > article .extra-list {
        position: absolute;
        z-index: 3;
        bottom: 15px;
        left: 0;
        width: 100%;
        padding: 15px 25px 0;
        background: #ffffff;
    }

    [data-page-id='Home'] #hero > div > article .extra-list ul {
        margin: 0;
    }

    [data-page-id='Home'] #hero > div > article .extra-list ul {
        padding-left: 0;
    }
}

@media screen and (min-width: 361px) and (max-width: 415px) {
    [data-page-id='Home'] #hero {
        margin-top: 106px;
    }
}

@media screen and (min-width: 0) and (max-width: 360px) {
    [data-page-id='Home'] #hero {
        margin-top: 227px;
    }
}

#references ol {
    padding-left: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    [data-page-id='Home'] #hero > div > picture > img,
    [data-page-id='Home'] #hero > div > picture {
        bottom: 0;
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
    [data-page-id='Home'] #hero > div > picture > img,
    [data-page-id='Home'] #hero > div > picture {
        bottom: 68px;
        height: 77%;
    }
}

[data-page-id='Home'] .first-line-biologic .legal {
    font-size: 12px;
    line-height: 12px;
}

[data-page-id='Home'] .first-line-biologic .legal p {
    color: #9b288c;
}

.cdst-banner {
    max-width: 100%;
  }
  
  .page-content.resources-content {
    margin-top: 186px;
  }
  
  [data-page-id="Home"] #hero {
    min-height: auto !important;
    height: auto !important;
  }
  
  .page-content.resources-content [data-only="mobile"],
  #hero::before,
  #hero::after {
    display: none !important;
  }
  
  @media screen and (max-width: 956px) {
    .cdst-banner {
      display: block;
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 699px) {
    .cdst-banner {
      margin-top: 13px;
    }
  }
  