#donate-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;visibility:hidden;opacity:0;transition:opacity .3s,visibility 0s .3s}#donate-popup.is-open{visibility:visible;opacity:1;transition:opacity .3s}#donate-popup .popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);cursor:pointer;z-index:1}#donate-popup .popup{position:fixed;top:50%;left:50%;z-index:2;background:#fff;border-radius:10px;width:100%;max-width:807px;box-shadow:0 5px 25px rgba(0,0,0,.2);transition:transform .3s,opacity .3s;transform:translate(-50%,-50%) scale(.95);opacity:0;padding:inherit}#donate-popup.is-open .popup{transform:translate(-50%,-50%) scale(1);opacity:1}#donate-popup .popup-header{background:#0fa6ab;display:flex;align-items:center;justify-content:space-between;padding:0 25px 0 67px;height:51px;border-top-left-radius:10px;border-top-right-radius:10px}#donate-popup .popup-title{color:#fff;font-size:20px;font-weight:400}#donate-popup .popup-close-btn{background:0 0;border:none;color:#fff;font-size:40px;font-weight:300;line-height:1;cursor:pointer;padding:5px}#donate-popup .popup-body{padding:40px 60px 50px;text-align:left;position:relative}#donate-popup .popup-main-text{font-size:20px;line-height:1.4;color:#000;margin:0 0 35px;max-width:590px}#donate-popup .preset-buttons-container{display:flex;justify-content:center;align-items:center;gap:17px;margin-bottom:40px;flex-wrap:wrap}#donate-popup .preset-amount{height:51px;border-radius:10px;font-size:20px;font-weight:400;color:#333;cursor:pointer;transition:.2s;background:#efefef;box-shadow:0 4px 6.6px rgba(0,0,0,.15);border:2px solid transparent;padding:0 25px;display:flex;align-items:center;justify-content:center;min-width:91px}#donate-popup .preset-amount:hover{box-shadow:0 4px 10px rgba(0,0,0,.25)}#donate-popup .preset-amount.active{border-color:#0fa6ab;background:#fff;box-shadow:none}#donate-popup .preset-amount.other{background:#0fa6ab;color:#fff;box-shadow:none;min-width:159px}#donate-popup .preset-amount.other.active{background:#0fa6ab;border-color:#0d8a8f}#donate-popup .amount-selector{display:flex;justify-content:center;align-items:center;gap:25px;margin-bottom:30px}#donate-popup .amount-input-wrapper{box-sizing:border-box;width:159px;height:51px;border:2px solid #0fa6ab;border-radius:10px;display:flex;align-items:center;justify-content:center}#donate-popup #donate-amount-input{width:100%;border:none;background:0 0;text-align:center;font-size:20px;font-weight:500;color:#333;outline:0;-moz-appearance:textfield}#donate-popup #donate-amount-input::-webkit-inner-spin-button,#donate-popup #donate-amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#donate-popup .amount-control{width:24px;height:24px;border:none;background:0 0;cursor:pointer;position:relative}#donate-popup .amount-control::after{content:'';position:absolute;left:50%;top:50%;width:12px;height:12px;border:solid #0fa6ab;border-width:0 2px 2px 0;display:inline-block}#donate-popup .amount-control.up::after{transform:translate(-50%,-75%) rotate(-135deg)}#donate-popup .amount-control.down::after{transform:translate(-50%,-25%) rotate(45deg)}#donate-popup .total-amount{text-align:center;font-size:20px;line-height:24px;color:#333;margin:0 0 30px}#donate-popup .submit-button{display:block;margin:0 auto;width:297px;height:51px;background:#0fa6ab;border-radius:10px;border:none;color:#fff;font-size:20px;font-weight:500;cursor:pointer;transition:background-color .2s}#donate-popup .submit-button:hover{background:#0d8a8f}#donate-popup .popup-decoration{position:absolute;width:276px;height:auto;right:-30px;bottom:-20px;transform:rotate(-9.77deg);pointer-events:none}@media (max-width:840px){#donate-popup .popup-decoration{display:none}#donate-popup .popup-body{padding:30px}#donate-popup .preset-buttons-container{gap:10px}#donate-popup .popup-header{padding:12px 20px}}@media (max-width:600px){#donate-popup .popup-main-text{font-size:18px;text-align:center}#donate-popup .preset-buttons-container{flex-direction:column;align-items:stretch}#donate-popup .preset-amount{width:100%;max-width:none}#donate-popup .amount-selector{gap:15px}#donate-popup .submit-button{width:100%}}