.Alert__close{color:#323f4d;border-radius:100px;height:44px;opacity:1;padding:0;position:absolute;right:0;text-align:center;text-shadow:none;top:0;transition:all .25s ease-in-out;width:44px;background:transparent;border:0}.Alert__close:hover{opacity:1}.Alert{background-color:#fdf3f3;border:1px solid #f8c9c9;border-radius:4px;display:flex;flex-direction:column;font-size:16px;justify-content:center;margin-bottom:16px;min-height:72px;padding:24px 24px 24px 64px;position:relative;text-align:left}.Alert p,.Alert ul{margin-bottom:0}.Alert p+p{margin-top:8px}.Alert--dismissible{padding-right:40px}.Alert__svg{color:#de0b0b;fill:#de0b0b;font-size:40px;height:40px;left:16px;padding:5px;position:absolute;top:50%;transform:translateY(-50%);width:40px}.Alert__svg--align-top{top:22px;transform:none}@media (max-width:767px){.Alert{padding-bottom:16px;padding-top:16px}.Alert__svg--align-top{top:14px;transform:none}}.Alert--info{background-color:#f2f7fc;border-color:#c7dbf1}.Alert__svg--info{color:#005abf;fill:#005abf}