#wrapper header {
    z-index: 99 !important
}

#wrapper {
    position: static !important;
    -webkit-overflow-scrolling: unset !important;
    z-index: auto !important
}

.privacy-warning {
    background-color: #161038 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 20px 0 !important;
    font-size: 16px !important;
    color: #fff !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 999 !important
}

.privacy-warning div {
    margin: 0 !important;
    padding: 0 !important
}

@media(max-width:991.98px) {
    .privacy-warning {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
        padding: 20px 94px !important;
        text-align: center !important
    }
}

@media(max-width:767.98px) {
    .privacy-warning {
        padding: 20px 56px !important;
        font-size: 14px !important
    }
}

.privacy-warning a {
    color: #fff !important;
    text-decoration: underline !important
}

.privacy-warning a:hover {
    color: #faa317 !important;
    text-decoration: none !important
}

.privacy-warning a:focus {
    color: #f67707 !important;
    text-decoration: none !important
}

.privacy-warning .info {
    line-height: 1.5 !important
}

@media(max-width:991.98px) {
    .privacy-warning .info {
        margin-bottom: 10px !important
    }
}

.privacy-warning .submit a {
    padding: 8px 10px !important;
    height: 28px !important;
    border-radius: 3px !important;
    background-color: #faa317 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #161038 !important;
    margin: 0 20px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: 0 !important
}

.privacy-warning .submit a:hover,
.privacy-warning .submit a:focus {
    text-decoration: none !important;
    background-color: #fcbf5d !important
}

.privacy-warning .submit a:active {
    text-decoration: none !important;
    background-color: #f67707 !important
}

.privacy-warning .close {
    position: absolute !important;
    top: auto !important;
    bottom: auto !important;
    margin: auto !important;
    opacity: 1 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    cursor: pointer !important
}

html[lang*='en'] .privacy-warning .close,
html[class*='translated-ltr'] .privacy-warning .close {
    right: 26px !important
}

html[lang*='ar'] .privacy-warning .close,
html[class*='translated-rtl'] .privacy-warning .close {
    left: 26px !important
}

@media(max-width:991.98px) {
    .privacy-warning .close {
        top: 26px !important
    }
}

@media(max-width:767.98px) {
    .privacy-warning .close {
        top: 20px !important
    }
    html[lang*='en'] .privacy-warning .close,
    html[class*='translated-ltr'] .privacy-warning .close {
        right: 20px !important
    }
    html[lang*='ar'] .privacy-warning .close,
    html[class*='translated-rtl'] .privacy-warning .close {
        left: 20px !important
    }
}

.privacy-warning .close:hover,
.privacy-warning .close:focus {
    opacity: 1 !important !important
}

.privacy-warning .close a {
    text-decoration: none !important;
    position: relative !important;
    font-size: 0 !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
    opacity: 1 !important;
    background-image: url("../images/close-sprite.png") !important;
    background-position: -0 -0;
    overflow: hidden;
    -webkit-transition: none !important;
    transition: none !important
}

.privacy-warning .close a:after,
.privacy-warning .close a:before {
    display: none !important
}

.privacy-warning .close a:hover,
.privacy-warning .close a:focus {
    background-position: -0 -16px
}

.privacy-warning .close a:active {
    background-position: -16px -16px
}

.global-cookie-message p,
.global-cookie-message .info,
.global-cookie-message .submit,
.privacy-warning.permisive p,
.privacy-warning.permisive .info,
.privacy-warning.permisive .submit {
    padding: 0 !important
}

.ui-widget-content {
    z-index: 99 !important
}

.TPN-inner-page .modal {
    z-index: 10050
}

@charset "UTF-8";
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer a,
footer small,
footer strong {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

footer a {
    text-decoration: none
}

footer .mr-2,
footer .mx-2 {
    margin-right: .5rem
}

footer .ml-2,
footer .mx-2 {
    margin-left: .5rem
}

footer .mb-4,
footer .my-4 {
    margin-bottom: 1.5rem
}

footer .mb-5,
footer .my-5 {
    margin-bottom: 3rem
}

footer .pt-7,
footer .py-7 {
    padding-top: 5rem
}

footer .pb-7,
footer .py-7 {
    padding-bottom: 5rem
}

footer .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

footer .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width:992px) {
    footer .flex-lg-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    footer .align-items-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

footer a {
    color: #161038
}

@media(min-width:768px) and (max-width:1100px) {
    footer .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) and (max-width:1100px) {
    footer .col-md-12 {
        width: 100%
    }
    footer .col-md-11 {
        width: 91.66666667%
    }
    footer .col-md-10 {
        width: 83.33333333%
    }
    footer .col-md-9 {
        width: 75%
    }
    footer .col-md-8 {
        width: 66.66666667%
    }
    footer .col-md-7 {
        width: 58.33333333%
    }
    footer .col-md-6 {
        width: 50%
    }
    footer .col-md-5 {
        width: 41.66666667%
    }
    footer .col-md-4 {
        width: 33.33333333%
    }
    footer .col-md-3 {
        width: 25%
    }
    footer .col-md-2 {
        width: 16.66666667%
    }
    footer .col-md-1 {
        width: 8.33333333%
    }
}

footer .TPN-footer {
    background: #f9f9f9
}

@media(max-width:767.98px) {
    footer .TPN-footer>.component-content>.py-7 {
        padding-top: 0 !important
    }
}

@media(max-width:767.98px) {
    footer .TPN-footer__emergency-number {
        margin-left: -20px;
        margin-right: -20px
    }
}

footer .TPN-footer__emergency-number ul {
    padding: 12px 0 12px 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

@media(max-width:767.98px) {
    footer .TPN-footer__emergency-number ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

footer .TPN-footer__emergency-number ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width:767.98px) {
    footer .TPN-footer__emergency-number ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0 20px
    }
}

footer .TPN-footer__emergency-number ul li:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #e0e0e1;
    position: absolute;
    top: 5px
}

