<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wb-tiles {
    cursor: pointer;
}
.wb-tiles .wb-content {
    --link-color: #fff;
    width: 90%;
    margin: 0 auto !important;
    min-height: 160px;
    background-color: #0063c3;
    background: url(../images/data-stream-white-60.svg), linear-gradient(45deg, rgba(0,99,195,1) 0%, rgba(0,188,228,1) 100%);
    color: #fff;
    background-position: right center, center;
    background-size: 59%, cover;
    background-repeat: no-repeat no-repeat;
    position: relative;
    bottom: 40px !important;
    padding: 28px 25px 25px 21px;
}

@media screen and (min-width: 1024px) {
    .wb-tiles .wb-content {
        transition: all 800ms;
    }
}

.wb-content .wb-details {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid white;
    padding-bottom: 12px;
    justify-content: space-between;
    font-size: clamp(0.625rem, 0.25rem + 1vw, 1rem);
    line-height: 1.4;
    font-family: var(--font-poppins-bold);
    align-items: center;
}
.wb-details .wb-category, .wb-details .wb-date {
    border-right: 1px solid white;
    padding-right: 7px;
    display: inline-block;
    margin-right: 7px;
}
.wb-title{
    font-family: var(--font-poppins-light);
    font-size: clamp(0.875rem, 0.375rem + 1.333vw, 1.375rem);
    line-height: clamp(1.125rem, 0.625rem + 1.333vw, 1.625rem);
    padding-top: 12px;
}
.wb-tiles .thumbnail, .wb-tiles .thumbnail .wb-image {
    width: 100%;
    height: auto;
    cursor: pointer;
    pointer-events: all;
}
.wb-tiles a{
    text-decoration: none;
}
.wb-tiles a:hover,
.wb-tiles a:focus{
    color: #fff;
}

@media (max-width: 600px) {
    .wb-content .wb-details{
        padding-bottom: 10px;
    }
    .wb-title{
        padding-top: 10px;
    }
}
 .wb-arrow .arrow-link {
    float: right;
    background-image: url(/-/media/5B7F1DAA25C543388EB1731079B93894.ashx);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 15px;
    height: 15px;
    filter: brightness(1%) invert(100%);
}
@media screen and (min-width: 768px){
    .wb-tiles:hover .thumbnail img {
        transform: scale(1.05);
    }
}
.wb-tiles .thumbnail img {
    transition: all 800ms;
}

