.newsletter-popup{z-index:1000;color:#fff;background:#00005f;border-radius:2rem 2rem 0 0;padding:1.25rem 1.5rem;position:fixed;bottom:0;left:0;right:0;overflow:hidden}@media (min-width:760px){.newsletter-popup{border-radius:2rem 0 0 2rem;width:30rem;padding:2rem;bottom:137px;left:auto;right:0;box-shadow:0 4px 44px #0d3a9326}}.newsletter-popup:focus{outline:none}.newsletter-popup__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.newsletter-popup__close{color:#fff;cursor:pointer;background:0 0;border:0;margin-right:-10px;padding:6px}.newsletter-popup__body{align-items:flex-start;gap:0;display:flex}.newsletter-popup__text{flex:1}.newsletter-popup__title{letter-spacing:.24px;margin-bottom:1.25rem;font-size:24px;font-style:normal;font-weight:700;line-height:32px}@media (min-width:760px){.newsletter-popup__title{letter-spacing:.26px;font-size:26px;font-style:normal;font-weight:700;line-height:36px}}.newsletter-popup__description{margin-bottom:1rem;font-size:1rem;line-height:1.5rem}.newsletter-popup__cta{grid-area:cta;width:100%;max-height:48px}@media (min-width:760px){.newsletter-popup__cta{max-width:206px}}.newsletter-popup__cta .base-button__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.newsletter-popup__image-container{grid-area:image;align-self:flex-end;align-items:flex-start;width:139px;height:139px;margin-bottom:-2%;display:flex}@media (min-width:552px){.newsletter-popup__image-container{width:206px;height:213px;margin-bottom:-9%}}@media (min-width:760px){.newsletter-popup__image-container{margin-bottom:-19%}}.newsletter-popup__image{transform-origin:0 100%;flex-shrink:0;width:103px;height:100%;display:block;transform:rotate(15deg)}@media (min-width:552px){.newsletter-popup__image{width:156px}}@keyframes newsletter-popup-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes newsletter-popup-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes newsletter-popup-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes newsletter-popup-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.newsletter-popup-enter-active{animation:.4s ease-out both newsletter-popup-slide-up}.newsletter-popup-leave-active{animation:.3s ease-in both newsletter-popup-slide-down}@media (min-width:760px){.newsletter-popup-enter-active{animation-name:newsletter-popup-slide-in}.newsletter-popup-leave-active{animation-name:newsletter-popup-slide-out}}@media (prefers-reduced-motion:reduce){.newsletter-popup-enter-active,.newsletter-popup-leave-active{animation:none}}.default-layout{flex-direction:column;min-height:100vh;display:flex;position:relative}.default-layout__global-loading-indicator{top:var(--base-header-height);position:fixed}
