.notification-pop-up{align-items:center;background-color:rgba(0,0,0,.7);border:none;bottom:0;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100vw;z-index:10}.notification-pop-up[open]{display:flex}.notification-pop-up-container{background-color:#000;display:flex;flex-direction:column;gap:20px;max-width:660px;padding:32px 40px 24px;position:relative;width:100%}.notification-pop-up-title{color:var(--Text-color-White,#fbfbfb);font-size:30px;font-style:normal;font-weight:700;letter-spacing:.15px;line-height:125%;margin:0;width:fit-content}.notification-pop-up-title.underline02{background-size:1000px 33px}.notification-pop-up-description{color:var(--text-color-white,#fdfdfd);font-family:DM Sans;font-size:14px;font-style:normal;font-weight:400;line-height:140%;margin:0}.notification-pop-up-description span{font-weight:700}.notification-pop-up-description.border{border-left:1px solid #ffc500;padding-left:12px}.notification-pop-up-signature{color:var(--text-color-white,#fdfdfd);font-family:DM Sans;font-size:16px;font-style:normal;font-weight:700;line-height:150%;margin:0}.notification-pop-up-signature span{color:var(--text-color-yellow,#fc0)}.notification-pop-up-img{bottom:0;height:70%;position:absolute;right:0;width:auto}