.success-popup{align-items:center;background:rgba(0,0,0,.75);display:none;height:100%;justify-content:center;overflow:scroll;position:fixed;top:0;width:100%;z-index:22}.success-popup.active{display:flex}.success-popup__wrapper{background:var(--background-dark-grey);border-radius:var(--border-radius);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:var(--padding-m) var(--padding-xs);position:relative}.success-popup__content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:var(--padding-l);overflow-y:auto;width:100%}.success-popup__image-wrapper{display:none;margin-bottom:var(--padding-m)}.success-popup__image{border-radius:24px;max-height:300px}.success-popup__text-wrapper{width:100%}.success-popup__text{text-align:center}.success-popup__text h2{color:var(--text-color-white);font-size:6.25rem;line-height:1;margin-bottom:var(--padding-xxs)}.success-popup__text p{color:var(--text-color-white);font-size:var(--typography-med-font-size);margin-bottom:var(--padding-m)}.success-popup__text a{margin:0 auto;width:100%}.success-popup__close{align-items:center;background:var(--background-grey);border-radius:100%;cursor:pointer;display:flex;height:42px;justify-content:center;position:absolute;right:35px;top:35px;width:42px}.success-popup__close svg{fill:var(--text-color-dark-grey);color:var(--text-color-dark-grey);height:15px;width:15px}@media (min-width:1024px){.success-popup__content{margin:0}.success-popup__wrapper{height:-moz-fit-content;height:fit-content}.success-popup__image-wrapper{display:block}.success-popup .success-popup__content{overflow:unset}}@media (min-width:1400px){.success-popup__wrapper{padding:var(--padding-m)}}