According to the spec sheet it has the i7-8809G, which does support VT-x and VT-d. https://en.wikichip.org/wiki/intel/core_i7/i7-8809g
If you want to check for yourself (including TPM):
Important: make sure these features are enabled in your bios setup, or they will appear not present to the OS. See: https://www.intel.in/content/www/in/en/support/articles/000007139/server-products.html
If you're on Linux now, you can check /proc/cpuinfo for VT-d
grep vmx /proc/cpuinfo
if it shows the cpu flag for it, it means you have VT-d. You don't really have to check for VT-x.
The qubes-hcl-report tool checks for a TPM using:
find /sys/devices/ -name pcrs
(https://github.com/QubesOS/qubes-core-admin/blob/master/qvm-tools/qubes-hcl-report)
TPM is required only if you want to use AEM, but it's not required for a basic Qubes installation.
Those requirements are just the very first step. You should boot the Qubes installer and make sure you get to the graphical installation screen - this is a good sign Qubes will work on that machine. If you want, you can also try installing Qubes on a USB flash drive without touching your existing OS. https://www.qubes-os.org/doc/installation-guide/#installation-destination
> At first setup do NOT choose to create a sys-sub - I've done it and it
> is an unfortunate mistake to make.
Last time I did a USB install (R4.1), the option was greyed out and "Unavailable because the root filesystem is on a USB device" or something like that :)
Honestly I don't recommend using the sys-usb init config option at all unless you're sure it's going to work, i.e. you've used sys-usb on that machine before. You should do the installation without sys-usb and get everything else working, then enable it later using the instructions, because if it causes problems it's *much* easier to attribute to sys-usb. If you have it enabled from the start, it's not easy to see the cause-effect relationship. Just my opinion.