html[lang*='en'] footer .TPN-footer__emergency-number ul li:after,
html[class*='translated-ltr'] footer .TPN-footer__emergency-number ul li:after {
    right: 0
}

html[lang*='ar'] footer .TPN-footer__emergency-number ul li:after,
html[class*='translated-rtl'] footer .TPN-footer__emergency-number ul li:after {
    left: 0
}

footer .TPN-footer__emergency-number ul li label {
    font-size: 14px;
    font-weight: normal;
    color: #3f3e45 !important;
    margin: 0
}

footer .TPN-footer__emergency-number ul li a {
    font-size: 18px;
    font-weight: 900;
    color: #3f3e45 !important;
    -webkit-transition: all .4s;
    transition: all .4s
}

footer .TPN-footer__emergency-number ul li a:hover,
footer .TPN-footer__emergency-number ul li a:focus {
    text-decoration: none
}

footer .TPN-footer__emergency-number ul li a:hover {
    color: #faa317 !important
}

footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    padding: 0
}

@media(max-width:767.98px) {
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers {
        max-width: 100%
    }
}

footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span {
    line-height: 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media(max-width:767.98px) {
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span {
        display: block
    }
}

footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span svg {
    width: 12px;
    position: relative;
    cursor: pointer;
    height: 100%
}

html[lang*='ar'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span svg,
html[class*='translated-rtl'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media(max-width:767.98px) {
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span img,
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span svg {
        display: none !important
    }
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span:after {
        color: #3f51b5;
        line-height: 1.43;
        font-size: 14px;
        padding: 0 20px;
        min-width: 140px;
        display: inline-block;
        text-transform: capitalize;
        text-decoration: underline
    }
    html[lang*='en'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span:after,
    html[class*='translated-ltr'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span:after {
        content: "view all"
    }
    html[lang*='ar'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span:after,
    html[class*='translated-rtl'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span:after {
        content: "Ù…Ø´Ø§Ù‡Ø¯Ø© Ø§Ù„ÙƒÙ„"
    }
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span:hover:after {
        color: #f67707
    }
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers span:hover:after {
        color: #683fb5
    }
}

footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers img {
    height: 12px;
    width: 12px;
    position: relative;
    z-index: 1
}

html[lang*='en'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers img,
html[class*='translated-ltr'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers img {
    margin: 3px 0 0 20px
}

html[lang*='ar'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers img,
html[class*='translated-rtl'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers img {
    margin: 5px 20px 0 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a {
    font-size: 0;
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 2;
    top: 7px
}

html[lang*='en'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a,
html[class*='translated-ltr'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a {
    left: 20px
}

html[lang*='ar'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a,
html[class*='translated-rtl'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a {
    right: 20px
}

@media(max-width:767.98px) {
    footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a {
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit
    }
    html[lang*='en'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a,
    html[class*='translated-ltr'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a {
        left: 20px
    }
    html[lang*='ar'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a,
    html[class*='translated-rtl'] footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a {
        right: 20px
    }
}

footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers a:hover+span svg path {
    fill: #fcad03 !important
}

footer .TPN-footer__emergency-number ul li:last-child:after {
    display: none
}

footer .TPN-footer__logo-wraps {
    border-bottom: 1px solid #e0e0e1;
    padding-bottom: 40px;
    margin-bottom: 20px
}

@media(max-width:991.98px) {
    footer .TPN-footer__logo-wraps {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

@media(max-width:767.98px) {
    footer .TPN-footer__logo-wraps {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    footer .TPN-footer__logo-wraps>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

@media(max-width:991.98px) {
    footer .TPN-footer__privacy-copyrights {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

@media(max-width:767.98px) {
    footer .TPN-footer__privacy-copyrights {
        -ms-flex-flow: wrap !important;
        flex-flow: wrap !important
    }
    footer .TPN-footer__privacy-copyrights>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

footer .TPN-footer__accessibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media(max-width:1100px) {
    footer .TPN-footer__accessibility {
        margin: 40px -10px 0 -10px
    }
}

@media(max-width:767.98px) {
    footer .TPN-footer__accessibility {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

html[lang*='en'] footer .TPN-footer__accessibility>div,
html[class*='translated-ltr'] footer .TPN-footer__accessibility>div {
    margin-left: 20px
}

html[lang*='ar'] footer .TPN-footer__accessibility>div,
html[class*='translated-rtl'] footer .TPN-footer__accessibility>div {
    margin-right: 20px
}

@media(max-width:991.98px) {
    footer .TPN-footer__accessibility>div {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto
    }
    html[lang*='en'] footer .TPN-footer__accessibility>div,
    html[class*='translated-ltr'] footer .TPN-footer__accessibility>div {
        margin: 0 10px
    }
    html[lang*='ar'] footer .TPN-footer__accessibility>div,
    html[class*='translated-rtl'] footer .TPN-footer__accessibility>div {
        margin: 0 10px
    }
}

@media(max-width:767.98px) {
    footer .TPN-footer__accessibility>div.wrap-google-translate {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
    html[lang*='en'] footer .TPN-footer__accessibility>div.wrap-google-translate,
    html[class*='translated-ltr'] footer .TPN-footer__accessibility>div.wrap-google-translate {
        margin: 0;
        padding: 0 10px;
        margin-bottom: 20px
    }
    html[lang*='ar'] footer .TPN-footer__accessibility>div.wrap-google-translate,
    html[class*='translated-rtl'] footer .TPN-footer__accessibility>div.wrap-google-translate {
        margin: 0;
        padding: 0 10px;
        margin-bottom: 20px
    }
    footer .TPN-footer__accessibility>div.wrap-zoom-size,
    footer .TPN-footer__accessibility>div.wrap-color-contrast {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }
    html[lang*='en'] footer .TPN-footer__accessibility>div.wrap-zoom-size,
    html[class*='translated-ltr'] footer .TPN-footer__accessibility>div.wrap-zoom-size,
    html[lang*='en'] footer .TPN-footer__accessibility>div.wrap-color-contrast,
    html[class*='translated-ltr'] footer .TPN-footer__accessibility>div.wrap-color-contrast {
        margin: 0;
        padding: 0 10px
    }
    html[lang*='ar'] footer .TPN-footer__accessibility>div.wrap-zoom-size,
    html[class*='translated-rtl'] footer .TPN-footer__accessibility>div.wrap-zoom-size,
    html[lang*='ar'] footer .TPN-footer__accessibility>div.wrap-color-contrast,
    html[class*='translated-rtl'] footer .TPN-footer__accessibility>div.wrap-color-contrast {
        margin: 0;
        padding: 0 10px
    }
}

footer .TPN-footer__accessibility-label {
    display: block;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
    letter-spacing: 1px
}

footer .TPN-footer__accessibility button {
    border: 1px solid 1px;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    height: 30px;
    width: 100%
}

@media(max-width:767.98px) {
    footer .TPN-footer__logo {
        margin-bottom: 40px
    }
}

footer .TPN-footer__logo img {
    width: 180px;
    max-width: 100%;
    height: 67px
}

footer .TPN-footer__apps-btn button,
footer .TPN-footer__apps-btn a {
    background: none;
    border: none;
    padding: 0;
    width: 120px;
    height: 37px;
    display: inline-block
}

html[lang*='en'] footer .TPN-footer__apps-btn button,
html[class*='translated-ltr'] footer .TPN-footer__apps-btn button,
html[lang*='en'] footer .TPN-footer__apps-btn a,
html[class*='translated-ltr'] footer .TPN-footer__apps-btn a {
    text-align: right
}

html[lang*='ar'] footer .TPN-footer__apps-btn button,
html[class*='translated-rtl'] footer .TPN-footer__apps-btn button,
html[lang*='ar'] footer .TPN-footer__apps-btn a,
html[class*='translated-rtl'] footer .TPN-footer__apps-btn a {
    text-align: left
}

footer .TPN-footer__apps-btn button img,
footer .TPN-footer__apps-btn a img {
    max-width: 100%;
    max-height: 100%
}

footer .TPN-footer__apps-btn button:last-child,
footer .TPN-footer__apps-btn a:last-child {
    margin-left: 10px
}

html[lang*='ar'] footer .TPN-footer__apps-btn button:last-child,
html[class*='translated-rtl'] footer .TPN-footer__apps-btn button:last-child,
html[lang*='ar'] footer .TPN-footer__apps-btn a:last-child,
html[class*='translated-rtl'] footer .TPN-footer__apps-btn a:last-child {
    margin-left: 0;
    margin-right: 8px
}

@media(max-width:767.98px) {
    footer .TPN-footer__apps-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: row;
        -ms-flex: row;
        flex: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
    footer .TPN-footer__apps-btn a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0 10px
    }
    footer .TPN-footer__apps-btn a:last-child {
        margin: 0 !important
    }
}

footer .TPN-footer__poweredby {
    padding: 10px 0;
    border-top: 1px solid #c4c1c1;
    border-bottom: 1px solid #c4c1c1
}

footer .TPN-footer__poweredby a {
    padding: 10px 0
}

footer .TPN-footer__poweredby a i {
    margin-right: 16px;
    -webkit-transition: all .4s;
    transition: all .4s
}

html[lang*='ar'] footer .TPN-footer__poweredby a i,
html[class*='translated-rtl'] footer .TPN-footer__poweredby a i {
    margin-right: 0;
    margin-left: 16px
}

footer .TPN-footer__poweredby a:hover i {
    color: #fcad03
}

footer .TPN-footer__poweredby img {
    max-width: 100%
}

footer .TPN-footer__privacy-links ul li {
    font-size: 14px
}

@media only screen and (max-width:970px) {
    footer .TPN-footer__privacy-links ul li {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    footer .TPN-footer__privacy-links ul li:last-of-type {
        width: 100%;
        padding: 0;
        padding-bottom: 10px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    html[lang*='ar'] footer .TPN-footer__privacy-links ul li:last-of-type,
    html[class*='translated-rtl'] footer .TPN-footer__privacy-links ul li:last-of-type {
        padding: 0
    }
}

footer .TPN-footer__privacy-links ul li+li {
    padding-left: 20px
}

html[lang*='ar'] footer .TPN-footer__privacy-links ul li+li,
html[class*='translated-rtl'] footer .TPN-footer__privacy-links ul li+li {
    padding-left: 0;
    padding-right: 20px
}

@media(max-width:767.98px) {
    html[lang*='ar'] footer .TPN-footer__privacy-links ul li+li,
    html[class*='translated-rtl'] footer .TPN-footer__privacy-links ul li+li {
        padding-right: 8px
    }
}

footer .TPN-footer__privacy-links ul li a {
    text-decoration: underline !important;
    color: #3f51b5 !important;
    font-size: 14px;
    padding: 10px 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

footer .TPN-footer__privacy-links ul li a:hover {
    color: #f67707 !important
}

footer .TPN-footer__privacy-links ul li a:focus {
    color: #683fb5 !important
}

footer .TPN-footer__privacy-links-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    font-size: 14px;
    line-height: 1.43;
    padding: 0
}

footer .TPN-footer__privacy-links-wrapper a {
    color: #3f51b5
}

@media(max-width:767.98px) {
    footer .TPN-footer__privacy-links-wrapper {
        margin-bottom: 40px
    }
}

@media(max-width:991.98px) {
    footer .TPN-footer__social {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px
    }
}

footer .TPN-footer__social ul {
    margin-bottom: 0
}

footer .TPN-footer__social ul li {
    display: inline-block
}

html[lang*='en'] footer .TPN-footer__social ul li+li a,
html[class*='translated-ltr'] footer .TPN-footer__social ul li+li a {
    padding-left: 20px
}

html[lang*='ar'] footer .TPN-footer__social ul li+li a,
html[class*='translated-rtl'] footer .TPN-footer__social ul li+li a {
    padding-right: 20px
}

footer .TPN-footer__social ul li a {
    color: #3f3838;
    font-size: 14px;
    padding: 10px 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

footer .TPN-footer__social ul li a:hover {
    color: #fcad03
}

footer .TPN-footer__social ul li a img {
    width: 16px
}

footer .TPN-footer__upper-section {
    margin-bottom: 40px
}

footer .pb-7,
footer .py-7 {
    padding-bottom: 40px
}

footer .pt-7,
footer .py-7 {
    padding-top: 40px
}

@media(min-width:992px) {
    footer .mb-lg-0,
    footer .my-lg-0 {
        margin-bottom: 0 !important
    }
}

@media(max-width:767.98px) {
    footer .select-lang .skiptranslate.goog-te-gadget {
        width: 100%
    }
}

footer .select-lang .goog-te-gadget-simple {
    white-space: nowrap;
    width: auto;
    padding: 9px;
    max-width: 100%;
    padding: 2px 8px !important;
    margin: 0;
    height: 28px;
    border-radius: 3px;
    border: solid 1px #b2b2b5;
    background-color: #fff;
    font-family: "roboto-Regular", Arial, sans-serif;
    min-width: 155px;
    width: auto;
    display: inline-block;
    position: relative;
    top: -1px
}

@media(max-width:991.98px) {
    footer .select-lang .goog-te-gadget-simple {
        min-width: 100%;
        padding: 4px 7px !important
    }
}

footer .select-lang .goog-te-gadget-simple:hover {
    border: solid 1px #000
}

footer .select-lang a.goog-te-menu-value {
    margin: 0
}

@media(max-width:991.98px) {
    footer .select-lang a.goog-te-menu-value {
        width: 100% !important
    }
}

footer .select-lang a.goog-te-menu-value * {
    display: none
}

footer .select-lang a.goog-te-menu-value span:first-child {
    display: block;
    padding: 0;
    width: auto;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    color: #3f3e45;
    line-height: 1.5
}

html[lang*='ar'] footer .select-lang a.goog-te-menu-value span:first-child,
html[class*='translated-rtl'] footer .select-lang a.goog-te-menu-value span:first-child {
    font-family: "NotoKufiArabic";
    line-height: 1.6
}

footer .select-lang a.goog-te-menu-value span:first-child:hover,
footer .select-lang a.goog-te-menu-value span:first-child:focus {
    text-decoration: none
}

footer .select-lang a.goog-te-menu-value span:first-child:after {
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #3f3e45
}

@media(min-width:1200px) {
    footer .select-lang a.goog-te-menu-value span:first-child:after {
        line-height: 1.5
    }
}

footer .select-lang a.goog-te-menu-value span:first-child:before {
    content: "";
    position: absolute;
    background-image: url(/-/media/Project/TAMM/Tamm-Images/TPN-footer/arrow-down-1-grey.svg);
    width: 10px;
    height: 7px;
    top: 7px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

html[lang*='en'] footer .select-lang a.goog-te-menu-value span:first-child:before,
html[class*='translated-ltr'] footer .select-lang a.goog-te-menu-value span:first-child:before {
    right: -1px
}

html[lang*='ar'] footer .select-lang a.goog-te-menu-value span:first-child:before,
html[class*='translated-rtl'] footer .select-lang a.goog-te-menu-value span:first-child:before {
    left: -1px
}

@media(max-width:991.98px) {
    footer .select-lang a.goog-te-menu-value span:first-child:before {
        top: 6px
    }
    html[lang*='en'] footer .select-lang a.goog-te-menu-value span:first-child:before,
    html[class*='translated-ltr'] footer .select-lang a.goog-te-menu-value span:first-child:before {
        right: 2px
    }
    html[lang*='ar'] footer .select-lang a.goog-te-menu-value span:first-child:before,
    html[class*='translated-rtl'] footer .select-lang a.goog-te-menu-value span:first-child:before {
        left: 2px
    }
}

footer .select-lang .goog-te-gadget-icon {
    display: none
}

footer .ref-no {
    font-size: 14px;
    color: #9f9fa2;
    text-transform: uppercase;
    margin-top: 10px
}

html[lang*='ar'] footer .ref-no,
html[class*='translated-rtl'] footer .ref-no {
    font-family: "Roboto"
}

@media(max-width:767.98px) {
    footer .ref-no {
        margin-top: -25px;
        position: relative;
        top: -40px
    }
    footer .TPN-footer__social {
        position: relative;
        top: 30px
    }
}

@media(max-width:767.98px) {
    footer .skiptranslate.goog-te-gadget {
        background-color: transparent
    }
    footer .skiptranslate.goog-te-gadget span {
        display: block
    }
    footer .skiptranslate.goog-te-gadget:after,
    footer .skiptranslate.goog-te-gadget:before {
        display: none
    }
}

html[lang*='en'] footer .goog-te-gadget-simple .goog-te-menu-value span:first-child:after,
html[class*='translated-ltr'] footer .goog-te-gadget-simple .goog-te-menu-value span:first-child:after {
    font-size: 14px
}

html[lang*='ar'] footer .goog-te-gadget-simple .goog-te-menu-value span:first-child:after,
html[class*='translated-rtl'] footer .goog-te-gadget-simple .goog-te-menu-value span:first-child:after {
    font-size: 14px;
    font-family: "NotoKufiArabic", Arial, sans-serif
}

footer .bolder {
    font-weight: 900 !important
}

.TPN-footer__accessibility>div>div.heading-sm {
    margin-bottom: 3px;
    display: block;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 6px;
    letter-spacing: 1px
}

div#footer {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.TPN-dropdown {
    min-width: 140px;
    display: inline-block;
    position: relative
}

@media(max-width:991.98px) {
    .TPN-dropdown {
        min-width: 100%
    }
}

.TPN-dropdown__selected-option {
    height: 28px;
    border-radius: 3px;
    border: solid 1px #b2b2b5;
    background-color: #fff;
    padding: 8px;
    text-decoration: none;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.TPN-dropdown__selected-option span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3f3e45
}

@media(max-width:350px) {
    .TPN-dropdown__selected-option span {
        white-space: nowrap
    }
}

.TPN-dropdown__selected-option img {
    width: 10px;
    height: 7px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.TPN-dropdown__selected-option:hover,
.TPN-dropdown__selected-option:focus {
    text-decoration: none;
    border: solid 1px #000
}

.TPN-dropdown__options-wrapper {
    position: relative
}

.TPN-dropdown__options {
    position: absolute;
    top: 3px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px;
    z-index: 2;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-width: 0
}

.TPN-dropdown__option-item {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3f3e45;
    border-bottom: solid 1px #e0e0e1
}

.TPN-dropdown__option-item:hover,
.TPN-dropdown__option-item:focus {
    text-decoration: none;
    background-color: #f9f9f9;
    color: #3f3e45
}

.TPN-dropdown__option-item:first-child {
    padding-top: 7px
}

.TPN-dropdown__option-item:last-child {
    padding-bottom: 7px;
    border: 0
}

.TPN-dropdown__Opened .TPN-dropdown__selected-option img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.TPN-dropdown__Opened .TPN-dropdown__options {
    border: solid 1px #e0e0e1;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1)
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x2 {
        overflow-y: auto;
        overflow-x: hidden
    }
}

body.body-zoom-in-x2 #wrapper,
body.body-zoom-in-x2 .privacy-warning {
    zoom: 1.2
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x2 #wrapper,
    body.body-zoom-in-x2 .privacy-warning {
        zoom: 0;
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x1 {
        overflow-y: auto;
        overflow-x: hidden
    }
}

body.body-zoom-in-x1 #wrapper,
body.body-zoom-in-x1 .privacy-warning {
    zoom: 1.1
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x1 #wrapper,
    body.body-zoom-in-x1 .privacy-warning {
        zoom: 0;
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }
}

body.body-zoom-in-x0 #wrapper,
body.body-zoom-in-x0 .privacy-warning {
    zoom: 1
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x0 #wrapper,
    body.body-zoom-in-x0 .privacy-warning {
        zoom: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x-1 {
        overflow-y: auto;
        overflow-x: hidden
    }
}

body.body-zoom-in-x-1 #wrapper,
body.body-zoom-in-x-1 .privacy-warning {
    zoom: .9
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x-1 #wrapper,
    body.body-zoom-in-x-1 .privacy-warning {
        zoom: 0;
        -ms-transform: scale(.9, .9);
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }
}

body.body-zoom-in-x-1 footer .select-lang a.goog-te-menu-value span:first-child:after {
    line-height: 1.3 !important
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x-2 {
        overflow-y: auto;
        overflow-x: hidden
    }
}

body.body-zoom-in-x-2 #wrapper,
body.body-zoom-in-x-2 .privacy-warning {
    zoom: .8
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body.body-zoom-in-x-2 #wrapper,
    body.body-zoom-in-x-2 .privacy-warning {
        zoom: 0;
        -ms-transform: scale(.8, .8);
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }
}

body.body-zoom-in-x-2 footer .select-lang a.goog-te-menu-value span:first-child:after {
    line-height: 1.7 !important;
    font-size: 12px
}

html:not(.invert-new) body.TPN-inner-page .subpage-headerbg {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html:not(.invert-new) body.TPN-inner-page header .TPN-header__action-profile .TPN-header__action-profile-btn div {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body:not(#TPN-Home) footer .TPN-footer__logo img {
    -webkit-filter: invert(1) grayscale(1) !important;
    filter: invert(1) grayscale(1) !important
}

html.invert-new body.TPN-inner-page--new-temp footer .TPN-footer__apps-btn {
    -webkit-filter: invert(1) grayscale(100) !important;
    filter: invert(1) grayscale(100) !important
}

html.invert-new body.TPN-inner-page--new-temp .goog-te-menu-frame {
    -webkit-filter: invert(1);
    filter: invert(1)
}

html.invert-new body header .TPN-header .TPN-header__header-overlay {
    height: 100vh
}

html.invert-new body header .TPN-header .TPN-header__header-overlay.overlay-bg {
    background-color: #a9a9a996 !important
}

html.invert-new body#TPN-Home header .TPN-header__action-search-input-wrap .tt-menu {
    -webkit-filter: invert(1);
    filter: invert(1)
}

html.invert-new body#TPN-Home #wrapper>section {
    position: relative;
    z-index: 2
}

html.invert-new body#TPN-Home #wrapper {
    background-color: #000
}

html.invert-new body#TPN-Home .privacy-warning,
html.invert-new body#TPN-Home #wrapper>section,
html.invert-new body#TPN-Home #wrapper>main,
html.invert-new body#TPN-Home #wrapper>footer,
html.invert-new body#TPN-Home .goog-te-menu-frame,
html.invert-new body#TPN-Home .ui-lib-global-csat-feedback-js__qms-header,
html.invert-new body#TPN-Home .ui-lib-global-csat-feedback-js__qms-iframe {
    -webkit-filter: invert(1);
    filter: invert(1)
}

html.invert-new body#TPN-Home header .TPN-header {
    background-color: #000;
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body#TPN-Home #wrapper>header .TPN-header__burger-nav {
    -webkit-filter: invert(1) grayscale(0) !important;
    filter: invert(1) grayscale(0) !important
}

html.invert-new body#TPN-Home header .TPN-header__action-burger-btn-icon span {
    background-color: #fff
}

html.invert-new body#TPN-Home header .TPN-header__action-lang .link.language-switcher a,
html.invert-new body#TPN-Home header .TPN-header__action-search>a {
    color: #fff
}

html.invert-new body#TPN-Home .TPN-header__action-profile-btn>div,
html.invert-new body#TPN-Home .TPN-header__brand img {
    -webkit-filter: invert(0);
    filter: invert(0)
}

html.invert-new body#TPN-Home header .TPN-header__action-profile .TPN-header__profile-nav {
    -webkit-filter: invert(1) grayscale(0) !important;
    filter: invert(1) grayscale(0) !important
}

html.invert-new body#TPN-Home header .TPN-header__brand,
html.invert-new body#TPN-Home header .TPN-header__brand {
    -webkit-filter: invert(1) grayscale(1);
    filter: invert(1) grayscale(1)
}

html.invert-new body#TPN-Home header .TPN-header__action-profile-btn,
html.invert-new body#TPN-Home header .TPN-header__action-profile-btn {
    -webkit-filter: invert(1) grayscale(1);
    filter: invert(1) grayscale(1)
}

html.invert-new body#TPN-Home header {
    background: #000
}

html.invert-new body#TPN-Home header:not(.scrolled) {
    position: relative
}

html.invert-new body#TPN-Home header .TPN-header:not(.scrolled) .TPN-header__action-profile .TPN-header__action-profile-btn:hover {
    border: none
}

html.invert-new body#TPN-Home header .TPN-header.scrolled {
    border-bottom: thin solid #e0e0e147
}

html.invert-new body#TPN-Home header .TPN-header.scrolled .TPN-header__action-burger-btn:not(.open):hover {
    border-bottom: thin solid #3e3e3f
}

html.invert-new body#TPN-Home header .TPN-header.scrolled .TPN-header__action-search>a:hover {
    border-bottom: thin solid #3e3e3f
}

html.invert-new body#TPN-Home header .TPN-header.scrolled .TPN-header__action-lang .link.language-switcher a:hover {
    border-bottom: thin solid #3e3e3f
}

html.invert-new body#TPN-Home header .TPN-header.scrolled .TPN-header__action-profile .TPN-header__action-profile-btn:hover {
    border-bottom: thin solid #3e3e3f38
}

html.invert-new body#TPN-Home header .TPN-header__action-burger-btn {
    -webkit-transition: none;
    transition: none
}

html.invert-new body#TPN-Home header .TPN-header__action-burger-btn:hover {
    background: #121212
}

html.invert-new body#TPN-Home header .TPN-header__action-search>a {
    -webkit-transition: none;
    transition: none
}

html.invert-new body#TPN-Home header .TPN-header__action-search>a:hover {
    background: #121212
}

html.invert-new body#TPN-Home header .TPN-header__action-search>a.open {
    background: #121212
}

html.invert-new body#TPN-Home header .TPN-header__action-search .TPN-header__action-search-input-wrap {
    background: #121212
}

html.invert-new body#TPN-Home header .TPN-header__action-search .TPN-header__action-search-input-wrap input {
    color: #fff
}

html.invert-new body#TPN-Home header .TPN-header__action-search .TPN-header__action-search-input-wrap .TPN-autocomplete__search-loader {
    -webkit-filter: invert(1) grayscale(0);
    filter: invert(1) grayscale(0)
}

html.invert-new body#TPN-Home header .TPN-header__action-search .TPN-header__action-search-input-wrap .TPN-autocomplete__result {
    -webkit-filter: invert(1) grayscale(0);
    filter: invert(1) grayscale(0)
}

html.invert-new body#TPN-Home header .TPN-header__action-lang .link.language-switcher a {
    -webkit-transition: all 0s;
    transition: all 0s
}

html.invert-new body#TPN-Home header .TPN-header__action-lang .link.language-switcher a:hover {
    background: #121212
}

html.invert-new body#TPN-Home header .TPN-header__action-profile .TPN-header__action-profile-btn {
    -webkit-transition: all 0s;
    transition: all 0s
}

html.invert-new body#TPN-Home header .TPN-header__action-profile .TPN-header__action-profile-btn--loggedout div {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body#TPN-Home header .TPN-header__action-profile .TPN-header__action-profile-btn:hover {
    background: #ececec;
    border-color: #463f3f
}

html.invert-new body#TPN-Home header .TPN-header__action-profile .TPN-header__action-profile-btn div {
    -webkit-filter: invert(80%) grayscale(1);
    filter: invert(80%) grayscale(1)
}

html.invert-new body#TPN-Home header .TPN-header__action-profile .TPN-header__profile-nav .TPN-header__profile-nav-loggedIn ul li a img {
    -webkit-filter: invert(0) grayscale(0);
    filter: invert(0) grayscale(0)
}

html.invert-new body#TPN-Home header .TPN-header__action-profile .TPN-header__profile-nav .TPN-header__profile-nav-loggedOut .nav-smartpass button img {
    -webkit-filter: invert(1) grayscale(1) !important;
    filter: invert(1) grayscale(1) !important
}

html.invert-new body#TPN-Home header .TPN-header .TPN-header__header-overlay:not(.search-overlay) {
    background-color: #a9a9a996
}

