Miruro/docs/pages/Privacy.html

2261 lines
65 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Privacy Policy of Miruro LLC" />
<meta property="og:site_name" content="Privacy Policy" />
<meta property="og:title" content="Privacy Policy" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Privacy Policy of Miruro LLC" />
<link
href="https://fonts.googleapis.com/css?display=swap&family=Montserrat:800,800italic,600,600italic,200,200italic,700,700italic,900,900italic,400,400italic"
rel="stylesheet"
type="text/css"
/>
<style>
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
mark {
background-color: transparent;
color: inherit;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
body {
line-height: 1;
min-height: var(--viewport-height);
min-width: 320px;
overflow-x: hidden;
word-wrap: break-word;
background-color: #23272a;
}
:root {
--background-height: 100vh;
--site-language-alignment: left;
--site-language-direction: ltr;
--site-language-flex-alignment: flex-start;
--viewport-height: 100vh;
}
html {
font-size: 24pt;
}
u {
text-decoration: underline;
}
strong {
color: inherit;
font-weight: bolder;
}
em {
font-style: italic;
}
code {
background-color: rgba(144, 144, 144, 0.25);
border-radius: 0.25em;
font-family: "Lucida Console", "Courier New", monospace;
font-size: 0.9em;
font-weight: normal;
letter-spacing: 0;
margin: 0 0.25em;
padding: 0.25em 0.5em;
text-indent: 0;
}
mark {
background-color: rgba(144, 144, 144, 0.25);
}
s {
text-decoration: line-through;
}
sub {
font-size: smaller;
vertical-align: sub;
}
sup {
font-size: smaller;
vertical-align: super;
}
a {
color: inherit;
text-decoration: underline;
transition: color 0.25s ease;
}
#wrapper {
-webkit-overflow-scrolling: touch;
align-items: flex-start;
display: flex;
flex-direction: column;
justify-content: flex-start;
min-height: var(--viewport-height);
overflow: hidden;
position: relative;
z-index: 2;
}
#main {
--alignment: center;
--flex-alignment: center;
--border-radius-tl: 0;
--border-radius-tr: 0;
--border-radius-br: 0;
--border-radius-bl: 0;
align-items: center;
display: flex;
flex-grow: 0;
flex-shrink: 0;
justify-content: center;
max-width: 100%;
position: relative;
text-align: var(--alignment);
z-index: 1;
}
#main > .inner {
--padding-horizontal: 7.625rem;
--padding-vertical: 4.375rem;
--spacing: 0.75rem;
--width: 100vw;
border-radius: var(--border-radius-tl) var(--border-radius-tr)
var(--border-radius-br) var(--border-radius-bl);
max-width: 100%;
position: relative;
width: var(--width);
z-index: 1;
padding: var(--padding-vertical) var(--padding-horizontal);
}
#main > .inner > * {
margin-top: var(--spacing);
margin-bottom: var(--spacing);
}
#main > .inner > :first-child {
margin-top: 0 !important;
}
#main > .inner > :last-child {
margin-bottom: 0 !important;
}
#main > .inner > .full {
margin-left: calc(var(--padding-horizontal) * -1);
max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
#main > .inner > .full:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
margin-top: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full.screen {
border-radius: 0 !important;
max-width: 100vw;
position: relative;
width: 100vw;
left: 0;
margin-left: calc(var(--padding-horizontal) * -1);
right: auto;
}
body.is-instant #main,
body.is-instant #main > .inner > *,
body.is-instant #main > .inner > section > * {
transition: none !important;
}
body.is-instant:after {
display: none !important;
transition: none !important;
}
h1,
h2,
h3,
p {
direction: var(--site-language-direction);
position: relative;
}
h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
display: block;
position: relative;
}
h1 span[style],
h2 span[style],
h3 span[style],
p span[style],
h1 strong,
h2 strong,
h3 strong,
p strong,
h1 a,
h2 a,
h3 a,
p a,
h1 code,
h2 code,
h3 code,
p code,
h1 mark,
h2 mark,
h3 mark,
p mark {
-webkit-text-fill-color: currentcolor;
}
#text02 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 2em;
line-height: 1;
font-weight: 800;
}
#text02 a {
text-decoration: underline;
}
#text02 a:hover {
text-decoration: none;
}
#text02 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text01 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.75;
font-weight: 600;
}
#text01 a {
text-decoration: underline;
}
#text01 a:hover {
text-decoration: none;
}
#text01 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text05 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text05 a {
text-decoration: underline;
}
#text05 a:hover {
text-decoration: none;
}
#text05 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text07 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text07 a {
text-decoration: underline;
}
#text07 a:hover {
text-decoration: none;
}
#text07 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text23 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text23 a {
text-decoration: underline;
}
#text23 a:hover {
text-decoration: none;
}
#text23 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text30 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text30 a {
text-decoration: underline;
}
#text30 a:hover {
text-decoration: none;
}
#text30 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text24 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text24 a {
text-decoration: underline;
}
#text24 a:hover {
text-decoration: none;
}
#text24 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text29 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text29 a {
text-decoration: underline;
}
#text29 a:hover {
text-decoration: none;
}
#text29 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text25 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text25 a {
text-decoration: underline;
}
#text25 a:hover {
text-decoration: none;
}
#text25 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text31 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text31 a {
text-decoration: underline;
}
#text31 a:hover {
text-decoration: none;
}
#text31 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text26 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text26 a {
text-decoration: underline;
}
#text26 a:hover {
text-decoration: none;
}
#text26 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text32 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text32 a {
text-decoration: underline;
}
#text32 a:hover {
text-decoration: none;
}
#text32 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text27 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text27 a {
text-decoration: underline;
}
#text27 a:hover {
text-decoration: none;
}
#text27 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text33 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text33 a {
text-decoration: underline;
}
#text33 a:hover {
text-decoration: none;
}
#text33 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text28 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text28 a {
text-decoration: underline;
}
#text28 a:hover {
text-decoration: none;
}
#text28 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text34 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text34 a {
text-decoration: underline;
}
#text34 a:hover {
text-decoration: none;
}
#text34 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text09 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text09 a {
text-decoration: underline;
}
#text09 a:hover {
text-decoration: none;
}
#text09 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text35 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text35 a {
text-decoration: underline;
}
#text35 a:hover {
text-decoration: none;
}
#text35 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text08 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text08 a {
text-decoration: underline;
}
#text08 a:hover {
text-decoration: none;
}
#text08 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text22 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text22 a {
text-decoration: underline;
}
#text22 a:hover {
text-decoration: none;
}
#text22 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text37 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text37 a {
text-decoration: underline;
}
#text37 a:hover {
text-decoration: none;
}
#text37 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text38 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text38 a {
text-decoration: underline;
}
#text38 a:hover {
text-decoration: none;
}
#text38 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text39 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text39 a {
text-decoration: underline;
}
#text39 a:hover {
text-decoration: none;
}
#text39 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text40 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text40 a {
text-decoration: underline;
}
#text40 a:hover {
text-decoration: none;
}
#text40 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text41 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text41 a {
text-decoration: underline;
}
#text41 a:hover {
text-decoration: none;
}
#text41 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text42 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text42 a {
text-decoration: underline;
}
#text42 a:hover {
text-decoration: none;
}
#text42 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text43 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text43 a {
text-decoration: underline;
}
#text43 a:hover {
text-decoration: none;
}
#text43 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text44 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text44 a {
text-decoration: underline;
}
#text44 a:hover {
text-decoration: none;
}
#text44 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text10 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text10 a {
text-decoration: underline;
}
#text10 a:hover {
text-decoration: none;
}
#text10 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text11 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text11 a {
text-decoration: underline;
}
#text11 a:hover {
text-decoration: none;
}
#text11 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text45 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text45 a {
text-decoration: underline;
}
#text45 a:hover {
text-decoration: none;
}
#text45 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text46 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text46 a {
text-decoration: underline;
}
#text46 a:hover {
text-decoration: none;
}
#text46 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text06 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text06 a {
text-decoration: underline;
}
#text06 a:hover {
text-decoration: none;
}
#text06 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text03 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text03 a {
text-decoration: underline;
}
#text03 a:hover {
text-decoration: none;
}
#text03 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text49 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text49 a {
text-decoration: underline;
}
#text49 a:hover {
text-decoration: none;
}
#text49 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text50 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text50 a {
text-decoration: underline;
}
#text50 a:hover {
text-decoration: none;
}
#text50 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text47 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text47 a {
text-decoration: underline;
}
#text47 a:hover {
text-decoration: none;
}
#text47 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text48 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text48 a {
text-decoration: underline;
}
#text48 a:hover {
text-decoration: none;
}
#text48 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text04 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.625em;
line-height: 1.25;
font-weight: 700;
}
#text04 a {
text-decoration: underline;
}
#text04 a:hover {
text-decoration: none;
}
#text04 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text36 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text36 a {
text-decoration: underline;
}
#text36 a:hover {
text-decoration: none;
}
#text36 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text14 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text14 a {
text-decoration: underline;
}
#text14 a:hover {
text-decoration: none;
}
#text14 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text15 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text15 a {
text-decoration: underline;
}
#text15 a:hover {
text-decoration: none;
}
#text15 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text12 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.875em;
line-height: 1.5;
font-weight: 700;
}
#text12 a {
text-decoration: underline;
}
#text12 a:hover {
text-decoration: none;
}
#text12 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
#text13 {
text-align: left;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 0.5em;
line-height: 1.5;
font-weight: 200;
}
#text13 a {
text-decoration: underline;
}
#text13 a:hover {
text-decoration: none;
}
#text13 span.p:nth-child(n + 2) {
margin-top: 1rem;
}
.icc-credits {
display: block;
opacity: 1 !important;
position: relative;
transition-delay: 0s !important;
}
.icc-credits span {
border-radius: 24px;
cursor: pointer;
display: inline-block;
font-family: Arial, sans-serif;
font-size: 12px;
letter-spacing: 0;
line-height: 1;
position: relative;
text-decoration: none;
width: auto;
}
.icc-credits span a {
display: inline-block;
padding: 0.5em 0.375em;
position: relative;
text-decoration: none;
transition: color 0.25s ease, transform 0.25s ease;
z-index: 1;
}
.icc-credits span a:before {
content: "( ";
opacity: 1;
transition: opacity 0.25s ease;
}
.icc-credits span a:after {
content: " )";
opacity: 1;
transition: opacity 0.25s ease;
}
.icc-credits span::after {
background-image: linear-gradient(30deg, #a464a1 15%, #3b5dad 85%);
border-radius: inherit;
box-shadow: 0 0.25em 1.25em 0 rgba(0, 0, 0, 0.25);
content: "";
display: block;
height: calc(100% + 2px);
left: -1px;
opacity: 0;
pointer-events: none;
position: absolute;
top: -1px;
transition: opacity 0.25s ease, box-shadow 0.25s ease,
transform 0.25s ease;
width: calc(100% + 2px);
}
body {
user-select: none;
}
.icc-credits span:hover {
text-transform: none !important;
}
.icc-credits span:hover a {
color: #ffffff !important;
transform: scale(1.1) translateY(-0.05rem);
}
.icc-credits span:hover a:before {
opacity: 0;
}
.icc-credits span:hover a:after {
opacity: 0;
}
.icc-credits span:hover::after {
opacity: 1;
transform: scale(1.1) translateY(-0.05rem);
}
#credits span {
color: rgba(255, 255, 255, 0.498);
margin-top: 0.75rem !important;
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
html {
font-size: 18pt;
}
}
@media (max-width: 1280px) {
html {
font-size: 18pt;
}
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
html {
font-size: 15pt;
}
}
@media (max-width: 736px) {
html {
font-size: 15pt;
}
#main > .inner {
--padding-horizontal: 2rem;
--padding-vertical: 3.5rem;
--spacing: 0.75rem;
}
#text02 {
letter-spacing: 0rem;
width: 100%;
font-size: 2em;
line-height: 1;
}
#text01 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.75;
}
#text05 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text07 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text23 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text30 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text24 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text29 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text25 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text31 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text26 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text32 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text27 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text33 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text28 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text34 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text09 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text35 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text08 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text22 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text37 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text38 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text39 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text40 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text41 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text42 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text43 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text44 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text10 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text11 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text45 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text46 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text06 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text03 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text49 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text50 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text47 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text48 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text04 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.625em;
line-height: 1.25;
}
#text36 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text14 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text15 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
#text12 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.875em;
line-height: 1.5;
}
#text13 {
letter-spacing: 0rem;
width: 100%;
font-size: 0.5em;
line-height: 1.5;
}
}
@media (max-width: 480px) {
#main > .inner {
--spacing: 0.65625rem;
}
}
@media (max-width: 360px) {
#main > .inner {
--padding-horizontal: 1.5rem;
--padding-vertical: 2.625rem;
--spacing: 0.5625rem;
}
#text02 {
font-size: 1.5em;
}
#text01 {
font-size: 0.5em;
}
#text05 {
font-size: 0.5em;
}
#text07 {
font-size: 0.875em;
}
#text23 {
font-size: 0.625em;
}
#text30 {
font-size: 0.5em;
}
#text24 {
font-size: 0.625em;
}
#text29 {
font-size: 0.5em;
}
#text25 {
font-size: 0.625em;
}
#text31 {
font-size: 0.5em;
}
#text26 {
font-size: 0.625em;
}
#text32 {
font-size: 0.5em;
}
#text27 {
font-size: 0.625em;
}
#text33 {
font-size: 0.5em;
}
#text28 {
font-size: 0.625em;
}
#text34 {
font-size: 0.5em;
}
#text09 {
font-size: 0.625em;
}
#text35 {
font-size: 0.5em;
}
#text08 {
font-size: 0.875em;
}
#text22 {
font-size: 0.5em;
}
#text37 {
font-size: 0.625em;
}
#text38 {
font-size: 0.5em;
}
#text39 {
font-size: 0.625em;
}
#text40 {
font-size: 0.5em;
}
#text41 {
font-size: 0.625em;
}
#text42 {
font-size: 0.5em;
}
#text43 {
font-size: 0.625em;
}
#text44 {
font-size: 0.5em;
}
#text10 {
font-size: 0.875em;
}
#text11 {
font-size: 0.5em;
}
#text45 {
font-size: 0.625em;
}
#text46 {
font-size: 0.5em;
}
#text06 {
font-size: 0.875em;
}
#text03 {
font-size: 0.5em;
}
#text49 {
font-size: 0.625em;
}
#text50 {
font-size: 0.5em;
}
#text47 {
font-size: 0.625em;
}
#text48 {
font-size: 0.5em;
}
#text04 {
font-size: 0.625em;
}
#text36 {
font-size: 0.5em;
}
#text14 {
font-size: 0.875em;
}
#text15 {
font-size: 0.5em;
}
#text12 {
font-size: 0.875em;
}
#text13 {
font-size: 0.5em;
}
}
</style>
</head>
<body>
<div id="wrapper">
<div id="main">
<div class="inner">
<h1 id="text02">PRIVACY POLICY</h1>
<p id="text01">Effective date: September 16, 2022</p>
<p id="text05">
<span class="p"
>Miruro LLC (&quot;us&quot;, &quot;we&quot;, or &quot;our&quot;)
operates the https://www.miruro.live website (hereinafter
referred to as the &quot;Service&quot;).<br />
This page informs you of our policies regarding the collection,
use and disclosure of personal data when you use our Service and
the choices you have associated with that data.<br />
We use your data to provide and improve the Service. By using the
Service, you agree to the collection and use of information in
accordance with this policy. Unless otherwise defined in this
Privacy Policy, the terms used in this Privacy Policy have the
same meanings as in our Terms and Conditions, accessible from
https://www.miruro.live</span
>
</p>
<h2 id="text07">Definitions</h2>
<h3 id="text23">Service</h3>
<p id="text30">
Service is the https://www.miruro.live website operated by
Miruro LLC
</p>
<h3 id="text24">Personal Data</h3>
<p id="text29">
Personal Data means data about a living individual who can be
identified from those data (or from those and other information
either in our possession or likely to come into our possession).
</p>
<h3 id="text25">Usage Data</h3>
<p id="text31">
Usage Data is data collected automatically either generated by the
use of the Service or from the Service infrastructure itself (for
example, the duration of a page visit).
</p>
<h3 id="text26">Cookies</h3>
<p id="text32">
Cookies are small files stored on your device (computer or mobile
device).
</p>
<h3 id="text27">Data Controller</h3>
<p id="text33">
Data Controller means the natural or legal person who (either alone
or jointly or in common with other persons) determines the purposes
for which and the manner in which any personal information are, or
are to be, processed. For the purpose of this Privacy Policy, we are
a Data Controller of your Personal Data.
</p>
<h3 id="text28">Data Processors</h3>
<p id="text34">
Data Processor (or Service Provider) means any natural or legal
person who processes the data on behalf of the Data Controller. We
may use the services of various Service Providers in order to
process your data more effectively.
</p>
<h3 id="text09">Data Subject</h3>
<p id="text35">
Data Subject is any living individual who is using our Service and
is the subject of Personal Data.
</p>
<h2 id="text08">Information Collection and Use</h2>
<p id="text22">
<span class="p"
>We collect several different types of information for various
purposes to provide and improve our Service to you.<br />
Types of Data Collected:</span
>
</p>
<h3 id="text37">Personal Data</h3>
<p id="text38">
<span class="p"
>While using our Service, we may ask you to provide us with
certain personally identifiable information that can be used to
contact or identify you (&quot;Personal Data&quot;). Personally
identifiable information may include, but is not limited to:</span
><span class="p"
>- Email address<br />
- Your IP Address<br />
- Cookies and Usage Data</span
><span class="p"
>We may use your Personal Data to contact you with newsletters,
marketing or promotional materials and other information that may
be of interest to you. You may opt out of receiving any, or all,
of these communications from us by contacting us.</span
>
</p>
<h3 id="text39">Usage Data</h3>
<p id="text40">
We may also collect information on how the Service is accessed and
used (&quot;Usage Data&quot;). This Usage Data may include
information such as your computer&#039;s Internet Protocol address
(e.g. IP address), browser type, browser version, the pages of our
Service that you visit, the time and date of your visit, the time
spent on those pages, unique device identifiers and other diagnostic
data. This is all stored by google, and not us. We may use email
addresses in the future, only to send registered users emails about
our service.
</p>
<h3 id="text41">Tracking &amp; Cookies Data</h3>
<p id="text42">
<span class="p"
>We use cookies and similar tracking technologies to track the
activity on our Service and we hold certain information.<br />
Cookies are files with a small amount of data which may include an
anonymous unique identifier. Cookies are sent to your browser from
a website and stored on your device. Other tracking technologies
are also used such as beacons, tags and scripts to collect and
track information and to improve and analyse our Service.<br />
You can instruct your browser to refuse all cookies or to indicate
when a cookie is being sent. However, if you do not accept
cookies, you may not be able to use some portions of our
Service.</span
><span class="p">Examples of Cookies we use:</span
><span class="p"
><strong>- Session Cookies:</strong> We use Session Cookies to
keep you logged in to Discord on our site. We also use Google
Analytics, which uses cookies for general statistical data to help
us learn and grow about how to make a better user
experience.</span
>
</p>
<h3 id="text43">Use of Data</h3>
<p id="text44">
<span class="p"
>Miruro LLC uses the collected data for various purposes:</span
><span class="p"
>- To provide and maintain our Service<br />
- To notify you about changes to our Service<br />
- To allow you to participate in interactive features of our
Service when you choose to do so<br />
- To provide customer support<br />
- To gather analysis or valuable information so that we can
improve our Service<br />
- To monitor the usage of our Service<br />
- To detect, prevent and address technical issues<br />
- To provide you with news, special offers and general information
about other goods, services and events which we offer that are
similar to those that you have already purchased or enquired about
unless you have opted not to receive such information</span
>
</p>
<h2 id="text10">Retention Of Data</h2>
<p id="text11">
<span class="p"
>Miruro LLC will retain your Personal Data only for as long as
is necessary for the purposes set out in this Privacy Policy. We
will retain and use your Personal Data to the extent necessary to
comply with our legal obligations (for example, if we are required
to retain your data to comply with applicable laws), resolve
disputes and enforce our legal agreements and policies.<br />
Miruro LLC will also retain Usage Data for internal analysis
purposes. Usage Data is generally retained for a shorter period of
time, except when this data is used to strengthen the security or
to improve the functionality of our Service, or we are legally
obligated to retain this data for longer periods.<br />
Disclosure of Data</span
>
</p>
<h3 id="text45">Legal Requirements</h3>
<p id="text46">
<span class="p"
>Miruro LLC may disclose your Personal Data in the good faith
belief that such action is necessary to:</span
><span class="p"
>- To comply with a legal obligation<br />
- To protect and defend the rights or property of Miruro LLC<br />
- To prevent or investigate possible wrongdoing in connection with
the Service<br />
- To protect the personal safety of users of the Service or the
public<br />
- To protect against legal liability</span
>
</p>
<h2 id="text06">Security of Data</h2>
<p id="text03">
The security of your data is important to us but remember that no
method of transmission over the Internet or method of electronic
storage is 100% secure. While we strive to use commercially
acceptable means to protect your Personal Data, we cannot guarantee
its absolute security.
</p>
<h3 id="text49">Service Providers</h3>
<p id="text50">
<span class="p"
>We may employ third party companies and individuals to facilitate
our Service (&quot;Service Providers&quot;), provide the Service
on our behalf, perform Service-related services or assist us in
analysing how our Service is used.<br />
These third parties have access to your Personal Data only to
perform these tasks on our behalf and are obligated not to
disclose or use it for any other purpose.</span
>
</p>
<h3 id="text47">Analytics</h3>
<p id="text48">
<span class="p"
>We may use third-party Service Providers to monitor and analyse
the use of our Service.<br />
<strong>Google Analytics</strong><br />
Google Analytics is a web analytics service offered by Google that
tracks and reports website traffic. Google uses the data collected
to track and monitor the use of our Service. This data is shared
with other Google services. Google may use the collected data to
contextualise and personalise the ads of its own advertising
network.<br />
You can opt-out of having made your activity on the Service
available to Google Analytics by installing the Google Analytics
opt-out browser add-on. The add-on prevents the Google Analytics
JavaScript (ga.js, analytics.js and dc.js) from sharing
information with Google Analytics about visits activity.<br />
For more information on the privacy practices of Google, please
visit the Google Privacy &amp; Terms web page:
<strong
><a href="https://policies.google.com/privacy?hl=en"
>https://policies.google.com/privacy?hl=en</a
></strong
></span
>
</p>
<h3 id="text04">Advertising</h3>
<p id="text36">
<span class="p"
>We may use third-party Service Providers to show advertisements
to you to help support and maintain our Service.<br />
<strong>Google AdSense &amp; DoubleClick Cookie</strong><br />
Google, as a third party vendor, uses cookies to serve ads on our
Service. Google&#039;s use of the DoubleClick cookie enables it
and its partners to serve ads to our users based on their visit to
our Service or other websites on the Internet.<br />
You may opt out of the use of the DoubleClick Cookie for
interest-based advertising by visiting the Google Ads Settings web
page:
<strong
><a href="http://www.google.com/ads/preferences/"
>http://www.google.com/ads/preferences/</a
></strong
></span
>
</p>
<h2 id="text14">Links to Other Sites</h2>
<p id="text15">
<span class="p"
>Our Service may contain links to other sites that are not
operated by us. If you click a third party link, you will be
directed to that third party&#039;s site. We strongly advise you
to review the Privacy Policy of every site you visit.<br />
We have no control over and assume no responsibility for the
content, privacy policies or practices of any third party sites or
services.<br />
<strong>Changes to This Privacy Policy</strong><br />
We may update our Privacy Policy from time to time. We will notify
you of any changes by posting the new Privacy Policy on this
page.<br />
We will let you know via email and/or a prominent notice on our
Service, prior to the change becoming effective and update the
&quot;effective date&quot; at the top of this Privacy Policy.<br />
You are advised to review this Privacy Policy periodically for any
changes. Changes to this Privacy Policy are effective when they
are posted on this page.</span
>
</p>
<h2 id="text12">Contact us</h2>
<p id="text13">
If you have any questions about our Terms, please contact us by
email:
<strong
><a
href="mailto:akionii@hotmail.com"
><span
class="__cf_email__"
data-cfemail="7003181906111d1b051e30181f041d11191c5e131f1d"
>akionii@hotmail.com</span
></a
></strong
>
</p>
</div>
</div>
</div>
<script
data-cfasync="false"
src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"
></script>
<script>
(function () {
var on = addEventListener,
$ = function (q) {
return document.querySelector(q);
},
$$ = function (q) {
return document.querySelectorAll(q);
},
$body = document.body,
$inner = $(".inner"),
client = (function () {
var o = {
browser: "other",
browserVersion: 0,
os: "other",
osVersion: 0,
mobile: false,
canUse: null,
flags: { lsdUnits: false },
},
ua = navigator.userAgent,
a,
i;
a = [
["firefox", /Firefox\/([0-9\.]+)/],
["edge", /Edge\/([0-9\.]+)/],
["safari", /Version\/([0-9\.]+).+Safari/],
["chrome", /Chrome\/([0-9\.]+)/],
["chrome", /CriOS\/([0-9\.]+)/],
["ie", /Trident\/.+rv:([0-9]+)/],
];
for (i = 0; i < a.length; i++) {
if (ua.match(a[i][1])) {
o.browser = a[i][0];
o.browserVersion = parseFloat(RegExp.$1);
break;
}
}
a = [
[
"ios",
/([0-9_]+) like Mac OS X/,
function (v) {
return v.replace("_", ".").replace("_", "");
},
],
[
"ios",
/CPU like Mac OS X/,
function (v) {
return 0;
},
],
[
"ios",
/iPad; CPU/,
function (v) {
return 0;
},
],
["android", /Android ([0-9\.]+)/, null],
[
"mac",
/Macintosh.+Mac OS X ([0-9_]+)/,
function (v) {
return v.replace("_", ".").replace("_", "");
},
],
["windows", /Windows NT ([0-9\.]+)/, null],
["undefined", /Undefined/, null],
];
for (i = 0; i < a.length; i++) {
if (ua.match(a[i][1])) {
o.os = a[i][0];
o.osVersion = parseFloat(
a[i][2] ? a[i][2](RegExp.$1) : RegExp.$1
);
break;
}
}
if (
o.os == "mac" &&
"ontouchstart" in window &&
((screen.width == 1024 && screen.height == 1366) ||
(screen.width == 834 && screen.height == 1112) ||
(screen.width == 810 && screen.height == 1080) ||
(screen.width == 768 && screen.height == 1024))
)
o.os = "ios";
o.mobile = o.os == "android" || o.os == "ios";
var _canUse = document.createElement("div");
o.canUse = function (property, value) {
var style;
style = _canUse.style;
if (!(property in style)) return false;
if (typeof value !== "undefined") {
style[property] = value;
if (style[property] == "") return false;
}
return true;
};
o.flags.lsdUnits = o.canUse("width", "100dvw");
return o;
})(),
trigger = function (t) {
dispatchEvent(new Event(t));
},
cssRules = function (selectorText) {
var ss = document.styleSheets,
a = [],
f = function (s) {
var r = s.cssRules,
i;
for (i = 0; i < r.length; i++) {
if (
r[i] instanceof CSSMediaRule &&
matchMedia(r[i].conditionText).matches
)
f(r[i]);
else if (
r[i] instanceof CSSStyleRule &&
r[i].selectorText == selectorText
)
a.push(r[i]);
}
},
x,
i;
for (i = 0; i < ss.length; i++) f(ss[i]);
return a;
},
thisHash = function () {
var h = location.hash ? location.hash.substring(1) : null,
a;
if (!h) return null;
if (h.match(/\?/)) {
a = h.split("?");
h = a[0];
history.replaceState(undefined, undefined, "#" + h);
window.location.search = a[1];
}
if (h.length > 0 && !h.match(/^[a-zA-Z]/)) h = "x" + h;
if (typeof h == "string") h = h.toLowerCase();
return h;
},
scrollToElement = function (e, style, duration) {
var y, cy, dy, start, easing, offset, f;
if (!e) y = 0;
else {
offset =
(e.dataset.scrollOffset
? parseInt(e.dataset.scrollOffset)
: 0) *
parseFloat(getComputedStyle(document.documentElement).fontSize);
switch (
e.dataset.scrollBehavior ? e.dataset.scrollBehavior : "default"
) {
case "default":
default:
y = e.offsetTop + offset;
break;
case "center":
if (e.offsetHeight < window.innerHeight)
y =
e.offsetTop -
(window.innerHeight - e.offsetHeight) / 2 +
offset;
else y = e.offsetTop - offset;
break;
case "previous":
if (e.previousElementSibling)
y =
e.previousElementSibling.offsetTop +
e.previousElementSibling.offsetHeight +
offset;
else y = e.offsetTop + offset;
break;
}
}
if (!style) style = "smooth";
if (!duration) duration = 750;
if (style == "instant") {
window.scrollTo(0, y);
return;
}
start = Date.now();
cy = window.scrollY;
dy = y - cy;
switch (style) {
case "linear":
easing = function (t) {
return t;
};
break;
case "smooth":
easing = function (t) {
return t < 0.5
? 4 * t * t * t
: (t - 1) * (2 * t - 2) * (2 * t - 2) + 1;
};
break;
}
f = function () {
var t = Date.now() - start;
if (t >= duration) window.scroll(0, y);
else {
window.scroll(0, cy + dy * easing(t / duration));
requestAnimationFrame(f);
}
};
f();
},
scrollToTop = function () {
scrollToElement(null);
},
loadElements = function (parent) {
var a, e, x, i;
a = parent.querySelectorAll('iframe[data-src]:not([data-src=""])');
for (i = 0; i < a.length; i++) {
a[i].src = a[i].dataset.src;
a[i].dataset.src = "";
}
a = parent.querySelectorAll("video[autoplay]");
for (i = 0; i < a.length; i++) {
if (a[i].paused) a[i].play();
}
e = parent.querySelector('[data-autofocus="1"]');
x = e ? e.tagName : null;
switch (x) {
case "FORM":
e = e.querySelector(
".field input, .field select, .field textarea"
);
if (e) e.focus();
break;
default:
break;
}
},
unloadElements = function (parent) {
var a, e, x, i;
a = parent.querySelectorAll('iframe[data-src=""]');
for (i = 0; i < a.length; i++) {
if (a[i].dataset.srcUnload === "0") continue;
a[i].dataset.src = a[i].src;
a[i].src = "";
}
a = parent.querySelectorAll("video");
for (i = 0; i < a.length; i++) {
if (!a[i].paused) a[i].pause();
}
e = $(":focus");
if (e) e.blur();
};
window._scrollToTop = scrollToTop;
var thisURL = function () {
return window.location.href
.replace(window.location.search, "")
.replace(/#$/, "");
};
var getVar = function (name) {
var a = window.location.search.substring(1).split("&"),
b,
k;
for (k in a) {
b = a[k].split("=");
if (b[0] == name) return b[1];
}
return null;
};
var errors = {
handle: function (handler) {
window.onerror = function (message, url, line, column, error) {
handler(error.message);
return true;
};
},
unhandle: function () {
window.onerror = null;
},
};
loadElements(document.body);
var style, sheet, rule;
style = document.createElement("style");
style.appendChild(document.createTextNode(""));
document.head.appendChild(style);
sheet = style.sheet;
if (client.mobile) {
(function () {
if (client.flags.lsdUnits) {
document.documentElement.style.setProperty(
"--viewport-height",
"100dvh"
);
document.documentElement.style.setProperty(
"--background-height",
"100lvh"
);
} else {
var f = function () {
document.documentElement.style.setProperty(
"--viewport-height",
window.innerHeight + "px"
);
document.documentElement.style.setProperty(
"--background-height",
window.innerHeight + 250 + "px"
);
};
on("load", f);
on("resize", f);
on("orientationchange", function () {
setTimeout(function () {
f();
}, 100);
});
}
})();
}
if (client.os == "android") {
(function () {
sheet.insertRule("body::after { }", 0);
rule = sheet.cssRules[0];
var f = function () {
rule.style.cssText =
"height: " + Math.max(screen.width, screen.height) + "px";
};
on("load", f);
on("orientationchange", f);
on("touchmove", f);
})();
$body.classList.add("is-touch");
} else if (client.os == "ios") {
if (client.osVersion <= 11)
(function () {
sheet.insertRule("body::after { }", 0);
rule = sheet.cssRules[0];
rule.style.cssText = "-webkit-transform: scale(1.0)";
})();
if (client.osVersion <= 11)
(function () {
sheet.insertRule("body.ios-focus-fix::before { }", 0);
rule = sheet.cssRules[0];
rule.style.cssText = "height: calc(100% + 60px)";
on(
"focus",
function (event) {
$body.classList.add("ios-focus-fix");
},
true
);
on(
"blur",
function (event) {
$body.classList.remove("ios-focus-fix");
},
true
);
})();
$body.classList.add("is-touch");
}
})();
</script>
</body>
</html>