<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popUp{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #0000007a; z-index: 999; backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; }
.popUp .popUp_contnt{position: relative;background: #fff;padding: 15px 0;}
.popUp .popUp_contnt i{ background: #000000; position: absolute; top: -18px; right: -10px; padding: 10px; width: 30px; height: 30px; display: flex; align-items: center; border-radius: 50px; color: #fff; cursor: pointer; }
.popUp .popUp_contnt .popUp-container{ position: relative; height: 85vh; width: 600px; overflow: auto; padding: 0px 20px 0px 20px; }
.popUp .popUp_contnt .popUp-container p{display: grid;color: #fff;font-size: 21px;font: 400 20px 'Oswald', sans-serif;text-align: center;}
.popUp .popUp_contnt .popUp-container p a{color: #fff;padding: 10px 15px;position: relative}
.popUp .popUp_contnt .popUp-container p a span{ color: #181817; font-weight: 300; font-size: 14px; float: right; margin-top: 20px; position: relative; background: #ffffffa8; padding: 5px 15px; border-radius: 50px; box-shadow: 2px 3px 5px #00000059; }

.popUp .new{position: relative;}
.popUp .new a{color: #fff;padding: 10px 15px 10px 55px !important;position: relative}
.popUp .new a:before{content: '';width: 40px;height: 30px;position: absolute;top: 7px;left: 5px;background: url('../../images/new-icon1.gif') no-repeat center center;background-size: contain;}

.banner{padding: 0;}
.banner img{width: 100%;}
.banner a{padding: 0;}
.banner p{margin: 0;}
.banner p a{padding: 0 !important;}

.eachNotice{box-shadow: 2px 2px 6px #ccc; border-radius: 7px; overflow: hidden;}
.posted {margin: 0 auto;border-top: 0;padding: 4px 7px;font-style: italic;color: #ffffff;font-size: 13px;background: #00000024;}

.moreBtn{width: 100%;float: left;text-align: center;}
.moreBtn a{background: #ccc;border-radius: 8px;padding: 10px 20px;display: inline-block;background-image: linear-gradient(to bottom right, #ffffff, #c9c9c0);color: #0e0909;font-size: 18px;border: 1px solid #ccc;}
.moreBtn a:hover{}</pre></body></html>