@keyframes fadeIn{0%{bottom:-298px}to{bottom:0}}@keyframes fadeOut{0%{bottom:0}to{bottom:-298px;display:none!important}}@media screen and (min-width:768px){.popup{align-items:center;bottom:-298px;display:none;height:298px;justify-content:center;left:0;position:fixed;width:298px;z-index:1001}.popup img{height:auto;max-width:100%;vertical-align:bottom}.popup-banner{position:relative}.popup-close{border-radius:50%;color:#fff;cursor:pointer;display:block;font-size:30px;height:30px;line-height:30px;position:absolute;right:8px;text-align:center;top:8px;width:30px;z-index:1002}.popup.open{animation:fadeIn .5s forwards;display:flex}.popup.close{animation:fadeOut .5s forwards}}@media screen and (max-width:767px){.popup{display:none}}