/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.banner-popup__wrapper{align-items:center;background-color:rgba(0,0,0,.9);bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:99}.banner-popup.show-as-banner{align-items:baseline;display:flex;justify-content:space-between;padding:20px;pointer-events:all;position:relative;transition:margin .25s ease-in-out;z-index:0}@media (max-width:600px){.banner-popup.show-as-banner{align-items:flex-end;flex-direction:column}}.banner-popup.show-as-banner .banner-popup__content{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem;width:100%}@media (min-width:600px){.banner-popup.show-as-banner .banner-popup__text{margin-right:3rem}}@media (max-width:600px){.banner-popup.show-as-banner .banner-popup__content{flex-direction:column}.banner-popup.show-as-banner .banner-popup__text{max-height:200px;overflow:auto}.banner-popup.show-as-banner .banner-popup__close{bottom:20px;position:absolute}.banner-popup.show-as-banner .banner-popup__link{margin-top:2rem;max-width:calc(100% - 75px);max-width:calc(100% - 75px)}}.banner-popup.show-as-popup{border:none!important;max-width:600px;position:relative;width:100%}.banner-popup.show-as-popup .banner-popup__content{display:flex;flex-direction:column;gap:1rem;max-height:60vh;overflow:auto;padding:2rem 4rem 2rem 2rem}.banner-popup.show-as-popup .banner-popup__close{position:absolute;right:0;top:0}.banner-popup .banner-popup__close button::before{content:none}.banner-popup.positive{border-bottom:1px solid #000;color:#000}.banner-popup.positive .banner-popup__content p{color:#000}.banner-popup.positive .banner-popup__close button{align-items:center;border-radius:0;display:flex;font-size:1rem;height:50px;justify-content:center;margin:0 0 0 1rem;max-width:none;padding:0;width:50px}.banner-popup.negative{border-bottom:1px solid #fff;color:#fff}.banner-popup.negative .banner-popup__content p{color:#fff}.banner-popup.negative .banner-popup__close button{align-items:center;border-radius:0;display:flex;font-size:1rem;height:50px;justify-content:center;margin:0 0 0 1rem;max-width:none;padding:0;width:50px}
