<turbo-stream action="replace" target="remote_modal"><template>
  <turbo-frame id="remote_modal" target="_top"><div aria-hidden='true' aria-labelledby='staticBackdropLabel' class='modal fade' data-bs-backdrop='static' data-bs-keyboard='false' data-controller='modal' tabindex='-1'>
<div class='modal-dialog'>
<div class='modal-content'>
<div class='modal-header'>
<h1 class='modal-title fs-5' id='staticBackdropLabel'>I still have favorite programs from my Windows/Mac computer. Can I still use them?</h1>
</div>
<div class='modal-body'>
<div class='lh-base fs-6 mt-2'>It depends. No Windows applications will run natively on PureOS. However, some Windows applications can be run with an application called Wine. Check on the availability of your program. Applications designed for Apple products can not run on a GNU/Linux based machine such as a UMAXX Liberty Phone.</div>
<div class='lh-base fs-6 mt-2'>Additionally, you can also run Windows or Apple operating systems within our virtual box application, Boxes, which would allow you to run the applications that you need.</div>
<div class='lh-base fs-6 mt-2'>Please also note that Windows based programs run as non-free source/proprietary code and UMAXX can not offer a guarantee that your UMAXX Liberty Phone will continue to be secure if you choose to install. We do not recommend doing this for your own privacy and security but you are welcome to as the UMAXX Liberty Phone is your machine.</div>
</div>
<div class='modal-footer'>
<button class='btn btn-secondary' data-bs-dismiss='modal' type='button'>Close</button>
</div>
</div>
</div>
</div>
</turbo-frame><style>
  .btn-secondary{
    background: #0057B7;
    color: #fff;
  }
  .btn:hover {
    background: #0057B7 !important;
    color: #fff !important;
  }
</style>

</template></turbo-stream>