﻿


.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)
}

    .flatpickr-calendar.open, .flatpickr-calendar.inline {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
        animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px)
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:before, .flatpickr-calendar:after {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
        left: 50%;
        right: 50%
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px
    }

    .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-months .flatpickr-month {
        background: transparent;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 3;
        color: rgba(0,0,0,0.9);
        fill: rgba(0,0,0,0.9)
    }

        .flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
            position: relative
        }

        .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
      /*rtl:begin:ignore*/
            left: 0 /*
      /*rtl:end:ignore*/
        }
        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
      /*rtl:begin:ignore*/
            right: 0 /*
      /*rtl:end:ignore*/
        }
        /*
      /*rtl:begin:ignore*/
        /*
      /*rtl:end:ignore*/
        .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
            color: #959ea9
        }

            .flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
                fill: #f64747
            }

        .flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
            width: 14px;
            height: 14px
        }

            .flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
                -webkit-transition: fill .1s;
                transition: fill .1s;
                fill: inherit
            }

.numInputWrapper {
    position: relative;
    height: auto
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,0.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,0.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,0.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,0.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,0.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,0.5)
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,0.05)
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,0.05)
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,0.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,0.9)
        }

    .flatpickr-current-month input.cur-year {
        background: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 .5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,0.5);
            background: transparent;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        background: transparent;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0 0;
        outline: none;
        padding: 0 0 0 .5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
            outline: none
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,0.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: none;
            padding: 0
        }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

    .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

    .flatpickr-day.today {
        border-color: #959ea9
    }

        .flatpickr-day.today:hover, .flatpickr-day.today:focus {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

    .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
        border-radius: 50px 0 0 50px;
        background: #204E77;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #204E77;
    }

    .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
        border-radius: 0 50px 50px 0;
        background: #00A03B;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #00A03B;
    }

    .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
        -webkit-box-shadow: -10px 0 0 #569ff7;
        box-shadow: -10px 0 0 #569ff7
    }

    .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
        border-radius: 50px
    }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
        color: rgba(57,57,57,0.3);
        background: transparent;
        border-color: transparent;
        cursor: default
    }

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,0.1)
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,0.3);
        background: transparent;
        cursor: default;
        border: none
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: bold
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: bold;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@charset "UTF-8";@import url("/modules/Teva.HcpPortal.AT.DE/Client/Styles/Global/flatpickr/flatpickr.min.css");h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}@font-face{font-family:"TevaSans-Regular";font-style:normal;font-weight:normal;src:url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Regular.eot?") format("eot"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Regular.woff") format("woff"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Regular.woff2") format("woff2"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Regular.otf") format("opentype");}@font-face{font-family:"TevaSans-Bold";font-style:normal;font-weight:normal;src:url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Bold.eot?") format("eot"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Bold.woff") format("woff"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Bold.woff2") format("woff2"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Bold.otf") format("opentype");}@font-face{font-family:"TevaSans-Light";font-style:normal;font-weight:normal;src:url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Light.eot?") format("eot"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Light.woff") format("woff"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Light.woff2") format("woff2"),url("/modules/TeVa.HcpPortal.AT.DE/Client/Fonts/Teva_Sans/TevaSansWeb-Light.otf") format("opentype");}.fonts-regular{font-family:"TevaSans-Regular",Arial,sans-serif;}.fonts-bold{font-family:"TevaSans-Bold",Arial,sans-serif;}.fonts-light{font-family:"TevaSans-Light",Arial,sans-serif;}html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}.external-modal{z-index:111;}.external-modal__inner-container{max-width:780px;margin:5% auto;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07);}.external-modal__box{position:relative;}.external-modal__content{width:100%;padding:71px;display:flex;flex-direction:column;pointer-events:auto;}.external-modal__header{display:flex;align-items:flex-start;justify-content:space-between;}.external-modal__title{font-size:31px;margin-bottom:27px;letter-spacing:0.5px;font-weight:500;}.external-modal__body{position:relative;flex:1 1 auto;}.external-modal__body p{margin:0px 0px 44px 0px;}.external-modal__footer{display:flex;align-items:center;justify-content:center;flex-direction:column;}.external-modal__btn-close{border:none;background-color:rgba(255,255,255,0);position:absolute;top:32px;right:32px;}.external-modal__btn-close:hover{cursor:pointer;}.external-modal__btn-close .icon-wrapper{width:2em;height:2em;}.external-modal__btn-yes,.external-modal__btn-no{display:block;margin:27px auto;width:282px;max-width:100%;height:60px;border-style:solid;border-width:2px;letter-spacing:0.5px;}.external-modal__btn-yes:hover,.external-modal__btn-no:hover{cursor:pointer;}@media (max-width:1024px){.external-modal__inner-container{margin:5% 16px;}.external-modal__content{padding:35px;}.external-modal__header{font-size:21px;margin-bottom:19px;}.external-modal__btn-close{top:16px;right:16px;}.external-modal__btn-yes,.external-modal__btn-no{margin:5px 0px;}}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}#institutionSelectionPopUp .modal{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.5);z-index:99999998;pointer-events:none;display:block;}#institutionSelectionPopUp .modal-content{width:620px;padding:69px 71px 71px;z-index:999999999;position:absolute;display:inherit;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid #D0D0D0;background-color:#FFF;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);pointer-events:auto;border-radius:0;}#institutionSelectionPopUp .modal-content .icon-wrapper{position:absolute;top:16px;right:16px;width:25px;height:25px;font-size:14px;line-height:20px;cursor:pointer;pointer-events:auto;}#institutionSelectionPopUp .modal-content .icon-wrapper svg{top:50%;}@media (max-width:1024px){#institutionSelectionPopUp .modal-content{padding:44px;}}@media (max-width:767px){#institutionSelectionPopUp .modal-content{width:100%;padding:20px;}}#institutionSelectionPopUp .modal-title{font-size:31px;line-height:42px;margin-bottom:16px;}#institutionSelectionPopUp .modal-body{padding:0;font-size:16px;line-height:24px;margin-bottom:16px;}#institutionSelectionPopUp .modal-form-conatiner select.institution{pointer-events:auto;}#institutionSelectionPopUp .modal-form-conatiner .button_container{width:100%;margin-top:27px;display:flex;flex-wrap:wrap;justify-content:flex-end;}#institutionSelectionPopUp .modal-form-conatiner .button_container button{width:100%;padding:15px 0;font-size:19px;line-height:26px;text-align:center;position:relative;border:none;outline:none;letter-spacing:0.5px;color:#FFF;background-color:#FF8300;cursor:pointer;box-shadow:0 1px 3px 0 rgba(0,0,0,0.07),0 10px 20px 0 rgba(0,0,0,0.07);transition:all 0.4s ease;}#institutionSelectionPopUp .modal-form-conatiner .button_container button:hover{background-color:#b35c00;}#institutionSelectionPopUp .modal-backdrop{pointer-events:auto;}.select2.select2-container.select2-container--modal-dropdawn{display:block;width:100% !important;margin:0;background-color:#FFF;letter-spacing:0.5px;box-shadow:0 1px 3px rgba(0,0,0,0.07),0 10px 20px rgba(0,0,0,0.07);}.select2.select2-container.select2-container--modal-dropdawn:focus{outline:none !important;}.select2.select2-container.select2-container--modal-dropdawn .selection:focus{outline:none !important;}.select2.select2-container.select2-container--modal-dropdawn .select2-selection.select2-selection--single{height:60px;outline:none !important;position:relative;}.select2.select2-container.select2-container--modal-dropdawn .select2-selection__rendered{padding:0 28px;font-size:19px;line-height:60px;vertical-align:middle;outline:none !important;transition:all 0.4s ease-in;font-weight:100;}.select2.select2-container.select2-container--modal-dropdawn .select2-selection__rendered .select2-selection__placeholder{font-weight:100;}.select2.select2-container.select2-container--modal-dropdawn .select2-selection__arrow{display:block;height:24px;position:absolute;top:50%;right:16px;width:24px;margin-top:-12px;}.select2.select2-container.select2-container--modal-dropdawn .select2-selection__arrow b{border-color:#D0D0D0 #D0D0D0 transparent transparent;border-style:solid;border-width:2px 2px 0 0;height:12px;left:50%;margin-left:-6px;margin-top:-9px;position:absolute;top:50%;width:12px;transform:rotate(135deg);transition:all 0.4s ease-in;}.modal-dropdawn:disabled + .select2.select2-container.select2-container--modal-dropdawn{box-shadow:none;}.modal-dropdawn:disabled + .select2.select2-container.select2-container--modal-dropdawn .select2-selection__arrow{display:none;}.select2-container.select2-container--modal-dropdawn.select2-container--open{z-index:99999999;}.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--below,.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--above{padding:0 28px 14px 28px;border:none;box-shadow:0 1px 3px rgba(0,0,0,0.07),0 10px 20px rgba(0,0,0,0.07);background-color:#FFF;letter-spacing:0.5px;}.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--below .select2-search__field,.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--above .select2-search__field{border:none;padding:0;display:none;}.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--below .select2-results__options,.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--above .select2-results__options{max-height:200px;}.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--below .select2-results__options .select2-results__option,.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--above .select2-results__options .select2-results__option{font-weight:100;font-size:16px;line-height:24px;}.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--below .select2-results__options .select2-results__option.select2-results__option--highlighted,.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-dropdown--above .select2-results__options .select2-results__option.select2-results__option--highlighted{background-color:#D0D0D0;}.select2-container.select2-container--modal-dropdawn.select2-container--open .select2-selection__arrow b{transform:rotate(-45deg);transition:all 0.4s ease-in;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.search__modal{letter-spacing:0.5px;position:fixed !important;z-index:9999999999;padding:0;display:none;top:0;left:0;right:0;bottom:0;}.search__modal .modal-dialog{height:100%;max-width:100%;}.search__modal .modal-dialog .loader{display:none;border:16px solid #F1F1F4;border-top:16px solid #D0D0D0;border-radius:50%;width:70px;height:70px;animation:spin 2s linear infinite;margin:auto;}.search__modal .modal-dialog .loader.isShown{display:flex;position:absolute;top:calc(50% - 35px);right:calc(50% - 35px);transform:translateX(-50%);z-index:101;}.search__modal .modal-content{position:relative;display:flex;flex-direction:column;pointer-events:auto;background-clip:padding-box;border:1 px solid rgba(0,0,0,0.2);border-radius:0.3 rem;outline:0;background-color:#4599B3 !important;border:none;color:#FFF;border-radius:0;min-width:100%;min-height:100%;}.search__modal .modal-content .close-button{padding:20px 26px;background:transparent;}.search__modal .modal-content .close-button button{background:transparent;float:right;border:none;cursor:pointer;}.search__modal .modal-content .close-button .icon-wrapper{width:48px;height:48px;}.search__modal .modal-content .close-button .icon-wrapper svg{fill:#FFF;}.search__modal .modal-content .close-button .icon-wrapper:hover{opacity:0.8;}.search__modal .modal-body{flex:1 1 auto;position:relative;}.search__modal .modal-body .search__header{position:relative;box-shadow:0 20px 40px 0 rgba(0,0,0,0.07);padding:32px 0 75px 0;}.search__modal .modal-body .search__header .container{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;padding:0;}.search__modal .modal-body .search__header .general-actions__clear-search{margin-left:16px;}.search__modal .modal-body .search__header .general-actions__clear-search .icon-wrapper{width:44px;height:44px;}.search__modal .modal-body .search__header .general-actions__clear-search .icon-wrapper svg{fill:#FFF;}.search__modal .modal-body .search__header .general-actions__clear-search .icon-wrapper:hover{opacity:0.8;}.search__modal .modal-body .search__header .general-actions__search{margin-left:71px;}.search__modal .modal-body .search__header .general-actions__search .icon-wrapper{width:92px;height:92px;}.search__modal .modal-body .search__header .general-actions__search .icon-wrapper svg{fill:#FFF;}.search__modal .modal-body .search__header .general-actions__search .icon-wrapper:hover{opacity:0.8;}.search__modal .modal-body .search__header .general-actions__keyword{font-size:4.25rem;line-height:5.3125rem;width:75%;float:left;outline:none;border:none;background-color:transparent;padding:0;color:#fff;}.search__modal .modal-body .search__header .general-actions__keyword:-ms-input-placeholder{color:#fff;opacity:0.25;padding-left:20px;}.search__modal .modal-body .search__header .general-actions__keyword::placeholder{color:#fff;opacity:0.25;padding-left:20px;}.search__modal .modal-body .search__tags{position:relative;top:-40px;display:none;height:40px;margin:0 auto;padding:0;}.search__modal .modal-body .search__tags--list{justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap;display:flex;}.search__modal .modal-body .search__tags--list .item{opacity:0.5;margin:0 44px 0 0;padding-top:12px;font-size:0.75rem;line-height:1rem;position:relative;}.search__modal .modal-body .search__tags--list .item.active-tag{opacity:1;}.search__modal .modal-body .result-item:hover{background-color:#306a7c !important;}.general-actions__search .icon-button--flat::before{transform:none;margin:0;color:#4599B3;}.general-actions__search .icon-button--flat:hover::before{color:#174c55;}.close-button i::before{margin:0;}.close-button i:hover{opacity:0.8;}.search__tags .ch-search-popup{display:block;width:220px;height:240px;padding:27px;color:#414141;letter-spacing:0.5px;background-color:#FFF;border:1px solid #D0D0D0;position:absolute;bottom:90%;left:50%;transform:translateX(-50%);z-index:99999999991;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07);opacity:1;display:none;}.search__tags .ch-search-popup:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#FFF transparent transparent transparent;}.search__tags .ch-search-popup .fa-close{font-size:14px;color:#F87024;position:absolute;top:10px;right:10px;}.search__tags .ch-search-popup .ch-popup-text{font-size:12px;}.search__tags .ch-search-popup .ch-popup-button{display:block;height:44px;margin:14px auto;padding:0;color:#FFF;background-color:#FA9D40;text-transform:capitalize;border:none;outline:none;position:relative;}.search__tags .ch-search-popup .ch-popup-button .ch-login-link{width:100%;height:100%;padding:14px 36px;color:#FFF;text-decoration:none;text-transform:none;font-size:12px;line-height:16px;vertical-align:middle;}.search__tags .ch-search-popup .ch-popup-button:hover{background-color:#e77706;}.search__tags .ch-search-popup .ch-popup-register{text-align:center;}.search__tags .ch-search-popup .ch-popup-register p{font-size:12px;margin-bottom:0;}.search__tags .ch-search-popup .ch-popup-register a{font-size:12px;padding-bottom:4px;color:#4599B3;border-bottom:2px solid #4599B3;text-transform:none;}.search__tags .ch-search-popup .ch-popup-register a:hover{color:#306a7c;border-bottom:2px solid #306a7c;}.search__tags li:hover > .ch-search-popup{display:block;opacity:1;}@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){.result__empty{margin-left:0;margin-top:0;}.container{flex-wrap:wrap;margin:0;padding:0 41px;max-width:100%;}.container .general-actions__keyword{flex:1 1 62%;}.container .autocomplete-items{opacity:1;position:relative;padding-top:0;width:100%;}.search__tags{margin-left:41px;}.search__result{margin:0;padding:0 41px;}.search__result .result__items .result-item{padding:0px 0 44px 16px;}}@media (max-width:767px) and (orientation:portrait){.result__empty{margin-left:48px;margin-top:0;}.container{flex-wrap:wrap;padding-left:48px;}.container .general-actions__keyword{flex:1 1 38%;}.container .autocomplete-items{opacity:1;position:relative;padding-top:0;width:100%;}.search__tags{margin-left:48px;}.search__result{padding:0;padding-right:5px;}.search__result .result__items{padding-top:0;}.search__result .result__items .result-item__tags{display:flex;flex-wrap:wrap;}.search__result .result__items .result-item{padding:0 0 44px 64px;}}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.impersonation-banner{width:100%;height:40px;background-color:#FF8300;position:fixed;z-index:100;margin-top:5px;display:flex;justify-content:space-between;align-items:center;padding:0px 20px;gap:10px;}.impersonation-banner__text{color:white;}.impersonation-banner__button{cursor:pointer;height:25px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;border:none;padding:15px;background-color:#4599B3;color:#FFF;white-space:nowrap;}body:has(.header-pharmacy-picker) .impersonation-banner{margin-top:-32px;}@media (max-width:1024px){body:has(.header-pharmacy-picker) .impersonation-banner{margin-top:-103px;}}@media (max-width:767px){body:has(.header-pharmacy-picker) .impersonation-banner{margin-top:-75px;}}@media (max-width:1024px){.impersonation-banner{margin-top:0px;height:42px;padding:0px 10px;z-index:50;}.impersonation-banner__text{font-size:12px;line-height:14px;}.impersonation-banner__button{font-size:12px;}}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}@font-face{font-family:'Teva Icon Font';src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.eot");src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.eot") format("embedded-opentype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.woff2") format("woff2"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.woff") format("woff"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.ttf") format("truetype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.svg?#fontello") format("svg");font-weight:normal;font-style:normal;}@font-face{font-family:'Font Awesome 5 Free Regular';src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.eot");src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.eot") format("embedded-opentype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.woff2") format("woff2"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.woff") format("woff"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.ttf") format("truetype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.svg?#fontello") format("svg");font-weight:normal;font-style:normal;}[class^="fa-"]:before,[class*=" fa-"]:before{font-family:"Teva Icon Font";font-style:normal;font-weight:normal;speak:none;display:inline-table;text-decoration:inherit;width:1em;margin-right:3px;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-none{display:none;}.fa-facebook:before{content:'\e800';}.fa-ok:before{content:'\e869';}.fa-google-plus:before{content:'\e801';}.fa-instagram:before{content:'\e802';}.fa-linkedin:before{content:'\e803';}.fa-twitter:before{content:'\e804';}.fa-youtube:before{content:'\e805';}.fa-pill-x-break:before{content:'\e806';}.fa-pill:before{content:'\e807';}.fa-spray:before{content:'\e808';}.fa-add-user-1:before{content:'\e809';}.fa-address:before{content:'\e80a';}.fa-arrow-left-thin:before{content:'\e80b';}.fa-arrow-right-thin:before{content:'\e80c';}.fa-bookmark-bold:before{content:'\e80d';}.fa-bookmark-filled:before{content:'\e80e';}.fa-bookmark:before{content:'\e80f';}.fa-box:before{content:'\e810';}.fa-calendar:before{content:'\e811';}.fa-cart-add:before{content:'\e812';font-size:26px;transform:translate(-1px,0px);}.fa-cart-empty:before{content:'\e813';}.fa-cart-filled:before{content:'\e814';transform:translate(-1px,-2px);}.fa-chat:before{content:'\e815';}.fa-check:before{content:'\e816';}.fa-circular-arrow:before{content:'\e817';}.fa-circular-minus:before{content:'\e818';}.fa-circular-plus:before{content:'\e819';}.fa-close-1:before{content:'\e81a';}.fa-conditions:before{content:'\e81b';}.fa-delivery:before{content:'\e81c';}.fa-Add-cart:before{content:'\e900';}.fa-add-user:before{content:'\e901';}.fa-Brain:before{content:'\e902';}.fa-Calendar:before{content:'\e903';}.fa-Chat:before{content:'\e904';}.fa-close:before{content:'\e905';}.fa-Cog:before{content:'\e906';}.fa-delivery-big:before{content:'\e907';}.fa-Document:before{content:'\e909';}.fa-Eye:before{content:'\e90a';}.fa-Healthcare:before{content:'\e90b';}.fa-Jar:before{content:'\e90c';}.fa-Lab:before{content:'\e90d';}.fa-lactose:before{content:'\e90e';}.fa-loading:before{content:'\e90f';}.fa-locked:before{content:'\e910';}.fa-Lung:before{content:'\e911';}.fa-PDF:before{content:'\e912';}.fa-play-big:before{content:'\e913';}.fa-Prescription:before{content:'\e914';}.fa-star:before{content:'\e917';}.fa-stock-big:before{content:'\e918';}.fa-thumbsdown:before{content:'\e919';}.fa-thumbsup:before{content:'\e91a';}.fa-ticket-big:before{content:'\e91b';}.fa-user-icon:before{content:'\e91c';}.fa-discount:before{content:'\e91d';}.fa-down-arrow:before{content:'\e91e';}.fa-download:before{content:'\e920';margin:0;}.fa-expand:before{content:'\e921';}.fa-favourite-outline:before{content:'\e922';}.fa-favourite:before{content:'\e923';}.fa-filter-grid:before{content:'\e924';}.fa-filter-list:before{content:'\e925';}.fa-group_overview:before{content:'\e926';}.fa-info:before{content:'\e927';}.fa-times:before{content:'\d7';}.fa-interest:before{content:'\e928';}.fa-jobs:before{content:'\e929';}.fa-key:before{content:'\e92a';}.fa-letter:before{content:'\e92b';}.fa-lock:before{content:'\e92c';}.fa-loyality:before{content:'\e92d';}.fa-marketung:before{content:'\e92e';}.fa-menu:before{content:'\e92f';}.fa-minus:before{content:'\2212';transform:translate(0px,-1px);}.fa-more:before{content:'\e931';}.fa-newsletter:before{content:'\e932';}.fa-notify:before{content:'\e933';}.fa-payment:before{content:'\e934';}.fa-pencil:before{content:'\e935';}.fa-play:before{content:'\e936';}.fa-plus:before{content:'\e937';transform:translate(0px,-1px);}.fa-search:before{content:'\e938';transform:translate(0,1px);}.fa-send:before{content:'\e939';transform:translate(-1px,0px);}.fa-settings:before{content:'\e93a';}.fa-share:before{content:'\e93b';}.fa-shipping:before{content:'\e93c';}.fa-sort-up:before{content:'\2b9d';}.fa-sort-down:before{content:'\2b9f';}.fa-spendings_overview:before{content:'\e93d';}.fa-split:before{content:'\e93e';}.fa-stock:before{content:'\e93f';}.fa-telephone:before{content:'\e940';}.fa-template:before{content:'\e941';}.fa-thumbs_down:before{content:'\e942';}.fa-thumbs_up:before{content:'\e943';}.fa-ticket:before{content:'\e944';}.fa-time:before{content:'\e945';}.fa-total_spend:before{content:'\e946';}.fa-trash:before{content:'\e947';}.fa-triangle-down:before{content:'\e949';}.fa-triangle-up:before{content:'\e94a';}.fa-upload:before{content:'\e94b';}.fa-user:before{content:'\e94c';}.fa-fog:before{content:'\e86c';}.fa-cloud:before{content:'\e86a';}.fa-sun:before{content:'\e870';}.fa-check_icon:before{content:'\e86e';}.fa-chat_icon:before{content:'\e815';}.fa-arrow-up:before{content:"\f062";}.teva-switzerland .fa-minus:before{margin-left:0;margin-right:0;}.teva-switzerland .fa-plus:before{margin-left:0;margin-right:0;}.teva-switzerland .fa-cart-add:before{transform:translate(0px,0px);}.icon-wrapper{display:inline-block;position:relative;width:1em;height:1em;}.icon-wrapper svg{height:100%;width:100%;top:62%;left:50%;position:absolute;transform:translate(-50%,-50%);}.membership-navigation-menu .logout-btn:hover .icon-wrapper svg{fill:#FFF;}.membership-navigation-menu .logout-btn .icon-wrapper{border-radius:50%;margin-left:5px;vertical-align:middle;width:30px;height:30px;background-color:rgba(255,255,255,0.1);top:-6px;}.membership-navigation-menu .logout-btn .icon-wrapper svg{top:50%;width:24px;height:24px;fill:#FFF;}.icon-send svg{width:90%;height:90%;top:50%;left:46%;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}h3,.text-h3{font-weight:300;}a{text-decoration:none;color:inherit;}li{list-style-type:none;}.template-base .search-button{margin-right:15px;}.template-base .search-button .icon-wrapper{height:44px;width:44px;border:none;}.template-base .search-button .icon-wrapper:hover{opacity:0.8;}.template-base .search-button .icon-wrapper svg{height:125%;width:125%;top:50%;}.cart-button{text-decoration:none;border-radius:50%;width:44px;height:44px;line-height:44px;display:inline-block;text-align:center;background-color:white;color:#269E75;position:relative;border:2px solid white;margin-right:0px;}.cart-button:hover{text-decoration:none;color:white;background-color:transparent;border:2px solid white;}.cart-button:hover .icon-wrapper svg{fill:#FFF;}.cart-button .icon-wrapper{height:26px;width:26px;}.cart-button .icon-wrapper svg{top:70%;fill:#2F912D;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.width.width--100{width:100%;flex:0 0 100%;}.width.width--50{width:100%;flex:0 0 50%;}.width.width--33{width:100%;flex:0 0 33%;}.width.width--66{width:100%;flex:0 0 66%;}.width.width--25{width:100%;flex:0 0 25%;}.width.width--75{width:100%;flex:0 0 75%;}.overlay{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.3);z-index:100;top:0;left:0;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}@font-face{font-family:'Teva Icon Font';src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.eot");src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.eot") format("embedded-opentype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.woff2") format("woff2"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.woff") format("woff"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.ttf") format("truetype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/TevaIconFont.svg?#fontello") format("svg");font-weight:normal;font-style:normal;}@font-face{font-family:'Font Awesome 5 Free Regular';src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.eot");src:url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.eot") format("embedded-opentype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.woff2") format("woff2"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.woff") format("woff"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.ttf") format("truetype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Fonts/icon_font/fa-regular-400.svg?#fontello") format("svg");font-weight:normal;font-style:normal;}[class^="fa-"]:before,[class*=" fa-"]:before{font-family:"Teva Icon Font";font-style:normal;font-weight:normal;speak:none;display:inline-table;text-decoration:inherit;width:1em;margin-right:3px;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-none{display:none;}.fa-facebook:before{content:'\e800';}.fa-ok:before{content:'\e869';}.fa-google-plus:before{content:'\e801';}.fa-instagram:before{content:'\e802';}.fa-linkedin:before{content:'\e803';}.fa-twitter:before{content:'\e804';}.fa-youtube:before{content:'\e805';}.fa-pill-x-break:before{content:'\e806';}.fa-pill:before{content:'\e807';}.fa-spray:before{content:'\e808';}.fa-add-user-1:before{content:'\e809';}.fa-address:before{content:'\e80a';}.fa-arrow-left-thin:before{content:'\e80b';}.fa-arrow-right-thin:before{content:'\e80c';}.fa-bookmark-bold:before{content:'\e80d';}.fa-bookmark-filled:before{content:'\e80e';}.fa-bookmark:before{content:'\e80f';}.fa-box:before{content:'\e810';}.fa-calendar:before{content:'\e811';}.fa-cart-add:before{content:'\e812';font-size:26px;transform:translate(-1px,0px);}.fa-cart-empty:before{content:'\e813';}.fa-cart-filled:before{content:'\e814';transform:translate(-1px,-2px);}.fa-chat:before{content:'\e815';}.fa-check:before{content:'\e816';}.fa-circular-arrow:before{content:'\e817';}.fa-circular-minus:before{content:'\e818';}.fa-circular-plus:before{content:'\e819';}.fa-close-1:before{content:'\e81a';}.fa-conditions:before{content:'\e81b';}.fa-delivery:before{content:'\e81c';}.fa-Add-cart:before{content:'\e900';}.fa-add-user:before{content:'\e901';}.fa-Brain:before{content:'\e902';}.fa-Calendar:before{content:'\e903';}.fa-Chat:before{content:'\e904';}.fa-close:before{content:'\e905';}.fa-Cog:before{content:'\e906';}.fa-delivery-big:before{content:'\e907';}.fa-Document:before{content:'\e909';}.fa-Eye:before{content:'\e90a';}.fa-Healthcare:before{content:'\e90b';}.fa-Jar:before{content:'\e90c';}.fa-Lab:before{content:'\e90d';}.fa-lactose:before{content:'\e90e';}.fa-loading:before{content:'\e90f';}.fa-locked:before{content:'\e910';}.fa-Lung:before{content:'\e911';}.fa-PDF:before{content:'\e912';}.fa-play-big:before{content:'\e913';}.fa-Prescription:before{content:'\e914';}.fa-star:before{content:'\e917';}.fa-stock-big:before{content:'\e918';}.fa-thumbsdown:before{content:'\e919';}.fa-thumbsup:before{content:'\e91a';}.fa-ticket-big:before{content:'\e91b';}.fa-user-icon:before{content:'\e91c';}.fa-discount:before{content:'\e91d';}.fa-down-arrow:before{content:'\e91e';}.fa-download:before{content:'\e920';margin:0;}.fa-expand:before{content:'\e921';}.fa-favourite-outline:before{content:'\e922';}.fa-favourite:before{content:'\e923';}.fa-filter-grid:before{content:'\e924';}.fa-filter-list:before{content:'\e925';}.fa-group_overview:before{content:'\e926';}.fa-info:before{content:'\e927';}.fa-times:before{content:'\d7';}.fa-interest:before{content:'\e928';}.fa-jobs:before{content:'\e929';}.fa-key:before{content:'\e92a';}.fa-letter:before{content:'\e92b';}.fa-lock:before{content:'\e92c';}.fa-loyality:before{content:'\e92d';}.fa-marketung:before{content:'\e92e';}.fa-menu:before{content:'\e92f';}.fa-minus:before{content:'\2212';transform:translate(0px,-1px);}.fa-more:before{content:'\e931';}.fa-newsletter:before{content:'\e932';}.fa-notify:before{content:'\e933';}.fa-payment:before{content:'\e934';}.fa-pencil:before{content:'\e935';}.fa-play:before{content:'\e936';}.fa-plus:before{content:'\e937';transform:translate(0px,-1px);}.fa-search:before{content:'\e938';transform:translate(0,1px);}.fa-send:before{content:'\e939';transform:translate(-1px,0px);}.fa-settings:before{content:'\e93a';}.fa-share:before{content:'\e93b';}.fa-shipping:before{content:'\e93c';}.fa-sort-up:before{content:'\2b9d';}.fa-sort-down:before{content:'\2b9f';}.fa-spendings_overview:before{content:'\e93d';}.fa-split:before{content:'\e93e';}.fa-stock:before{content:'\e93f';}.fa-telephone:before{content:'\e940';}.fa-template:before{content:'\e941';}.fa-thumbs_down:before{content:'\e942';}.fa-thumbs_up:before{content:'\e943';}.fa-ticket:before{content:'\e944';}.fa-time:before{content:'\e945';}.fa-total_spend:before{content:'\e946';}.fa-trash:before{content:'\e947';}.fa-triangle-down:before{content:'\e949';}.fa-triangle-up:before{content:'\e94a';}.fa-upload:before{content:'\e94b';}.fa-user:before{content:'\e94c';}.fa-fog:before{content:'\e86c';}.fa-cloud:before{content:'\e86a';}.fa-sun:before{content:'\e870';}.fa-check_icon:before{content:'\e86e';}.fa-chat_icon:before{content:'\e815';}.fa-arrow-up:before{content:"\f062";}.teva-switzerland .fa-minus:before{margin-left:0;margin-right:0;}.teva-switzerland .fa-plus:before{margin-left:0;margin-right:0;}.teva-switzerland .fa-cart-add:before{transform:translate(0px,0px);}.icon-wrapper{display:inline-block;position:relative;width:1em;height:1em;}.icon-wrapper svg{height:100%;width:100%;top:62%;left:50%;position:absolute;transform:translate(-50%,-50%);}.membership-navigation-menu .logout-btn:hover .icon-wrapper svg{fill:#FFF;}.membership-navigation-menu .logout-btn .icon-wrapper{border-radius:50%;margin-left:5px;vertical-align:middle;width:30px;height:30px;background-color:rgba(255,255,255,0.1);top:-6px;}.membership-navigation-menu .logout-btn .icon-wrapper svg{top:50%;width:24px;height:24px;fill:#FFF;}.icon-send svg{width:90%;height:90%;top:50%;left:46%;}.spacing-bottom-115{margin-bottom:115px !important;}@media (max-width:767px){.spacing-bottom-115{margin-bottom:71px !important;}}.spacing-bottom-71{margin-bottom:71px !important;}@media (max-width:767px){.spacing-bottom-71{margin-bottom:44px !important;}}.spacing-bottom-44{margin-bottom:44px !important;}@media (max-width:767px){.spacing-bottom-44{margin-bottom:27px !important;}}.spacing-bottom-27{margin-bottom:27px !important;}@media (max-width:767px){.spacing-bottom-27{margin-bottom:16px !important;}}.spacing-bottom-16{margin-bottom:16px !important;}@media (max-width:767px){.spacing-bottom-16{margin-bottom:10px !important;}}.spacing-bottom-none{margin-bottom:0 !important;}.theme-teva-blue h1,.theme-teva-blue h2,.theme-teva-blue h3,.theme-teva-blue h4,.theme-teva-blue h5,.theme-teva-blue h6{color:#00567A;}.theme-teva-blue .g-title{color:#000000;}.theme-teva-blue .g-radio + .radio-label::before{border-color:#00567A;}.theme-teva-blue .g-radio:checked + .radio-label::before{background-color:#00567A;}.theme-teva-blue .g-radio:focus + .radio-label::before{border-color:#00567A;}.theme-teva-blue .g-checkbox{border-color:#00567A;}.theme-teva-blue .g-checkbox::-ms-check{border-color:#00567A;}.theme-teva-blue .g-checkbox:hover,.theme-teva-blue .g-checkbox:checked::-ms-check,.theme-teva-blue .g-checkbox[checked="checked"]::-ms-check{background-color:#00567A;color:#FFFFFF;}.theme-teva-blue .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-teva-blue .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-teva-blue .g-checkbox-containerless:hover,.theme-teva-blue .g-checkbox-containerless:checked::-ms-check,.theme-teva-blue .g-checkbox-containerless[checked="checked"]::-ms-check{background:#00567A;}.theme-teva-blue .g-btn{padding:15px 20px;background-color:#00567A;border-color:#00567A;color:#FFFFFF;}.theme-teva-blue .g-btn:hover{background-color:#00202e;border-color:#00202e;cursor:pointer;}.theme-teva-blue .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-blue .g-btn--ghosty{position:relative;background-color:#095271;}.theme-teva-blue .g-btn--ghosty:hover{background-color:#00567A;}.theme-teva-blue .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-teva-blue .g-btn--inverted{background-color:#FFFFFF;color:#00567A;}.theme-teva-blue .g-btn--inverted:hover{background-color:#00567A;color:#FFFFFF;}.theme-teva-blue .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-blue .g-btn--inverted .icon-wrapper svg{fill:#00567A;}.theme-teva-blue .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#00567A;color:#00567A;}.theme-teva-blue .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#00202e;color:#00202e;}.theme-teva-blue .g-btn--secondary{background-color:#0060A9;}.theme-teva-blue .g-btn--secondary:hover{background-color:#00355d;}.theme-teva-blue .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-teva-blue .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-teva-blue .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.theme-teva-blue .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.theme-teva-blue .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-teva-blue .g-link{color:#00567A;}.theme-teva-blue .g-link:visited{color:#00567A;}.theme-teva-blue .g-link:hover{color:#00202e;cursor:pointer;}.theme-teva-blue .g-link:hover .icon-wrapper svg{fill:#00202e;}.theme-teva-blue .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-teva-blue .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#00202e;}.theme-teva-blue .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-teva-blue .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-teva-blue .g-link--grayish{color:#414141;}.theme-teva-blue .g-link--grayish:visited{color:#414141;}.theme-teva-blue .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-teva-blue .g-link--secondary{color:#0060A9;}.theme-teva-blue .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-teva-blue .g-link--secondary:visited{color:#0060A9;}.theme-teva-blue .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-teva-blue .g-link--underlined-border,.theme-teva-blue .g-link--underlined-border-secondary,.theme-teva-blue .g-link--underlined-border-complementary,.theme-teva-blue .g-link--underlined-border-light-txt,.template-base .theme-teva-blue .g-link--underlined-border-secondary,.template-base .theme-teva-blue .g-link--underlined-border-complementary,.template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-teva-blue .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-teva-blue .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-teva-blue .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#00567A;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#00567A;}.theme-teva-blue .g-link--underlined-border:hover,.theme-teva-blue .g-link--underlined-border-secondary:hover,.theme-teva-blue .g-link--underlined-border-complementary:hover,.theme-teva-blue .g-link--underlined-border-light-txt:hover{border-bottom-color:#00202e;}.theme-teva-blue .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-teva-blue .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-teva-blue .g-link--underlined-border-complementary{color:#3C7E79;border-bottom-color:#3C7E79;}.theme-teva-blue .g-link--underlined-border-complementary:hover{color:#57afa9;border-bottom-color:#57afa9;}.theme-teva-blue .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-teva-blue .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-teva-blue .g-link--secondary{color:#0060A9;}.theme-teva-blue .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-teva-blue .g-txt{color:#00567A;}.theme-teva-blue .g-txt::before,.theme-teva-blue .g-txt::after{color:#00567A;}.theme-teva-blue .g-txt--inverted-hover:hover{color:#0060A9;}.theme-teva-blue .g-txt--secondary{color:#0060A9;}.theme-teva-blue .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-teva-blue .g-txt--secondary-inverted-hover:hover{color:#00567A;}.theme-teva-blue .g-txt--secondary-inverted-hover::before,.theme-teva-blue .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-teva-blue .g-txt--dark{color:#000000;}.theme-teva-blue .g-txt--complementary{color:#3C7E79;}.theme-teva-blue .g-bg{background-color:#00567A;}.theme-teva-blue .g-bg--secondary{background-color:#0060A9;}.theme-teva-blue .g-bg--complementary{background-color:#3C7E79;}.theme-teva-blue .g-border{border-color:#00567A;}.theme-teva-blue .g-border--secondary{border-color:#0060A9;}.theme-teva-blue .g-border--complementary{background-color:#3C7E79;}.theme-teva-blue .g-border-top{border-top-color:#00567A;}.theme-teva-blue .g-border-top--secondary{border-top-color:#0060A9;}.theme-teva-blue .g-border-bottom{border-bottom-color:#00567A;}.theme-teva-blue .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-teva-blue .g-popup{background-color:#FFFFFF;}.theme-teva-blue .icon-wrapper svg{fill:#00567A;}.theme-teva-blue .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-teva-blue .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-teva-blue .icon-wrapper--white-fill svg{fill:#FFF;}.theme-teva-blue .icon-wrapper--white-bg-primary-fill{background-color:#00567A;}.theme-teva-blue .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-teva-blue .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-teva-blue .icon-wrapper--dark-fill svg{fill:#000000;}.theme-teva-blue .icon-wrapper--outline path{stroke:#00567A;}.theme-teva-blue .icon-button{background-color:#00567A;}.theme-teva-blue .icon-button:hover{background:#00202e;}.theme-teva-blue .icon-button--secondary{background-color:#0060A9;}.theme-teva-blue .icon-button--secondary:hover{background-color:#00355d;}.theme-teva-blue .loading-ring div{border-color:#00567A transparent transparent transparent;}.theme-teva-blue .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-teva-blue .product--teva-de{background-color:#FFF;}.theme-teva-blue .product--actavis{background-color:#3C7E79;border-top-color:#00567A;}.theme-teva-blue .brochure{border-top-color:#00567A;}.theme-teva-blue .search-section{background-color:#FFFFFF;color:#000000;}.theme-teva-blue .search-section--grayish{background-color:#F1F1F4;}.theme-teva-blue .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-teva-blue .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-teva-blue .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-teva-blue .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-teva-blue .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-teva-blue .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-teva-blue .view-type-toggle{background-color:#0060A9;}.theme-teva-blue .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#00567A transparent transparent transparent;}.theme-teva-blue .search-teva-de__form,.theme-teva-blue .search-nav-teva-de__form{background-color:#204E77;}.theme-teva-blue .search-teva-de__input,.theme-teva-blue .search-nav-teva-de__input{color:#FFF;}.theme-teva-blue .search-teva-de__input::-webkit-input-placeholder,.theme-teva-blue .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-teva-blue .search-teva-de__input:-ms-input-placeholder,.theme-teva-blue .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-teva-blue .search-teva-de__input::-moz-placeholder,.theme-teva-blue .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-teva-blue .search-teva-de__suggestion,.theme-teva-blue .search-nav-teva-de__suggestion{color:#414141;}.theme-teva-blue .search-teva-de__suggestion:hover,.theme-teva-blue .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.teva-blue-headings h1,.teva-blue-headings h2,.teva-blue-headings h3,.teva-blue-headings h4,.teva-blue-headings h5,.teva-blue-headings h6{color:#00567A;}.theme-teva-lime h1,.theme-teva-lime h2,.theme-teva-lime h3,.theme-teva-lime h4,.theme-teva-lime h5,.theme-teva-lime h6{color:#AFCB37;}.theme-teva-lime .g-title{color:#000000;}.theme-teva-lime .g-radio + .radio-label::before{border-color:#AFCB37;}.theme-teva-lime .g-radio:checked + .radio-label::before{background-color:#AFCB37;}.theme-teva-lime .g-radio:focus + .radio-label::before{border-color:#AFCB37;}.theme-teva-lime .g-checkbox{border-color:#AFCB37;}.theme-teva-lime .g-checkbox::-ms-check{border-color:#AFCB37;}.theme-teva-lime .g-checkbox:hover,.theme-teva-lime .g-checkbox:checked::-ms-check,.theme-teva-lime .g-checkbox[checked="checked"]::-ms-check{background-color:#AFCB37;color:#FFFFFF;}.theme-teva-lime .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-teva-lime .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-teva-lime .g-checkbox-containerless:hover,.theme-teva-lime .g-checkbox-containerless:checked::-ms-check,.theme-teva-lime .g-checkbox-containerless[checked="checked"]::-ms-check{background:#AFCB37;}.theme-teva-lime .g-btn{padding:15px 20px;background-color:#AFCB37;border-color:#AFCB37;color:#FFFFFF;}.theme-teva-lime .g-btn:hover{background-color:#7c9025;border-color:#7c9025;cursor:pointer;}.theme-teva-lime .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-lime .g-btn--ghosty{position:relative;background-color:#a3b84a;}.theme-teva-lime .g-btn--ghosty:hover{background-color:#AFCB37;}.theme-teva-lime .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-teva-lime .g-btn--inverted{background-color:#FFFFFF;color:#AFCB37;}.theme-teva-lime .g-btn--inverted:hover{background-color:#AFCB37;color:#FFFFFF;}.theme-teva-lime .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-lime .g-btn--inverted .icon-wrapper svg{fill:#AFCB37;}.theme-teva-lime .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#AFCB37;color:#AFCB37;}.theme-teva-lime .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#7c9025;color:#7c9025;}.theme-teva-lime .g-btn--secondary{background-color:#0060A9;}.theme-teva-lime .g-btn--secondary:hover{background-color:#00355d;}.theme-teva-lime .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-teva-lime .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-teva-lime .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.theme-teva-lime .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.theme-teva-lime .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-teva-lime .g-link{color:#AFCB37;}.theme-teva-lime .g-link:visited{color:#AFCB37;}.theme-teva-lime .g-link:hover{color:#7c9025;cursor:pointer;}.theme-teva-lime .g-link:hover .icon-wrapper svg{fill:#7c9025;}.theme-teva-lime .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-teva-lime .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#7c9025;}.theme-teva-lime .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-teva-lime .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-teva-lime .g-link--grayish{color:#414141;}.theme-teva-lime .g-link--grayish:visited{color:#414141;}.theme-teva-lime .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-teva-lime .g-link--secondary{color:#0060A9;}.theme-teva-lime .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-teva-lime .g-link--secondary:visited{color:#0060A9;}.theme-teva-lime .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-teva-lime .g-link--underlined-border,.theme-teva-lime .g-link--underlined-border-secondary,.theme-teva-lime .g-link--underlined-border-complementary,.theme-teva-lime .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.template-base .theme-teva-lime .g-link--underlined-border-secondary,.template-base .theme-teva-lime .g-link--underlined-border-complementary,.template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-teva-lime .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-teva-lime .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-teva-lime .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#AFCB37;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#AFCB37;}.theme-teva-lime .g-link--underlined-border:hover,.theme-teva-lime .g-link--underlined-border-secondary:hover,.theme-teva-lime .g-link--underlined-border-complementary:hover,.theme-teva-lime .g-link--underlined-border-light-txt:hover{border-bottom-color:#7c9025;}.theme-teva-lime .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-teva-lime .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-teva-lime .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-teva-lime .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-teva-lime .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-teva-lime .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-teva-lime .g-link--secondary{color:#0060A9;}.theme-teva-lime .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-teva-lime .g-txt{color:#AFCB37;}.theme-teva-lime .g-txt::before,.theme-teva-lime .g-txt::after{color:#AFCB37;}.theme-teva-lime .g-txt--inverted-hover:hover{color:#0060A9;}.theme-teva-lime .g-txt--secondary{color:#0060A9;}.theme-teva-lime .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-teva-lime .g-txt--secondary-inverted-hover:hover{color:#AFCB37;}.theme-teva-lime .g-txt--secondary-inverted-hover::before,.theme-teva-lime .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-teva-lime .g-txt--dark{color:#000000;}.theme-teva-lime .g-txt--complementary{color:#FFFFFF;}.theme-teva-lime .g-bg{background-color:#AFCB37;}.theme-teva-lime .g-bg--secondary{background-color:#0060A9;}.theme-teva-lime .g-bg--complementary{background-color:#FFFFFF;}.theme-teva-lime .g-border{border-color:#AFCB37;}.theme-teva-lime .g-border--secondary{border-color:#0060A9;}.theme-teva-lime .g-border--complementary{background-color:#FFFFFF;}.theme-teva-lime .g-border-top{border-top-color:#AFCB37;}.theme-teva-lime .g-border-top--secondary{border-top-color:#0060A9;}.theme-teva-lime .g-border-bottom{border-bottom-color:#AFCB37;}.theme-teva-lime .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-teva-lime .g-popup{background-color:#FFFFFF;}.theme-teva-lime .icon-wrapper svg{fill:#AFCB37;}.theme-teva-lime .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-teva-lime .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-teva-lime .icon-wrapper--white-fill svg{fill:#FFF;}.theme-teva-lime .icon-wrapper--white-bg-primary-fill{background-color:#AFCB37;}.theme-teva-lime .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-teva-lime .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-teva-lime .icon-wrapper--dark-fill svg{fill:#000000;}.theme-teva-lime .icon-wrapper--outline path{stroke:#AFCB37;}.theme-teva-lime .icon-button{background-color:#AFCB37;}.theme-teva-lime .icon-button:hover{background:#7c9025;}.theme-teva-lime .icon-button--secondary{background-color:#0060A9;}.theme-teva-lime .icon-button--secondary:hover{background-color:#00355d;}.theme-teva-lime .loading-ring div{border-color:#AFCB37 transparent transparent transparent;}.theme-teva-lime .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-teva-lime .product--teva-de{background-color:#FFF;}.theme-teva-lime .product--actavis{background-color:#FFFFFF;border-top-color:#AFCB37;}.theme-teva-lime .brochure{border-top-color:#AFCB37;}.theme-teva-lime .search-section{background-color:#FFFFFF;color:#000000;}.theme-teva-lime .search-section--grayish{background-color:#F1F1F4;}.theme-teva-lime .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-teva-lime .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-teva-lime .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-teva-lime .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-teva-lime .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-teva-lime .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-teva-lime .view-type-toggle{background-color:#0060A9;}.theme-teva-lime .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#AFCB37 transparent transparent transparent;}.theme-teva-lime .search-teva-de__form,.theme-teva-lime .search-nav-teva-de__form{background-color:#204E77;}.theme-teva-lime .search-teva-de__input,.theme-teva-lime .search-nav-teva-de__input{color:#FFF;}.theme-teva-lime .search-teva-de__input::-webkit-input-placeholder,.theme-teva-lime .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-teva-lime .search-teva-de__input:-ms-input-placeholder,.theme-teva-lime .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-teva-lime .search-teva-de__input::-moz-placeholder,.theme-teva-lime .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-teva-lime .search-teva-de__suggestion,.theme-teva-lime .search-nav-teva-de__suggestion{color:#414141;}.theme-teva-lime .search-teva-de__suggestion:hover,.theme-teva-lime .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.teva-lime-headings h1,.teva-lime-headings h2,.teva-lime-headings h3,.teva-lime-headings h4,.teva-lime-headings h5,.teva-lime-headings h6{color:#AFCB37;}.theme-teva-teal h1,.theme-teva-teal h2,.theme-teva-teal h3,.theme-teva-teal h4,.theme-teva-teal h5,.theme-teva-teal h6{color:#3C7E79;}.theme-teva-teal .g-title{color:#000000;}.theme-teva-teal .g-radio + .radio-label::before{border-color:#3C7E79;}.theme-teva-teal .g-radio:checked + .radio-label::before{background-color:#3C7E79;}.theme-teva-teal .g-radio:focus + .radio-label::before{border-color:#3C7E79;}.theme-teva-teal .g-checkbox{border-color:#3C7E79;}.theme-teva-teal .g-checkbox::-ms-check{border-color:#3C7E79;}.theme-teva-teal .g-checkbox:hover,.theme-teva-teal .g-checkbox:checked::-ms-check,.theme-teva-teal .g-checkbox[checked="checked"]::-ms-check{background-color:#3C7E79;color:#FFFFFF;}.theme-teva-teal .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-teva-teal .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-teva-teal .g-checkbox-containerless:hover,.theme-teva-teal .g-checkbox-containerless:checked::-ms-check,.theme-teva-teal .g-checkbox-containerless[checked="checked"]::-ms-check{background:#3C7E79;}.theme-teva-teal .g-btn{padding:15px 20px;background-color:#3C7E79;border-color:#3C7E79;color:#FFFFFF;}.theme-teva-teal .g-btn:hover{background-color:#234a47;border-color:#234a47;cursor:pointer;}.theme-teva-teal .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-teal .g-btn--ghosty{position:relative;background-color:#4a706d;}.theme-teva-teal .g-btn--ghosty:hover{background-color:#3C7E79;}.theme-teva-teal .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-teva-teal .g-btn--inverted{background-color:#FFFFFF;color:#3C7E79;}.theme-teva-teal .g-btn--inverted:hover{background-color:#3C7E79;color:#FFFFFF;}.theme-teva-teal .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-teal .g-btn--inverted .icon-wrapper svg{fill:#3C7E79;}.theme-teva-teal .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#3C7E79;color:#3C7E79;}.theme-teva-teal .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#234a47;color:#234a47;}.theme-teva-teal .g-btn--secondary{background-color:#0060A9;}.theme-teva-teal .g-btn--secondary:hover{background-color:#00355d;}.theme-teva-teal .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-teva-teal .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-teva-teal .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.theme-teva-teal .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.theme-teva-teal .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-teva-teal .g-link{color:#3C7E79;}.theme-teva-teal .g-link:visited{color:#3C7E79;}.theme-teva-teal .g-link:hover{color:#234a47;cursor:pointer;}.theme-teva-teal .g-link:hover .icon-wrapper svg{fill:#234a47;}.theme-teva-teal .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-teva-teal .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#234a47;}.theme-teva-teal .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-teva-teal .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-teva-teal .g-link--grayish{color:#414141;}.theme-teva-teal .g-link--grayish:visited{color:#414141;}.theme-teva-teal .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-teva-teal .g-link--secondary{color:#0060A9;}.theme-teva-teal .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-teva-teal .g-link--secondary:visited{color:#0060A9;}.theme-teva-teal .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-teva-teal .g-link--underlined-border,.theme-teva-teal .g-link--underlined-border-secondary,.theme-teva-teal .g-link--underlined-border-complementary,.theme-teva-teal .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.template-base .theme-teva-teal .g-link--underlined-border-secondary,.template-base .theme-teva-teal .g-link--underlined-border-complementary,.template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-teva-teal .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-teva-teal .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-teva-teal .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#3C7E79;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#3C7E79;}.theme-teva-teal .g-link--underlined-border:hover,.theme-teva-teal .g-link--underlined-border-secondary:hover,.theme-teva-teal .g-link--underlined-border-complementary:hover,.theme-teva-teal .g-link--underlined-border-light-txt:hover{border-bottom-color:#234a47;}.theme-teva-teal .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-teva-teal .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-teva-teal .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-teva-teal .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-teva-teal .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-teva-teal .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-teva-teal .g-link--secondary{color:#0060A9;}.theme-teva-teal .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-teva-teal .g-txt{color:#3C7E79;}.theme-teva-teal .g-txt::before,.theme-teva-teal .g-txt::after{color:#3C7E79;}.theme-teva-teal .g-txt--inverted-hover:hover{color:#0060A9;}.theme-teva-teal .g-txt--secondary{color:#0060A9;}.theme-teva-teal .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-teva-teal .g-txt--secondary-inverted-hover:hover{color:#3C7E79;}.theme-teva-teal .g-txt--secondary-inverted-hover::before,.theme-teva-teal .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-teva-teal .g-txt--dark{color:#000000;}.theme-teva-teal .g-txt--complementary{color:#FFFFFF;}.theme-teva-teal .g-bg{background-color:#3C7E79;}.theme-teva-teal .g-bg--secondary{background-color:#0060A9;}.theme-teva-teal .g-bg--complementary{background-color:#FFFFFF;}.theme-teva-teal .g-border{border-color:#3C7E79;}.theme-teva-teal .g-border--secondary{border-color:#0060A9;}.theme-teva-teal .g-border--complementary{background-color:#FFFFFF;}.theme-teva-teal .g-border-top{border-top-color:#3C7E79;}.theme-teva-teal .g-border-top--secondary{border-top-color:#0060A9;}.theme-teva-teal .g-border-bottom{border-bottom-color:#3C7E79;}.theme-teva-teal .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-teva-teal .g-popup{background-color:#FFFFFF;}.theme-teva-teal .icon-wrapper svg{fill:#3C7E79;}.theme-teva-teal .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-teva-teal .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-teva-teal .icon-wrapper--white-fill svg{fill:#FFF;}.theme-teva-teal .icon-wrapper--white-bg-primary-fill{background-color:#3C7E79;}.theme-teva-teal .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-teva-teal .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-teva-teal .icon-wrapper--dark-fill svg{fill:#000000;}.theme-teva-teal .icon-wrapper--outline path{stroke:#3C7E79;}.theme-teva-teal .icon-button{background-color:#3C7E79;}.theme-teva-teal .icon-button:hover{background:#234a47;}.theme-teva-teal .icon-button--secondary{background-color:#0060A9;}.theme-teva-teal .icon-button--secondary:hover{background-color:#00355d;}.theme-teva-teal .loading-ring div{border-color:#3C7E79 transparent transparent transparent;}.theme-teva-teal .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-teva-teal .product--teva-de{background-color:#FFF;}.theme-teva-teal .product--actavis{background-color:#FFFFFF;border-top-color:#3C7E79;}.theme-teva-teal .brochure{border-top-color:#3C7E79;}.theme-teva-teal .search-section{background-color:#FFFFFF;color:#000000;}.theme-teva-teal .search-section--grayish{background-color:#F1F1F4;}.theme-teva-teal .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-teva-teal .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-teva-teal .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-teva-teal .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-teva-teal .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-teva-teal .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-teva-teal .view-type-toggle{background-color:#0060A9;}.theme-teva-teal .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#3C7E79 transparent transparent transparent;}.theme-teva-teal .search-teva-de__form,.theme-teva-teal .search-nav-teva-de__form{background-color:#204E77;}.theme-teva-teal .search-teva-de__input,.theme-teva-teal .search-nav-teva-de__input{color:#FFF;}.theme-teva-teal .search-teva-de__input::-webkit-input-placeholder,.theme-teva-teal .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-teva-teal .search-teva-de__input:-ms-input-placeholder,.theme-teva-teal .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-teva-teal .search-teva-de__input::-moz-placeholder,.theme-teva-teal .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-teva-teal .search-teva-de__suggestion,.theme-teva-teal .search-nav-teva-de__suggestion{color:#414141;}.theme-teva-teal .search-teva-de__suggestion:hover,.theme-teva-teal .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.teva-teal-headings h1,.teva-teal-headings h2,.teva-teal-headings h3,.teva-teal-headings h4,.teva-teal-headings h5,.teva-teal-headings h6{color:#3C7E79;}.theme-teva-mid-green h1,.theme-teva-mid-green h2,.theme-teva-mid-green h3,.theme-teva-mid-green h4,.theme-teva-mid-green h5,.theme-teva-mid-green h6{color:#00A03B;}.theme-teva-mid-green .g-title{color:#424242;}.theme-teva-mid-green .g-radio + .radio-label::before{border-color:#00A03B;}.theme-teva-mid-green .g-radio:checked + .radio-label::before{background-color:#00A03B;}.theme-teva-mid-green .g-radio:focus + .radio-label::before{border-color:#00A03B;}.theme-teva-mid-green .g-checkbox{border-color:#00A03B;}.theme-teva-mid-green .g-checkbox::-ms-check{border-color:#00A03B;}.theme-teva-mid-green .g-checkbox:hover,.theme-teva-mid-green .g-checkbox:checked::-ms-check,.theme-teva-mid-green .g-checkbox[checked="checked"]::-ms-check{background-color:#00A03B;color:#FFFFFF;}.theme-teva-mid-green .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#F1F1F4;}.theme-teva-mid-green .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-teva-mid-green .g-checkbox-containerless:hover,.theme-teva-mid-green .g-checkbox-containerless:checked::-ms-check,.theme-teva-mid-green .g-checkbox-containerless[checked="checked"]::-ms-check{background:#00A03B;}.theme-teva-mid-green .g-btn{padding:15px 20px;background-color:#00A03B;border-color:#00A03B;color:#FFFFFF;}.theme-teva-mid-green .g-btn:hover{background-color:#00541f;border-color:#00541f;cursor:pointer;}.theme-teva-mid-green .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-mid-green .g-btn--ghosty{position:relative;background-color:#0c943e;}.theme-teva-mid-green .g-btn--ghosty:hover{background-color:#00A03B;}.theme-teva-mid-green .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-teva-mid-green .g-btn--inverted{background-color:#FFFFFF;color:#00A03B;}.theme-teva-mid-green .g-btn--inverted:hover{background-color:#00A03B;color:#FFFFFF;}.theme-teva-mid-green .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-teva-mid-green .g-btn--inverted .icon-wrapper svg{fill:#00A03B;}.theme-teva-mid-green .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#00A03B;color:#00A03B;}.theme-teva-mid-green .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#00541f;color:#00541f;}.theme-teva-mid-green .g-btn--secondary{background-color:#204E77;}.theme-teva-mid-green .g-btn--secondary:hover{background-color:#10263b;}.theme-teva-mid-green .g-btn--secondary-teva-de{background-color:#204E77;}.theme-teva-mid-green .g-btn--secondary-teva-de:hover{background-color:#3076b3;}.theme-teva-mid-green .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#204E77;color:#204E77;}.theme-teva-mid-green .g-btn--secondary-inverted:hover{background-color:#204E77;color:#FFFFFF;}.theme-teva-mid-green .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-teva-mid-green .g-link{color:#00A03B;}.theme-teva-mid-green .g-link:visited{color:#00A03B;}.theme-teva-mid-green .g-link:hover{color:#00541f;cursor:pointer;}.theme-teva-mid-green .g-link:hover .icon-wrapper svg{fill:#00541f;}.theme-teva-mid-green .g-link:hover .icon-wrapper--gray-fill svg{fill:#c6c6d2;}.theme-teva-mid-green .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#00541f;}.theme-teva-mid-green .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-teva-mid-green .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-teva-mid-green .g-link--grayish{color:#414141;}.theme-teva-mid-green .g-link--grayish:visited{color:#414141;}.theme-teva-mid-green .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-teva-mid-green .g-link--secondary{color:#204E77;}.theme-teva-mid-green .g-link--secondary .icon-wrapper svg{fill:#204E77;}.theme-teva-mid-green .g-link--secondary:visited{color:#204E77;}.theme-teva-mid-green .g-link--secondary:hover{color:#5d9bd3;cursor:pointer;}.theme-teva-mid-green .g-link--underlined-border,.theme-teva-mid-green .g-link--underlined-border-secondary,.theme-teva-mid-green .g-link--underlined-border-complementary,.theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-teva-mid-green .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-teva-mid-green .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-teva-mid-green .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#00A03B;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#00A03B;}.theme-teva-mid-green .g-link--underlined-border:hover,.theme-teva-mid-green .g-link--underlined-border-secondary:hover,.theme-teva-mid-green .g-link--underlined-border-complementary:hover,.theme-teva-mid-green .g-link--underlined-border-light-txt:hover{border-bottom-color:#00541f;}.theme-teva-mid-green .g-link--underlined-border-secondary{color:#204E77;border-bottom-color:#204E77;}.theme-teva-mid-green .g-link--underlined-border-secondary:hover{color:#3076b3;border-bottom-color:#3076b3;}.theme-teva-mid-green .g-link--underlined-border-complementary{color:#3C7E79;border-bottom-color:#3C7E79;}.theme-teva-mid-green .g-link--underlined-border-complementary:hover{color:#57afa9;border-bottom-color:#57afa9;}.theme-teva-mid-green .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-teva-mid-green .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-teva-mid-green .g-link--secondary{color:#204E77;}.theme-teva-mid-green .g-link--secondary:hover{color:#10263b;cursor:pointer;}.theme-teva-mid-green .g-txt{color:#00A03B;}.theme-teva-mid-green .g-txt::before,.theme-teva-mid-green .g-txt::after{color:#00A03B;}.theme-teva-mid-green .g-txt--inverted-hover:hover{color:#204E77;}.theme-teva-mid-green .g-txt--secondary{color:#204E77;}.theme-teva-mid-green .g-txt--secondary-inverted-hover{color:#204E77;}.theme-teva-mid-green .g-txt--secondary-inverted-hover:hover{color:#00A03B;}.theme-teva-mid-green .g-txt--secondary-inverted-hover::before,.theme-teva-mid-green .g-txt--secondary-inverted-hover::after{color:#204E77;}.theme-teva-mid-green .g-txt--dark{color:#424242;}.theme-teva-mid-green .g-txt--complementary{color:#3C7E79;}.theme-teva-mid-green .g-bg{background-color:#00A03B;}.theme-teva-mid-green .g-bg--secondary{background-color:#204E77;}.theme-teva-mid-green .g-bg--complementary{background-color:#3C7E79;}.theme-teva-mid-green .g-border{border-color:#00A03B;}.theme-teva-mid-green .g-border--secondary{border-color:#204E77;}.theme-teva-mid-green .g-border--complementary{background-color:#3C7E79;}.theme-teva-mid-green .g-border-top{border-top-color:#00A03B;}.theme-teva-mid-green .g-border-top--secondary{border-top-color:#204E77;}.theme-teva-mid-green .g-border-bottom{border-bottom-color:#00A03B;}.theme-teva-mid-green .g-border-bottom--secondary{border-bottom-color:#204E77;}.theme-teva-mid-green .g-popup{background-color:#FFFFFF;}.theme-teva-mid-green .icon-wrapper svg{fill:#00A03B;}.theme-teva-mid-green .icon-wrapper--secondary-fill svg{fill:#204E77;}.theme-teva-mid-green .icon-wrapper--gray-fill svg{fill:#F1F1F4;}.theme-teva-mid-green .icon-wrapper--white-fill svg{fill:#FFF;}.theme-teva-mid-green .icon-wrapper--white-bg-primary-fill{background-color:#00A03B;}.theme-teva-mid-green .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-teva-mid-green .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-teva-mid-green .icon-wrapper--dark-fill svg{fill:#424242;}.theme-teva-mid-green .icon-wrapper--outline path{stroke:#00A03B;}.theme-teva-mid-green .icon-button{background-color:#00A03B;}.theme-teva-mid-green .icon-button:hover{background:#00541f;}.theme-teva-mid-green .icon-button--secondary{background-color:#204E77;}.theme-teva-mid-green .icon-button--secondary:hover{background-color:#10263b;}.theme-teva-mid-green .loading-ring div{border-color:#00A03B transparent transparent transparent;}.theme-teva-mid-green .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-teva-mid-green .product--teva-de{background-color:#FFF;}.theme-teva-mid-green .product--actavis{background-color:#3C7E79;border-top-color:#00A03B;}.theme-teva-mid-green .brochure{border-top-color:#00A03B;}.theme-teva-mid-green .search-section{background-color:#FFFFFF;color:#424242;}.theme-teva-mid-green .search-section--grayish{background-color:#F1F1F4;}.theme-teva-mid-green .search-section--grayish .filter-search-teva-de{background-color:#204E77;}.theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-teva-mid-green .view-type-toggle{background-color:#204E77;}.theme-teva-mid-green .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#00A03B transparent transparent transparent;}.theme-teva-mid-green .search-teva-de__form,.theme-teva-mid-green .search-nav-teva-de__form{background-color:#204E77;}.theme-teva-mid-green .search-teva-de__input,.theme-teva-mid-green .search-nav-teva-de__input{color:#FFF;}.theme-teva-mid-green .search-teva-de__input::-webkit-input-placeholder,.theme-teva-mid-green .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-teva-mid-green .search-teva-de__input:-ms-input-placeholder,.theme-teva-mid-green .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-teva-mid-green .search-teva-de__input::-moz-placeholder,.theme-teva-mid-green .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-teva-mid-green .search-teva-de__suggestion,.theme-teva-mid-green .search-nav-teva-de__suggestion{color:#414141;}.theme-teva-mid-green .search-teva-de__suggestion:hover,.theme-teva-mid-green .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.teva-mid-green-headings h1,.teva-mid-green-headings h2,.teva-mid-green-headings h3,.teva-mid-green-headings h4,.teva-mid-green-headings h5,.teva-mid-green-headings h6{color:#00A03B;}.theme-actavis-green h1,.theme-actavis-green h2,.theme-actavis-green h3,.theme-actavis-green h4,.theme-actavis-green h5,.theme-actavis-green h6{color:#43B02A;}.theme-actavis-green .g-title{color:#000000;}.theme-actavis-green .g-radio + .radio-label::before{border-color:#43B02A;}.theme-actavis-green .g-radio:checked + .radio-label::before{background-color:#43B02A;}.theme-actavis-green .g-radio:focus + .radio-label::before{border-color:#43B02A;}.theme-actavis-green .g-checkbox{border-color:#43B02A;}.theme-actavis-green .g-checkbox::-ms-check{border-color:#43B02A;}.theme-actavis-green .g-checkbox:hover,.theme-actavis-green .g-checkbox:checked::-ms-check,.theme-actavis-green .g-checkbox[checked="checked"]::-ms-check{background-color:#43B02A;color:#FFFFFF;}.theme-actavis-green .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-actavis-green .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-actavis-green .g-checkbox-containerless:hover,.theme-actavis-green .g-checkbox-containerless:checked::-ms-check,.theme-actavis-green .g-checkbox-containerless[checked="checked"]::-ms-check{background:#43B02A;}.theme-actavis-green .g-btn{padding:15px 20px;background-color:#43B02A;border-color:#43B02A;color:#FFFFFF;}.theme-actavis-green .g-btn:hover{background-color:#2b721b;border-color:#2b721b;cursor:pointer;}.theme-actavis-green .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-green .g-btn--ghosty{position:relative;background-color:#4da03a;}.theme-actavis-green .g-btn--ghosty:hover{background-color:#43B02A;}.theme-actavis-green .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-actavis-green .g-btn--inverted{background-color:#FFFFFF;color:#43B02A;}.theme-actavis-green .g-btn--inverted:hover{background-color:#43B02A;color:#FFFFFF;}.theme-actavis-green .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-green .g-btn--inverted .icon-wrapper svg{fill:#43B02A;}.theme-actavis-green .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#43B02A;color:#43B02A;}.theme-actavis-green .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#2b721b;color:#2b721b;}.theme-actavis-green .g-btn--secondary{background-color:#0060A9;}.theme-actavis-green .g-btn--secondary:hover{background-color:#00355d;}.theme-actavis-green .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-actavis-green .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-actavis-green .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.theme-actavis-green .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.theme-actavis-green .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-actavis-green .g-link{color:#43B02A;}.theme-actavis-green .g-link:visited{color:#43B02A;}.theme-actavis-green .g-link:hover{color:#2b721b;cursor:pointer;}.theme-actavis-green .g-link:hover .icon-wrapper svg{fill:#2b721b;}.theme-actavis-green .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-actavis-green .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#2b721b;}.theme-actavis-green .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-actavis-green .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-actavis-green .g-link--grayish{color:#414141;}.theme-actavis-green .g-link--grayish:visited{color:#414141;}.theme-actavis-green .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-actavis-green .g-link--secondary{color:#0060A9;}.theme-actavis-green .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-actavis-green .g-link--secondary:visited{color:#0060A9;}.theme-actavis-green .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-actavis-green .g-link--underlined-border,.theme-actavis-green .g-link--underlined-border-secondary,.theme-actavis-green .g-link--underlined-border-complementary,.theme-actavis-green .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.template-base .theme-actavis-green .g-link--underlined-border-secondary,.template-base .theme-actavis-green .g-link--underlined-border-complementary,.template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-actavis-green .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-actavis-green .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-actavis-green .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#43B02A;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#43B02A;}.theme-actavis-green .g-link--underlined-border:hover,.theme-actavis-green .g-link--underlined-border-secondary:hover,.theme-actavis-green .g-link--underlined-border-complementary:hover,.theme-actavis-green .g-link--underlined-border-light-txt:hover{border-bottom-color:#2b721b;}.theme-actavis-green .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-actavis-green .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-actavis-green .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-green .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-actavis-green .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-green .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-actavis-green .g-link--secondary{color:#0060A9;}.theme-actavis-green .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-actavis-green .g-txt{color:#43B02A;}.theme-actavis-green .g-txt::before,.theme-actavis-green .g-txt::after{color:#43B02A;}.theme-actavis-green .g-txt--inverted-hover:hover{color:#0060A9;}.theme-actavis-green .g-txt--secondary{color:#0060A9;}.theme-actavis-green .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-actavis-green .g-txt--secondary-inverted-hover:hover{color:#43B02A;}.theme-actavis-green .g-txt--secondary-inverted-hover::before,.theme-actavis-green .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-actavis-green .g-txt--dark{color:#000000;}.theme-actavis-green .g-txt--complementary{color:#FFFFFF;}.theme-actavis-green .g-bg{background-color:#43B02A;}.theme-actavis-green .g-bg--secondary{background-color:#0060A9;}.theme-actavis-green .g-bg--complementary{background-color:#FFFFFF;}.theme-actavis-green .g-border{border-color:#43B02A;}.theme-actavis-green .g-border--secondary{border-color:#0060A9;}.theme-actavis-green .g-border--complementary{background-color:#FFFFFF;}.theme-actavis-green .g-border-top{border-top-color:#43B02A;}.theme-actavis-green .g-border-top--secondary{border-top-color:#0060A9;}.theme-actavis-green .g-border-bottom{border-bottom-color:#43B02A;}.theme-actavis-green .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-actavis-green .g-popup{background-color:#FFFFFF;}.theme-actavis-green .icon-wrapper svg{fill:#43B02A;}.theme-actavis-green .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-actavis-green .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-actavis-green .icon-wrapper--white-fill svg{fill:#FFF;}.theme-actavis-green .icon-wrapper--white-bg-primary-fill{background-color:#43B02A;}.theme-actavis-green .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-actavis-green .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-actavis-green .icon-wrapper--dark-fill svg{fill:#000000;}.theme-actavis-green .icon-wrapper--outline path{stroke:#43B02A;}.theme-actavis-green .icon-button{background-color:#43B02A;}.theme-actavis-green .icon-button:hover{background:#2b721b;}.theme-actavis-green .icon-button--secondary{background-color:#0060A9;}.theme-actavis-green .icon-button--secondary:hover{background-color:#00355d;}.theme-actavis-green .loading-ring div{border-color:#43B02A transparent transparent transparent;}.theme-actavis-green .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-actavis-green .product--teva-de{background-color:#FFF;}.theme-actavis-green .product--actavis{background-color:#FFFFFF;border-top-color:#43B02A;}.theme-actavis-green .brochure{border-top-color:#43B02A;}.theme-actavis-green .search-section{background-color:#FFFFFF;color:#000000;}.theme-actavis-green .search-section--grayish{background-color:#F1F1F4;}.theme-actavis-green .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-actavis-green .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-actavis-green .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-actavis-green .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-actavis-green .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-actavis-green .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-actavis-green .view-type-toggle{background-color:#0060A9;}.theme-actavis-green .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#43B02A transparent transparent transparent;}.theme-actavis-green .search-teva-de__form,.theme-actavis-green .search-nav-teva-de__form{background-color:#204E77;}.theme-actavis-green .search-teva-de__input,.theme-actavis-green .search-nav-teva-de__input{color:#FFF;}.theme-actavis-green .search-teva-de__input::-webkit-input-placeholder,.theme-actavis-green .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-actavis-green .search-teva-de__input:-ms-input-placeholder,.theme-actavis-green .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-actavis-green .search-teva-de__input::-moz-placeholder,.theme-actavis-green .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-actavis-green .search-teva-de__suggestion,.theme-actavis-green .search-nav-teva-de__suggestion{color:#414141;}.theme-actavis-green .search-teva-de__suggestion:hover,.theme-actavis-green .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.actavis-green-headings h1,.actavis-green-headings h2,.actavis-green-headings h3,.actavis-green-headings h4,.actavis-green-headings h5,.actavis-green-headings h6{color:#43B02A;}.theme-actavis-green-2 h1,.theme-actavis-green-2 h2,.theme-actavis-green-2 h3,.theme-actavis-green-2 h4,.theme-actavis-green-2 h5,.theme-actavis-green-2 h6{color:#2F912D;}.theme-actavis-green-2 .g-title{color:#000000;}.theme-actavis-green-2 .g-radio + .radio-label::before{border-color:#2F912D;}.theme-actavis-green-2 .g-radio:checked + .radio-label::before{background-color:#2F912D;}.theme-actavis-green-2 .g-radio:focus + .radio-label::before{border-color:#2F912D;}.theme-actavis-green-2 .g-checkbox{border-color:#2F912D;}.theme-actavis-green-2 .g-checkbox::-ms-check{border-color:#2F912D;}.theme-actavis-green-2 .g-checkbox:hover,.theme-actavis-green-2 .g-checkbox:checked::-ms-check,.theme-actavis-green-2 .g-checkbox[checked="checked"]::-ms-check{background-color:#2F912D;color:#FFFFFF;}.theme-actavis-green-2 .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-actavis-green-2 .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-actavis-green-2 .g-checkbox-containerless:hover,.theme-actavis-green-2 .g-checkbox-containerless:checked::-ms-check,.theme-actavis-green-2 .g-checkbox-containerless[checked="checked"]::-ms-check{background:#2F912D;}.theme-actavis-green-2 .g-btn{padding:15px 20px;background-color:#2F912D;border-color:#2F912D;color:#FFFFFF;}.theme-actavis-green-2 .g-btn:hover{background-color:#1c571b;border-color:#1c571b;cursor:pointer;}.theme-actavis-green-2 .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-green-2 .g-btn--ghosty{position:relative;background-color:#3d833b;}.theme-actavis-green-2 .g-btn--ghosty:hover{background-color:#2F912D;}.theme-actavis-green-2 .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-actavis-green-2 .g-btn--inverted{background-color:#FFFFFF;color:#2F912D;}.theme-actavis-green-2 .g-btn--inverted:hover{background-color:#2F912D;color:#FFFFFF;}.theme-actavis-green-2 .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-green-2 .g-btn--inverted .icon-wrapper svg{fill:#2F912D;}.theme-actavis-green-2 .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#2F912D;color:#2F912D;}.theme-actavis-green-2 .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#1c571b;color:#1c571b;}.theme-actavis-green-2 .g-btn--secondary{background-color:#0060A9;}.theme-actavis-green-2 .g-btn--secondary:hover{background-color:#00355d;}.theme-actavis-green-2 .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-actavis-green-2 .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-actavis-green-2 .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.theme-actavis-green-2 .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.theme-actavis-green-2 .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-actavis-green-2 .g-link{color:#2F912D;}.theme-actavis-green-2 .g-link:visited{color:#2F912D;}.theme-actavis-green-2 .g-link:hover{color:#1c571b;cursor:pointer;}.theme-actavis-green-2 .g-link:hover .icon-wrapper svg{fill:#1c571b;}.theme-actavis-green-2 .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-actavis-green-2 .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#1c571b;}.theme-actavis-green-2 .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-actavis-green-2 .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-actavis-green-2 .g-link--grayish{color:#414141;}.theme-actavis-green-2 .g-link--grayish:visited{color:#414141;}.theme-actavis-green-2 .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-actavis-green-2 .g-link--secondary{color:#0060A9;}.theme-actavis-green-2 .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-actavis-green-2 .g-link--secondary:visited{color:#0060A9;}.theme-actavis-green-2 .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-actavis-green-2 .g-link--underlined-border,.theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-actavis-green-2 .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-actavis-green-2 .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-actavis-green-2 .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#2F912D;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#2F912D;}.theme-actavis-green-2 .g-link--underlined-border:hover,.theme-actavis-green-2 .g-link--underlined-border-secondary:hover,.theme-actavis-green-2 .g-link--underlined-border-complementary:hover,.theme-actavis-green-2 .g-link--underlined-border-light-txt:hover{border-bottom-color:#1c571b;}.theme-actavis-green-2 .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-actavis-green-2 .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-actavis-green-2 .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-green-2 .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-actavis-green-2 .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-green-2 .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-actavis-green-2 .g-link--secondary{color:#0060A9;}.theme-actavis-green-2 .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-actavis-green-2 .g-txt{color:#2F912D;}.theme-actavis-green-2 .g-txt::before,.theme-actavis-green-2 .g-txt::after{color:#2F912D;}.theme-actavis-green-2 .g-txt--inverted-hover:hover{color:#0060A9;}.theme-actavis-green-2 .g-txt--secondary{color:#0060A9;}.theme-actavis-green-2 .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-actavis-green-2 .g-txt--secondary-inverted-hover:hover{color:#2F912D;}.theme-actavis-green-2 .g-txt--secondary-inverted-hover::before,.theme-actavis-green-2 .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-actavis-green-2 .g-txt--dark{color:#000000;}.theme-actavis-green-2 .g-txt--complementary{color:#FFFFFF;}.theme-actavis-green-2 .g-bg{background-color:#2F912D;}.theme-actavis-green-2 .g-bg--secondary{background-color:#0060A9;}.theme-actavis-green-2 .g-bg--complementary{background-color:#FFFFFF;}.theme-actavis-green-2 .g-border{border-color:#2F912D;}.theme-actavis-green-2 .g-border--secondary{border-color:#0060A9;}.theme-actavis-green-2 .g-border--complementary{background-color:#FFFFFF;}.theme-actavis-green-2 .g-border-top{border-top-color:#2F912D;}.theme-actavis-green-2 .g-border-top--secondary{border-top-color:#0060A9;}.theme-actavis-green-2 .g-border-bottom{border-bottom-color:#2F912D;}.theme-actavis-green-2 .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-actavis-green-2 .g-popup{background-color:#FFFFFF;}.theme-actavis-green-2 .icon-wrapper svg{fill:#2F912D;}.theme-actavis-green-2 .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-actavis-green-2 .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-actavis-green-2 .icon-wrapper--white-fill svg{fill:#FFF;}.theme-actavis-green-2 .icon-wrapper--white-bg-primary-fill{background-color:#2F912D;}.theme-actavis-green-2 .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-actavis-green-2 .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-actavis-green-2 .icon-wrapper--dark-fill svg{fill:#000000;}.theme-actavis-green-2 .icon-wrapper--outline path{stroke:#2F912D;}.theme-actavis-green-2 .icon-button{background-color:#2F912D;}.theme-actavis-green-2 .icon-button:hover{background:#1c571b;}.theme-actavis-green-2 .icon-button--secondary{background-color:#0060A9;}.theme-actavis-green-2 .icon-button--secondary:hover{background-color:#00355d;}.theme-actavis-green-2 .loading-ring div{border-color:#2F912D transparent transparent transparent;}.theme-actavis-green-2 .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-actavis-green-2 .product--teva-de{background-color:#FFF;}.theme-actavis-green-2 .product--actavis{background-color:#FFFFFF;border-top-color:#2F912D;}.theme-actavis-green-2 .brochure{border-top-color:#2F912D;}.theme-actavis-green-2 .search-section{background-color:#FFFFFF;color:#000000;}.theme-actavis-green-2 .search-section--grayish{background-color:#F1F1F4;}.theme-actavis-green-2 .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-actavis-green-2 .view-type-toggle{background-color:#0060A9;}.theme-actavis-green-2 .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#2F912D transparent transparent transparent;}.theme-actavis-green-2 .search-teva-de__form,.theme-actavis-green-2 .search-nav-teva-de__form{background-color:#204E77;}.theme-actavis-green-2 .search-teva-de__input,.theme-actavis-green-2 .search-nav-teva-de__input{color:#FFF;}.theme-actavis-green-2 .search-teva-de__input::-webkit-input-placeholder,.theme-actavis-green-2 .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-actavis-green-2 .search-teva-de__input:-ms-input-placeholder,.theme-actavis-green-2 .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-actavis-green-2 .search-teva-de__input::-moz-placeholder,.theme-actavis-green-2 .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-actavis-green-2 .search-teva-de__suggestion,.theme-actavis-green-2 .search-nav-teva-de__suggestion{color:#414141;}.theme-actavis-green-2 .search-teva-de__suggestion:hover,.theme-actavis-green-2 .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.actavis-green-2-headings h1,.actavis-green-2-headings h2,.actavis-green-2-headings h3,.actavis-green-2-headings h4,.actavis-green-2-headings h5,.actavis-green-2-headings h6{color:#2F912D;}.theme-actavis-green-3 h1,.theme-actavis-green-3 h2,.theme-actavis-green-3 h3,.theme-actavis-green-3 h4,.theme-actavis-green-3 h5,.theme-actavis-green-3 h6{color:#E3F3DF;}.theme-actavis-green-3 .g-title{color:#000000;}.theme-actavis-green-3 .g-radio + .radio-label::before{border-color:#E3F3DF;}.theme-actavis-green-3 .g-radio:checked + .radio-label::before{background-color:#E3F3DF;}.theme-actavis-green-3 .g-radio:focus + .radio-label::before{border-color:#E3F3DF;}.theme-actavis-green-3 .g-checkbox{border-color:#E3F3DF;}.theme-actavis-green-3 .g-checkbox::-ms-check{border-color:#E3F3DF;}.theme-actavis-green-3 .g-checkbox:hover,.theme-actavis-green-3 .g-checkbox:checked::-ms-check,.theme-actavis-green-3 .g-checkbox[checked="checked"]::-ms-check{background-color:#E3F3DF;color:#4A4A4A;}.theme-actavis-green-3 .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-actavis-green-3 .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-actavis-green-3 .g-checkbox-containerless:hover,.theme-actavis-green-3 .g-checkbox-containerless:checked::-ms-check,.theme-actavis-green-3 .g-checkbox-containerless[checked="checked"]::-ms-check{background:#E3F3DF;}.theme-actavis-green-3 .g-btn{padding:15px 20px;background-color:#E3F3DF;border-color:#E3F3DF;color:#4A4A4A;}.theme-actavis-green-3 .g-btn:hover{background-color:#b2dea7;border-color:#b2dea7;cursor:pointer;}.theme-actavis-green-3 .g-btn .icon-wrapper svg{fill:#4A4A4A;}.theme-actavis-green-3 .g-btn--ghosty{position:relative;background-color:#e5f0e2;}.theme-actavis-green-3 .g-btn--ghosty:hover{background-color:#E3F3DF;}.theme-actavis-green-3 .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-actavis-green-3 .g-btn--inverted{background-color:#4A4A4A;color:#E3F3DF;}.theme-actavis-green-3 .g-btn--inverted:hover{background-color:#E3F3DF;color:#4A4A4A;}.theme-actavis-green-3 .g-btn--inverted:hover .icon-wrapper svg{fill:#4A4A4A;}.theme-actavis-green-3 .g-btn--inverted .icon-wrapper svg{fill:#E3F3DF;}.theme-actavis-green-3 .g-btn--inverted-darken-hover{background-color:#4A4A4A;border-color:#E3F3DF;color:#E3F3DF;}.theme-actavis-green-3 .g-btn--inverted-darken-hover:hover{background-color:#4A4A4A;border-color:#b2dea7;color:#b2dea7;}.theme-actavis-green-3 .g-btn--secondary{background-color:#0060A9;}.theme-actavis-green-3 .g-btn--secondary:hover{background-color:#00355d;}.theme-actavis-green-3 .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-actavis-green-3 .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-actavis-green-3 .g-btn--secondary-inverted{background-color:#4A4A4A;border-color:#0060A9;color:#0060A9;}.theme-actavis-green-3 .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#4A4A4A;}.theme-actavis-green-3 .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-actavis-green-3 .g-link{color:#E3F3DF;}.theme-actavis-green-3 .g-link:visited{color:#E3F3DF;}.theme-actavis-green-3 .g-link:hover{color:#b2dea7;cursor:pointer;}.theme-actavis-green-3 .g-link:hover .icon-wrapper svg{fill:#b2dea7;}.theme-actavis-green-3 .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-actavis-green-3 .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#b2dea7;}.theme-actavis-green-3 .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#242424;}.theme-actavis-green-3 .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-actavis-green-3 .g-link--grayish{color:#414141;}.theme-actavis-green-3 .g-link--grayish:visited{color:#414141;}.theme-actavis-green-3 .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-actavis-green-3 .g-link--secondary{color:#0060A9;}.theme-actavis-green-3 .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-actavis-green-3 .g-link--secondary:visited{color:#0060A9;}.theme-actavis-green-3 .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-actavis-green-3 .g-link--underlined-border,.theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-actavis-green-3 .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-actavis-green-3 .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-actavis-green-3 .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#E3F3DF;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#E3F3DF;}.theme-actavis-green-3 .g-link--underlined-border:hover,.theme-actavis-green-3 .g-link--underlined-border-secondary:hover,.theme-actavis-green-3 .g-link--underlined-border-complementary:hover,.theme-actavis-green-3 .g-link--underlined-border-light-txt:hover{border-bottom-color:#b2dea7;}.theme-actavis-green-3 .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-actavis-green-3 .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-actavis-green-3 .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-green-3 .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-actavis-green-3 .g-link--underlined-border-light-txt{color:#4A4A4A;border-bottom-color:#4A4A4A;}.theme-actavis-green-3 .g-link--underlined-border-light-txt:hover{color:#242424;border-bottom-color:#242424;}.theme-actavis-green-3 .g-link--secondary{color:#0060A9;}.theme-actavis-green-3 .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-actavis-green-3 .g-txt{color:#E3F3DF;}.theme-actavis-green-3 .g-txt::before,.theme-actavis-green-3 .g-txt::after{color:#E3F3DF;}.theme-actavis-green-3 .g-txt--inverted-hover:hover{color:#0060A9;}.theme-actavis-green-3 .g-txt--secondary{color:#0060A9;}.theme-actavis-green-3 .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-actavis-green-3 .g-txt--secondary-inverted-hover:hover{color:#E3F3DF;}.theme-actavis-green-3 .g-txt--secondary-inverted-hover::before,.theme-actavis-green-3 .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-actavis-green-3 .g-txt--dark{color:#000000;}.theme-actavis-green-3 .g-txt--complementary{color:#FFFFFF;}.theme-actavis-green-3 .g-bg{background-color:#E3F3DF;}.theme-actavis-green-3 .g-bg--secondary{background-color:#0060A9;}.theme-actavis-green-3 .g-bg--complementary{background-color:#FFFFFF;}.theme-actavis-green-3 .g-border{border-color:#E3F3DF;}.theme-actavis-green-3 .g-border--secondary{border-color:#0060A9;}.theme-actavis-green-3 .g-border--complementary{background-color:#FFFFFF;}.theme-actavis-green-3 .g-border-top{border-top-color:#E3F3DF;}.theme-actavis-green-3 .g-border-top--secondary{border-top-color:#0060A9;}.theme-actavis-green-3 .g-border-bottom{border-bottom-color:#E3F3DF;}.theme-actavis-green-3 .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-actavis-green-3 .g-popup{background-color:#4A4A4A;}.theme-actavis-green-3 .icon-wrapper svg{fill:#E3F3DF;}.theme-actavis-green-3 .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-actavis-green-3 .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-actavis-green-3 .icon-wrapper--white-fill svg{fill:#FFF;}.theme-actavis-green-3 .icon-wrapper--white-bg-primary-fill{background-color:#E3F3DF;}.theme-actavis-green-3 .icon-wrapper--white-bg-primary-fill svg{fill:#4A4A4A;}.theme-actavis-green-3 .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-actavis-green-3 .icon-wrapper--dark-fill svg{fill:#000000;}.theme-actavis-green-3 .icon-wrapper--outline path{stroke:#E3F3DF;}.theme-actavis-green-3 .icon-button{background-color:#E3F3DF;}.theme-actavis-green-3 .icon-button:hover{background:#b2dea7;}.theme-actavis-green-3 .icon-button--secondary{background-color:#0060A9;}.theme-actavis-green-3 .icon-button--secondary:hover{background-color:#00355d;}.theme-actavis-green-3 .loading-ring div{border-color:#E3F3DF transparent transparent transparent;}.theme-actavis-green-3 .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-actavis-green-3 .product--teva-de{background-color:#FFF;}.theme-actavis-green-3 .product--actavis{background-color:#FFFFFF;border-top-color:#E3F3DF;}.theme-actavis-green-3 .brochure{border-top-color:#E3F3DF;}.theme-actavis-green-3 .search-section{background-color:#4A4A4A;color:#000000;}.theme-actavis-green-3 .search-section--grayish{background-color:#F1F1F4;}.theme-actavis-green-3 .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input{color:#4A4A4A;}.theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#4A4A4A;}.theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#4A4A4A;}.theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#4A4A4A;}.theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-actavis-green-3 .view-type-toggle{background-color:#0060A9;}.theme-actavis-green-3 .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#E3F3DF transparent transparent transparent;}.theme-actavis-green-3 .search-teva-de__form,.theme-actavis-green-3 .search-nav-teva-de__form{background-color:#204E77;}.theme-actavis-green-3 .search-teva-de__input,.theme-actavis-green-3 .search-nav-teva-de__input{color:#FFF;}.theme-actavis-green-3 .search-teva-de__input::-webkit-input-placeholder,.theme-actavis-green-3 .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-actavis-green-3 .search-teva-de__input:-ms-input-placeholder,.theme-actavis-green-3 .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-actavis-green-3 .search-teva-de__input::-moz-placeholder,.theme-actavis-green-3 .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-actavis-green-3 .search-teva-de__suggestion,.theme-actavis-green-3 .search-nav-teva-de__suggestion{color:#414141;}.theme-actavis-green-3 .search-teva-de__suggestion:hover,.theme-actavis-green-3 .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.actavis-green-3-headings h1,.actavis-green-3-headings h2,.actavis-green-3-headings h3,.actavis-green-3-headings h4,.actavis-green-3-headings h5,.actavis-green-3-headings h6{color:#E3F3DF;}.theme-actavis-blue h1,.theme-actavis-blue h2,.theme-actavis-blue h3,.theme-actavis-blue h4,.theme-actavis-blue h5,.theme-actavis-blue h6{color:#296C88;}.theme-actavis-blue .g-title{color:#000000;}.theme-actavis-blue .g-radio + .radio-label::before{border-color:#296C88;}.theme-actavis-blue .g-radio:checked + .radio-label::before{background-color:#296C88;}.theme-actavis-blue .g-radio:focus + .radio-label::before{border-color:#296C88;}.theme-actavis-blue .g-checkbox{border-color:#296C88;}.theme-actavis-blue .g-checkbox::-ms-check{border-color:#296C88;}.theme-actavis-blue .g-checkbox:hover,.theme-actavis-blue .g-checkbox:checked::-ms-check,.theme-actavis-blue .g-checkbox[checked="checked"]::-ms-check{background-color:#296C88;color:#FFFFFF;}.theme-actavis-blue .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-actavis-blue .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-actavis-blue .g-checkbox-containerless:hover,.theme-actavis-blue .g-checkbox-containerless:checked::-ms-check,.theme-actavis-blue .g-checkbox-containerless[checked="checked"]::-ms-check{background:#296C88;}.theme-actavis-blue .g-btn{padding:15px 20px;background-color:#296C88;border-color:#296C88;color:#FFFFFF;}.theme-actavis-blue .g-btn:hover{background-color:#173d4d;border-color:#173d4d;cursor:pointer;}.theme-actavis-blue .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-blue .g-btn--ghosty{position:relative;background-color:#36677b;}.theme-actavis-blue .g-btn--ghosty:hover{background-color:#296C88;}.theme-actavis-blue .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-actavis-blue .g-btn--inverted{background-color:#FFFFFF;color:#296C88;}.theme-actavis-blue .g-btn--inverted:hover{background-color:#296C88;color:#FFFFFF;}.theme-actavis-blue .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-blue .g-btn--inverted .icon-wrapper svg{fill:#296C88;}.theme-actavis-blue .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#296C88;color:#296C88;}.theme-actavis-blue .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#173d4d;color:#173d4d;}.theme-actavis-blue .g-btn--secondary{background-color:#0060A9;}.theme-actavis-blue .g-btn--secondary:hover{background-color:#00355d;}.theme-actavis-blue .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-actavis-blue .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-actavis-blue .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.theme-actavis-blue .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.theme-actavis-blue .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-actavis-blue .g-link{color:#296C88;}.theme-actavis-blue .g-link:visited{color:#296C88;}.theme-actavis-blue .g-link:hover{color:#173d4d;cursor:pointer;}.theme-actavis-blue .g-link:hover .icon-wrapper svg{fill:#173d4d;}.theme-actavis-blue .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-actavis-blue .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#173d4d;}.theme-actavis-blue .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-actavis-blue .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-actavis-blue .g-link--grayish{color:#414141;}.theme-actavis-blue .g-link--grayish:visited{color:#414141;}.theme-actavis-blue .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-actavis-blue .g-link--secondary{color:#0060A9;}.theme-actavis-blue .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-actavis-blue .g-link--secondary:visited{color:#0060A9;}.theme-actavis-blue .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-actavis-blue .g-link--underlined-border,.theme-actavis-blue .g-link--underlined-border-secondary,.theme-actavis-blue .g-link--underlined-border-complementary,.theme-actavis-blue .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.template-base .theme-actavis-blue .g-link--underlined-border-secondary,.template-base .theme-actavis-blue .g-link--underlined-border-complementary,.template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-actavis-blue .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-actavis-blue .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-actavis-blue .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#296C88;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#296C88;}.theme-actavis-blue .g-link--underlined-border:hover,.theme-actavis-blue .g-link--underlined-border-secondary:hover,.theme-actavis-blue .g-link--underlined-border-complementary:hover,.theme-actavis-blue .g-link--underlined-border-light-txt:hover{border-bottom-color:#173d4d;}.theme-actavis-blue .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-actavis-blue .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-actavis-blue .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-blue .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-actavis-blue .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-blue .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-actavis-blue .g-link--secondary{color:#0060A9;}.theme-actavis-blue .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-actavis-blue .g-txt{color:#296C88;}.theme-actavis-blue .g-txt::before,.theme-actavis-blue .g-txt::after{color:#296C88;}.theme-actavis-blue .g-txt--inverted-hover:hover{color:#0060A9;}.theme-actavis-blue .g-txt--secondary{color:#0060A9;}.theme-actavis-blue .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-actavis-blue .g-txt--secondary-inverted-hover:hover{color:#296C88;}.theme-actavis-blue .g-txt--secondary-inverted-hover::before,.theme-actavis-blue .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-actavis-blue .g-txt--dark{color:#000000;}.theme-actavis-blue .g-txt--complementary{color:#FFFFFF;}.theme-actavis-blue .g-bg{background-color:#296C88;}.theme-actavis-blue .g-bg--secondary{background-color:#0060A9;}.theme-actavis-blue .g-bg--complementary{background-color:#FFFFFF;}.theme-actavis-blue .g-border{border-color:#296C88;}.theme-actavis-blue .g-border--secondary{border-color:#0060A9;}.theme-actavis-blue .g-border--complementary{background-color:#FFFFFF;}.theme-actavis-blue .g-border-top{border-top-color:#296C88;}.theme-actavis-blue .g-border-top--secondary{border-top-color:#0060A9;}.theme-actavis-blue .g-border-bottom{border-bottom-color:#296C88;}.theme-actavis-blue .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-actavis-blue .g-popup{background-color:#FFFFFF;}.theme-actavis-blue .icon-wrapper svg{fill:#296C88;}.theme-actavis-blue .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-actavis-blue .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-actavis-blue .icon-wrapper--white-fill svg{fill:#FFF;}.theme-actavis-blue .icon-wrapper--white-bg-primary-fill{background-color:#296C88;}.theme-actavis-blue .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-actavis-blue .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-actavis-blue .icon-wrapper--dark-fill svg{fill:#000000;}.theme-actavis-blue .icon-wrapper--outline path{stroke:#296C88;}.theme-actavis-blue .icon-button{background-color:#296C88;}.theme-actavis-blue .icon-button:hover{background:#173d4d;}.theme-actavis-blue .icon-button--secondary{background-color:#0060A9;}.theme-actavis-blue .icon-button--secondary:hover{background-color:#00355d;}.theme-actavis-blue .loading-ring div{border-color:#296C88 transparent transparent transparent;}.theme-actavis-blue .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-actavis-blue .product--teva-de{background-color:#FFF;}.theme-actavis-blue .product--actavis{background-color:#FFFFFF;border-top-color:#296C88;}.theme-actavis-blue .brochure{border-top-color:#296C88;}.theme-actavis-blue .search-section{background-color:#FFFFFF;color:#000000;}.theme-actavis-blue .search-section--grayish{background-color:#F1F1F4;}.theme-actavis-blue .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-actavis-blue .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-actavis-blue .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-actavis-blue .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-actavis-blue .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-actavis-blue .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-actavis-blue .view-type-toggle{background-color:#0060A9;}.theme-actavis-blue .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#296C88 transparent transparent transparent;}.theme-actavis-blue .search-teva-de__form,.theme-actavis-blue .search-nav-teva-de__form{background-color:#204E77;}.theme-actavis-blue .search-teva-de__input,.theme-actavis-blue .search-nav-teva-de__input{color:#FFF;}.theme-actavis-blue .search-teva-de__input::-webkit-input-placeholder,.theme-actavis-blue .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-actavis-blue .search-teva-de__input:-ms-input-placeholder,.theme-actavis-blue .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-actavis-blue .search-teva-de__input::-moz-placeholder,.theme-actavis-blue .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-actavis-blue .search-teva-de__suggestion,.theme-actavis-blue .search-nav-teva-de__suggestion{color:#414141;}.theme-actavis-blue .search-teva-de__suggestion:hover,.theme-actavis-blue .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.actavis-blue-headings h1,.actavis-blue-headings h2,.actavis-blue-headings h3,.actavis-blue-headings h4,.actavis-blue-headings h5,.actavis-blue-headings h6{color:#296C88;}.theme-actavis-blue-2 h1,.theme-actavis-blue-2 h2,.theme-actavis-blue-2 h3,.theme-actavis-blue-2 h4,.theme-actavis-blue-2 h5,.theme-actavis-blue-2 h6{color:#002E43;}.theme-actavis-blue-2 .g-title{color:#000000;}.theme-actavis-blue-2 .g-radio + .radio-label::before{border-color:#002E43;}.theme-actavis-blue-2 .g-radio:checked + .radio-label::before{background-color:#002E43;}.theme-actavis-blue-2 .g-radio:focus + .radio-label::before{border-color:#002E43;}.theme-actavis-blue-2 .g-checkbox{border-color:#002E43;}.theme-actavis-blue-2 .g-checkbox::-ms-check{border-color:#002E43;}.theme-actavis-blue-2 .g-checkbox:hover,.theme-actavis-blue-2 .g-checkbox:checked::-ms-check,.theme-actavis-blue-2 .g-checkbox[checked="checked"]::-ms-check{background-color:#002E43;color:#FFFFFF;}.theme-actavis-blue-2 .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-actavis-blue-2 .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-actavis-blue-2 .g-checkbox-containerless:hover,.theme-actavis-blue-2 .g-checkbox-containerless:checked::-ms-check,.theme-actavis-blue-2 .g-checkbox-containerless[checked="checked"]::-ms-check{background:#002E43;}.theme-actavis-blue-2 .g-btn{padding:15px 20px;background-color:#002E43;border-color:#002E43;color:#FFFFFF;}.theme-actavis-blue-2 .g-btn:hover{background-color:black;border-color:black;cursor:pointer;}.theme-actavis-blue-2 .g-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-blue-2 .g-btn--ghosty{position:relative;background-color:#052c3e;}.theme-actavis-blue-2 .g-btn--ghosty:hover{background-color:#002E43;}.theme-actavis-blue-2 .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-actavis-blue-2 .g-btn--inverted{background-color:#FFFFFF;color:#002E43;}.theme-actavis-blue-2 .g-btn--inverted:hover{background-color:#002E43;color:#FFFFFF;}.theme-actavis-blue-2 .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.theme-actavis-blue-2 .g-btn--inverted .icon-wrapper svg{fill:#002E43;}.theme-actavis-blue-2 .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#002E43;color:#002E43;}.theme-actavis-blue-2 .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:black;color:black;}.theme-actavis-blue-2 .g-btn--secondary{background-color:#0060A9;}.theme-actavis-blue-2 .g-btn--secondary:hover{background-color:#00355d;}.theme-actavis-blue-2 .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-actavis-blue-2 .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-actavis-blue-2 .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.theme-actavis-blue-2 .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.theme-actavis-blue-2 .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-actavis-blue-2 .g-link{color:#002E43;}.theme-actavis-blue-2 .g-link:visited{color:#002E43;}.theme-actavis-blue-2 .g-link:hover{color:black;cursor:pointer;}.theme-actavis-blue-2 .g-link:hover .icon-wrapper svg{fill:black;}.theme-actavis-blue-2 .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-actavis-blue-2 .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:black;}.theme-actavis-blue-2 .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.theme-actavis-blue-2 .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-actavis-blue-2 .g-link--grayish{color:#414141;}.theme-actavis-blue-2 .g-link--grayish:visited{color:#414141;}.theme-actavis-blue-2 .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-actavis-blue-2 .g-link--secondary{color:#0060A9;}.theme-actavis-blue-2 .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-actavis-blue-2 .g-link--secondary:visited{color:#0060A9;}.theme-actavis-blue-2 .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-actavis-blue-2 .g-link--underlined-border,.theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-actavis-blue-2 .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-actavis-blue-2 .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-actavis-blue-2 .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#002E43;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#002E43;}.theme-actavis-blue-2 .g-link--underlined-border:hover,.theme-actavis-blue-2 .g-link--underlined-border-secondary:hover,.theme-actavis-blue-2 .g-link--underlined-border-complementary:hover,.theme-actavis-blue-2 .g-link--underlined-border-light-txt:hover{border-bottom-color:black;}.theme-actavis-blue-2 .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-actavis-blue-2 .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-actavis-blue-2 .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-blue-2 .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-actavis-blue-2 .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-actavis-blue-2 .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.theme-actavis-blue-2 .g-link--secondary{color:#0060A9;}.theme-actavis-blue-2 .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-actavis-blue-2 .g-txt{color:#002E43;}.theme-actavis-blue-2 .g-txt::before,.theme-actavis-blue-2 .g-txt::after{color:#002E43;}.theme-actavis-blue-2 .g-txt--inverted-hover:hover{color:#0060A9;}.theme-actavis-blue-2 .g-txt--secondary{color:#0060A9;}.theme-actavis-blue-2 .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-actavis-blue-2 .g-txt--secondary-inverted-hover:hover{color:#002E43;}.theme-actavis-blue-2 .g-txt--secondary-inverted-hover::before,.theme-actavis-blue-2 .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-actavis-blue-2 .g-txt--dark{color:#000000;}.theme-actavis-blue-2 .g-txt--complementary{color:#FFFFFF;}.theme-actavis-blue-2 .g-bg{background-color:#002E43;}.theme-actavis-blue-2 .g-bg--secondary{background-color:#0060A9;}.theme-actavis-blue-2 .g-bg--complementary{background-color:#FFFFFF;}.theme-actavis-blue-2 .g-border{border-color:#002E43;}.theme-actavis-blue-2 .g-border--secondary{border-color:#0060A9;}.theme-actavis-blue-2 .g-border--complementary{background-color:#FFFFFF;}.theme-actavis-blue-2 .g-border-top{border-top-color:#002E43;}.theme-actavis-blue-2 .g-border-top--secondary{border-top-color:#0060A9;}.theme-actavis-blue-2 .g-border-bottom{border-bottom-color:#002E43;}.theme-actavis-blue-2 .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-actavis-blue-2 .g-popup{background-color:#FFFFFF;}.theme-actavis-blue-2 .icon-wrapper svg{fill:#002E43;}.theme-actavis-blue-2 .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-actavis-blue-2 .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-actavis-blue-2 .icon-wrapper--white-fill svg{fill:#FFF;}.theme-actavis-blue-2 .icon-wrapper--white-bg-primary-fill{background-color:#002E43;}.theme-actavis-blue-2 .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.theme-actavis-blue-2 .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-actavis-blue-2 .icon-wrapper--dark-fill svg{fill:#000000;}.theme-actavis-blue-2 .icon-wrapper--outline path{stroke:#002E43;}.theme-actavis-blue-2 .icon-button{background-color:#002E43;}.theme-actavis-blue-2 .icon-button:hover{background:black;}.theme-actavis-blue-2 .icon-button--secondary{background-color:#0060A9;}.theme-actavis-blue-2 .icon-button--secondary:hover{background-color:#00355d;}.theme-actavis-blue-2 .loading-ring div{border-color:#002E43 transparent transparent transparent;}.theme-actavis-blue-2 .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-actavis-blue-2 .product--teva-de{background-color:#FFF;}.theme-actavis-blue-2 .product--actavis{background-color:#FFFFFF;border-top-color:#002E43;}.theme-actavis-blue-2 .brochure{border-top-color:#002E43;}.theme-actavis-blue-2 .search-section{background-color:#FFFFFF;color:#000000;}.theme-actavis-blue-2 .search-section--grayish{background-color:#F1F1F4;}.theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-actavis-blue-2 .view-type-toggle{background-color:#0060A9;}.theme-actavis-blue-2 .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#002E43 transparent transparent transparent;}.theme-actavis-blue-2 .search-teva-de__form,.theme-actavis-blue-2 .search-nav-teva-de__form{background-color:#204E77;}.theme-actavis-blue-2 .search-teva-de__input,.theme-actavis-blue-2 .search-nav-teva-de__input{color:#FFF;}.theme-actavis-blue-2 .search-teva-de__input::-webkit-input-placeholder,.theme-actavis-blue-2 .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-actavis-blue-2 .search-teva-de__input:-ms-input-placeholder,.theme-actavis-blue-2 .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-actavis-blue-2 .search-teva-de__input::-moz-placeholder,.theme-actavis-blue-2 .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-actavis-blue-2 .search-teva-de__suggestion,.theme-actavis-blue-2 .search-nav-teva-de__suggestion{color:#414141;}.theme-actavis-blue-2 .search-teva-de__suggestion:hover,.theme-actavis-blue-2 .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.actavis-blue-2-headings h1,.actavis-blue-2-headings h2,.actavis-blue-2-headings h3,.actavis-blue-2-headings h4,.actavis-blue-2-headings h5,.actavis-blue-2-headings h6{color:#002E43;}.theme-teva-light-blue h1,.theme-teva-light-blue h2,.theme-teva-light-blue h3,.theme-teva-light-blue h4,.theme-teva-light-blue h5,.theme-teva-light-blue h6{color:#000000;}.theme-teva-light-blue .g-title{color:#000000;}.theme-teva-light-blue .g-radio + .radio-label::before{border-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-radio:checked + .radio-label::before{background-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-radio:focus + .radio-label::before{border-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-checkbox{border-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-checkbox::-ms-check{border-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-checkbox:hover,.theme-teva-light-blue .g-checkbox:checked::-ms-check,.theme-teva-light-blue .g-checkbox[checked="checked"]::-ms-check{background-color:rgba(41,108,136,0.1);color:#000000;}.theme-teva-light-blue .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-teva-light-blue .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-teva-light-blue .g-checkbox-containerless:hover,.theme-teva-light-blue .g-checkbox-containerless:checked::-ms-check,.theme-teva-light-blue .g-checkbox-containerless[checked="checked"]::-ms-check{background:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-btn{padding:15px 20px;background-color:rgba(41,108,136,0.1);border-color:rgba(41,108,136,0.1);color:#000000;}.theme-teva-light-blue .g-btn:hover{background-color:rgba(23,61,77,0.1);border-color:rgba(23,61,77,0.1);cursor:pointer;}.theme-teva-light-blue .g-btn .icon-wrapper svg{fill:#000000;}.theme-teva-light-blue .g-btn--ghosty{position:relative;background-color:rgba(54,103,123,0.1);}.theme-teva-light-blue .g-btn--ghosty:hover{background-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-teva-light-blue .g-btn--inverted{background-color:#000000;color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-btn--inverted:hover{background-color:rgba(41,108,136,0.1);color:#000000;}.theme-teva-light-blue .g-btn--inverted:hover .icon-wrapper svg{fill:#000000;}.theme-teva-light-blue .g-btn--inverted .icon-wrapper svg{fill:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-btn--inverted-darken-hover{background-color:#000000;border-color:rgba(41,108,136,0.1);color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-btn--inverted-darken-hover:hover{background-color:#000000;border-color:rgba(23,61,77,0.1);color:rgba(23,61,77,0.1);}.theme-teva-light-blue .g-btn--secondary{background-color:#296C88;}.theme-teva-light-blue .g-btn--secondary:hover{background-color:#173d4d;}.theme-teva-light-blue .g-btn--secondary-teva-de{background-color:#296C88;}.theme-teva-light-blue .g-btn--secondary-teva-de:hover{background-color:#3b9bc3;}.theme-teva-light-blue .g-btn--secondary-inverted{background-color:#000000;border-color:#296C88;color:#296C88;}.theme-teva-light-blue .g-btn--secondary-inverted:hover{background-color:#296C88;color:#000000;}.theme-teva-light-blue .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-teva-light-blue .g-link{color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-link:visited{color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-link:hover{color:rgba(23,61,77,0.1);cursor:pointer;}.theme-teva-light-blue .g-link:hover .icon-wrapper svg{fill:rgba(23,61,77,0.1);}.theme-teva-light-blue .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-teva-light-blue .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:rgba(23,61,77,0.1);}.theme-teva-light-blue .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:black;}.theme-teva-light-blue .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-teva-light-blue .g-link--grayish{color:#414141;}.theme-teva-light-blue .g-link--grayish:visited{color:#414141;}.theme-teva-light-blue .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-teva-light-blue .g-link--secondary{color:#296C88;}.theme-teva-light-blue .g-link--secondary .icon-wrapper svg{fill:#296C88;}.theme-teva-light-blue .g-link--secondary:visited{color:#296C88;}.theme-teva-light-blue .g-link--secondary:hover{color:#75b9d5;cursor:pointer;}.theme-teva-light-blue .g-link--underlined-border,.theme-teva-light-blue .g-link--underlined-border-secondary,.theme-teva-light-blue .g-link--underlined-border-complementary,.theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-teva-light-blue .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-teva-light-blue .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-teva-light-blue .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:rgba(41,108,136,0.1);border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-link--underlined-border:hover,.theme-teva-light-blue .g-link--underlined-border-secondary:hover,.theme-teva-light-blue .g-link--underlined-border-complementary:hover,.theme-teva-light-blue .g-link--underlined-border-light-txt:hover{border-bottom-color:rgba(23,61,77,0.1);}.theme-teva-light-blue .g-link--underlined-border-secondary{color:#296C88;border-bottom-color:#296C88;}.theme-teva-light-blue .g-link--underlined-border-secondary:hover{color:#3b9bc3;border-bottom-color:#3b9bc3;}.theme-teva-light-blue .g-link--underlined-border-complementary{color:#3C7E79;border-bottom-color:#3C7E79;}.theme-teva-light-blue .g-link--underlined-border-complementary:hover{color:#57afa9;border-bottom-color:#57afa9;}.theme-teva-light-blue .g-link--underlined-border-light-txt{color:#000000;border-bottom-color:#000000;}.theme-teva-light-blue .g-link--underlined-border-light-txt:hover{color:black;border-bottom-color:black;}.theme-teva-light-blue .g-link--secondary{color:#296C88;}.theme-teva-light-blue .g-link--secondary:hover{color:#173d4d;cursor:pointer;}.theme-teva-light-blue .g-txt{color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-txt::before,.theme-teva-light-blue .g-txt::after{color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-txt--inverted-hover:hover{color:#296C88;}.theme-teva-light-blue .g-txt--secondary{color:#296C88;}.theme-teva-light-blue .g-txt--secondary-inverted-hover{color:#296C88;}.theme-teva-light-blue .g-txt--secondary-inverted-hover:hover{color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-txt--secondary-inverted-hover::before,.theme-teva-light-blue .g-txt--secondary-inverted-hover::after{color:#296C88;}.theme-teva-light-blue .g-txt--dark{color:#000000;}.theme-teva-light-blue .g-txt--complementary{color:#3C7E79;}.theme-teva-light-blue .g-bg{background-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-bg--secondary{background-color:#296C88;}.theme-teva-light-blue .g-bg--complementary{background-color:#3C7E79;}.theme-teva-light-blue .g-border{border-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-border--secondary{border-color:#296C88;}.theme-teva-light-blue .g-border--complementary{background-color:#3C7E79;}.theme-teva-light-blue .g-border-top{border-top-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-border-top--secondary{border-top-color:#296C88;}.theme-teva-light-blue .g-border-bottom{border-bottom-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .g-border-bottom--secondary{border-bottom-color:#296C88;}.theme-teva-light-blue .g-popup{background-color:#000000;}.theme-teva-light-blue .icon-wrapper svg{fill:rgba(41,108,136,0.1);}.theme-teva-light-blue .icon-wrapper--secondary-fill svg{fill:#296C88;}.theme-teva-light-blue .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-teva-light-blue .icon-wrapper--white-fill svg{fill:#FFF;}.theme-teva-light-blue .icon-wrapper--white-bg-primary-fill{background-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .icon-wrapper--white-bg-primary-fill svg{fill:#000000;}.theme-teva-light-blue .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-teva-light-blue .icon-wrapper--dark-fill svg{fill:#000000;}.theme-teva-light-blue .icon-wrapper--outline path{stroke:rgba(41,108,136,0.1);}.theme-teva-light-blue .icon-button{background-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .icon-button:hover{background:rgba(23,61,77,0.1);}.theme-teva-light-blue .icon-button--secondary{background-color:#296C88;}.theme-teva-light-blue .icon-button--secondary:hover{background-color:#173d4d;}.theme-teva-light-blue .loading-ring div{border-color:rgba(41,108,136,0.1) transparent transparent transparent;}.theme-teva-light-blue .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-teva-light-blue .product--teva-de{background-color:#FFF;}.theme-teva-light-blue .product--actavis{background-color:#3C7E79;border-top-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .brochure{border-top-color:rgba(41,108,136,0.1);}.theme-teva-light-blue .search-section{background-color:#000000;color:#000000;}.theme-teva-light-blue .search-section--grayish{background-color:#F1F1F4;}.theme-teva-light-blue .search-section--grayish .filter-search-teva-de{background-color:#296C88;}.theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input{color:#000000;}.theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#000000;}.theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#000000;}.theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#000000;}.theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-teva-light-blue .view-type-toggle{background-color:#296C88;}.theme-teva-light-blue .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:rgba(41,108,136,0.1) transparent transparent transparent;}.theme-teva-light-blue .search-teva-de__form,.theme-teva-light-blue .search-nav-teva-de__form{background-color:#204E77;}.theme-teva-light-blue .search-teva-de__input,.theme-teva-light-blue .search-nav-teva-de__input{color:#FFF;}.theme-teva-light-blue .search-teva-de__input::-webkit-input-placeholder,.theme-teva-light-blue .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-teva-light-blue .search-teva-de__input:-ms-input-placeholder,.theme-teva-light-blue .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-teva-light-blue .search-teva-de__input::-moz-placeholder,.theme-teva-light-blue .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-teva-light-blue .search-teva-de__suggestion,.theme-teva-light-blue .search-nav-teva-de__suggestion{color:#414141;}.theme-teva-light-blue .search-teva-de__suggestion:hover,.theme-teva-light-blue .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.teva-light-blue-headings h1,.teva-light-blue-headings h2,.teva-light-blue-headings h3,.teva-light-blue-headings h4,.teva-light-blue-headings h5,.teva-light-blue-headings h6{color:#000000;}.theme-weiss h1,.theme-weiss h2,.theme-weiss h3,.theme-weiss h4,.theme-weiss h5,.theme-weiss h6{color:#FFFFFF;}.theme-weiss .g-title{color:#000000;}.theme-weiss .g-radio + .radio-label::before{border-color:#FFFFFF;}.theme-weiss .g-radio:checked + .radio-label::before{background-color:#FFFFFF;}.theme-weiss .g-radio:focus + .radio-label::before{border-color:#FFFFFF;}.theme-weiss .g-checkbox{border-color:#FFFFFF;}.theme-weiss .g-checkbox::-ms-check{border-color:#FFFFFF;}.theme-weiss .g-checkbox:hover,.theme-weiss .g-checkbox:checked::-ms-check,.theme-weiss .g-checkbox[checked="checked"]::-ms-check{background-color:#FFFFFF;color:#C5C6C6;}.theme-weiss .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-weiss .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-weiss .g-checkbox-containerless:hover,.theme-weiss .g-checkbox-containerless:checked::-ms-check,.theme-weiss .g-checkbox-containerless[checked="checked"]::-ms-check{background:#FFFFFF;}.theme-weiss .g-btn{padding:15px 20px;background-color:#FFFFFF;border-color:#FFFFFF;color:#C5C6C6;}.theme-weiss .g-btn:hover{background-color:#d9d9d9;border-color:#d9d9d9;cursor:pointer;}.theme-weiss .g-btn .icon-wrapper svg{fill:#C5C6C6;}.theme-weiss .g-btn--ghosty{position:relative;background-color:white;}.theme-weiss .g-btn--ghosty:hover{background-color:#FFFFFF;}.theme-weiss .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-weiss .g-btn--inverted{background-color:#C5C6C6;color:#FFFFFF;}.theme-weiss .g-btn--inverted:hover{background-color:#FFFFFF;color:#C5C6C6;}.theme-weiss .g-btn--inverted:hover .icon-wrapper svg{fill:#C5C6C6;}.theme-weiss .g-btn--inverted .icon-wrapper svg{fill:#FFFFFF;}.theme-weiss .g-btn--inverted-darken-hover{background-color:#C5C6C6;border-color:#FFFFFF;color:#FFFFFF;}.theme-weiss .g-btn--inverted-darken-hover:hover{background-color:#C5C6C6;border-color:#d9d9d9;color:#d9d9d9;}.theme-weiss .g-btn--secondary{background-color:#0060A9;}.theme-weiss .g-btn--secondary:hover{background-color:#00355d;}.theme-weiss .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-weiss .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-weiss .g-btn--secondary-inverted{background-color:#C5C6C6;border-color:#0060A9;color:#0060A9;}.theme-weiss .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#C5C6C6;}.theme-weiss .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-weiss .g-link{color:#FFFFFF;}.theme-weiss .g-link:visited{color:#FFFFFF;}.theme-weiss .g-link:hover{color:#d9d9d9;cursor:pointer;}.theme-weiss .g-link:hover .icon-wrapper svg{fill:#d9d9d9;}.theme-weiss .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-weiss .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#d9d9d9;}.theme-weiss .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#9ea0a0;}.theme-weiss .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-weiss .g-link--grayish{color:#414141;}.theme-weiss .g-link--grayish:visited{color:#414141;}.theme-weiss .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-weiss .g-link--secondary{color:#0060A9;}.theme-weiss .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-weiss .g-link--secondary:visited{color:#0060A9;}.theme-weiss .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-weiss .g-link--underlined-border,.theme-weiss .g-link--underlined-border-secondary,.theme-weiss .g-link--underlined-border-complementary,.theme-weiss .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.template-base .theme-weiss .g-link--underlined-border-secondary,.template-base .theme-weiss .g-link--underlined-border-complementary,.template-base .theme-weiss .g-link--underlined-border-light-txt,.theme-weiss .template-base .theme-white-btn .g-link--underlined-border-secondary,.theme-weiss .template-base .theme-white-btn .g-link--underlined-border-complementary,.theme-weiss .template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#FFFFFF;}.theme-weiss .g-link--underlined-border:hover,.theme-weiss .g-link--underlined-border-secondary:hover,.theme-weiss .g-link--underlined-border-complementary:hover,.theme-weiss .g-link--underlined-border-light-txt:hover{border-bottom-color:#d9d9d9;}.theme-weiss .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-weiss .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-weiss .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-weiss .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-weiss .g-link--underlined-border-light-txt{color:#C5C6C6;border-bottom-color:#C5C6C6;}.theme-weiss .g-link--underlined-border-light-txt:hover{color:#9ea0a0;border-bottom-color:#9ea0a0;}.theme-weiss .g-link--secondary{color:#0060A9;}.theme-weiss .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-weiss .g-txt{color:#FFFFFF;}.theme-weiss .g-txt::before,.theme-weiss .g-txt::after{color:#FFFFFF;}.theme-weiss .g-txt--inverted-hover:hover{color:#0060A9;}.theme-weiss .g-txt--secondary{color:#0060A9;}.theme-weiss .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-weiss .g-txt--secondary-inverted-hover:hover{color:#FFFFFF;}.theme-weiss .g-txt--secondary-inverted-hover::before,.theme-weiss .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-weiss .g-txt--dark{color:#000000;}.theme-weiss .g-txt--complementary{color:#FFFFFF;}.theme-weiss .g-bg{background-color:#FFFFFF;}.theme-weiss .g-bg--secondary{background-color:#0060A9;}.theme-weiss .g-bg--complementary{background-color:#FFFFFF;}.theme-weiss .g-border{border-color:#FFFFFF;}.theme-weiss .g-border--secondary{border-color:#0060A9;}.theme-weiss .g-border--complementary{background-color:#FFFFFF;}.theme-weiss .g-border-top{border-top-color:#FFFFFF;}.theme-weiss .g-border-top--secondary{border-top-color:#0060A9;}.theme-weiss .g-border-bottom{border-bottom-color:#FFFFFF;}.theme-weiss .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-weiss .g-popup{background-color:#C5C6C6;}.theme-weiss .icon-wrapper svg{fill:#FFFFFF;}.theme-weiss .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-weiss .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-weiss .icon-wrapper--white-fill svg{fill:#FFF;}.theme-weiss .icon-wrapper--white-bg-primary-fill{background-color:#FFFFFF;}.theme-weiss .icon-wrapper--white-bg-primary-fill svg{fill:#C5C6C6;}.theme-weiss .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-weiss .icon-wrapper--dark-fill svg{fill:#000000;}.theme-weiss .icon-wrapper--outline path{stroke:#FFFFFF;}.theme-weiss .icon-button{background-color:#FFFFFF;}.theme-weiss .icon-button:hover{background:#d9d9d9;}.theme-weiss .icon-button--secondary{background-color:#0060A9;}.theme-weiss .icon-button--secondary:hover{background-color:#00355d;}.theme-weiss .loading-ring div{border-color:#FFFFFF transparent transparent transparent;}.theme-weiss .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-weiss .product--teva-de{background-color:#FFF;}.theme-weiss .product--actavis{background-color:#FFFFFF;border-top-color:#FFFFFF;}.theme-weiss .brochure{border-top-color:#FFFFFF;}.theme-weiss .search-section{background-color:#C5C6C6;color:#000000;}.theme-weiss .search-section--grayish{background-color:#F1F1F4;}.theme-weiss .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-weiss .search-section--grayish .filter-search-teva-de__input{color:#C5C6C6;}.theme-weiss .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#C5C6C6;}.theme-weiss .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#C5C6C6;}.theme-weiss .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#C5C6C6;}.theme-weiss .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-weiss .view-type-toggle{background-color:#0060A9;}.theme-weiss .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#FFFFFF transparent transparent transparent;}.theme-weiss .search-teva-de__form,.theme-weiss .search-nav-teva-de__form{background-color:#204E77;}.theme-weiss .search-teva-de__input,.theme-weiss .search-nav-teva-de__input{color:#FFF;}.theme-weiss .search-teva-de__input::-webkit-input-placeholder,.theme-weiss .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-weiss .search-teva-de__input:-ms-input-placeholder,.theme-weiss .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-weiss .search-teva-de__input::-moz-placeholder,.theme-weiss .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-weiss .search-teva-de__suggestion,.theme-weiss .search-nav-teva-de__suggestion{color:#414141;}.theme-weiss .search-teva-de__suggestion:hover,.theme-weiss .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.weiss-headings h1,.weiss-headings h2,.weiss-headings h3,.weiss-headings h4,.weiss-headings h5,.weiss-headings h6{color:#FFFFFF;}.theme-white-btn h1,.theme-white-btn h2,.theme-white-btn h3,.theme-white-btn h4,.theme-white-btn h5,.theme-white-btn h6{color:#FFFFFF;}.theme-white-btn .g-title{color:#000000;}.theme-white-btn .g-radio + .radio-label::before{border-color:#FFFFFF;}.theme-white-btn .g-radio:checked + .radio-label::before{background-color:#FFFFFF;}.theme-white-btn .g-radio:focus + .radio-label::before{border-color:#FFFFFF;}.theme-white-btn .g-checkbox{border-color:#FFFFFF;}.theme-white-btn .g-checkbox::-ms-check{border-color:#FFFFFF;}.theme-white-btn .g-checkbox:hover,.theme-white-btn .g-checkbox:checked::-ms-check,.theme-white-btn .g-checkbox[checked="checked"]::-ms-check{background-color:#FFFFFF;color:#43B02A;}.theme-white-btn .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.theme-white-btn .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.theme-white-btn .g-checkbox-containerless:hover,.theme-white-btn .g-checkbox-containerless:checked::-ms-check,.theme-white-btn .g-checkbox-containerless[checked="checked"]::-ms-check{background:#FFFFFF;}.theme-white-btn .g-btn{padding:15px 20px;background-color:#FFFFFF;border-color:#FFFFFF;color:#43B02A;}.theme-white-btn .g-btn:hover{background-color:#d9d9d9;border-color:#d9d9d9;cursor:pointer;}.theme-white-btn .g-btn .icon-wrapper svg{fill:#43B02A;}.theme-white-btn .g-btn--ghosty{position:relative;background-color:white;}.theme-white-btn .g-btn--ghosty:hover{background-color:#FFFFFF;}.theme-white-btn .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.theme-white-btn .g-btn--inverted{background-color:#43B02A;color:#FFFFFF;}.theme-white-btn .g-btn--inverted:hover{background-color:#FFFFFF;color:#43B02A;}.theme-white-btn .g-btn--inverted:hover .icon-wrapper svg{fill:#43B02A;}.theme-white-btn .g-btn--inverted .icon-wrapper svg{fill:#FFFFFF;}.theme-white-btn .g-btn--inverted-darken-hover{background-color:#43B02A;border-color:#FFFFFF;color:#FFFFFF;}.theme-white-btn .g-btn--inverted-darken-hover:hover{background-color:#43B02A;border-color:#d9d9d9;color:#d9d9d9;}.theme-white-btn .g-btn--secondary{background-color:#0060A9;}.theme-white-btn .g-btn--secondary:hover{background-color:#00355d;}.theme-white-btn .g-btn--secondary-teva-de{background-color:#0060A9;}.theme-white-btn .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.theme-white-btn .g-btn--secondary-inverted{background-color:#43B02A;border-color:#0060A9;color:#0060A9;}.theme-white-btn .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#43B02A;}.theme-white-btn .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.theme-white-btn .g-link{color:#FFFFFF;}.theme-white-btn .g-link:visited{color:#FFFFFF;}.theme-white-btn .g-link:hover{color:#d9d9d9;cursor:pointer;}.theme-white-btn .g-link:hover .icon-wrapper svg{fill:#d9d9d9;}.theme-white-btn .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.theme-white-btn .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#d9d9d9;}.theme-white-btn .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#2b721b;}.theme-white-btn .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.theme-white-btn .g-link--grayish{color:#414141;}.theme-white-btn .g-link--grayish:visited{color:#414141;}.theme-white-btn .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.theme-white-btn .g-link--secondary{color:#0060A9;}.theme-white-btn .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.theme-white-btn .g-link--secondary:visited{color:#0060A9;}.theme-white-btn .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.theme-white-btn .g-link--underlined-border,.theme-white-btn .g-link--underlined-border-secondary,.theme-white-btn .g-link--underlined-border-complementary,.theme-white-btn .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-teva-blue .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-teva-blue .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-teva-blue .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-teva-lime .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-teva-lime .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-teva-lime .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-teva-teal .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-teva-teal .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-teva-teal .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-teva-mid-green .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-actavis-green .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-actavis-green .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-actavis-green .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-actavis-blue .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-actavis-blue .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-actavis-blue .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-teva-light-blue .g-link--underlined-border-light-txt,.theme-white-btn .template-base .theme-weiss .g-link--underlined-border-secondary,.theme-white-btn .template-base .theme-weiss .g-link--underlined-border-complementary,.theme-white-btn .template-base .theme-weiss .g-link--underlined-border-light-txt,.template-base .theme-white-btn .g-link--underlined-border-secondary,.template-base .theme-white-btn .g-link--underlined-border-complementary,.template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#FFFFFF;}.theme-white-btn .g-link--underlined-border:hover,.theme-white-btn .g-link--underlined-border-secondary:hover,.theme-white-btn .g-link--underlined-border-complementary:hover,.theme-white-btn .g-link--underlined-border-light-txt:hover{border-bottom-color:#d9d9d9;}.theme-white-btn .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.theme-white-btn .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.theme-white-btn .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.theme-white-btn .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.theme-white-btn .g-link--underlined-border-light-txt{color:#43B02A;border-bottom-color:#43B02A;}.theme-white-btn .g-link--underlined-border-light-txt:hover{color:#2b721b;border-bottom-color:#2b721b;}.theme-white-btn .g-link--secondary{color:#0060A9;}.theme-white-btn .g-link--secondary:hover{color:#00355d;cursor:pointer;}.theme-white-btn .g-txt{color:#FFFFFF;}.theme-white-btn .g-txt::before,.theme-white-btn .g-txt::after{color:#FFFFFF;}.theme-white-btn .g-txt--inverted-hover:hover{color:#0060A9;}.theme-white-btn .g-txt--secondary{color:#0060A9;}.theme-white-btn .g-txt--secondary-inverted-hover{color:#0060A9;}.theme-white-btn .g-txt--secondary-inverted-hover:hover{color:#FFFFFF;}.theme-white-btn .g-txt--secondary-inverted-hover::before,.theme-white-btn .g-txt--secondary-inverted-hover::after{color:#0060A9;}.theme-white-btn .g-txt--dark{color:#000000;}.theme-white-btn .g-txt--complementary{color:#FFFFFF;}.theme-white-btn .g-bg{background-color:#FFFFFF;}.theme-white-btn .g-bg--secondary{background-color:#0060A9;}.theme-white-btn .g-bg--complementary{background-color:#FFFFFF;}.theme-white-btn .g-border{border-color:#FFFFFF;}.theme-white-btn .g-border--secondary{border-color:#0060A9;}.theme-white-btn .g-border--complementary{background-color:#FFFFFF;}.theme-white-btn .g-border-top{border-top-color:#FFFFFF;}.theme-white-btn .g-border-top--secondary{border-top-color:#0060A9;}.theme-white-btn .g-border-bottom{border-bottom-color:#FFFFFF;}.theme-white-btn .g-border-bottom--secondary{border-bottom-color:#0060A9;}.theme-white-btn .g-popup{background-color:#43B02A;}.theme-white-btn .icon-wrapper svg{fill:#FFFFFF;}.theme-white-btn .icon-wrapper--secondary-fill svg{fill:#0060A9;}.theme-white-btn .icon-wrapper--gray-fill svg{fill:#706F6F;}.theme-white-btn .icon-wrapper--white-fill svg{fill:#FFF;}.theme-white-btn .icon-wrapper--white-bg-primary-fill{background-color:#FFFFFF;}.theme-white-btn .icon-wrapper--white-bg-primary-fill svg{fill:#43B02A;}.theme-white-btn .icon-wrapper--gray-bg{background-color:#F5F5F5;}.theme-white-btn .icon-wrapper--dark-fill svg{fill:#000000;}.theme-white-btn .icon-wrapper--outline path{stroke:#FFFFFF;}.theme-white-btn .icon-button{background-color:#FFFFFF;}.theme-white-btn .icon-button:hover{background:#d9d9d9;}.theme-white-btn .icon-button--secondary{background-color:#0060A9;}.theme-white-btn .icon-button--secondary:hover{background-color:#00355d;}.theme-white-btn .loading-ring div{border-color:#FFFFFF transparent transparent transparent;}.theme-white-btn .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.theme-white-btn .product--teva-de{background-color:#FFF;}.theme-white-btn .product--actavis{background-color:#FFFFFF;border-top-color:#FFFFFF;}.theme-white-btn .brochure{border-top-color:#FFFFFF;}.theme-white-btn .search-section{background-color:#43B02A;color:#000000;}.theme-white-btn .search-section--grayish{background-color:#F1F1F4;}.theme-white-btn .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.theme-white-btn .search-section--grayish .filter-search-teva-de__input{color:#43B02A;}.theme-white-btn .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#43B02A;}.theme-white-btn .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#43B02A;}.theme-white-btn .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#43B02A;}.theme-white-btn .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.theme-white-btn .view-type-toggle{background-color:#0060A9;}.theme-white-btn .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#FFFFFF transparent transparent transparent;}.theme-white-btn .search-teva-de__form,.theme-white-btn .search-nav-teva-de__form{background-color:#204E77;}.theme-white-btn .search-teva-de__input,.theme-white-btn .search-nav-teva-de__input{color:#FFF;}.theme-white-btn .search-teva-de__input::-webkit-input-placeholder,.theme-white-btn .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.theme-white-btn .search-teva-de__input:-ms-input-placeholder,.theme-white-btn .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.theme-white-btn .search-teva-de__input::-moz-placeholder,.theme-white-btn .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.theme-white-btn .search-teva-de__suggestion,.theme-white-btn .search-nav-teva-de__suggestion{color:#414141;}.theme-white-btn .search-teva-de__suggestion:hover,.theme-white-btn .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.white-btn-headings h1,.white-btn-headings h2,.white-btn-headings h3,.white-btn-headings h4,.white-btn-headings h5,.white-btn-headings h6{color:#FFFFFF;}.template-base .theme-teva-blue h1,.template-base .theme-teva-blue h2,.template-base .theme-teva-blue h3,.template-base .theme-teva-blue h4,.template-base .theme-teva-blue h5,.template-base .theme-teva-blue h6{color:#00567A;}.template-base .theme-teva-blue .g-title{color:#000000;}.template-base .theme-teva-blue .g-radio + .radio-label::before{border-color:#00567A;}.template-base .theme-teva-blue .g-radio:checked + .radio-label::before{background-color:#00567A;}.template-base .theme-teva-blue .g-radio:focus + .radio-label::before{border-color:#00567A;}.template-base .theme-teva-blue .g-checkbox{border-color:#00567A;}.template-base .theme-teva-blue .g-checkbox::-ms-check{border-color:#00567A;}.template-base .theme-teva-blue .g-checkbox:hover,.template-base .theme-teva-blue .g-checkbox:checked::-ms-check,.template-base .theme-teva-blue .g-checkbox[checked="checked"]::-ms-check{background-color:#00567A;color:#FFFFFF;}.template-base .theme-teva-blue .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-teva-blue .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-teva-blue .g-checkbox-containerless:hover,.template-base .theme-teva-blue .g-checkbox-containerless:checked::-ms-check,.template-base .theme-teva-blue .g-checkbox-containerless[checked="checked"]::-ms-check{background:#00567A;}.template-base .theme-teva-blue .g-btn{padding:15px 20px;background-color:#00567A;border-color:#00567A;color:#FFFFFF;}.template-base .theme-teva-blue .g-btn:hover{background-color:#00202e;border-color:#00202e;cursor:pointer;}.template-base .theme-teva-blue .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-blue .g-btn--ghosty{position:relative;background-color:#095271;}.template-base .theme-teva-blue .g-btn--ghosty:hover{background-color:#00567A;}.template-base .theme-teva-blue .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-teva-blue .g-btn--inverted{background-color:#FFFFFF;color:#00567A;}.template-base .theme-teva-blue .g-btn--inverted:hover{background-color:#00567A;color:#FFFFFF;}.template-base .theme-teva-blue .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-blue .g-btn--inverted .icon-wrapper svg{fill:#00567A;}.template-base .theme-teva-blue .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#00567A;color:#00567A;}.template-base .theme-teva-blue .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#00202e;color:#00202e;}.template-base .theme-teva-blue .g-btn--secondary{background-color:#0060A9;}.template-base .theme-teva-blue .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-teva-blue .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-teva-blue .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-teva-blue .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.template-base .theme-teva-blue .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.template-base .theme-teva-blue .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-teva-blue .g-link{color:#00567A;}.template-base .theme-teva-blue .g-link:visited{color:#00567A;}.template-base .theme-teva-blue .g-link:hover{color:#00202e;cursor:pointer;}.template-base .theme-teva-blue .g-link:hover .icon-wrapper svg{fill:#00202e;}.template-base .theme-teva-blue .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-teva-blue .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#00202e;}.template-base .theme-teva-blue .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-teva-blue .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-teva-blue .g-link--grayish{color:#414141;}.template-base .theme-teva-blue .g-link--grayish:visited{color:#414141;}.template-base .theme-teva-blue .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-teva-blue .g-link--secondary{color:#0060A9;}.template-base .theme-teva-blue .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-teva-blue .g-link--secondary:visited{color:#0060A9;}.template-base .theme-teva-blue .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-teva-blue .g-link--underlined-border,.template-base .theme-teva-blue .g-link--underlined-border-secondary,.template-base .theme-teva-blue .g-link--underlined-border-complementary,.template-base .theme-teva-blue .g-link--underlined-border-light-txt{color:#00567A;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#00567A;}.template-base .theme-teva-blue .g-link--underlined-border:hover,.template-base .theme-teva-blue .g-link--underlined-border-secondary:hover,.template-base .theme-teva-blue .g-link--underlined-border-complementary:hover,.template-base .theme-teva-blue .g-link--underlined-border-light-txt:hover{border-bottom-color:#00202e;}.template-base .theme-teva-blue .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-teva-blue .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-teva-blue .g-link--underlined-border-complementary{color:#3C7E79;border-bottom-color:#3C7E79;}.template-base .theme-teva-blue .g-link--underlined-border-complementary:hover{color:#57afa9;border-bottom-color:#57afa9;}.template-base .theme-teva-blue .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-teva-blue .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-teva-blue .g-link--secondary{color:#0060A9;}.template-base .theme-teva-blue .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-teva-blue .g-txt{color:#00567A;}.template-base .theme-teva-blue .g-txt::before,.template-base .theme-teva-blue .g-txt::after{color:#00567A;}.template-base .theme-teva-blue .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-teva-blue .g-txt--secondary{color:#0060A9;}.template-base .theme-teva-blue .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-teva-blue .g-txt--secondary-inverted-hover:hover{color:#00567A;}.template-base .theme-teva-blue .g-txt--secondary-inverted-hover::before,.template-base .theme-teva-blue .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-teva-blue .g-txt--dark{color:#000000;}.template-base .theme-teva-blue .g-txt--complementary{color:#3C7E79;}.template-base .theme-teva-blue .g-bg{background-color:#00567A;}.template-base .theme-teva-blue .g-bg--secondary{background-color:#0060A9;}.template-base .theme-teva-blue .g-bg--complementary{background-color:#3C7E79;}.template-base .theme-teva-blue .g-border{border-color:#00567A;}.template-base .theme-teva-blue .g-border--secondary{border-color:#0060A9;}.template-base .theme-teva-blue .g-border--complementary{background-color:#3C7E79;}.template-base .theme-teva-blue .g-border-top{border-top-color:#00567A;}.template-base .theme-teva-blue .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-teva-blue .g-border-bottom{border-bottom-color:#00567A;}.template-base .theme-teva-blue .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-teva-blue .g-popup{background-color:#FFFFFF;}.template-base .theme-teva-blue .icon-wrapper svg{fill:#00567A;}.template-base .theme-teva-blue .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-teva-blue .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-teva-blue .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-teva-blue .icon-wrapper--white-bg-primary-fill{background-color:#00567A;}.template-base .theme-teva-blue .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-teva-blue .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-teva-blue .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-teva-blue .icon-wrapper--outline path{stroke:#00567A;}.template-base .theme-teva-blue .icon-button{background-color:#00567A;}.template-base .theme-teva-blue .icon-button:hover{background:#00202e;}.template-base .theme-teva-blue .icon-button--secondary{background-color:#0060A9;}.template-base .theme-teva-blue .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-teva-blue .loading-ring div{border-color:#00567A transparent transparent transparent;}.template-base .theme-teva-blue .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-teva-blue .product--teva-de{background-color:#FFF;}.template-base .theme-teva-blue .product--actavis{background-color:#3C7E79;border-top-color:#00567A;}.template-base .theme-teva-blue .brochure{border-top-color:#00567A;}.template-base .theme-teva-blue .search-section{background-color:#FFFFFF;color:#000000;}.template-base .theme-teva-blue .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-teva-blue .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-teva-blue .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-teva-blue .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-blue .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-blue .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-teva-blue .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-teva-blue .view-type-toggle{background-color:#0060A9;}.template-base .theme-teva-blue .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#00567A transparent transparent transparent;}.template-base .theme-teva-blue .search-teva-de__form,.template-base .theme-teva-blue .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-teva-blue .search-teva-de__input,.template-base .theme-teva-blue .search-nav-teva-de__input{color:#FFF;}.template-base .theme-teva-blue .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-teva-blue .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-teva-blue .search-teva-de__input:-ms-input-placeholder,.template-base .theme-teva-blue .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-teva-blue .search-teva-de__input::-moz-placeholder,.template-base .theme-teva-blue .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-teva-blue .search-teva-de__suggestion,.template-base .theme-teva-blue .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-teva-blue .search-teva-de__suggestion:hover,.template-base .theme-teva-blue .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .teva-blue-headings h1,.template-base .teva-blue-headings h2,.template-base .teva-blue-headings h3,.template-base .teva-blue-headings h4,.template-base .teva-blue-headings h5,.template-base .teva-blue-headings h6{color:#00567A;}.template-base .theme-teva-lime h1,.template-base .theme-teva-lime h2,.template-base .theme-teva-lime h3,.template-base .theme-teva-lime h4,.template-base .theme-teva-lime h5,.template-base .theme-teva-lime h6{color:#AFCB37;}.template-base .theme-teva-lime .g-title{color:#000000;}.template-base .theme-teva-lime .g-radio + .radio-label::before{border-color:#AFCB37;}.template-base .theme-teva-lime .g-radio:checked + .radio-label::before{background-color:#AFCB37;}.template-base .theme-teva-lime .g-radio:focus + .radio-label::before{border-color:#AFCB37;}.template-base .theme-teva-lime .g-checkbox{border-color:#AFCB37;}.template-base .theme-teva-lime .g-checkbox::-ms-check{border-color:#AFCB37;}.template-base .theme-teva-lime .g-checkbox:hover,.template-base .theme-teva-lime .g-checkbox:checked::-ms-check,.template-base .theme-teva-lime .g-checkbox[checked="checked"]::-ms-check{background-color:#AFCB37;color:#FFFFFF;}.template-base .theme-teva-lime .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-teva-lime .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-teva-lime .g-checkbox-containerless:hover,.template-base .theme-teva-lime .g-checkbox-containerless:checked::-ms-check,.template-base .theme-teva-lime .g-checkbox-containerless[checked="checked"]::-ms-check{background:#AFCB37;}.template-base .theme-teva-lime .g-btn{padding:15px 20px;background-color:#AFCB37;border-color:#AFCB37;color:#FFFFFF;}.template-base .theme-teva-lime .g-btn:hover{background-color:#7c9025;border-color:#7c9025;cursor:pointer;}.template-base .theme-teva-lime .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-lime .g-btn--ghosty{position:relative;background-color:#a3b84a;}.template-base .theme-teva-lime .g-btn--ghosty:hover{background-color:#AFCB37;}.template-base .theme-teva-lime .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-teva-lime .g-btn--inverted{background-color:#FFFFFF;color:#AFCB37;}.template-base .theme-teva-lime .g-btn--inverted:hover{background-color:#AFCB37;color:#FFFFFF;}.template-base .theme-teva-lime .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-lime .g-btn--inverted .icon-wrapper svg{fill:#AFCB37;}.template-base .theme-teva-lime .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#AFCB37;color:#AFCB37;}.template-base .theme-teva-lime .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#7c9025;color:#7c9025;}.template-base .theme-teva-lime .g-btn--secondary{background-color:#0060A9;}.template-base .theme-teva-lime .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-teva-lime .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-teva-lime .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-teva-lime .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.template-base .theme-teva-lime .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.template-base .theme-teva-lime .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-teva-lime .g-link{color:#AFCB37;}.template-base .theme-teva-lime .g-link:visited{color:#AFCB37;}.template-base .theme-teva-lime .g-link:hover{color:#7c9025;cursor:pointer;}.template-base .theme-teva-lime .g-link:hover .icon-wrapper svg{fill:#7c9025;}.template-base .theme-teva-lime .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-teva-lime .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#7c9025;}.template-base .theme-teva-lime .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-teva-lime .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-teva-lime .g-link--grayish{color:#414141;}.template-base .theme-teva-lime .g-link--grayish:visited{color:#414141;}.template-base .theme-teva-lime .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-teva-lime .g-link--secondary{color:#0060A9;}.template-base .theme-teva-lime .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-teva-lime .g-link--secondary:visited{color:#0060A9;}.template-base .theme-teva-lime .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-teva-lime .g-link--underlined-border,.template-base .theme-teva-lime .g-link--underlined-border-secondary,.template-base .theme-teva-lime .g-link--underlined-border-complementary,.template-base .theme-teva-lime .g-link--underlined-border-light-txt{color:#AFCB37;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#AFCB37;}.template-base .theme-teva-lime .g-link--underlined-border:hover,.template-base .theme-teva-lime .g-link--underlined-border-secondary:hover,.template-base .theme-teva-lime .g-link--underlined-border-complementary:hover,.template-base .theme-teva-lime .g-link--underlined-border-light-txt:hover{border-bottom-color:#7c9025;}.template-base .theme-teva-lime .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-teva-lime .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-teva-lime .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-teva-lime .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-teva-lime .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-teva-lime .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-teva-lime .g-link--secondary{color:#0060A9;}.template-base .theme-teva-lime .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-teva-lime .g-txt{color:#AFCB37;}.template-base .theme-teva-lime .g-txt::before,.template-base .theme-teva-lime .g-txt::after{color:#AFCB37;}.template-base .theme-teva-lime .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-teva-lime .g-txt--secondary{color:#0060A9;}.template-base .theme-teva-lime .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-teva-lime .g-txt--secondary-inverted-hover:hover{color:#AFCB37;}.template-base .theme-teva-lime .g-txt--secondary-inverted-hover::before,.template-base .theme-teva-lime .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-teva-lime .g-txt--dark{color:#000000;}.template-base .theme-teva-lime .g-txt--complementary{color:#FFFFFF;}.template-base .theme-teva-lime .g-bg{background-color:#AFCB37;}.template-base .theme-teva-lime .g-bg--secondary{background-color:#0060A9;}.template-base .theme-teva-lime .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-teva-lime .g-border{border-color:#AFCB37;}.template-base .theme-teva-lime .g-border--secondary{border-color:#0060A9;}.template-base .theme-teva-lime .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-teva-lime .g-border-top{border-top-color:#AFCB37;}.template-base .theme-teva-lime .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-teva-lime .g-border-bottom{border-bottom-color:#AFCB37;}.template-base .theme-teva-lime .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-teva-lime .g-popup{background-color:#FFFFFF;}.template-base .theme-teva-lime .icon-wrapper svg{fill:#AFCB37;}.template-base .theme-teva-lime .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-teva-lime .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-teva-lime .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-teva-lime .icon-wrapper--white-bg-primary-fill{background-color:#AFCB37;}.template-base .theme-teva-lime .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-teva-lime .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-teva-lime .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-teva-lime .icon-wrapper--outline path{stroke:#AFCB37;}.template-base .theme-teva-lime .icon-button{background-color:#AFCB37;}.template-base .theme-teva-lime .icon-button:hover{background:#7c9025;}.template-base .theme-teva-lime .icon-button--secondary{background-color:#0060A9;}.template-base .theme-teva-lime .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-teva-lime .loading-ring div{border-color:#AFCB37 transparent transparent transparent;}.template-base .theme-teva-lime .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-teva-lime .product--teva-de{background-color:#FFF;}.template-base .theme-teva-lime .product--actavis{background-color:#FFFFFF;border-top-color:#AFCB37;}.template-base .theme-teva-lime .brochure{border-top-color:#AFCB37;}.template-base .theme-teva-lime .search-section{background-color:#FFFFFF;color:#000000;}.template-base .theme-teva-lime .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-teva-lime .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-teva-lime .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-teva-lime .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-lime .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-lime .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-teva-lime .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-teva-lime .view-type-toggle{background-color:#0060A9;}.template-base .theme-teva-lime .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#AFCB37 transparent transparent transparent;}.template-base .theme-teva-lime .search-teva-de__form,.template-base .theme-teva-lime .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-teva-lime .search-teva-de__input,.template-base .theme-teva-lime .search-nav-teva-de__input{color:#FFF;}.template-base .theme-teva-lime .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-teva-lime .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-teva-lime .search-teva-de__input:-ms-input-placeholder,.template-base .theme-teva-lime .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-teva-lime .search-teva-de__input::-moz-placeholder,.template-base .theme-teva-lime .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-teva-lime .search-teva-de__suggestion,.template-base .theme-teva-lime .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-teva-lime .search-teva-de__suggestion:hover,.template-base .theme-teva-lime .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .teva-lime-headings h1,.template-base .teva-lime-headings h2,.template-base .teva-lime-headings h3,.template-base .teva-lime-headings h4,.template-base .teva-lime-headings h5,.template-base .teva-lime-headings h6{color:#AFCB37;}.template-base .theme-teva-teal h1,.template-base .theme-teva-teal h2,.template-base .theme-teva-teal h3,.template-base .theme-teva-teal h4,.template-base .theme-teva-teal h5,.template-base .theme-teva-teal h6{color:#3C7E79;}.template-base .theme-teva-teal .g-title{color:#000000;}.template-base .theme-teva-teal .g-radio + .radio-label::before{border-color:#3C7E79;}.template-base .theme-teva-teal .g-radio:checked + .radio-label::before{background-color:#3C7E79;}.template-base .theme-teva-teal .g-radio:focus + .radio-label::before{border-color:#3C7E79;}.template-base .theme-teva-teal .g-checkbox{border-color:#3C7E79;}.template-base .theme-teva-teal .g-checkbox::-ms-check{border-color:#3C7E79;}.template-base .theme-teva-teal .g-checkbox:hover,.template-base .theme-teva-teal .g-checkbox:checked::-ms-check,.template-base .theme-teva-teal .g-checkbox[checked="checked"]::-ms-check{background-color:#3C7E79;color:#FFFFFF;}.template-base .theme-teva-teal .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-teva-teal .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-teva-teal .g-checkbox-containerless:hover,.template-base .theme-teva-teal .g-checkbox-containerless:checked::-ms-check,.template-base .theme-teva-teal .g-checkbox-containerless[checked="checked"]::-ms-check{background:#3C7E79;}.template-base .theme-teva-teal .g-btn{padding:15px 20px;background-color:#3C7E79;border-color:#3C7E79;color:#FFFFFF;}.template-base .theme-teva-teal .g-btn:hover{background-color:#234a47;border-color:#234a47;cursor:pointer;}.template-base .theme-teva-teal .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-teal .g-btn--ghosty{position:relative;background-color:#4a706d;}.template-base .theme-teva-teal .g-btn--ghosty:hover{background-color:#3C7E79;}.template-base .theme-teva-teal .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-teva-teal .g-btn--inverted{background-color:#FFFFFF;color:#3C7E79;}.template-base .theme-teva-teal .g-btn--inverted:hover{background-color:#3C7E79;color:#FFFFFF;}.template-base .theme-teva-teal .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-teal .g-btn--inverted .icon-wrapper svg{fill:#3C7E79;}.template-base .theme-teva-teal .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#3C7E79;color:#3C7E79;}.template-base .theme-teva-teal .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#234a47;color:#234a47;}.template-base .theme-teva-teal .g-btn--secondary{background-color:#0060A9;}.template-base .theme-teva-teal .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-teva-teal .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-teva-teal .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-teva-teal .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.template-base .theme-teva-teal .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.template-base .theme-teva-teal .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-teva-teal .g-link{color:#3C7E79;}.template-base .theme-teva-teal .g-link:visited{color:#3C7E79;}.template-base .theme-teva-teal .g-link:hover{color:#234a47;cursor:pointer;}.template-base .theme-teva-teal .g-link:hover .icon-wrapper svg{fill:#234a47;}.template-base .theme-teva-teal .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-teva-teal .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#234a47;}.template-base .theme-teva-teal .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-teva-teal .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-teva-teal .g-link--grayish{color:#414141;}.template-base .theme-teva-teal .g-link--grayish:visited{color:#414141;}.template-base .theme-teva-teal .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-teva-teal .g-link--secondary{color:#0060A9;}.template-base .theme-teva-teal .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-teva-teal .g-link--secondary:visited{color:#0060A9;}.template-base .theme-teva-teal .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-teva-teal .g-link--underlined-border,.template-base .theme-teva-teal .g-link--underlined-border-secondary,.template-base .theme-teva-teal .g-link--underlined-border-complementary,.template-base .theme-teva-teal .g-link--underlined-border-light-txt{color:#3C7E79;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#3C7E79;}.template-base .theme-teva-teal .g-link--underlined-border:hover,.template-base .theme-teva-teal .g-link--underlined-border-secondary:hover,.template-base .theme-teva-teal .g-link--underlined-border-complementary:hover,.template-base .theme-teva-teal .g-link--underlined-border-light-txt:hover{border-bottom-color:#234a47;}.template-base .theme-teva-teal .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-teva-teal .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-teva-teal .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-teva-teal .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-teva-teal .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-teva-teal .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-teva-teal .g-link--secondary{color:#0060A9;}.template-base .theme-teva-teal .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-teva-teal .g-txt{color:#3C7E79;}.template-base .theme-teva-teal .g-txt::before,.template-base .theme-teva-teal .g-txt::after{color:#3C7E79;}.template-base .theme-teva-teal .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-teva-teal .g-txt--secondary{color:#0060A9;}.template-base .theme-teva-teal .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-teva-teal .g-txt--secondary-inverted-hover:hover{color:#3C7E79;}.template-base .theme-teva-teal .g-txt--secondary-inverted-hover::before,.template-base .theme-teva-teal .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-teva-teal .g-txt--dark{color:#000000;}.template-base .theme-teva-teal .g-txt--complementary{color:#FFFFFF;}.template-base .theme-teva-teal .g-bg{background-color:#3C7E79;}.template-base .theme-teva-teal .g-bg--secondary{background-color:#0060A9;}.template-base .theme-teva-teal .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-teva-teal .g-border{border-color:#3C7E79;}.template-base .theme-teva-teal .g-border--secondary{border-color:#0060A9;}.template-base .theme-teva-teal .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-teva-teal .g-border-top{border-top-color:#3C7E79;}.template-base .theme-teva-teal .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-teva-teal .g-border-bottom{border-bottom-color:#3C7E79;}.template-base .theme-teva-teal .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-teva-teal .g-popup{background-color:#FFFFFF;}.template-base .theme-teva-teal .icon-wrapper svg{fill:#3C7E79;}.template-base .theme-teva-teal .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-teva-teal .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-teva-teal .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-teva-teal .icon-wrapper--white-bg-primary-fill{background-color:#3C7E79;}.template-base .theme-teva-teal .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-teva-teal .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-teva-teal .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-teva-teal .icon-wrapper--outline path{stroke:#3C7E79;}.template-base .theme-teva-teal .icon-button{background-color:#3C7E79;}.template-base .theme-teva-teal .icon-button:hover{background:#234a47;}.template-base .theme-teva-teal .icon-button--secondary{background-color:#0060A9;}.template-base .theme-teva-teal .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-teva-teal .loading-ring div{border-color:#3C7E79 transparent transparent transparent;}.template-base .theme-teva-teal .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-teva-teal .product--teva-de{background-color:#FFF;}.template-base .theme-teva-teal .product--actavis{background-color:#FFFFFF;border-top-color:#3C7E79;}.template-base .theme-teva-teal .brochure{border-top-color:#3C7E79;}.template-base .theme-teva-teal .search-section{background-color:#FFFFFF;color:#000000;}.template-base .theme-teva-teal .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-teva-teal .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-teva-teal .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-teva-teal .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-teal .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-teal .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-teva-teal .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-teva-teal .view-type-toggle{background-color:#0060A9;}.template-base .theme-teva-teal .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#3C7E79 transparent transparent transparent;}.template-base .theme-teva-teal .search-teva-de__form,.template-base .theme-teva-teal .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-teva-teal .search-teva-de__input,.template-base .theme-teva-teal .search-nav-teva-de__input{color:#FFF;}.template-base .theme-teva-teal .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-teva-teal .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-teva-teal .search-teva-de__input:-ms-input-placeholder,.template-base .theme-teva-teal .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-teva-teal .search-teva-de__input::-moz-placeholder,.template-base .theme-teva-teal .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-teva-teal .search-teva-de__suggestion,.template-base .theme-teva-teal .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-teva-teal .search-teva-de__suggestion:hover,.template-base .theme-teva-teal .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .teva-teal-headings h1,.template-base .teva-teal-headings h2,.template-base .teva-teal-headings h3,.template-base .teva-teal-headings h4,.template-base .teva-teal-headings h5,.template-base .teva-teal-headings h6{color:#3C7E79;}.template-base .theme-teva-mid-green h1,.template-base .theme-teva-mid-green h2,.template-base .theme-teva-mid-green h3,.template-base .theme-teva-mid-green h4,.template-base .theme-teva-mid-green h5,.template-base .theme-teva-mid-green h6{color:#00A03B;}.template-base .theme-teva-mid-green .g-title{color:#424242;}.template-base .theme-teva-mid-green .g-radio + .radio-label::before{border-color:#00A03B;}.template-base .theme-teva-mid-green .g-radio:checked + .radio-label::before{background-color:#00A03B;}.template-base .theme-teva-mid-green .g-radio:focus + .radio-label::before{border-color:#00A03B;}.template-base .theme-teva-mid-green .g-checkbox{border-color:#00A03B;}.template-base .theme-teva-mid-green .g-checkbox::-ms-check{border-color:#00A03B;}.template-base .theme-teva-mid-green .g-checkbox:hover,.template-base .theme-teva-mid-green .g-checkbox:checked::-ms-check,.template-base .theme-teva-mid-green .g-checkbox[checked="checked"]::-ms-check{background-color:#00A03B;color:#FFFFFF;}.template-base .theme-teva-mid-green .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#F1F1F4;}.template-base .theme-teva-mid-green .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-teva-mid-green .g-checkbox-containerless:hover,.template-base .theme-teva-mid-green .g-checkbox-containerless:checked::-ms-check,.template-base .theme-teva-mid-green .g-checkbox-containerless[checked="checked"]::-ms-check{background:#00A03B;}.template-base .theme-teva-mid-green .g-btn{padding:15px 20px;background-color:#00A03B;border-color:#00A03B;color:#FFFFFF;}.template-base .theme-teva-mid-green .g-btn:hover{background-color:#00541f;border-color:#00541f;cursor:pointer;}.template-base .theme-teva-mid-green .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-mid-green .g-btn--ghosty{position:relative;background-color:#0c943e;}.template-base .theme-teva-mid-green .g-btn--ghosty:hover{background-color:#00A03B;}.template-base .theme-teva-mid-green .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-teva-mid-green .g-btn--inverted{background-color:#FFFFFF;color:#00A03B;}.template-base .theme-teva-mid-green .g-btn--inverted:hover{background-color:#00A03B;color:#FFFFFF;}.template-base .theme-teva-mid-green .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-teva-mid-green .g-btn--inverted .icon-wrapper svg{fill:#00A03B;}.template-base .theme-teva-mid-green .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#00A03B;color:#00A03B;}.template-base .theme-teva-mid-green .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#00541f;color:#00541f;}.template-base .theme-teva-mid-green .g-btn--secondary{background-color:#204E77;}.template-base .theme-teva-mid-green .g-btn--secondary:hover{background-color:#10263b;}.template-base .theme-teva-mid-green .g-btn--secondary-teva-de{background-color:#204E77;}.template-base .theme-teva-mid-green .g-btn--secondary-teva-de:hover{background-color:#3076b3;}.template-base .theme-teva-mid-green .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#204E77;color:#204E77;}.template-base .theme-teva-mid-green .g-btn--secondary-inverted:hover{background-color:#204E77;color:#FFFFFF;}.template-base .theme-teva-mid-green .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-teva-mid-green .g-link{color:#00A03B;}.template-base .theme-teva-mid-green .g-link:visited{color:#00A03B;}.template-base .theme-teva-mid-green .g-link:hover{color:#00541f;cursor:pointer;}.template-base .theme-teva-mid-green .g-link:hover .icon-wrapper svg{fill:#00541f;}.template-base .theme-teva-mid-green .g-link:hover .icon-wrapper--gray-fill svg{fill:#c6c6d2;}.template-base .theme-teva-mid-green .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#00541f;}.template-base .theme-teva-mid-green .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-teva-mid-green .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-teva-mid-green .g-link--grayish{color:#414141;}.template-base .theme-teva-mid-green .g-link--grayish:visited{color:#414141;}.template-base .theme-teva-mid-green .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-teva-mid-green .g-link--secondary{color:#204E77;}.template-base .theme-teva-mid-green .g-link--secondary .icon-wrapper svg{fill:#204E77;}.template-base .theme-teva-mid-green .g-link--secondary:visited{color:#204E77;}.template-base .theme-teva-mid-green .g-link--secondary:hover{color:#5d9bd3;cursor:pointer;}.template-base .theme-teva-mid-green .g-link--underlined-border,.template-base .theme-teva-mid-green .g-link--underlined-border-secondary,.template-base .theme-teva-mid-green .g-link--underlined-border-complementary,.template-base .theme-teva-mid-green .g-link--underlined-border-light-txt{color:#00A03B;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#00A03B;}.template-base .theme-teva-mid-green .g-link--underlined-border:hover,.template-base .theme-teva-mid-green .g-link--underlined-border-secondary:hover,.template-base .theme-teva-mid-green .g-link--underlined-border-complementary:hover,.template-base .theme-teva-mid-green .g-link--underlined-border-light-txt:hover{border-bottom-color:#00541f;}.template-base .theme-teva-mid-green .g-link--underlined-border-secondary{color:#204E77;border-bottom-color:#204E77;}.template-base .theme-teva-mid-green .g-link--underlined-border-secondary:hover{color:#3076b3;border-bottom-color:#3076b3;}.template-base .theme-teva-mid-green .g-link--underlined-border-complementary{color:#3C7E79;border-bottom-color:#3C7E79;}.template-base .theme-teva-mid-green .g-link--underlined-border-complementary:hover{color:#57afa9;border-bottom-color:#57afa9;}.template-base .theme-teva-mid-green .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-teva-mid-green .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-teva-mid-green .g-link--secondary{color:#204E77;}.template-base .theme-teva-mid-green .g-link--secondary:hover{color:#10263b;cursor:pointer;}.template-base .theme-teva-mid-green .g-txt{color:#00A03B;}.template-base .theme-teva-mid-green .g-txt::before,.template-base .theme-teva-mid-green .g-txt::after{color:#00A03B;}.template-base .theme-teva-mid-green .g-txt--inverted-hover:hover{color:#204E77;}.template-base .theme-teva-mid-green .g-txt--secondary{color:#204E77;}.template-base .theme-teva-mid-green .g-txt--secondary-inverted-hover{color:#204E77;}.template-base .theme-teva-mid-green .g-txt--secondary-inverted-hover:hover{color:#00A03B;}.template-base .theme-teva-mid-green .g-txt--secondary-inverted-hover::before,.template-base .theme-teva-mid-green .g-txt--secondary-inverted-hover::after{color:#204E77;}.template-base .theme-teva-mid-green .g-txt--dark{color:#424242;}.template-base .theme-teva-mid-green .g-txt--complementary{color:#3C7E79;}.template-base .theme-teva-mid-green .g-bg{background-color:#00A03B;}.template-base .theme-teva-mid-green .g-bg--secondary{background-color:#204E77;}.template-base .theme-teva-mid-green .g-bg--complementary{background-color:#3C7E79;}.template-base .theme-teva-mid-green .g-border{border-color:#00A03B;}.template-base .theme-teva-mid-green .g-border--secondary{border-color:#204E77;}.template-base .theme-teva-mid-green .g-border--complementary{background-color:#3C7E79;}.template-base .theme-teva-mid-green .g-border-top{border-top-color:#00A03B;}.template-base .theme-teva-mid-green .g-border-top--secondary{border-top-color:#204E77;}.template-base .theme-teva-mid-green .g-border-bottom{border-bottom-color:#00A03B;}.template-base .theme-teva-mid-green .g-border-bottom--secondary{border-bottom-color:#204E77;}.template-base .theme-teva-mid-green .g-popup{background-color:#FFFFFF;}.template-base .theme-teva-mid-green .icon-wrapper svg{fill:#00A03B;}.template-base .theme-teva-mid-green .icon-wrapper--secondary-fill svg{fill:#204E77;}.template-base .theme-teva-mid-green .icon-wrapper--gray-fill svg{fill:#F1F1F4;}.template-base .theme-teva-mid-green .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-teva-mid-green .icon-wrapper--white-bg-primary-fill{background-color:#00A03B;}.template-base .theme-teva-mid-green .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-teva-mid-green .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-teva-mid-green .icon-wrapper--dark-fill svg{fill:#424242;}.template-base .theme-teva-mid-green .icon-wrapper--outline path{stroke:#00A03B;}.template-base .theme-teva-mid-green .icon-button{background-color:#00A03B;}.template-base .theme-teva-mid-green .icon-button:hover{background:#00541f;}.template-base .theme-teva-mid-green .icon-button--secondary{background-color:#204E77;}.template-base .theme-teva-mid-green .icon-button--secondary:hover{background-color:#10263b;}.template-base .theme-teva-mid-green .loading-ring div{border-color:#00A03B transparent transparent transparent;}.template-base .theme-teva-mid-green .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-teva-mid-green .product--teva-de{background-color:#FFF;}.template-base .theme-teva-mid-green .product--actavis{background-color:#3C7E79;border-top-color:#00A03B;}.template-base .theme-teva-mid-green .brochure{border-top-color:#00A03B;}.template-base .theme-teva-mid-green .search-section{background-color:#FFFFFF;color:#424242;}.template-base .theme-teva-mid-green .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-teva-mid-green .search-section--grayish .filter-search-teva-de{background-color:#204E77;}.template-base .theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-teva-mid-green .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-teva-mid-green .view-type-toggle{background-color:#204E77;}.template-base .theme-teva-mid-green .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#00A03B transparent transparent transparent;}.template-base .theme-teva-mid-green .search-teva-de__form,.template-base .theme-teva-mid-green .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-teva-mid-green .search-teva-de__input,.template-base .theme-teva-mid-green .search-nav-teva-de__input{color:#FFF;}.template-base .theme-teva-mid-green .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-teva-mid-green .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-teva-mid-green .search-teva-de__input:-ms-input-placeholder,.template-base .theme-teva-mid-green .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-teva-mid-green .search-teva-de__input::-moz-placeholder,.template-base .theme-teva-mid-green .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-teva-mid-green .search-teva-de__suggestion,.template-base .theme-teva-mid-green .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-teva-mid-green .search-teva-de__suggestion:hover,.template-base .theme-teva-mid-green .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .teva-mid-green-headings h1,.template-base .teva-mid-green-headings h2,.template-base .teva-mid-green-headings h3,.template-base .teva-mid-green-headings h4,.template-base .teva-mid-green-headings h5,.template-base .teva-mid-green-headings h6{color:#00A03B;}.template-base .theme-actavis-green h1,.template-base .theme-actavis-green h2,.template-base .theme-actavis-green h3,.template-base .theme-actavis-green h4,.template-base .theme-actavis-green h5,.template-base .theme-actavis-green h6{color:#43B02A;}.template-base .theme-actavis-green .g-title{color:#000000;}.template-base .theme-actavis-green .g-radio + .radio-label::before{border-color:#43B02A;}.template-base .theme-actavis-green .g-radio:checked + .radio-label::before{background-color:#43B02A;}.template-base .theme-actavis-green .g-radio:focus + .radio-label::before{border-color:#43B02A;}.template-base .theme-actavis-green .g-checkbox{border-color:#43B02A;}.template-base .theme-actavis-green .g-checkbox::-ms-check{border-color:#43B02A;}.template-base .theme-actavis-green .g-checkbox:hover,.template-base .theme-actavis-green .g-checkbox:checked::-ms-check,.template-base .theme-actavis-green .g-checkbox[checked="checked"]::-ms-check{background-color:#43B02A;color:#FFFFFF;}.template-base .theme-actavis-green .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-actavis-green .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-actavis-green .g-checkbox-containerless:hover,.template-base .theme-actavis-green .g-checkbox-containerless:checked::-ms-check,.template-base .theme-actavis-green .g-checkbox-containerless[checked="checked"]::-ms-check{background:#43B02A;}.template-base .theme-actavis-green .g-btn{padding:15px 20px;background-color:#43B02A;border-color:#43B02A;color:#FFFFFF;}.template-base .theme-actavis-green .g-btn:hover{background-color:#2b721b;border-color:#2b721b;cursor:pointer;}.template-base .theme-actavis-green .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-green .g-btn--ghosty{position:relative;background-color:#4da03a;}.template-base .theme-actavis-green .g-btn--ghosty:hover{background-color:#43B02A;}.template-base .theme-actavis-green .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-actavis-green .g-btn--inverted{background-color:#FFFFFF;color:#43B02A;}.template-base .theme-actavis-green .g-btn--inverted:hover{background-color:#43B02A;color:#FFFFFF;}.template-base .theme-actavis-green .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-green .g-btn--inverted .icon-wrapper svg{fill:#43B02A;}.template-base .theme-actavis-green .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#43B02A;color:#43B02A;}.template-base .theme-actavis-green .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#2b721b;color:#2b721b;}.template-base .theme-actavis-green .g-btn--secondary{background-color:#0060A9;}.template-base .theme-actavis-green .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-green .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-actavis-green .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-actavis-green .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.template-base .theme-actavis-green .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.template-base .theme-actavis-green .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-actavis-green .g-link{color:#43B02A;}.template-base .theme-actavis-green .g-link:visited{color:#43B02A;}.template-base .theme-actavis-green .g-link:hover{color:#2b721b;cursor:pointer;}.template-base .theme-actavis-green .g-link:hover .icon-wrapper svg{fill:#2b721b;}.template-base .theme-actavis-green .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-actavis-green .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#2b721b;}.template-base .theme-actavis-green .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-actavis-green .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-actavis-green .g-link--grayish{color:#414141;}.template-base .theme-actavis-green .g-link--grayish:visited{color:#414141;}.template-base .theme-actavis-green .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-actavis-green .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-green .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-actavis-green .g-link--secondary:visited{color:#0060A9;}.template-base .theme-actavis-green .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-actavis-green .g-link--underlined-border,.template-base .theme-actavis-green .g-link--underlined-border-secondary,.template-base .theme-actavis-green .g-link--underlined-border-complementary,.template-base .theme-actavis-green .g-link--underlined-border-light-txt{color:#43B02A;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#43B02A;}.template-base .theme-actavis-green .g-link--underlined-border:hover,.template-base .theme-actavis-green .g-link--underlined-border-secondary:hover,.template-base .theme-actavis-green .g-link--underlined-border-complementary:hover,.template-base .theme-actavis-green .g-link--underlined-border-light-txt:hover{border-bottom-color:#2b721b;}.template-base .theme-actavis-green .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-actavis-green .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-actavis-green .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-green .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-actavis-green .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-green .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-actavis-green .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-green .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-actavis-green .g-txt{color:#43B02A;}.template-base .theme-actavis-green .g-txt::before,.template-base .theme-actavis-green .g-txt::after{color:#43B02A;}.template-base .theme-actavis-green .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-actavis-green .g-txt--secondary{color:#0060A9;}.template-base .theme-actavis-green .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-actavis-green .g-txt--secondary-inverted-hover:hover{color:#43B02A;}.template-base .theme-actavis-green .g-txt--secondary-inverted-hover::before,.template-base .theme-actavis-green .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-actavis-green .g-txt--dark{color:#000000;}.template-base .theme-actavis-green .g-txt--complementary{color:#FFFFFF;}.template-base .theme-actavis-green .g-bg{background-color:#43B02A;}.template-base .theme-actavis-green .g-bg--secondary{background-color:#0060A9;}.template-base .theme-actavis-green .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-green .g-border{border-color:#43B02A;}.template-base .theme-actavis-green .g-border--secondary{border-color:#0060A9;}.template-base .theme-actavis-green .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-green .g-border-top{border-top-color:#43B02A;}.template-base .theme-actavis-green .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-actavis-green .g-border-bottom{border-bottom-color:#43B02A;}.template-base .theme-actavis-green .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-actavis-green .g-popup{background-color:#FFFFFF;}.template-base .theme-actavis-green .icon-wrapper svg{fill:#43B02A;}.template-base .theme-actavis-green .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-actavis-green .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-actavis-green .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-actavis-green .icon-wrapper--white-bg-primary-fill{background-color:#43B02A;}.template-base .theme-actavis-green .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-actavis-green .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-actavis-green .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-actavis-green .icon-wrapper--outline path{stroke:#43B02A;}.template-base .theme-actavis-green .icon-button{background-color:#43B02A;}.template-base .theme-actavis-green .icon-button:hover{background:#2b721b;}.template-base .theme-actavis-green .icon-button--secondary{background-color:#0060A9;}.template-base .theme-actavis-green .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-green .loading-ring div{border-color:#43B02A transparent transparent transparent;}.template-base .theme-actavis-green .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-actavis-green .product--teva-de{background-color:#FFF;}.template-base .theme-actavis-green .product--actavis{background-color:#FFFFFF;border-top-color:#43B02A;}.template-base .theme-actavis-green .brochure{border-top-color:#43B02A;}.template-base .theme-actavis-green .search-section{background-color:#FFFFFF;color:#000000;}.template-base .theme-actavis-green .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-actavis-green .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-actavis-green .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-actavis-green .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-green .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-green .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-actavis-green .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-actavis-green .view-type-toggle{background-color:#0060A9;}.template-base .theme-actavis-green .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#43B02A transparent transparent transparent;}.template-base .theme-actavis-green .search-teva-de__form,.template-base .theme-actavis-green .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-actavis-green .search-teva-de__input,.template-base .theme-actavis-green .search-nav-teva-de__input{color:#FFF;}.template-base .theme-actavis-green .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-actavis-green .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-actavis-green .search-teva-de__input:-ms-input-placeholder,.template-base .theme-actavis-green .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-actavis-green .search-teva-de__input::-moz-placeholder,.template-base .theme-actavis-green .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-actavis-green .search-teva-de__suggestion,.template-base .theme-actavis-green .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-actavis-green .search-teva-de__suggestion:hover,.template-base .theme-actavis-green .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .actavis-green-headings h1,.template-base .actavis-green-headings h2,.template-base .actavis-green-headings h3,.template-base .actavis-green-headings h4,.template-base .actavis-green-headings h5,.template-base .actavis-green-headings h6{color:#43B02A;}.template-base .theme-actavis-green-2 h1,.template-base .theme-actavis-green-2 h2,.template-base .theme-actavis-green-2 h3,.template-base .theme-actavis-green-2 h4,.template-base .theme-actavis-green-2 h5,.template-base .theme-actavis-green-2 h6{color:#2F912D;}.template-base .theme-actavis-green-2 .g-title{color:#000000;}.template-base .theme-actavis-green-2 .g-radio + .radio-label::before{border-color:#2F912D;}.template-base .theme-actavis-green-2 .g-radio:checked + .radio-label::before{background-color:#2F912D;}.template-base .theme-actavis-green-2 .g-radio:focus + .radio-label::before{border-color:#2F912D;}.template-base .theme-actavis-green-2 .g-checkbox{border-color:#2F912D;}.template-base .theme-actavis-green-2 .g-checkbox::-ms-check{border-color:#2F912D;}.template-base .theme-actavis-green-2 .g-checkbox:hover,.template-base .theme-actavis-green-2 .g-checkbox:checked::-ms-check,.template-base .theme-actavis-green-2 .g-checkbox[checked="checked"]::-ms-check{background-color:#2F912D;color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-actavis-green-2 .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-actavis-green-2 .g-checkbox-containerless:hover,.template-base .theme-actavis-green-2 .g-checkbox-containerless:checked::-ms-check,.template-base .theme-actavis-green-2 .g-checkbox-containerless[checked="checked"]::-ms-check{background:#2F912D;}.template-base .theme-actavis-green-2 .g-btn{padding:15px 20px;background-color:#2F912D;border-color:#2F912D;color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-btn:hover{background-color:#1c571b;border-color:#1c571b;cursor:pointer;}.template-base .theme-actavis-green-2 .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-green-2 .g-btn--ghosty{position:relative;background-color:#3d833b;}.template-base .theme-actavis-green-2 .g-btn--ghosty:hover{background-color:#2F912D;}.template-base .theme-actavis-green-2 .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-actavis-green-2 .g-btn--inverted{background-color:#FFFFFF;color:#2F912D;}.template-base .theme-actavis-green-2 .g-btn--inverted:hover{background-color:#2F912D;color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-green-2 .g-btn--inverted .icon-wrapper svg{fill:#2F912D;}.template-base .theme-actavis-green-2 .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#2F912D;color:#2F912D;}.template-base .theme-actavis-green-2 .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#1c571b;color:#1c571b;}.template-base .theme-actavis-green-2 .g-btn--secondary{background-color:#0060A9;}.template-base .theme-actavis-green-2 .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-green-2 .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-actavis-green-2 .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-actavis-green-2 .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.template-base .theme-actavis-green-2 .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-actavis-green-2 .g-link{color:#2F912D;}.template-base .theme-actavis-green-2 .g-link:visited{color:#2F912D;}.template-base .theme-actavis-green-2 .g-link:hover{color:#1c571b;cursor:pointer;}.template-base .theme-actavis-green-2 .g-link:hover .icon-wrapper svg{fill:#1c571b;}.template-base .theme-actavis-green-2 .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-actavis-green-2 .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#1c571b;}.template-base .theme-actavis-green-2 .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-actavis-green-2 .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-actavis-green-2 .g-link--grayish{color:#414141;}.template-base .theme-actavis-green-2 .g-link--grayish:visited{color:#414141;}.template-base .theme-actavis-green-2 .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-actavis-green-2 .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-green-2 .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-actavis-green-2 .g-link--secondary:visited{color:#0060A9;}.template-base .theme-actavis-green-2 .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-actavis-green-2 .g-link--underlined-border,.template-base .theme-actavis-green-2 .g-link--underlined-border-secondary,.template-base .theme-actavis-green-2 .g-link--underlined-border-complementary,.template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt{color:#2F912D;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#2F912D;}.template-base .theme-actavis-green-2 .g-link--underlined-border:hover,.template-base .theme-actavis-green-2 .g-link--underlined-border-secondary:hover,.template-base .theme-actavis-green-2 .g-link--underlined-border-complementary:hover,.template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt:hover{border-bottom-color:#1c571b;}.template-base .theme-actavis-green-2 .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-actavis-green-2 .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-actavis-green-2 .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-actavis-green-2 .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-green-2 .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-actavis-green-2 .g-txt{color:#2F912D;}.template-base .theme-actavis-green-2 .g-txt::before,.template-base .theme-actavis-green-2 .g-txt::after{color:#2F912D;}.template-base .theme-actavis-green-2 .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-actavis-green-2 .g-txt--secondary{color:#0060A9;}.template-base .theme-actavis-green-2 .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-actavis-green-2 .g-txt--secondary-inverted-hover:hover{color:#2F912D;}.template-base .theme-actavis-green-2 .g-txt--secondary-inverted-hover::before,.template-base .theme-actavis-green-2 .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-actavis-green-2 .g-txt--dark{color:#000000;}.template-base .theme-actavis-green-2 .g-txt--complementary{color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-bg{background-color:#2F912D;}.template-base .theme-actavis-green-2 .g-bg--secondary{background-color:#0060A9;}.template-base .theme-actavis-green-2 .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-border{border-color:#2F912D;}.template-base .theme-actavis-green-2 .g-border--secondary{border-color:#0060A9;}.template-base .theme-actavis-green-2 .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-green-2 .g-border-top{border-top-color:#2F912D;}.template-base .theme-actavis-green-2 .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-actavis-green-2 .g-border-bottom{border-bottom-color:#2F912D;}.template-base .theme-actavis-green-2 .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-actavis-green-2 .g-popup{background-color:#FFFFFF;}.template-base .theme-actavis-green-2 .icon-wrapper svg{fill:#2F912D;}.template-base .theme-actavis-green-2 .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-actavis-green-2 .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-actavis-green-2 .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-actavis-green-2 .icon-wrapper--white-bg-primary-fill{background-color:#2F912D;}.template-base .theme-actavis-green-2 .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-actavis-green-2 .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-actavis-green-2 .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-actavis-green-2 .icon-wrapper--outline path{stroke:#2F912D;}.template-base .theme-actavis-green-2 .icon-button{background-color:#2F912D;}.template-base .theme-actavis-green-2 .icon-button:hover{background:#1c571b;}.template-base .theme-actavis-green-2 .icon-button--secondary{background-color:#0060A9;}.template-base .theme-actavis-green-2 .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-green-2 .loading-ring div{border-color:#2F912D transparent transparent transparent;}.template-base .theme-actavis-green-2 .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-actavis-green-2 .product--teva-de{background-color:#FFF;}.template-base .theme-actavis-green-2 .product--actavis{background-color:#FFFFFF;border-top-color:#2F912D;}.template-base .theme-actavis-green-2 .brochure{border-top-color:#2F912D;}.template-base .theme-actavis-green-2 .search-section{background-color:#FFFFFF;color:#000000;}.template-base .theme-actavis-green-2 .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-actavis-green-2 .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-actavis-green-2 .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-actavis-green-2 .view-type-toggle{background-color:#0060A9;}.template-base .theme-actavis-green-2 .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#2F912D transparent transparent transparent;}.template-base .theme-actavis-green-2 .search-teva-de__form,.template-base .theme-actavis-green-2 .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-actavis-green-2 .search-teva-de__input,.template-base .theme-actavis-green-2 .search-nav-teva-de__input{color:#FFF;}.template-base .theme-actavis-green-2 .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-actavis-green-2 .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-actavis-green-2 .search-teva-de__input:-ms-input-placeholder,.template-base .theme-actavis-green-2 .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-actavis-green-2 .search-teva-de__input::-moz-placeholder,.template-base .theme-actavis-green-2 .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-actavis-green-2 .search-teva-de__suggestion,.template-base .theme-actavis-green-2 .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-actavis-green-2 .search-teva-de__suggestion:hover,.template-base .theme-actavis-green-2 .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .actavis-green-2-headings h1,.template-base .actavis-green-2-headings h2,.template-base .actavis-green-2-headings h3,.template-base .actavis-green-2-headings h4,.template-base .actavis-green-2-headings h5,.template-base .actavis-green-2-headings h6{color:#2F912D;}.template-base .theme-actavis-green-3 h1,.template-base .theme-actavis-green-3 h2,.template-base .theme-actavis-green-3 h3,.template-base .theme-actavis-green-3 h4,.template-base .theme-actavis-green-3 h5,.template-base .theme-actavis-green-3 h6{color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-title{color:#000000;}.template-base .theme-actavis-green-3 .g-radio + .radio-label::before{border-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-radio:checked + .radio-label::before{background-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-radio:focus + .radio-label::before{border-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-checkbox{border-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-checkbox::-ms-check{border-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-checkbox:hover,.template-base .theme-actavis-green-3 .g-checkbox:checked::-ms-check,.template-base .theme-actavis-green-3 .g-checkbox[checked="checked"]::-ms-check{background-color:#E3F3DF;color:#4A4A4A;}.template-base .theme-actavis-green-3 .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-actavis-green-3 .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-actavis-green-3 .g-checkbox-containerless:hover,.template-base .theme-actavis-green-3 .g-checkbox-containerless:checked::-ms-check,.template-base .theme-actavis-green-3 .g-checkbox-containerless[checked="checked"]::-ms-check{background:#E3F3DF;}.template-base .theme-actavis-green-3 .g-btn{padding:15px 20px;background-color:#E3F3DF;border-color:#E3F3DF;color:#4A4A4A;}.template-base .theme-actavis-green-3 .g-btn:hover{background-color:#b2dea7;border-color:#b2dea7;cursor:pointer;}.template-base .theme-actavis-green-3 .g-btn .icon-wrapper svg{fill:#4A4A4A;}.template-base .theme-actavis-green-3 .g-btn--ghosty{position:relative;background-color:#e5f0e2;}.template-base .theme-actavis-green-3 .g-btn--ghosty:hover{background-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-actavis-green-3 .g-btn--inverted{background-color:#4A4A4A;color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-btn--inverted:hover{background-color:#E3F3DF;color:#4A4A4A;}.template-base .theme-actavis-green-3 .g-btn--inverted:hover .icon-wrapper svg{fill:#4A4A4A;}.template-base .theme-actavis-green-3 .g-btn--inverted .icon-wrapper svg{fill:#E3F3DF;}.template-base .theme-actavis-green-3 .g-btn--inverted-darken-hover{background-color:#4A4A4A;border-color:#E3F3DF;color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-btn--inverted-darken-hover:hover{background-color:#4A4A4A;border-color:#b2dea7;color:#b2dea7;}.template-base .theme-actavis-green-3 .g-btn--secondary{background-color:#0060A9;}.template-base .theme-actavis-green-3 .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-green-3 .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-actavis-green-3 .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-actavis-green-3 .g-btn--secondary-inverted{background-color:#4A4A4A;border-color:#0060A9;color:#0060A9;}.template-base .theme-actavis-green-3 .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#4A4A4A;}.template-base .theme-actavis-green-3 .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-actavis-green-3 .g-link{color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-link:visited{color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-link:hover{color:#b2dea7;cursor:pointer;}.template-base .theme-actavis-green-3 .g-link:hover .icon-wrapper svg{fill:#b2dea7;}.template-base .theme-actavis-green-3 .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-actavis-green-3 .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#b2dea7;}.template-base .theme-actavis-green-3 .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#242424;}.template-base .theme-actavis-green-3 .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-actavis-green-3 .g-link--grayish{color:#414141;}.template-base .theme-actavis-green-3 .g-link--grayish:visited{color:#414141;}.template-base .theme-actavis-green-3 .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-actavis-green-3 .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-green-3 .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-actavis-green-3 .g-link--secondary:visited{color:#0060A9;}.template-base .theme-actavis-green-3 .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-actavis-green-3 .g-link--underlined-border,.template-base .theme-actavis-green-3 .g-link--underlined-border-secondary,.template-base .theme-actavis-green-3 .g-link--underlined-border-complementary,.template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt{color:#E3F3DF;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-link--underlined-border:hover,.template-base .theme-actavis-green-3 .g-link--underlined-border-secondary:hover,.template-base .theme-actavis-green-3 .g-link--underlined-border-complementary:hover,.template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt:hover{border-bottom-color:#b2dea7;}.template-base .theme-actavis-green-3 .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-actavis-green-3 .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-actavis-green-3 .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-green-3 .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt{color:#4A4A4A;border-bottom-color:#4A4A4A;}.template-base .theme-actavis-green-3 .g-link--underlined-border-light-txt:hover{color:#242424;border-bottom-color:#242424;}.template-base .theme-actavis-green-3 .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-green-3 .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-actavis-green-3 .g-txt{color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-txt::before,.template-base .theme-actavis-green-3 .g-txt::after{color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-actavis-green-3 .g-txt--secondary{color:#0060A9;}.template-base .theme-actavis-green-3 .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-actavis-green-3 .g-txt--secondary-inverted-hover:hover{color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-txt--secondary-inverted-hover::before,.template-base .theme-actavis-green-3 .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-actavis-green-3 .g-txt--dark{color:#000000;}.template-base .theme-actavis-green-3 .g-txt--complementary{color:#FFFFFF;}.template-base .theme-actavis-green-3 .g-bg{background-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-bg--secondary{background-color:#0060A9;}.template-base .theme-actavis-green-3 .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-green-3 .g-border{border-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-border--secondary{border-color:#0060A9;}.template-base .theme-actavis-green-3 .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-green-3 .g-border-top{border-top-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-actavis-green-3 .g-border-bottom{border-bottom-color:#E3F3DF;}.template-base .theme-actavis-green-3 .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-actavis-green-3 .g-popup{background-color:#4A4A4A;}.template-base .theme-actavis-green-3 .icon-wrapper svg{fill:#E3F3DF;}.template-base .theme-actavis-green-3 .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-actavis-green-3 .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-actavis-green-3 .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-actavis-green-3 .icon-wrapper--white-bg-primary-fill{background-color:#E3F3DF;}.template-base .theme-actavis-green-3 .icon-wrapper--white-bg-primary-fill svg{fill:#4A4A4A;}.template-base .theme-actavis-green-3 .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-actavis-green-3 .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-actavis-green-3 .icon-wrapper--outline path{stroke:#E3F3DF;}.template-base .theme-actavis-green-3 .icon-button{background-color:#E3F3DF;}.template-base .theme-actavis-green-3 .icon-button:hover{background:#b2dea7;}.template-base .theme-actavis-green-3 .icon-button--secondary{background-color:#0060A9;}.template-base .theme-actavis-green-3 .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-green-3 .loading-ring div{border-color:#E3F3DF transparent transparent transparent;}.template-base .theme-actavis-green-3 .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-actavis-green-3 .product--teva-de{background-color:#FFF;}.template-base .theme-actavis-green-3 .product--actavis{background-color:#FFFFFF;border-top-color:#E3F3DF;}.template-base .theme-actavis-green-3 .brochure{border-top-color:#E3F3DF;}.template-base .theme-actavis-green-3 .search-section{background-color:#4A4A4A;color:#000000;}.template-base .theme-actavis-green-3 .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-actavis-green-3 .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input{color:#4A4A4A;}.template-base .theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#4A4A4A;}.template-base .theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#4A4A4A;}.template-base .theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#4A4A4A;}.template-base .theme-actavis-green-3 .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-actavis-green-3 .view-type-toggle{background-color:#0060A9;}.template-base .theme-actavis-green-3 .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#E3F3DF transparent transparent transparent;}.template-base .theme-actavis-green-3 .search-teva-de__form,.template-base .theme-actavis-green-3 .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-actavis-green-3 .search-teva-de__input,.template-base .theme-actavis-green-3 .search-nav-teva-de__input{color:#FFF;}.template-base .theme-actavis-green-3 .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-actavis-green-3 .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-actavis-green-3 .search-teva-de__input:-ms-input-placeholder,.template-base .theme-actavis-green-3 .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-actavis-green-3 .search-teva-de__input::-moz-placeholder,.template-base .theme-actavis-green-3 .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-actavis-green-3 .search-teva-de__suggestion,.template-base .theme-actavis-green-3 .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-actavis-green-3 .search-teva-de__suggestion:hover,.template-base .theme-actavis-green-3 .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .actavis-green-3-headings h1,.template-base .actavis-green-3-headings h2,.template-base .actavis-green-3-headings h3,.template-base .actavis-green-3-headings h4,.template-base .actavis-green-3-headings h5,.template-base .actavis-green-3-headings h6{color:#E3F3DF;}.template-base .theme-actavis-blue h1,.template-base .theme-actavis-blue h2,.template-base .theme-actavis-blue h3,.template-base .theme-actavis-blue h4,.template-base .theme-actavis-blue h5,.template-base .theme-actavis-blue h6{color:#296C88;}.template-base .theme-actavis-blue .g-title{color:#000000;}.template-base .theme-actavis-blue .g-radio + .radio-label::before{border-color:#296C88;}.template-base .theme-actavis-blue .g-radio:checked + .radio-label::before{background-color:#296C88;}.template-base .theme-actavis-blue .g-radio:focus + .radio-label::before{border-color:#296C88;}.template-base .theme-actavis-blue .g-checkbox{border-color:#296C88;}.template-base .theme-actavis-blue .g-checkbox::-ms-check{border-color:#296C88;}.template-base .theme-actavis-blue .g-checkbox:hover,.template-base .theme-actavis-blue .g-checkbox:checked::-ms-check,.template-base .theme-actavis-blue .g-checkbox[checked="checked"]::-ms-check{background-color:#296C88;color:#FFFFFF;}.template-base .theme-actavis-blue .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-actavis-blue .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-actavis-blue .g-checkbox-containerless:hover,.template-base .theme-actavis-blue .g-checkbox-containerless:checked::-ms-check,.template-base .theme-actavis-blue .g-checkbox-containerless[checked="checked"]::-ms-check{background:#296C88;}.template-base .theme-actavis-blue .g-btn{padding:15px 20px;background-color:#296C88;border-color:#296C88;color:#FFFFFF;}.template-base .theme-actavis-blue .g-btn:hover{background-color:#173d4d;border-color:#173d4d;cursor:pointer;}.template-base .theme-actavis-blue .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-blue .g-btn--ghosty{position:relative;background-color:#36677b;}.template-base .theme-actavis-blue .g-btn--ghosty:hover{background-color:#296C88;}.template-base .theme-actavis-blue .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-actavis-blue .g-btn--inverted{background-color:#FFFFFF;color:#296C88;}.template-base .theme-actavis-blue .g-btn--inverted:hover{background-color:#296C88;color:#FFFFFF;}.template-base .theme-actavis-blue .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-blue .g-btn--inverted .icon-wrapper svg{fill:#296C88;}.template-base .theme-actavis-blue .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#296C88;color:#296C88;}.template-base .theme-actavis-blue .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:#173d4d;color:#173d4d;}.template-base .theme-actavis-blue .g-btn--secondary{background-color:#0060A9;}.template-base .theme-actavis-blue .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-blue .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-actavis-blue .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-actavis-blue .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.template-base .theme-actavis-blue .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.template-base .theme-actavis-blue .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-actavis-blue .g-link{color:#296C88;}.template-base .theme-actavis-blue .g-link:visited{color:#296C88;}.template-base .theme-actavis-blue .g-link:hover{color:#173d4d;cursor:pointer;}.template-base .theme-actavis-blue .g-link:hover .icon-wrapper svg{fill:#173d4d;}.template-base .theme-actavis-blue .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-actavis-blue .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#173d4d;}.template-base .theme-actavis-blue .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-actavis-blue .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-actavis-blue .g-link--grayish{color:#414141;}.template-base .theme-actavis-blue .g-link--grayish:visited{color:#414141;}.template-base .theme-actavis-blue .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-actavis-blue .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-blue .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-actavis-blue .g-link--secondary:visited{color:#0060A9;}.template-base .theme-actavis-blue .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-actavis-blue .g-link--underlined-border,.template-base .theme-actavis-blue .g-link--underlined-border-secondary,.template-base .theme-actavis-blue .g-link--underlined-border-complementary,.template-base .theme-actavis-blue .g-link--underlined-border-light-txt{color:#296C88;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#296C88;}.template-base .theme-actavis-blue .g-link--underlined-border:hover,.template-base .theme-actavis-blue .g-link--underlined-border-secondary:hover,.template-base .theme-actavis-blue .g-link--underlined-border-complementary:hover,.template-base .theme-actavis-blue .g-link--underlined-border-light-txt:hover{border-bottom-color:#173d4d;}.template-base .theme-actavis-blue .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-actavis-blue .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-actavis-blue .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-blue .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-actavis-blue .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-blue .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-actavis-blue .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-blue .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-actavis-blue .g-txt{color:#296C88;}.template-base .theme-actavis-blue .g-txt::before,.template-base .theme-actavis-blue .g-txt::after{color:#296C88;}.template-base .theme-actavis-blue .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-actavis-blue .g-txt--secondary{color:#0060A9;}.template-base .theme-actavis-blue .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-actavis-blue .g-txt--secondary-inverted-hover:hover{color:#296C88;}.template-base .theme-actavis-blue .g-txt--secondary-inverted-hover::before,.template-base .theme-actavis-blue .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-actavis-blue .g-txt--dark{color:#000000;}.template-base .theme-actavis-blue .g-txt--complementary{color:#FFFFFF;}.template-base .theme-actavis-blue .g-bg{background-color:#296C88;}.template-base .theme-actavis-blue .g-bg--secondary{background-color:#0060A9;}.template-base .theme-actavis-blue .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-blue .g-border{border-color:#296C88;}.template-base .theme-actavis-blue .g-border--secondary{border-color:#0060A9;}.template-base .theme-actavis-blue .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-blue .g-border-top{border-top-color:#296C88;}.template-base .theme-actavis-blue .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-actavis-blue .g-border-bottom{border-bottom-color:#296C88;}.template-base .theme-actavis-blue .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-actavis-blue .g-popup{background-color:#FFFFFF;}.template-base .theme-actavis-blue .icon-wrapper svg{fill:#296C88;}.template-base .theme-actavis-blue .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-actavis-blue .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-actavis-blue .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-actavis-blue .icon-wrapper--white-bg-primary-fill{background-color:#296C88;}.template-base .theme-actavis-blue .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-actavis-blue .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-actavis-blue .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-actavis-blue .icon-wrapper--outline path{stroke:#296C88;}.template-base .theme-actavis-blue .icon-button{background-color:#296C88;}.template-base .theme-actavis-blue .icon-button:hover{background:#173d4d;}.template-base .theme-actavis-blue .icon-button--secondary{background-color:#0060A9;}.template-base .theme-actavis-blue .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-blue .loading-ring div{border-color:#296C88 transparent transparent transparent;}.template-base .theme-actavis-blue .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-actavis-blue .product--teva-de{background-color:#FFF;}.template-base .theme-actavis-blue .product--actavis{background-color:#FFFFFF;border-top-color:#296C88;}.template-base .theme-actavis-blue .brochure{border-top-color:#296C88;}.template-base .theme-actavis-blue .search-section{background-color:#FFFFFF;color:#000000;}.template-base .theme-actavis-blue .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-actavis-blue .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-actavis-blue .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-actavis-blue .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-blue .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-blue .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-actavis-blue .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-actavis-blue .view-type-toggle{background-color:#0060A9;}.template-base .theme-actavis-blue .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#296C88 transparent transparent transparent;}.template-base .theme-actavis-blue .search-teva-de__form,.template-base .theme-actavis-blue .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-actavis-blue .search-teva-de__input,.template-base .theme-actavis-blue .search-nav-teva-de__input{color:#FFF;}.template-base .theme-actavis-blue .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-actavis-blue .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-actavis-blue .search-teva-de__input:-ms-input-placeholder,.template-base .theme-actavis-blue .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-actavis-blue .search-teva-de__input::-moz-placeholder,.template-base .theme-actavis-blue .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-actavis-blue .search-teva-de__suggestion,.template-base .theme-actavis-blue .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-actavis-blue .search-teva-de__suggestion:hover,.template-base .theme-actavis-blue .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .actavis-blue-headings h1,.template-base .actavis-blue-headings h2,.template-base .actavis-blue-headings h3,.template-base .actavis-blue-headings h4,.template-base .actavis-blue-headings h5,.template-base .actavis-blue-headings h6{color:#296C88;}.template-base .theme-actavis-blue-2 h1,.template-base .theme-actavis-blue-2 h2,.template-base .theme-actavis-blue-2 h3,.template-base .theme-actavis-blue-2 h4,.template-base .theme-actavis-blue-2 h5,.template-base .theme-actavis-blue-2 h6{color:#002E43;}.template-base .theme-actavis-blue-2 .g-title{color:#000000;}.template-base .theme-actavis-blue-2 .g-radio + .radio-label::before{border-color:#002E43;}.template-base .theme-actavis-blue-2 .g-radio:checked + .radio-label::before{background-color:#002E43;}.template-base .theme-actavis-blue-2 .g-radio:focus + .radio-label::before{border-color:#002E43;}.template-base .theme-actavis-blue-2 .g-checkbox{border-color:#002E43;}.template-base .theme-actavis-blue-2 .g-checkbox::-ms-check{border-color:#002E43;}.template-base .theme-actavis-blue-2 .g-checkbox:hover,.template-base .theme-actavis-blue-2 .g-checkbox:checked::-ms-check,.template-base .theme-actavis-blue-2 .g-checkbox[checked="checked"]::-ms-check{background-color:#002E43;color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-actavis-blue-2 .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-actavis-blue-2 .g-checkbox-containerless:hover,.template-base .theme-actavis-blue-2 .g-checkbox-containerless:checked::-ms-check,.template-base .theme-actavis-blue-2 .g-checkbox-containerless[checked="checked"]::-ms-check{background:#002E43;}.template-base .theme-actavis-blue-2 .g-btn{padding:15px 20px;background-color:#002E43;border-color:#002E43;color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-btn:hover{background-color:black;border-color:black;cursor:pointer;}.template-base .theme-actavis-blue-2 .g-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-btn--ghosty{position:relative;background-color:#052c3e;}.template-base .theme-actavis-blue-2 .g-btn--ghosty:hover{background-color:#002E43;}.template-base .theme-actavis-blue-2 .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-actavis-blue-2 .g-btn--inverted{background-color:#FFFFFF;color:#002E43;}.template-base .theme-actavis-blue-2 .g-btn--inverted:hover{background-color:#002E43;color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-btn--inverted:hover .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-btn--inverted .icon-wrapper svg{fill:#002E43;}.template-base .theme-actavis-blue-2 .g-btn--inverted-darken-hover{background-color:#FFFFFF;border-color:#002E43;color:#002E43;}.template-base .theme-actavis-blue-2 .g-btn--inverted-darken-hover:hover{background-color:#FFFFFF;border-color:black;color:black;}.template-base .theme-actavis-blue-2 .g-btn--secondary{background-color:#0060A9;}.template-base .theme-actavis-blue-2 .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-blue-2 .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-actavis-blue-2 .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-actavis-blue-2 .g-btn--secondary-inverted{background-color:#FFFFFF;border-color:#0060A9;color:#0060A9;}.template-base .theme-actavis-blue-2 .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-actavis-blue-2 .g-link{color:#002E43;}.template-base .theme-actavis-blue-2 .g-link:visited{color:#002E43;}.template-base .theme-actavis-blue-2 .g-link:hover{color:black;cursor:pointer;}.template-base .theme-actavis-blue-2 .g-link:hover .icon-wrapper svg{fill:black;}.template-base .theme-actavis-blue-2 .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-actavis-blue-2 .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:black;}.template-base .theme-actavis-blue-2 .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#d9d9d9;}.template-base .theme-actavis-blue-2 .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-actavis-blue-2 .g-link--grayish{color:#414141;}.template-base .theme-actavis-blue-2 .g-link--grayish:visited{color:#414141;}.template-base .theme-actavis-blue-2 .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-actavis-blue-2 .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-blue-2 .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-actavis-blue-2 .g-link--secondary:visited{color:#0060A9;}.template-base .theme-actavis-blue-2 .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-actavis-blue-2 .g-link--underlined-border,.template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary,.template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary,.template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt{color:#002E43;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#002E43;}.template-base .theme-actavis-blue-2 .g-link--underlined-border:hover,.template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary:hover,.template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary:hover,.template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt:hover{border-bottom-color:black;}.template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-actavis-blue-2 .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-link--underlined-border-light-txt:hover{color:#d9d9d9;border-bottom-color:#d9d9d9;}.template-base .theme-actavis-blue-2 .g-link--secondary{color:#0060A9;}.template-base .theme-actavis-blue-2 .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-actavis-blue-2 .g-txt{color:#002E43;}.template-base .theme-actavis-blue-2 .g-txt::before,.template-base .theme-actavis-blue-2 .g-txt::after{color:#002E43;}.template-base .theme-actavis-blue-2 .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-actavis-blue-2 .g-txt--secondary{color:#0060A9;}.template-base .theme-actavis-blue-2 .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-actavis-blue-2 .g-txt--secondary-inverted-hover:hover{color:#002E43;}.template-base .theme-actavis-blue-2 .g-txt--secondary-inverted-hover::before,.template-base .theme-actavis-blue-2 .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-actavis-blue-2 .g-txt--dark{color:#000000;}.template-base .theme-actavis-blue-2 .g-txt--complementary{color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-bg{background-color:#002E43;}.template-base .theme-actavis-blue-2 .g-bg--secondary{background-color:#0060A9;}.template-base .theme-actavis-blue-2 .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-border{border-color:#002E43;}.template-base .theme-actavis-blue-2 .g-border--secondary{border-color:#0060A9;}.template-base .theme-actavis-blue-2 .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-actavis-blue-2 .g-border-top{border-top-color:#002E43;}.template-base .theme-actavis-blue-2 .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-actavis-blue-2 .g-border-bottom{border-bottom-color:#002E43;}.template-base .theme-actavis-blue-2 .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-actavis-blue-2 .g-popup{background-color:#FFFFFF;}.template-base .theme-actavis-blue-2 .icon-wrapper svg{fill:#002E43;}.template-base .theme-actavis-blue-2 .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-actavis-blue-2 .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-actavis-blue-2 .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-actavis-blue-2 .icon-wrapper--white-bg-primary-fill{background-color:#002E43;}.template-base .theme-actavis-blue-2 .icon-wrapper--white-bg-primary-fill svg{fill:#FFFFFF;}.template-base .theme-actavis-blue-2 .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-actavis-blue-2 .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-actavis-blue-2 .icon-wrapper--outline path{stroke:#002E43;}.template-base .theme-actavis-blue-2 .icon-button{background-color:#002E43;}.template-base .theme-actavis-blue-2 .icon-button:hover{background:black;}.template-base .theme-actavis-blue-2 .icon-button--secondary{background-color:#0060A9;}.template-base .theme-actavis-blue-2 .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-actavis-blue-2 .loading-ring div{border-color:#002E43 transparent transparent transparent;}.template-base .theme-actavis-blue-2 .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-actavis-blue-2 .product--teva-de{background-color:#FFF;}.template-base .theme-actavis-blue-2 .product--actavis{background-color:#FFFFFF;border-top-color:#002E43;}.template-base .theme-actavis-blue-2 .brochure{border-top-color:#002E43;}.template-base .theme-actavis-blue-2 .search-section{background-color:#FFFFFF;color:#000000;}.template-base .theme-actavis-blue-2 .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input{color:#FFFFFF;}.template-base .theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#FFFFFF;}.template-base .theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#FFFFFF;}.template-base .theme-actavis-blue-2 .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-actavis-blue-2 .view-type-toggle{background-color:#0060A9;}.template-base .theme-actavis-blue-2 .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#002E43 transparent transparent transparent;}.template-base .theme-actavis-blue-2 .search-teva-de__form,.template-base .theme-actavis-blue-2 .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-actavis-blue-2 .search-teva-de__input,.template-base .theme-actavis-blue-2 .search-nav-teva-de__input{color:#FFF;}.template-base .theme-actavis-blue-2 .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-actavis-blue-2 .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-actavis-blue-2 .search-teva-de__input:-ms-input-placeholder,.template-base .theme-actavis-blue-2 .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-actavis-blue-2 .search-teva-de__input::-moz-placeholder,.template-base .theme-actavis-blue-2 .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-actavis-blue-2 .search-teva-de__suggestion,.template-base .theme-actavis-blue-2 .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-actavis-blue-2 .search-teva-de__suggestion:hover,.template-base .theme-actavis-blue-2 .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .actavis-blue-2-headings h1,.template-base .actavis-blue-2-headings h2,.template-base .actavis-blue-2-headings h3,.template-base .actavis-blue-2-headings h4,.template-base .actavis-blue-2-headings h5,.template-base .actavis-blue-2-headings h6{color:#002E43;}.template-base .theme-teva-light-blue h1,.template-base .theme-teva-light-blue h2,.template-base .theme-teva-light-blue h3,.template-base .theme-teva-light-blue h4,.template-base .theme-teva-light-blue h5,.template-base .theme-teva-light-blue h6{color:#000000;}.template-base .theme-teva-light-blue .g-title{color:#000000;}.template-base .theme-teva-light-blue .g-radio + .radio-label::before{border-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-radio:checked + .radio-label::before{background-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-radio:focus + .radio-label::before{border-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-checkbox{border-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-checkbox::-ms-check{border-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-checkbox:hover,.template-base .theme-teva-light-blue .g-checkbox:checked::-ms-check,.template-base .theme-teva-light-blue .g-checkbox[checked="checked"]::-ms-check{background-color:rgba(41,108,136,0.1);color:#000000;}.template-base .theme-teva-light-blue .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-teva-light-blue .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-teva-light-blue .g-checkbox-containerless:hover,.template-base .theme-teva-light-blue .g-checkbox-containerless:checked::-ms-check,.template-base .theme-teva-light-blue .g-checkbox-containerless[checked="checked"]::-ms-check{background:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-btn{padding:15px 20px;background-color:rgba(41,108,136,0.1);border-color:rgba(41,108,136,0.1);color:#000000;}.template-base .theme-teva-light-blue .g-btn:hover{background-color:rgba(23,61,77,0.1);border-color:rgba(23,61,77,0.1);cursor:pointer;}.template-base .theme-teva-light-blue .g-btn .icon-wrapper svg{fill:#000000;}.template-base .theme-teva-light-blue .g-btn--ghosty{position:relative;background-color:rgba(54,103,123,0.1);}.template-base .theme-teva-light-blue .g-btn--ghosty:hover{background-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-teva-light-blue .g-btn--inverted{background-color:#000000;color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-btn--inverted:hover{background-color:rgba(41,108,136,0.1);color:#000000;}.template-base .theme-teva-light-blue .g-btn--inverted:hover .icon-wrapper svg{fill:#000000;}.template-base .theme-teva-light-blue .g-btn--inverted .icon-wrapper svg{fill:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-btn--inverted-darken-hover{background-color:#000000;border-color:rgba(41,108,136,0.1);color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-btn--inverted-darken-hover:hover{background-color:#000000;border-color:rgba(23,61,77,0.1);color:rgba(23,61,77,0.1);}.template-base .theme-teva-light-blue .g-btn--secondary{background-color:#296C88;}.template-base .theme-teva-light-blue .g-btn--secondary:hover{background-color:#173d4d;}.template-base .theme-teva-light-blue .g-btn--secondary-teva-de{background-color:#296C88;}.template-base .theme-teva-light-blue .g-btn--secondary-teva-de:hover{background-color:#3b9bc3;}.template-base .theme-teva-light-blue .g-btn--secondary-inverted{background-color:#000000;border-color:#296C88;color:#296C88;}.template-base .theme-teva-light-blue .g-btn--secondary-inverted:hover{background-color:#296C88;color:#000000;}.template-base .theme-teva-light-blue .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-teva-light-blue .g-link{color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-link:visited{color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-link:hover{color:rgba(23,61,77,0.1);cursor:pointer;}.template-base .theme-teva-light-blue .g-link:hover .icon-wrapper svg{fill:rgba(23,61,77,0.1);}.template-base .theme-teva-light-blue .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-teva-light-blue .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:rgba(23,61,77,0.1);}.template-base .theme-teva-light-blue .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:black;}.template-base .theme-teva-light-blue .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-teva-light-blue .g-link--grayish{color:#414141;}.template-base .theme-teva-light-blue .g-link--grayish:visited{color:#414141;}.template-base .theme-teva-light-blue .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-teva-light-blue .g-link--secondary{color:#296C88;}.template-base .theme-teva-light-blue .g-link--secondary .icon-wrapper svg{fill:#296C88;}.template-base .theme-teva-light-blue .g-link--secondary:visited{color:#296C88;}.template-base .theme-teva-light-blue .g-link--secondary:hover{color:#75b9d5;cursor:pointer;}.template-base .theme-teva-light-blue .g-link--underlined-border,.template-base .theme-teva-light-blue .g-link--underlined-border-secondary,.template-base .theme-teva-light-blue .g-link--underlined-border-complementary,.template-base .theme-teva-light-blue .g-link--underlined-border-light-txt{color:rgba(41,108,136,0.1);border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-link--underlined-border:hover,.template-base .theme-teva-light-blue .g-link--underlined-border-secondary:hover,.template-base .theme-teva-light-blue .g-link--underlined-border-complementary:hover,.template-base .theme-teva-light-blue .g-link--underlined-border-light-txt:hover{border-bottom-color:rgba(23,61,77,0.1);}.template-base .theme-teva-light-blue .g-link--underlined-border-secondary{color:#296C88;border-bottom-color:#296C88;}.template-base .theme-teva-light-blue .g-link--underlined-border-secondary:hover{color:#3b9bc3;border-bottom-color:#3b9bc3;}.template-base .theme-teva-light-blue .g-link--underlined-border-complementary{color:#3C7E79;border-bottom-color:#3C7E79;}.template-base .theme-teva-light-blue .g-link--underlined-border-complementary:hover{color:#57afa9;border-bottom-color:#57afa9;}.template-base .theme-teva-light-blue .g-link--underlined-border-light-txt{color:#000000;border-bottom-color:#000000;}.template-base .theme-teva-light-blue .g-link--underlined-border-light-txt:hover{color:black;border-bottom-color:black;}.template-base .theme-teva-light-blue .g-link--secondary{color:#296C88;}.template-base .theme-teva-light-blue .g-link--secondary:hover{color:#173d4d;cursor:pointer;}.template-base .theme-teva-light-blue .g-txt{color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-txt::before,.template-base .theme-teva-light-blue .g-txt::after{color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-txt--inverted-hover:hover{color:#296C88;}.template-base .theme-teva-light-blue .g-txt--secondary{color:#296C88;}.template-base .theme-teva-light-blue .g-txt--secondary-inverted-hover{color:#296C88;}.template-base .theme-teva-light-blue .g-txt--secondary-inverted-hover:hover{color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-txt--secondary-inverted-hover::before,.template-base .theme-teva-light-blue .g-txt--secondary-inverted-hover::after{color:#296C88;}.template-base .theme-teva-light-blue .g-txt--dark{color:#000000;}.template-base .theme-teva-light-blue .g-txt--complementary{color:#3C7E79;}.template-base .theme-teva-light-blue .g-bg{background-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-bg--secondary{background-color:#296C88;}.template-base .theme-teva-light-blue .g-bg--complementary{background-color:#3C7E79;}.template-base .theme-teva-light-blue .g-border{border-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-border--secondary{border-color:#296C88;}.template-base .theme-teva-light-blue .g-border--complementary{background-color:#3C7E79;}.template-base .theme-teva-light-blue .g-border-top{border-top-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-border-top--secondary{border-top-color:#296C88;}.template-base .theme-teva-light-blue .g-border-bottom{border-bottom-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .g-border-bottom--secondary{border-bottom-color:#296C88;}.template-base .theme-teva-light-blue .g-popup{background-color:#000000;}.template-base .theme-teva-light-blue .icon-wrapper svg{fill:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .icon-wrapper--secondary-fill svg{fill:#296C88;}.template-base .theme-teva-light-blue .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-teva-light-blue .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-teva-light-blue .icon-wrapper--white-bg-primary-fill{background-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .icon-wrapper--white-bg-primary-fill svg{fill:#000000;}.template-base .theme-teva-light-blue .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-teva-light-blue .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-teva-light-blue .icon-wrapper--outline path{stroke:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .icon-button{background-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .icon-button:hover{background:rgba(23,61,77,0.1);}.template-base .theme-teva-light-blue .icon-button--secondary{background-color:#296C88;}.template-base .theme-teva-light-blue .icon-button--secondary:hover{background-color:#173d4d;}.template-base .theme-teva-light-blue .loading-ring div{border-color:rgba(41,108,136,0.1) transparent transparent transparent;}.template-base .theme-teva-light-blue .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-teva-light-blue .product--teva-de{background-color:#FFF;}.template-base .theme-teva-light-blue .product--actavis{background-color:#3C7E79;border-top-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .brochure{border-top-color:rgba(41,108,136,0.1);}.template-base .theme-teva-light-blue .search-section{background-color:#000000;color:#000000;}.template-base .theme-teva-light-blue .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-teva-light-blue .search-section--grayish .filter-search-teva-de{background-color:#296C88;}.template-base .theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input{color:#000000;}.template-base .theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#000000;}.template-base .theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#000000;}.template-base .theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#000000;}.template-base .theme-teva-light-blue .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-teva-light-blue .view-type-toggle{background-color:#296C88;}.template-base .theme-teva-light-blue .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:rgba(41,108,136,0.1) transparent transparent transparent;}.template-base .theme-teva-light-blue .search-teva-de__form,.template-base .theme-teva-light-blue .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-teva-light-blue .search-teva-de__input,.template-base .theme-teva-light-blue .search-nav-teva-de__input{color:#FFF;}.template-base .theme-teva-light-blue .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-teva-light-blue .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-teva-light-blue .search-teva-de__input:-ms-input-placeholder,.template-base .theme-teva-light-blue .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-teva-light-blue .search-teva-de__input::-moz-placeholder,.template-base .theme-teva-light-blue .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-teva-light-blue .search-teva-de__suggestion,.template-base .theme-teva-light-blue .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-teva-light-blue .search-teva-de__suggestion:hover,.template-base .theme-teva-light-blue .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .teva-light-blue-headings h1,.template-base .teva-light-blue-headings h2,.template-base .teva-light-blue-headings h3,.template-base .teva-light-blue-headings h4,.template-base .teva-light-blue-headings h5,.template-base .teva-light-blue-headings h6{color:#000000;}.template-base .theme-weiss h1,.template-base .theme-weiss h2,.template-base .theme-weiss h3,.template-base .theme-weiss h4,.template-base .theme-weiss h5,.template-base .theme-weiss h6{color:#FFFFFF;}.template-base .theme-weiss .g-title{color:#000000;}.template-base .theme-weiss .g-radio + .radio-label::before{border-color:#FFFFFF;}.template-base .theme-weiss .g-radio:checked + .radio-label::before{background-color:#FFFFFF;}.template-base .theme-weiss .g-radio:focus + .radio-label::before{border-color:#FFFFFF;}.template-base .theme-weiss .g-checkbox{border-color:#FFFFFF;}.template-base .theme-weiss .g-checkbox::-ms-check{border-color:#FFFFFF;}.template-base .theme-weiss .g-checkbox:hover,.template-base .theme-weiss .g-checkbox:checked::-ms-check,.template-base .theme-weiss .g-checkbox[checked="checked"]::-ms-check{background-color:#FFFFFF;color:#C5C6C6;}.template-base .theme-weiss .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-weiss .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-weiss .g-checkbox-containerless:hover,.template-base .theme-weiss .g-checkbox-containerless:checked::-ms-check,.template-base .theme-weiss .g-checkbox-containerless[checked="checked"]::-ms-check{background:#FFFFFF;}.template-base .theme-weiss .g-btn{padding:15px 20px;background-color:#FFFFFF;border-color:#FFFFFF;color:#C5C6C6;}.template-base .theme-weiss .g-btn:hover{background-color:#d9d9d9;border-color:#d9d9d9;cursor:pointer;}.template-base .theme-weiss .g-btn .icon-wrapper svg{fill:#C5C6C6;}.template-base .theme-weiss .g-btn--ghosty{position:relative;background-color:white;}.template-base .theme-weiss .g-btn--ghosty:hover{background-color:#FFFFFF;}.template-base .theme-weiss .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-weiss .g-btn--inverted{background-color:#C5C6C6;color:#FFFFFF;}.template-base .theme-weiss .g-btn--inverted:hover{background-color:#FFFFFF;color:#C5C6C6;}.template-base .theme-weiss .g-btn--inverted:hover .icon-wrapper svg{fill:#C5C6C6;}.template-base .theme-weiss .g-btn--inverted .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-weiss .g-btn--inverted-darken-hover{background-color:#C5C6C6;border-color:#FFFFFF;color:#FFFFFF;}.template-base .theme-weiss .g-btn--inverted-darken-hover:hover{background-color:#C5C6C6;border-color:#d9d9d9;color:#d9d9d9;}.template-base .theme-weiss .g-btn--secondary{background-color:#0060A9;}.template-base .theme-weiss .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-weiss .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-weiss .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-weiss .g-btn--secondary-inverted{background-color:#C5C6C6;border-color:#0060A9;color:#0060A9;}.template-base .theme-weiss .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#C5C6C6;}.template-base .theme-weiss .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-weiss .g-link{color:#FFFFFF;}.template-base .theme-weiss .g-link:visited{color:#FFFFFF;}.template-base .theme-weiss .g-link:hover{color:#d9d9d9;cursor:pointer;}.template-base .theme-weiss .g-link:hover .icon-wrapper svg{fill:#d9d9d9;}.template-base .theme-weiss .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-weiss .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#d9d9d9;}.template-base .theme-weiss .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#9ea0a0;}.template-base .theme-weiss .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-weiss .g-link--grayish{color:#414141;}.template-base .theme-weiss .g-link--grayish:visited{color:#414141;}.template-base .theme-weiss .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-weiss .g-link--secondary{color:#0060A9;}.template-base .theme-weiss .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-weiss .g-link--secondary:visited{color:#0060A9;}.template-base .theme-weiss .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-weiss .g-link--underlined-border,.template-base .theme-weiss .g-link--underlined-border-secondary,.template-base .theme-weiss .g-link--underlined-border-complementary,.template-base .theme-weiss .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#FFFFFF;}.template-base .theme-weiss .g-link--underlined-border:hover,.template-base .theme-weiss .g-link--underlined-border-secondary:hover,.template-base .theme-weiss .g-link--underlined-border-complementary:hover,.template-base .theme-weiss .g-link--underlined-border-light-txt:hover{border-bottom-color:#d9d9d9;}.template-base .theme-weiss .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-weiss .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-weiss .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-weiss .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-weiss .g-link--underlined-border-light-txt{color:#C5C6C6;border-bottom-color:#C5C6C6;}.template-base .theme-weiss .g-link--underlined-border-light-txt:hover{color:#9ea0a0;border-bottom-color:#9ea0a0;}.template-base .theme-weiss .g-link--secondary{color:#0060A9;}.template-base .theme-weiss .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-weiss .g-txt{color:#FFFFFF;}.template-base .theme-weiss .g-txt::before,.template-base .theme-weiss .g-txt::after{color:#FFFFFF;}.template-base .theme-weiss .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-weiss .g-txt--secondary{color:#0060A9;}.template-base .theme-weiss .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-weiss .g-txt--secondary-inverted-hover:hover{color:#FFFFFF;}.template-base .theme-weiss .g-txt--secondary-inverted-hover::before,.template-base .theme-weiss .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-weiss .g-txt--dark{color:#000000;}.template-base .theme-weiss .g-txt--complementary{color:#FFFFFF;}.template-base .theme-weiss .g-bg{background-color:#FFFFFF;}.template-base .theme-weiss .g-bg--secondary{background-color:#0060A9;}.template-base .theme-weiss .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-weiss .g-border{border-color:#FFFFFF;}.template-base .theme-weiss .g-border--secondary{border-color:#0060A9;}.template-base .theme-weiss .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-weiss .g-border-top{border-top-color:#FFFFFF;}.template-base .theme-weiss .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-weiss .g-border-bottom{border-bottom-color:#FFFFFF;}.template-base .theme-weiss .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-weiss .g-popup{background-color:#C5C6C6;}.template-base .theme-weiss .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-weiss .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-weiss .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-weiss .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-weiss .icon-wrapper--white-bg-primary-fill{background-color:#FFFFFF;}.template-base .theme-weiss .icon-wrapper--white-bg-primary-fill svg{fill:#C5C6C6;}.template-base .theme-weiss .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-weiss .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-weiss .icon-wrapper--outline path{stroke:#FFFFFF;}.template-base .theme-weiss .icon-button{background-color:#FFFFFF;}.template-base .theme-weiss .icon-button:hover{background:#d9d9d9;}.template-base .theme-weiss .icon-button--secondary{background-color:#0060A9;}.template-base .theme-weiss .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-weiss .loading-ring div{border-color:#FFFFFF transparent transparent transparent;}.template-base .theme-weiss .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-weiss .product--teva-de{background-color:#FFF;}.template-base .theme-weiss .product--actavis{background-color:#FFFFFF;border-top-color:#FFFFFF;}.template-base .theme-weiss .brochure{border-top-color:#FFFFFF;}.template-base .theme-weiss .search-section{background-color:#C5C6C6;color:#000000;}.template-base .theme-weiss .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-weiss .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-weiss .search-section--grayish .filter-search-teva-de__input{color:#C5C6C6;}.template-base .theme-weiss .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#C5C6C6;}.template-base .theme-weiss .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#C5C6C6;}.template-base .theme-weiss .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#C5C6C6;}.template-base .theme-weiss .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-weiss .view-type-toggle{background-color:#0060A9;}.template-base .theme-weiss .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#FFFFFF transparent transparent transparent;}.template-base .theme-weiss .search-teva-de__form,.template-base .theme-weiss .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-weiss .search-teva-de__input,.template-base .theme-weiss .search-nav-teva-de__input{color:#FFF;}.template-base .theme-weiss .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-weiss .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-weiss .search-teva-de__input:-ms-input-placeholder,.template-base .theme-weiss .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-weiss .search-teva-de__input::-moz-placeholder,.template-base .theme-weiss .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-weiss .search-teva-de__suggestion,.template-base .theme-weiss .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-weiss .search-teva-de__suggestion:hover,.template-base .theme-weiss .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .weiss-headings h1,.template-base .weiss-headings h2,.template-base .weiss-headings h3,.template-base .weiss-headings h4,.template-base .weiss-headings h5,.template-base .weiss-headings h6{color:#FFFFFF;}.template-base .theme-white-btn h1,.template-base .theme-white-btn h2,.template-base .theme-white-btn h3,.template-base .theme-white-btn h4,.template-base .theme-white-btn h5,.template-base .theme-white-btn h6{color:#FFFFFF;}.template-base .theme-white-btn .g-title{color:#000000;}.template-base .theme-white-btn .g-radio + .radio-label::before{border-color:#FFFFFF;}.template-base .theme-white-btn .g-radio:checked + .radio-label::before{background-color:#FFFFFF;}.template-base .theme-white-btn .g-radio:focus + .radio-label::before{border-color:#FFFFFF;}.template-base .theme-white-btn .g-checkbox{border-color:#FFFFFF;}.template-base .theme-white-btn .g-checkbox::-ms-check{border-color:#FFFFFF;}.template-base .theme-white-btn .g-checkbox:hover,.template-base .theme-white-btn .g-checkbox:checked::-ms-check,.template-base .theme-white-btn .g-checkbox[checked="checked"]::-ms-check{background-color:#FFFFFF;color:#43B02A;}.template-base .theme-white-btn .g-checkbox-containerless{border-color:rgba(255,255,255,0);background-color:#706F6F;}.template-base .theme-white-btn .g-checkbox-containerless::-ms-check{border-color:rgba(255,255,255,0);}.template-base .theme-white-btn .g-checkbox-containerless:hover,.template-base .theme-white-btn .g-checkbox-containerless:checked::-ms-check,.template-base .theme-white-btn .g-checkbox-containerless[checked="checked"]::-ms-check{background:#FFFFFF;}.template-base .theme-white-btn .g-btn{padding:15px 20px;background-color:#FFFFFF;border-color:#FFFFFF;color:#43B02A;}.template-base .theme-white-btn .g-btn:hover{background-color:#d9d9d9;border-color:#d9d9d9;cursor:pointer;}.template-base .theme-white-btn .g-btn .icon-wrapper svg{fill:#43B02A;}.template-base .theme-white-btn .g-btn--ghosty{position:relative;background-color:white;}.template-base .theme-white-btn .g-btn--ghosty:hover{background-color:#FFFFFF;}.template-base .theme-white-btn .g-btn--ghosty:hover ::after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.15);}.template-base .theme-white-btn .g-btn--inverted{background-color:#43B02A;color:#FFFFFF;}.template-base .theme-white-btn .g-btn--inverted:hover{background-color:#FFFFFF;color:#43B02A;}.template-base .theme-white-btn .g-btn--inverted:hover .icon-wrapper svg{fill:#43B02A;}.template-base .theme-white-btn .g-btn--inverted .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-white-btn .g-btn--inverted-darken-hover{background-color:#43B02A;border-color:#FFFFFF;color:#FFFFFF;}.template-base .theme-white-btn .g-btn--inverted-darken-hover:hover{background-color:#43B02A;border-color:#d9d9d9;color:#d9d9d9;}.template-base .theme-white-btn .g-btn--secondary{background-color:#0060A9;}.template-base .theme-white-btn .g-btn--secondary:hover{background-color:#00355d;}.template-base .theme-white-btn .g-btn--secondary-teva-de{background-color:#0060A9;}.template-base .theme-white-btn .g-btn--secondary-teva-de:hover{background-color:#008bf6;}.template-base .theme-white-btn .g-btn--secondary-inverted{background-color:#43B02A;border-color:#0060A9;color:#0060A9;}.template-base .theme-white-btn .g-btn--secondary-inverted:hover{background-color:#0060A9;color:#43B02A;}.template-base .theme-white-btn .g-btn--bg-transparent{background-color:rgba(255,255,255,0);}.template-base .theme-white-btn .g-link{color:#FFFFFF;}.template-base .theme-white-btn .g-link:visited{color:#FFFFFF;}.template-base .theme-white-btn .g-link:hover{color:#d9d9d9;cursor:pointer;}.template-base .theme-white-btn .g-link:hover .icon-wrapper svg{fill:#d9d9d9;}.template-base .theme-white-btn .g-link:hover .icon-wrapper--gray-fill svg{fill:#4a4949;}.template-base .theme-white-btn .g-link:hover .icon-wrapper--white-bg-primary-fill{background-color:#d9d9d9;}.template-base .theme-white-btn .g-link:hover .icon-wrapper--white-bg-primary-fill svg{fill:#2b721b;}.template-base .theme-white-btn .g-link:hover .icon-wrapper--gray-bg{background-color:#cfcfcf;}.template-base .theme-white-btn .g-link--grayish{color:#414141;}.template-base .theme-white-btn .g-link--grayish:visited{color:#414141;}.template-base .theme-white-btn .g-link--grayish:hover{color:#8e8e8e;cursor:pointer;}.template-base .theme-white-btn .g-link--secondary{color:#0060A9;}.template-base .theme-white-btn .g-link--secondary .icon-wrapper svg{fill:#0060A9;}.template-base .theme-white-btn .g-link--secondary:visited{color:#0060A9;}.template-base .theme-white-btn .g-link--secondary:hover{color:#43aeff;cursor:pointer;}.template-base .theme-white-btn .g-link--underlined-border,.template-base .theme-white-btn .g-link--underlined-border-secondary,.template-base .theme-white-btn .g-link--underlined-border-complementary,.template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#FFFFFF;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#FFFFFF;}.template-base .theme-white-btn .g-link--underlined-border:hover,.template-base .theme-white-btn .g-link--underlined-border-secondary:hover,.template-base .theme-white-btn .g-link--underlined-border-complementary:hover,.template-base .theme-white-btn .g-link--underlined-border-light-txt:hover{border-bottom-color:#d9d9d9;}.template-base .theme-white-btn .g-link--underlined-border-secondary{color:#0060A9;border-bottom-color:#0060A9;}.template-base .theme-white-btn .g-link--underlined-border-secondary:hover{color:#008bf6;border-bottom-color:#008bf6;}.template-base .theme-white-btn .g-link--underlined-border-complementary{color:#FFFFFF;border-bottom-color:#FFFFFF;}.template-base .theme-white-btn .g-link--underlined-border-complementary:hover{color:white;border-bottom-color:white;}.template-base .theme-white-btn .g-link--underlined-border-light-txt{color:#43B02A;border-bottom-color:#43B02A;}.template-base .theme-white-btn .g-link--underlined-border-light-txt:hover{color:#2b721b;border-bottom-color:#2b721b;}.template-base .theme-white-btn .g-link--secondary{color:#0060A9;}.template-base .theme-white-btn .g-link--secondary:hover{color:#00355d;cursor:pointer;}.template-base .theme-white-btn .g-txt{color:#FFFFFF;}.template-base .theme-white-btn .g-txt::before,.template-base .theme-white-btn .g-txt::after{color:#FFFFFF;}.template-base .theme-white-btn .g-txt--inverted-hover:hover{color:#0060A9;}.template-base .theme-white-btn .g-txt--secondary{color:#0060A9;}.template-base .theme-white-btn .g-txt--secondary-inverted-hover{color:#0060A9;}.template-base .theme-white-btn .g-txt--secondary-inverted-hover:hover{color:#FFFFFF;}.template-base .theme-white-btn .g-txt--secondary-inverted-hover::before,.template-base .theme-white-btn .g-txt--secondary-inverted-hover::after{color:#0060A9;}.template-base .theme-white-btn .g-txt--dark{color:#000000;}.template-base .theme-white-btn .g-txt--complementary{color:#FFFFFF;}.template-base .theme-white-btn .g-bg{background-color:#FFFFFF;}.template-base .theme-white-btn .g-bg--secondary{background-color:#0060A9;}.template-base .theme-white-btn .g-bg--complementary{background-color:#FFFFFF;}.template-base .theme-white-btn .g-border{border-color:#FFFFFF;}.template-base .theme-white-btn .g-border--secondary{border-color:#0060A9;}.template-base .theme-white-btn .g-border--complementary{background-color:#FFFFFF;}.template-base .theme-white-btn .g-border-top{border-top-color:#FFFFFF;}.template-base .theme-white-btn .g-border-top--secondary{border-top-color:#0060A9;}.template-base .theme-white-btn .g-border-bottom{border-bottom-color:#FFFFFF;}.template-base .theme-white-btn .g-border-bottom--secondary{border-bottom-color:#0060A9;}.template-base .theme-white-btn .g-popup{background-color:#43B02A;}.template-base .theme-white-btn .icon-wrapper svg{fill:#FFFFFF;}.template-base .theme-white-btn .icon-wrapper--secondary-fill svg{fill:#0060A9;}.template-base .theme-white-btn .icon-wrapper--gray-fill svg{fill:#706F6F;}.template-base .theme-white-btn .icon-wrapper--white-fill svg{fill:#FFF;}.template-base .theme-white-btn .icon-wrapper--white-bg-primary-fill{background-color:#FFFFFF;}.template-base .theme-white-btn .icon-wrapper--white-bg-primary-fill svg{fill:#43B02A;}.template-base .theme-white-btn .icon-wrapper--gray-bg{background-color:#F5F5F5;}.template-base .theme-white-btn .icon-wrapper--dark-fill svg{fill:#000000;}.template-base .theme-white-btn .icon-wrapper--outline path{stroke:#FFFFFF;}.template-base .theme-white-btn .icon-button{background-color:#FFFFFF;}.template-base .theme-white-btn .icon-button:hover{background:#d9d9d9;}.template-base .theme-white-btn .icon-button--secondary{background-color:#0060A9;}.template-base .theme-white-btn .icon-button--secondary:hover{background-color:#00355d;}.template-base .theme-white-btn .loading-ring div{border-color:#FFFFFF transparent transparent transparent;}.template-base .theme-white-btn .downloads-block__file:nth-child(even){background-color:#EAEAEA;}.template-base .theme-white-btn .product--teva-de{background-color:#FFF;}.template-base .theme-white-btn .product--actavis{background-color:#FFFFFF;border-top-color:#FFFFFF;}.template-base .theme-white-btn .brochure{border-top-color:#FFFFFF;}.template-base .theme-white-btn .search-section{background-color:#43B02A;color:#000000;}.template-base .theme-white-btn .search-section--grayish{background-color:#F1F1F4;}.template-base .theme-white-btn .search-section--grayish .filter-search-teva-de{background-color:#0060A9;}.template-base .theme-white-btn .search-section--grayish .filter-search-teva-de__input{color:#43B02A;}.template-base .theme-white-btn .search-section--grayish .filter-search-teva-de__input::-webkit-input-placeholder{color:#43B02A;}.template-base .theme-white-btn .search-section--grayish .filter-search-teva-de__input:-ms-input-placeholder{color:#43B02A;}.template-base .theme-white-btn .search-section--grayish .filter-search-teva-de__input::-moz-placeholder{color:#43B02A;}.template-base .theme-white-btn .search-section--grayish .filter-search-teva-de__input::-webkit-search-cancel-button{filter:invert(80%);}.template-base .theme-white-btn .view-type-toggle{background-color:#0060A9;}.template-base .theme-white-btn .sort-direction .select2-container--sort_box .select2-selection .select2-selection__rendered::after{border-color:#FFFFFF transparent transparent transparent;}.template-base .theme-white-btn .search-teva-de__form,.template-base .theme-white-btn .search-nav-teva-de__form{background-color:#204E77;}.template-base .theme-white-btn .search-teva-de__input,.template-base .theme-white-btn .search-nav-teva-de__input{color:#FFF;}.template-base .theme-white-btn .search-teva-de__input::-webkit-input-placeholder,.template-base .theme-white-btn .search-nav-teva-de__input::-webkit-input-placeholder{color:#FFF;}.template-base .theme-white-btn .search-teva-de__input:-ms-input-placeholder,.template-base .theme-white-btn .search-nav-teva-de__input:-ms-input-placeholder{color:#FFF;}.template-base .theme-white-btn .search-teva-de__input::-moz-placeholder,.template-base .theme-white-btn .search-nav-teva-de__input::-moz-placeholder{color:#FFF;}.template-base .theme-white-btn .search-teva-de__suggestion,.template-base .theme-white-btn .search-nav-teva-de__suggestion{color:#414141;}.template-base .theme-white-btn .search-teva-de__suggestion:hover,.template-base .theme-white-btn .search-nav-teva-de__suggestion:hover{background-color:#F1F1F4;}.template-base .white-btn-headings h1,.template-base .white-btn-headings h2,.template-base .white-btn-headings h3,.template-base .white-btn-headings h4,.template-base .white-btn-headings h5,.template-base .white-btn-headings h6{color:#FFFFFF;}.blur-curtain{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(255,255,255,0.5);z-index:99;}.blur-curtain--local{position:absolute;}.blur-curtain.is-active{display:block;}.loading-ring{display:inline-block;position:absolute;width:64px;height:64px;top:50%;left:50%;transform:translate(-50%,-50%);}.loading-ring div{box-sizing:border-box;display:block;position:absolute;width:51px;height:51px;margin:6px;border-style:solid;border-width:6px;border-radius:50%;animation:loading-ring 1.2s cubic-bezier(0,0,1,1) infinite;border-color:#FFF transparent transparent transparent;}.loading-ring div:nth-child(1){animation-delay:-0.45s;}.loading-ring div:nth-child(2){animation-delay:-0.3s;}.loading-ring div:nth-child(3){animation-delay:-0.15s;}@keyframes loading-ring{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.xhtml-string-bullets ul,.xhtml-string-bullets ol{padding-left:32px;}.xhtml-string-bullets li{list-style-type:inherit;margin-left:32px;margin-bottom:0px;}.xhtml-string-bullets li::before{font-weight:bold;display:inline-block;width:32px;margin-left:-32px;}.highlighted-word{position:relative;font-weight:bold;cursor:pointer;}.highlighted-word.is-hovering:active .highlighted-word-tooltip{visibility:visible;}.highlighted-word-tooltip{visibility:hidden;display:flex;flex-direction:column;min-width:200px;max-width:220px;padding:15px;background:white;border-radius:3px;position:absolute;bottom:170%;left:-17px;margin-left:-60px;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);border:1px solid #7575;}.highlighted-word-tooltip::before{content:"";position:absolute;top:100%;left:0;height:30px;width:100%;}.highlighted-word-tooltip::after{content:"";position:absolute;top:100%;left:40%;border-width:8px;border-style:solid;border-color:#FFF transparent transparent transparent;}.highlighted-word-tooltip .close-tooltip{position:absolute;top:10px;right:7px;width:20px;height:20px;border-radius:50%;border:1px solid #757575;background-color:transparent;}.highlighted-word-tooltip .close-tooltip > svg{top:49%;left:49%;width:88%;height:90%;}.highlighted-word-tooltip__header{display:block;font-size:18px;font-weight:normal;text-align:left;margin-bottom:10px;word-break:break-all;}.highlighted-word-tooltip__description{display:block;font-weight:normal;line-height:12px;letter-spacing:0.43px;font-size:10px;color:#414141;white-space:initial;}.highlighted-word-tooltip__description > p{margin-top:10px;}.highlighted-word-tooltip__img{width:100%;-o-object-fit:cover;object-fit:cover;margin-top:10px;}.highlighted-word-tooltip__button{margin:20px auto 0px auto;padding:10px 15px;color:#FFF;font-size:12px;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.search-nav-teva-de{width:600px;display:none;}.search-nav-teva-de__form{margin:0px auto;display:flex;width:100%;}.search-nav-teva-de__input{background:none;border:none;flex-grow:1;outline:none;}.search-nav-teva-de__suggestions-container{display:none;position:absolute;width:600px;max-height:350px;overflow-y:scroll;padding-bottom:10px;background-color:#FFF;z-index:2;resize:vertical;overflow-x:hidden;overflow-y:auto;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07);}.search-nav-teva-de__suggestions-container .loading-ring{left:40%;}.search-nav-teva-de__suggestions-container.is-loader{min-height:100px;}.search-nav-teva-de__suggestions-list{margin:0px;padding:14px 0px;list-style:none;}.search-nav-teva-de__suggestion{margin:5px 0px;display:flex;justify-content:flex-start;flex-direction:row;align-items:center;cursor:pointer;padding:5px 20px;}.search-nav-teva-de__suggestion.no-results{cursor:default;pointer-events:none;}.search-nav-teva-de .icon-wrapper{width:20px;height:20px;margin:15px 10px;cursor:pointer;}.search-nav-teva-de .icon-wrapper svg{top:50%;fill:#FFF;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.footer{position:relative;}.footer__toplink{margin-top:10%;}.footer__toplink-btn{display:flex;justify-content:center;align-items:center;position:absolute;top:-60px;right:60px;width:50px;height:50px;box-shadow:0 2px 15px 0 rgba(0,0,0,0.12);border-radius:50%;font-size:25px;}.footer__toplink-btn::before{content:'\e80c';font-family:'Teva Icon Font';font-size:20px;font-weight:300;transform:rotate(-90deg);}.footer__user-section{background-color:#d7ebce;}.footer__actions{display:flex;justify-content:space-around;align-items:center;height:150px;background-color:#F1F1F4;color:#414141;font-size:22px;letter-spacing:0.31px;}.footer__actions .actions-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;}.footer-bookmark{margin:0 auto;}.footer-bookmark__btn{cursor:pointer;}.footer-bookmark__icon{width:46px;}.footer-bookmark__icon svg{width:100%;height:auto;}.footer-bookmark__text{color:#414141;font-size:22px;letter-spacing:0.31px;}.footer-feedback{display:flex;justify-content:space-between;align-items:center;width:580px;}.footer-feedback__like-wrapper,.footer-feedback__dislike-wrapper{display:flex;align-items:center;flex-flow:column;margin-right:35px;cursor:pointer;}.footer-feedback__like-wrapper.is-inactive,.footer-feedback__dislike-wrapper.is-inactive{color:#414141;}.footer-feedback__like-wrapper.is-inactive svg,.footer-feedback__dislike-wrapper.is-inactive svg{fill:#414141;}.footer-feedback__like-wrapper.is-disabled,.footer-feedback__dislike-wrapper.is-disabled{color:#A0A0A0;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.footer-feedback__like-wrapper.is-disabled svg,.footer-feedback__dislike-wrapper.is-disabled svg{fill:#A0A0A0;}.footer-feedback__dislike-wrapper svg{transform:translate(-50%,-50%) rotate(180deg);}.footer-feedback__text{margin-top:10px;}.membership-ribbon{display:flex;justify-content:space-between;align-items:center;height:144px;}.membership-ribbon-mobile{display:none;width:100%;}.membership-ribbon-desktop{width:100%;}.membership-ribbon__icon{width:54px;height:54px;margin-right:16px;}.membership-ribbon__icon span{width:54px;height:54px;}.membership-ribbon__link{vertical-align:middle;}.membership-ribbon__user-profile{display:flex;justify-content:flex-start;align-items:center;}.membership-ribbon__user-profile__icon{margin-right:16px;}.membership-ribbon__user-profile .membership-ribbon__link > *{vertical-align:middle;}.membership-ribbon__user-profile .membership-ribbon__login-wrapper{flex-grow:4;}.membership-ribbon__user-profile .membership-ribbon__login-link{font-weight:600;}.membership-ribbon__user-profile .membership-ribbon-links{display:flex;list-style-type:none;}.membership-ribbon svg{top:50%;}.footer__contact{display:flex;justify-content:space-between;align-items:center;flex-flow:wrap;width:100%;height:246px;margin-left:5px;}@media (max-width:1024px){.footer__contact{height:unset;flex-wrap:nowrap;flex-direction:column;margin:0;padding:22px 0 27px;}}.footer__meta-nav{background-color:#296c88;display:flex;height:71px;}@media (max-width:1024px){.footer__meta-nav{height:unset;}}.footer__meta-nav .footer__meta-container{display:flex;justify-content:flex-start;align-items:center;width:1109px;}@media (max-width:1024px){.footer__meta-nav .footer__meta-container{max-width:none;flex-direction:column;padding:20px;}}@media (max-width:767px){.footer__meta-nav .footer__meta-container{align-items:flex-end;}}.footer__meta-nav .footer__navigation{width:70%;line-height:16px;font-size:12px;text-transform:uppercase;color:#FFF;}@media (max-width:1024px){.footer__meta-nav .footer__navigation{width:100%;}}.footer__meta-nav .footer__navigation-list{display:flex;justify-content:space-between;align-items:center;width:100%;}.footer__meta-nav .footer__navigation-list div{width:100%;}.footer__meta-nav .footer__navigation-list .block{display:flex;justify-content:space-between;align-items:center;}@media (max-width:1024px){.footer__meta-nav .footer__navigation-list .block{flex-direction:column;align-items:flex-start;}.footer__meta-nav .footer__navigation-list .block li{margin-bottom:8px;}.footer__meta-nav .footer__navigation-list .block li:first-child{margin-bottom:13px;}}.footer__meta-nav .footer__navigation-list .optanon-toggle-display{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:clip;margin-left:30px;}.footer__meta-nav .footer__navigation-list #optanon-toggle-display{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:clip;margin-left:30px;}.footer__meta-nav .social-buttons{display:flex;color:white;margin-left:13%;}@media (max-width:1024px){.footer__meta-nav .social-buttons{align-self:flex-start;margin:20px 0 0 -7px;}}.footer__meta-nav .social-buttons .fa{width:24px;height:24px;font-size:24px;line-height:24px;}.footer__meta-nav img{position:absolute;bottom:0;right:-3px;}@media (max-width:1024px){.footer__meta-nav img{max-width:83px;}}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}@keyframes zoomIn{from{transform:scale(0);}75%{transform:scale(1.1);}to{transform:scale(1);}}.no-transform .main-nav{transform:translate3d(0px,100%,0px) !important;}.header{max-width:1920px;z-index:100;padding:0;width:100%;color:#FFF;margin:0px auto;top:-100%;transition:top .4s ease-in;}@media (max-width:1024px){.header{transform:none !important;}}.header.is-sticky{position:fixed;top:0%;}.header.fixed{position:fixed;}@media only screen and (min-width:1025px){.header.absolute{position:absolute;}}.header.hover-enabled .main-nav{transition:all 300ms ease;}.header__logo{width:100%;height:auto;}@media (max-width:1024px){.header__logo img{width:114px;}}.header .mobile-menu-wrapper{position:relative;width:100%;height:100%;}.header .mobile-menu{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;height:66px;padding:11px 20px;position:fixed;top:0;left:0;background-color:#FFF;width:100%;box-shadow:0 20px 40px 0 rgba(0,0,0,0.07);z-index:52;}.header .mobile-menu.is-wholesaler{top:44px;}.header .mobile-menu.is-wholesaler .mobile-menu__navigation-wrapper{margin-top:44px;}.header .mobile-menu__open-button{border:none;background:none;color:#269E75;cursor:pointer;padding:0;outline:none;}.header .mobile-menu__open-button .icon-wrapper svg{height:initial;width:32px;fill:#269E75;}.header .mobile-menu__search-button{border:none;background:none;cursor:pointer;padding:0;outline:none;margin-right:30px;}.header .mobile-menu__search-button .icon-wrapper svg{height:initial;width:37px;fill:#204E77;}.header .mobile-menu__main-close-icon{display:none;}.header .mobile-menu__main-close-icon.is-visible{display:block;}.header .mobile-menu__search-container{display:none;position:absolute;bottom:6px;width:244px;background-color:#204E77;padding:2px 0px 12px 0px;transition:500ms all linear;}.header .mobile-menu__search-container.is-open{display:flex;justify-content:space-around;align-items:center;}@media only screen and (min-width:768px) and (max-width:1024px){.header .mobile-menu__search-container{right:110px;}}@media (max-width:767px) and (orientation:landscape){.header .mobile-menu__search-container{right:110px;}}@media (max-width:767px) and (orientation:portrait){.header .mobile-menu__search-container{left:15px;}}.header .mobile-menu__search-input{width:160px;height:29px;background-color:transparent;font-size:14px;color:#FFF;border:none;outline:none;}.header .mobile-menu__search-input::-webkit-input-placeholder{color:#FFF;opacity:0.5;text-transform:uppercase;}.header .mobile-menu__search-icon{width:30px;height:30px;top:7px;}.header .mobile-menu__search-icon > svg{fill:#FFF;}.header .mobile-menu__search{position:relative;}.header .mobile-menu__search-results{display:none;position:absolute;top:53px;left:-25px;width:244px;max-height:350px;overflow-y:scroll;background-color:#FFF;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;}.header .mobile-menu__search-results.is-visible{display:flex;flex-direction:column;}.header .mobile-menu__search-results.is-loader{min-height:150px;}.header .mobile-menu__search-result{padding:10px 17px;color:#414141;}.header .mobile-menu__search-result.no-results{pointer-events:none;}.header .mobile-menu__close-button{display:flex;justify-content:flex-end;cursor:pointer;}.header .mobile-menu__close-button .icon-wrapper svg{height:initial;width:32px;fill:#FFF;}.header .mobile-menu__close-button:hover{opacity:0.75;}.header .mobile-menu__inner{display:none;position:fixed;width:100%;height:100%;top:0;left:0;padding:25px 25px 20px 20px;flex-direction:column;justify-content:space-between;background-color:rgba(255,255,255,0.5);}.header .mobile-menu__inner-wrapper{display:flex;position:fixed;width:50%;min-height:100%;height:auto;top:0;right:0;padding:25px 25px 20px 20px;flex-direction:column;justify-content:space-between;}.header .mobile-menu__inner-wrapper .navigation-menu{display:flex;flex-direction:column;height:32px;width:100%;position:relative;gap:1px 30px;margin-right:25px;margin-top:50px;}.header .mobile-menu__inner-wrapper .primary-navigation{position:relative;display:contents;}.header .mobile-menu__inner-wrapper .primary-navigation__item{margin-bottom:18px;position:relative;}.header .mobile-menu__inner-wrapper .primary-navigation__item::after{content:'\25ba';padding-left:0.5em;position:absolute;right:0px;font-size:22px;top:7px;}.header .mobile-menu__inner-wrapper .primary-navigation__link.is-active{font-weight:bold;padding-bottom:11px;}.header .mobile-menu__inner-wrapper .primary-navigation__sub{display:none;position:absolute;left:0px;top:57px;width:100%;gap:10px 30px;flex-direction:column;}.header .mobile-menu__inner-wrapper .primary-navigation__sub.default-nav{display:none;}.header .mobile-menu__inner-wrapper .primary-navigation__sub.is-active{display:flex;}.header .mobile-menu__inner-wrapper .primary-navigation__sub-item{margin:20px 0px;}.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active::after{left:-5px;right:auto;top:1px;font-size:18px;transform:rotate(180deg);}.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link{font-weight:bold;padding-bottom:11px;padding-left:20px;margin-left:10px;}.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .basket-items{display:inline-block;}.header .mobile-menu__inner-wrapper .general-actions{display:flex;align-items:center;justify-content:space-between;}.header .mobile-menu__inner-wrapper .general-actions__buttons{display:flex;}.header .mobile-menu__inner-wrapper .general-actions__label{color:inherit;font-weight:bold;font-size:17px;letter-spacing:0.3px;line-height:16px;margin:0px 5px;}.header .mobile-menu__inner-wrapper .general-actions .cart-button{margin:0;}.header .mobile-menu__inner-wrapper .general-actions .cart-button .icon-wrapper{width:26px;height:26px;}.header .mobile-menu .cart-button{margin-right:24px;margin-bottom:13px;}.header .mobile-menu .cart-button .icon-wrapper{width:36px;height:36px;}@media only screen and (min-width:1025px){.header .mobile-menu{display:none;}}@media (max-width:767px){.header .mobile-menu.is-wholesaler{top:73px;}.header .mobile-menu.is-wholesaler .mobile-menu__navigation-wrapper{margin-top:68px;}.header .mobile-menu__inner-wrapper{width:70%;}.header .mobile-menu .primary-navigation__link,.header .mobile-menu .primary-navigation__sub-link{font-size:22px;}}.header .main-nav{display:flex;position:fixed;width:100%;max-width:1920px;min-height:135px;top:0px;align-items:stretch;background-color:#FFF;box-shadow:0 20px 40px 0 rgba(0,0,0,0.07);z-index:100;}.header .main-nav .top-padding-for-shop-panel{padding-top:20px;}@media (max-width:1024px){.header .main-nav.closed{display:none;}}.header .main-nav__left-part{background-color:#FFF;width:28.50%;display:flex;padding:38px 20px 38px 45px;align-items:center;transition:all 125ms linear;}.header .main-nav__left-part .logo-block{width:100%;height:auto;text-align:center;}.header .main-nav__left-part .logo-block__link{display:flex;justify-content:center;}.header .main-nav__left-part .logo-block img{display:block;width:100%;height:auto;max-width:211px;}.header .main-nav__right-part{width:71.50%;background-color:#00A03B;padding:17px 40px 30px 44px;display:flex;justify-content:space-between;}.header .main-nav__right-part .navigation-menu{height:32px;width:100%;max-width:736px;position:relative;display:flex;gap:1px 30px;margin-right:25px;}.header .main-nav__right-part .navigation-menu .primary-navigation{position:relative;display:contents;}.header .main-nav__right-part .navigation-menu .primary-navigation__link{font-size:12px;letter-spacing:0.3px;line-height:16px;}.header .main-nav__right-part .navigation-menu .primary-navigation__link.is-active{font-weight:bold;padding-bottom:11px;border-bottom:white 2px solid;}.header .main-nav__right-part .navigation-menu .primary-navigation__sub{display:none;position:absolute;left:0;top:57px;width:100%;gap:10px 30px;}.header .main-nav__right-part .navigation-menu .primary-navigation__sub.is-active{display:flex;}.header .main-nav__right-part .navigation-menu .primary-navigation__sub.default-nav{display:flex;}.header .main-nav__right-part .navigation-menu .primary-navigation__sub.not-active{display:none;}.header .main-nav__right-part .navigation-menu .primary-navigation__sub-link{font-size:16px;font-weight:300;letter-spacing:0.5px;line-height:24px;}.header .main-nav__right-part .navigation-menu::after{position:absolute;height:1px;bottom:1px;left:0;width:100%;content:"";background:rgba(255,255,255,0.2);z-index:0;}.header .main-nav__right-part .general-actions__user{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;}.header .main-nav__right-part .general-actions__buttons{display:flex;justify-content:flex-end;margin-top:30px;}.header .main-nav__right-part .general-actions__login{color:inherit;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;}.header .main-nav__right-part .general-actions__login .icon-wrapper{width:1.6em;height:0.3em;}.header .main-nav__right-part .general-actions__login .icon-wrapper svg{height:1.4em;width:1.4em;fill:#FFF;}.header .main-nav__right-part .general-actions__label{color:inherit;font-weight:bold;font-size:12px;letter-spacing:0.3px;line-height:16px;padding:1px 5px 0px 0px;}@media (max-width:1024px){.header .main-nav{display:none;background-color:#269E75;z-index:501;width:100%;position:fixed;}}.basket-items{border-radius:100%;background-color:#204E77;color:#FFF;font-size:10px;font-weight:600;line-height:normal;width:20px;height:20px;padding-top:4px;position:absolute;top:-5px;right:-7px;}.basket-items.zoom-in{animation-name:zoomIn;animation-duration:0.3s;}.header-DE{max-width:1920px;padding:0px;width:100%;position:absolute;top:0px;color:inherit;}.header-DE.with-headerline{top:50px;}.header-DE .mobile-menu{color:#FFF;}.header-DE .mobile-menu__inner-wrapper{width:100%;}.header-DE .mobile-menu__close-button{justify-content:flex-start;}.header-DE .mobile-menu .header__logo{width:auto;}.header-DE .mobile-menu .navigation-menu{height:auto;}.header-DE .mobile-menu .search-txt{display:none;}.header-DE .mobile-menu .primary-navigation__image-wrapper{display:none;}.header-DE .mobile-menu .primary-navigation__sub-link{position:static;}.header-DE .mobile-menu .primary-navigation__sub-link::after{content:'\25ba';padding-left:0.5em;position:absolute;right:0px;font-size:22px;}.header-DE .mobile-menu .primary-navigation__sub-link.last::after{content:none;}.header-DE .mobile-menu .primary-navigation__sub{position:static;}.header-DE .mobile-menu .js-nav-item.is-active .primary-navigation__link::after{top:-1%;font-size:18px;}.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{padding-left:20px;}.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link::after{left:-5px;right:auto;transform:rotate(180deg);font-size:18px;}.header-DE .main-navigation .primary-navigation__first-row{display:flex;width:100%;height:50px;}.header-DE .main-navigation .primary-navigation__membership-wrapper{width:88%;display:flex;justify-content:flex-end;align-items:center;padding-right:15px;color:#FFF;}.header-DE .main-navigation .primary-navigation__membership-wrapper .general-actions__login{display:flex;align-items:center;}.header-DE .main-navigation .primary-navigation__membership-wrapper .general-actions__label{padding-right:10px;}.header-DE .main-navigation .primary-navigation__membership-wrapper .icon-wrapper{width:2em;height:2em;}.header-DE .main-navigation .primary-navigation__membership-wrapper .icon-wrapper svg{fill:#FFF;top:50%;}.header-DE .main-navigation .primary-navigation__search-wrapper{display:flex;justify-content:center;}.header-DE .main-navigation .primary-navigation__search-wrapper .hide-button{display:none;width:40px;height:40px;margin:0px 50px;cursor:pointer;}.header-DE .main-navigation .primary-navigation__search{width:190px;height:100%;display:flex;align-items:center;justify-content:center;}.header-DE .main-navigation .primary-navigation__search .search-button{display:flex;justify-content:center;align-items:center;margin:0px;padding:5px;color:#FFF;cursor:pointer;}.header-DE .main-navigation .primary-navigation__search .search-button .icon-wrapper{height:2em;width:3em;order:2;}.header-DE .main-navigation .primary-navigation__search .search-button:hover{opacity:0.8;}.header-DE .main-navigation .primary-navigation__search .search-txt{order:1;}.header-DE .main-navigation .primary-navigation__second-row{display:flex;align-items:center;justify-content:flex-end;height:80px;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);background-color:#FFF;}.header-DE .main-navigation .primary-navigation__second-row.is-sticky{position:fixed;top:0%;width:100%;}.header-DE .main-navigation .primary-navigation .header__logo{width:50%;flex-grow:2;}.header-DE .main-navigation .primary-navigation .logo-block__image{display:block;width:130px;margin:25px;}.header-DE .main-navigation .primary-navigation .navigation-menu{width:50%;height:100%;display:flex;justify-content:space-around;align-items:flex-end;}.header-DE .main-navigation .primary-navigation .navigation-menu *:hover > .primary-navigation__sub{display:flex;}.header-DE .main-navigation .primary-navigation .container-block{display:flex;width:100%;height:63%;justify-content:space-around;}.header-DE .main-navigation .primary-navigation__item{padding:0% 6% 5%;white-space:nowrap;}.header-DE .main-navigation .primary-navigation__item.is-hovering:hover::after{content:"";width:0px;height:0px;border-style:solid;border-width:5px 4px 0px 4px;border-color:black transparent transparent transparent;position:absolute;margin-top:9px;margin-left:6px;}.header-DE .main-navigation .primary-navigation__item.is-hovering:hover .primary-navigation__link{border-bottom-style:solid;border-bottom-width:2px;}.header-DE .main-navigation .primary-navigation__item.is-hovering:hover .primary-navigation__sub-wrapper{visibility:visible;opacity:1;height:500px;}.header-DE .main-navigation .primary-navigation__item.is-hovering:hover .primary-navigation__sub-wrapper > .primary-navigation__sub-first-level > .primary-navigation__sub{display:flex;}.header-DE .main-navigation .primary-navigation__sub-wrapper{visibility:hidden;opacity:0;transition:visibility 0s,opacity 0.5s linear;display:flex;position:absolute;left:0px;height:0;width:100%;padding-left:10%;margin-top:31px;background-color:#FFF;box-shadow:inset 0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.header-DE .main-navigation .primary-navigation__image-wrapper{display:flex;align-items:center;flex-direction:column;width:250px;position:relative;margin-right:6%;padding-top:40px;}.header-DE .main-navigation .primary-navigation__image{width:286px;height:267px;}.header-DE .main-navigation .primary-navigation__image-txt{padding-top:8%;white-space:normal;}.header-DE .main-navigation .primary-navigation__sub{display:none;align-items:center;border-bottom-style:solid;border-bottom-width:1px;width:32%;height:60px;cursor:pointer;}.header-DE .main-navigation .primary-navigation__sub::after{content:'\25ba';padding-left:0.5em;position:absolute;left:29%;font-size:10px;}.header-DE .main-navigation .primary-navigation__sub:first-child{border-top-style:solid;border-top-width:1px;}.header-DE .main-navigation .primary-navigation__sub.last::after{content:none;}.header-DE .main-navigation .primary-navigation__sub:hover{background-color:#F1F1F4;}.header-DE .main-navigation .primary-navigation__sub:hover:not(.last) > .primary-navigation__sub-item > .primary-navigation__sub-level{display:block;background-color:rgba(0,0,0,0.01);height:100%;}.header-DE .main-navigation .primary-navigation__sub:hover:not(.last) > .primary-navigation__sub-item > .primary-navigation__sub-level > .primary-navigation__sub{display:flex;}.header-DE .main-navigation .primary-navigation__sub-item{padding-left:15px;}.header-DE .main-navigation .primary-navigation__sub-first-level{position:relative;width:100%;padding-top:40px;}.header-DE .main-navigation .primary-navigation__sub-level{display:none;position:absolute;left:32%;top:0px;width:100%;padding-top:40px;padding-left:1%;}.header-DE .main-navigation .primary-navigation__sub-level .primary-navigation__sub{width:31.5%;}.header-DE .main-navigation .primary-navigation__shop-wrapper{width:10%;}.header-DE .main-navigation .primary-navigation__shop-wrapper .cart-button{border:none;}.header-DE .main-navigation .primary-navigation__shop-wrapper .cart-button .icon-wrapper{height:45px;width:45px;background-color:#AA198D;border-radius:50%;}.header-DE .main-navigation .primary-navigation__shop-wrapper .cart-button .icon-wrapper svg{height:65%;width:65%;top:50%;fill:white;}.header-DE .main-navigation .primary-navigation__shop-wrapper .cart-button .basket-items{background-color:orange;}@media (max-width:1024px){.header-DE .main-navigation .primary-navigation{display:none;}}.headerline{position:absolute;top:0px;height:50px;width:100%;display:flex;justify-content:flex-end;align-items:center;padding:0px 60px;}.headerline .primary-navigation{margin-left:30px;}body.mobile-nav-opened{position:fixed;}.navigation-container.handle .secondary-navigation.fonts-bold{font-family:inherit;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}@media (max-width:540px){.select2-container{width:350px;}}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-ms-user-select:none;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:inline-block;max-width:100%;align-self:center;padding-right:20px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}@media (max-width:1024px){.select2-container .select2-selection--single .select2-selection__rendered{width:100%;}}.select2-container .select2-selection--single .select2-selection__clear{position:relative;}@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi){.select2-container .select2-selection__rendered{margin-top:5px;}}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-ms-user-select:none;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;max-height:300px;overflow:overlay;}.select2-results__option{padding:6px;-ms-user-select:none;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;height:40px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:27px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:8px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container--default .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,white 50%,#eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;font-size:14px;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eeeeee 50%,#cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,white 0%,#eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eeeeee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}.select2-container--actavis-base-theme ::-webkit-scrollbar,.select2-container--actavis-dark ::-webkit-scrollbar,.select2-container--actavis-green ::-webkit-scrollbar{display:none;}.select2-container--open.select2-container--actavis-base-theme .select2-dropdown--below,.select2-container--open.select2-container--actavis-dark .select2-dropdown--below,.select2-container--open.select2-container--actavis-green .select2-dropdown--below{z-index:101;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.select2-container--open.select2-container--actavis-base-theme .select2-dropdown--below::before,.select2-container--open.select2-container--actavis-dark .select2-dropdown--below::before,.select2-container--open.select2-container--actavis-green .select2-dropdown--below::before{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;}.select2-container--open.select2-container--actavis-base-theme .select2-selection--single .select2-selection__rendered::after,.select2-container--open.select2-container--actavis-dark .select2-selection--single .select2-selection__rendered::after,.select2-container--open.select2-container--actavis-green .select2-selection--single .select2-selection__rendered::after{transform:rotate(180deg);}.select2-container--actavis-base-theme .select2-dropdown,.select2-container--actavis-dark .select2-dropdown,.select2-container--actavis-green .select2-dropdown{border:none;overflow:visible;}.select2-container--actavis-base-theme .select2-results__options,.select2-container--actavis-dark .select2-results__options,.select2-container--actavis-green .select2-results__options{padding-bottom:10px;}.select2-container--actavis-base-theme .select2-results__option,.select2-container--actavis-dark .select2-results__option,.select2-container--actavis-green .select2-results__option{color:rgba(255,255,255,0.6);height:38px;padding:10px 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px !important;}.select2-container--actavis-base-theme .select2-results__option[aria-selected='true'],.select2-container--actavis-dark .select2-results__option[aria-selected='true'],.select2-container--actavis-green .select2-results__option[aria-selected='true']{font-weight:600;}.select2-container--actavis-base-theme .select2-results__option--highlighted[aria-selected],.select2-container--actavis-dark .select2-results__option--highlighted[aria-selected],.select2-container--actavis-green .select2-results__option--highlighted[aria-selected]{background:rgba(0,0,0,0.1);}.select2-container--actavis-base-theme .select2-search--dropdown .select2-search__field,.select2-container--actavis-dark .select2-search--dropdown .select2-search__field,.select2-container--actavis-green .select2-search--dropdown .select2-search__field{border-style:solid;border-width:1px;}.select2-container--actavis-base-theme .select2-results > .select2-results__options,.select2-container--actavis-dark .select2-results > .select2-results__options,.select2-container--actavis-green .select2-results > .select2-results__options{max-height:40em;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;}.select2-container--actavis-base-theme .select2-selection--single,.select2-container--actavis-dark .select2-selection--single,.select2-container--actavis-green .select2-selection--single{height:50px;display:flex;align-items:center;outline:none;}.select2-container--actavis-base-theme .select2-selection--single .select2-selection__rendered,.select2-container--actavis-dark .select2-selection--single .select2-selection__rendered,.select2-container--actavis-green .select2-selection--single .select2-selection__rendered{display:inline-block;min-width:450px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:normal;position:relative;padding:16px 26px 16px 16px;border-bottom:none;line-height:26px;font-size:19px;}.select2-container--actavis-base-theme .select2-selection--single .select2-selection__rendered::after,.select2-container--actavis-dark .select2-selection--single .select2-selection__rendered::after,.select2-container--actavis-green .select2-selection--single .select2-selection__rendered::after{content:'';margin-left:5px;position:absolute;top:28px;right:16px;border-color:rgba(255,255,255,0.6) transparent transparent transparent;border-style:solid;border-width:6px 6px 0 6px;transition:all .4s;}.select2-container--actavis-base-theme .select2-selection--single .select2-selection__arrow,.select2-container--actavis-dark .select2-selection--single .select2-selection__arrow,.select2-container--actavis-green .select2-selection--single .select2-selection__arrow{height:24px;position:absolute;top:50%;right:16px;width:24px;margin-top:-12px;display:none;}.select2-container--actavis-base-theme .select2-selection--single .select2-selection__arrow b,.select2-container--actavis-dark .select2-selection--single .select2-selection__arrow b,.select2-container--actavis-green .select2-selection--single .select2-selection__arrow b{border-color:#D0D0D0 #D0D0D0 transparent transparent;border-style:solid;border-width:1px 1px 0 0;height:12px;left:50%;margin-left:-6px;margin-top:-9px;position:absolute;top:50%;width:12px;transform:rotate(135deg);}.select2-container--actavis-dark .select2-results__option{color:#414141;}.select2-container--actavis-dark .select2-selection--single .select2-selection__rendered::after{border-color:#000000 transparent transparent transparent;}.select2-container--actavis-green{border-bottom:1px solid #43B02A;transition:border-bottom 0.4s;}.select2-container--actavis-green .select2-selection--single .select2-selection__rendered{min-width:235px;font-size:38px;letter-spacing:0.5px;color:#43B02A;padding:16px 26px 10px 10px;}.select2-container--actavis-green.select2-container--open{border-bottom:1px solid rgba(255,255,255,0);}.select2-container--actavis-green.select2-container--open .select2-selection--single .select2-selection__rendered{color:#FFFFFF;background-color:#43B02A;}.select2-container--actavis-green.select2-container--open .select2-selection--single .select2-selection__rendered::after{border-color:rgba(255,255,255,0.6) transparent transparent transparent;}.select2-container--actavis-green.select2-container--open .select2-results__option--highlighted[aria-selected]{background:#2b721b;}.select2-container--actavis-green .select2-results__options{padding-bottom:0px;}.select2-container--actavis-green .select2-results__option{background-color:#43B02A;}.select2-container--actavis-green .select2-search--dropdown{background-color:#43B02A;}.select2-container--actavis-green .select2-search--dropdown .select2-search__field{display:none;}.select2-container--actavis-green .select2-selection--single .select2-selection__rendered{width:100%;}.select2-container--actavis-green .select2-selection--single .select2-selection__rendered::after{border-color:#43B02A transparent transparent transparent;}.select2-container--sort_box .select2-selection{display:flex;outline:none;}.select2-container--sort_box .select2-selection--single .select2-selection__rendered{margin-top:0;padding:0;}.select2-container--sort_box .select2-selection--single .select2-selection__rendered::after{content:"";position:absolute;top:46%;right:12px;border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent;}.select2-container--sort_box .select2-dropdown{border:none;outline:none;box-shadow:0 1px 3px rgba(0,0,0,0.07),0 10px 20px rgba(0,0,0,0.07);background:#FFFFFF;}.select2-container--sort_box .select2-dropdown .select2-search--dropdown,.select2-container--sort_box .select2-dropdown input{display:none;padding:0;}.select2-container--sort_box .select2-dropdown .select2-results{margin-top:0;}.select2-container--sort_box .select2-results__options{padding:0 12px;font-size:12px;}.select2-container--sort_box .select2-results__option{padding:10px 8px;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container--teva-hcp-dropdown h1,.select2-container--teva-hcp-dropdown .text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}.select2-container--teva-hcp-dropdown h2,.select2-container--teva-hcp-dropdown .text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}.select2-container--teva-hcp-dropdown h3,.select2-container--teva-hcp-dropdown .text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}.select2-container--teva-hcp-dropdown h4,.select2-container--teva-hcp-dropdown .text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}.select2-container--teva-hcp-dropdown h5,.select2-container--teva-hcp-dropdown .text-h5,.select2-container--teva-hcp-dropdown .header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .select2-container--teva-hcp-dropdown .primary-navigation__link,.select2-container--teva-hcp-dropdown .header-DE .mobile-menu .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container--teva-hcp-dropdown .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}.select2-container--teva-hcp-dropdown h6,.select2-container--teva-hcp-dropdown .text-h6,.select2-container--teva-hcp-dropdown .header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .select2-container--teva-hcp-dropdown .primary-navigation__link,.select2-container--teva-hcp-dropdown .header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container--teva-hcp-dropdown .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container--teva-hcp-dropdown p--big,.select2-container--teva-hcp-dropdown .copytext--big,.select2-container--teva-hcp-dropdown .header-DE .main-navigation .primary-navigation__search .search-txt,.header-DE .main-navigation .primary-navigation__search .select2-container--teva-hcp-dropdown .search-txt,.select2-container--teva-hcp-dropdown .headerline,.select2-container--teva-hcp-dropdown .membership-navigation-menu .profile-page-link,.membership-navigation-menu .select2-container--teva-hcp-dropdown .profile-page-link,.select2-container--teva-hcp-dropdown .membership-navigation-menu .primary-navigation__link,.membership-navigation-menu .select2-container--teva-hcp-dropdown .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container--teva-hcp-dropdown p,.select2-container--teva-hcp-dropdown .copytext,.select2-container--teva-hcp-dropdown .search-nav-teva-de__form,.select2-container--teva-hcp-dropdown .membership-navigation-menu .logout-btn i.fa,.membership-navigation-menu .logout-btn .select2-container--teva-hcp-dropdown i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}.select2-container--teva-hcp-dropdown p--tiny,.select2-container--teva-hcp-dropdown .copytext--tiny,.select2-container--teva-hcp-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-container--teva-hcp-dropdown .select2-selection__rendered,.select2-container--teva-hcp-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-container--teva-hcp-dropdown .select2-selection__rendered,.select2-container--teva-hcp-dropdown .select2-container.select2-container--teva-hcp-product-filter,.select2-container--teva-hcp-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .select2-container--teva-hcp-dropdown .select2-results__option,.select2-container--teva-hcp-dropdown .filters-column > .indications-dropdown .selectButtons .selectButton,.filters-column > .indications-dropdown .selectButtons .select2-container--teva-hcp-dropdown .selectButton,.select2-container--teva-hcp-dropdown .select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme .select2-container--teva-hcp-dropdown .select2-results__option,.select2-container--teva-hcp-dropdown .select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-container--teva-hcp-dropdown .select2-results__option,.select2-container--teva-hcp-dropdown .membership-navigation-menu .user-profile,.membership-navigation-menu .select2-container--teva-hcp-dropdown .user-profile,.select2-container--teva-hcp-dropdown .membership-navigation-menu .logout-btn,.membership-navigation-menu .select2-container--teva-hcp-dropdown .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}.select2-container--teva-hcp-dropdown p--micro,.select2-container--teva-hcp-dropdown .copytext--micro,.select2-container--teva-hcp-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-container--teva-hcp-dropdown .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container--teva-hcp-dropdown .select2-selection--single{height:45px;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);display:flex;align-items:center;outline:none;}.select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__rendered{color:#414141;padding-left:16px;padding-right:34px;font-size:13px;}.select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:600;}.select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__placeholder{color:#414141;}.select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__arrow{height:24px;position:absolute;top:50%;right:16px;width:24px;margin-top:-12px;}.select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__arrow b{border-color:#D0D0D0 #D0D0D0 transparent transparent;border-style:solid;border-width:1px 1px 0 0;height:12px;left:50%;margin-left:-6px;margin-top:-9px;position:absolute;top:50%;width:12px;transform:rotate(135deg);}.select2-container--teva-hcp-dropdown[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--teva-hcp-dropdown[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--teva-hcp-dropdown.select2-container--disabled .select2-selection--single{background-color:#F1F1F4;cursor:default;}.select2-container--teva-hcp-dropdown.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--teva-hcp-dropdown.select2-container--open.select2-container--above .select2-selection--single,.select2-container--teva-hcp-dropdown.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--teva-hcp-dropdown.select2-container--open.select2-container--below .select2-selection--single,.select2-container--teva-hcp-dropdown.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}@media (max-width:1024px){.select2-container--teva-hcp-dropdown.select2-container--open .select2-dropdown{background-color:#FFF;}}.select2-container--teva-hcp-dropdown .select2-dropdown{border:none;overflow:visible;}.select2-container--teva-hcp-dropdown .select2-dropdown.select2-dropdown--below{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp-dropdown .select2-dropdown.select2-dropdown--below:before{content:"";position:absolute;z-index:-1;top:-10px;left:0;right:0;bottom:0;height:10px;background-color:#FFF;}.select2-container--teva-hcp-dropdown .select2-dropdown.select2-dropdown--above{box-shadow:0 -10px 20px 0 rgba(0,0,0,0.07),0 -1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp-dropdown .select2-dropdown.select2-dropdown--above:after{content:"";position:absolute;z-index:-1;top:100%;left:0;right:0;bottom:0;height:10px;background-color:#FFF;}.select2-container--teva-hcp-dropdown .select2-dropdown .select2-results{margin-top:0 !important;}.select2-container--teva-hcp-dropdown .select2-search--dropdown .select2-search__field{border:1px solid #A0A0A0;}.select2-container--teva-hcp-dropdown .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container--teva-hcp-dropdown .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--teva-hcp-dropdown .select2-results__option{padding-left:16px;color:#414141;font-size:13px;}.select2-container--teva-hcp-dropdown .select2-results__option[role=group]{padding:0;}.select2-container--teva-hcp-dropdown .select2-results__option[aria-disabled=true]{color:#8C8C8C;}.select2-container--teva-hcp-dropdown .select2-results__option[aria-selected=true]{font-weight:400;}.select2-container--teva-hcp-dropdown .select2-results__option .select2-results__option{padding-left:1.5em;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp-dropdown .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--teva-hcp-dropdown .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--teva-hcp-dropdown .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--teva-hcp-dropdown .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--teva-hcp-dropdown .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--teva-hcp-dropdown .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--teva-hcp-dropdown .select2-results__option--highlighted[aria-selected]{background-color:#F1F1F4;font-size:14px;}.select2-container--teva-hcp-dropdown .select2-results__group{cursor:default;display:block;padding:6px;}.teva-uk-redesign .select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__rendered{font-size:12px;line-height:16px;font-weight:500;color:#424242;}.teva-uk-redesign .select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__arrow{width:12px;height:12px;margin:0;top:calc(50% - 6px);right:16px;}.teva-uk-redesign .select2-container--teva-hcp-dropdown .select2-selection--single .select2-selection__arrow b{width:8px;height:8px;margin:0;border-color:#424242 #424242 transparent transparent;border-width:4px;top:0px;left:2px;}.teva-uk-redesign .select2-container--teva-hcp-dropdown .select2-results__option{font-size:12px;line-height:16px;font-weight:500;color:#424242;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}@keyframes checkboxFade{0%{background-color:#F1F1F4;}100%{background-color:#269E75;}}@keyframes checkExpand{0%{left:0;}100%{left:22px;}}@keyframes checkCollapse{0%{left:22px;}100%{left:0;}}.select2-container.select2-container--teva-hcp-product-filter{height:44px;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);background-color:#FFF;color:#414141;}.select2-container.select2-container--teva-hcp-product-filter h1,.select2-container.select2-container--teva-hcp-product-filter .text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-product-filter h2,.select2-container.select2-container--teva-hcp-product-filter .text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h3,.select2-container.select2-container--teva-hcp-product-filter .text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h4,.select2-container.select2-container--teva-hcp-product-filter .text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h5,.select2-container.select2-container--teva-hcp-product-filter .text-h5,.select2-container.select2-container--teva-hcp-product-filter .header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__link,.select2-container.select2-container--teva-hcp-product-filter .header-DE .mobile-menu .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h6,.select2-container.select2-container--teva-hcp-product-filter .text-h6,.select2-container.select2-container--teva-hcp-product-filter .header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__link,.select2-container.select2-container--teva-hcp-product-filter .header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container.select2-container--teva-hcp-product-filter .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter p--big,.select2-container.select2-container--teva-hcp-product-filter .copytext--big,.select2-container.select2-container--teva-hcp-product-filter .header-DE .main-navigation .primary-navigation__search .search-txt,.header-DE .main-navigation .primary-navigation__search .select2-container.select2-container--teva-hcp-product-filter .search-txt,.select2-container.select2-container--teva-hcp-product-filter .headerline,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .profile-page-link,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .profile-page-link,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .primary-navigation__link,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter p,.select2-container.select2-container--teva-hcp-product-filter .copytext,.select2-container.select2-container--teva-hcp-product-filter .search-nav-teva-de__form,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .logout-btn i.fa,.membership-navigation-menu .logout-btn .select2-container.select2-container--teva-hcp-product-filter i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter p--tiny,.select2-container.select2-container--teva-hcp-product-filter .copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .filters-column > .indications-dropdown .selectButtons .selectButton,.filters-column > .indications-dropdown .selectButtons .select2-container.select2-container--teva-hcp-product-filter .selectButton,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .user-profile,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .user-profile,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .logout-btn,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-product-filter p--micro,.select2-container.select2-container--teva-hcp-product-filter .copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single{height:44px;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);display:flex;align-items:center;outline:none;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered{color:#414141;font-weight:600;padding-left:12px;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:600;width:100%;text-align:right;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__placeholder{color:#414141;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__arrow{position:absolute;right:23px;top:44%;display:flex;align-items:center;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__arrow b{border-color:#414141 transparent transparent transparent;border-style:solid;border-width:6px 5px 0 5px;}.select2-container.select2-container--teva-hcp-product-filter[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container.select2-container--teva-hcp-product-filter[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:23px;right:auto;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--disabled .select2-selection--single{background-color:#F1F1F4;cursor:default;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #414141 transparent;border-width:0 5px 6px 5px;}.select2-container.select2-container--teva-hcp-product-filter h1,.select2-container.select2-container--teva-hcp-product-filter .text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-product-filter h2,.select2-container.select2-container--teva-hcp-product-filter .text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h3,.select2-container.select2-container--teva-hcp-product-filter .text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h4,.select2-container.select2-container--teva-hcp-product-filter .text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h5,.select2-container.select2-container--teva-hcp-product-filter .text-h5,.select2-container.select2-container--teva-hcp-product-filter .header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__link,.select2-container.select2-container--teva-hcp-product-filter .header-DE .mobile-menu .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter h6,.select2-container.select2-container--teva-hcp-product-filter .text-h6,.select2-container.select2-container--teva-hcp-product-filter .header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__link,.select2-container.select2-container--teva-hcp-product-filter .header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container.select2-container--teva-hcp-product-filter .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter p--big,.select2-container.select2-container--teva-hcp-product-filter .copytext--big,.select2-container.select2-container--teva-hcp-product-filter .header-DE .main-navigation .primary-navigation__search .search-txt,.header-DE .main-navigation .primary-navigation__search .select2-container.select2-container--teva-hcp-product-filter .search-txt,.select2-container.select2-container--teva-hcp-product-filter .headerline,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .profile-page-link,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .profile-page-link,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .primary-navigation__link,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter p,.select2-container.select2-container--teva-hcp-product-filter .copytext,.select2-container.select2-container--teva-hcp-product-filter .search-nav-teva-de__form,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .logout-btn i.fa,.membership-navigation-menu .logout-btn .select2-container.select2-container--teva-hcp-product-filter i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}.select2-container.select2-container--teva-hcp-product-filter p--tiny,.select2-container.select2-container--teva-hcp-product-filter .copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .filters-column > .indications-dropdown .selectButtons .selectButton,.filters-column > .indications-dropdown .selectButtons .select2-container.select2-container--teva-hcp-product-filter .selectButton,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .user-profile,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .user-profile,.select2-container.select2-container--teva-hcp-product-filter .membership-navigation-menu .logout-btn,.membership-navigation-menu .select2-container.select2-container--teva-hcp-product-filter .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-product-filter p--micro,.select2-container.select2-container--teva-hcp-product-filter .copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options{max-height:2100px;margin:-17px 8px 0;display:flex;flex-direction:column;flex-wrap:wrap;min-height:250px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options{display:block;}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options{height:2100px !important;}}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__options--nested .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__options--nested .select2-results__option{overflow:hidden;overflow-wrap:break-word;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested.expand .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested.expand .select2-results__option{display:block;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested .select2-results__option{display:none;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested .select2-results__option:first-of-type,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested .select2-results__option:first-of-type{display:list-item;border-bottom:solid 1px rgba(0,0,0,0.1);padding:10px 0;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested .select2-results__option.show,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .select2-results__options--nested .select2-results__option.show{display:list-item;}}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .main-category,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .main-category{font-size:14px;font-weight:600;position:relative;margin-top:17px;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-minus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-minus{align-items:center;right:0;top:0;position:absolute;font-size:20px;width:22px;cursor:pointer;transform:rotate(90deg);}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-minus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .main-category .fa.fa-minus{display:flex;}}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option label.css-label,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option label.css-label{display:inline-flex;align-items:center;width:100%;height:22px;margin:0;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:12px;cursor:pointer;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option label.css-label .span-text,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option label.css-label .span-text{width:86%;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox{position:relative;background-color:#269E75;color:#FFF;width:22px;height:22px;display:inline-block;margin-right:6px;overflow:hidden;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox .checkbox-fader,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox .checkbox-fader{position:absolute;left:0px;z-index:1;width:22px;height:22px;background:#F1F1F4;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox .checkbox-fader.revealed,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox .checkbox-fader.revealed{left:22px;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox:after,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option label.css-label .span-checkbox:after{content:'';display:block;width:6px;height:10px;border:solid #FFF;border-width:0 2px 2px 0;transform:rotate(45deg);margin:5px auto;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option .fa.fa-minus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option .fa.fa-minus{display:none;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option:last-of-type .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-symptoms-sickness-dropdown-results.select2-results__options .select2-results__option:last-of-type .fa.fa-minus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option:last-of-type .fa.fa-plus,.select2-container.select2-container--teva-hcp-product-filter .select2-results #select2-category-dropdown-results.select2-results__options .select2-results__option:last-of-type .fa.fa-minus{display:none !important;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-indications-dropdown-results.select2-results__options .select2-results__option.select2-results__option{overflow:hidden;overflow-wrap:break-word;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-indications-dropdown-results.select2-results__options .select2-results__option.select2-results__option label.css-label{display:inline-flex;align-items:center;width:100%;height:22px;margin:0;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:12px;cursor:pointer;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-indications-dropdown-results.select2-results__options .select2-results__option.select2-results__option label.css-label .span-text{width:86%;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-indications-dropdown-results.select2-results__options .select2-results__option.select2-results__option label.css-label .span-checkbox{position:relative;background-color:#269E75;color:#FFF;width:22px;height:22px;display:inline-block;margin-right:6px;overflow:hidden;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-indications-dropdown-results.select2-results__options .select2-results__option.select2-results__option label.css-label .span-checkbox .checkbox-fader{position:absolute;left:0px;z-index:1;width:22px;height:22px;background:#F1F1F4;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-indications-dropdown-results.select2-results__options .select2-results__option.select2-results__option label.css-label .span-checkbox .checkbox-fader.revealed{left:22px;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > #select2-indications-dropdown-results.select2-results__options .select2-results__option.select2-results__option label.css-label .span-checkbox:after{content:'';display:block;width:6px;height:10px;border:solid #FFF;border-width:0 2px 2px 0;transform:rotate(45deg);margin:5px auto;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple{position:relative;box-sizing:border-box;cursor:pointer;display:block;padding:14px 16px;height:44px;font-weight:600;-ms-user-select:none;user-select:none;-webkit-user-select:none;display:flex;align-items:center;outline:none;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple:after{content:"";border-color:#414141 transparent transparent transparent;border-style:solid;border-width:6px 5px 0 5px;right:23px;top:44%;position:absolute;}.right-to-left .select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple:after{right:auto;left:23px;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{height:20px;width:20px;margin-left:25px;background-color:#D0D0D0;font-weight:600;color:#FFF;border-radius:100%;display:flex;align-items:center;justify-content:center;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;color:#414141;font-weight:600;padding-left:12px;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:600;}.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__placeholder{color:#414141;}.select2-container.select2-container--teva-hcp-product-filter[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;}.select2-container.select2-container--teva-hcp-product-filter[dir="rtl"] .select2-selection--multiple .select2-selection__arrow{left:1px;right:auto;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--disabled .select2-selection--multiple{background-color:#F1F1F4;cursor:default;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--disabled .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--open{width:100%;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--open + .select2-container--open{background:none;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--open .select2-selection--multiple:after{border-color:transparent transparent #414141 transparent;border-width:0 5px 6px 5px;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--open.select2-container--above .select2-selection--single,.select2-container.select2-container--teva-hcp-product-filter.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--open.select2-container--below .select2-selection--single,.select2-container.select2-container--teva-hcp-product-filter.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container.select2-container--teva-hcp-product-filter.select2-container--open .select2-selection--single[aria-expanded=true]:after{content:"";height:10px;width:100%;background:#FFF;position:absolute;left:0;bottom:-5px;z-index:9999;}.select2-container.select2-container--teva-hcp-product-filter.symptoms-sickness-dropdown,.select2-container.select2-container--teva-hcp-product-filter.category-dropdown{margin-top:10px;}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown{border:none;overflow:hidden;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown{background-color:#FFF;}}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown h3{display:inline-block;color:#414141;font-size:19px;line-height:26px;padding:16px 16px 3px;margin-bottom:0;font-weight:400;width:100%;}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown h3 i.fa{float:right;color:#FB3449;cursor:pointer;height:13px;width:13px;font-size:16px;display:flex;align-items:center;justify-content:center;transform:rotate(45deg);}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--below{width:100% !important;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--below.symptoms-sickness-dropdown,.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--below.category-dropdown{margin-top:10px;}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--below.symptoms-sickness-dropdown .select2-results,.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--below.category-dropdown .select2-results{margin-top:17px !important;margin-bottom:22px;max-height:650px;overflow:auto;}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--below:before{content:"";position:absolute;z-index:-1;top:-10px;left:0;right:0;bottom:0;height:10px;background-color:#FFF;}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--above{width:100% !important;box-shadow:0 -10px 20px 0 rgba(0,0,0,0.07),0 -1px 3px 0 rgba(0,0,0,0.07);}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--above.symptoms-sickness-dropdown .select2-results,.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--above.category-dropdown .select2-results{margin-top:17px !important;margin-bottom:22px;max-height:650px;overflow:auto;}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.select2-dropdown--above:after{content:"";position:absolute;z-index:-1;top:100%;left:0;right:0;bottom:0;height:10px;background-color:#FFF;}.select2-container.select2-container--teva-hcp-product-filter .select2-dropdown .select2-results{margin-top:0 !important;}.select2-container.select2-container--teva-hcp-product-filter .select2-search--dropdown .select2-search__field{border:1px solid #A0A0A0;}.select2-container.select2-container--teva-hcp-product-filter .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container.select2-container--teva-hcp-product-filter .select2-results > .select2-results__options{overflow-y:auto;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option{padding-left:12px;color:#414141;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option[role=group]{padding:0;width:25%;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-product-filter .select2-results__option[role=group]{width:100%;}}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option[aria-disabled=true]{color:#8C8C8C;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option[aria-selected=true]{font-weight:600;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .select2-results__option{padding:5px 0;margin:0 8px;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option[aria-selected=true] .span-checkbox .checkbox-fader,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .span-checkbox .checkbox-fader.revealed{background-color:#269E75 !important;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .span-checkbox .checkbox-fader.reveal{left:22px !important;animation:checkExpand 0.3s linear;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option .span-checkbox .checkbox-fader.revealed.conceal{left:0 !important;animation:checkCollapse 0.3s linear;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option[aria-selected]:not([id*='Available":false']):hover > div{background-color:#F1F1F4;cursor:pointer !important;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option[aria-selected][id*='Available":false']:hover{pointer-events:none;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__option--highlighted[aria-selected=false] .checkbox-fader{background-color:#269E75 !important;animation:checkboxFade 0.3s linear;}.select2-container.select2-container--teva-hcp-product-filter .select2-results__group{cursor:default;display:block;}.filters-column > .a-to-z-dropdown{position:relative;}.filters-column > .a-to-z-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.alphabet-dropdown .select2-results .select2-results__options{display:flex;flex-direction:row;flex-wrap:wrap;margin:5px 25px 19px 26px;}.filters-column > .a-to-z-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.alphabet-dropdown .select2-results .select2-results__options .select2-results__option{cursor:default;padding:0;height:16px;width:16px;margin:8px;display:flex;align-items:center;justify-content:center;font-weight:600;}.filters-column > .a-to-z-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.alphabet-dropdown .select2-results .select2-results__options .select2-results__option .disabled{opacity:0.25;}.filters-column > .a-to-z-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.alphabet-dropdown .select2-results .select2-results__options .select2-results__option .available label{cursor:pointer;}.filters-column > .a-to-z-dropdown .select2-container.select2-container--teva-hcp-product-filter .select2-dropdown.alphabet-dropdown .select2-results .select2-results__options .select2-results__option label{margin-bottom:0;}.filters-column > .indications-dropdown{position:relative;}.filters-column > .indications-dropdown .select2-search.select2-search--dropdown{position:relative;padding:8px 16px;}.filters-column > .indications-dropdown .select2-search.select2-search--dropdown .select2-search__field{padding:8px;background:#F1F1F4;border:#F1F1F4;}.filters-column > .indications-dropdown .select2-search.select2-search--dropdown .select2-search__field:focus{outline:none;}.filters-column > .indications-dropdown .select2-search.select2-search--dropdown .fa.fa-search{position:absolute;right:16px;top:16px;font-size:26px;color:darkgrey;}.filters-column > .indications-dropdown .selectButtons{margin:12px 10px 24px;}.filters-column > .indications-dropdown .selectButtons .selectButton{display:inline-block;margin:0 6px;font-weight:600;color:#269E75;border-bottom:solid 2px #269E75;cursor:pointer;}.filters-column > .indications-dropdown .select2-results .select2-results__options{padding:0 4px;max-height:400px;overflow:auto;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{background-color:#FFF;color:#269E75;border-radius:0px;border-bottom:3px solid;position:relative;font-size:42px;line-height:55px;min-height:55px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{font-size:26px !important;line-height:36px !important;min-height:35px;border-bottom:1px solid;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{font-size:19px !important;line-height:26px !important;min-height:20px;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:4px;right:0px;width:15px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow{top:-9px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow{top:-14px;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow b{border-color:#269E75 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-5px;margin-top:15px;position:absolute;top:50%;width:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#FFF transparent transparent transparent;z-index:1052;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple{border-radius:0px;cursor:text;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__rendered li{list-style:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border-radius:0px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--focus .select2-selection--multiple{outline:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll{margin:0;padding:0;position:absolute;height:420px;width:17px;background-color:#269E75;right:0;top:18px;display:flex;justify-content:center;flex-direction:column;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll p{font-size:10px;font-weight:600;line-height:14px;text-align:center;cursor:default;margin:0 0 0.5px 0;padding:0;color:white;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll p:hover{background-color:rgba(66,66,66,0.2);border-radius:7px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll p span.character__active{background-color:black;padding:2px;border-radius:50%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--top span{position:relative;z-index:1;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--top:after{content:"";width:17px;height:15px;position:absolute;background:#2f8366;opacity:0.6;right:1px;z-index:0;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--bottom span{position:relative;z-index:1;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--bottom:after{content:"";width:17px;height:15px;position:absolute;background:#2f8366;opacity:0.6;right:1px;z-index:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50%;border-bottom-right-radius:50%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground span{position:relative;z-index:1;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground:after{content:"";width:17px;height:15px;position:absolute;background:#2f8366;opacity:0.6;right:1px;z-index:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container{z-index:4999 !important;width:100% !important;}@media (max-width:540px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container{width:337px !important;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{outline:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--above .select2-selection--single,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--above .select2-selection--multiple{background-color:#269E75 !important;color:#FFF !important;border-bottom:0px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--below .select2-selection--single,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--below .select2-selection--multiple{background-color:#269E75 !important;color:#FFF !important;border-bottom:0px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field{border:0px;position:absolute;height:52px;width:100%;color:#FFF;background-color:#269E75;font-size:42px;outline:none;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field{font-size:26px;line-height:36px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field{font-size:19px;line-height:26px;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field::-webkit-input-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field::-moz-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field:-moz-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field:-ms-input-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above{background-color:#269E75;border:none;min-height:438px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above:after{content:"";width:5px;border-color:#FFF transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;right:0%;position:absolute;top:106%;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options{max-height:420px;width:100%;height:100%;overflow-y:scroll;overflow-x:hidden;padding-left:10px;padding-right:17px;box-sizing:content-box;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:before{content:"";position:absolute;width:25px;height:450px;right:-24px;left:inherit;top:0px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:after{content:"";position:absolute;width:27px;height:450px;right:inherit;left:-21px;top:0px;background-color:#269E75;}}@media only screen and (min-width:1025px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:before{content:"";position:absolute;width:25px;height:493px;right:-24px;left:inherit;top:0px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:after{content:"";position:absolute;width:27px;height:493px;right:inherit;left:-26px;top:0px;background-color:#269E75;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below{background-color:#269E75;border:0px;width:308px !important;min-height:438px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{left:26px;top:55px;width:263px !important;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{top:50px;left:21px;width:292px !important;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{left:403px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{min-width:291px !important;left:21px !important;}}@media (max-width:540px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{min-width:288px !important;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__wide{width:604px !important;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__comp-finance-info{width:890px !important;margin-top:54px;margin-left:26px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__comp-finance-info{width:641px !important;top:-4px;left:-5px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__comp-finance-info{width:290px !important;min-width:0px !important;}}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below:after{content:"";width:5px;border-color:#FFF transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;right:0%;position:absolute;top:-7%;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options{max-height:420px;width:100%;height:100%;overflow-y:scroll;overflow-x:hidden;padding-left:10px;padding-right:17px;box-sizing:content-box;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:before{content:"";position:absolute;width:25px;height:488px;right:-24px;left:inherit;top:-50px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:after{content:"";position:absolute;width:27px;height:488px;right:inherit;left:-21px;top:-50px;background-color:#269E75;}}@media only screen and (min-width:1025px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:before{content:"";position:absolute;width:25px;height:493px;right:-24px;left:inherit;top:-55px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:after{content:"";position:absolute;width:27px;height:493px;right:inherit;left:-26px;top:-55px;background-color:#269E75;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results{max-height:420px;height:100%;width:100%;overflow-y:hidden;overflow-x:hidden;background-color:#269E75;color:#FFF;font-size:19px !important;line-height:26px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results{font-size:16px !important;line-height:24px !important;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option[role=group]{padding:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option[aria-disabled=true]{color:#999;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option[aria-selected=true]{background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option{padding-left:1em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option--highlighted[aria-selected]{background-color:rgba(66,66,66,0.2);color:white;width:98%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__group{cursor:default;display:block;padding:6px;}.select2-dropdown--above .select2-search--dropdown .select2-search__field{bottom:-50px;}.select2-dropdown--below .select2-search--dropdown .select2-search__field{top:-50px;}.btn-template-delete .fa-trash{font-size:30px;}.select2-dropdown{border-radius:0px !important;}.select2-container--swiss_green_theme{letter-spacing:0.5px;margin:0 -8px;}.select2-container--swiss_green_theme .select2-selection,.select2-container--swiss_green_theme .select2-dropdown{padding:9px 27px;}.select2-container--swiss_green_theme .select2-dropdown{margin:0 8px;color:#FFF;background-color:#4599B3;border:none;}.select2-container--swiss_green_theme .select2-dropdown .select2-search--dropdown{padding:0;}.select2-container--swiss_green_theme .select2-dropdown .select2-results{margin-top:0;}.select2-container--swiss_green_theme .select2-selection{height:58px;outline:none;position:relative;}.select2-container--swiss_green_theme .select2-selection .select2-selection__rendered{color:#4599B3;margin-top:-10px;font-size:42px;font-weight:400;padding-right:20px;border-bottom:2px solid #4599B3;}.select2-container--swiss_green_theme.select2-container--open .select2-selection .select2-selection__rendered{color:#fff;}.select2-container--swiss_green_theme.select2-container--open .select2-selection .select2-selection__arrow b{border-color:#fff transparent transparent transparent;}.select2-container--swiss_green_theme .select2-search__field{display:none;padding:0;}.select2-container--swiss_green_theme .select2-results__option{font-size:19px;}.select2-container--swiss_green_theme .select2-results__option:hover{background-color:#448ca2;}.select2-container--swiss_green_theme .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:16px;width:100%;z-index:1061;}.select2-container--swiss_green_theme .select2-selection--single .select2-selection__arrow b{border-color:#4599B3 transparent transparent transparent;border-style:solid;border-width:6px 6px 0 6px;height:0;left:auto;right:50px;margin-left:-4px;margin-top:-1px;position:absolute;top:50%;width:0;}.select2-container--swiss_green_theme.select2-container--open .select2-selection{color:#FFF;background-color:#4599B3;border:none;}@media screen and (max-width:425px){.select2-container--swiss_green_theme .select2-selection,.select2-container--swiss_green_theme .select2-dropdown{width:calc(100vw - 20px) !important;}}.select2-container--teva-hcp-product-teaser .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:0px;outline:none;}.select2-container--teva-hcp-product-teaser .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;padding-left:17px;}.select2-container--teva-hcp-product-teaser .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--teva-hcp-product-teaser .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--teva-hcp-product-teaser .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;width:100%;z-index:1061;}.select2-container--teva-hcp-product-teaser .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:auto;right:17px;margin-left:-4px;margin-top:-1px;position:absolute;top:50%;width:0;}.select2-container--teva-hcp-product-teaser[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--teva-hcp-product-teaser[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--teva-hcp-product-teaser.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--teva-hcp-product-teaser.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--teva-hcp-product-teaser.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:rotate(180deg);}.select2-container--teva-hcp-product-teaser .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:0px;cursor:text;}.select2-container--teva-hcp-product-teaser .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--teva-hcp-product-teaser .select2-selection--multiple .select2-selection__rendered li{list-style:none;}.select2-container--teva-hcp-product-teaser .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--teva-hcp-product-teaser .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--teva-hcp-product-teaser .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--teva-hcp-product-teaser .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--teva-hcp-product-teaser .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--teva-hcp-product-teaser[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--teva-hcp-product-teaser[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--teva-hcp-product-teaser[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right;}.select2-container--teva-hcp-product-teaser[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--teva-hcp-product-teaser[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--teva-hcp-product-teaser.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--teva-hcp-product-teaser.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--teva-hcp-product-teaser.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--teva-hcp-product-teaser h1,.select2-container--teva-hcp-product-teaser .text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}.select2-container--teva-hcp-product-teaser h2,.select2-container--teva-hcp-product-teaser .text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}.select2-container--teva-hcp-product-teaser h3,.select2-container--teva-hcp-product-teaser .text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}.select2-container--teva-hcp-product-teaser h4,.select2-container--teva-hcp-product-teaser .text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}.select2-container--teva-hcp-product-teaser h5,.select2-container--teva-hcp-product-teaser .text-h5,.select2-container--teva-hcp-product-teaser .header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .select2-container--teva-hcp-product-teaser .primary-navigation__link,.select2-container--teva-hcp-product-teaser .header-DE .mobile-menu .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container--teva-hcp-product-teaser .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}.select2-container--teva-hcp-product-teaser h6,.select2-container--teva-hcp-product-teaser .text-h6,.select2-container--teva-hcp-product-teaser .header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .select2-container--teva-hcp-product-teaser .primary-navigation__link,.select2-container--teva-hcp-product-teaser .header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container--teva-hcp-product-teaser .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container--teva-hcp-product-teaser p--big,.select2-container--teva-hcp-product-teaser .copytext--big,.select2-container--teva-hcp-product-teaser .header-DE .main-navigation .primary-navigation__search .search-txt,.header-DE .main-navigation .primary-navigation__search .select2-container--teva-hcp-product-teaser .search-txt,.select2-container--teva-hcp-product-teaser .headerline,.select2-container--teva-hcp-product-teaser .membership-navigation-menu .profile-page-link,.membership-navigation-menu .select2-container--teva-hcp-product-teaser .profile-page-link,.select2-container--teva-hcp-product-teaser .membership-navigation-menu .primary-navigation__link,.membership-navigation-menu .select2-container--teva-hcp-product-teaser .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container--teva-hcp-product-teaser p,.select2-container--teva-hcp-product-teaser .copytext,.select2-container--teva-hcp-product-teaser .search-nav-teva-de__form,.select2-container--teva-hcp-product-teaser .membership-navigation-menu .logout-btn i.fa,.membership-navigation-menu .logout-btn .select2-container--teva-hcp-product-teaser i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}.select2-container--teva-hcp-product-teaser p--tiny,.select2-container--teva-hcp-product-teaser .copytext--tiny,.select2-container--teva-hcp-product-teaser .select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-container--teva-hcp-product-teaser .select2-selection__rendered,.select2-container--teva-hcp-product-teaser .select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-container--teva-hcp-product-teaser .select2-selection__rendered,.select2-container--teva-hcp-product-teaser .select2-container.select2-container--teva-hcp-product-filter,.select2-container--teva-hcp-product-teaser .select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .select2-container--teva-hcp-product-teaser .select2-results__option,.select2-container--teva-hcp-product-teaser .filters-column > .indications-dropdown .selectButtons .selectButton,.filters-column > .indications-dropdown .selectButtons .select2-container--teva-hcp-product-teaser .selectButton,.select2-container--teva-hcp-product-teaser .select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme .select2-container--teva-hcp-product-teaser .select2-results__option,.select2-container--teva-hcp-product-teaser .select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-container--teva-hcp-product-teaser .select2-results__option,.select2-container--teva-hcp-product-teaser .membership-navigation-menu .user-profile,.membership-navigation-menu .select2-container--teva-hcp-product-teaser .user-profile,.select2-container--teva-hcp-product-teaser .membership-navigation-menu .logout-btn,.membership-navigation-menu .select2-container--teva-hcp-product-teaser .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}.select2-container--teva-hcp-product-teaser p--micro,.select2-container--teva-hcp-product-teaser .copytext--micro,.select2-container--teva-hcp-product-teaser .select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-container--teva-hcp-product-teaser .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container--teva-hcp-product-teaser.select2-container--open.select2-container--above .select2-selection--single,.select2-container--teva-hcp-product-teaser.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--teva-hcp-product-teaser.select2-container--open.select2-container--below .select2-selection--single,.select2-container--teva-hcp-product-teaser.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--teva-hcp-product-teaser .select2-selection{background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;}.select2-container--teva-hcp-product-teaser .select2-selection .select2-selection__placeholder{color:#fff;display:none;}.select2-container--teva-hcp-product-teaser .select2-selection .select2-selection__rendered{color:#414141;padding-right:0;padding-left:16px;}.select2-container--teva-hcp-product-teaser .select2-selection .select2-selection__arrow{right:0;}.select2-container--teva-hcp-product-teaser .select2-selection .select2-selection__arrow b{border-color:#414141 transparent transparent transparent;border-width:6px 5px 0 5px;transition:transform 100ms ease;}.select2-container--teva-hcp-product-teaser .select2-dropdown{border:0;border-radius:0;transform:translateY(-67px);}.select2-container--teva-hcp-product-teaser .select2-dropdown .select2-search--dropdown{display:none;}.select2-container--teva-hcp-product-teaser .select2-search--inline .select2-search__field{display:none;}.select2-container--teva-hcp-product-teaser .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;background-color:white;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);padding-top:25px;padding-bottom:0;min-height:80px;}.select2-container--teva-hcp-product-teaser .select2-results__option{color:#414141;font-size:16px;padding-left:16px;padding-bottom:11px;}.select2-container--teva-hcp-product-teaser .select2-results__option[role=group]{padding:0;}.select2-container--teva-hcp-product-teaser .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--teva-hcp-product-teaser .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--teva-hcp-product-teaser .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--teva-hcp-product-teaser .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--teva-hcp-product-teaser .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--teva-hcp-product-teaser .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--teva-hcp-product-teaser .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--teva-hcp-product-teaser .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--teva-hcp-product-teaser .select2-results{margin-top:10px;}.select2-container--teva-hcp-product-teaser .select2-results__group{cursor:default;display:block;padding:6px;}.teva-selector[data-show-placeholder=true] + .select2-container--teva-hcp .select2-selection__placeholder{display:block !important;}.select2-container--teva-hcp{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);color:#A0A0A0;}.select2-container--teva-hcp .select2-selection--single{background-color:#fff !important;border:1px solid #aaa;border-radius:0px;}.select2-container--teva-hcp .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--teva-hcp .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--teva-hcp .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--teva-hcp .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:15px;}.select2-container--teva-hcp .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--teva-hcp[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--teva-hcp[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--teva-hcp.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--teva-hcp.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--teva-hcp.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:rotate(180deg);}.select2-container--teva-hcp .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:0px;cursor:text;}.select2-container--teva-hcp .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--teva-hcp .select2-selection--multiple .select2-selection__rendered li{list-style:none;}.select2-container--teva-hcp .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--teva-hcp .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--teva-hcp .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--teva-hcp .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--teva-hcp .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--teva-hcp[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--teva-hcp[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--teva-hcp[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right;}.select2-container--teva-hcp[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--teva-hcp[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--teva-hcp.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--teva-hcp.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--teva-hcp.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--teva-hcp.select2-container--open.select2-container--above .select2-selection--single,.select2-container--teva-hcp.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--teva-hcp.select2-container--open.select2-container--below .select2-selection--single,.select2-container--teva-hcp.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--teva-hcp .select2-selection{background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;}.select2-container--teva-hcp .select2-selection .select2-selection__placeholder{color:#fff;display:none;}.select2-container--teva-hcp .select2-selection .select2-selection__rendered{color:#414141;font-weight:600;padding-right:0;}.select2-container--teva-hcp .select2-selection .select2-selection__arrow b{border-color:#414141 transparent transparent transparent;border-width:6px 5px 0 5px;transition:transform 100ms ease;}.select2-container--teva-hcp .select2-dropdown{border:0;border-radius:0;transform:translateY(-3px);}.select2-container--teva-hcp .select2-dropdown .select2-search--dropdown{display:none;}.select2-container--teva-hcp .select2-search--inline .select2-search__field{display:none;}.select2-container--teva-hcp .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;background-color:white;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp .select2-results__option{color:#414141;height:36px;}.select2-container--teva-hcp .select2-results__option[role=group]{padding:0;}.select2-container--teva-hcp .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--teva-hcp .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--teva-hcp .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--teva-hcp .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--teva-hcp .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--teva-hcp .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--teva-hcp .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--teva-hcp .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--teva-hcp .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--teva-hcp .select2-results__option--highlighted,.select2-container--teva-hcp .select2-results__option--highlighted[aria-selected]{background-color:rgba(0,0,0,0.1);color:#414141;}.select2-container--teva-hcp .select2-results__group{cursor:default;display:block;padding:6px;}.teva-selector[data-show-placeholder=true] + .select2-container--teva-hcp .select2-selection__placeholder{display:block !important;}#select2-pwxm-container span.select2-selection__placeholder{text-transform:capitalize;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{background-color:#FFF;color:#269E75;border-radius:0px;border-bottom:3px solid;position:relative;font-size:42px;line-height:55px;min-height:55px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{font-size:26px !important;line-height:36px !important;min-height:35px;border-bottom:1px solid;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{font-size:19px !important;line-height:26px !important;min-height:20px;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:4px;right:0px;width:15px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow{top:-9px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow{top:-14px;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single .select2-selection__arrow b{border-color:#269E75 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-5px;margin-top:15px;position:absolute;top:50%;width:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#FFF transparent transparent transparent;z-index:1052;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple{border-radius:0px;cursor:text;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__rendered li{list-style:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border-radius:0px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--focus .select2-selection--multiple{outline:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll{margin:0;padding:0;position:absolute;height:420px;width:17px;background-color:#269E75;right:0;top:18px;display:flex;justify-content:center;flex-direction:column;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll p{font-size:10px;font-weight:600;line-height:14px;text-align:center;cursor:default;margin:0 0 0.5px 0;padding:0;color:white;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll p:hover{background-color:rgba(66,66,66,0.2);border-radius:7px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charScroll p span.character__active{background-color:black;padding:2px;border-radius:50%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--top span{position:relative;z-index:1;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--top:after{content:"";width:17px;height:15px;position:absolute;background:#2f8366;opacity:0.6;right:1px;z-index:0;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--bottom span{position:relative;z-index:1;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground--bottom:after{content:"";width:17px;height:15px;position:absolute;background:#2f8366;opacity:0.6;right:1px;z-index:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:50%;border-bottom-right-radius:50%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground span{position:relative;z-index:1;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .charBackground:after{content:"";width:17px;height:15px;position:absolute;background:#2f8366;opacity:0.6;right:1px;z-index:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container{z-index:4999 !important;width:100% !important;}@media (max-width:540px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container{width:337px !important;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-selection--single{outline:none;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--above .select2-selection--single,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--above .select2-selection--multiple{background-color:#269E75 !important;color:#FFF !important;border-bottom:0px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--below .select2-selection--single,.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open.select2-container--below .select2-selection--multiple{background-color:#269E75 !important;color:#FFF !important;border-bottom:0px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field{border:0px;position:absolute;height:52px;width:100%;color:#FFF;background-color:#269E75;font-size:42px;outline:none;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field{font-size:26px;line-height:36px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field{font-size:19px;line-height:26px;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field::-webkit-input-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field::-moz-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field:-moz-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--dropdown .select2-search__field:-ms-input-placeholder{color:#FFF;opacity:0.5;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above{background-color:#269E75;border:none;min-height:438px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above:after{content:"";width:5px;border-color:#FFF transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;right:0%;position:absolute;top:106%;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options{max-height:420px;width:100%;height:100%;overflow-y:scroll;overflow-x:hidden;padding-left:10px;padding-right:17px;box-sizing:content-box;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:before{content:"";position:absolute;width:25px;height:450px;right:-24px;left:inherit;top:0px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:after{content:"";position:absolute;width:27px;height:450px;right:inherit;left:-21px;top:0px;background-color:#269E75;}}@media only screen and (min-width:1025px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:before{content:"";position:absolute;width:25px;height:493px;right:-24px;left:inherit;top:0px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--above .select2-results__options:after{content:"";position:absolute;width:27px;height:493px;right:inherit;left:-26px;top:0px;background-color:#269E75;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below{background-color:#269E75;border:0px;width:308px !important;min-height:438px;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{left:26px;top:55px;width:263px !important;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{top:50px;left:21px;width:292px !important;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{left:403px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{min-width:291px !important;left:21px !important;}}@media (max-width:540px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__sideView{min-width:288px !important;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__wide{width:604px !important;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__comp-finance-info{width:890px !important;margin-top:54px;margin-left:26px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__comp-finance-info{width:641px !important;top:-4px;left:-5px;}}@media (max-width:767px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below__comp-finance-info{width:290px !important;min-width:0px !important;}}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below:after{content:"";width:5px;border-color:#FFF transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;right:0%;position:absolute;top:-7%;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options{max-height:420px;width:100%;height:100%;overflow-y:scroll;overflow-x:hidden;padding-left:10px;padding-right:17px;box-sizing:content-box;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:before{content:"";position:absolute;width:25px;height:488px;right:-24px;left:inherit;top:-50px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:after{content:"";position:absolute;width:27px;height:488px;right:inherit;left:-21px;top:-50px;background-color:#269E75;}}@media only screen and (min-width:1025px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:before{content:"";position:absolute;width:25px;height:493px;right:-24px;left:inherit;top:-55px;background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter.select2-container--open .select2-dropdown--below .select2-results__options:after{content:"";position:absolute;width:27px;height:493px;right:inherit;left:-26px;top:-55px;background-color:#269E75;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results{max-height:420px;height:100%;width:100%;overflow-y:hidden;overflow-x:hidden;background-color:#269E75;color:#FFF;font-size:19px !important;line-height:26px;}@media (max-width:1024px){.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results{font-size:16px !important;line-height:24px !important;}}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option[role=group]{padding:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option[aria-disabled=true]{color:#999;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option[aria-selected=true]{background-color:#269E75;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option{padding-left:1em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__option--highlighted[aria-selected]{background-color:rgba(66,66,66,0.2);color:white;width:98%;}.select2-container.select2-container--teva-hcp-dropdown-natural-language-filter .select2-results__group{cursor:default;display:block;padding:6px;}.select2-dropdown--above .select2-search--dropdown .select2-search__field{bottom:-50px;}.select2-dropdown--below .select2-search--dropdown .select2-search__field{top:-50px;}.btn-template-delete .fa-trash{font-size:30px;}.select2-dropdown{border-radius:0px !important;}.select2-container--swiss_green_theme{letter-spacing:0.5px;margin:0 -8px;}.select2-container--swiss_green_theme .select2-selection,.select2-container--swiss_green_theme .select2-dropdown{padding:9px 27px;}.select2-container--swiss_green_theme .select2-dropdown{margin:0 8px;color:#FFF;background-color:#4599B3;border:none;}.select2-container--swiss_green_theme .select2-dropdown .select2-search--dropdown{padding:0;}.select2-container--swiss_green_theme .select2-dropdown .select2-results{margin-top:0;}.select2-container--swiss_green_theme .select2-selection{height:58px;outline:none;position:relative;}.select2-container--swiss_green_theme .select2-selection .select2-selection__rendered{color:#4599B3;margin-top:-10px;font-size:42px;font-weight:400;padding-right:20px;border-bottom:2px solid #4599B3;}.select2-container--swiss_green_theme.select2-container--open .select2-selection .select2-selection__rendered{color:#fff;}.select2-container--swiss_green_theme.select2-container--open .select2-selection .select2-selection__arrow b{border-color:#fff transparent transparent transparent;}.select2-container--swiss_green_theme .select2-search__field{display:none;padding:0;}.select2-container--swiss_green_theme .select2-results__option{font-size:19px;}.select2-container--swiss_green_theme .select2-results__option:hover{background-color:#448ca2;}.select2-container--swiss_green_theme .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:16px;width:100%;z-index:1061;}.select2-container--swiss_green_theme .select2-selection--single .select2-selection__arrow b{border-color:#4599B3 transparent transparent transparent;border-style:solid;border-width:6px 6px 0 6px;height:0;left:auto;right:50px;margin-left:-4px;margin-top:-1px;position:absolute;top:50%;width:0;}.select2-container--swiss_green_theme.select2-container--open .select2-selection{color:#FFF;background-color:#4599B3;border:none;}@media screen and (max-width:425px){.select2-container--swiss_green_theme .select2-selection,.select2-container--swiss_green_theme .select2-dropdown{width:calc(100vw - 20px) !important;}}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container--teva-hcp-uk-green-theme .select2-selection--single{height:50px;display:flex;align-items:center;outline:none;}.select2-container--teva-hcp-uk-green-theme .select2-selection--single .select2-selection__rendered{color:#269E75;text-transform:capitalize;font-weight:normal;height:39px;min-width:300px;font-size:25px;border-bottom:3px solid #269E75;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;}.select2-container--teva-hcp-uk-green-theme .select2-selection--single .select2-selection__rendered:after{content:"";margin-left:5px;margin-top:16px;position:absolute;border-color:#269E75 transparent transparent transparent;border-style:solid;border-width:6px 6px 0 6px;}.select2-container--teva-hcp-uk-green-theme .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:600;}.select2-container--teva-hcp-uk-green-theme .select2-selection--single .select2-selection__placeholder{color:#414141;}.select2-container--teva-hcp-uk-green-theme .select2-selection--single .select2-selection__arrow{height:24px;position:absolute;top:50%;right:16px;width:24px;margin-top:-12px;display:none;}.select2-container--teva-hcp-uk-green-theme .select2-selection--single .select2-selection__arrow b{border-color:#D0D0D0 #D0D0D0 transparent transparent;border-style:solid;border-width:1px 1px 0 0;height:12px;left:50%;margin-left:-6px;margin-top:-9px;position:absolute;top:50%;width:12px;transform:rotate(135deg);}.select2-container--teva-hcp-uk-green-theme[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--teva-hcp-uk-green-theme[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--teva-hcp-uk-green-theme.select2-container--disabled .select2-selection--single{background-color:#F1F1F4;cursor:default;}.select2-container--teva-hcp-uk-green-theme.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--teva-hcp-uk-green-theme.select2-container--open .select2-selection--single .select2-selection__rendered:after{border-color:rgba(255,255,255,0.6) transparent transparent transparent;}.select2-container--teva-hcp-uk-green-theme.select2-container--open .select2-selection--single .select2-selection__arrow b{}.select2-container--teva-hcp-uk-green-theme ::-webkit-scrollbar{display:none;}.select2-container--teva-hcp-uk-green-theme.select2-container--open.select2-container--above .select2-selection--single,.select2-container--teva-hcp-uk-green-theme.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--teva-hcp-uk-green-theme.select2-container--open.select2-container--below .select2-selection--single,.select2-container--teva-hcp-uk-green-theme.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}@media (max-width:1024px){.select2-container--teva-hcp-uk-green-theme.select2-container--open .select2-dropdown{background-color:#FFF;}}.select2-container--teva-hcp-uk-green-theme .select2-dropdown{border:none;overflow:visible;}.select2-container--teva-hcp-uk-green-theme .select2-dropdown.select2-dropdown--below{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);background-color:#269E75;}.select2-container--teva-hcp-uk-green-theme .select2-dropdown.select2-dropdown--below:before{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;background-color:#FFF;}.select2-container--teva-hcp-uk-green-theme .select2-dropdown.select2-dropdown--above{box-shadow:0 -10px 20px 0 rgba(0,0,0,0.07),0 -1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp-uk-green-theme .select2-dropdown.select2-dropdown--above:after{content:"";position:absolute;z-index:-1;top:100%;left:0;right:0;bottom:0;height:10px;background-color:#FFF;}.select2-container--teva-hcp-uk-green-theme .select2-dropdown .select2-results{margin-top:0 !important;}.select2-container--teva-hcp-uk-green-theme .select2-search--dropdown .select2-search__field{background-color:#269E75;border:1px solid #269E75;outline:none;color:#8FCDB8;font-size:25px;padding-left:15px;}.select2-container--teva-hcp-uk-green-theme .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container--teva-hcp-uk-green-theme .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--teva-hcp-uk-green-theme .select2-results__option{padding-left:16px;color:rgba(255,255,255,0.6);height:38px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:10px;font-size:18px !important;}.select2-container--teva-hcp-uk-green-theme .select2-results__option[role=group]{padding:0;}.select2-container--teva-hcp-uk-green-theme .select2-results__option[aria-disabled=true]{color:#8C8C8C;}.select2-container--teva-hcp-uk-green-theme .select2-results__option[aria-selected=true]{font-weight:600;}.select2-container--teva-hcp-uk-green-theme .select2-results__option .select2-results__option{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp-uk-green-theme .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--teva-hcp-uk-green-theme .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--teva-hcp-uk-green-theme .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--teva-hcp-uk-green-theme .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--teva-hcp-uk-green-theme .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--teva-hcp-uk-green-theme .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--teva-hcp-uk-green-theme .select2-results__option--highlighted[aria-selected]{background:rgba(0,0,0,0.1);}.select2-container--teva-hcp-uk-green-theme .select2-results__option--highlighted{color:rgba(255,255,255,0.6);}.select2-container--teva-hcp-uk-green-theme .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--teva-hcp-uk-green-theme.select2-container--open{background-color:#269E75;}.select2-container--teva-hcp-uk-green-theme.select2-container--open .select2-selection--single #select2-custom-form-control-onpage-container{color:rgba(255,255,255,0.6);}.select2-container--teva-hcp-uk-green-theme.select2-container--open .select2-selection--single #select2-select2-container-container{color:rgba(255,255,255,0.6);}.dropdown-wrapper .select2-form-container{width:940px;margin:0 auto;}@media (max-width:380px){.dropdown-wrapper .select2-form-container{width:350px;}}.select2-container--teva-hcp-uk-green-theme-side h1,.select2-container--teva-hcp-uk-green-theme-side .text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}.select2-container--teva-hcp-uk-green-theme-side h2,.select2-container--teva-hcp-uk-green-theme-side .text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}.select2-container--teva-hcp-uk-green-theme-side h3,.select2-container--teva-hcp-uk-green-theme-side .text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}.select2-container--teva-hcp-uk-green-theme-side h4,.select2-container--teva-hcp-uk-green-theme-side .text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}.select2-container--teva-hcp-uk-green-theme-side h5,.select2-container--teva-hcp-uk-green-theme-side .text-h5,.select2-container--teva-hcp-uk-green-theme-side .header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .select2-container--teva-hcp-uk-green-theme-side .primary-navigation__link,.select2-container--teva-hcp-uk-green-theme-side .header-DE .mobile-menu .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container--teva-hcp-uk-green-theme-side .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}.select2-container--teva-hcp-uk-green-theme-side h6,.select2-container--teva-hcp-uk-green-theme-side .text-h6,.select2-container--teva-hcp-uk-green-theme-side .header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .select2-container--teva-hcp-uk-green-theme-side .primary-navigation__link,.select2-container--teva-hcp-uk-green-theme-side .header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link,.header-DE .mobile-menu .select2-container--teva-hcp-uk-green-theme-side .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container--teva-hcp-uk-green-theme-side p--big,.select2-container--teva-hcp-uk-green-theme-side .copytext--big,.select2-container--teva-hcp-uk-green-theme-side .header-DE .main-navigation .primary-navigation__search .search-txt,.header-DE .main-navigation .primary-navigation__search .select2-container--teva-hcp-uk-green-theme-side .search-txt,.select2-container--teva-hcp-uk-green-theme-side .headerline,.select2-container--teva-hcp-uk-green-theme-side .membership-navigation-menu .profile-page-link,.membership-navigation-menu .select2-container--teva-hcp-uk-green-theme-side .profile-page-link,.select2-container--teva-hcp-uk-green-theme-side .membership-navigation-menu .primary-navigation__link,.membership-navigation-menu .select2-container--teva-hcp-uk-green-theme-side .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}.select2-container--teva-hcp-uk-green-theme-side p,.select2-container--teva-hcp-uk-green-theme-side .copytext,.select2-container--teva-hcp-uk-green-theme-side .search-nav-teva-de__form,.select2-container--teva-hcp-uk-green-theme-side .membership-navigation-menu .logout-btn i.fa,.membership-navigation-menu .logout-btn .select2-container--teva-hcp-uk-green-theme-side i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}.select2-container--teva-hcp-uk-green-theme-side p--tiny,.select2-container--teva-hcp-uk-green-theme-side .copytext--tiny,.select2-container--teva-hcp-uk-green-theme-side .select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-container--teva-hcp-uk-green-theme-side .select2-selection__rendered,.select2-container--teva-hcp-uk-green-theme-side .select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-container--teva-hcp-uk-green-theme-side .select2-selection__rendered,.select2-container--teva-hcp-uk-green-theme-side .select2-container.select2-container--teva-hcp-product-filter,.select2-container--teva-hcp-uk-green-theme-side .select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.select2-container.select2-container--teva-hcp-product-filter .select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .filters-column > .indications-dropdown .selectButtons .selectButton,.filters-column > .indications-dropdown .selectButtons .select2-container--teva-hcp-uk-green-theme-side .selectButton,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .membership-navigation-menu .user-profile,.membership-navigation-menu .select2-container--teva-hcp-uk-green-theme-side .user-profile,.select2-container--teva-hcp-uk-green-theme-side .membership-navigation-menu .logout-btn,.membership-navigation-menu .select2-container--teva-hcp-uk-green-theme-side .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}.select2-container--teva-hcp-uk-green-theme-side p--micro,.select2-container--teva-hcp-uk-green-theme-side .copytext--micro,.select2-container--teva-hcp-uk-green-theme-side .select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-container--teva-hcp-uk-green-theme-side .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.select2-container--teva-hcp-uk-green-theme-side .select2-selection--single{height:50px;display:flex;align-items:center;outline:none;}.select2-container--teva-hcp-uk-green-theme-side .select2-selection--single .select2-selection__rendered{color:#269E75;text-transform:capitalize;font-weight:normal;height:39px;min-width:300px;font-size:25px;border-bottom:3px solid #269E75;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;}.select2-container--teva-hcp-uk-green-theme-side .select2-selection--single .select2-selection__rendered:after{content:"";margin-left:5px;margin-top:16px;position:absolute;border-color:#269E75 transparent transparent transparent;border-style:solid;border-width:6px 6px 0 6px;}.select2-container--teva-hcp-uk-green-theme-side .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:600;}.select2-container--teva-hcp-uk-green-theme-side .select2-selection--single .select2-selection__placeholder{color:#414141;}.select2-container--teva-hcp-uk-green-theme-side .select2-selection--single .select2-selection__arrow{height:24px;position:absolute;top:50%;right:16px;width:24px;margin-top:-12px;display:none;}.select2-container--teva-hcp-uk-green-theme-side .select2-selection--single .select2-selection__arrow b{border-color:#D0D0D0 #D0D0D0 transparent transparent;border-style:solid;border-width:1px 1px 0 0;height:12px;left:50%;margin-left:-6px;margin-top:-9px;position:absolute;top:50%;width:12px;transform:rotate(135deg);}.select2-container--teva-hcp-uk-green-theme-side[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--teva-hcp-uk-green-theme-side[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--teva-hcp-uk-green-theme-side.select2-container--disabled .select2-selection--single{background-color:#F1F1F4;cursor:default;}.select2-container--teva-hcp-uk-green-theme-side.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--teva-hcp-uk-green-theme-side.select2-container--open .select2-selection--single .select2-selection__rendered:after{border-color:rgba(255,255,255,0.6) transparent transparent transparent;}.select2-container--teva-hcp-uk-green-theme-side.select2-container--open .select2-selection--single .select2-selection__arrow b{}.select2-container--teva-hcp-uk-green-theme-side ::-webkit-scrollbar{display:none;}.select2-container--teva-hcp-uk-green-theme-side.select2-container--open.select2-container--above .select2-selection--single,.select2-container--teva-hcp-uk-green-theme-side.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--teva-hcp-uk-green-theme-side.select2-container--open.select2-container--below .select2-selection--single,.select2-container--teva-hcp-uk-green-theme-side.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}@media (max-width:1024px){.select2-container--teva-hcp-uk-green-theme-side.select2-container--open .select2-dropdown{background-color:#FFF;}}.select2-container--teva-hcp-uk-green-theme-side .select2-dropdown{border:none;overflow:visible;}.select2-container--teva-hcp-uk-green-theme-side .select2-dropdown.select2-dropdown--below{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);background-color:#269E75;z-index:101;}.select2-container--teva-hcp-uk-green-theme-side .select2-dropdown.select2-dropdown--below:before{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;background-color:#FFF;}.select2-container--teva-hcp-uk-green-theme-side .select2-dropdown.select2-dropdown--above{box-shadow:0 -10px 20px 0 rgba(0,0,0,0.07),0 -1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp-uk-green-theme-side .select2-dropdown.select2-dropdown--above:after{content:"";position:absolute;z-index:-1;top:100%;left:0;right:0;bottom:0;height:10px;background-color:#FFF;}.select2-container--teva-hcp-uk-green-theme-side .select2-dropdown .select2-results{margin-top:0 !important;}.select2-container--teva-hcp-uk-green-theme-side .select2-search--dropdown .select2-search__field{background-color:#269E75;border:1px solid #269E75;outline:none;color:#8FCDB8;font-size:25px;padding-left:15px;}.select2-container--teva-hcp-uk-green-theme-side .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}.select2-container--teva-hcp-uk-green-theme-side .select2-results > .select2-results__options{max-height:40em;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;}.select2-container--teva-hcp-uk-green-theme-side .select2-results > .select2-results__options::-webkit-scrollbar{display:none;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option{padding-left:16px;color:rgba(255,255,255,0.6);height:38px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:10px;font-size:18px !important;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option[role=group]{padding:0;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option[aria-disabled=true]{color:#8C8C8C;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option[aria-selected=true]{font-weight:600;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option .select2-results__option{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option--highlighted[aria-selected]{background:rgba(0,0,0,0.1);}.select2-container--teva-hcp-uk-green-theme-side .select2-results__option--highlighted{color:rgba(255,255,255,0.6);}.select2-container--teva-hcp-uk-green-theme-side .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--teva-hcp-uk-green-theme-side.select2-container--open{background-color:#269E75;}.select2-container--open .select2-selection--single #select2-custom-form-control-container{color:rgba(255,255,255,0.6);}.select2.select2-container.select2-container--ch-default-form{display:block;min-width:80px;height:60px;margin:30px 0;box-shadow:0 1px 3px rgba(0,0,0,0.07),0 10px 20px rgba(0,0,0,0.07);background-color:#FFF;letter-spacing:0.5px;}.select2.select2-container.select2-container--ch-default-form.incorrect{border:1px solid red;}.select2.select2-container.select2-container--ch-default-form .select2-selection.select2-selection--single{height:60px;position:relative;outline:none;}.select2.select2-container.select2-container--ch-default-form .select2-selection__rendered{padding:0 16px;font-size:19px;line-height:60px;vertical-align:middle;outline:none !important;font-weight:normal !important;transition:all 0.4s ease-in;}.select2.select2-container.select2-container--ch-default-form .select2-selection__rendered.incorrect{color:#FB3449;border-bottom:2px solid #FB3449;transition:all 0.4s ease-in;}.select2.select2-container.select2-container--ch-default-form .select2-selection__rendered.incorrect + .select2-selection__arrow b{border-color:#FB3449 #FB3449 transparent transparent;}.select2.select2-container.select2-container--ch-default-form .select2-selection__arrow{height:24px;position:absolute;top:50%;right:16px;width:24px;margin-top:-12px;}.select2.select2-container.select2-container--ch-default-form .select2-selection__arrow b{border-color:#D0D0D0 #D0D0D0 transparent transparent;border-style:solid;border-width:2px 2px 0 0;height:12px;left:50%;margin-left:-6px;margin-top:-9px;position:absolute;top:50%;width:12px;transform:rotate(135deg);transition:all 0.4s ease-in;}.select2.select2-container.select2-container--ch-default-form.select2-container--open .select2-selection__arrow b{transform:rotate(-45deg);transition:all 0.4s ease-in;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above{padding:0 0 14px 0;border:none;box-shadow:0 1px 3px rgba(0,0,0,0.07),0 10px 20px rgba(0,0,0,0.07);background-color:#FFF;letter-spacing:0.5px;resize:vertical;overflow-y:auto;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below::-webkit-scrollbar,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above::-webkit-scrollbar{-webkit-appearance:none;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below::-webkit-scrollbar:vertical,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above::-webkit-scrollbar:vertical{width:4px !important;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below::-webkit-scrollbar:horizontal,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above::-webkit-scrollbar:horizontal{height:4px !important;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below::-webkit-scrollbar-track,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above::-webkit-scrollbar-track{background-color:#FFF;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below .select2-search--dropdown,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above .select2-search--dropdown{padding:0;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below .select2-search__field,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above .select2-search__field{border:none;padding:none;display:none;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below .select2-results,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above .select2-results{font-size:19px;line-height:26px;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below .select2-results .select2-results__option,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above .select2-results .select2-results__option{padding:6px 16px;}.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--below .select2-results .select2-results__option:hover,.select2-container.select2-container--ch-default-form.select2-container--open .select2-dropdown--above .select2-results .select2-results__option:hover{background-color:#D0D0D0;}﻿.select2-container.select2-container--white{min-width:300px;height:44px;margin:0;background-color:#FFF;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);}@media (max-width:540px){﻿.select2-container.select2-container--white{width:100% !important;}}﻿.select2-container.select2-container--white .select2-dropdown{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);border:none;border-radius:0px;}﻿.select2-container.select2-container--white .select2-dropdown .select2-search{display:none;padding:0;}﻿.select2-container.select2-container--white .selection .select2-selection{height:44px;border:none;display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;}﻿.select2-container.select2-container--white .selection .select2-selection .select2-selection__clear{position:absolute;top:10px;right:40px;cursor:pointer;}﻿.select2-container.select2-container--white .selection .select2-selection :nth-child(2).select2-selection__rendered{padding:0;padding-left:16px;}﻿.select2-container.select2-container--white .selection .select2-selection .select2-selection__rendered{color:#414141;padding:14px 16px;font-size:16px;font-weight:300;letter-spacing:0.5px;line-height:24px;}﻿.select2-container.select2-container--white .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder{margin:0;line-height:16px;}﻿.select2-container.select2-container--white .selection .select2-selection .select2-selection__arrow{height:26px;position:absolute;top:9px;right:9px;width:20px;}﻿.select2-container.select2-container--white .selection .select2-selection .select2-selection__arrow b{border-color:#414141 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}﻿.select2-container.select2-container--white .select2-results .select2-results__options{padding:0 0 8px 0;}﻿.select2-container.select2-container--white .select2-results .select2-results__options li{padding:8px 15px;word-break:break-all;font-size:16px;font-weight:300;letter-spacing:0.5px;line-height:24px;}﻿.select2-container.select2-container--white .select2-results .select2-results__options li:hover{background-color:#D0D0D0;}﻿.select2-container.select2-container--white .select2-results .select2-results__options li::before{display:none;}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0);}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;}.slick-track:before,.slick-track:after{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{float:left;height:100%;min-height:1px;display:none;}[dir="rtl"] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-arrow.slick-hidden{display:none;}.slick-loading .slick-list{background:#fff url("/modules/Teva.HcpPortal.AT.DE/Client/Styles/Global/slickajax-loader.gif") center center no-repeat;}@font-face{font-family:"slick";src:url("/modules/Teva.HcpPortal.AT.DE/Client/Styles/Global/slick/fonts/slick.eot");src:url("/modules/Teva.HcpPortal.AT.DE/Client/Styles/Global/slick/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Styles/Global/slick/fonts/slick.woff") format("woff"),url("/modules/Teva.HcpPortal.AT.DE/Client/Styles/Global/slick/fonts/slick.ttf") format("truetype"),url("/modules/Teva.HcpPortal.AT.DE/Client/Styles/Global/slick/fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal;}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;transform:translate(0,-50%);padding:0;border:none;outline:none;}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent;}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:0.25;}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-prev{left:-25px;}[dir="rtl"] .slick-prev{left:auto;right:-25px;}.slick-prev:before{content:"←";}[dir="rtl"] .slick-prev:before{content:"→";}.slick-next{right:-25px;}[dir="rtl"] .slick-next{left:-25px;right:auto;}.slick-next:before{content:"→";}[dir="rtl"] .slick-next:before{content:"←";}.slick-dotted.slick-slider{margin-bottom:30px;}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer;}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer;}.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:black;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{color:black;opacity:0.75;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.slick-arrow,slick-disabled{z-index:1;border:0.125rem solid #FFF;background-color:rgba(65,65,65,0.45);border-radius:50%;width:2.75rem;height:2.75rem;}.slick-arrow.slick-prev,slick-disabled.slick-prev{left:3.5rem;align-items:center;justify-content:center;display:flex;}[dir="rtl"] .slick-arrow.slick-prev,[dir="rtl"] slick-disabled.slick-prev{left:auto;right:3.5rem;}.slick-arrow.slick-prev:before,slick-disabled.slick-prev:before{content:'\2190';opacity:1;font-family:'Teva Icon Font';font-weight:600;margin-bottom:4px;}[dir="rtl"] .slick-arrow.slick-prev:before,[dir="rtl"] slick-disabled.slick-prev:before{content:'\2192';}.slick-arrow.slick-next,slick-disabled.slick-next{right:3.5rem;align-items:center;justify-content:center;display:flex;}[dir="rtl"] .slick-arrow.slick-next,[dir="rtl"] slick-disabled.slick-next{left:3.5rem;right:auto;}.slick-arrow.slick-next:before,slick-disabled.slick-next:before{content:'\2192';font-family:'Teva Icon Font';opacity:1;font-weight:600;margin-bottom:4px;}[dir="rtl"] .slick-arrow.slick-next:before,[dir="rtl"] slick-disabled.slick-next:before{content:'\2190';}.slick-arrow:focus,slick-disabled:focus{background-color:rgba(65,65,65,0.45);}.slick-arrow:hover,slick-disabled:hover{background-color:rgba(65,65,65,0.6);}@media (max-width:1024px){.slick-arrow{display:none !important;}}.slick-dots{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;bottom:4.1875rem;}.slick-dots li{margin:0 5px;width:0.4375rem;height:0.4375rem;}.slick-dots li.slick-active button{background-color:#414141;}.slick-dots li.slick-active button:before{color:#414141;opacity:1;}.slick-dots li button{width:0.4375rem;height:0.4375rem;border-radius:50%;background-color:#FFF;padding:0;}.slick-dots li button:before{content:"";width:0.4375rem;height:0.4375rem;line-height:7px;font-size:0.4375rem;color:#FFF;opacity:1;}.slick-dots li:first-child{margin:0 5px 0 0;}.slick-dots li:last-child{margin:0 0 0 5px;}@media (max-width:1024px){.slick-dots{bottom:-1.5625rem;}.slick-dots li button{background-color:#F1F1F4;}.slick-dots li button:before{color:#F1F1F4;}}.gc-container{height:100%;width:auto;overflow:hidden;position:relative;}.gc-container.ratio1-1{padding-top:100%;}.gc-container.ratio8-3{padding-top:37.5%;}.gc-container.ratio16-9{padding-top:56.25%;}.gc-container.ratio4-3{padding-top:75%;}.gc-container.ratio9-16{padding-top:177.77778%;}.gc-container > .gc-img{margin:auto;position:absolute;}.gc-container > .gc-img.img-h{width:auto;height:100%;top:0;}.gc-container > .gc-img.img-v{width:100%;height:auto;left:0;}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.scroller_pattern{position:relative;}.scroller_pattern .collection-pattern{position:absolute;top:0;left:0;}.scroller_pattern input[type=range]{width:100%;padding:22px 0;-webkit-appearance:none;background:transparent;position:absolute;bottom:0;left:50%;transform:translateX(-50%);box-shadow:none;}.scroller_pattern input[type=range]:focus{outline:none;}.scroller_pattern input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;}.scroller_pattern input[type=range] :focus{outline:none;}.scroller_pattern input[type=range]::-ms-track{width:100%;cursor:pointer;background:transparent;border-color:transparent;color:transparent;}.scroller_pattern input[type=range]::-webkit-slider-thumb{border:2px solid #414141;height:44px;width:100px;box-sizing:border-box;border-radius:22px;background:#FFF;background:url("/modules/Teva.HcpPortal.AT.DE/Client/Images/scrollbar_arrows.png");background-position:center center;cursor:pointer;margin-top:-21px;}.scroller_pattern input[type=range]::-moz-range-thumb{border:2px solid #414141;height:44px;width:100px;box-sizing:border-box;border-radius:22px;background:#FFF;background:url("/modules/Teva.HcpPortal.AT.DE/Client/Images/scrollbar_arrows.png");background-position:center center;cursor:pointer;margin-top:0px;}.scroller_pattern input[type=range]::-ms-thumb{border:2px solid #414141;height:44px;width:100px;box-sizing:border-box;border-radius:22px;background:#FFF;background:url("/modules/Teva.HcpPortal.AT.DE/Client/Images/scrollbar_arrows.png");background-position:center center;cursor:pointer;margin-top:0px;}.scroller_pattern input[type=range]::-webkit-slider-runnable-track{height:1px;cursor:pointer;background:#D0D0D0;}.scroller_pattern input[type=range]::-moz-range-track{height:1px;cursor:pointer;background:#D0D0D0;}.scroller_pattern input[type=range]::-ms-track{height:1px;cursor:pointer;background:transparent;border-color:transparent;border-width:22px 0;color:transparent;}.scroller_pattern input[type=range]::-ms-fill-lower{background:#D0D0D0;}.scroller_pattern input[type=range]::-ms-fill-upper{background:#D0D0D0;}.scroller_pattern input[type=range]::-ms-tooltip{display:none;}.study_pattern .slick-dots{bottom:4.1875rem;}@media (max-width:1024px){.scroller_pattern input[type=range]{max-width:90%;}}h1,.text-h1{font-size:68px;line-height:85px;letter-spacing:0.3px;}h2,.text-h2{font-size:51px;line-height:55px;letter-spacing:0.5px;}h3,.text-h3{font-size:42px;line-height:55px;letter-spacing:0.5px;}h4,.text-h4{font-size:31px;line-height:42px;letter-spacing:0.5px;}h5,.text-h5,.header-DE .mobile-menu .primary-navigation__link,.header-DE .mobile-menu .primary-navigation__sub-link{font-size:26px;line-height:36px;letter-spacing:0.5px;}h6,.text-h6,.header .mobile-menu__inner-wrapper .primary-navigation__item.is-active .primary-navigation__link,.header-DE .mobile-menu .js-nav-item.is-active > .primary-navigation__sub-item > .primary-navigation__sub-link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p--big,.copytext--big,.header-DE .main-navigation .primary-navigation__search .search-txt,.headerline,.membership-navigation-menu .profile-page-link,.membership-navigation-menu .primary-navigation__link{font-size:19px;line-height:26px;letter-spacing:0.5px;}p,.copytext,.search-nav-teva-de__form,.membership-navigation-menu .logout-btn i.fa{font-size:16px;line-height:24px;letter-spacing:0.5px;}p--tiny,.copytext--tiny,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--single .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .select2-selection__rendered,.select2-container.select2-container--teva-hcp-product-filter,.select2-container.select2-container--teva-hcp-product-filter .select2-results__option,.filters-column > .indications-dropdown .selectButtons .selectButton,.select2-container--teva-hcp-uk-green-theme .select2-results__option,.select2-container--teva-hcp-uk-green-theme-side .select2-results__option,.membership-navigation-menu .user-profile,.membership-navigation-menu .logout-btn{font-size:12px;line-height:16px;letter-spacing:0.3px;}p--micro,.copytext--micro,.select2-container.select2-container--teva-hcp-product-filter .select2-selection--multiple .selected-items-number{font-size:10px;line-height:14px;letter-spacing:0.3px;}.primary-navigation__item .select2-form-container{margin-bottom:-12px;}.membership-navigation-menu{position:fixed;width:395px;min-height:100%;min-height:100vh;top:0;right:-100vw;background-color:#FFF;color:#414141;z-index:3000;display:none;padding:16px 27px 100px;z-index:101;transition:right .4s;}.membership-navigation-menu.is-active{display:block;right:0vw;}@media (max-width:1024px){.membership-navigation-menu{width:375px;padding:22px 10px 22px 20px;right:0px;}}@media (max-width:540px){.membership-navigation-menu{width:100%;}}.right-to-left .membership-navigation-menu{right:auto;left:0px;transform:translateX(-500%);}.membership-navigation-menu .primary-navigation__item,.membership-navigation-menu .secondary-navigation__item{margin-bottom:6px;list-style:none;}.membership-navigation-menu .profile-page-link{margin-left:4px;}.membership-navigation-menu .profile-page-link:hover i{color:#306a7c;}@media (max-width:1024px){.membership-navigation-menu .profile-page-link i.fa{margin-left:0px;}}.membership-navigation-menu .secondary-navigation__item i.fa{margin-right:6px;}@media (max-width:1024px){.membership-navigation-menu .secondary-navigation__item{margin-left:0;}}.membership-navigation-menu .user-profile{text-align:right;margin-bottom:12px;text-transform:uppercase;cursor:pointer;font-weight:600;}@media (max-width:1024px){.membership-navigation-menu .user-profile{margin-top:53px;margin-bottom:0;}}.membership-navigation-menu .user-profile i.fa{font-size:1.5rem;line-height:1.5rem;margin-left:3px;}.membership-navigation-menu .user-profile i.fa:before{margin:0;}.membership-navigation-menu .user-profile .icon-wrapper{width:2em;height:2em;margin:0px 3px;}.membership-navigation-menu .user-profile .icon-wrapper svg{top:52%;}.membership-navigation-menu .user-profile.show-desktop{display:flex;align-items:center;justify-content:flex-end;padding-top:0;margin:0;}@media (max-width:1024px){.membership-navigation-menu .user-profile.show-desktop{display:none;}}.membership-navigation-menu .user-profile.show-mobile{display:none;}@media (max-width:1024px){.membership-navigation-menu .user-profile.show-mobile{position:relative;display:flex;align-items:center;justify-content:space-between;margin:0px;padding-bottom:45px;}}.membership-navigation-menu .user-profile__container{display:flex;align-items:center;}.membership-navigation-menu .profile-page-link,.membership-navigation-menu .membership-navigation-list__wrapper{margin-bottom:6px;padding:0;}.membership-navigation-menu .profile-page-link{display:block;}.membership-navigation-menu .membership-navigation-list{margin-left:4px;}.membership-navigation-menu .primary-navigation__link{font-family:'TevaSans-Light',Arial,sans-serif;margin-bottom:10px;display:block;padding-left:4px;color:#43B02A;}.membership-navigation-menu .secondary-navigation__link{font-size:16px;line-height:16px;}.membership-navigation-menu .profile-page-link,.membership-navigation-menu .secondary-navigation__link{color:#414141;}.membership-navigation-menu .profile-page-link:hover,.membership-navigation-menu .secondary-navigation__link:hover{text-decoration:none;color:#1b1b1b;}.membership-navigation-menu .profile-page-link:hover .fa,.membership-navigation-menu .secondary-navigation__link:hover .fa{color:#176047;}.membership-navigation-menu .logout-btn{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);position:absolute;bottom:35px;width:321px;border-radius:0;font-weight:600;padding:13px 5px 11px 11px;display:flex;justify-content:center;align-content:center;height:44px;}.membership-navigation-menu .logout-btn i.fa{padding-left:10px;top:3px;position:relative;left:0px;font-size:1.5rem !important;}.membership-navigation-menu .logout-btn i.fa:before{background-color:rgba(255,255,255,0.1);border-radius:50%;padding:3px;width:30px;position:relative;top:-10px;left:1px;}@media (max-width:1024px){.membership-navigation-menu .logout-btn{width:calc(100% - 40px);bottom:10px;}}@media (max-width:1024px){.global-wrapper.navigation-menu-open{height:100%;}}[data-tooltip]{position:relative;z-index:2;cursor:pointer;}[data-tooltip]:before,[data-tooltip]:after{visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;pointer-events:none;}[data-tooltip]:before{position:absolute;bottom:150%;left:50%;z-index:9999;margin-bottom:5px;margin-left:-80px;padding:7px;width:160px;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,0.9);color:#fff;content:attr(data-tooltip);text-align:center;font-size:14px;line-height:1.2;}[data-tooltip]:after{position:absolute;bottom:150%;z-index:9999;left:50%;margin-left:-5px;width:0;border-top:5px solid #000;border-top:5px solid rgba(51,51,51,0.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0;}[data-tooltip]:hover:before,[data-tooltip]:hover:after{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1;}.template-base.body-scroll-disabled .membership-navigation-menu{overflow-y:auto;height:100%;}@media (max-width:1024px){.template-base.body-scroll-disabled .membership-navigation-menu{padding-bottom:164px;}}.template-base .membership-ribbon-user-profile{align-items:center;}.template-base .membership-ribbon-user-profile .membership-ribbon-user-profile__link__icon svg,.template-base .membership-ribbon-user-profile .membership-ribbon-user-profile__guest-icon svg{width:100%;height:100%;fill:#4599B3;top:50%;}.template-base .membership-ribbon-user-profile .membership-ribbon-user-profile__link__icon svg:hover,.template-base .membership-ribbon-user-profile .membership-ribbon-user-profile__guest-icon svg:hover{fill:#306a7c;}@media (max-width:1024px){.template-base .membership-ribbon-user-profile .membership-ribbon-user-profile__link__icon,.template-base .membership-ribbon-user-profile .membership-ribbon-user-profile__guest-icon{width:24px;height:24px;}}.template-base .membership-ribbon-user-profile .membership-ribbon-user-profile__guest-icon{margin:0;}.template-base .membership-ribbon-links__link .icon-wrapper{vertical-align:middle;width:22px;height:22px;}.template-base .membership-ribbon-links__link .icon-wrapper svg{top:50%;}.template-base .align-self-center{display:flex;letter-spacing:0.5px;justify-content:space-between;}.template-base .align-self-center .icon-wrapper{width:54px;height:54px;}.template-base .align-self-center .icon-wrapper svg{fill:#4599B3;top:50%;}.template-base .align-self-center .icon-wrapper svg:hover{fill:#306a7c;}.template-base .align-self-center .membership-ribbon-user-profile__login-link{border-bottom-color:#414141;}.template-base .align-self-center .membership-ribbon-user-profile__login-link-wrapper{display:block;width:50%;}.template-base .align-self-center .membership-ribbon-links{width:50%;}.template-base .align-self-center .membership-ribbon-links .membership-ribbon-links__link{font-weight:normal;}.template-base .align-self-center .membership-ribbon-links .membership-ribbon-links__link svg{width:18px;height:24px;margin-right:8px;}.template-base .align-self-center .membership-ribbon-links .membership-ribbon-links__link:hover{opacity:0.8;}.template-base .align-self-center .membership-ribbon-links .swiss_rx_login .swiss_rx{color:#414141;background:none;border:none;cursor:pointer;}.template-base .align-self-center .membership-ribbon-links .swiss_rx_login .swiss_rx img{width:24px;margin-right:6px;}.template-base .ch-pharmacy-picker{margin-bottom:8px;}.template-base .account-page-title + .logout-btn{width:225px;border:none;height:44px;background-color:#F87024;}.template-base .membership-navigation-menu{padding-bottom:33px;}.template-base .membership-navigation-menu .profile-page-link i.fa{color:#4599B3;}.template-base .membership-navigation-menu .membership-navigation-list{max-width:300px;}.template-base .membership-navigation-menu .membership-navigation-list .primary-navigation__link{margin-left:6px;}.template-base .membership-navigation-menu .user-profile.show-desktop,.template-base .membership-navigation-menu .membership-navigation-list__wrapper,.template-base .membership-navigation-menu .profile-page-link{margin-bottom:30px;}.template-base .membership-navigation-menu .primary-navigation__link{padding:0;}.template-base .membership-navigation-menu .logout-btn{border:none;position:static;color:#FFF;}.template-base .membership-navigation-menu .logout-btn:hover{color:#FFF;}@media (max-width:1024px){.template-base .membership-navigation-menu .logout-btn{margin-top:44px;}}.notification-container{position:fixed;right:30px;top:30px;width:395px;z-index:101;}.notification{display:flex;align-items:center;width:100%;height:84px;padding:20px;margin:10px 0px;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);background-color:#FFF;opacity:1;transition:all 2000ms;}.notification.is-fading-out{opacity:0;transform:translateX(100%);}.notification--success .notification__ico{background:-webkit-linear-gradient(217.59deg,#AFCB37 0%,#00A03B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.notification--error .notification__ico{color:#FB3449;}.notification__ico-container{width:100%;max-width:65px;text-align:center;border-right:1px solid #D0D0D0;}.notification__ico{display:inline-block;margin:0 auto;}.notification__ico::before{font-size:2em;}.notification__txt{width:100%;color:#444444;font-size:16px;line-height:18px;font-weight:900;text-align:left;padding:0px 20px;}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.notificaiton--success .notification__ico{color:#43B02A;}}.mandatory-curtain{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);z-index:102;}.mandatory-curtain.is-active{display:block;}.mandatory-popup-container{display:none;justify-content:center;align-items:center;top:0;left:0;z-index:103;height:100vh;width:100%;padding:0 15px;}.mandatory-popup-container.is-active{display:flex;}.mandatory-popup{max-width:730px;background:#FFF;color:#414141;width:100%;justify-content:center;align-items:center;padding:68px;position:relative;text-align:center;font-size:14px;word-break:break-word;z-index:104;}.mandatory-popup .icon-close{position:absolute;cursor:pointer;top:16px;right:16px;}.mandatory-popup .icon-close svg{width:20px;height:20px;fill:#69B93D;top:50%;}.mandatory-buttons{display:flex;margin:20px 0px;}.mandatory-btn{color:#414141;font-size:10px;text-decoration:underline;pointer-events:visible;margin-right:15px;white-space:nowrap;}html{font-size:16px;-webkit-font-smoothing:antialiased;}*,*::before,*::after{box-sizing:border-box;}*{margin:0;padding:0;}.body-scroll-disabled{overflow:hidden;}.template-base :disabled,.template-base :disabled:hover{background-color:#EAEAEA !important;fill:#A0A0A0 !important;cursor:not-allowed;}.template-base .disabled-txt{color:#A0A0A0;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.template-base .js-is-hidden{display:none;}.global-wrapper{max-width:1920px;margin:0 auto;position:relative;overflow:hidden;padding-top:130px;}.global-wrapper.with-headerline{padding-top:180px;}@media (max-width:1024px){.global-wrapper{padding-top:4.125rem;}}@media (max-width:767px){.global-wrapper{background:none !important;}}.container{max-width:1000px;padding:0px 30px;margin:0 auto;}@media (max-width:767px){.container{padding:0 20px;}}.container .container{padding:0;}.secondary-container{max-width:1240px;padding:0px 30px;margin:0 auto;}@media (max-width:767px){.secondary-container{padding:0 20px;}}.secondary-container .container{padding:0;}.account-overview{padding-top:71px;padding-bottom:0px;margin:0 auto;}@media (max-width:1024px){.account-overview{padding:32px 30px 0px;}}@media (max-width:767px){.account-overview{padding:32px 20px 0px;}}.account-overview .back-to-overview-page{margin-bottom:45px;}@media (max-width:1024px){.account-overview .back-to-overview-page{margin-bottom:35px;}}.account-overview .promoted-content{margin:45px auto 0;}.account-overview-title{display:flex;align-items:center;justify-content:flex-start;margin:0px 0px 16px 0px;}.account-overview-title .icon-wrapper{width:72px;height:79.2px;font-size:72px;line-height:79.2px;margin:0px 16px 0px 0px;}.account-overview-title .icon-wrapper.icon-add-user svg{top:42%;}.account-overview-title .icon-wrapper svg{top:50%;}.no-pointer-events{pointer-events:none;}.hidden{display:none !important;}.shown{display:block !important;}.bullet-list{padding:20px;}.bullet-list > li{position:relative;list-style:none;}.bullet-list > li:before{width:16px;height:1.5px;background-color:#3C7E79;position:absolute;top:12px;content:"";}.doc-check-wrapper{height:2em;}.doc-check{width:2em;}.flex-display{display:flex !important;}.btn-read{display:flex;margin:15px auto;width:-moz-fit-content;width:fit-content;}.faded-last-lines{-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%);mask-image:linear-gradient(to bottom,black 50%,transparent 100%);}.checkboxer{display:flex;align-items:center;width:100%;margin:20px 0px;}.checkboxer__input{width:30px;height:30px;background:#FFF;appearance:none;border:none;outline:none;cursor:pointer;border-style:solid;border-width:2px;position:relative;transition:all 0.4s ease-in;overflow:hidden;flex-shrink:0;}.checkboxer__input:hover{background:#00A03B;}.checkboxer__input::-ms-check{background-color:#FFF;border:2px solid #00A03B;padding:5px;}.checkboxer__input:checked{background-color:#00A03B;animation:slide-right 0.4s ease-in forwards;}.checkboxer__input:checked::-ms-check{background-color:#00A03B;color:#FFF;}.checkboxer__input:checked::after{content:'\e86e';font-family:'Teva Icon Font';font-size:32px;color:#FFF;height:100%;animation:slide-right 0.4s ease-in forwards;display:flex;justify-content:center;align-items:center;}

@charset "UTF-8";.contact__fr .tel-icon a,.rich-content-block .contact__fr .tel-icon a{font-size:1.9375rem;line-height:2.625rem;}.text-content__fr h4,.legal-text h4,.text-content__uk p,.text-content__uk span,.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored,.teva-one__promoted-text h4.rich-content-block__subtitle,.privacy_page .privacy_page_subsection h4,.privacy_page .privacy_page_subsection:first-of-type p,.rich-content-block .text-content__fr h4{font-size:1.625rem;line-height:2.25rem;}.text-content__fr p,.text-content__fr span,.promoted-content-area .promoted-text,.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th,table.fr-table td,.legal-text p,.legal-text span,.legal-text ul li,.teva-one__promoted-text{font-size:1rem;line-height:1.5rem;}.privacy_page .privacy_page_subsection h5,.text-paragraph--big{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th .data-desc,table.fr-table td .data-desc,table.fr-table th,.text-content__fr .small-text,.text-content__fr .ext-link__fr,.contact__fr h6,.contact__fr p,.text-content__uk .see-all-links,.textcontent_tevauk_aboutpage .rich-content-block__content .small-text,.rich-content-block .text-content__fr .ext-link__fr,.rich-content-block .text-content__fr .small-text,.rich-content-block .contact__fr h6,.rich-content-block .contact__fr p{font-size:0.75rem;line-height:1rem;}.contact__fr .tel-icon a,.rich-content-block .contact__fr .tel-icon a{font-size:1.9375rem;line-height:2.625rem;}.text-content__fr h4,.legal-text h4,.text-content__uk p,.text-content__uk span,.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored,.teva-one__promoted-text h4.rich-content-block__subtitle,.privacy_page .privacy_page_subsection h4,.privacy_page .privacy_page_subsection:first-of-type p,.rich-content-block .text-content__fr h4{font-size:1.625rem;line-height:2.25rem;}.text-content__fr p,.text-content__fr span,.promoted-content-area .promoted-text,.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th,table.fr-table td,.legal-text p,.legal-text span,.legal-text ul li,.teva-one__promoted-text{font-size:1rem;line-height:1.5rem;}.privacy_page .privacy_page_subsection h5,.text-paragraph--big{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th .data-desc,table.fr-table td .data-desc,table.fr-table th,.text-content__fr .small-text,.text-content__fr .ext-link__fr,.contact__fr h6,.contact__fr p,.text-content__uk .see-all-links,.textcontent_tevauk_aboutpage .rich-content-block__content .small-text,.rich-content-block .text-content__fr .ext-link__fr,.rich-content-block .text-content__fr .small-text,.rich-content-block .contact__fr h6,.rich-content-block .contact__fr p{font-size:0.75rem;line-height:1rem;}table.fr-table{width:100% !important;border:none;margin-bottom:27px;}@media (max-width:767px){table.fr-table{display:block;overflow-x:auto;white-space:nowrap;}}table.fr-table th,table.fr-table td{padding:15px;text-align:center;}table.fr-table th .data-title,table.fr-table td .data-title{font-weight:600;}table.fr-table th.color-txt-5,table.fr-table td.color-txt-5{color:#269E75;}table.fr-table th{text-transform:uppercase;border-bottom:1px solid #D0D0D0;}table.fr-table td{padding:24px 15px;}table.fr-table tr > td:last-of-type,table.fr-table tr > th:last-of-type{text-align:right;}table.fr-table tr > td:nth-child(1),table.fr-table tr > th:nth-child(1),table.fr-table tr > td:nth-child(2),table.fr-table tr > th:nth-child(2){text-align:left;}table.fr-table tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05);}.fr-table__wrapper{width:112%;margin-bottom:50px;overflow-x:auto;margin-left:-55px;}.fr-table__wrapper::-webkit-scrollbar{-webkit-appearance:none;}.fr-table__wrapper::-webkit-scrollbar:vertical{width:4px !important;}.fr-table__wrapper::-webkit-scrollbar:horizontal{height:4px !important;}.fr-table__wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);}.fr-table__wrapper::-webkit-scrollbar-track{background-color:#ffffff;}@media (max-width:1024px){.fr-table__wrapper{max-width:940px;width:100%;margin-left:0;}}.fr-table__wrapper .fr-table,.fr-table__wrapper table{margin-bottom:0 !important;min-width:686px;}@media (max-width:767px){.mes-factures .fr-table__wrapper{max-width:100%;}}.teva-france .fr-table__wrapper{overflow-x:scroll;}.teva-france .fr-table__wrapper .fr-table,.teva-france .fr-table__wrapper table{min-width:100%;}@media (max-width:767px){.teva-france .fr-table__wrapper{max-width:100%;}}.contact__fr .tel-icon a,.rich-content-block .contact__fr .tel-icon a{font-size:1.9375rem;line-height:2.625rem;}.text-content__fr h4,.legal-text h4,.text-content__uk p,.text-content__uk span,.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored,.teva-one__promoted-text h4.rich-content-block__subtitle,.privacy_page .privacy_page_subsection h4,.privacy_page .privacy_page_subsection:first-of-type p,.rich-content-block .text-content__fr h4{font-size:1.625rem;line-height:2.25rem;}.text-content__fr p,.text-content__fr span,.promoted-content-area .promoted-text,.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th,table.fr-table td,.legal-text p,.legal-text span,.legal-text ul li,.teva-one__promoted-text{font-size:1rem;line-height:1.5rem;}.privacy_page .privacy_page_subsection h5,.text-paragraph--big{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th .data-desc,table.fr-table td .data-desc,table.fr-table th,.text-content__fr .small-text,.text-content__fr .ext-link__fr,.contact__fr h6,.contact__fr p,.text-content__uk .see-all-links,.textcontent_tevauk_aboutpage .rich-content-block__content .small-text,.rich-content-block .text-content__fr .ext-link__fr,.rich-content-block .text-content__fr .small-text,.rich-content-block .contact__fr h6,.rich-content-block .contact__fr p{font-size:0.75rem;line-height:1rem;}.rich-content-quotes{display:flex;}@media (max-width:767px){.rich-content-quotes{display:block;}}.rich-content-block--image-right .rich-content-quotes{flex-direction:row-reverse;}.rich-content-block--image-right .rich-content-quotes__content{padding-right:30px;padding-left:30px;}@media (max-width:767px){.rich-content-block--image-right .rich-content-quotes__content{padding-right:15px;padding-left:15px;}}.rich-content-block--image-left .rich-content-quotes__content{padding-left:30px;padding-right:30px;}@media (max-width:767px){.rich-content-block--image-left .rich-content-quotes__content{padding-right:15px;padding-left:15px;}}.rich-content-block-quotes .rich-content-quotes__image-container{display:flex;justify-content:center;flex-direction:column;}.rich-content-block-quotes .rich-content-quotes__image-container .rich-content-quotes__image{width:222px;height:222px;overflow:hidden;border-radius:50%;background-size:cover;background-position:center;}@media (max-width:1024px){.rich-content-block-quotes .rich-content-quotes__image-container .rich-content-quotes__image{margin-left:10px;}}@media (max-width:767px){.rich-content-block-quotes .rich-content-quotes__image-container .rich-content-quotes__image{position:initial;margin-left:auto;margin-right:auto;}}.rich-content-block-quotes .rich-content-quotes__content:before{content:open-quote;color:#AA198D;position:relative;top:20px;font-size:1.9375rem;left:-28px;}@media (max-width:767px){.rich-content-block-quotes .rich-content-quotes__content:before{font-size:1.1875rem;top:28px;left:-18px;}}.rich-content-block-quotes .rich-content-quotes__content blockquote{font-size:1.9375rem;line-height:2.625rem;color:#204E77;margin-bottom:27px;}.rich-content-block-quotes .rich-content-quotes__content blockquote:after{content:close-quote;color:#AA198D;}.rich-content-block-quotes .rich-content-quotes__content blockquote p{display:inline;}@media (max-width:767px){.rich-content-block-quotes .rich-content-quotes__content blockquote{font-size:1.1875rem;line-height:1.625rem;}}.rich-content-block-quotes .rich-content-quotes__content cite{font-size:1rem;line-height:1.5rem;color:#AA198D;font-style:normal;}.rich-content-block-quotes .rich-content-quotes__content cite:before{content:'';background-color:#AA198D;display:inline-block;height:1px;position:relative;vertical-align:middle;width:27px;margin-right:15px;}.contact__fr .tel-icon a,.rich-content-block .contact__fr .tel-icon a{font-size:1.9375rem;line-height:2.625rem;}.text-content__fr h4,.legal-text h4,.text-content__uk p,.text-content__uk span,.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored,.teva-one__promoted-text h4.rich-content-block__subtitle,.privacy_page .privacy_page_subsection h4,.privacy_page .privacy_page_subsection:first-of-type p,.rich-content-block .text-content__fr h4{font-size:1.625rem;line-height:2.25rem;}.text-content__fr p,.text-content__fr span,.promoted-content-area .promoted-text,.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th,table.fr-table td,.legal-text p,.legal-text span,.legal-text ul li,.teva-one__promoted-text{font-size:1rem;line-height:1.5rem;}.privacy_page .privacy_page_subsection h5,.text-paragraph--big{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th .data-desc,table.fr-table td .data-desc,table.fr-table th,.text-content__fr .small-text,.text-content__fr .ext-link__fr,.contact__fr h6,.contact__fr p,.text-content__uk .see-all-links,.textcontent_tevauk_aboutpage .rich-content-block__content .small-text,.rich-content-block .text-content__fr .ext-link__fr,.rich-content-block .text-content__fr .small-text,.rich-content-block .contact__fr h6,.rich-content-block .contact__fr p{font-size:0.75rem;line-height:1rem;}.text-content__fr h4{margin-bottom:0;}.text-content__fr ul li{font-size:1rem;line-height:1.5rem;font-style:normal;list-style:none;position:relative;padding-left:31px;text-indent:0;}.text-content__fr ul li:before{content:'';background-color:#AA198D;display:block;height:1px;position:absolute;vertical-align:middle;width:16px;margin-right:15px;top:0.75em;left:0;}.text-content__fr .ext-link__fr{font-weight:600;color:#269E75 !important;border-bottom:2px solid #269E75;padding-bottom:5px;margin-top:44px;display:inline-block;}.text-content__fr .ext-link__fr:hover{color:#269E75 !important;text-decoration:none;}.text-content__fr .link--bold-underline,.text-content__fr .link--bold-underline.ext-link__fr{text-decoration:none;border-bottom:2px solid;padding-bottom:0.2375rem;}.text-content__fr .fill-button__fr{padding:15px 0;background-color:#69B93D;color:#FFF;transition:400ms all ease;font-size:1.1875rem;line-height:1.625rem;display:inline-flex;align-items:center;justify-content:center;min-width:177px;border:2px solid #69B93D;color:#FFF !important;min-width:428px;margin:0;max-width:507px;width:100%;position:relative;}@media (max-width:1024px){.text-content__fr .fill-button__fr{padding:7px 35px;font-size:1rem;line-height:1.5rem;text-align:center;}}.text-content__fr .fill-button__fr:hover{text-decoration:none;}@media (max-width:1024px){.text-content__fr .fill-button__fr .button_label{line-height:30px;}}.text-content__fr .fill-button__fr .button__icon{width:33px;height:33px;line-height:33px;background-color:rgba(255,255,255,0.1);border-radius:50%;display:inline-block;text-align:center;margin-left:16px;}@media (max-width:1024px){.text-content__fr .fill-button__fr .button__icon{margin-left:10px;}}.text-content__fr .fill-button__fr .button__icon .fa{display:flex;align-items:center;justify-content:center;font-size:24px;transform:translateY(5px);line-height:1;}.text-content__fr .fill-button__fr .button__icon .fa:before{margin:0;}.text-content__fr .fill-button__fr:hover{color:#FFF !important;}@media (max-width:767px){.text-content__fr .fill-button__fr{min-width:100%;max-width:100%;margin-top:0;}}.text-content__fr .fill-button__fr:hover::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.15);}.contact__fr h6{font-weight:600;color:#AA198D;text-transform:uppercase;max-width:31%;margin-right:40px;}@media (max-width:1024px){.contact__fr h6{max-width:25%;}}@media (max-width:767px){.contact__fr h6{max-width:100%;margin:0 0 44px;}}.contact__fr p{margin-left:40px;}.contact__fr > div > div{display:flex;align-items:center;justify-content:space-between;padding:45px 0;}@media (max-width:767px){.contact__fr > div > div{flex-direction:column;}}.contact__fr .tel-icon{display:flex;background:#AA198D;width:214px;height:214px;transform:rotate(45deg);margin:0;align-items:center;justify-content:center;}@media (max-width:1024px){.contact__fr .tel-icon{min-width:214px;}}.contact__fr .tel-icon a{width:65%;transform:rotate(-45deg);display:block;color:#FFF;margin:10% auto;text-align:center;}.contact__fr .tel-icon a.mobile-phone{display:none;}.contact__fr .tel-icon a.desktop-phone{color:white !important;}@media (max-width:767px){.contact__fr .tel-icon a.desktop-phone{display:none;color:white !important;}.contact__fr .tel-icon a.mobile-phone{display:block;color:white !important;}}.contact__fr .tel-icon + p{text-align:center;margin-left:44px;}@media (max-width:767px){.contact__fr .tel-icon + p{width:100%;margin-top:44px;margin-left:0;}}.legal-text h3{margin:115px auto 44px;}.legal-text p,.legal-text span{margin-bottom:1em;}.legal-text h4{font-weight:600;margin-bottom:1em;}.legal-text a{color:#414141;border-bottom:2px solid #979797;}.legal-text a:hover{text-decoration:none;}.legal-text ul{padding-left:0.7em;}.legal-text ul li{position:relative;font-style:normal;list-style-type:none;padding-left:0;text-indent:0;}.legal-text ul li:before{content:'';background-color:#414141;display:block;height:1px;width:0.3em;margin-right:15px;position:absolute;top:0.75em;left:-0.7em;}.legal-text table.fr-table tr:nth-of-type(odd){background-color:transparent;}.legal-text table.fr-table tr td{border:1px solid #8C8C8C;}.legal-text table.fr-table tr th{background-color:#269E75;border:1px solid #8C8C8C;color:#FFF;}.contact__fr .tel-icon a,.rich-content-block .contact__fr .tel-icon a{font-size:1.9375rem;line-height:2.625rem;}.text-content__fr h4,.legal-text h4,.text-content__uk p,.text-content__uk span,.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored,.teva-one__promoted-text h4.rich-content-block__subtitle,.privacy_page .privacy_page_subsection h4,.privacy_page .privacy_page_subsection:first-of-type p,.rich-content-block .text-content__fr h4{font-size:1.625rem;line-height:2.25rem;}.text-content__fr p,.text-content__fr span,.promoted-content-area .promoted-text,.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th,table.fr-table td,.legal-text p,.legal-text span,.legal-text ul li,.teva-one__promoted-text{font-size:1rem;line-height:1.5rem;}.privacy_page .privacy_page_subsection h5,.text-paragraph--big{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th .data-desc,table.fr-table td .data-desc,table.fr-table th,.text-content__fr .small-text,.text-content__fr .ext-link__fr,.contact__fr h6,.contact__fr p,.text-content__uk .see-all-links,.textcontent_tevauk_aboutpage .rich-content-block__content .small-text,.rich-content-block .text-content__fr .ext-link__fr,.rich-content-block .text-content__fr .small-text,.rich-content-block .contact__fr h6,.rich-content-block .contact__fr p{font-size:0.75rem;line-height:1rem;}.text-content__uk{max-width:940px;margin:0 auto;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end;position:relative;}.text-content__uk h4{font-size:1.625rem;line-height:2.25rem;}@media (max-width:540px){.text-content__uk h4{font-size:31px;line-height:37px;}}.text-content__uk .see-all-links{font-weight:600;color:#269E75;text-transform:uppercase;position:absolute;padding-bottom:3px;right:0;top:30px;border-bottom:2px solid #269E75;text-decoration:none;}@media (max-width:540px){.text-content__uk .see-all-links{top:57px;}}.text-content__uk .see-all-links:hover{color:#176047;border-color:#176047;}.mobile-phone{display:none;}.desktop-phone{color:white !important;}@media (max-width:767px){.desktop-phone{display:none;display:block;color:white !important;}.mobile-phone{border-bottom:none !important;display:block;color:white !important;}}.tevauk_companyinfopage{position:relative;}.tevauk_companyinfopage .teva-scheme-button a{padding:15px 0;background-color:#204E77;color:#FFF;transition:400ms all ease;font-size:1.1875rem;line-height:1.625rem;display:inline-flex;align-items:center;justify-content:center;min-width:177px;box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);color:#FFF !important;padding:15px 40px;min-width:300px;}@media (max-width:1024px){.tevauk_companyinfopage .teva-scheme-button a{padding:7px 35px;font-size:1rem;line-height:1.5rem;text-align:center;}}.tevauk_companyinfopage .teva-scheme-button a:hover{text-decoration:none;}@media (max-width:1024px){.tevauk_companyinfopage .teva-scheme-button a .button_label{line-height:30px;}}.tevauk_companyinfopage .teva-scheme-button a .button__icon{width:33px;height:33px;line-height:33px;background-color:rgba(255,255,255,0.1);border-radius:50%;display:inline-block;text-align:center;margin-left:16px;}@media (max-width:1024px){.tevauk_companyinfopage .teva-scheme-button a .button__icon{margin-left:10px;}}.tevauk_companyinfopage .teva-scheme-button a .button__icon .fa{display:flex;align-items:center;justify-content:center;font-size:24px;transform:translateY(5px);line-height:1;}.tevauk_companyinfopage .teva-scheme-button a .button__icon .fa:before{margin:0;}.tevauk_companyinfopage .teva-scheme-button a:hover{opacity:0.9;}.textcontent_tevauk_aboutpage .rich-content-block__image{height:auto;}@media (max-width:540px){.textcontent_tevauk_aboutpage .rich-content-block__image{width:100%;height:auto;margin:0;transform:translate(0,0);}}@media (max-width:540px){.textcontent_tevauk_aboutpage .ratio-4-3{margin:0;}.textcontent_tevauk_aboutpage .ratio-4-3:before{content:none;}}.textcontent_tevauk_aboutpage .rich-content-block__content{display:flex;flex-direction:column;}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.textcontent_tevauk_aboutpage .rich-content-block__content{width:100%;}}.textcontent_tevauk_aboutpage .rich-content-block__content h4{font-size:2.625rem !important;line-height:3.4375rem !important;margin-bottom:44px !important;}.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored ~ h4{margin-bottom:27px !important;}.textcontent_tevauk_aboutpage .rich-content-block__content p{margin-bottom:10px;}.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored + p{margin-bottom:0;}.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored{color:#69B93D;margin-top:-17px;margin-bottom:0;padding-bottom:27px;column-span:all;}.textcontent_tevauk_aboutpage .rich-content-block__content .colored-text{color:#69B93D;}.textcontent_tevauk_aboutpage .rich-content-block__content .colored-text .color-black{color:#000;}.textcontent_tevauk_aboutpage .rich-content-block__content .small-margin{margin-top:-44px;margin-bottom:71px !important;}.textcontent_tevauk_aboutpage .rich-content-block__content ul{column-span:all;margin-top:25px;}.textcontent_tevauk_aboutpage .rich-content-block__content ul li{font-size:1rem;line-height:1.5rem;font-style:normal;list-style:none;position:relative;padding-left:31px;text-indent:0;}.textcontent_tevauk_aboutpage .rich-content-block__content ul li:before{content:'';background-color:#AA198D;display:block;height:1px;position:absolute;vertical-align:middle;width:16px;margin-right:15px;top:0.75em;left:0;}.textcontent_tevauk_aboutpage .rich-content-block__content .button-container{margin:auto;width:54%;}.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk{box-shadow:0 10px 20px 0 rgba(0,0,0,0.07),0 1px 3px 0 rgba(0,0,0,0.07);padding:15px 0;background-color:#69B93D;color:#FFF;transition:400ms all ease;font-size:1.1875rem;line-height:1.625rem;display:inline-flex;align-items:center;justify-content:center;min-width:177px;border:2px solid #69B93D;margin:44px 0 71px 0;max-width:470px;position:relative;color:#FFF !important;padding:15px 40px;cursor:pointer;}@media (max-width:1024px){.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk{padding:7px 35px;font-size:1rem;line-height:1.5rem;text-align:center;}}.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk:hover{text-decoration:none;}@media (max-width:1024px){.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk .button_label{line-height:30px;}}.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk .button__icon{width:33px;height:33px;line-height:33px;background-color:rgba(255,255,255,0.1);border-radius:50%;display:inline-block;text-align:center;margin-left:16px;}@media (max-width:1024px){.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk .button__icon{margin-left:10px;}}.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk .button__icon .fa{display:flex;align-items:center;justify-content:center;font-size:24px;transform:translateY(5px);line-height:1;}.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk .button__icon .fa:before{margin:0;}.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk:hover{background-color:#62ac39;border:2px solid #62ac39;color:white;}.textcontent_tevauk_aboutpage .rich-content-block__content .fill-button__uk:hover::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.15);}.promoted-content-area h4.rich-content-block__about{margin-bottom:44px;}.promoted-content-area .promoted-text{max-width:940px;width:auto;margin:0 auto;padding-top:26px;}.promoted-content-area .what-we-do-para{font-size:21px;line-height:30px;}.teva-one__promoted-text{width:940px;margin:0 auto;padding:50px 0 0 0;}.teva-one__promoted-text h4.rich-content-block__subtitle{margin-bottom:15px;}.privacy_page .privacy_page_subsection{margin-bottom:71px;}.privacy_page .privacy_page_subsection h4{margin-bottom:44px;}.privacy_page .privacy_page_subsection p{line-height:24px;}.privacy_page .colored-text{color:#69B93D;}.privacy_page .category_colored{color:#269E75;font-weight:600;}.privacy_page ol li{margin-bottom:16px;}#orderSummaryCheckout{padding-bottom:115px;}.Chart-block__wrapper h3.chart-title{font-size:2.625rem;margin-bottom:44px;}@media (max-width:767px){.Chart-block__wrapper h3.chart-title{text-align:center;font-size:30px;}}.contact__fr .tel-icon a,.rich-content-block .contact__fr .tel-icon a{font-size:1.9375rem;line-height:2.625rem;}.text-content__fr h4,.legal-text h4,.text-content__uk p,.text-content__uk span,.textcontent_tevauk_aboutpage .rich-content-block__content .subtitle__colored,.teva-one__promoted-text h4.rich-content-block__subtitle,.privacy_page .privacy_page_subsection h4,.privacy_page .privacy_page_subsection:first-of-type p,.rich-content-block .text-content__fr h4{font-size:1.625rem;line-height:2.25rem;}.text-content__fr p,.text-content__fr span,.promoted-content-area .promoted-text,.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th,table.fr-table td,.legal-text p,.legal-text span,.legal-text ul li,.teva-one__promoted-text{font-size:1rem;line-height:1.5rem;}.privacy_page .privacy_page_subsection h5,.text-paragraph--big{font-size:1.1875rem;line-height:1.625rem;}table.fr-table th .data-desc,table.fr-table td .data-desc,table.fr-table th,.text-content__fr .small-text,.text-content__fr .ext-link__fr,.contact__fr h6,.contact__fr p,.text-content__uk .see-all-links,.textcontent_tevauk_aboutpage .rich-content-block__content .small-text,.rich-content-block .text-content__fr .ext-link__fr,.rich-content-block .text-content__fr .small-text,.rich-content-block .contact__fr h6,.rich-content-block .contact__fr p{font-size:0.75rem;line-height:1rem;}.teva-switzerland .richcontentblock{margin:44px auto;}.teva-switzerland .richcontentblock .rich-content-block__content h1,.teva-switzerland .richcontentblock .rich-content-block__content h2,.teva-switzerland .richcontentblock .rich-content-block__content h3,.teva-switzerland .richcontentblock .rich-content-block__content h4,.teva-switzerland .richcontentblock .rich-content-block__content h5,.teva-switzerland .richcontentblock .rich-content-block__content h6{margin-bottom:44px;}.teva-switzerland .richcontentblock .rich-content-block__content p{font-weight:normal;margin-bottom:16px;}.teva-switzerland .richcontentblock .rich-content-block__content li{margin-bottom:22px;}@media (max-width:540px){.teva-switzerland .richcontentblock .rich-content-block--two-col{columns:1;width:100%;}}.teva-switzerland .richcontentblock .rich-content-block .ul__orange-dashes{letter-spacing:0.5px;}.teva-switzerland .richcontentblock .rich-content-block .ul__orange-dashes li::before{color:#FA9D40;}.teva-switzerland .richcontentblock .rich-content-block .ratio-4-3:before{display:none;}.teva-switzerland .richcontentblock .rich-content-block .ratio-4-3 img{width:100%;transform:none;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-right.rich-content-block .rich-content-block__image.rich-content-block__image--regular{width:100%;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-right.rich-content-block .rich-content-block__image.rich-content-block__image--regular .ratio-4-3 img{margin-left:0;margin-right:20px;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-right.rich-content-block .rich-content-block__image.rich-content-block__image--wide{width:200%;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-right.rich-content-block .rich-content-block__image.rich-content-block__image--wide .ratio-4-3 img{margin-left:0;margin-right:20px;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block .rich-content-block__image.rich-content-block__image--regular{width:33%;margin-right:0;padding-left:20px;flex:none;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block .rich-content-block__image.rich-content-block__image--regular .ratio-4-3 img{margin:0;}@media (max-width:540px){.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block .rich-content-block__image.rich-content-block__image--regular{width:100%;margin-top:16px;padding:0;}}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block .rich-content-block__image.rich-content-block__image--wide{width:50%;margin-right:0;padding-left:20px;flex:none;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block .rich-content-block__image.rich-content-block__image--wide .ratio-4-3 img{margin:0;}@media (max-width:540px){.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block .rich-content-block__image.rich-content-block__image--wide{width:100%;margin-top:16px;padding:0;}}@media (max-width:540px){.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-right.rich-content-block,.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block{flex-wrap:wrap;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-right.rich-content-block .rich-content-block__image.rich-content-block__image--regular .ratio-4-3 img,.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-left.rich-content-block .rich-content-block__image.rich-content-block__image--regular .ratio-4-3 img{margin:0;}}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-above.rich-content-block .rich-content-block__image.rich-content-block__image--regular,.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-below.rich-content-block .rich-content-block__image.rich-content-block__image--regular{width:100%;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-above.rich-content-block .rich-content-block__image.rich-content-block__image--regular .ratio-4-3 img,.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-below.rich-content-block .rich-content-block__image.rich-content-block__image--regular .ratio-4-3 img{width:auto;margin:10px 0;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-above.rich-content-block .rich-content-block__image.rich-content-block__image--wide,.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-below.rich-content-block .rich-content-block__image.rich-content-block__image--wide{width:100%;}.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-above.rich-content-block .rich-content-block__image.rich-content-block__image--wide .ratio-4-3 img,.teva-switzerland .richcontentblock .rich-content-block .rich-content-block--image-below.rich-content-block .rich-content-block__image.rich-content-block__image--wide .ratio-4-3 img{width:auto;margin:10px 0;}.richcontentblock + div:not(.richcontentblock){clear:both;}.richcontentblock.displaymode-half{max-width:calc(50% - 10px);display:inline-flex !important;}.richcontentblock.displaymode-half + .richcontentblock.displaymode-half{margin-left:20px;}.richcontentblock.displaymode-one-third{max-width:calc(33.33% + 10px);display:inline-flex;padding-right:20px !important;padding-left:0;}.richcontentblock.displaymode-one-third.last-one-third{padding-right:0;max-width:calc(33.33% - 20px);}.text-image-view{display:flex;}.text-image-view p{margin-bottom:5px;width:168%;}.rich-content-block{display:flex;justify-content:flex-start;align-items:flex-start;width:100%;}.rich-content-block:after{display:table;content:'';clear:both;}.rich-content-block .teva-scheme-button a{position:relative;}.rich-content-block .teva-scheme-button a:after{display:none;content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.15);}.main-content-area .rich-content-block p{margin-bottom:27px;}.rich-content-block--image-above,.rich-content-block--image-below{display:flex;}.rich-content-block--image-above .rich-content-block__image,.rich-content-block--image-below .rich-content-block__image{width:auto;}.rich-content-block--image-left .rich-content-block__image{order:2;flex:0 0 33%;margin-right:20px;}.rich-content-block--image-right .rich-content-block__image{float:right;margin-left:0px !important;}.rich-content-block--image-above{flex-direction:column;}.rich-content-block--image-below{flex-direction:column-reverse;}.rich-content-block .text-content__fr h4{margin-bottom:0;}.rich-content-block .text-content__fr li{font-size:1rem;line-height:1.5rem;font-style:normal;list-style:none;position:relative;padding-left:31px;}.rich-content-block .text-content__fr li:before{content:'';background-color:#AA198D;display:block;height:1px;position:absolute;vertical-align:middle;width:16px;margin-right:15px;top:0.75em;left:0;}.rich-content-block .text-content__fr .ext-link__fr{font-weight:600;color:#269E75;border-bottom:2px solid #269E75;padding-bottom:5px;margin-top:44px;display:inline-block;}.rich-content-block .text-content__fr .ext-link__fr:hover{color:#269E75;text-decoration:none;}.rich-content-block .text-content__fr .link--bold-underline,.rich-content-block .text-content__fr .ext-link__fr{text-decoration:none;border-bottom:2px solid;padding-bottom:0.2375rem;}.rich-content-block .text-content__fr .fill-button__fr{padding:15px 0;background-color:#69B93D;color:#FFF;transition:400ms all ease;font-size:1.1875rem;line-height:1.625rem;display:inline-flex;align-items:center;justify-content:center;min-width:177px;border:2px solid #69B93D;color:white;min-width:428px;margin:44px 0;max-width:507px;width:100%;}@media (max-width:1024px){.rich-content-block .text-content__fr .fill-button__fr{padding:7px 35px;font-size:1rem;line-height:1.5rem;text-align:center;}}.rich-content-block .text-content__fr .fill-button__fr:hover{text-decoration:none;}@media (max-width:1024px){.rich-content-block .text-content__fr .fill-button__fr .button_label{line-height:30px;}}.rich-content-block .text-content__fr .fill-button__fr .button__icon{width:33px;height:33px;line-height:33px;background-color:rgba(255,255,255,0.1);border-radius:50%;display:inline-block;text-align:center;margin-left:16px;}@media (max-width:1024px){.rich-content-block .text-content__fr .fill-button__fr .button__icon{margin-left:10px;}}.rich-content-block .text-content__fr .fill-button__fr .button__icon .fa{display:flex;align-items:center;justify-content:center;font-size:24px;transform:translateY(5px);line-height:1;}.rich-content-block .text-content__fr .fill-button__fr .button__icon .fa:before{margin:0;}.rich-content-block .contact__fr h6{font-weight:600;color:#AA198D;text-transform:uppercase;max-width:31%;margin-right:40px;}.rich-content-block .contact__fr p{margin-left:40px;}.rich-content-block .contact__fr > div > div{display:flex;align-items:center;padding:45px 0;}.rich-content-block .contact__fr .tel-icon{display:flex;background:#AA198D;width:214px;height:214px;display:block;transform:rotate(45deg);margin:0px 40px 25px 40px;}.rich-content-block .contact__fr .tel-icon a{width:65%;transform:rotate(-45deg);display:block;color:#FFF;margin:10% auto;text-align:center;}.rich-content-block--two-col,.rich-content-block--three-col{column-gap:20px;}.rich-content-block--two-col{columns:2;}.rich-content-block--three-col{columns:3;}.rich-content-block__subtitle{margin-bottom:1rem;column-span:all;}.rich-content-block-para{font-size:18px;line-height:20px;}.rich-content-block ul li{list-style:none;}.rich-content-block ul li:before{content:"𑁋";color:#AA198D;}.rich-content-block ol{padding-left:18px;}.rich-content-block ol li{padding-left:6px;}.rich-content-block a[href^="tel:"],.rich-content-block a[href^="unsafe:tel:"]{pointer-events:none;cursor:default;}.rich-content-block__image--wide{width:calc(66.66% - 20px);}.rich-content-block__image--regular{width:calc(50% - 20px);float:left;}.space-bottom-70{padding-bottom:70px;}@media only screen and (min-width:768px) and (max-width:1024px){.richcontentblock.displaymode-half{max-width:calc(50% - 5px);}.richcontentblock + .richcontentblock{margin-left:10px;padding-left:0;}.richcontentblock.displaymode-one-third{max-width:calc(33.33% + 5px);}.richcontentblock.displaymode-one-third.last-one-third{max-width:calc(33.33% - 10px);}}@media (max-width:1024px){.text-image-view{flex-direction:column;}.rich-content-block--image-right .rich-content-block__image{margin-top:25px;}.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1rem;line-height:1.5rem;}.rich-content-block .text-content__fr h4{font-size:1.1875rem;line-height:1.625rem;}.rich-content-block a[href^="tel:"],.rich-content-block a[href^="unsafe:tel:"]{pointer-events:auto;cursor:pointer;}.teva-france .rich-content-block--image-right .rich-content-block__image{margin-top:0px;}}@media (max-width:767px){.richcontentblock.displaymode-one-third{max-width:100%;padding-right:0;}.rich-content-block .text-content__fr p,.rich-content-block .text-content__fr span{font-size:1rem;line-height:1.5rem;}.rich-content-block .text-content__fr h4{font-size:1.1875rem;line-height:1.625rem;}.rich-content-block .text-content__fr .fill-button__fr{padding:10px 26px;white-space:normal;min-width:100%;}.teva-france .rich-content-block .ratio-4-3 .rich-content-block__image{margin-top:25px;}}@media (max-width:540px){.rich-content-block{flex-direction:column-reverse;}.rich-content-block__subtitle{font-size:35px;line-height:43px;}}

table.fr-table th,table.fr-table td{font-size:1rem;line-height:1.5rem;}table.fr-table th .data-desc,table.fr-table td .data-desc,table.fr-table th{font-size:0.75rem;line-height:1rem;}table.fr-table{width:100% !important;border:none;margin-bottom:27px;}@media (max-width:767px){table.fr-table{display:block;overflow-x:auto;white-space:nowrap;}}table.fr-table th,table.fr-table td{padding:15px;text-align:center;}table.fr-table th .data-title,table.fr-table td .data-title{font-weight:600;}table.fr-table th.color-txt-5,table.fr-table td.color-txt-5{color:#269E75;}table.fr-table th{text-transform:uppercase;border-bottom:1px solid #D0D0D0;}table.fr-table td{padding:24px 15px;}table.fr-table tr > td:last-of-type,table.fr-table tr > th:last-of-type{text-align:right;}table.fr-table tr > td:nth-child(1),table.fr-table tr > th:nth-child(1),table.fr-table tr > td:nth-child(2),table.fr-table tr > th:nth-child(2){text-align:left;}table.fr-table tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05);}.fr-table__wrapper{width:112%;margin-bottom:50px;overflow-x:auto;margin-left:-55px;}.fr-table__wrapper::-webkit-scrollbar{-webkit-appearance:none;}.fr-table__wrapper::-webkit-scrollbar:vertical{width:4px !important;}.fr-table__wrapper::-webkit-scrollbar:horizontal{height:4px !important;}.fr-table__wrapper::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);}.fr-table__wrapper::-webkit-scrollbar-track{background-color:#ffffff;}@media (max-width:1024px){.fr-table__wrapper{max-width:940px;width:100%;margin-left:0;}}.fr-table__wrapper .fr-table,.fr-table__wrapper table{margin-bottom:0 !important;min-width:686px;}@media (max-width:767px){.mes-factures .fr-table__wrapper{max-width:100%;}}.teva-france .fr-table__wrapper{overflow-x:scroll;}.teva-france .fr-table__wrapper .fr-table,.teva-france .fr-table__wrapper table{min-width:100%;}@media (max-width:767px){.teva-france .fr-table__wrapper{max-width:100%;}}

.gc_text_element{width:100%;margin:0 auto;}.gc_text_element .gc_Textelement100{width:100%;}.gc_text_element .gc_Textelement67{width:66.66%;min-width:300px;}.gc_text_element .gc_Textelement50{width:50%;min-width:300px;}.gc_text_element .gc_Textelement33{width:33.33%;min-width:300px;}.gc_text_element h3.gc_text_title,.gc_text_element h4.gc_text_title,.gc_text_element h5.gc_text_title,.gc_text_element h6.gc_text_title{column-span:all;letter-spacing:0.5px;margin-bottom:44px;}.gc_text_element h3,.gc_text_element h3 > p{font-size:42px;line-height:55px;}@media (max-width:540px){.gc_text_element h3,.gc_text_element h3 > p{font-size:31px;line-height:42px;}}.gc_text_element h4,.gc_text_element h4 > p{font-size:31px;line-height:42px;}@media (max-width:540px){.gc_text_element h4,.gc_text_element h4 > p{font-size:26px;line-height:36px;}}.gc_text_element h5,.gc_text_element h5 > p{font-size:26px;line-height:36px;}.gc_text_element h6,.gc_text_element h6 > p{font-size:12px;line-height:16px;text-transform:uppercase;}.gc_text_element p,.gc_text_element li{font-size:16px;line-height:24px;letter-spacing:0.5px;}.gc_text_element li{margin-bottom:5px;}@media (max-width:540px){.gc_text_element li{text-indent:1rem;}}@media (max-width:540px){.gc_text_element img{width:100%;height:auto;}}.gc_text_element .gc_UnorderedList ul{list-style:none;padding-left:32px;}.gc_text_element .gc_UnorderedList ul li{list-style-type:none;}.gc_text_element .gc_UnorderedList ul li::before{content:"\2014";color:#FA9D40;font-weight:bold;display:inline-block;width:32px;margin-left:-32px;}.gc_text_element .gc_Sources h1,.gc_text_element .gc_Sources h2,.gc_text_element .gc_Sources h3,.gc_text_element .gc_Sources h4,.gc_text_element .gc_Sources h5,.gc_text_element .gc_Sources h6{text-transform:uppercase;margin-bottom:16px;}.gc_text_element .gc_Sources ol{margin:0;padding-left:1em;}.gc_text_element .gc_Sources ol li{padding-left:1em;margin-bottom:0px;}.gc_text_element .gc_Sources ol a{color:#4599B3;text-decoration:none;margin-bottom:0px;}.gc_text_element .gc_Sources ol a:hover{color:#306a7c;text-decoration:underline;}.gc_text_element .gc_Columns2{justify-content:space-between;display:flex;}.gc_text_element .gc_Columns2 > div{flex-basis:48%;}@media (max-width:540px){.gc_text_element .gc_Columns2 > div{column-count:1;}}@media (max-width:1024px){.gc_text_element .gc_Columns2{flex-wrap:wrap;}> .gc_text_element .gc_Columns2:first-child{padding-left:0px;}> .gc_text_element .gc_Columns2:last-child{padding-right:0px;}}@media (max-width:540px){.gc_text_element .gc_Columns2{justify-content:center;}}.gc_text_element .gc_Columns3{display:flex;margin:60px auto;}@media (max-width:1024px){.gc_text_element .gc_Columns3{justify-content:center;flex-wrap:wrap;margin:48px auto;}}@media (max-width:540px){.gc_text_element .gc_Columns3{margin:40px auto;flex-direction:column;justify-content:center;align-items:center;}}.gc_text_element .gc_Columns3 > div{flex-basis:33.333%;padding:0px 18px;}@media (max-width:1200px){.gc_text_element .gc_Columns3 > div:first-child{padding-left:0px;}.gc_text_element .gc_Columns3 > div:last-child{padding-right:0px;}}@media (max-width:540px){.gc_text_element .gc_Columns3 > div{column-count:1;flex-basis:100%;padding:10px 0px;}}.gc_text_element .gc_Columns3 .call-to-action-block{flex-basis:100%;}.gc_text_element .gc_Quote .gc_text_content{font-size:31px;line-height:42px;color:#1a545e;}@media (max-width:1024px){.gc_text_element .gc_Quote .gc_text_content h2{font-size:2.625rem;line-height:3.4375rem;}}@media (max-width:540px){.gc_text_element .gc_Quote .gc_text_content h2{font-size:1.9375rem;line-height:2.625rem;}}.gc_text_element .gc_Quote .gc_text_content p{margin:16px 26px;font-size:31px;letter-spacing:0.5px;line-height:42px;}.gc_text_element .gc_Quote .gc_text_content p:first-child{text-indent:-20px;}.gc_text_element .gc_Quote .gc_text_content p:first-child::before{margin-right:8px;content:"\201C";color:#F87024;font-size:42px;}.gc_text_element .gc_Quote .gc_text_content p:last-child::after{margin-left:8px;content:"\201D";color:#F87024;font-size:42px;}.gc_text_element .gc_Quote .quoted_author{padding-left:32px;color:#F87024;}.gc_text_element .gc_Quote .quoted_author::before{margin:6px 16px 6px 0;content:"";display:inline-block;width:27px;height:1.5px;background-color:#F87024;}.gc_text_element .gc_ArticleHeadline p,.gc_text_element .gc_ArticleIntroduction p{font-size:unset;line-height:unset;letter-spacing:unset;}.gc_text_element .gc_ArticleHeadline p{margin:71px 0;}.gc_text_element ol > li,.gc_text_element ul > li{margin-bottom:0px;}.textblock--hidden{display:none;}.text-bg-color{padding:30px 20px;margin:30px auto;}.text-bg-color img{padding:15px;}.text-bg-img{position:relative;text-align:center;padding:30px 0px;}.text-bg-img__text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.text-bg-img img{width:100%;}

.accordion-section__title{font-size:26px;line-height:36px;letter-spacing:0.5px;}.accordion-block{margin:70px auto;}.accordion-block__title{font-size:41px;line-height:45px;margin-bottom:37px;}.accordion-block--bordered .accordion-section{padding:0;}.accordion-block--bordered .accordion-section__title{box-shadow:none;border-top-style:solid;border-top-width:1px;padding:31px 62px 31px 27px;}.accordion-block--bordered:not(.accordion-block--tabbed) .accordion-section:last-of-type{border-bottom-style:solid;border-bottom-width:1px;}.accordion-block--bordered:not(.accordion-block--tabbed) .accordion-section.is-open .accordion-section__body{background-color:#F1F1F4;}.accordion-block--tabbed .accordion-block__section-container{position:relative;min-height:430px;margin:44px 0px 60px 0px;}.accordion-block--tabbed .accordion-section{padding:0px;}.accordion-block--tabbed .accordion-section__title{width:50%;padding:20px 42px 20px 26px;}.accordion-block--tabbed .accordion-section__title.title-border{border-bottom-style:solid;border-bottom-width:1px;}.accordion-block--tabbed .accordion-section__title .accordion-arrow{transform:translateY(-50%);}.accordion-block--tabbed .accordion-section__body{position:absolute;top:0%;right:0%;width:48%;height:800px;max-height:100%;overflow:auto;border-left:1px solid #D0D0D0;}.accordion-block--tabbed .accordion-section__body::-webkit-scrollbar{-webkit-appearance:none;}.accordion-block--tabbed .accordion-section__body::-webkit-scrollbar:vertical{width:10px;height:5px;}.accordion-block--tabbed .accordion-section__body::-webkit-scrollbar-track{margin:0 1.875em 0 0;background:#D0D0D0;border-radius:20px;}.accordion-block--tabbed .accordion-section__body::-webkit-scrollbar-thumb{background-color:#A0A0A0;border-radius:20px;}.accordion-block--tabbed .accordion-section.is-open .accordion-arrow{transform:translateY(-50%);}.accordion-section{width:100%;padding:20px 0px;letter-spacing:0.5px;}.accordion-section.is-open .accordion-arrow{transform:translateY(-50%) rotate(-90deg);}.accordion-section__body{display:none;overflow:hidden;padding:20px;}.accordion-section__title{display:flex;align-items:center;width:100%;padding:20px 62px 20px 27px;position:relative;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,0.07),0 10px 20px rgba(0,0,0,0.07);}.accordion-section__title .accordion-arrow{position:absolute;top:50%;right:27px;width:22px;height:22px;transform:translateY(-50%) rotate(90deg);transition:all 0.3s linear;}.accordion-section__title-icon-left{display:flex;justify-content:center;align-items:center;width:44px;height:44px;margin-right:20px;}.accordion-section__title-icon-left-img{display:block;width:100%;height:100%;}@media (max-width:1024px){.accordion-block{margin:35px auto;}}@media (max-width:540px){.accordion-block{margin:35px auto;}.accordion-block--tabbed .accordion-section.is-open .icon-wrapper{transform:translateY(-50%) rotate(-90deg);}.accordion-block--tabbed .accordion-section__title{width:100%;}.accordion-block--tabbed .accordion-section__title .icon-wrapper{transform:translateY(-50%) rotate(90deg);}.accordion-block--tabbed .accordion-section__body{width:100%;position:unset;top:unset;right:unset;width:unset;border-left:unset;}.accordion-section__title{font-size:19px;line-height:26px;}.accordion-section__body{font-size:12px;line-height:16px;}}