html.invert-new body#TPN-Home header .TPN-header__action-workspaces .TPN-header__workspaces-nav {
    -webkit-filter: invert(1) grayscale(0) !important;
    filter: invert(1) grayscale(0) !important
}

html.invert-new body#TPN-Home header .TPN-header__action-workspaces .TPN-header__action-workspaces-btn {
    -webkit-filter: invert(1) grayscale(0) !important;
    filter: invert(1) grayscale(0) !important
}

html.invert-new body#TPN-Home header .TPN-header__action-workspaces .TPN-header__action-workspaces-btn img {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body#TPN-Home header .TPN-workspaces__content ul li .TPN-workspaces__content-title img {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body#TPN-Home img,
html.invert-new body#TPN-Home img,
html.invert-new body#TPN-Home *[style^="background-image"],
html.invert-new body#TPN-Home *[style^="background-image"] {
    -webkit-filter: invert(1) grayscale(1);
    filter: invert(1) grayscale(1)
}

html.invert-new body#TPN-Home .TPN-intro,
html.invert-new body#TPN-Home .TPN-intro {
    -webkit-filter: invert(0) grayscale(1);
    filter: invert(0) grayscale(1)
}

html.invert-new body#TPN-Home .TPN-intro__logo img,
html.invert-new body#TPN-Home .TPN-intro__logo img {
    -webkit-filter: invert(0) grayscale(1);
    filter: invert(0) grayscale(1)
}

