#message-popup-top-wrapper{position:absolute;left:0;top:100%;width:100%}#message-popup-top{background-color:#fff;padding-top:16px;padding-bottom:16px;box-shadow:0 -15px 60px rgba(0,0,0,.08),0 0 5px rgba(0,0,0,.08)!important;transform:translate(0,-40%) translate3d(0,0,0);transition:all .7s cubic-bezier(.7,0,.3,1)}body.show-message-popup-top #message-popup-top{transform:translate(0,0) translate3d(0,0,0);-webkit-transition-duration:1s;transition:1s}#message-popup-top .content-wrapper{display:flex;gap:24px 40px;align-items:center;justify-content:space-between}#message-popup-top .content-wrapper .icon-text-wrapper{display:flex;gap:0 40px;align-items:flex-start}#message-popup-top .info-icon{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid #000}#message-popup-top .message-popup-top-text{font-size:14px;font-weight:500;line-height:1.3}#message-popup-top .button-wrapper .close-popup-top{display:flex;align-items:center;justify-content:space-between;padding:8px;font-size:14px;font-weight:500;text-transform:uppercase;background-color:rgba(0,0,0,.1);color:#000!important;cursor:pointer}#message-popup-top .close-popup-top .icon-wrapper{margin-left:24px}@media (max-width:1000px){#message-popup-top-wrapper{top:75px}#message-popup-top .content-wrapper{flex-direction:column}#message-popup-top .content-wrapper .button-wrapper{width:100%}}