-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
163 lines (153 loc) · 6.06 KB
/
privacy-policy.html
File metadata and controls
163 lines (153 loc) · 6.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - Vertex Studio</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
h1,
h2 {
color: #333;
}
p {
margin-bottom: 1em;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Effective Date: August 31, 2024</strong></p>
<p>
Vertex Studio, S.A. de C.V. ("Vertex Studio," "we," "us," or "our")
is committed to protecting your privacy. This Privacy Policy
explains how we collect, use, disclose, and safeguard your
information when you visit our website,
<a href="https://vrx.group">vrx.group</a> (the
"Website"). As a games and simulations company based in San
Salvador, El Salvador, we prioritize transparency and compliance
with applicable data protection laws.
</p>
<h2>1. Information We Collect</h2>
<p>
We only collect personal information that you voluntarily provide to
us through our demo request form on the Website. The information
collected is limited to:
</p>
<ul>
<li>
<strong>Email Address:</strong> Provided when you voluntarily
complete the demo request form to inquire about our games and
simulations services.
</li>
</ul>
<p>
We do not collect any other personal information unless you choose
to provide it to us directly.
</p>
<h2>2. How We Use Your Information</h2>
<p>
The email address you provide in the demo request form is used
solely for the following purposes:
</p>
<ul>
<li>To respond to your request for a demo of our services.</li>
<li>
To communicate with you regarding your inquiry or to provide
additional information about our games and simulations services.
</li>
</ul>
<p>
We do not use your information for marketing purposes unless you
explicitly consent to such communications.
</p>
<h2>3. Sharing Your Information</h2>
<p>
We do not share, sell, rent, or disclose your personal information
to third parties, except in the following circumstances:
</p>
<ul>
<li>
<strong>Legal Requirements:</strong> If required by law,
regulation, or legal process, we may disclose your information
to comply with such obligations.
</li>
<li>
<strong>Service Providers:</strong> We may share your email
address with trusted third-party service providers who assist us
in responding to your demo request (e.g., email communication
platforms). These providers are contractually obligated to
protect your information and use it only for the purposes we
specify.
</li>
</ul>
<h2>4. Data Retention</h2>
<p>
We retain your email address only for as long as necessary to
fulfill the purpose for which it was collected (e.g., responding to
your demo request) or as required by applicable law. Once the
purpose is fulfilled, we securely delete or anonymize your
information.
</p>
<h2>5. Data Security</h2>
<p>
We implement reasonable technical and organizational measures to
protect your email address from unauthorized access, use, or
disclosure. However, no method of transmission over the internet or
electronic storage is completely secure, and we cannot guarantee
absolute security.
</p>
<h2>6. Your Rights</h2>
<p>You have the right to:</p>
<ul>
<li>
Request access to the personal information we hold about you.
</li>
<li>
Request correction or deletion of your personal information.
</li>
<li>
Withdraw your consent for us to process your email address at
any time, subject to legal or contractual restrictions.
</li>
</ul>
<p>
To exercise these rights, please contact us at the address provided
in Section 9.
</p>
<h2>7. Cookies and Tracking Technologies</h2>
<p>
Our Website does not use cookies or any other tracking technologies
to collect personal information. We do not track your browsing
activity or collect analytics data.
</p>
<h2>8. Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time to reflect
changes in our practices or applicable laws. The updated policy will
be posted on this page with a revised "Effective Date." We encourage
you to review this page periodically for the latest information on
our privacy practices.
</p>
<h2>9. Contact Us</h2>
<p>
If you have any questions or concerns about this Privacy Policy or
our data practices, please contact us at:
</p>
<p>
Vertex Studio, S.A. de C.V.<br />
San Salvador, El Salvador<br />
Email:
<a href="mailto:info@vrx.group">info@vrx.group</a>
</p>
<p>Thank you for trusting Vertex Studio with your information.</p>
</body>
</html>