html.invert-new body#TPN-Home footer .TPN-footer__logo img {
    -webkit-filter: invert(1) grayscale(1);
    filter: invert(1) grayscale(1)
}

html.invert-new body#TPN-Home .TPN-intro {
    position: relative;
    z-index: 2
}

html.invert-new body#TPN-Home .TPN-intro .TPN-autocomplete__search-remove {
    -webkit-filter: invert(1) grayscale(0);
    filter: invert(1) grayscale(0)
}

html.invert-new body#TPN-Home .TPN-footer__social img,
html.invert-new body#TPN-Home .TPN-footer__view-all-emergency-numbers img,
html.invert-new body#TPN-Home .TPN-categories__logo img {
    -webkit-filter: invert(0) grayscale(1);
    filter: invert(0) grayscale(1)
}

html.invert-new body#TPN-Home footer .TPN-footer .TPN-footer__logo div {
    -webkit-filter: invert(1);
    filter: invert(1)
}

html.invert-new body.TPN-inner-page .subpage-headerbg {
    -webkit-filter: invert(1) grayscale(1) !important;
    filter: invert(1) grayscale(1) !important
}

html.invert-new body.TPN-inner-page body header .TPN-header__action-search-input-wrap input {
    border: 0 !important
}

html.invert-new body.TPN-inner-page header .TPN-header__brand img {
    -webkit-filter: invert(0) grayscale(1) !important;
    filter: invert(0) grayscale(1) !important
}

