@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");.popup{z-index:10000;background-color:rgba(0,0,0,.3);width:100%;height:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center}.popup-content{background-color:#f3f3f3;border-radius:8px;width:60em;position:fixed;opacity:1!important}.popup-header{border-top-left-radius:5px;border-top-right-radius:5px;margin:0;padding:1rem 2rem;box-sizing:border-box;background-color:#1b63b3;display:flex;justify-content:space-between;align-items:center}.popup-header h2{color:#f3f3f3;font-weight:400;font-size:1.3rem}.popup-header button{padding:0;margin:0;background-color:transparent;border:none;font-size:1.9rem;color:#f3f3f3;cursor:pointer;transition:transform .3s ease-out}.modal-font{font-family:Lato,sans-serif}.popup-header button:hover{transform:scale(1.1)}.popup-form{padding:1rem;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:3px}@media screen and (min-width:768px){.popup-form{padding:2rem 3rem;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:3px}}.popup-form p{font-size:1.1rem;line-height:1.7rem}.popup-form a{color:#1b63b3;transition:color .5s ease,border-bottom .4s ease;text-decoration:none;border-bottom:1px solid #1b63b3}.confirmation-card{background:linear-gradient(145deg,#ffffff,#f2f7ff);border:1px solid rgba(0,86,182,.12);box-shadow:0 25px 60px rgba(0,86,182,.08);border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media screen and (min-width:768px){.confirmation-card{padding:2.5rem 3rem}}.confirmation-icon-wrapper{height:68px;width:68px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(0,86,182,.12) 0,rgba(0,86,182,0) 70%);border:1px solid rgba(0,86,182,.25);color:#0056b6}.confirmation-paragraph{font-size:1.05em;line-height:1.8rem;color:#0f172a;width:100%;text-align:left}.confirmation-paragraph.text-centered{text-align:center}.confirmation-button-div{display:flex;flex-direction:column;justify-content:center;width:100%;gap:.85em;margin-top:1rem}.confirmation-button-div>button{padding:.95rem 1.4rem;cursor:pointer;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.95rem;transition:transform .2s ease-out;width:100%}@media screen and (min-width:768px){.confirmation-button-div{flex-direction:row;gap:1.5em;margin-top:.5rem;width:100%}.confirmation-button-div>button{width:15em}}.confirmation-button-div>button:hover{transform:scale(1.05)}.confirmation-button-neutral{background-color:#ffffff;border-color:rgba(148,163,184,.6);color:#0f172a;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(15,23,42,.08)}.confirmation-button-neutral:hover{background-color:#f8fafc}.confirmation-button-primary{background-image:linear-gradient(120deg,#0056b6,#0a6dd8);border-color:#0056b6;color:#ffffff;box-shadow:0 14px 34px rgba(0,86,182,.35)}.confirmation-button-primary:hover{background-image:linear-gradient(120deg,#0a6dd8,#2c83e3)}@keyframes slide-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.slide-in-down{animation:slide-in-down .3s ease-out}