.popin-alert{position:fixed;bottom:-300px;width:100%;transition:bottom 1s cubic-bezier(.52,-.1,.85,.31);z-index:99999999}.popin-alert--show{bottom:1rem;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.popin-alert__container{display:flex;justify-content:space-evenly;gap:60px;align-items:center;margin:auto;padding:1rem 36px 1.5rem;background-color:var(--white);border:1px solid var(--light-grey);border-radius:4px;box-shadow:0 12px 14px rgba(0,0,0,.29);text-align:center;overflow:hidden;width:fit-content;max-width:95%;max-height:19rem}.popin-alert__image{border-radius:50%;min-width:24px;max-width:48px;aspect-ratio:1}