html.invert-new body.TPN-inner-page header .TPN-header__action-search .TPN-header__action-search-input-wrap input {
    border: none !important
}

html.invert-new body.TPN-inner-page header .TPN-header__action-profile .TPN-header__action-profile-btn div {
    -webkit-filter: invert(80%) grayscale(1) !important;
    filter: invert(80%) grayscale(1) !important
}

html.invert-new body.TPN-inner-page header .TPN-header__action-profile .TPN-header__profile-nav .TPN-header__profile-nav-loggedIn .TPN-header__profile-nav-loggedIn-user .TPN-header__profile-nav-loggedIn-user-img {
    -webkit-filter: invert(1) grayscale(1);
    filter: invert(1) grayscale(1)
}

html.invert-new body.TPN-inner-page footer .TPN-footer .TPN-footer__emergency-number ul li.TPN-footer__view-all-emergency-numbers>span img {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important
}

html.invert-new body.TPN-inner-page footer .TPN-footer .TPN-footer__logo {
    -webkit-filter: invert(1);
    filter: invert(1)
}

html.invert-new body.TPN-inner-page footer .TPN-footer .TPN-footer__social ul li a img {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important
}

html.invert-new body.TPN-inner-page header .TPN-header {
    -webkit-filter: invert(1) grayscale(0) !important;
    filter: invert(1) grayscale(0) !important
}

