@media (-webkit-device-pixel-ratio: 1.50) {
    * {
        zoom: 0.97;
    }
}

div#tab-video {
    padding: 0 34px 34px 34px;
}

@media (min-width: 1025px) {
    .Switch-box {
        align-self: center;
        border-left: 1px solid #ADADAD;
        height: 40px;
        align-items: center;
        padding-left: 15px;
        display: flex;
    }

    .Switch-box [data-value="FLItem-9"] {
        display: none;
    }

    .switch-btn {
        border: 1px solid currentColor;
        padding: 2px 10px;
        border-radius: 4px;
        transition: all ease 0.2s;
    }
}

li.quantum-megamenu__list-item.right-links-switch {
    display: none;
}

.static-content .rich-text h3:not(.field-promotext) {
    margin-top: 50px;
    margin-bottom: 5px;
}

.contact-form .privacy-agreement a {
    color: #fff;
}

html[lang="ar-SA"] .page-careers .accordion .field-heading:after {
    margin-left: 0px;
    margin-right: auto;

}

html[lang="ar-SA"] .page-careers .accordion:not(.accordion-theme-blue):not(.accordion-plain) .field-content {
    padding-right: 20px;
    max-width: 1245px;
    position: relative;
}

html[lang="ar-SA"] .page-careers .accordion .field-content ul {
    padding-right: 33px;
    margin-bottom: clamp(1rem, calc(0.14rem + 2.3vw), 1.56rem);
}

html[lang="ar-SA"] .page-careers table {
    width: 100%;
}

@media (max-width:767px) {
    [lang="ar-SA"] .page-therapeutic-areas .component.container.static-content {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .Switch-box {
        align-self: center;
        border-left: 1px solid #ADADAD;
        height: 40px;
        align-items: center;
        padding-left: 0px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #fff;
    }

    .switch-btn {
        border: 1px solid currentColor;
        padding: 2px 10px;
        border-radius: 4px;
        transition: all ease 0.2s;
        background: #fff;
    }

   #amgen-header .right-links-switch>a {
        display: none;
    }
    li.quantum-megamenu__list-item.right-links-switch {
        display: block !important;
    }
}