@-webkit-keyframes modal{0%{width:0}100%{width:26rem}}@keyframes modal{0%{width:0}100%{width:26rem}}.modal-nudge{position:fixed;z-index:100;display:none;box-shadow:-1rem 1rem 2rem 0 rgba(0,0,0,.2);-webkit-animation:modal 3s ease;animation:modal 3s ease;border-radius:.5rem}.modal-nudge.bottom-left{left:0;bottom:0;right:auto;top:auto}.modal-nudge.bottom-right{right:0;bottom:0;left:auto;top:auto}.modal-nudge--hidden{display:none}.modal-nudge__dialog{position:relative;background-color:#fff;color:rgba(0,0,0,.7);width:26rem;margin:0}.modal-nudge__button{margin-bottom:2rem;width:90%}.modal-nudge__button .btn{background-color:#2f96f3;color:#fff;display:inline-block;margin-bottom:0;font-weight:lighter;text-align:center;touch-action:manipulation;cursor:pointer;background-image:none;border:.1rem solid transparent;white-space:nowrap;padding:1rem;font-size:1.5rem;line-height:2rem;border-radius:.2rem}.modal-nudge--dark .modal-nudge__images{padding-top:1%;width:12rem}.modal-nudge--dark .modal-nudge__dialog{color:#fff}.modal-nudge--dark .modal-nudge__button .btn{background-color:#e00f32;color:#fff}.modal-nudge--dark .highlight{background:#efe67a;color:#021128}.modal-nudge__close{position:absolute;color:#fff;top:1rem;right:1rem;padding:0;cursor:pointer;background:0 0;border:0;font-size:2rem}.modal-nudge__image3{max-width:80%}.modal-nudge__content{height:30rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;text-align:center;justify-content:space-around}.modal-nudge__text h4{margin:1rem;font-size:2rem;font-weight:normal}
