<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

    <title>RedEye - Terms &amp; Conditions and Privacy Policy</title>
    <link rel="shortcut icon" href="/redeye.ico?v=050821">
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:300|Droid+Sans:400,700' rel='stylesheet' type='text/css'>

    <!-- Bundle assets -->
    <script type="text/javascript" src="/bundles/fosjsrouting/js/router.js?v=050821"></script>
    <script type="text/javascript" src="/js/routing?callback=fos.Router.setData"></script>
    <script src="/bundles/bazingajstranslation/js/translator.min.js?v=050821"></script>
    <script src="https://app.redeyedms.com/translations/RedEyeBundle"></script>
    
    <!-- Base assets -->
        <link rel="stylesheet" href="/build/90.f0012712.css?v=050821"><link rel="stylesheet" href="/build/baseEntry.4dc83d32.css?v=050821">

    <script src="/build/runtime.f53a445e.js?v=050821"></script><script src="/build/692.616be9cc.js?v=050821"></script><script src="/build/758.4998d23c.js?v=050821"></script><script src="/build/836.63848bac.js?v=050821"></script><script src="/build/90.5ea01e59.js?v=050821"></script><script src="/build/baseEntry.5c70e7db.js?v=050821"></script>

    <link href="/libs/font-awesome/css/font-awesome.min.css?v=050821" rel="stylesheet">

<link href="/css/pendo-resource-center.css?v=050821" rel="stylesheet">

<script type="text/javascript" src="/libs/bootbox4/bootbox.min.js?v=050821"></script>

<script type="text/javascript">
    (function($) {
        $.fn.changeElementType = function(newType) {
            var attrs = {};

            $.each(this[0].attributes, function(idx, attr) {
                attrs[attr.nodeName] = attr.nodeValue;
            });

            this.replaceWith(function() {
                return $("<" + newType + "/>", attrs).append($(this).contents());
            });
        };
    })(jQuery);
</script>


    <script src="/bundles/redeye/js/common/get-cookie.js?v=050821"></script>

<script type="text/javascript">
    // Setup CSRF header
    var cookieFetcher = new CookieFetcher();

    if (window.jQuery) {
      $.ajaxSetup({
        beforeSend: function (xhr) {
          xhr.setRequestHeader(cookieFetcher.getCsrfHeaderName(), cookieFetcher.getCsrfCookieValue());
        }
      });
    }
</script>

    <!-- Javascript -->
            <script src="/libs/raven/raven.min.js?v=050821"></script>
        <script type="text/javascript">
            Raven.config('https://4403c2e2e9b1477a9ff5ff6b5c4c9077@app.getsentry.com/86026').install();
        </script>
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<!-- Icons -->
<link rel="apple-touch-icon" href="/images/iOS-icon-iPad-retina.png?v=050821" sizes="144x144"/>
<link rel="apple-touch-icon" href="/images/iOS-icon-iPad.png?v=050821" sizes="72x72"/>

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />

<!-- iPad (landscape) SPLASHSCREEN-->
<link href="/images/mobile/iPad-landscape.jpg?v=050821" media="(device-width: 768px) and (orientation: landscape)" rel="apple-touch-startup-image"/>

<!-- iPad (portrait) SPLASHSCREEN-->
<link href="/images/mobile/iPad-portrait.jpg?v=050821" media="(device-width: 768px) and (orientation: portrait)" rel="apple-touch-startup-image"/>

<!-- iPad (Retina, landscape) SPLASHSCREEN-->
<link rel="apple-touch-startup-image" href="/images/mobile/iPad-retina-landscape.jpg?v=050821" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2)" />

<!-- iPad (Retina, portrait) SPLASHSCREEN-->
<link href="/images/mobile/iPad-retina-portrait.jpg?v=050821" media="(device-width: 1536px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>

<!-- Popup link to app store app -->
<meta name="apple-itunes-app" content="app-id=872848227">