html.invert-new body.TPN-inner-page header .TPN-header .TPN-header__action-workspaces-btn img {
    -webkit-filter: invert(0) grayscale(0%) !important;
    filter: invert(0) grayscale(0%) !important
}

html.invert-new body.TPN-inner-page header .TPN-header .TPN-header__burger-nav {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body.TPN-inner-page header .TPN-header .TPN-header__action-profile-btn--loggedout div {
    -webkit-filter: invert(0) grayscale(0%) !important;
    filter: invert(0) grayscale(0%) !important
}

html.invert-new body.TPN-inner-page header .TPN-header .TPN-header__profile-nav {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body.TPN-inner-page header .TPN-header .TPN-header__profile-nav .TPN-header__profile-nav-loggedOut .nav-smartpass button img {
    -webkit-filter: invert(0) grayscale(1) !important;
    filter: invert(0) grayscale(1) !important
}

html.invert-new body.TPN-inner-page header .TPN-header .TPN-header__profile-nav .TPN-header__profile-nav-loggedIn ul li a img {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body.TPN-inner-page header .TPN-header .TPN-workspaces__content ul li .TPN-workspaces__content-title .TPN-workspaces__content-icon {
    -webkit-filter: invert(0) grayscale(0) !important;
    filter: invert(0) grayscale(0) !important
}

html.invert-new body.TPN-inner-page header .TPN-header__profile-nav-loggedIn-user-img {
    -webkit-filter: invert(1) grayscale(1) !important;
    filter: invert(1) grayscale(1) !important
}

html.invert-new body.TPN-inner-page header .TPN-header__action-profile .TPN-header__profile-nav-loggedOut .nav-smartpass {
    -webkit-filter: invert(1) grayscale(1) !important;
    filter: invert(1) grayscale(1) !important
}

html.invert-new .ui-lib-global-csat-feedback-js-content-container,
html.invert-new .ui-lib-global-csat-feedback-js-open-button.ui-lib-global-csat-feedback-js-open-button_default {
    -webkit-filter: invert(1) grayscale(0);
    filter: invert(1) grayscale(0)
}

html.invert-new .ui-lib-global-csat-feedback-js-modal-overlay {
    background-color: #a9a9a996;
    outline: none
}

html.invert-new body.TPN-inner-page .ui-lib-global-csat-feedback-js-content-container,
html.invert-new body.TPN-inner-page .ui-lib-global-csat-feedback-js-open-button.ui-lib-global-csat-feedback-js-open-button_default {
    -webkit-filter: invert(0) grayscale(0);
    filter: invert(0) grayscale(0)
}

html.invert-new body.TPN-inner-page .ui-lib-global-csat-feedback-js-modal-overlay {
    background-color: #a9a9a996;
    outline: none
}

html[lang*='en'] .browser-firefox-only.body-zoom-in-x2,
html[class*='translated-ltr'] .browser-firefox-only.body-zoom-in-x2 {
    font-size-adjust: .63
}

html[lang*='en'] .browser-firefox-only.body-zoom-in-x1,
html[class*='translated-ltr'] .browser-firefox-only.body-zoom-in-x1 {
    font-size-adjust: .59
}

html[lang*='en'] .browser-firefox-only.body-zoom-in-x-1,
html[class*='translated-ltr'] .browser-firefox-only.body-zoom-in-x-1 {
    font-size-adjust: .41
}

html[lang*='en'] .browser-firefox-only.body-zoom-in-x-2,
html[class*='translated-ltr'] .browser-firefox-only.body-zoom-in-x-2 {
    font-size-adjust: .37
}

html[lang*='ar'] .browser-firefox-only.body-zoom-in-x2,
html[class*='translated-rtl'] .browser-firefox-only.body-zoom-in-x2 {
    font-size-adjust: .98
}

html[lang*='ar'] .browser-firefox-only.body-zoom-in-x1,
html[class*='translated-rtl'] .browser-firefox-only.body-zoom-in-x1 {
    font-size-adjust: .95
}

html[lang*='ar'] .browser-firefox-only.body-zoom-in-x-1,
html[class*='translated-rtl'] .browser-firefox-only.body-zoom-in-x-1 {
    font-size-adjust: .85
}

html[lang*='ar'] .browser-firefox-only.body-zoom-in-x-2,
html[class*='translated-rtl'] .browser-firefox-only.body-zoom-in-x-2 {
    font-size-adjust: .82
}

html[lang*='ar'] .browser-firefox-only [class^="icon-"],
html[class*='translated-rtl'] .browser-firefox-only [class^="icon-"],
html[lang*='ar'] .browser-firefox-only [class*=" icon-"],
html[class*='translated-rtl'] .browser-firefox-only [class*=" icon-"],
html[lang*='ar'] .browser-firefox-only [class^="fa-"],
html[class*='translated-rtl'] .browser-firefox-only [class^="fa-"],
html[lang*='ar'] .browser-firefox-only [class*="fa-"],
html[class*='translated-rtl'] .browser-firefox-only [class*="fa-"] {
    font-size-adjust: none !important
}

@media(min-width:768px) {
    .TPN-footer-container {
        width: auto
    }
}

@media(min-width:992px) {
    .TPN-footer-container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .TPN-footer-container {
        width: 1170px
    }
}

@media(min-width:1230px) {
    .TPN-footer-container {
        width: 1200px
    }
}

.TPN-footer-container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    body#TPN-Home .TPN-footer-container {
        width: 750px
    }
}

@media(min-width:992px) {
    body#TPN-Home .TPN-footer-container {
        width: 970px
    }
}

