.toast{display:flex;justify-content:space-between;border-radius:.3125rem;background:#fff;box-shadow:0 .5rem 1.5rem rgba(18,28,45,.1);line-height:1.3rem;max-width:23rem;max-height:7.2rem;padding:1rem;font-size:.75rem;opacity:1;color:#000;margin-bottom:-2rem;margin-left:auto;margin-right:auto;-webkit-animation:appear-from-right .3s ease-out forwards;animation:appear-from-right .3s ease-out forwards;pointer-events:auto}@media (min-width:480px){.toast{margin-right:1.5rem}}.toast__container{display:none;position:fixed;padding-top:1.25rem;z-index:21;width:100%;max-width:inherit;top:0;right:none;pointer-events:none}@media (min-width:480px){.toast__container{padding-top:2rem;padding-left:1.5rem;max-width:inherit;right:0}}.toast__content{display:flex;flex-direction:row;flex:1;justify-content:space-between}.toast__cta{display:flex;flex-direction:column}.toast__link{text-decoration:none;margin-top:.5rem;color:#0263e0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.toast__close{margin-left:1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZD0ibTIwIDktNSA1IDUgNXYxaC0xbC01LTUtNSA1aC0xdi0xbDUtNS01LTV2LTFoMWw1IDUgNS01aDF6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImIiPjxwYXRoIGQ9Im0zIDNoMjJ2MjJoLTIyeiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjIj48cGF0aCBkPSJtOCA4aDEydjEyaC0xMnoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iZCI+PHBhdGggZD0ibTUgNWgxOHYxOGgtMTh6Ii8+PC9jbGlwUGF0aD48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxnIGNsaXAtcGF0aD0idXJsKCNiKSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2MpIj48cGF0aCBkPSJtMyAzaDIydjIyaC0yMnoiIGZpbGw9IiMwZDEyMmIiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2QpIj48ZyBjbGlwLXBhdGg9InVybCgjYykiPjxwYXRoIGQ9Im0wIDBoMjh2MjhoLTI4eiIgZmlsbD0iIzIzMzY1OSIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);background-repeat:no-repeat;width:1.75rem}.toast__close:hover{cursor:pointer}.toast--closing{-webkit-animation:dissapear .5s ease-out forwards;animation:dissapear .5s ease-out forwards}@-webkit-keyframes appear-from-right{0%{transform:translateX(50%) scale(1)}75%{margin-bottom:1.5rem}to{transform:translateX(0) scale(1);margin-bottom:1rem}}@keyframes appear-from-right{0%{transform:translateX(50%) scale(1)}75%{margin-bottom:1.5rem}to{transform:translateX(0) scale(1);margin-bottom:1rem}}@-webkit-keyframes dissapear{to{transform:scale(0);opacity:0;max-height:0;margin-bottom:-2rem}}@keyframes dissapear{to{transform:scale(0);opacity:0;max-height:0;margin-bottom:-2rem}}

/*# sourceMappingURL=toast.min.css.map*/