
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="info/scrp/jqf.min.js"></script>
    <title>Disclaimer</title>
    <meta property="og:title" content="Disclaimer" />
    <meta property="og:image" content="{page-images-1}" />
    
    <meta property="og:description" content="Disclaimer">
    <meta name="description" content="Disclaimer">
    <link rel="stylesheet" href="info/sl/bt1.min.css">
    <link rel="stylesheet" href="info/sl/bt2.min.css.map">
    <link rel="stylesheet" href="info/sl/i.css">
    <link rel="stylesheet" href="info/sl/fan.css">
    <script src="info/scrp/jcook.file.js"></script>
    <script type="text/javascript" src="info/scrp/dataj.js"></script>
    <script src="info/scrp/vjquery.min.js"></script>
    <script src="info/scrp/fan.min.js"></script>
    

    <link rel="shortcut icon" href="logotip.svg" type="image/x-icon">
    <link rel="stylesheet" href="standard.css">

    <style>
        img{
            max-width: 100%;
        }
        
        .fa-sad-cry:before{content:'5b3'}
.ml li.dp:hover {
    background-color: #FFFFFF;
    /*box-shadow: 1px 1px 2px 1px; */
    height: 38px;
    width: 81px;
}
.fa-fort-awesome:before{content:'286'}
.circle-def-list dt:after {position: static;margin-left: 0;border-bottom: none;content: '';}
#cssOutput {
	line-height: 20px;
}
.modal-backdrop.fade{opacity:0;}
.fa-undo:before{content:'0e2'}
.back_white {
    background-color: rgba(255, 255, 255, 0.8)
}
.fa-microscope:before{content:'610'}
.modal .close{margin-top:7px;}


    </style>

    
</head>

