@charset "UTF-8";.download-popup-overlay{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;}.download-popup-overlay.is-open{opacity:1;visibility:visible;}.download-popup-overlay.is-open .download-popup{transform:scale(1);}.download-popup{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 20px;gap:24px;isolation:isolate;width:100%;max-width:557px;min-height:628px;box-sizing:border-box;background:#ffffff;border:1px solid #bdbdc6;box-shadow:20px 20px 20px rgba(0,0,0,.08);border-radius:16px;position:relative;transform:scale(.98);transition:transform .2s ease;}.download-popup.is-success{min-height:224px;border-color:rgba(0,0,0,.1);}.download-popup.is-success .download-popup-inner{display:none;}.download-popup-success{display:none;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:385px;}.download-popup.is-success .download-popup-success{display:flex;}.download-popup-success-icon{width:43.5px;height:43.5px;flex-shrink:0;background:#4959ea;border-radius:50%;position:relative;}.download-popup-success-icon::after{content:"";position:absolute;left:50%;top:50%;width:8px;height:14px;border:solid #ffffff;border-width:0 2.5px 2.5px 0;transform:translate(-50%,-50%) rotate(45deg);}.download-popup-success-text{margin:0;font-family:MidasInter-Regular,Arial,sans-serif;font-weight:400;font-size:20px;line-height:140%;text-align:center;color:#000000;opacity:.56;max-width:385px;}.download-popup-close{position:absolute;right:10px;top:10px;width:24px;height:24px;padding:4px;display:flex;align-items:center;justify-content:center;background:#e5e5e5;border:none;border-radius:29px;cursor:pointer;flex-shrink:0;transition:background .15s ease;}.download-popup-close:hover{background:#d0d0d0;}.download-popup-close-icon{display:block;line-height:10px;font-size:18px;font-weight:300;color:#4f4f4f;text-align:center;}.download-popup-inner{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:333px;}.download-popup-title{font-family:MidasInter-Semi-Bold,Arial,sans-serif;font-weight:600;font-size:30px;line-height:36px;text-align:center;color:#000000;margin:0;width:100%;}.download-popup-subtitle,.download-popup-sms-label{font-family:MidasInter-Regular,Arial,sans-serif;font-weight:400;font-size:15px;line-height:18px;text-align:center;color:#000000;margin:0;}.download-popup-qr{display:flex;flex-direction:column;align-items:center;gap:0;}.download-popup-qr img{width:225px;height:207px;-o-object-fit:contain;object-fit:contain;}.download-popup-qr-placeholder{width:225px;height:207px;border-radius:29.5714px;background:#f0f3f7;}.download-popup-form{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;}.download-popup-fields{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;max-width:333px;}.download-popup-country,.download-popup-phone{box-sizing:border-box;background:#f7f8fa;border:.63221px solid #c2d0eb;border-radius:5.05768px;font-family:MidasInter-Regular,Arial,sans-serif;font-weight:400;font-size:15px;line-height:18px;color:#000000;}.download-popup-country::-moz-placeholder,.download-popup-phone::-moz-placeholder{color:#697180;}.download-popup-country::placeholder,.download-popup-phone::placeholder{color:#697180;}.download-popup-country{width:56px;height:49px;padding:0 12px;font-size:13px;line-height:16px;color:#697180;text-align:center;flex-shrink:0;}.download-popup-phone{flex:1;min-width:0;height:49px;padding:0 16px;}.download-popup-consent{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:343px;}.download-popup-checkbox-label{display:flex;flex-direction:row;align-items:flex-start;gap:10px;cursor:pointer;width:100%;}.download-popup-checkbox{box-sizing:border-box;width:18px;height:18px;min-width:18px;min-height:18px;margin:0;margin-top:2px;background:#ffffff;border:.535699px solid #4959ea;border-radius:2px;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;flex-shrink:0;position:relative;}.download-popup-checkbox:checked{background:#4959ea;}.download-popup-checkbox:checked::after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg);}.download-popup-checkbox-label.download-popup-checkbox-label-error .download-popup-checkbox,.download-popup-checkbox.download-popup-checkbox-error{border-color:#DB4933;background:#fdf2f2;}.download-popup-checkbox-label.download-popup-checkbox-label-error .download-popup-checkbox:focus,.download-popup-checkbox.download-popup-checkbox-error:focus{outline:2px solid #DB4933;outline-offset:2px;}.download-popup-checkbox-text{font-family:MidasInter-Regular,Arial,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#697180;flex:1;}.download-popup-turnstile-container{width:100%;max-width:343px;display:flex;justify-content:center;align-items:center;}.download-popup-turnstile-container .cf-turnstile{transform:scale(.9);transform-origin:center;}.download-popup-submit{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:343px;height:44px;padding:0;font-family:MidasInter-Semi-Bold,Arial,sans-serif;font-weight:600;font-size:14px;line-height:14px;text-align:center;letter-spacing:-.02em;color:#ffffff;background:#4959ea;border:none;border-radius:21.6px;cursor:pointer;transition:background .15s ease;}.download-popup-submit:hover{background:#3d4bc7;}.download-popup-submit:disabled{opacity:.6;cursor:not-allowed;}.download-popup-error-box{width:100%;max-width:343px;margin-top:12px;padding:12px 16px;background:#fdf2f2;border:1px solid #DB4933;border-radius:8px;display:none;align-items:center;gap:8px;}.download-popup-error-box::before{content:"⚠";font-size:16px;color:#DB4933;flex-shrink:0;}.download-popup-error-box.show{display:flex;}.download-popup-error-box .download-popup-error-text{font-family:MidasInter-Regular,Arial,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#DB4933;margin:0;}.freedom-of-investment-head-cta.hero-btn{display:flex;justify-content:center;align-items:center;width:100%;}.btn-midas-download{background:#4959ea;color:#ffffff;border:none;border-radius:8px;padding:14px 28px;font-family:MidasInter-Semi-Bold,Arial,sans-serif;font-weight:600;font-size:16px;line-height:1.25;cursor:pointer;transition:background .15s ease;}.btn-midas-download:hover{background:#3d4bc7;}@media (max-width:991px){.freedom-of-investment-head-cta.hero-btn{display:none!important}}