<script type="text/javascript">
$(document).ready(function() {
    //Stop mobile webapp links opening in Safari.
    var deviceAgent = navigator.userAgent.toLowerCase();
    var agentID = deviceAgent.match(/(iphone|ipod|ipad)/);
    if (agentID) {
	$("a").click(function (event) {
	    event.preventDefault();
	    window.location = $(this).attr("href");

	});
   }
});
</script>

    <script type="text/javascript">
        if ('undefined' !== typeof $(".user-tooltip").tooltip) {
            $(".use-tooltip").tooltip();
        }

        function escapeHtml(unsafe) {
            return unsafe
                .replace(/&/g, "&amp;")
                .replace(/</g, "&lt;")
                .replace(/>/g, "&gt;")
                .replace(/"/g, "&quot;")
                .replace(/'/g, "&#039;");
        }
    </script>

    <!-- notifications -->
    <script type="text/javascript">
        if (window['messages'] && Array.isArray(window['messages'])) {
            for (const message of window['messages']) {
                switch (message.class) {
                    case 'success':
                        window.alertify.success(message.msg)
                        break
                    case 'info':
                        window.alertify.success(message.msg)
                        break
                    case 'error':
                        window.alertify.error(message.msg)
                        break
                    case 'warning':
                        window.alertify.error(message.msg)
                        break
                    default:
                        console.error('Unexpected message for Artefact Page Modal:', message)
                }
                window['messages'].shift()
            }
        }
    </script>

    <script defer>
      window.mixpanel_token = '64c1ace73a4ee02989be7cf479498107'
    </script>

    <style>
        /* Overwrite the z-index to make select2 boxes work correctly in modals */
        body .modal-backdrop, body .modal-backdrop.fade.in {
            z-index:1 !important;
        }
        body .modal {
            z-index:1030 !important;
        }
    </style>

    
    <script>
      window.pdfViewerUrl = '/libs/pdfjs/web/viewer.html?v=050821' + '&file=';
    </script>

    <!-- Fullstory recorder -->


    
	<div style="padding:10px 20px;">
		<h1>RedEye Terms and Conditions of Use</h1>

		<h2>Terms</h2>
		<p>
			By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark law.
		</p>
		<p>
			In signing up to use RedEye the user agrees to keep confidential the features, know how and look and feel of the RedEye system. The user agrees that RedEye Apps Pty Ltd has the right to commence legal action against any user that engages in development (either directly or indirectly) of a system similar to RedEye.
		</p>
		<h2>Use License</h2>
		<p>
			Permission is granted to temporarily download one copy of the materials (information or software) on RedEye Apps Pty Ltd's web site for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
			modify or copy the materials;
			use the materials for any commercial purpose, or for any public display (commercial or non-commercial);
			attempt to decompile or reverse engineer any software contained on RedEye Apps Pty Ltd's web site;
			remove any copyright or other proprietary notations from the materials; or
			transfer the materials to another person or "mirror" the materials on any other server.
			This license shall automatically terminate if you violate any of these restrictions and may be terminated by RedEye Apps Pty Ltd at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.
		</p>
		<h2>Disclaimer</h2>
		<p>
			The materials on RedEye Apps Pty Ltd&#039;s web site are provided &quot;as is&quot;. RedEye Apps Pty Ltd makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, RedEye Apps Pty Ltd does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
		</p>
		<h2>Limitations</h2>
		<p>
			In no event shall RedEye Apps Pty Ltd or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on RedEye Apps Pty Ltd&#039;s Internet site, even if RedEye Apps Pty Ltd or a RedEye Apps Pty Ltd authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
		</p>
		<h2>Revisions and Errata</h2>
		<p>
			The materials appearing on RedEye Apps Pty Ltd&#039;s web site could include technical, typographical, or photographic errors. RedEye Apps Pty Ltd does not warrant that any of the materials on its web site are accurate, complete, or current. RedEye Apps Pty Ltd may make changes to the materials contained on its web site at any time without notice. RedEye Apps Pty Ltd does not, however, make any commitment to update the materials.
		</p>
		<h2>Links</h2>
		<p>
			RedEye Apps Pty Ltd has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by RedEye Apps Pty Ltd of the site. Use of any such linked web site is at the user&#039;s own risk.
		</p>
		<h2>Site Terms of Use Modifications</h2>
		<p>
			RedEye Apps Pty Ltd may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.
		</p>
		<h2>Governing Law</h2>
		<p>
			Any claim relating to RedEye Apps Pty Ltd&#039;s web site shall be governed by the laws of the State of Queensland without regard to its conflict of law provisions.
		</p>

		<p>General Terms and Conditions applicable to Use of a Web Site.</p>

		<h1>Privacy and Security Policy</h1>
		<p>
			Your privacy is very important to us. Accordingly, we have developed a policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information.
			Please see our <a data-cy="tc__69" href="https://redeye.co/privacy-policy" target="_blank" rel="noopener"> privacy policy </a>.
		</p>








	</div>
</head>
<body  style="display:none;">
<div class="container vue-override" id="redeye-main-container">
    
    
<style>
h1, h2{
	color: black;
	text-align: center;
	padding-top:10px;
}
</style>

    </div>     
<script>
// Pendo is disabled or not available - provide fallback function
window.openPendoResourceCenter = function(event) {
    if (event) {
        event.preventDefault();
    }
    return false;
};
</script>

</div>


</body>
</html>