.wb-listing {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .wb-listing {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .wb-listing {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .wb-listing {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .wb-listing {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .wb-listing {
        max-width: 1370px;
    }
}

@media (min-width: 1500px) {
    .wb-listing {
        max-width: 1470px;
    }
}


.wb-entry-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.img-banner-main-div .wb-content {
    --h2-font-color: #fff;
    background-image: var(--gradients-linear-gradient-1);
    color: #fff;
    padding: 42px;
    position: relative;
    max-width: 692px;
    top: -90px;
}

.img-banner-main-div .wb-content:after {
    content: "";
    position: absolute;
    background-image: url(../images/icon/data-stream_60.svg);
    background-repeat: repeat-y;
    background-size: cover;
    opacity: .1;
    display: block;
    width: 70%;
    height: 100%;
    max-height: 263px;
    top: 80px;
    right: 0;
    background-position: 0 60px;
    pointer-events: none;
}

.img-banner-main-div .wb-content a {
    color: inherit;
    text-decoration: none;
}

.img-banner-main-div .title-section {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid white;
    padding-bottom: 12px;
    font-size: clamp(0.625rem, 0.25rem + 1vw, 1rem);
    line-height: 1.4;
    font-family: var(--font-poppins-bold);
    align-items: center;
}

.wb-separator {
    width: 1px;
    background-color: #fff;
    margin-right: 7px;
    margin-left: 7px;
    height: inherit;
    display: block;
    position: relative;
    align-self: stretch;
}

.img-banner-main-div .heading {
    padding-top: 12px;
}

.img-banner-main-div .wb-read-more {
    text-transform: uppercase;
    font-family: var(--font-poppins-bold);
    font-size: 16px;
}

.img-banner-main-div .wb-read-more .arrow-link {
    margin-top: -2px;
    background-image: url(/-/media/5B7F1DAA25C543388EB1731079B93894.ashx);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 15px;
    height: 15px;
    filter: brightness(1%) invert(100%);
    display: inline-block;
    vertical-align: middle;
}

.img-banner-main-div .read-more {
    margin-top: 34px;
}

.img-banner-main-div .wb-image {
    width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .img-banner-main-div .wb-content {
        padding: 16px 16px 24px;
        max-width: 303px;
        top: -32px;
        margin-right: -15px;
        margin-left: auto;

    }

    .img-banner-main-div .read-more {
        margin-top: 24px;
    }

    .img-banner-main-div .img-section {
        margin-left: -15px;
    }
}

.wb-view-more-wrapper{
    --btn-font-size: 20px;
    --btn-base-padding-y: 13px;
    --btn-base-padding-x: 26px;
    text-align: center;
    width: 100%;
}
.wb-view-more-wrapper &gt; .quantum-button{
    margin: 0;
}
.wb-view-more-wrapper&gt;.quantum-button&gt;span {
    color: white;
    border-right: 1px solid #fff;
    padding-right: 20px;
    font-size: 16px;
    line-height: 36px;
    margin-right: 20px;
}
.wb-view-more-wrapper&gt;.quantum-button:after {
    content: '';
    width: 14px;
    height: 11px;
    background-image: url(/-/media/Themes/CorporateAffairs/amgen-com/amgen-com/images/amgencommigration/Common/Icons/white-arrow.svg);
    background-repeat: no-repeat;
}
.wb-categories.wb-panel {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.wb-categories.wb-panel .jcf-select {
    display: none;
}

.wb-categories.wb-panel .wb-category-title {
    display: none;
}

.wb-categories.wb-panel ul {
    list-style: none;
    margin: 0;
    padding: 0 24px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    width: 100%;
    margin-top: -40px;
    padding-top: 40px;
}

.wb-categories.wb-panel ul a {
    display: flex;
    padding: 8px 10px;
    color: #032E44;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none !important;
    text-transform: capitalize;
}

.wb-categories.wb-panel ul&gt;li+li {
    border-top: 1px solid #C7C7C7;
}

.categories-dropdown {
    width: 324px;
    position: relative;
    z-index: 1;
}

.categories-dropdown-text {
    display: flex;
    padding: 8px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    background: #EDF2F7;
    position: relative;
    z-index: 2;
    color: #032E44;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    text-transform: capitalize;
}

.categories-dropdown-text:after {
    content: "";
    display: block;
    background: url(/-/media/Themes/Reusable-Clone-Sites/Corporate-Site-Medium-Market/Corporate-Site-Medium-Market/images/icon/chevron-right.svg) no-repeat;
    height: 16px;
    width: 10px;
    filter: brightness(0);
    transform: rotate(90deg);
    background-size: contain;
}

.open .categories-dropdown-text:after {
    transform: rotate(-90deg);
}

.categories-dropdown ul {
    display: none;
}

.categories-dropdown.open ul {
    display: block;
}

.listing-page .wb-listing {
    max-width: 100%;
    width: 100%;
    padding-inline: 0;
}

.listing-page .img-banner-main-div .inner-div {
    --breadcrumbContainer-color: #fff;
    --h1-font-color: var(--breadcrumbContainer-color);
    color: var(--breadcrumbContainer-color);
    background: var(--gradients-linear-gradient-1);
    max-width: 100%;
    margin-top: 0px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 100px;
}

@media(max-width: 767.98px) {
    .listing-page .img-banner-main-div .inner-div {
        margin-bottom: 36px;
    }
}

.listing-page .img-banner-main-div .wb-content {
    background: none;
    padding-bottom: 0;
    position: static;
    padding-top: 0;
    max-width: unset;
}

.listing-page .wb-entry-list,
.listing-page .wb-categories.wb-panel,
.listing-page .img-banner-main-div .wb-content,
.listing-page .img-banner-main-div .img-section,
.listing-page .img-banner-main-div .inner-div .breadcrumb,
.listing-page .img-banner-main-div .inner-div h1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .listing-page .wb-entry-list,
    .listing-page .wb-categories.wb-panel,
    .listing-page .img-banner-main-div .wb-content,
    .listing-page .img-banner-main-div .img-section,
    .listing-page .img-banner-main-div .inner-div .breadcrumb,
    .listing-page .img-banner-main-div .inner-div h1 {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .listing-page .wb-entry-list,
    .listing-page .wb-categories.wb-panel,
    .listing-page .img-banner-main-div .wb-content,
    .listing-page .img-banner-main-div .img-section,
    .listing-page .img-banner-main-div .inner-div .breadcrumb,
    .listing-page .img-banner-main-div .inner-div h1 {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .listing-page .wb-entry-list,
    .listing-page .wb-categories.wb-panel,
    .listing-page .img-banner-main-div .wb-content,
    .listing-page .img-banner-main-div .img-section,
    .listing-page .img-banner-main-div .inner-div .breadcrumb,
    .listing-page .img-banner-main-div .inner-div h1 {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .listing-page .wb-entry-list,
    .listing-page .wb-categories.wb-panel,
    .listing-page .img-banner-main-div .wb-content,
    .listing-page .img-banner-main-div .img-section,
    .listing-page .img-banner-main-div .inner-div .breadcrumb,
    .listing-page .img-banner-main-div .inner-div h1 {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {

    .listing-page .wb-entry-list,
    .listing-page .wb-categories.wb-panel,
    .listing-page .img-banner-main-div .wb-content,
    .listing-page .img-banner-main-div .img-section,
    .listing-page .img-banner-main-div .inner-div .breadcrumb,
    .listing-page .img-banner-main-div .inner-div h1 {
        max-width: 1370px;
    }
}

@media (min-width: 1500px) {

    .listing-page .wb-entry-list,
    .listing-page .wb-categories.wb-panel,
    .listing-page .img-banner-main-div .wb-content,
    .listing-page .img-banner-main-div .img-section,
    .listing-page .img-banner-main-div .inner-div .breadcrumb,
    .listing-page .img-banner-main-div .inner-div h1 {
        max-width: 1470px;
    }
}


.img-banner-main-div .wb-content&gt;.rectangle-section {
    --h2-font-color: #fff;
    background-image: var(--gradients-linear-gradient-1);
    color: #fff;
    padding: 42px;
    position: relative;
    max-width: 692px;
    top: -90px;
}

.img-banner-main-div .wb-content&gt;.rectangle-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/icon/data-stream_60.svg);
    background-repeat: repeat-y;
    background-size: cover;
    opacity: .1;
    display: block;
    width: 70%;
    height: 100%;
    max-height: 263px;
    top: 80px;
    right: 0;
    background-position: 0 60px;
    pointer-events: none;
}



.listing-page .img-banner-main-div .wb-content:after {
    display: none;
}

.wb-categories.wb-panel .jcf-select {
    display: none !important;
}

@media (max-width: 767.98px) {
    .img-banner-main-div .wb-content&gt;.rectangle-section {
        padding: 16px;
        top: -32px;
        padding: 16px;
        max-width: 303px;
        margin-left: auto;

    }

    .listing-page .img-banner-main-div .img-section {
        padding-left: 0;
    }

    .listing-page .img-banner-main-div .wb-content {
        padding-right: 0;
    }

}

.listing-page .wb-entry-list{
    padding-inline: 0;
}
.img-banner-main-div {
    background: #EDF2F7;
}

.wb-categories.wb-panel {
    padding-top: 50px;
}
.listing-page .img-banner-main-div .inner-div {
    display: flex;
    flex-direction: column;
}

.listing-page .img-banner-main-div .inner-div .breadcrumb {
    order: 1;
}

.listing-page .img-banner-main-div .inner-div h1 {
    order: 2;
    border-left: 1px solid #fff;
    margin-bottom: 0;
    padding-bottom: 36px;
    position: relative;
    left: 15px;
}

@media (max-width: 767.98px) {
    .listing-page .img-banner-main-div .inner-div h1 {

        padding-bottom: 25px;
    }
}

.listing-page .img-banner-main-div .inner-div&gt;.component.container {
    order: 3;
    border-left: 1px solid #fff;
    position: relative;
    left: 15px;
}

.listing-page .img-banner-main-div .inner-div .quantum-button {
    margin-inline: 0;
}

@media (max-width: 767.98px) {
    .listing-page .img-banner-main-div .inner-div .quantum-button {
        font-size: 14px;
        text-align: left;
        max-width:208px;
        line-height:normal;
    }
}

.article-banner .main-section {
    height: 775px;
    min-height: 100%;
    padding-top: 37px;
    padding-bottom: 37px;
    margin-bottom: 189px;
    background: var(--gradients-linear-gradient-1);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    font-family: var(--base-font-family);
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .article-banner .main-section {
        height: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        background: no-repeat;
        padding-top: 0;
    }
}

.article-banner .main-section .field-image,
.article-banner .main-section .field-mobile-image {
    height: 100%;
}

.article-banner .main-section .field-image&gt;img,
.article-banner .main-section .field-mobile-image&gt;img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 528px;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 575.98px) {

    .article-banner .main-section .field-image&gt;img,
    .article-banner .main-section .field-mobile-image&gt;img {
        border-top-left-radius: 208px;
        object-fit: cover;
    }

    .article-banner .main-section .field-mobile-image {
        display: flex !important;
    }
}

.article-banner .breadcrumb {
    display: none;
}

.text-section .tab-section .field-category {
    display: none;
}

.text-section .tab-section {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
}

.text-section .field-entry-date {
    font-family: var(--font-poppins-bold);
    font-size: 16px;
    line-height: 1;

}

.text-section h1 {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 0;
}


.article-banner .main-section .adjust-width .text-section {
    --link-color: #fff;
    --h1-font-color: #fff;
    --h1-font-size: var(--h2-font-size);
    --h1-line-height: var(--h2-line-height);
    --h1-font-family: var(--font-poppins-light);
    color: #fff;
    position: absolute;
    display: flex;
    max-width: 832px;
    padding: 40px 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    z-index: 2;
    background: var(--gradients-linear-gradient-1);
    box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.20);
    bottom: -163px;
}
@media (max-width: 575.98px){
    .article-banner .main-section .adjust-width .text-section{
        padding: 40px 20px;
        bottom: auto;
        position: relative;
    }
}

.article-banner .main-section .adjust-width {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
    top: 21px;

}


@media(min-width: 768px) {
    .article-banner .main-section .adjust-width {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .article-banner .main-section .adjust-width {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .article-banner .main-section .adjust-width {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .article-banner .main-section .adjust-width {
        max-width: 1370px;
    }
}

@media (min-width: 1500px) {
    .article-banner .main-section .adjust-width {
        max-width: 1470px;
    }
}

@media (max-width: 575.98px){
    .text-section .field-entry-date{
        font-size:10px;
    }
    .article-banner .main-section .field-image, .article-banner .main-section .field-mobile-image{
        height: 363px;
        background: var(--gradients-linear-gradient-1);
        padding-top: 37px;
    }
    .article-banner .main-section .adjust-width{
        margin-top: -100px;
    padding-right: 0;
    }
}


.article-banner .main-section .adjust-width .text-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/icon/data-stream_60.svg);
    background-repeat: no-repeat;
    background-size: 530%;
    opacity: .15;
    display: block;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center;
    pointer-events: none;
}
#story-btn-container .quantum-button {
    margin: 0;
}

#story-btn-container .quantum-button&gt;span {
    color: white;
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}

#story-btn-container .quantum-button:after {
    content: '';
    width: 14px;
    height: 11px;
    background-image: url(/-/media/Themes/CorporateAffairs/amgen-com/amgen-com/images/amgencommigration/Common/Icons/white-arrow.svg);
    background-repeat: no-repeat;
}

#story-btn-container {
    display: none;
}

.blog-pages #story-btn-container {
    display: block;
    --btn-font-size: 20px;
    --btn-base-padding-x: 26px;
    --btn-font-line-height: normal;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .blog-pages #story-btn-container{
        margin-top: 30px;
    }
}
.search-input-bordered&gt;input {
    border: none;
    border-bottom: 1px solid #989898;
    outline: none;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    padding: 10px 16px;
    width: 100%;
    max-width: 702px;
    background: url('../images/search-icon.svg') no-repeat calc(100% - 16px) center;
}

.listing-page .img-banner-main-div+.plain-html {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .listing-page .img-banner-main-div+.plain-html {
        padding-top: 30px;
    }
}

.listing-page .img-banner-main-div+.plain-html+.wb-categories.wb-panel {
    padding-top: 36px;
}

@media (max-width: 767px) {
    .search-input-bordered&gt;input {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
        padding: 5px 16px;
    }
}</pre></body></html>