<body class="QmA8DgsqzElB_23">
    <style>
        .floating-windows-kURxScU {
            display: none;
            position: fixed;
            bottom: 0px;
            width: 90%;
            max-width: 1231px;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            background-color: #222831;
            border-radius: 0px;
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
            gap: 21px;
            z-index: 99999;
            padding: 21px;
            text-align: center;
        }
        .floating-windows-kURxScU a {
            color: #bbfeff;
        }
        .floating-windows-box-kURxScU {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 14px;
        }
        .button-kURxScU {
            margin: 15px;
            position: relative;
            display: inline-block;
            padding: 16px 28px;
            font-weight: bold;
            border: 1px solid #222831;
            color: #222831;
            text-align: center;
            text-decoration: none;
            background-color: #fff;
            border-radius: 40px;
            overflow: hidden;
            z-index: 1;
            cursor: pointer;
            font-size: 14px;
            width: auto;
        }
        
        .button-kURxScU:hover {
            background-color: #222831;
            color: #fff;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        }
        .modal-kURxScU {
            overflow-y: auto;
            display: none;
            position: fixed;
            z-index: 999999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }
        
        .modal-content-kURxScU {
            color: #000;
            background-color: #fff;
            padding: 20px;
            max-width: 700px;    
            border-radius: 0px;    
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
            margin: 10% auto;
            position: relative;
        }
        
        .modal-close-kURxScU {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 28px;
            cursor: pointer;
        }
        
        .accordion-kURxScU {
            margin-top: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        
        .accordion-header-kURxScU {
            display: flex;
            align-items: center;
            padding: 10px;
            background-color: #f0f0f0;
            cursor: pointer;
            position: relative;
        }
        
        .accordion-icon-kURxScU {
            position: absolute;
            right: 0;
            margin: 10px;
            color: #550A46;
            font-weight: bold;
        }
        
        .accordion-header-kURxScU input[type="checkbox"], input[type="radio"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            height: 2.1rem !important;
            display: inline-block;
            vertical-align: top;
            position: relative;
            margin: 0;
            cursor: pointer;
            border: 1px solid #4F565D;
            background: #fff;
            transition: background .3s, border-color .3s, outline .2s;
        }
        .accordion-header-kURxScU input[type="checkbox"]:after, input[type="radio"]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform .3s ease, opacity .2s;
        }
        .accordion-header-kURxScU input[type="checkbox"]:checked, input[type="radio"]:checked {
            background-color: #550A46;
            border-color: #550A46;
            transition: transform .6s cubic-bezier(.2,.85,.32,1.2), opacity .3s;
        }
        .accordion-header-kURxScU input[type="checkbox"]:disabled, input[type="radio"]:disabled {
            background-color: #550A46;
            border-color: #550A46;
            cursor: not-allowed;
        }
        .accordion-header-kURxScU input[type="checkbox"]:disabled:checked, input[type="radio"]:disabled:checked {
            background-color: #550A46;
        }
        .accordion-header-kURxScU input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
            cursor: not-allowed;
        }
        .accordion-header-kURxScU input[type="checkbox"]:hover:not(:checked):not(:disabled), input[type="radio"]:hover:not(:checked):not(:disabled) {
            border-color: #550A46;
        }
        .accordion-header-kURxScU input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible {
            outline: 2px solid #550A46;
            outline-offset: 4px;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU), input[type="radio"]:not(.switch-kURxScU) {
            width: 2.1rem;
        }
        .accordion-header-kURxScU input[type="checkbox"] + label, input[type="radio"] + label {
            display: inline-block;
            cursor: pointer;
            font-size: 1.4rem;
            margin-left: .2em;
            vertical-align: top;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU) {
            border-radius: .7rem;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU):after {
            border: 2px solid #fff;
            height: 45%;
            width: 25%;
            border-top: 0;
            border-left: 0;
            left: 38%;
            top: 20%;
            transform: rotate(20deg);
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU):disabled:not(:checked):after {
            border-color:#550A46;
        }
        .accordion-header-kURxScU input[type="checkbox"]:not(.switch-kURxScU):checked:after {
            transform: rotate(43deg);
        }
        input[type="checkbox"].switch-kURxScU {
            width: 3.8rem;
            border-radius: 1.1rem;
        }
        .accordion-header-kURxScU input[type="checkbox"].switch-kURxScU:after {
            left: 5%;
            top: 10%;
            border-radius: 50%;
            width: 45%;
            height: 80%;
            background: #4F565D;
            transform: translateX(0);
        }
        .accordion-header-kURxScU input[type="checkbox"].switch-kURxScU:checked:after {
            background: #F6F8FF;
            transform: translateX(100%);
        }
        .accordion-header-kURxScU input[type="checkbox"].switch-kURxScU:disabled:not(:checked):after {
            background-color: #550A46;
        }
        .accordion-header-kURxScU input[type="radio"] {
            border-radius: 50%;
        }
        .accordion-header-kURxScU input[type="radio"]:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #fff;
            transform: scale(.7);
        }
        .accordion-header-kURxScU input[type="radio"]:disabled:after {
            background: #550A46;
        }
        .accordion-header-kURxScU input[type="radio"]:checked:after {
            transform: scale(.5);
        }
        .accordion-body-kURxScU {
            padding: 10px;
            display: none;
        }
        
        .button-box-kURxScU {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 7px;
            margin-top: 14px;
        }
        .cookie-text-kURxScU{font-size: 14px;}
        @media(max-width: 1024px){
            .floating-windows-box-kURxScU{
                flex-direction: column;
            }
            .cookie-text-kURxScU{
                width: 100% !important;
            }
            .button-kURxScU{
                margin-bottom: 0px;
                padding: 5px 15px;
            }
            .buttons-kURxScU button:first-child{
                margin-top: 0px;
            }
        }
        @media(max-width: 576px){
            .buttons-kURxScU button:nth-child(2){
                display: none;
            }
            .buttons-kURxScU{
                display: flex;
                align-items: center;
                gap: 7px;
                justify-content: center;
            }
            .button-kURxScU{
                margin:0px;
                font-size: 11px;
            }
            .cookie-text-kURxScU{
               font-size: 11px;
            }
        }
        @media(max-width: 380px){
            .buttons-kURxScU{
                flex-wrap: wrap;
            }
        }
        </style>
        
        
        
         <div class="floating-windows-kURxScU">
                <div class="floating-windows-box-kURxScU">
                    <div class="cookie-text-kURxScU">Our site uses scripts, including cookies, to store and process information in your browser. This may include your personal data. We use this information for security, site improvement, and marketing. You can restrict the processing by selecting only the necessary cookies. By continuing to use the site, you agree to our <a href="cookies_legal.php" target="_blank">cookie policy</a>.</div>
                    <div class="buttons-kURxScU">
                        <button id="allow-all-cookie-kURxScU" class="button-kURxScU">Accept all cookies</button>
                        <button id="reject-all-kURxScU" class="button-kURxScU">Reject All</button>
                        <button id="cookie-settings-text-kURxScU" class="button-kURxScU">Cookie settings</button>
                    </div>
                </div>
            </div>
        
            <div id="modal-kURxScU" class="modal-kURxScU">
                <div class="modal-content-kURxScU">
                    <span id="modal-close-kURxScU" class="modal-close-kURxScU">&times;</span>
                    <h2>Cookie settings</h2>
                    <p>Cookies are small pieces of data sent from a website and stored on the user's computer by the web browser while it is running. The browser stores each message in a small file called a cookie. When you request another page from the server, your browser sends the cookie back to the server. Cookies have been developed as a reliable mechanism that allows websites to remember information or record user activity when browsing pages.</p>
        
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" checked disabled>
                            <span>&nbsp; Necessary</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Strictly necessary cookies - usually these cookies are necessary for the operation of the site. They can help you show the user the information they need, customize their experience, and allow you to implement and maintain security features. As a rule, without these cookies, the operation of the site is not possible or its functioning may be severely impaired.</p>
                        </div>
                    </div>
        
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" Unchecked >
                            <span>&nbsp; Functional</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Functional cookies - usually these cookies are used to improve the functional characteristics of your site and make it easier for users to use. These cookies remember the settings selected by users (for example, language and time zone settings). With the help of these files, users can avoid changing the settings each time they visit the site.</p>
                        </div>
                    </div>
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" Unchecked >
                            <span>&nbsp; Statistics</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Performance cookies - usually these cookies show whether the user has visited your site before. Analytical cookies allow you to recognize and count the number of users of your site and see how these users move around your site.</p>
                        </div>
                    </div>
        
                    <div class="accordion-kURxScU">
                        <div class="accordion-header-kURxScU">
                            <input type="checkbox" class="switch-kURxScU" Unchecked >
                            <span>&nbsp; Marketing</span>
                            <span class="accordion-icon-kURxScU">&#8744;</span>
                        </div>
                        <div class="accordion-body-kURxScU">
                            <p>Marketing, targeting, and advertising cookies – Usually, these cookies record visitors' visits to your site, the pages they visited, and the links they clicked on. This information is used to make the advertisements displayed on it more relevant to the interests of the user. Advertising cookies allow you to know if the user has already seen a specific advertisement or an advertisement of a certain type.</p>
                        </div>
                    </div>
                    <div class="button-box-kURxScU">
                        <button id="save-current-settings-kURxScU" class="button-kURxScU">Save current settings</button>
                        <button id="accept-all-cookies-kURxScU" class="button-kURxScU">Accept all cookies and close</button>
                    </div>
                </div>
            </div>
        
        
            <script>
              
            document.addEventListener("DOMContentLoaded", function () {
            const floatingWindow = document.querySelector(".floating-windows-kURxScU");
            const allowAllCookieButton = document.getElementById("allow-all-cookie-kURxScU");
            const rejectAllButton = document.getElementById("reject-all-kURxScU");
            const cookieSettingsButton = document.getElementById("cookie-settings-text-kURxScU");
            const modal = document.getElementById("modal-kURxScU");
            const modalClose = document.getElementById("modal-close-kURxScU");
            const acceptAllCookiesButton = document.getElementById("accept-all-cookies-kURxScU");
            const switchCheckboxes = document.querySelectorAll(".switch-kURxScU");
        
            
            const allCookiesAccepted = localStorage.getItem("allCookiesAccepted");
            if (allCookiesAccepted === "true") {
                switchCheckboxes.forEach(function (checkbox) {
                    checkbox.checked = true;
                });
            }
        
            acceptAllCookiesButton.addEventListener("click", function () {
                switchCheckboxes.forEach(function (checkbox) {
                    checkbox.checked = true;
                });
        
                localStorage.setItem("allCookiesAccepted", "true");
            });
        
        
            const isWindowClosed = localStorage.getItem("windowClosed");
            if (isWindowClosed === "true") {
                floatingWindow.style.display = "none";
            }
            if(localStorage.getItem("windowClosed") === null){
                floatingWindow.style.display = "block";
            }
        
            acceptAllCookiesButton.addEventListener("click", function () {
                switchCheckboxes.forEach(function (checkbox) {
                    checkbox.checked = true;
                });
                modal.style.display = "none";
                floatingWindow.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
            });
        
            modalClose.addEventListener("click", function () {
                modal.style.display = "none";
            });
        
            allowAllCookieButton.addEventListener("click", function () {
                floatingWindow.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
                modal.style.display = "none";
            });
        
            rejectAllButton.addEventListener("click", function () {
                floatingWindow.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
            });
        
            cookieSettingsButton.addEventListener("click", function () {
                modal.style.display = "block";
            });
           
            const accordions = document.querySelectorAll(".accordion-header-kURxScU");
            accordions.forEach(function (accordion) {
                const body = accordion.nextElementSibling;
                const icon = accordion.querySelector(".accordion-icon-kURxScU");
        
                 
                accordion.addEventListener("click", function () {
               
                    accordions.forEach(function (otherAccordion) {
                        if (otherAccordion !== accordion) {
                            otherAccordion.nextElementSibling.style.display = "none";
                            otherAccordion.querySelector(".accordion-icon-kURxScU").innerHTML = "&#8744;";
                        }
                    });
        
                    if (body.style.display === "none" || body.style.display === "") {
                        body.style.display = "block";
                        icon.innerHTML = "&#8743;";
                    } else {
                        body.style.display = "none";
                        icon.innerHTML = "&#8744;";
                    }
                });
         
                if (body.style.display === "block") {
                    icon.innerHTML = "&#8743;";
                } else {
                    icon.innerHTML = "&#8744;";
                }
            });
        
        
            const saveCurrentSettingsButton = document.getElementById("save-current-settings-kURxScU");
        
            saveCurrentSettingsButton.addEventListener("click", function () {
                modal.style.display = "none";
                localStorage.setItem("windowClosed", "true"); 
                floatingWindow.style.display = "none";
            });
        
            acceptAllCookiesButton.addEventListener("click", function () {
                modal.style.display = "none";
            });
        });
        
        const floatingBox = document.querySelector(`.floating-windows-box-kURxScU`);
        const cookieText = document.querySelector(`.cookie-text-kURxScU`);
        
        if (floatingBox) {
          const computedStyle = window.getComputedStyle(floatingBox);
          if (computedStyle.flexDirection === "row") {
            cookieText.style.width = "80%";
          } else if (computedStyle.flexDirection === "column") {
            cookieText.style.width = "100%";
          }
        }
        
        </script>
        
        

   


    <header class="head">
        <div class="head__navigation">
            <nav class="navbar navbar-expand-lg navbar-light">
                <div class="container">
                    <div class="row">
                        <ul class="nav navbar-nav menu_nav mq">
                            <li class="nav-item"><a class="nav-link" href="./">Home</a></li>
                            <li class="nav-item"><a class="nav-link" href="connection.php">Contacts</a></li>
                            <li class="nav-item"><a class="nav-link" href="./#faqs">Frequently Asked Questions</a></li>
                              <li class="nav-item"><a class="nav-link" href="#topComments">Top Comments</a></li>
                        </ul>
                    </div>
                </div>
            </nav>
        </div>
        <div class="container">
            <div class="head__logo">
                <a class="logo" href="#"><img src="logotip.svg" alt=""></a>
                <a href="./">
                    <h4 class="site__title">Automate Crypto</h4>
                </a>
            </div>
        </div>

         <ul class="row list-unstyled ">
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/0-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/0-gallery.jpg" />
                        <span class="sec_title">Cryptocurrency Trading</span>
                    </div>
            </li>
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/2-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/2-gallery.jpg" />
                        <span class="sec_title">Bloomberg: PayPal is thinking about buying cryptocurrency companies and has begun negotiations with BitGo</span>
                    </div>
            </li>
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/4-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/4-gallery.jpg" />
                        <span class="sec_title">A 124-year-old hydroelectric power plant in the United States began to work on bitcoin mining - it is more profitable than selling electricity</span>
                    </div>
            </li>
            <li class="col-lg-3 col-md-6 col-sm-6 px-0">
                    <div class="image-wrapper">
                        <img class="head__img" src="gallery/6-gallery.jpg" />
                        <img class="enlarged-image" src="gallery/6-gallery.jpg" />
                        <span class="sec_title">The cost of bitcoin exceeded $68 thousand for the first time</span>
                    </div>
            </li>
        </ul> 
    </header>



    


