@charset "UTF-8";#popup-banner{position:fixed;bottom:20px;right:16px;border:1px solid #ccc;border-radius:5px;padding:2px;box-shadow:0px 0px 10px rgba(0,0,0,.2);transition:transform .7s ease;z-index:99;background-color:#fff;max-width:320px;width:90%;--popup-offset:100vh;transform:translateY(var(--popup-offset))}@media (min-width:1920px){#popup-banner{right:calc((100vw - 1440px) / 2 - 16px)}}#popup-banner.show{--popup-offset:0%}#popup-banner.show.is-footer-near{--popup-offset:100vh}#popup-banner .popup-bnr-link{display:block;transition:all .25s ease}#popup-banner .popup-bnr-link:hover{box-shadow:0 0 0 4px rgba(148,212,227,.4),0 10px 25px rgba(0,0,0,.15);border-radius:4px}#popup-banner .popup-bnr-img{width:100%;height:auto;display:block}#popup-banner .close-btn{position:absolute;height:29px;width:29px;top:-12px;right:-12px;cursor:pointer;color:#fff;font-family:Arial,sans-serif;font-weight:700;font-size:20px;border-radius:50%;background-color:rgba(10,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:99}#popup-banner.is-footer-near{bottom:120px}@media screen and (max-width:768px){#popup-banner{right:auto;left:8px;max-width:180px;width:180px;bottom:calc(78px + env(safe-area-inset-bottom))}}