﻿@keyframes alert-open-animate{from{opacity:0;}to{opacity:1;}}@keyframes alert-open-animate-mobile{from{bottom:-240px;}to{bottom:10px;}}@keyframes alert-open-animate-mobile-filter-active{from{bottom:-320px;}to{bottom:80px;}}.mp-alert{position:fixed;top:90px;right:10px;background-color:#fff;border-radius:10px;padding:20px;border:solid 1px #c8d3d9;z-index:1000;width:360px;display:block;}.mp-alert.alert-open{animation:.25s ease-in alert-open-animate;}@media screen and (max-width:743px){.mp-alert{top:auto;left:0;right:0;bottom:10px;margin-right:10px;margin-left:10px;width:auto;}.mp-alert.alert-open{animation:.25s ease-in alert-open-animate-mobile;}.mp-alert.alert-open.mp-alert-filters-active{animation:.25s ease-in alert-open-animate-mobile-filter-active;bottom:80px;}}@media screen and (min-width:1024px) and (max-width:1279px){.mp-alert{right:calc(calc(100vw - 1004px)/2);}}@media screen and (min-width:1441px){.mp-alert{right:calc(calc(100vw - 1420px)/2);}}.mp-alert .alert-header{display:flex;justify-content:space-between;margin-bottom:10px;}.mp-alert .alert-header .dummy-left-element{width:24px;}.mp-alert .alert-header .alert-icon{width:40px;height:40px;}.mp-alert .alert-header .alert-close{background:#e3e9ec;border-radius:50%;width:24px;height:24px;border-style:none;position:static;box-shadow:none;font-size:16px;opacity:1;color:#707070;}.mp-alert .alert-header .alert-close:hover{background-color:#f1f4f5;color:#707070;}.mp-alert .alert-header .alert-close i{font-size:12px;}.mp-alert .alert-header .alert-close i.icon{text-shadow:none;line-height:24px;}.mp-alert .alert-header .alert-close i.icon:before{font-size:10px;}.mp-alert .alert-content{display:flex;flex-direction:column;align-items:center;font-family:Graphik;color:#000;text-align:center;line-height:24px;gap:10px;}.mp-alert .alert-content .alert-title{font-size:16px;font-weight:500;}.mp-alert .alert-content .alert-description{font-size:14px;font-weight:normal;}.mp-alert .alert-content .alert-cta{padding:10px 20px;background:#bfd1e5;border-radius:5px;border:solid 1px rgba(255,255,255,.5);font-weight:500;transition:.3s ease-out;font-size:16px;font-weight:500;line-height:30px;height:50px;width:auto;cursor:pointer;color:#111;}.mp-alert .alert-content .alert-cta:hover{background-color:#7fa4ca;text-decoration:none;}