<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Partner banner*/
.partner-banner {
    margin-left: -2.4%;
   margin-top: -1.4%;
   margin-right: -2.4%;

 height: 50px;
 line-height: 50px;
 text-align: center;
 background: #f45404;
 color: white;
}

#partner-banner-mobile {
   margin-top: 2.4%;	
}

.partner-banner .text-underline { color: white;}

.close {
 position: absolute;
 right: 100px;
 line-height: 50px;

   font-size: 25px;
   color: white;
}

.partner-logo { width: 40px;margin-top: -9px;}

.text-underline {
 text-decoration: underline;
 color: black;
}

.div-only-mobile {display: none}
.div-only-desktop{display: block;}

@media screen and (max-width: 500px) {
    .div-only-desktop { display: none}

    .div-only-mobile{ display: block }

    .partner-banner {
    height: 50px;
    text-align: center;
    background: #f45404;
    color: white;
    }

    .close {
    position: absolute;
    right: 10px;
    line-height: 50px;
        font-size: 24px;
        font-weight: 700;
    }

    .partner-logo {
    width: 40px;
        position: absolute;
    left: 10%;
    line-height: 40px;
    top: 17px;
    }

    .partner-text {
        position: absolute;
        left: 16%;
        font-size: 10px;
        /* line-height: 17px; */
        width: 68%;
    }
}</pre></body></html>