@media(min-width:1200px) {
    body#TPN-Home .TPN-footer-container {
        width: 1170px
    }
}

body#TPN-Home .TPN-footer-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    body#TPN-Home .TPN-footer-container {
        max-width: 576px
    }
}

@media(min-width:768px) {
    body#TPN-Home .TPN-footer-container {
        max-width: 600px
    }
}

@media(min-width:992px) {
    body#TPN-Home .TPN-footer-container {
        max-width: 900px
    }
}

@media(min-width:1200px) {
    body#TPN-Home .TPN-footer-container {
        max-width: 1200px
    }
}

body#TPN-Home .TPN-footer-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .wrap-google-translate {
        display: none
    }
}

@media(max-width:1199.98px) {
    footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate {
        margin-bottom: -14px
    }
}

@media(max-width:1199.98px) and (max-width:767.98px) {
    footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate {
        height: 60px
    }
}

@media(max-width:1199.98px) {
    footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang {
        position: relative
    }
    footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang #google_translate_element:after {
        content: "";
        position: absolute;
        background-image: url(/-/media/Project/TAMM/Tamm-Images/TPN-footer/arrow-down-1-grey.svg);
        width: 10px;
        height: 7px;
        top: 15px;
        z-index: 100;
        background-repeat: no-repeat
    }
    html[lang*='en'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang #google_translate_element:after,
    html[class*='translated-ltr'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang #google_translate_element:after {
        right: 8px
    }
    html[lang*='ar'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang #google_translate_element:after,
    html[class*='translated-rtl'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang #google_translate_element:after {
        left: 8px
    }
    footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang select.goog-te-combo {
        width: 100%;
        height: 28px;
        border: solid 1px #b2b2b5;
        border-radius: 3px;
        font-size: 14px;
        color: #3f3e45;
        line-height: 1.5;
        background: #fff;
        padding: 0;
        -webkit-appearance: none;
        appearance: none;
        -ms-appearance: none
    }
    html[lang*='en'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang select.goog-te-combo,
    html[class*='translated-ltr'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang select.goog-te-combo {
        padding-left: 8px
    }
    html[lang*='ar'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang select.goog-te-combo,
    html[class*='translated-rtl'] footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .select-lang select.goog-te-combo {
        padding-right: 8px;
        direction: rtl;
        font-family: "NotoKufiArabic"
    }
    footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .goog-logo-link {
        display: none
    }
    footer .TPN-footer .TPN-footer__accessibility .wrap-google-translate .skiptranslate {
        color: transparent
    }
}

.ui-lib-global-csat-feedback-js__qms-wrapper-rtl {
    right: auto
}