.modal__wrapper i.fa-plus{margin-left:10px}.modal__button--close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;float:right;font-size:21px;font-weight:700;line-height:1;color:#3d316a;margin-top:-2vh;height:-moz-fit-content;height:fit-content}.modal__button--close span{color:#3d316a}.modal__button--close:hover{cursor:pointer}.modal__button--close:focus{box-shadow:0 0 0 2px gray}.modal__button--close path{fill:#3d316a}.modal__overlay{background-color:rgba(0,0,0,.447);position:fixed;inset:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.modal__content{border-radius:0;background-image:url(/apps/success-stories/_next/static/media/Paper-Texture.d8a11548.png);background-size:cover;background-repeat:no-repeat;background-position:50%;box-shadow:0 10px 38px -10px rgba(14,18,22,.35),0 10px 20px -15px rgba(14,18,22,.2);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-height:85vh;min-height:640px;max-height:-moz-fit-content;max-height:fit-content;min-height:-moz-fit-content;min-height:fit-content;overflow:auto;animation:contentShow .15s cubic-bezier(.16,1,.3,1)}.modal__content:focus{outline:none}.modal__content--sm{max-width:450px}.modal__content--md{max-width:600px}.modal__content .ver2{padding:10px 15px;margin-top:25px;margin-bottom:35px;display:flex;justify-content:space-between}.modal__content p{margin-bottom:15px;text-align:center}.modal__content .success-a{text-decoration:underline;color:#3d316a}.modal__title{margin:0;font-weight:500;width:100%;text-align:center}.modal__title--wrapper{display:flex;justify-content:space-between;border:none;padding:30px 15px 15px}.modal__description{color:#000;font-size:1.6rem;line-height:1.5}.modal__description--wrapper{padding:0 80px 30px}.modal__footer--wrapper{display:flex;padding:15px 20px;justify-content:flex-end}.modal__footer--wrapper .veto-btn{text-align:center;padding:10px;display:inline-block;background-color:#ffcc02;color:#3d316a;font-weight:700;text-decoration:none;opacity:1;border:none;font-size:1.4rem}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(min-width:768px){.modal__content--lg{width:600px;margin:30px auto}}@media(min-width:992px){.modal__content--lg{width:900px}}