<section class="privacy">
    <div class="container">
        <div class="row" style="overflow: hidden;">
            <h1 style="margin-bottom: 26px;">Disclaimer</h1>
            <div>
                <p>If you require any more information or have any questions about our site's disclaimer, please feel free to contact us by email at feedbackboorish@mail.com.</p>

<p>All the information on this website - <span class="domaintextname-DGMGQry"></span> - is published in good faith and for general information purpose only. <span class="domaintextname-DGMGQry"></span> does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website, is strictly at your own risk. <span class="domaintextname-DGMGQry"></span> will not be liable for any losses and/or damages in connection with the use of our website.</p>

<p>From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before we have the opportunity to remove a link which may have gone 'bad'.</p>

<p>Please be also aware that when you leave our website, other sites may have different privacy policies and terms which are beyond our control. Please be sure to check the Privacy Policies of these sites as well as their "Terms of Service" before engaging in any business or uploading any information.</p>

<h2>Consent</h2>

<p>By using our website, you hereby consent to our disclaimer and agree to its terms.</p>

<h2>Update</h2>

<p>Should we update, amend or make any changes to this document, those changes will be prominently posted here.</p>

<script>var domainElements = document.getElementsByClassName("domaintextname-DGMGQry");
    var hostname = window.location.hostname;
    for (var i = 0; i < domainElements.length; i++) {domainElements[i].innerHTML = hostname;}
