@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.ModalPortal{width:100%;height:100vh;background-color:rgba(27,39,51,.5);z-index:1000000;top:0;left:0;bottom:0;right:0;position:fixed;text-align:center;padding:35px 15px;overflow:auto;-webkit-overflow-scrolling:touch}@media(min-width:768px){.ModalPortal{padding:70px 35px}}.ModalPortal__content{display:inline-block;position:relative;border-radius:12px;background-color:#fff}@media(max-width:767px){.ModalPortal__content{max-width:100%}}.ModalPortal.secondary .ModalPortal__content{border-radius:0}.ModalPortal__content--without-background{background:none}.ModalPortal__close{z-index:1;cursor:pointer;position:absolute;top:15px;right:15px}