</script>
            </div>
        </div>
    </div>
</section>


      <section class="foot_section">
        <div class="container">
            <div class="row foots">
                <div class="col-lg-4 block__one">
                    <div class="foot__logo" href="#">
                        <a href="./"><img src=logotip.svg alt=""></a>
                        <a href="./"><h4>Automate Crypto</h4></a>
                    </div>
                    <div class="foot__information">
                        <p> 5411 44 St, Lloydminster, AB T9V 0A9, Canada</p>
                        <p><a href="mailto:feedbackboorish@mail.com">feedbackboorish@mail.com</a></p>
                        <p><a href="tel:+1 250-344-9850">+1 250-344-9850</a></p>
                    </div>
                </div>
                 <div class="col-lg-4 block__two">
                   <div class="bot_post">
                       <div class="row">
                            <div class="col-lg-3">
                                <div class="foot__image_block">
                                    <img class="foot__img" src="gallery/0-gallery.jpg" />
                                </div>
                            </div>
                            <div class="col-lg-9">
                                <div class="c_body">
                                    <h3>Cryptocurrency Trading</h3>
                                    <p>12.29.2023</p>
                                </div>
                            </div>
                       </div>
                    </div>
                   <div class="bot_post">
                    <div class="row">
                         <div class="col-lg-3">
                             <div class="foot__image_block">
                                 <img class="foot__img" src="gallery/2-gallery.jpg" />
                             </div>
                         </div>
                         <div class="col-lg-9">
                             <div class="c_body">
                                 <h3>Bloomberg: PayPal is thinking about buying cryptocurrency companies and has begun negotiations with BitGo</h3>
                                 <p>12.24.2023</p>
                             </div>
                         </div>
                    </div>
                    </div>
                    <div class="bot_post">
                        <div class="row">
                            <div class="col-lg-3">
                                <div class="foot__image_block">
                                    <img class="foot__img" src="gallery/4-gallery.jpg" />
                                </div>
                            </div>
                            <div class="col-lg-9">
                                <div class="c_body">
                                    <h3>A 124-year-old hydroelectric power plant in the United States began to work on bitcoin mining - it is more profitable than selling electricity</h3>
                                    <p>12.30.2023</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div> 
                
            </div>
        </div>
      </section>

      <section class="footer_copyRight">
        <div class="container">
                <div class="row align-items-center text-center">
                    <div class="col">
                        <div class="politic">
                            <a href="privacy_legal.php">Privacy policy</a>
                            <a href="term_legal.php">Terms & Conditions</a>
                            <a href="disclaimer_legal.php">Disclaimer</a>
                        </div>
                    </div>
                </div>
        </div>
      </section>

    

</body>
</html>
