GET Request

Web scraping via GET requests requires users to pass two mandatory parameters to our API's endpoint:

  • api_key - used to authenticate the request on our servers

  • url - used to indicate the targeted URL that you want to scrape

Please make sure to escape the url parameter's value!

The most basic URL example for an authorised request on our API is:

https://api.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&url=<TARGETED_URL>

GET Request Integration Example

Basic GET Request Example

GET https://api.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&url=https://webscrapingapi.com/

Please make sure to update <YOUR_API_KEY> with your own API key. Find out how to obtain an API key.

The targeted website in this example is https://webscrapingapi.com/.

Query Parameters

NameTypeDescription

api_key

String

<YOUR_API_KEY>

url

String

https://webscrapingapi.com/

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>WebScrapingAPI | All-In-One Scraping API</title>
        <meta name="twitter:title" content="WebScrapingAPI | All-In-One Scraping API">
        <meta name="description"
              content="WebScrapingAPI is a Rest API that helps you web scrape any HTML page, while handling: proxies, IP rotations, CAPTCHA&#x27;s and javascript rendering.">
        <meta name="twitter:description"
              content="WebScrapingAPI is a Rest API that helps you web scrape any HTML page, while handling: proxies, IP rotations, CAPTCHA&#x27;s and javascript rendering.">
        <link rel="preload" as="image" href="https://www.webscrapingapi.com/assets/images/illustrations/hero/hero-mobile.png?v=41d081a6f0"/>
        <link rel="preload" as="image" href="https://www.webscrapingapi.com/assets/images/illustrations/hero/hero.png?v=41d081a6f0"/>
    <link rel="stylesheet" type="text/css" href="https://www.webscrapingapi.com/assets/bundles/bundle-fold.css?v=41d081a6f0"/>
    <meta name="description" content="The Leading REST API for Web Scraping" />
    <link rel="icon" href="/favicon.png" type="image/png" />
    <link rel="canonical" href="https://www.webscrapingapi.com/" />
    <meta name="referrer" content="no-referrer-when-downgrade" />
    
    <meta property="og:site_name" content="WebScrapingAPI" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="WebScrapingAPI" />
    <meta property="og:description" content="The Leading REST API for Web Scraping" />
    <meta property="og:url" content="https://www.webscrapingapi.com/" />
    <meta property="og:image" content="https://www.webscrapingapi.com/content/images/2021/07/Thumbnail.png" />
    <meta property="article:publisher" content="https://www.facebook.com/ghost" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="WebScrapingAPI" />
    <meta name="twitter:description" content="The Leading REST API for Web Scraping" />
    <meta name="twitter:url" content="https://www.webscrapingapi.com/" />
    <meta name="twitter:image" content="https://www.webscrapingapi.com/content/images/2021/07/Thumbnail.png" />
    <meta name="twitter:site" content="@ghost" />
    <meta property="og:image:width" content="2000" />
    <meta property="og:image:height" content="803" />
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "WebScrapingAPI",
        "url": "https://www.webscrapingapi.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.webscrapingapi.com/favicon.png",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://www.webscrapingapi.com/",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.webscrapingapi.com/content/images/2021/07/Thumbnail.png",
        "width": 2000,
        "height": 803
    },
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.webscrapingapi.com/"
    },
    "description": "The Leading REST API for Web Scraping"
}
    </script>

    <meta name="generator" content="Ghost 4.48" />
    <link rel="alternate" type="application/rss+xml" title="WebScrapingAPI" href="https://www.webscrapingapi.com/rss/" />
    
    <script defer src="/public/cards.min.js?v=41d081a6f0"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=41d081a6f0">
    <!-- Segment --> 
<script>
  !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="UOaGDN6IiSyZsSTCK63cf3e7rkqj1ifR";analytics.SNIPPET_VERSION="4.13.2";
  analytics.load("UOaGDN6IiSyZsSTCK63cf3e7rkqj1ifR");
  analytics.page();
  }}();
</script>
<!-- End Segment -->
<!-- Weglot Translate -->
<link rel="alternate" hreflang="en" href="https://www.webscrapingapi.com">
<link rel="alternate" hreflang="de" href="https://de.webscrapingapi.com">
<link rel="alternate" hreflang="fr" href="https://fr.webscrapingapi.com">
<link rel="alternate" hreflang="es" href="https://es.webscrapingapi.com">
<link rel="alternate" hreflang="pt" href="https://pt.webscrapingapi.com">
<link rel="alternate" hreflang="zh" href="https://zh.webscrapingapi.com"><style>:root {--ghost-accent-color: #7dbec5;}</style>
</head>
<body>
<div id="overlay"></div>
<header>
    <div id="header">
        <a href="/" class="logo">
            <img class="large-logo" src="https://www.webscrapingapi.com/assets/images/icons/full.svg?v=41d081a6f0" alt="wsa-logo" height="50" width="280" />
            <img class="small-logo" src="https://www.webscrapingapi.com/assets/images/icons/short.svg?v=41d081a6f0" alt="wsa-logo" height="30" width="46" />
        </a>
        <ul id="header-menu">
            <li class="menu-item" id="weglot_here"></li>
                <li class="menu-item"><a href="https://www.webscrapingapi.com/product/">Product</a></li>
    <li class="menu-item"><a href="https://www.webscrapingapi.com/pricing/">Pricing</a></li>
    <li class="menu-item"><a href="https://www.webscrapingapi.com/blog/">Blog</a></li>
    <li class="menu-item"><a href="https://www.webscrapingapi.com/docs/">Docs</a></li>
    <li class="menu-item"><a href="https://app.webscrapingapi.com/login/">Log in</a></li>

            <li class="menu-item btn"><a href="https://app.webscrapingapi.com/register" target="_blank">Sign up</a></li>
        </ul>
        <img id="menu-btn" src="https://www.webscrapingapi.com/assets/images/icons/menu.svg?v=41d081a6f0" alt="mobile-menu-btn" width="22" height="17" />
        <img id="close-btn" data-src="https://www.webscrapingapi.com/assets/images/icons/close.svg?v=41d081a6f0" alt="mobile-menu-close-btn" width="15" height="17" />
    </div>
</header>
<div id="splash">
    <section>
        <img src="https://www.webscrapingapi.com/assets/images/illustrations/hero/hero-mobile.png?v=41d081a6f0" class="hero-img-mobile"
             alt="WebScrapingAPI" width="296" height="211">
        <img src="https://www.webscrapingapi.com/assets/images/illustrations/hero/hero.png?v=41d081a6f0" class="hero-img" alt="WebScrapingAPI" width="280" height="50">
        <div class="splash-text">
            <h1>The leading REST API for web scraping</h1>
            <p class="p-big">Join 10,000+ businesses that use WebScrapingAPI to gather data at scale.</p>
            <a href="https://app.webscrapingapi.com/register" class="btn sketchy-btn">Try for free</a>
        </div>
    </section>
</div>
<div id="companies">
    <section>
        <h2>Join the 10,000+ companies, using WebScrapingAPI</h2>
        <div class="logo-container">
            <div class="deloitte"><img data-src="https://www.webscrapingapi.com/assets/images/illustrations/companies/Deloitte.png?v=41d081a6f0" alt="Deloitte" width="220" height="50"></div>
            <div class="perrigo"><img data-src="https://www.webscrapingapi.com/assets/images/illustrations/companies/Perrigo.png?v=41d081a6f0" alt="Perrigo" width="150" height="60"></div>
            <div class="steelseries"><img data-src="https://www.webscrapingapi.com/assets/images/illustrations/companies/Steelseries.png?v=41d081a6f0" alt="Steelseries" width="250" height="100"></div>
            <div class="wunderman"><img data-src="https://www.webscrapingapi.com/assets/images/illustrations/companies/Wunderman.png?v=41d081a6f0" alt="Wunderman Thompson" width="220" height="100"></div>
            <div class="infraware"><img data-src="https://www.webscrapingapi.com/assets/images/illustrations/companies/Infraware.jpg?v=41d081a6f0" alt="Infraware" width="200" height="80"></div>
        </div>
    </section>
</div>
<div id="features-1" class="features">
    <section>
        <h2>Empower every team with data</h2>
        <p class="subtitle p-big">WebScrapingAPI collects the HTML from any web page using a simple API and provides
            ready-to-process data to everyone in your company.</p>
        <div class="features-container">
            <div class="feature">
                <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/key.png?v=41d081a6f0" alt="key" width="146" height="160">
                <div class="feature-text">
                    <h3>We make sure you never get blocked</h3>
                    <p>Dealing with bot detection tools can be a challenge. We handle everything from Javascript
                        rendering, CAPTCHAs, IP blocks, and automatic retries to fingerprinting. You only need to focus
                        on your goals. We handle everything else.</p>
                </div>
            </div>
            <div class="feature">
                <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/location.png?v=41d081a6f0" alt="location" width="146" height="160">
                <div class="feature-text">
                    <h3>100M+ Rotating proxies at your fingertips</h3>
                    <p>Access our unique, extensive pool of datacenter, mobile and residential IPs across hundreds of
                        ISPs, supporting real user devices and automatic IP rotation to increase reliability and avoid
                        IP blocks.</p>
                </div>
            </div>
            <div class="feature">
                <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/custom.png?v=41d081a6f0" alt="custom" width="146" height="160">
                <div class="feature-text">
                    <h3>Easy to use, <br/>easy to customize</h3>
                    <p>Our advanced features allow you to customize your requests based on your specific needs, play
                        with: headers, IP geolocation, sticky sessions, and much more.</p>
                </div>
            </div>
            <div class="feature">
                <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/geotarget.png?v=41d081a6f0" alt="geotargeting" width="146" height="160">
                <div class="feature-text">
                    <h3>Around the globe geotargeting</h3>
                    <p>Choose from 12 locations to send your web scraping API requests, with 195 more available for
                        enterprise customers, or just use random locations.</p>
                </div>
            </div>
            <div class="additional-features">
                <div class="additional">
                    <div><img data-src="https://www.webscrapingapi.com/assets/images/icons/chech-mark.svg?v=41d081a6f0" alt="checkmark" width="22" height="17"></div>
                    <span>99.99% Uptime</span>
                </div>
                <div class="additional">
                    <div><img data-src="https://www.webscrapingapi.com/assets/images/icons/chech-mark.svg?v=41d081a6f0" alt="checkmark" width="22" height="17"></div>
                    <span>Automatic Scaling</span>
                </div>
                <div class="additional">
                    <div><img data-src="https://www.webscrapingapi.com/assets/images/icons/chech-mark.svg?v=41d081a6f0" alt="checkmark" width="22" height="17"></div>
                    <span>24/7 Monitoring</span>
                </div>
            </div>
        </div>
    </section>
</div>
<div id="slider">
    <h2>How companies use our API</h2>
    <div class="slider">
        <div class="swiper-container">
            <div class="swiper-wrapper">
                <div class="swiper-slide">
                    <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/carousel/pricetag.png?v=41d081a6f0" alt="price" width="100" height="100" />
                    <span>Price and Products</span>
                    <p>Monitor your competitors' pricing and extract product information, such as available stock,
                        product descriptions, reviews, and much more. So, you can fully automate your pricing strategies
                        and product trends.</p>
                </div>
                <div class="swiper-slide">
                    <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/carousel/revenue.png?v=41d081a6f0" alt="revenue" width="100" height="100" />
                    <span>Financial Data</span>
                    <p>Base your investment decisions on 100% certain and authentic data. Go granular on compiling
                        multiple sources of information and identify your risks and opportunities to make the best
                        business decisions.</p>
                </div>
                <div class="swiper-slide">
                    <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/carousel/travel.png?v=41d081a6f0" alt="travel" width="100" height="100" />
                    <span>Travel Fare Aggregation</span>
                    <p>Collect data from hotel and flight company websites, online travel agencies, and other sources.
                        Ensure a fast data gathering process, and overcome all the challenges you might face while
                        obtaining information.</p>
                </div>
                <div class="swiper-slide">
                    <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/carousel/reviews.png?v=41d081a6f0" alt="reviews" width="100" height="100" />
                    <span>Customer Reviews</span>
                    <p>Go deeper with your customer intelligence processes by gathering reviews from all over the
                        Internet into one place. Interpret their different aspects to better understand your customers
                        and their needs.</p>
                </div>
                <div class="swiper-slide">
                    <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/carousel/hr.png?v=41d081a6f0" alt="hr" width="100" height="100" />
                    <span>HR Job & Hiring Data</span>
                    <p>Scrape job boards and career pages to analyze available spots and the hiring strategy of your
                        competitors. We help you to find the number of vacant spots, new hirings, and other valuable
                        pieces of information.</p>
                </div>
                <div class="swiper-slide">
                    <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/carousel/realestate.png?v=41d081a6f0" alt="real estate" width="100" height="100" />
                    <span>Real Estate</span>
                    <p>Gather and analyze real estate data from multiple platforms to fully understand the market
                        direction, improve your searches, or build alerts for your target acquisitions. Reach your goals
                        with just a few clicks.</p>
                </div>
            </div>
        </div>
        <div class="swiper-button-prev"></div>
        <div class="swiper-button-next"></div>
    </div>
</div>
<div id="features-2" class="features">
    <section>
        <h2>Why WebScrapingAPI works for you</h2>
        <p class="subtitle">Our clients love us because we never settle on these.</p>
        <div class="features-container">
            <div class="feature">
                <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/scale.png?v=41d081a6f0" alt="scale" width="146" height="160">
                <div class="feature-text">
                    <h3>Mass web crawling</h3>
                    <p>Our API enables you to execute mass crawling operations on any website you target. We implement
                        the latest anti-bot detection tools to achieve high success rates.</p>
                </div>
            </div>
            <div class="feature">
                <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/fast.png?v=41d081a6f0" alt="speed" width="146" height="160">
                <div class="feature-text">
                    <h3>Speed obsessive architecture</h3>
                    <p>We use state-of-the-art technology to make sure your target website loads in the blink of an eye,
                        and you get the HTML content instantly.</p>
                </div>
            </div>
            <div class="feature">
                <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/boxes.png?v=41d081a6f0" alt="boxes" width="146" height="160">
                <div class="feature-text">
                    <h3>Javascript rendering: What users see is what you get</h3>
                    <p>Activate Javascript rendering using real browsers and get the exact information displayed to the
                        users, including single-page applications using React, AngularJS, Vue, or any other
                        libraries.</p>
                </div>
            </div>
        </div>
    </section>
</div>
<div id="one-API">
    <section>
        <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/knife.png?v=41d081a6f0" alt="multitool" width="255" height="227">
        <div class="one-api-text">
            <h2>One API. Cleaner code.</h2>
            <p class="p-big">Use one API to collect data, from any website. Integrate with any development language and
                customize your
                requests in just 30 seconds.</p>
        </div>
    </section>
</div>
<div id="testimonials">
    <h2>Trusted by startups and the world's largest companies</h2>
    <img class="background" data-src="https://www.webscrapingapi.com/assets/images/illustrations/reviews/Background.svg?v=41d081a6f0" alt="background" width="650" height="375">
    <div class="testimonials-container">
        <div class="testimonial">
            <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/reviews/Avatar1.png?v=41d081a6f0" alt="avatar" width="65" height="73">
            <span>Nic Stevens</span>
            <p>WebScrapingAPI has enabled us to streamline the data capture process with the help of Javascript
                rendering.</p>
        </div>
        <div class="testimonial">
            <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/reviews/Avatar2.png?v=41d081a6f0" alt="avatar" width="65" height="73">
            <span>Sam Coren</span>
            <p>WebScrapingAPI has helped us grow our business. The customer support has been amazing, and honestly, if
                we went with another company, we would be lost.</p>
        </div>
        <div class="testimonial">
            <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/reviews/Avatar3.png?v=41d081a6f0" alt="avatar" width="65" height="73">
            <span>Grace Dilworth</span>
            <p>Very impressed so far. Moving over from previous work with ScrapeStack, and their support (Hellen did my
                onboarding and is very helpful) and product are top-notch.</p>
        </div>
    </div>
</div>
<div id="cta">
    <section>
        <h2>Start scraping data with WebScrapingAPI</h2>
        <div class="buttons">
            <a href="https://app.webscrapingapi.com/register" class="btn sketchy-btn">Try for free</a>
            <a href="/contact" class="btn">Contact sales</a>
        </div>
        <div class="cta-bottom">
            Get started with <span>5,000 free API calls. <br/>No credit card required.</span>
            <img data-src="https://www.webscrapingapi.com/assets/images/illustrations/send.png?v=41d081a6f0" alt="send" width="185" height="170" />
        </div>
    </section>
</div>

<footer id="footer">
    <section>
        <div class="footer-menus">
            <ul class="footer-menu">
                <li class="title">Product</li>
                <li><span></span></li>
                <li class="menu-item"><a href="/product">Features</a></li>
                <li class="menu-item"><a href="/pricing">Pricing</a></li>
                <li class="menu-item"><a href="https://status.webscrapingapi.com/" target="_blank"
                                         rel="noopener">Status</a></li>
                <li class="menu-item"><a href="/careers">Careers</a></li>
            </ul>
            <ul class="footer-menu">
                <li class="title">Account</li>
                <li><span></span></li>
                <li class="menu-item"><a href="https://app.webscrapingapi.com/register">Sign Up FREE</a></li>
                <li class="menu-item"><a href="https://app.webscrapingapi.com/login">Log In</a></li>
            </ul>
            <ul class="footer-menu">
                <li class="title">Legal</li>
                <li><span></span></li>
                <li class="menu-item"><a href="/terms">Terms &amp; Conditions</a></li>
                <li class="menu-item"><a href="/privacy">Privacy Policy</a></li>
                <li class="menu-item"><a href="/cookies">Cookie Policy</a></li>
                <li class="menu-item"><a href="/agreement">Service Agreement</a></li>
            </ul>
            <ul class="footer-menu">
                <li class="title">Support</li>
                <li><span></span></li>
                <li class="menu-item"><a href="/contact">Contact us</a></li>
                <li class="menu-item"><a href="https://app.webscrapingapi.com/documentation/getting-started">API Documentation</a></li>
                <li class="menu-item"><a href="https://kb.webscrapingapi.com/">Knowledge Base</a></li>
                <li class="menu-item"><a href="/docs">FAQ</a></li>
                <li class="menu-item"><a href="/docs/#sdk">SDK</a></li>
            </ul>
        </div>
        <div class="footer-copyright">© <span id="footer-year"></span> WebScrapingAPI</div>
    </section>
</footer>
<script>
    const bundle = document.createElement('link');
    bundle.rel = 'stylesheet';
    bundle.href = 'https://www.webscrapingapi.com/assets/bundles/bundle.css?v=41d081a6f0';
    bundle.type = 'text/css';
    const defer = document.getElementsByTagName('link')[0];
    defer.parentNode.insertBefore(bundle, defer);
</script>
<script id="bundle-loader">

    function scrollLoad(script)
    {
        const scrollLoadScript = function() {
            loadSingleBundle(script)
            window.removeEventListener('scroll', scrollLoadScript)
        }
        window.addEventListener('scroll', scrollLoadScript)
    }

    scrollLoad("https://www.google.com/recaptcha/api.js")

    function loadSingleBundle(bundleName, onLoaded)
    {
        let js_bundle = document.createElement('script')
        js_bundle.src = bundleName
        if(onLoaded) js_bundle.onload = onLoaded
        const defer = document.getElementById('bundle-loader')
        defer.parentNode.insertBefore(js_bundle, defer)
    }

    const pathname = window.location.pathname
    let is_post = false
    let is_blog = false

    let bundleName

    const pages = [
        '/product/',
        '/contact/',
        '/terms/',
        '/privacy/',
        '/cookies/',
        '/agreement/',
        '/docs/',
        '/careers/',
    ]

    loadSingleBundle('https://www.webscrapingapi.com/assets/bundles/bundle-fold.js?v=41d081a6f0')

    if (pathname === '/') {
        bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-home.js?v=41d081a6f0'
    } else if (pathname === '/pricing/') {
        bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-pricing.js?v=41d081a6f0'
    } else if (pathname === '/blog/') {
        bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-blog.js?v=41d081a6f0'
        is_blog = true
    } else if (pages.indexOf(pathname) !== -1) {
        bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-page.js?v=41d081a6f0'
    } else if (is_post) {
        bundleName = 'https://www.webscrapingapi.com/assets/bundles/bundle-post.js?v=41d081a6f0'
    } else {
        console.log("No bundle found for this page.")
    }

    if (bundleName) {
        const load_bundle = function() {
            loadSingleBundle(bundleName)
            window.removeEventListener('scroll', load_bundle)
        }
        window.addEventListener('scroll', load_bundle)
    }
</script>

<div id="beacon-container" class="beacon-facade">
    <div class="frame-content">
        <button aria-label="Open Beacon popover" aria-expanded="false" aria-controls="HSBeaconContainerFrame" class="sc-Axmtr fpMCQD">
            <span class="sc-fzoLsD bIvNUR c-FabButton__icon--icon">
                <svg width="24" height="22" xmlns="http://www.w3.org/2000/svg">
                    <path d="M20.347 20.871l-.003-.05c0 .017.001.034.003.05zm-.243-4.278a2 2 0 0 1 .513-1.455c1.11-1.226 1.383-2.212 1.383-4.74C22 5.782 18.046 2 13.125 2h-2.25C5.954 2 2 5.78 2 10.399c0 4.675 4.01 8.626 8.875 8.626h2.25c.834 0 1.606-.207 3.212-.798a2 2 0 0 1 1.575.083l2.355 1.161-.163-2.878zM10.875 0h2.25C19.13 0 24 4.656 24 10.399c0 2.6-.25 4.257-1.9 6.08l.243 4.279c.072.845-.807 1.471-1.633 1.162l-3.682-1.816c-1.212.446-2.527.921-3.903.921h-2.25C4.869 21.025 0 16.142 0 10.4 0 4.656 4.869 0 10.875 0z" fill="#FFF"></path>
                </svg>
            </span>
        </button>
    </div>
</div>

<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js" onload="initWeglot()" defer></script>
<script>
    function initWeglot() {
        Weglot.initialize({
        	api_key: 'wg_c9d22e5594aecc2f09b25cf24ae190be3'
    	});
    }
</script>
<!-- Weglot Translate -->
</body>
</html>

Below are the integration examples of the URL we have discussed earlier:

curl --request GET --url "https://api.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&url=https%3A%2F%2Fbing.com"
Response Example
<!doctype html>
<html lang="es" dir="ltr">

<head>
	<meta name="theme-color" content="#4F4F4F" />
	<meta name="description"
		content="Bing te ayuda a convertir la información en acción, ya que facilita y acelera la transición de la búsqueda a la actividad concreta." />
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<meta property="fb:app_id" content="570810223073062" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Info" />
	<meta property="og:image" content="https://www.bing.com/th?id=OHR.Hunebourg_ROW9321634276_tmb.jpg&amp;rf=" />
	<meta property="og:image:width" content="1366" />
	<meta property="og:image:height" content="768" />
	<meta property="og:url" content="https://www.bing.com/?form=HPFBBK&amp;ssd=20220426_0700&amp;mkt=es-ES" />
	<meta property="og:site_name" content="Bing" />
	<meta property="og:description" content="We're enjoying the view of Château de Hunebourg, n" />
	<title>Bing</title>
	<link rel="shortcut icon" href="/sa/simg/favicon-2x.ico" />
	<link rel="preload" href="/th?id=OHR.Hunebourg_ROW9321634276_1920x1080.jpg&amp;rf=LaDigue_1920x1080.jpg&amp;qlt=40"
		as="image" id="preloadBg" />
	<link rel="preload" href="https://r.bing.com/rp/lmu8EBCaPRMKtay8LSArGyY3mv4.br.js" as="script" />
	<link rel="preconnect" href="https://r.bing.com" />
	<link rel="preconnect" href="https://r.bing.com" crossorigin />
	<link rel="dns-prefetch" href="https://r.bing.com" />
	<link rel="dns-prefetch" href="https://r.bing.com" crossorigin />
	<style type="text/css">
		@media(max-width:1237px) {
			#id_n {
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				max-width: 100px;
				display: inline-block
			}
		}

		.rwds_svg {
			vertical-align: top;
			display: inline-block
		}

		.rwds_svg.mobile {
			float: left
		}

		.rwds_svg.serp {
			margin: 8px 0 0 8px
		}

		.rwds_svg.serp.mobile {
			margin: 8px 4px 0 8px
		}

		.rwds_svg.hp {
			margin: 5px 4px 0 8px
		}

		.rwds_svg.hp.mobile {
			margin: 5px 4px 0 10px
		}

		.rhlined,
		.rhfill {
			vertical-align: top;
			width: 32px;
			height: 32px
		}

		#id_rh,
		#id_rbh {
			position: relative
		}

		.rhcoinflip {
			vertical-align: top;
			width: 60px;
			height: 60px;
			position: absolute;
			right: -6px;
			top: -6px
		}

		#idCont .rhcoinflip {
			position: absolute;
			right: -5px;
			top: -9px
		}

		#rh_meter {
			vertical-align: top;
			width: 40px;
			height: 40px;
			margin-left: -36px;
			margin-top: -4px
		}

		.rh_reedm .rhlined,
		.rhfill,
		.rh_reedm .meter {
			display: none
		}

		.rhlined,
		.rh_reedm .rhfill,
		#rh_meter {
			display: inline-block
		}

		.rd_hide {
			visibility: hidden
		}

		.rhlined.hp .meter,
		.rhfill.hp .meter {
			stroke: rgba(255, 255, 255, .4)
		}

		.noBg .rhlined.hp .meter,
		.noBg .rhfill.hp .meter,
		.rhlined.serp .meter,
		.rhfill.serp .meter {
			stroke: rgba(177, 177, 177, .4)
		}

		.rhlined.hp .medal,
		.rhfill.hp .medal {
			fill: #fff
		}

		.noBg .rhlined.hp .medal,
		.rhlined.serp .medal {
			fill: #919191
		}

		.noBg .rh_reedm .rhfill.hp .medal,
		.rh_reedm .rhfill.serp .medal {
			fill: #00809d
		}

		#rh_animcrcl {
			fill: none;
			stroke: transparent;
			stroke-width: 0
		}

		#rh_animcrcl.anim {
			stroke-width: 2
		}

		#rh_animcrcl.anim.hp {
			stroke: #fff
		}

		@media screen and (-ms-high-contrast:black-on-white) {

			.rhlined.hp .medal,
			.rhfill.hp .medal {
				fill: #000
			}

			#rh_animcrcl.anim.hp {
				stroke: #000
			}
		}

		#rh_animcrcl.serp.anim {
			stroke: #00809d
		}

		#rh_animpath.serp.anim {
			fill: #00809d
		}

		.noBg #rh_animcrcl.anim.hp {
			stroke: #00809d
		}

		.rh_scale .rhfill,
		.rh_scale #rh_meter {
			animation: scaling .4s cubic-bezier(.3, .55, .1, 1)
		}

		@-webkit-keyframes scaling {
			0% {
				transform: scale(1, 1)
			}

			50% {
				transform: scale(1.3, 1.3)
			}

			100% {
				transform: scale(1, 1)
			}
		}

		@keyframes scaling {
			0% {
				transform: scale(1, 1)
			}

			50% {
				transform: scale(1.3, 1.3)
			}

			100% {
				transform: scale(1, 1)
			}
		}

		#tallhead #idMobileCont {
			position: absolute
		}

		#tallhead #idMobileCont>* {
			top: 3px
		}

		#idMobileCont>* {
			vertical-align: top;
			display: inline-block;
			top: 10px
		}

		#idMobileCont #id_rh,
		#idMobileCont #id_rbh {
			font-size: .8125rem;
			position: relative;
			margin-top: 2px
		}

		#idMobileCont #id_rh #id_rc.hp,
		#idMobileCont #id_rbh #id_rc.hp,
		#idMobileCont #id_rh #id_rbc.hp,
		#idMobileCont #id_rbh #id_rbc.hp {
			color: #fff;
			line-height: 38px
		}

		#idMobileCont #id_rh #id_rc.serp,
		#idMobileCont #id_rbh #id_rc.serp,
		#idMobileCont #id_rh #id_rbc.serp,
		#idMobileCont #id_rbh #id_rbc.serp {
			color: #000;
			line-height: 45px
		}

		#id_rbh.hp {
			padding-right: 12px
		}

		#id_rbh.hp.reverse {
			padding-left: 8px;
			padding-right: 0
		}

		#id_rbh.serp {
			padding-right: 0
		}

		#id_rbh.serp.reverse {
			padding-left: 14px
		}

		#id_rbh.hp svg {
			height: 30px;
			fill: white
		}

		#id_rbh.serp svg {
			height: 25px;
			fill: #818285
		}

		@media(max-width:1356.9px) {

			#id_h #id_rbh,
			#idCont #id_h #id_rbh {
				display: none
			}
		}

		.bnc-hci {
			position: relative;
			top: 4px;
			padding-left: 8px
		}

		html,
		body {
			font-family: "Segoe UI", Segoe, Tahoma, Arial, Verdana, sans-serif;
			background-color: rgba(34, 34, 34, .9);
			overflow: hidden;
			width: 100%;
			height: 100%
		}

		html,
		body,
		a,
		div,
		span,
		table,
		tr,
		td,
		strong,
		ul,
		ol,
		li,
		h1,
		h2,
		h3,
		p,
		input {
			font-weight: inherit;
			font-size: inherit;
			list-style: none;
			border-spacing: 0;
			border: 0;
			border-collapse: collapse;
			text-decoration: none;
			padding: 0;
			margin: 0
		}

		a {
			color: initial
		}

		a:hover {
			text-decoration: none
		}

		object {
			position: absolute
		}

		video::-webkit-media-controls {
			display: none !important
		}

		input[type="search"]::-webkit-search-decoration,
		input[type="search"]::-webkit-search-cancel-button,
		input[type="search"]::-webkit-search-results-button,
		input[type="search"]::-webkit-search-results-decoration {
			display: none
		}

		body:not(.tabbing) *:focus {
			outline: none
		}

		.hpapp {
			height: 100%
		}

		.hp_body,
		.hp_cont {
			height: 100%
		}

		.hide,
		.b_hide,
		.bnc-hide,
		.invtesthooks {
			display: none !important
		}

		.show {
			display: block !important
		}

		.hidden {
			visibility: hidden
		}

		.hp_body {
			min-width: 768px;
			min-height: 360px;
			background-color: #555
		}

		.hp_body.no_image {
			background-color: #f5f5f5
		}

		.hp_body.no_image .img_cont,
		.hp_body.no_image .img_uhd,
		.hp_body.no_image .hp_top_cover {
			background-color: #f5f5f5;
			background-image: none !important
		}

		.hp_body.no_image .shaders,
		.hp_body.no_image .dimmer,
		.hp_body.no_image .birthday {
			display: none
		}

		.hp_body.no_image #bLogo {
			filter: none
		}

		.hp_body.no_image #bLogo .ms_text,
		.hp_body.no_image #bLogo .b_text {
			fill: #666
		}

		.hp_body.no_image .hp_top_cover_dim {
			display: none
		}

		.hp_body.no_image .sbox {
			left: 0;
			right: 0;
			margin: auto
		}

		.hp_body.no_image .sbox .below_sbox {
			color: #666;
			text-shadow: none
		}

		.hp_body.no_image .sbox .below_sbox .text,
		.hp_body.no_image .sbox .below_sbox a {
			color: #666
		}

		.hp_body.no_image .holiday_controls,
		.hp_body.no_image .holiday_video,
		.hp_body.no_image .holiday_effects {
			display: none !important
		}

		.hp_media_container {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			overflow: hidden
		}

		.hp_top_cover {
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			z-index: 2;
			background-position: center;
			background-size: cover
		}

		.hp_top_cover_container {
			overflow: hidden;
			position: fixed;
			top: 0;
			height: 194px;
			z-index: 2;
			width: 100%
		}

		.hp_top_cover_dim {
			background: #555;
			height: 100%;
			width: 100%;
			opacity: 0
		}

		.img_cont {
			background-position: center;
			background-size: cover;
			bottom: 0;
			right: 0;
			left: 0;
			top: 0;
			position: absolute
		}

		.img_cont .img_uhd {
			opacity: 0;
			background-size: cover;
			background-position: center;
			bottom: 0;
			right: 0;
			left: 0;
			top: 0;
			position: absolute
		}

		.img_cont .bg_video {
			object-fit: cover;
			left: 50%;
			top: 50%;
			transform: translate3d(-50%, -50%, 0);
			position: absolute;
			height: 100%;
			width: 100%
		}

		.img_cont .bg_video.fadeOut {
			opacity: 0
		}

		.img_cont .bg_audio {
			display: none
		}

		.hp_cont {
			width: 80%;
			margin: auto;
			position: relative
		}

		@media screen and (min-width:2240px) {
			.hp_cont {
				width: 1792px
			}
		}

		.dimmer {
			position: fixed;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			pointer-events: none;
			transition: background-color .2s
		}

		.dimmer.dim {
			z-index: 2;
			pointer-events: all;
			background-color: rgba(0, 0, 0, .6)
		}

		.shaders {
			position: fixed;
			height: 100vh;
			width: 100%;
			left: 0;
			top: 0
		}

		.shaders .topLeft,
		.shaders .topRight,
		.shaders .bottom {
			height: 28%;
			position: absolute
		}

		.shaders .topLeft {
			left: 0;
			width: 100%;
			background: linear-gradient(to bottom left, rgba(0, 0, 0, .5) -20%, transparent 30%)
		}

		.shaders .topRight {
			right: 0;
			width: 100%;
			background: linear-gradient(to bottom right, rgba(0, 0, 0, .5) -20%, transparent 30%)
		}

		.shaders .bottom {
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
			bottom: 0;
			left: 0;
			width: 100%
		}

		.hp_top_cover_container .shaders {
			position: absolute
		}

		.hp_media_container .shaders {
			z-index: 1
		}

		.sbox {
			top: 20%;
			height: 100%;
			width: 100%;
			width: 62.4%;
			box-sizing: border-box;
			min-height: 40px;
			max-height: 52px;
			min-width: 580px;
			max-width: 596px;
			white-space: nowrap;
			position: fixed;
			z-index: 2;
			margin: 0 0 0 228px
		}

		.sbox * {
			box-sizing: inherit
		}

		.sbox.fix {
			top: 90px !important;
			transform: none !important;
			position: fixed
		}

		.sbox .logo,
		.sbox .sb_form {
			display: inline-block;
			vertical-align: middle
		}

		.sbox .logo {
			width: 20%;
			height: 100%
		}

		.sbox .logo svg {
			height: 100%;
			width: 100%
		}

		.sbox .sb_form {
			width: 100%;
			background-color: transparent;
			font: normal 1rem "Segoe UI", Arial, Helvetica, Sans-Serif;
			padding-right: 10px;
			box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
			align-items: center;
			justify-content: flex-end;
			display: inline-flex;
			border-radius: 24px;
			height: 100%;
			position: relative;
			background-color: #fff
		}

		.sbox .sb_form.as_show {
			border-radius: 24px 24px 0 0
		}

		.sbox .sb_form.as_show.as_nextword {
			border-radius: 24px
		}

		.sbox .sb_form svg {
			height: 100%;
			width: 100%
		}

		.sbox .sb_form input[type=search]::-ms-clear,
		.sbox .sb_form input[type=search]::-ms-reveal {
			display: none;
			width: 0;
			height: 0
		}

		.sbox .sb_form .sb_form_q {
			background-color: transparent;
			padding: 12px 10px 12px 16px;
			flex: 1;
			border: 0;
			outline: none;
			-webkit-appearance: none;
			font-size: 1.125rem;
			font: inherit
		}

		.sbox .sb_form .sb_form_q:focus~#sw_as,
		.sbox .sb_form .sb_form_q:active~#sw_as {
			display: block
		}

		.sbox .sb_form .sb_form_q:focus~#sw_as .sa_as,
		.sbox .sb_form .sb_form_q:active~#sw_as .sa_as {
			display: block
		}

		.sbox .sb_form .icon {
			position: relative;
			min-width: 28px;
			margin: auto 4px;
			height: 45%;
			width: 5%
		}

		.sbox .sb_form #vkeyIcon {
			width: 100%;
			height: 100%
		}

		.sbox .sb_form .search,
		.sbox .sb_form #vkeyIcon {
			cursor: pointer
		}

		.sbox .sb_form .largeTargNoTT {
			cursor: pointer;
			margin: 0 0 0 5px;
			padding: 13px 0 13px 0;
			box-sizing: content-box
		}

		.sbox .sb_form #sb_form_go {
			padding: 0;
			height: 0;
			width: 0;
			outline: none;
			border: none;
			position: absolute
		}

		.sbox .sb_form #sb_form_go:focus {
			outline: -webkit-focus-ring-color auto 1px;
			width: 35px;
			height: 27px;
			background-color: transparent
		}

		.sbox .sb_form #sw_as {
			left: 0;
			height: auto;
			right: 10px;
			top: 100%;
			position: absolute;
			padding-top: 8px;
			margin-top: -8px;
			display: none;
			box-sizing: content-box
		}

		.sbox .sb_form #sw_as .sa_as {
			position: relative;
			display: none
		}

		.sbox .sb_form #sw_as .sa_as.sa_nw:not(:empty) {
			margin-left: 0;
			width: initial
		}

		.sbox .sb_form #sw_as .sa_as.sa_nw:not(:empty) .sa_drw:not(:empty) {
			margin-top: 0
		}

		.sbox .sb_form #sw_as .sa_as.sa_nw {
			position: absolute
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw {
			overflow: hidden;
			border-radius: 0 0 24px 24px;
			background-color: #fff
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw:not(:empty) {
			border-top: 1px solid rgba(0, 0, 0, .2);
			overflow: hidden;
			border-bottom-left-radius: 24px;
			border-bottom-right-radius: 24px
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw:not(:empty):before {
			width: 100%;
			height: 8px;
			top: -8px;
			position: absolute;
			background-color: #fff;
			content: ''
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw li,
		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw .nowrap {
			white-space: nowrap
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw .sa_hd {
			margin-left: 16px;
			font-size: .6875rem;
			line-height: 16px
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw .sa_sg {
			cursor: pointer
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw .sa_sg .sa_tm {
			margin-left: 16px;
			line-height: 36px
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw .sa_sg[stype="NW"] .sa_tm {
			margin: 0;
			padding: 0 16px
		}

		.sbox .sb_form #sw_as .sa_as #sa_ul.sa_drw .pp_title {
			color: inherit
		}

		.sbox .sb_form input[type='search']::-webkit-search-decoration,
		.sbox .sb_form input[type='search']::-webkit-search-cancel-button,
		.sbox .sb_form input[type='search']::-webkit-search-results-button,
		.sbox .sb_form input[type='search']::-webkit-search-results-decoration {
			display: none
		}

		.sbox .sb_bpr {
			font-size: .8125rem;
			color: #767676
		}

		@media screen and (max-width:1024px) {
			.sbox {
				margin: auto;
				left: 0;
				right: 0;
				max-width: 580px
			}

			.sbox:not(.fix) {
				max-width: 632px;
				min-width: 506px;
				white-space: normal
			}

			.sbox:not(.fix) .logo {
				margin-top: -17%;
				width: 100%
			}

			.sbox:not(.fix) .logo svg {
				height: 100%;
				width: 100%
			}

			.sbox:not(.fix) .sb_form {
				margin: auto;
				width: 100%
			}

			.sbox:not(.fix) .below_sbox {
				text-align: center
			}

			.sbox .mvs_cont {
				width: 100%
			}

			#hdr .head_cont .scope_cont {
				margin-left: 25px
			}
		}

		@media screen and (max-width:640px) {
			.sbox {
				width: 420px;
				margin-left: 175px;
				max-width: 420px;
				min-width: 350px
			}

			.sbox:not(.fix) {
				max-width: 420px;
				min-width: 350px
			}

			#hdr .head_cont .scope_cont {
				margin-left: 26px
			}
		}

		.hp_body .sbox .below_sbox .bsb_signup {
			font-family: roboto, "Segoe UI", Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 13px;
			font-weight: 400;
			color: #fff;
			letter-spacing: -.01px;
			display: flex;
			margin: 12px auto 20px auto;
			height: 32px;
			align-items: center;
			background: rgba(0, 0, 0, .3);
			border-radius: 6px;
			justify-content: space-between;
			text-decoration: none;
			text-shadow: none
		}

		.hp_body .sbox .below_sbox .bsb_signup:visited,
		.hp_body .sbox .below_sbox .bsb_signup:active,
		.hp_body .sbox .below_sbox .bsb_signup:link {
			text-decoration: none
		}

		.hp_body .sbox .below_sbox .bsb_signup:hover {
			background: rgba(0, 0, 0, .6);
			cursor: pointer;
			text-decoration: none
		}

		.hp_body .sbox .below_sbox .bsb_signup:hover .text.right .signup_learnmore {
			text-decoration: underline
		}

		.hp_body .sbox .below_sbox .bsb_signup .text.left {
			text-decoration: none
		}

		.hp_body .sbox .below_sbox .bsb_signup .text.left .gwb_icon {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC45OTk1NCAxNC4zMDQ0QzkuMzk4OTkgMTQuMzU1NSAxMC40ODI4IDE0LjE3NDQgMTEuOTk5OCAxMy4wNTMyQzEzLjk3MyAxMS41OTQ4IDE3LjUzMzIgOC40NjM1IDE2LjkzMjcgNC43NzQ1OUwxNi45MjEyIDQuNzczNjFDMTYuNzY2OSAyLjY2MzkxIDE1LjAwNjMgMS4wMDAyNiAxMi44NTcyIDEuMDAwMjZDMTEuMDY4NCAxLjAwMDI2IDkuNTQ4NzEgMi4xNTI5NiA5LjAwMDUzIDMuNzU2MTFDOC40NTI0MyAyLjE1MjgyIDYuOTMyNzEgMSA1LjE0MzczIDFDMi45OTQ2MiAxIDEuMjM0MDggMi42NjM2OSAxLjA3OTc3IDQuNzczNDFMMS4wNjczNCA0Ljc3NDQ4QzAuNDY2ODI1IDguNDYzMzggNC4wMjcwNSAxMS41OTQ3IDYuMDAwMTggMTMuMDUzMUM3LjUxNiAxNC4xNzM1IDguNTk5MzUgMTQuMzU1MSA4Ljk5OTU0IDE0LjMwNDRaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
			background-repeat: no-repeat;
			background-size: 16px 16px;
			width: 16px;
			height: 16px;
			display: inline-block;
			margin-left: 10px
		}

		.hp_body .sbox .below_sbox .bsb_signup .text.left .signup_prefix {
			margin-left: 8px
		}

		.hp_body .sbox .below_sbox .bsb_signup .text.left .signup_gwb {
			font-weight: 700
		}

		.hp_body .sbox .below_sbox .bsb_signup .text.right {
			margin-right: 30px
		}

		.hp_body .sbox .below_sbox .bsb_signup .text.right .signup_learnmore .chevron {
			transform: scale(.25) translateY(-120%) translateX(-90%) rotate(225deg);
			border-radius: 6px;
			border-left: 6px solid rgba(255, 255, 255, .8);
			border-bottom: 6px solid rgba(255, 255, 255, .8);
			box-sizing: border-box;
			height: 43px;
			width: 43px;
			content: '';
			position: absolute
		}

		.hp_body .sbox .below_sbox .bsb_donation {
			font-family: roboto, "Segoe UI", Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: 400;
			color: #fff;
			margin: 10px auto 10px auto;
			padding-left: 10px;
			align-items: center;
			justify-content: space-between
		}

		.hp_body .sbox .below_sbox .bsb_donation .current_donation {
			font-size: 40px;
			line-height: 48px;
			margin-bottom: 4px;
			text-shadow: 2px 2px 4px #00000099
		}

		.hp_body .sbox .below_sbox .bsb_donation .donation_text {
			font-size: 11px;
			line-height: 16px
		}

		.hp_body .sbox .below_sbox .bsb_gwb {
			text-align: left
		}

		.hp_body .sbox .below_sbox .bsb_gwb .cause {
			font-family: roboto, "Segoe UI", Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 13px;
			font-weight: 400;
			color: #fff;
			letter-spacing: -.04px;
			margin: 12px auto 4px 0;
			align-items: center;
			justify-content: space-between;
			width: 500px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis
		}

		.hp_body .sbox .below_sbox .bsb_gwb .cause .gwb_icon {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC45OTk1NCAxNC4zMDQ0QzkuMzk4OTkgMTQuMzU1NSAxMC40ODI4IDE0LjE3NDQgMTEuOTk5OCAxMy4wNTMyQzEzLjk3MyAxMS41OTQ4IDE3LjUzMzIgOC40NjM1IDE2LjkzMjcgNC43NzQ1OUwxNi45MjEyIDQuNzczNjFDMTYuNzY2OSAyLjY2MzkxIDE1LjAwNjMgMS4wMDAyNiAxMi44NTcyIDEuMDAwMjZDMTEuMDY4NCAxLjAwMDI2IDkuNTQ4NzEgMi4xNTI5NiA5LjAwMDUzIDMuNzU2MTFDOC40NTI0MyAyLjE1MjgyIDYuOTMyNzEgMSA1LjE0MzczIDFDMi45OTQ2MiAxIDEuMjM0MDggMi42NjM2OSAxLjA3OTc3IDQuNzczNDFMMS4wNjczNCA0Ljc3NDQ4QzAuNDY2ODI1IDguNDYzMzggNC4wMjcwNSAxMS41OTQ3IDYuMDAwMTggMTMuMDUzMUM3LjUxNiAxNC4xNzM1IDguNTk5MzUgMTQuMzU1MSA4Ljk5OTU0IDE0LjMwNDRaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
			background-repeat: no-repeat;
			background-size: 16px 16px;
			width: 16px;
			height: 16px;
			display: inline-block;
			margin-left: 10px;
			margin-right: 8px
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box {
			font-family: roboto, "Segoe UI", Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 13px;
			font-weight: 400;
			color: #fff;
			letter-spacing: -.01px;
			display: flex;
			margin-top: 8px;
			height: 100px;
			width: 342px;
			background: rgba(0, 0, 0, .3);
			border-radius: 6px;
			text-decoration: none;
			text-shadow: none
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box:visited,
		.hp_body .sbox .below_sbox .bsb_gwb .donation_box:active,
		.hp_body .sbox .below_sbox .bsb_gwb .donation_box:link {
			text-decoration: none
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box:hover {
			background: rgba(0, 0, 0, .6);
			cursor: pointer;
			text-decoration: none
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box:hover .contribution .impact {
			text-decoration: underline
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .contribution {
			width: 50%;
			margin-left: 16px;
			margin-top: 12px
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .contribution .contribution_title {
			line-height: 20px;
			margin-bottom: 4px
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .contribution .points {
			display: inline-flex;
			align-items: baseline;
			margin-bottom: 8px
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .contribution .points .month_point {
			font-size: 20px;
			line-height: 20px;
			font-weight: 500;
			margin-right: 8px
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .contribution .impact .chevron {
			transform: scale(.25) translateY(-100%) translateX(-90%) rotate(225deg);
			border-radius: 6px;
			border-left: 6px solid rgba(255, 255, 255, .8);
			border-bottom: 6px solid rgba(255, 255, 255, .8);
			box-sizing: border-box;
			height: 40px;
			width: 40px;
			content: '';
			position: absolute
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .total {
			margin-top: 12px;
			margin-right: 16px
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .total .donation_title {
			line-height: 20px;
			margin-bottom: 4px
		}

		.hp_body .sbox .below_sbox .bsb_gwb .donation_box .total .donation_amount {
			font-size: 20px;
			line-height: 20px;
			font-weight: 500
		}

		.sbox.fix .below_sbox .bsb_donation {
			display: none
		}

		.sbox.fix .below_sbox .bsb_gwb .donation_box {
			display: none
		}

		.hp_body.no_image .sbox .below_sbox .bsb_signup {
			background: #f9f9f9
		}

		.hp_body.no_image .sbox .below_sbox .bsb_signup:hover {
			background: #e7e7e7
		}

		.hp_body.no_image .sbox .below_sbox .bsb_signup .text.left {
			color: #444
		}

		.hp_body.no_image .sbox .below_sbox .bsb_signup .text.left .gwb_icon {
			background-image: url(/rp/etQu7XPiFf7bDZu1SOKO9FxbsEk.svg)
		}

		.hp_body.no_image .sbox .below_sbox .bsb_signup .text.right {
			color: #444
		}

		.hp_body.no_image .sbox .below_sbox .bsb_signup .text.right .signup_learnmore .chevron {
			border-left: 6px solid #444;
			border-bottom: 6px solid #444
		}

		.hp_body.no_image .sbox .below_sbox .bsb_donation .current_donation .text {
			text-shadow: none;
			color: #007daa
		}

		.hp_body.no_image .sbox .below_sbox .bsb_gwb .cause {
			color: #444
		}

		.hp_body.no_image .sbox .below_sbox .bsb_gwb .cause .gwb_icon {
			background-image: url(/rp/etQu7XPiFf7bDZu1SOKO9FxbsEk.svg)
		}

		.hp_body.no_image .sbox .below_sbox .bsb_gwb .donation_box {
			color: #444;
			background: #f9f9f9
		}

		.hp_body.no_image .sbox .below_sbox .bsb_gwb .donation_box:hover {
			background: #e7e7e7
		}

		.hp_body.no_image .sbox .below_sbox .bsb_gwb .donation_box .contribution .points .month_point {
			color: #007daa
		}

		.hp_body.no_image .sbox .below_sbox .bsb_gwb .donation_box .contribution .impact .chevron {
			border-left: 6px solid #444;
			border-bottom: 6px solid #444
		}

		.hp_body.no_image .sbox .below_sbox .bsb_gwb .donation_box .total .donation_amount {
			color: #007daa
		}

		.notif {
			z-index: 6
		}

		.notif.msb {
			max-width: 300px;
			font-size: .8125rem;
			flex-direction: column;
			box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 5px 1px rgba(0, 0, 0, .18);
			padding: 20px;
			border-radius: 6px;
			top: 120%;
			display: flex;
			background-color: #fefefe;
			right: 0;
			position: absolute
		}

		.notif.msb .title {
			font-size: .9375rem;
			font-weight: bold
		}

		.notif.msb .msg {
			padding: 20px 0;
			display: flex
		}

		.notif.msb .buttons {
			justify-content: space-between;
			flex-direction: row;
			display: flex
		}

		.notif.msb .buttons>* {
			box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 5px 1px rgba(0, 0, 0, .18);
			border-radius: 2px;
			padding: 10px;
			cursor: pointer
		}

		.notif.msb .buttons .accpt {
			margin-right: 10px;
			color: #fff;
			background-color: #008080
		}

		.notif.msb .buttons .dismiss {
			top: 0;
			position: absolute;
			right: 0;
			box-shadow: none;
			padding: 15px
		}

		.header {
			height: 5vh;
			width: 80%;
			position: fixed;
			display: flex;
			z-index: 3;
			min-width: 820px
		}

		@media screen and (min-width:2240px) {
			.header {
				width: 1792px
			}
		}

		.head_cont {
			vertical-align: middle;
			line-height: 39px;
			white-space: nowrap;
			position: relative;
			flex-direction: row;
			display: flex;
			margin-right: auto
		}

		.head_cont .scope_cont,
		.head_cont .logo_cont {
			display: inline-block
		}

		.head_cont .logo_cont {
			width: 154px;
			height: 24px
		}

		.head_cont .scope_cont {
			margin-left: 72px
		}

		.head_cont .logo {
			position: absolute;
			width: 154px;
			height: 24px;
			transform: translate(0, 12px) scale(1.16);
			filter: drop-shadow(0 0 24px rgba(0, 0, 0, .45))
		}

		.head_cont .logo .squares .top_l {
			fill: #f26522
		}

		.head_cont .logo .squares .top_r {
			fill: #8dc63f
		}

		.head_cont .logo .squares .bom_l {
			fill: #00aeef
		}

		.head_cont .logo .squares .bom_r {
			fill: #ffc20e
		}

		.head_cont .logo .ms_text,
		.head_cont .logo .b_text {
			fill: #fff
		}

		.scope_cont,
		.logo_cont {
			z-index: 3
		}

		.scopes,
		#idCont {
			display: none;
			z-index: 3;
			margin: 0;
			padding: 0;
			vertical-align: text-bottom
		}

		#idCont {
			position: absolute
		}

		@media screen and (max-width:1024px) {
			header#hdr.header {
				min-width: auto
			}

			footer#footer.footer {
				min-width: auto
			}

			.bottom_row .scroll_cont {
				width: 100% !important
			}
		}

		.sbox #sb_form.icons_max_targ {
			padding-right: 2px
		}

		.sbox #sb_form.icons_max_targ #sw_as {
			right: 2px;
			padding-top: 5px;
			margin-top: -2px
		}

		.sbox #sb_form.icons_max_targ #search_icon {
			cursor: pointer;
			margin: 0 0 0 0;
			padding: 13px 10px 13px 8px;
			box-sizing: content-box
		}

		.sbox #sb_form.icons_max_targ .icon {
			cursor: pointer;
			margin: 0 0 0 0;
			padding: 13px 3px 13px 6px;
			box-sizing: content-box
		}

		.sbox #sb_form.icons_max_targ .icon.keyboard_cont {
			padding: 13px 4px 13px 11px
		}

		.sbox #sb_form.icons_max_targ .icon.keyboard_cont #vkeyIconCont {
			width: 100%;
			height: 100%
		}

		.sbox #sb_form.icons_max_targ .mic_cont .b_icon .icon_path {
			fill: #1a73e8
		}

		.sbox #sb_form.icons_max_targ .sb_bpr+.mic_cont .b_icon .icon_path {
			fill: #111
		}

		.sbox #sb_form.icons_max_targ #bpage.b_drk .mic_cont .b_icon .icon_path {
			fill: #fff
		}

		.sbox #sb_form.icons_max_targ #bpage.b_drk .sb_bpr+.mic_cont .b_icon .icon_path {
			fill: #fff
		}

		.sbox #sb_form.icons_max_targ #sbiarea #sbicom .sbipane {
			left: -353.5px
		}

		.hpn_top_container {
			overflow: hidden
		}

		.bottom_row,
		.below_sbox {
			display: none
		}

		@media screen and (-ms-high-contrast:black-on-white) {

			.logo,
			#hp_trivia_icon,
			.mappin,
			.musCardCont .share,
			.edit_interests {
				background-color: #000
			}

			#leftNavCaro,
			#rightNavCaro {
				background-color: #fff
			}
		}

		@media screen and (-ms-high-contrast:active) {

			#leftNavCaro,
			#rightNavCaro {
				background-color: #000
			}
		}

		#keyBoardTop {
			display: inline-block;
			cursor: move;
			height: 40px;
			vertical-align: middle
		}

		#keyboard>div {
			direction: ltr
		}

		.copyClip {
			background-position: center;
			background-repeat: no-repeat
		}

		.key {
			height: 30px;
			margin: 2px;
			padding: 0 1px 1px;
			border: none;
			cursor: pointer;
			vertical-align: middle;
			padding-left: 2px
		}

		.key:hover {
			background-color: #159cff;
			color: #fff
		}

		#iK.key:hover,
		#iK1.key:hover {
			background-color: #eee
		}

		.selectedKey {
			background-color: #666;
			color: #fff
		}

		.normalKey {
			background-color: #ccc;
			color: #333
		}

		#closeSoftKeyboard {
			cursor: pointer;
			background: url(/rp/i3t3vGbFsQ-XpUOCob6i88omBUs.png) -352px -64px no-repeat;
			float: right;
			height: 20px;
			width: 20px;
			margin: 10px 0 0;
			transform: scale(.5)
		}

		.keyboardExt {
			width: 570px !important
		}

		#keyboard {
			padding: 0 10px 10px;
			position: absolute;
			right: 30px;
			width: 540px;
			height: 220px;
			z-index: 100009;
			margin: 5px -10px 0 0;
			font-size: 15px;
			background: #fff;
			border: 2px solid #ddd;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none
		}

		#keyboard:focus {
			outline: none
		}

		.hideData {
			display: none
		}

		.skbCK {
			width: 30px
		}

		.skbCAK {
			width: 90px
		}

		.skbRCAK {
			width: 145px
		}

		.skbSK {
			width: 70px
		}

		.skbRSK {
			width: 118px
		}

		.extSkbRSK {
			width: 80px
		}

		.extSkbRSK1 {
			width: 50px
		}

		.extSkbRSK2 {
			width: 83px
		}

		.skbCapK {
			width: 50px
		}

		.skbSpK {
			width: 290px
		}

		.rtl .skbSK {
			width: 75px !important
		}

		.rtl .skbCapK {
			width: 50px !important
		}

		.rtl .skbRSK {
			width: 114px !important
		}

		.skbIK {
			width: 45px;
			background-color: #eee
		}

		.skbRIK {
			width: 41px;
			background-color: #eee
		}

		.skbEK {
			width: 104px
		}

		.extSkbEK {
			width: 60px
		}

		.extSkbEK1 {
			width: 70px
		}

		.skbBK {
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAANBAMAAABBQrPjAAAAIVBMVEX///9AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBoDRfjAAAACnRSTlMAETNmd4iZzN3ul1cQFgAAAFFJREFUCFtjYGBg6loFAUsYGBg0i40hIAsoMV2AAQKsgBKFDAzsCQzpIA5Ygm0Z2zIQR7MRpCKrKwHE6VIAcThWMGDIoOhBMQ3VHhQXINy2FAB95iAI/vLOaQAAAABJRU5ErkJggg==);
			background-position: center;
			background-repeat: no-repeat;
			width: 90px
		}

		.sbkBK:active {
			background-position: 53% 55%
		}

		#mlKbLang {
			margin: 10px 0 0 5px;
			padding: 0 0 0 5px;
			height: 32px;
			cursor: pointer
		}

		.copyClip {
			background: url(/rp/yjAjPJIMzvruRcshny6aujakheA.png)
		}

		#sb_form #sb_form_q {
			width: 80%
		}

		#sb_form .icons {
			width: 20%;
			min-width: 75px;
			max-width: 120px
		}

		#sb_form .icons>* {
			width: 33%
		}

		#sb_form #vkeyIcon svg:hover {
			filter: grayscale(1) brightness(.6);
			-webkit-filter: grayscale(1) brightness(.6)
		}
	</style>
</head>

<body data-priority="2">
	<div class="hpapp">
		<div class="hp_body  ">
			<div>
				<div class="hp_top_cover_container" data-priority>
					<div class="shaders">
						<div class="topLeft"></div>
						<div class="topRight"></div>
					</div>
					<div class="hp_top_cover"
						style="background-image: url(/th?id=OHR.Hunebourg_ROW9321634276_1920x1080.jpg&amp;rf=LaDigue_1920x1080.jpg&amp;qlt=40); opacity: ;">
						<div class="hp_top_cover_dim" style="opacity: 0;"></div>
					</div>
				</div>
				<div class="hp_media_container">
					<div class="shaders">
						<div class="bottom"></div>
					</div>
					<div class="img_cont"
						style="background-image: url(/th?id=OHR.Hunebourg_ROW9321634276_1920x1080.jpg&amp;rf=LaDigue_1920x1080.jpg&amp;qlt=40); opacity: ;">
						<div class="hp_top_cover_dim" style="opacity: 0;" data-priority></div>
					</div>
				</div>
			</div>
			<div class="hpl"></div>
			<div class="hpl hp_cont" role="main">
				<header class="header" id="hdr" data-priority>
					<div class="head_cont">
						<h1 class="logo_cont" aria-labelledby="bLogo"></h1>
						<div class="scope_cont">
							<ul class="scopes" role="application">
								<li class="scope " id="images"><a href="/images?FORM=Z9LH" data-h="ID=HpApp,9107.1"
										target rel="noopener">Imágenes</a></li>
								<li class="scope try_exp" id="video"><a href="/videos?FORM=Z9LH1"
										data-h="ID=HpApp,7808.1" target rel="noopener">Vídeos</a></li>
								<li class="scope try_exp" id="translate"><a
										href="/search?q=Bing+traducir&amp;FORM=TTAHP1" data-h="ID=HpApp,14108.1" target
										rel="noopener">Traducir</a></li>
								<li class="scope dots" id="dots_overflow_menu_container" tabIndex="0" role="button"
									aria-haspopup="true" aria-expanded="false" aria-label="Más">
									<ul class="overflow_menu">
										<li class="overflow_item try_exp" id="video" role="presentation"
											aria-haspopup="false" aria-expanded aria-label="Vídeos"><a
												href="/videos?FORM=Z9LH1" data-h="ID=HpApp,7808.1" target
												rel="noopener">Vídeos</a></li>
										<li class="overflow_item try_exp" id="translate" role="presentation"
											aria-haspopup="false" aria-expanded aria-label="Traducir"><a
												href="/search?q=Bing+traducir&amp;FORM=TTAHP1" data-h="ID=HpApp,14108.1"
												target rel="noopener">Traducir</a></li>
										<li class="overflow_item" id="local" role="presentation" aria-haspopup="false"
											aria-expanded aria-label="Mapas"><a href="/maps?FORM=Z9LH2"
												data-h="ID=HpApp,7692.1" target rel="noopener">Mapas</a></li>
										<li class="overflow_item" id="news" role="presentation" aria-haspopup="false"
											aria-expanded aria-label="Noticias"><a
												href="/news/search?q=Historias+destacadas&amp;nvaug=%5bNewsVertical+Category%3d%22rt_MaxClass%22%5d&amp;FORM=Z9LH3"
												data-h="ID=HpApp,6720.1" target rel="noopener">Noticias</a></li>
										<li class="overflow_item divider" id="msn" role="presentation"
											aria-haspopup="false" aria-expanded aria-label="MSN"><a
												href="//www.msn.com/?ocid=BHEA000" data-h="ID=HpApp,5483.1"
												target="_blank" rel="noopener">MSN</a></li>
										<li class="overflow_item" id="marketplace" role="presentation"
											aria-haspopup="false" aria-expanded aria-label="TakeLessons"><a
												href="//www.takelessons.com/search?sort=1&amp;utm_source=bing&amp;utm_medium=hp&amp;utm_campaign=onedollarmar22promo_bingrewards&amp;coupon=$1PROMO"
												data-h="ID=HpApp,17499.1" target="_blank" rel="noopener">TakeLessons</a>
										</li>
										<li class="overflow_item has_sub" id="office" role="button" aria-haspopup="true"
											aria-expanded="false" aria-label="Office"><a
												href="//www.office.com?WT.mc_id=O16_BingHP" data-h="ID=HpApp,8958.1"
												target="_blank" rel="noopener">Office</a><span class="scarrow"></span>
											<div class="overflow_container">
												<div class="submenu">
													<ul class="overflow_menu">
														<li class="overflow_item" id="outlook" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="Outlook"><a
																href="//outlook.com/?WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,11038.1" target="_blank"
																rel="noopener">
																<div class="icon"></div>
																<div class="text">Outlook</div>
															</a></li>
														<li class="overflow_item" id="word" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="Word"><a
																href="//office.live.com/start/Word.aspx?WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,6667.1" target="_blank" rel="noopener">
																<div class="icon"></div>
																<div class="text">Word</div>
															</a></li>
														<li class="overflow_item" id="excel" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="Excel"><a
																href="//office.live.com/start/Excel.aspx?WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,7761.1" target="_blank" rel="noopener">
																<div class="icon"></div>
																<div class="text">Excel</div>
															</a></li>
														<li class="overflow_item" id="powerpoint" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="PowerPoint">
															<a href="//office.live.com/start/PowerPoint.aspx?WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,16357.1" target="_blank"
																rel="noopener">
																<div class="icon"></div>
																<div class="text">PowerPoint</div>
															</a></li>
														<li class="overflow_item" id="onenote" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="OneNote"><a
																href="//www.onenote.com/notebooks?WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,10828.1" target="_blank"
																rel="noopener">
																<div class="icon"></div>
																<div class="text">OneNote</div>
															</a></li>
														<li class="overflow_item" id="sway" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="Sway"><a
																href="//sway.office.com?WT.mc_id=O16_BingHP&amp;utm_source=O16Bing&amp;utm_medium=Nav&amp;utm_campaign=HP"
																data-h="ID=HpApp,6768.1" target="_blank" rel="noopener">
																<div class="icon"></div>
																<div class="text">Sway</div>
															</a></li>
														<li class="overflow_item" id="onedrive" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="OneDrive"><a
																href="//onedrive.live.com/?gologin=1&amp;WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,12364.1" target="_blank"
																rel="noopener">
																<div class="icon"></div>
																<div class="text">OneDrive</div>
															</a></li>
														<li class="overflow_item" id="calendar" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="Calendario">
															<a href="//calendar.live.com/?WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,12020.1" target="_blank"
																rel="noopener">
																<div class="icon"></div>
																<div class="text">Calendario</div>
															</a></li>
														<li class="overflow_item" id="people" role="presentation"
															aria-haspopup="false" aria-expanded aria-label="Contactos">
															<a href="//outlook.live.com/owa/?path=/people&amp;WT.mc_id=O16_BingHP"
																data-h="ID=HpApp,9232.1" target="_blank" rel="noopener">
																<div class="icon"></div>
																<div class="text">Contactos</div>
															</a></li>
													</ul>
												</div>
											</div>
										</li>
									</ul>
								</li>
							</ul>
						</div>
					</div>
					<div id="idCont">
						<span class="sw_mktsw"><a href="/?setlang=ca&amp;cc=ES" data-h="ID=HpApp,30566.1" class="sw_lang">català</a><a href="/?setlang=en&amp;cc=ES" data-h="ID=HpApp,30167.1" class="sw_lang">English</a></span>
					</div>
				</header>
				<div class="dimmer "></div>
				<div class="sbox ">
					<form data-h="ID=HpApp,21474.1" class="sb_form hassbi   " id="sb_form" action="/search"><input id="sb_form_q" class="sb_form_q" name="q" type="search" maxLength="1000" autocomplete="off" aria-label="Enter your search term" autofocus aria-controls="sw_as" aria-autocomplete="both" aria-owns="sw_as" />
						<div class="mic_cont icon">
							<div class="b_icon tooltip" role="button" tabIndex="0" aria-label="Search using voice"
								data-sbtipx="Search using voice" data-tooltip="Search using voice"
								style="height: 100%;"><svg viewBox="0 0 20 20">
									<path d="m0 0h20v20h-20z" fill="none"></path>
									<path class="icon_path"
										d="m16.379 11.694c-.458-.194-.983-.019-1.241.406-.252.416-.553.8-.895 1.142-.544.543-1.191.983-1.908 1.286-.717.304-1.504.472-2.335.472s-1.618-.168-2.335-.471-1.364-.743-1.908-1.286c-.342-.343-.644-.726-.895-1.142-.257-.425-.783-.6-1.24-.407-.552.233-.793.906-.484 1.42.338.563.744 1.081 1.205 1.543.723.722 1.584 1.308 2.542 1.714.664.28 1.375.467 2.115.56v2.069c0 .552.448 1 1 1s1-.448 1-1v-2.069c.74-.093 1.451-.279 2.114-.559h.001c.958-.406 1.819-.991 2.542-1.713l.001-.001c.461-.462.866-.979 1.205-1.542.308-.516.068-1.188-.484-1.422zm-6.379 1.306c2.209 0 4-1.791 4-4v-5c0-2.209-1.791-4-4-4s-4 1.791-4 4v5c0 2.209 1.791 4 4 4zm-2-9c0-1.103.897-2 2-2s2 .897 2 2v5c0 1.103-.897 2-2 2s-2-.897-2-2z">
									</path>
								</svg></div>
						</div>
						<div class="icon tooltip" aria-label="Busca con un teclado en pantalla" role="button">
							<div id="vkeyIcon" class="vkeyRest"><svg viewBox="0 0 25 24"
									enable-background="new 0 0 25 24">
									<path fill="#007DAA"
										d="M19 8h-3c-.552 0-1 .448-1 1v.5c0 .552.448 1 1 1h3c.552 0 1-.448 1-1v-.5c0-.552-.448-1-1-1zm-12.5 0h-.5c-.552 0-1 .448-1 1v.5c0 .552.448 1 1 1h.5c.552 0 1-.448 1-1v-.5c0-.552-.448-1-1-1zm4.5 2.5h.5c.552 0 1-.448 1-1v-.5c0-.552-.448-1-1-1h-.5c-.552 0-1 .448-1 1v.5c0 .552.448 1 1 1zm8 2.5h-.5c-.552 0-1 .448-1 1v.5c0 .552.448 1 1 1h.5c.552 0 1-.448 1-1v-.5c0-.552-.448-1-1-1zm-5 0h-3c-.552 0-1 .448-1 1v.5c0 .552.448 1 1 1h3c.552 0 1-.448 1-1v-.5c0-.552-.448-1-1-1zm-7.5 0h-.5c-.552 0-1 .448-1 1v.5c0 .552.448 1 1 1h.5c.552 0 1-.448 1-1v-.5c0-.552-.448-1-1-1zm15.5-11h-19c-1.657 0-3 1.343-3 3v14c0 1.657 1.343 3 3 3h19c1.657 0 3-1.343 3-3v-14c0-1.657-1.343-3-3-3zm.5 17c0 .276-.225.5-.5.5h-19c-.275 0-.5-.224-.5-.5v-14c0-.276.225-.5.5-.5h19c.275 0 .5.224.5.5v14z">
									</path>
									<path fill="none" d="M0 0h25v24h-25z"></path>
								</svg></div>
						</div>
						<input id="sb_form_go" type="submit" aria-label="Search" name="search" value tabIndex="0" /><label for="sb_form_go" class="search icon tooltip" id="search_icon" aria-label="Buscar en Internet" tabIndex="-1"><svg viewBox="0 0 25 25"><path stroke="#007DAA" stroke-width="2.5" stroke-linecap="round" stroke-miterlimit="10" fill="none" d="M23.75 23.75l-9-9"></path><circle stroke="#007DAA" stroke-width="2.5" stroke-linecap="round" stroke-miterlimit="10" cx="9" cy="9" r="7.75" fill="none"></circle><path fill="none" d="M25 25h-25v-25h25z"></path></svg></label>
						<div id="sw_as" style="display: block; margin-left: 0px; margin-right: -10px;">
							<div class="sa_as" data-priority="2" style="display: none;"></div>
						</div>
						<div class="below_sbox"></div><a data-h="ID=HpApp,19180.1"
							id="sb_hidden"></a><input type="hidden" value="QBLH" name="form" /></form>
				</div>
			</div>
			<div class="hpl">
				<div class="hp_special_experience msnpeek" data-priority></div>
			</div>
			<div class="hpl">
				<div class="bottom_row widget msnpeek" data-priority>
					<div class="scroll_cont show_none no_vs" id="scroll_cont">
						<div class="vs_cont" id="vs_cont">
							<div class="mc_caro">
								<div class="musCard">
									<div class="musCardCont">
										<div class="bingwpapptext"><a
												href="https://go.microsoft.com/fwlink/?linkid=2127455"
												data-h="ID=HpApp,31826.1" class="bingwpapplink" target="_blank"
												rel="noopener" tabIndex="0">
												<div>Obtener la aplicación de Fondo de pantalla de Bing</div>
											</a></div>
										<div class="hr"></div><a
											href="/search?q=ch%c3%a2teau+de+hunebourg+bas-rhin+&amp;form=hpcapt&amp;filters=HpDate:&quot;20220426_0700&quot;"
											data-h="ID=HpApp,21421.1" class="title">Château de Hunebourg, Bas-Rhin,
											Alsace, France</a>
										<div class="copyright-container">
											<div class="copyright" id="copyright">© Leonid Andronov/Alamy</div>
											<ul class="share">
												<li><a href="/th?id=OHR.Hunebourg_ROW9321634276_1920x1200.jpg&amp;rf=LaDigue_1920x1200.jpg"
														data-h="ID=HpApp,44580.1" class="downloadLink "
														download="BingWallpaper.jpg"
														title="Descarga la imagen. Solo se puede usar como papel tapiz."
														tabIndex="0" role="button"><svg class="downloadIcon" x="0px"
															y="0px" viewBox="0 0 22 22"
															enable-background="new 0 0 22 22" aria-hidden="true"
															role="presentation">
															<path
																d="M17.842 11.483l-6.671 6.725-6.671-6.725.967-.967 5.017 5.049v-15.565h1.375v15.565l5.017-5.049.966.967zm-12.859 10.517v-1.375h12.375v1.375h-12.375z">
															</path>
														</svg></a></li>
											</ul>
										</div>
									</div>
									<div class="headline">
										<div class="icon_text"><a
												href="/search?q=ch%c3%a2teau+de+hunebourg+bas-rhin+&amp;form=hpcapt&amp;filters=HpDate:&quot;20220426_0700&quot;"
												data-h="ID=HpApp,27763.1">
												<div class="icon"><svg class="mappin" height="16" width="16"
														viewBox="0 0 12 12" aria-hidden="true" role="presentation">
														<path d="M0 0h12v12h-12z" fill="none"></path>
														<path
															d="M6.5 3a1.5 1.5 0 1 0 1.5 1.5 1.5 1.5 0 0 0-1.5-1.5zm0-3a4.5 4.5 0 0 0-4.5 4.5 5.607 5.607 0 0 0 .087.873c.453 2.892 2.951 5.579 3.706 6.334a1 1 0 0 0 1.414 0c.755-.755 3.253-3.442 3.706-6.334a5.549 5.549 0 0 0 .087-.873 4.5 4.5 0 0 0-4.5-4.5zm3.425 5.218c-.36 2.296-2.293 4.65-3.425 5.782-1.131-1.132-3.065-3.486-3.425-5.782a4.694 4.694 0 0 1-.075-.718 3.5 3.5 0 0 1 7 0 4.634 4.634 0 0 1-.075.718z">
														</path>
													</svg></div>
												<h1 class="text" id="headline">Info</h1>
											</a></div>
										<div class="nav"><a href="#" data-h="ID=HpApp,19231.1" id="leftNav"
												class="leftNav disabled" role="button"
												aria-label="Imagen anterior"></a><a href="#" data-h="ID=HpApp,21465.1"
												id="rightNav" class="rightNav disabled" role="button"
												aria-label="Siguiente imagen"></a></div>
									</div>
								</div>
							</div>
							<div class="vs"><a href="#" data-h="ID=HpApp,27953.1" tabIndex="-1"
									aria-label="instrument link" aria-hidden="true"></a><a href="#"
									data-h="ID=HpApp,30315.1" tabIndex="-1" aria-label="instrument link"
									aria-hidden="true"></a>
								<div class="carousel show" id="carousel">
									<div class="nav"><a href="#" data-h="ID=HpApp,36373.1" class="down"
											id="hideShowCaro" role="button"
											aria-label="The taskbar was hidden. Press to expand taskbar"
											aria-expanded="false" tabindex="0"></a><a
											href="/profile/interests?FORM=O2HV45" data-h="ID=HpApp,26644.1"
											class="edit_interests" id="editInterets" role="button"
											aria-label="Administrar intereses" style="display: none;" tabindex="0"><svg
												viewBox="0 0 12 12" enable-background="new 0 0 12 12" height="16"
												width="16">
												<path
													d="M9.724 3.734l-1.459-1.459 1.338-1.336.002-.001v-.001l1.459 1.459-1.34 1.338zm-5.459 5.451c-.108-.325-.273-.662-.534-.923-.262-.262-.602-.425-.931-.529l4.801-4.795 1.46 1.46-4.796 4.787zm-1.01 1.009l-2.089.641.615-2.085.35-.349c.337.106.686.274.954.542.257.257.417.583.523.899l-.353.352zm8.471-8.462l-1.458-1.458c-.182-.182-.422-.274-.663-.274-.241 0-.481.092-.663.274l-7.992 7.981-.888 3.012c-.088.364.193.695.544.695l.142-.018 3.003-.92.05-.052v.012l.663-.663v-.01l5.259-5.251.002.002.663-.663-.001-.002 1.34-1.338c.364-.366.364-.962-.001-1.327z">
												</path>
											</svg></a><a data-h="ID=HpApp,36048.1" class="leftNav disabled"
											id="leftNavCaro" role="button" aria-label="Noticias anteriores"
											tabindex="0"></a><a data-h="ID=HpApp,39127.1" class="rightNav disabled"
											id="rightNavCaro" role="button" aria-label="Más noticias" tabindex="0"></a>
									</div>
									<ul id="crs_pane"></ul>
								</div>
								<div class="modules_wrapper"><a href="#" data-h="ID=HpApp,23356.1" id="vs_hidden"
										tabIndex="-1" aria-label="instrument link" aria-hidden="true"></a></div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="hpl"></div>
		</div>
	</div>
	<div class="hide" id="hpapp_id" data-priority="">
		<div id="id_h" role="complementary" aria-label="Premios y preferencias de la cuenta" data-priority="2"><a
				id="id_l" class="id_button" aria-haspopup="true" aria-controls="id_d" aria-expanded="false"
				data-clarity-mask="true" href="javascript:void(0);"
				h="ID=SERP,5014.1"><span id="id_s" aria-hidden="false">Iniciar sesi&#243;n</span><span class="sw_spd id_avatar" id="id_a" aria-hidden="false" aria-label="Imagen de perfil predeterminada"></span><span id="id_n" style="display:none" aria-hidden="true"></span><img id="id_p" class="id_avatar sw_spd" style="display:none" aria-hidden="true" alt="Imagen de perfil" aria-label="Imagen de perfil" onError="" data-src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7" data-alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII="/></a><span id="id_d" _iid="SERP.5031"></span><a
					class="id_button" id="id_rh" aria-label="Microsoft Rewards" role="button" aria-expanded="false"
					aria-haspopup="true" aria-controls="bepfo" href="javascript:void(0)"
					h="ID=SERP,5021.1"><span id="id_rc" class="hp">Rewards</span><span id="rewards_header_icon hp" class="rwds_svg hp pc"><span class="rhlined hp"></span><span class="rhfill hp"></span><svg
						xmlns="http://www.w3.org/2000/svg" id="rh_meter">
						<circle cx="20" cy="20" r="14" id="rh_animcrcl" class="hp" stroke-dasharray="88, 88"
							transform="rotate(-90,20,20)"></circle>
					</svg></span></a><a class="b_hide" id="id_rwl" href="/rewards/dashboard"
					h="ID=SERP,5020.1"></a><span id="nc_iid" _IG="20AD53EBB8F9410AB6D066666260AADE" _iid="SERP.5019"></span><a
					id="id_sc" class="idp_ham hphbtop" aria-label="Configuraciones y vínculos rápidos"
					aria-expanded="false" aria-controls="id_hbfo" aria-haspopup="true" role="button" tabindex="0"
					href="javascript:void(0);"
					h="ID=SERP,5029.1"></a><span id="id_hbfo" _iid="SERP.5030" class="slide_up hpfo hb_hpqexp" tabindex='-1' aria-hidden="true" aria-labelledby="id_sc" role="menu"></span>
		</div>
	</div>
	<script type="importmap" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">
		{ "imports": {"rms-answers-HomepageVNext-PeregrineWidgets":"https://assets.msn.com/bundles/v1/bingHomepage/latest/widget-initializer.js"} } 
	</script>
	<script type="text/javascript" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">
		//<![CDATA[
var img_p = _ge('id_p'); img_p && sj_be(img_p, 'error', function() {FallBackToDefaultProfilePic(img_p) });;
//]]>
	</script>
	<script type="text/javascript" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">
		//<![CDATA[
var logMetaError=function(n){(new Image).src=_G.lsUrl+'&Type=Event.ClientInst&DATA=[{"T":"CI.MetaError","FID":"CI","Name":"MetaJSError","Text":"'+escape(n)+'"}]'},getHref=function(){return location.href},regexEscape;try{regexEscape=function(n){return n.replace(/([.?*+^$&[\]\\(){}|<>-])/g,"\\$1")};function jsErrorHandler(n){var s,r,y,p,u,f,w,e,h,c,o;try{if(s="ERC",r=window[s],r=r?r+1:1,r===16&&(n=new Error("max errors reached")),r>16)return;window[s]=r;var l=n.error||n,b='"noMessage"',k=n.filename,d=n.lineno,g=n.colno,nt=n.extra,a=l.severity||"Error",tt=l.message||b,i=l.stack,t='"'+escape(tt.replace(/"/g,""))+'"',it=new RegExp(regexEscape(getHref()),"g");if(i){for(y=/\(([^\)]+):[0-9]+:[0-9]+\)/g,u={};(p=y.exec(i))!==null;)f=p[1],u[f]?u[f]++:u[f]=1;e=0;for(h in u)u[h]>1&&(c=regexEscape(h),w=new RegExp(c,"g"),i=i.replace(w,e),i+="#"+e+"="+c,e++);i=i.replace(it,"self").replace(/"/g,"");t+=',"Stack":"'+(escape(i)+'"')}if(k&&(t+=',"Meta":"'+escape(k.replace(it,"self"))+'"'),d&&(t+=',"Line":"'+d+'"'),g&&(t+=',"Char":"'+g+'"'),nt&&(t+=',"ExtraInfo":"'+nt+'"'),tt===b)if(a="Warning",t+=',"ObjectToString":"'+n.toString()+'"',JSON&&JSON.stringify)t+=',"JSON":"'+escape(JSON.stringify(n))+'"';else for(o in n)n.hasOwnProperty(o)&&(t+=',"'+o+'":"'+n[o]+'"');var rt=(new Date).getTime(),ut='"T":"CI.'+a+'","FID":"CI","Name":"JS'+a+'","Text":'+t+"",ft="<E><T>Event.ClientInst<\/T><IG>"+_G.IG+"<\/IG><TS>"+rt+"<\/TS><D><![CDATA[[{"+ut+"}]]\]><\/D><\/E>",et="<ClientInstRequest><Events>"+ft+"<\/Events><STS>"+rt+"<\/STS><\/ClientInstRequest>",v=new XMLHttpRequest;v.open("POST","/fd/ls/lsp.aspx?",!0);v.setRequestHeader("Content-Type","text/xml");v.send(et);typeof sj_evt!="undefined"&&sj_evt.fire("ErrorInstrumentation",t)}catch(ot){logMetaError("Failed to execute error handler. "+ot.message)}}window.addEventListener&&window.addEventListener("error",jsErrorHandler,!1);window.addEventListener||window.onerror||(window.onerror=function(n,t,i,r,u){var f="",e;typeof n=="object"&&n.srcElement&&n.srcElement.src?f="\"ScriptSrc = '"+escape(n.srcElement.src.replace(/'/g,""))+"'\"":(n=""+n,f='"'+escape(n.replace(/"/g,""))+'","Meta":"'+escape(t)+'","Line":'+i+',"Char": '+r,u&&u.stack&&(e=new RegExp(regexEscape(getHref()),"g"),f+=',"Stack":"'+escape(u.stack.replace(e,"self").replace(/"/g,"")+'"')));(new Image).src=_G.lsUrl+'&Type=Event.ClientInst&DATA=[{"T":"CI.GetError","FID":"CI","Name":"JSGetError","Text":'+f+"}]";typeof sj_evt!="undefined"&&sj_evt.fire("ErrorInstrumentation",f)})}catch(e){logMetaError("Failed to bind error handler "+e.message)};_G={Region:"ES",Lang:"es-ES",ST:(typeof si_ST!=='undefined'?si_ST:new Date),Mkt:"es-ES",RevIpCC:"es",RTL:false,Ver:"18",IG:"20AD53EBB8F9410AB6D066666260AADE",EventID:"A6ABB01112FF4D23A61FC2002ABA73DC",V:"homepage",P:"SERP",DA:"DUB02",SUIH:"J7Bq7I27Gvk7CzaluuAdHQ",adc:"b_ad",EF:{cookss:1,bmcov:1,crossdomainfix:1,bmasynctrigger:1,chevroncheckmousemove:1},gpUrl:"\/fd\/ls\/GLinkPing.aspx?" }; _G.lsUrl="/fd/ls/l?IG="+_G.IG ;curUrl="https:\/\/www.bing.com\/";function si_T(a){ if(document.images){_G.GPImg=new Image;_G.GPImg.src=_G.gpUrl+'IG='+_G.IG+'&'+a;}return true;}_G.NTT="600000";_G.CTT="3000";;var _model ={"ClientSettings":{"Pn":{"Cn":1,"St":0,"Qs":0,"Prod":"P"},"Sc":{"Cn":1,"St":0,"Qs":0,"Prod":"H"},"Qz":{"Cn":1,"St":0,"Qs":0,"Prod":"T"},"Ap":true,"Mute":true,"Lad":"2022-04-26T00:00:00Z","Iotd":0,"Gwb":0,"Dft":null,"Mvs":0,"Flt":0,"Imp":1},"MediaContents":[{"ImageContent":{"Description":"We\u0027re enjoying the view of Château de Hunebourg, nestled in a forest in the Alsace region of north-east France. The impressive castle sits on a 425-metre-high sandstone rock outcrop and is accessible from the Zinsel du Nord valley. Formerly owned by the Counts of Hunebourg, the castle was originally built in the 12th century, but very little remains from this period. It was reconstructed in a neo-Romanesque style in the 1930s. During the Second World War, it was a centre of Nazi propaganda before being sequestered. It later became a holiday resort and hotel. The building was listed as a historical monument in 2007.","Image":{"Url":"/th?id=OHR.Hunebourg_ROW9321634276_1920x1080.jpg\u0026rf=LaDigue_1920x1080.jpg","Wallpaper":"/th?id=OHR.Hunebourg_ROW9321634276_1920x1200.jpg\u0026rf=LaDigue_1920x1200.jpg","Downloadable":true},"Headline":"Info","Title":"Château de Hunebourg, Bas-Rhin, Alsace, France","Copyright":"© Leonid Andronov/Alamy","SocialGood":null,"MapLink":{"Url":"","Link":""},"QuickFact":{"MainText":"","LinkUrl":"","LinkText":""},"TriviaUrl":"/search?q=Bing+homepage+quiz\u0026filters=WQOskey:\u0022HPQuiz_20220426_Hunebourg\u0022\u0026FORM=HPQUIZ","BackstageUrl":"/search?q=ch%c3%a2teau+de+hunebourg+bas-rhin+\u0026form=hpcapt\u0026filters=HpDate:\u002220220426_0700\u0022","TriviaId":"HPQuiz_20220426_Hunebourg"},"AudioContent":null,"VideoContent":null,"Ssd":"20220426_0700","FullDateString":"26 de abr. de 2022"}],"LocStrings":{"LOC_HOMEPAGE_VERTICAL_SCROLL_IOTD":"Imagen del día","LOC_HOMEPAGE_VERTICAL_SCROLL_IOTD_LEARN_MORE":"Más información","LOC_HOMEPAGE_VERTICAL_SCROLL_DONATE_NOW":"Donar ahora","LOC_HOMEPAGE_VERTICAL_SCROLL_FACT":"Sabías que:","LOC_HOMEPAGE_GALLERY_CARD_TITLE":"Imágenes recientes de la página principal","LOC_HOMEPAGE_VERTICAL_SCROLL_GALLERY_IMAGE_ARIALABEL":"Imagen de la página principal del {0}","LOC_HOMEPAGE_ON_THIS_DAY_TITLE":"En este día en la historia","LOC_HOMEPAGE_HOLIDAY_BTN_DONATE":"Donar","LOC_HOMEPAGE_SHARE_TOOLTIP":"Compartir la página principal de Bing de hoy","LOC_HOMEPAGE_WALLPAPERDOWNLOAD_TOOLTIP":"Descarga la imagen. Solo se puede usar como papel tapiz.","LOC_MUSCARD_DOWNLOAD_LINK":"Descarga esta imagen","LOC_HOMEPAGE_WALLPAPERNOTAVAILABLE":"Esta imagen no está disponible para su descarga como fondo de pantalla.","LOC_HOMEPAGE_INFO_TEXT":"Información","LOC_BING_WP_APP_LINK":"https://go.microsoft.com/fwlink/?linkid=2127455","LOC_BING_WP_APP_LINK_TEXT":"Obtener la aplicación de Fondo de pantalla de Bing","LOC_BING_APP_TEXT":"Get Bing Wallpaper on your devices","LOC_BING_APP_LINK":"https://app.adjust.com/vwj93et_rhvm50y?redirect_windows=https%3A%2F%2Finstall.sapphire.microsoftapp.net%2Fbing%2F%3Fpc_campaign%3DEdgeNTP_Common_Header_new%26adjust%3Dvwj93et_rhvm50y\u0026redirect_macos=https%3A%2F%2Finstall.sapphire.microsoftapp.net%2Fbing%2F%3Fpc_campaign%3DEdgeNTP_Common_Header_new%26adjust%3Dvwj93et_rhvm50y","LOC_BING_APP_DOWNLOAD_TEXT":"Mobile App","LOC_BING_WP_APP_DOWNLOAD_TEXT":"Desktop App","LOC_BING_APP_TEXT_MOBILE":"Get daily photos with Bing App","LOC_BING_APP_DOWNLOAD_TEXT_MOBILE":"Get","LOC_HOMEPAGE_VERTICAL_SCROLL_TOB":"Tendencias en Bing","LOC_HOMEPAGE_ANSWER_FINANCE_TITLE":"Mi lista de control","LOC_HOMEPAGE_ANSWER_FINANCE_INCREASE_ARIALABEL":"Aumentar","LOC_HOMEPAGE_ANSWER_FINANCE_DECREASE_ARIALABEL":"Reducir","LOC_SEARCH_USING_AN_IMAGE":"Buscar con una imagen","LOC_SEARCH_THE_WEB":"Buscar en Internet","LOC_KEYBOARD_ICON_TOOLTIP":"Busca con un teclado en pantalla","LOC_HOMEPAGE_SETDEFAULTHPLINK":"Convertir Bing en tu página principal","LOC_HOMEPAGE_SETDEFAULTHPLINK_DESC_TITLE":"Disfruta de la belleza cada día","LOC_HOMEPAGE_SETDEFAULTHPLINK_DESC_TEXT":"No te pierdas ningún momento interesante y ten siempre la posibilidad de realizar búsquedas en tus manos. Configura Bing como la página principal de tu explorados con solo unos pocos pasos.","LOC_HOMEPAGE_QS_TITLE":"Personaliza tu página principal","LOC_HOMEPAGE_QS_TOGGLENAV":"Mostrar barra de menús","LOC_HOMEPAGE_QS_TOGGLECAROUSEL":"Mostrar noticias e intereses","LOC_HOMEPAGE_QS_TOGGLEIOTD":"Mostrar la imagen de la página principal","LOC_HOMEPAGE_QS_TOGGLEGWB":"Mostrar Dona con Bing","LOC_HOMEPAGE_QS_TOGGLEMVS":"Mostrar sitios más visitados","LOC_HOMEPAGE_TRIVIA_ANSWER_ARIALABEL":"Respuesta: {0}, {1}","LOC_HOMEPAGE_TRIVIA_TITLE":"Cuestionario de la página principal de Bing","LOC_HOMEPAGE_LANGUAGESWITCH_TITLETEXT":"Idiomas:","InPrivate":"InPrivate","LOC_HOMEPAGE_VERTICAL_SCROLL_GET_INVOLVED":"Involúcrate:","LOC_MODULES_AD_NEWS_TITLE":"Anuncio","LOC_MODULES_BREAKING_NEWS_TITLE":"ÚLTIMA HORA","LOC_MODULES_PROACTIVE_EDIT_TOOLTIP":"Administrar intereses","LOC_MSB_OPTIN_TITLE":"Página principal de Bing para {0}","LOC_MSB_OPTIN_MESSAGE":"Ahora mejorada con la información {0} que necesitas, incluidos archivos, reuniones y más","LOC_MSB_OPTIN_ACCEPT":"Pruébalo ahora","LOC_MSB_OPTIN_REJECT":"Omitir","LOC_HOMEPAGE_WEATHER_TITLE":"El tiempo","LOC_HOMEPAGE_ARCHIVE_NEXT":"Siguiente imagen","LOC_HOMEPAGE_ARCHIVE_PREV":"Imagen anterior","LOC_HOMEPAGE_CAROUSEL_SWITCHER_INTERESTS":"Mis intereses","LOC_HOMEPAGE_CAROUSEL_PREV":"Noticias anteriores","LOC_HOMEPAGE_CAROUSEL_MORE":"Más noticias","LOC_ZINC_SCOPES_TITLE":"Buscar","LOC_HOMEPAGE_OPALUPSELL_INSTALLCARD_TIP":"Búsquedas más rápidas y más bonitas","LOC_HOMEPAGE_VERTICAL_SCROLL_OPAL_UPSELL_TITLE":"La aplicación de Bing: rápida, agradable y sencilla","LOC_HOMEPAGE_FOLLOW_US":"Síguenos","LOC_MSB_OPTIN_TOGGLE_TITLE":"Mostrar información de {0}","LOC_HOMEPAGE_COPYRIGHT_FORMAT":"© {0} Microsoft","LOC_SEARCH_SWITCHTAB_DESKTOP_CN":"国内版","LOC_SEARCH_SWITCHTAB_DESKTOP_EN":"国际版","LOC_SEARCH_SWITCHTAB_MOBILE_EN":"切换至国内版","LOC_SEARCH_SWITCHTAB_MOBILE_CN":"切换至国际版","LOC_SEARCH_SWITCHTAB_MOBILE_CN_TIP":"直搜全球英文信息","LOC_MODULES_BINGATWORK_SCHOOL_TITLE":"Colegio","LOC_MODULES_BINGATWORK_TITLE":"Trabajo","LOC_OVERFLOWMENU_MORE_ARIALABEL":"Más","Speech_LearnMore_Tooltip":"Buscar mediante voz.","Speech_LearnMore_Tooltip_Link":"Más información","Speech_LearnMore_Title":"¡Busca con tu voz!","Speech_LearnMore_ExpQuery":"\u0022Cómo decir hola en chino\u0022","Speech_LearnMore_Instruction2":"Prueba a decir,","LOC_HOMEPAGE_TRAVEL_GUIDE_TITLE":"Ver la guía de viaje de Bing para {0}"},"HasCarousel":true,"MSN_OCID":"bingHomepage-newsfeed","CarouselTooltipEnabled":false,"TOBHasMsnIcon":false,"OpenTrendingTileNewTab":false,"CarouselApiUrl":"/hp/api/v1/msnpopularnow?","HasVerticalScroll":false,"HasMSBTOB":false,"IsWidgetCompatible":true,"IsNonAadUser":true,"IsEUCookieConsentEnabled":true,"EuCookieName":"MSCC","EnableManagedCookiePreference":true,"PriorityForSecondaryElements":"","CurrentIndex":0,"IsMobile":false,"BgQuality":40,"ImageCropSize":"1920x1080","IsChromeNewTab":false,"IsChromeExtensionUser":false,"FormCode":"QBLH","IsBingWpAppEnabled":true,"IsBingAppEnabled":false,"HasTriviaQuiz":false,"RewardsMobileHeaderEnabled":false,"Scripts":[{"Path":"https://r.bing.com/rp/cyYHq4byIX0V5gyQ_vPNlN7TmHg.br.js","Postloaded":true},{"Path":"https://r.bing.com/rp/lmu8EBCaPRMKtay8LSArGyY3mv4.br.js","Postloaded":true}],"Styles":[{"Path":"https://r.bing.com/rp/IKRaFA3__sM4DyvhH3KimZ3ZU1k.br.css","Postloaded":false},{"Path":"https://r.bing.com/rp/O-B2B6DDrtDEe6_3TKv7w48yXC0.br.css","Postloaded":true}],"CustomFields":null,"Scopes":[{"Text":"Imágenes","SubScopes":[],"BaseUrl":"/images?FORM=Z9LH","Id":"images","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Vídeos","SubScopes":[],"BaseUrl":"/videos?FORM=Z9LH1","Id":"video","Overflow":true,"ExposeIfPossible":true,"IsDivider":false},{"Text":"Traducir","SubScopes":[],"BaseUrl":"/search?q=Bing+traducir\u0026FORM=TTAHP1","Id":"translate","Overflow":true,"ExposeIfPossible":true,"IsDivider":false},{"Text":"Mapas","SubScopes":[],"BaseUrl":"/maps?FORM=Z9LH2","Id":"local","Overflow":true,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Noticias","SubScopes":[],"BaseUrl":"/news/search?q=Historias+destacadas\u0026nvaug=%5bNewsVertical+Category%3d%22rt_MaxClass%22%5d\u0026FORM=Z9LH3","Id":"news","Overflow":true,"ExposeIfPossible":false,"IsDivider":false},{"Text":"MSN","SubScopes":[],"BaseUrl":"//www.msn.com/?ocid=BHEA000","Id":"msn","Overflow":true,"ExposeIfPossible":false,"IsDivider":true},{"Text":"TakeLessons","SubScopes":[],"BaseUrl":"//www.takelessons.com/search?sort=1\u0026utm_source=bing\u0026utm_medium=hp\u0026utm_campaign=onedollarmar22promo_bingrewards\u0026coupon=$1PROMO","Id":"marketplace","Overflow":true,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Office","SubScopes":[{"Text":"Outlook","SubScopes":[],"BaseUrl":"//outlook.com/?WT.mc_id=O16_BingHP","Id":"outlook","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Word","SubScopes":[],"BaseUrl":"//office.live.com/start/Word.aspx?WT.mc_id=O16_BingHP","Id":"word","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Excel","SubScopes":[],"BaseUrl":"//office.live.com/start/Excel.aspx?WT.mc_id=O16_BingHP","Id":"excel","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"PowerPoint","SubScopes":[],"BaseUrl":"//office.live.com/start/PowerPoint.aspx?WT.mc_id=O16_BingHP","Id":"powerpoint","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"OneNote","SubScopes":[],"BaseUrl":"//www.onenote.com/notebooks?WT.mc_id=O16_BingHP","Id":"onenote","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Sway","SubScopes":[],"BaseUrl":"//sway.office.com?WT.mc_id=O16_BingHP\u0026utm_source=O16Bing\u0026utm_medium=Nav\u0026utm_campaign=HP","Id":"sway","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"OneDrive","SubScopes":[],"BaseUrl":"//onedrive.live.com/?gologin=1\u0026WT.mc_id=O16_BingHP","Id":"onedrive","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Calendario","SubScopes":[],"BaseUrl":"//calendar.live.com/?WT.mc_id=O16_BingHP","Id":"calendar","Overflow":false,"ExposeIfPossible":false,"IsDivider":false},{"Text":"Contactos","SubScopes":[],"BaseUrl":"//outlook.live.com/owa/?path=/people\u0026WT.mc_id=O16_BingHP","Id":"people","Overflow":false,"ExposeIfPossible":false,"IsDivider":false}],"BaseUrl":"//www.office.com?WT.mc_id=O16_BingHP","Id":"office","Overflow":true,"ExposeIfPossible":false,"IsDivider":false}],"Footer":[{"Text":"Privacidad y cookies","BaseUrl":"//go.microsoft.com/fwlink/?LinkId=521839","Id":"privacy","Overflow":false,"ExposeIfPossible":false},{"Text":"Información legal","BaseUrl":"//go.microsoft.com/fwlink/?LinkID=246338","Id":"legal","Overflow":false,"ExposeIfPossible":false},{"Text":"Anunciar","BaseUrl":"//go.microsoft.com/fwlink/?linkid=868923","Id":"","Overflow":false,"ExposeIfPossible":false},{"Text":"Acerca de nuestros anuncios","BaseUrl":"//go.microsoft.com/fwlink/?LinkID=286759","Id":"","Overflow":false,"ExposeIfPossible":false},{"Text":"Ayuda","BaseUrl":"//support.microsoft.com/topic/82d20721-2d6f-4012-a13d-d1910ccf203f","Id":"help","Overflow":false,"ExposeIfPossible":false},{"Text":"Comentarios","BaseUrl":"#","Id":"sb_feedback","Overflow":false,"ExposeIfPossible":false},{"Text":"Protección de datos europea","BaseUrl":"http://help.bing.microsoft.com/#apex/18/ES/10013/-1/ES","Id":"sb_dataeu","Overflow":false,"ExposeIfPossible":false},{"Text":"Administrar las preferencias de cookies","BaseUrl":"https://www.bing.com/shared/mcp","Id":"sb_mcp","Overflow":false,"ExposeIfPossible":false}],"RtlLang":false,"Market":"es-ES","TrueMarket":"es-ES","Region":"ES","Language":"es","SupportedLanguages":[{"Name":"català","Url":"/?setlang=ca"},{"Name":"English","Url":"/?setlang=en"}],"SymbolOfSolidarity":null,"UserType":"","MultiLangKeyboardEnabled":true,"Features":{"MicEnabled":"true","IdentityHeaderVNext":"false"},"InPrivate":false,"IsSuperApp":false,"SearchBoxPlaceHolder":null,"IsEdu":false,"IsTobDisabled":false,"LargeTargNoTT":false,"IconsMaxTarg":false,"SearchBoxIconColor":"#007DAA","IsCntShareEnabled":false,"IsTravelEnabled":false,"HasShareWidget":false,"EnablePreloadMic":true,"SearchByImageEnabled":true,"OpalUpsellEnabled":true,"EnabledFlights":"","IsVideoEnabled":false,"HasVidEvtLog":false}; var _vs = { sboxtgt: "/opaluqu", anon: false, locstr:{ wait:"Esperando...", listen: false ?"Hablar ahora...":"Escuchando...", block: false ?"No podemos acceder a tu micrófono. Comprueba la configuración de tu navegador o dispositivo.":"Permisos de micrófono rechazados, comprueba la configuración del explorador.", mictt:"Buscar con la voz", error: false ?"No lo hemos recibido. Comprueba la configuración del micrófono o el audio.":"Se ha producido un problema al detectar el audio.", notext: false ?"No hemos entendido eso. ¿Puedes intentarlo de nuevo?":"No se ha detectado ninguna voz.", blockedtitle:"Micrófono bloqueado", blockeddesc:"Se ha bloqueado el acceso al micrófono para esta página.", blockedfix:"Para permitir que Bing acceda a su micrófono, haga clic en el icono del micrófono bloqueado.", blockeddismiss:"Descartar", nomic:"No se encontró ningún dispositivo de micrófono.", nomicLinkText:"Configuración de un micrófono", nomicQuery:"Configurar el micrófono", overlayText:"Haz clic en \u0022Permitir\u0022 para habilitar la búsqueda por voz", micAllowTitle:"¿Quieres buscar con tu voz?", micAllowDesc:"Selecciona Permitir para permitir que Bing use el micrófono", micReTitle:"La búsqueda por voz está desactivada", micReDesc:"Para encenderlo", micReList1:"Haz clic en el botón de micrófono de la barra de direcciones del navegador", micReList2:"Seleccione Permitir Siempre para permitir que Bing use su micrófono", upsellHeader:"Intenta buscar con tu voz", upsellSubheader:"Haz clic en el micrófono y di...", upsellsuggestion0:"Tiempo mañana", upsellsuggestion1:"¿Cuándo se pone el sol hoy?", upsellsuggestion2:"Cómo deletrear paralelogramo", upsellsuggestion3:"¿Qué significa la palabra incrédulo?", upsellsuggestion4:"¿Qué hora es en Beijing?", upsellsuggestion5:"¿Qué idiomas se hablan en Mozambique?", upsellsuggestion6:"¿Cuántas botellas de plástico se utilizan en un año?", upsellsuggestion7:"Cómo saludar en japonés", upsellsuggestion8:"¿Cuánto son 2000 dólares en euros?", upsellsuggestion9:"¿Cuántos metros son 3 pies?", helloQuery:"Hola", personalVoiceTooltipTitle:"Personal Voice", personalVoiceTooltipDescription:"This spoken response is being read to you by a Personal Voice from ", personalVoiceTooltipClose:"Close", personalVoiceTooltipLearnMore:"Learn more"}, mobile: false, reopenmic: true, ttsFromSsmlEnabled: false, permRequestOverlayEnabled: true, allowForceQuery: true, enablePersonalVoice: false, forceHelloQuery: false, createAudioUrl: false, testOverlay:"", enableVoiceSRDomain:true, micFabAlwaysVisible: false, spokenResponseTypeLogEnabled: true, noSpeechDetectedReopenMic: false, enablePreloadMic: true }; var si_ST = new Date(); _G.AppVer ="28287930"; _G.Mkt = "es-ES"; var _H = { mkt: "es-ES", hpqs: 1, hpvn: 1, feature: "hp" };;var _w=window,_d=document,sb_ie=window.ActiveXObject!==undefined,sb_i6=sb_ie&&!_w.XMLHttpRequest,_ge=function(n){return _d.getElementById(n)},_qs=function(n,t){return t=typeof t=="undefined"?_d:t,t.querySelector?t.querySelector(n):null},sb_st=function(n,t){return setTimeout(n,t)},sb_rst=sb_st,sb_ct=function(n){clearTimeout(n)},sb_gt=function(){return(new Date).getTime()},sj_gx=function(){return sb_i6?new ActiveXObject("MSXML2.XMLHTTP"):new XMLHttpRequest},cookieGetAccess,cookieDesc,reg;_w.sj_ce=function(n,t,i){var r=_d.createElement(n);return t&&(r.id=t),i&&(r.className=i),r};cookieGetAccess=!1;_w.sj_cook=_w.sj_cook||{get:function(n,t){var i,r;return!/\bMSCC=1\b/i.test(_d.cookie)&&!/\bBCP=\b/i.test(_d.cookie)&&!cookieGetAccess?null:(i=_d.cookie.match(new RegExp("\\b"+n+"=[^;]+")),t&&i)?(r=i[0].match(new RegExp("\\b"+t+"=([^&]*)")),r?r[1]:null):i?i[0]:null}};_w.sk_merge||(_w.sk_merge=function(n){_d.cookie=n});Object.getOwnPropertyDescriptor&&(cookieDesc=null,reg=new RegExp("expires=([^;]+)(;|$)"),window.Document&&Document.prototype&&Object.getOwnPropertyDescriptor(Document.prototype,"cookie")?cookieDesc=Object.getOwnPropertyDescriptor(Document.prototype,"cookie"):window.HTMLDocument&&HTMLDocument.prototype&&Object.getOwnPropertyDescriptor(HTMLDocument.prototype,"cookie")&&(cookieDesc=Object.getOwnPropertyDescriptor(HTMLDocument.prototype,"cookie")),cookieDesc&&cookieDesc.configurable&&Object.defineProperty(document,"cookie",{get:function(){return/\bMSCC=1\b/i.test(cookieDesc.get.call(document))||/\bBCP=\b/i.test(cookieDesc.get.call(document))||cookieGetAccess?cookieDesc.get.call(document):""},set:function(n){var t=n.match(reg),r,i,u,f;t&&(r=new Date(t[1]),i=new Date,r.getTime()-i.getTime()>33696e6&&(u=new Date(i.getTime()+33696e6),f=u.toGMTString(),n=n.replace(t[1],f)));cookieDesc.set.call(document,n)},configurable:!!_w.isPrivate}));_w.bbe="A:rms:answers:Shared:BingCore.Bundle";var amd,define,require;(function(n){function e(n,i,u){t[n]||(t[n]={dependencies:i,callback:u},r(n))}function r(n){if(n){if(n)return u(n)}else{if(!f){for(var r in t)u(r);f=!0}return i}}function u(n){var s,e;if(i[n])return i[n];if(t.hasOwnProperty(n)){var h=t[n],f=h.dependencies,l=h.callback,a=r,o={},c=[a,o];if(f.length<2)throw"invalid usage";else if(f.length>2)for(s=f.slice(2,f.length),e=0;e<s.length;e++)c.push(u(s[e]));return l.apply(this,c),i[n]=o,o}}var t={},i={},f=!1;n.define=e;n.require=r})(amd||(amd={}));define=amd.define;require=amd.require;/*!DisableJavascriptProfiler*/
0;
;define("fallback",["require","exports"],function(n,t){function f(){return function(){for(var r,h,c,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];if(r=s(arguments.callee),u&&(h=e(r),h.toString()!=f().toString()))return h.apply(null,arguments);c=i[r].q;t[0]==="onPP"&&o();c.push(t)}}function s(n){for(var t in i)if(i[t].h===n)return t}function e(n,t){for(var u,e=n.split("."),i=_w,r=0;r<e.length;r++)u=e[r],typeof i[u]=="undefined"&&t&&(i[u]=r===e.length-1?f():{}),i=i[u];return i}function o(){var e=i["rms.js"].q,o,f,r,n,s,u,t;if(e.length>0)for(o=!1,f=0;f<e.length;f++){for(r=e[f],n=0;n<r.length;n++)if(s=_w.bbe,u=r[n][s],u||(u=r[n]["A:rmsBu0"]),u){t=_d.createElement("script");t.setAttribute("data-rms","1");t.setAttribute("crossorigin","anonymous");t.src=u;t.type="text/javascript";setTimeout(function(){_d.body.appendChild(t)},0);r.splice(n,1);o=!0;break}if(o)break}}function h(){var n,t,f;for(u=!1,n=0;n<r.length;n++)t=r[n],f=e(t,!0),i[t]={h:f,q:[]}}function c(){for(var t,n=0;n<r.length;n++){var o=r[n],s=i[o].q,h=e(o);for(t=0;t<s.length;t++)h.toString()!==f().toString()&&h.apply(null,s[t])}u=!0}function l(n,t,i,r){n&&((n===_w||n===_d||n===_d.body)&&t=="load"?_w.sj_evt.bind("onP1",i,!0):n.addEventListener?n.addEventListener(t,i,r):n.attachEvent?n.attachEvent("on"+t,i):n["on"+t]=i)}t.__esModule=!0;t.replay=void 0;var r=["rms.js","sj_evt.bind","sj_evt.fire","sj_jb","sj_wf","sj_cook.get","sj_cook.set","sj_pd","sj_sp","sj_be","sj_go","sj_ev","sj_ue","sj_evt.unbind","sj_et","Log.Log","sj_mo","sj_so"],i={},u=!1;_w.fb_is=o;t.replay=c;h();_w.sj_be=l});function lb(){_w.si_sendCReq&&sb_st(_w.si_sendCReq,800);_w.lbc&&_w.lbc()};(function(){function n(n){n=sb_ie?_w.event:n;(!n.altKey||n.ctrlKey||n.shiftKey)&&(n.key&&n.key==="Enter"||n.keyCode&&n.keyCode===13)&&_w.si_ct(sb_ie?n.srcElement:n.target,!1,n,"enter")}sj_be(document,"keydown",n,!1)})();(function(){function n(n){_w.si_ct(sb_ie?_w.event.srcElement:n.target,!1,_w.event||n)}sj_be(document,"mousedown",n,!1)})();/*!DisableJavascriptProfiler*/
0;_w.si_sbwu=function(n){var r="/fd/ls/GLinkPingPost.aspx?IG="+_G.IG+n,t="sendBeacon",i=!1;if(navigator&&navigator[t])try{navigator[t](r,"");i=!0}catch(u){}return i};ClTrCo={};var ctcc=0,clc=_w.ClTrCo||{};_w.si_ct=function(n,t,i,r){var u,o,e,s,f,a,h,c,l;if(clc.SharedClickSuppressed)return!0;u="getAttribute";try{for(;n!==document.body;n=n.parentNode){if(!n||n===document||n[u]("data-noct"))break;if(o=(n.tagName==="A"||n[u]("data-clicks"))&&(n[u]("h")||n[u]("data-h"))||n[u]("_ct"),o){e=n[u]("_ctf");s=-1;i&&(i.type==="keydown"?s=-2:i.button!=null&&(s=i.button));e&&_w[e]||(e="si_T");e==="si_T"&&(f=n[u]("href"),_G!==undefined&&_G.EF!==undefined&&_G.EF.newtabredironclicktracking===1&&f.indexOf("/newtabredir")==0?(a=new RegExp("[?&]?url=([^&]*)(&|$)"),h=f.match(a),h&&(f=f.indexOf("&be=1")>=0?encodeURIComponent(atob(decodeURIComponent(h[1]))):h[1])):f=encodeURIComponent(n[u]("href")),clc.furl&&!n[u]("data-private")?o+="&url="+f:clc.mfurl&&(o+="&abc="+f));r&&(o+="&source="+r);c="";clc.mc&&(c="&c="+ctcc++);l="&"+o+c;_w.si_sbwu(l)||_w[e]&&_w[e](l,n,i,s);break}if(t)break}}catch(v){_w.SharedLogHelper?SharedLogHelper.LogWarning("clickEX",null,v):(new Image).src=_G.lsUrl+'&Type=Event.ClientInst&DATA=[{"T":"CI.Warning","FID":"CI","Name":"JSWarning","Text":'+v.message+"}]"}return!0};_w.si_sbwu||(_w.si_sbwu=function(){return!1}),function(){_w._G&&(_G.si_ct_e="click")}();var perf;(function(n){function f(n){return i.hasOwnProperty(n)?i[n]:n}function e(n){var t="S";return n==0?t="P":n==2&&(t="M"),t}function o(n){for(var c,i=[],t={},r,l=0;l<n.length;l++){var a=n[l],o=a.v,s=a.t,h=a.k;s===0&&(h=f(h),o=o.toString(36));s===3?i.push(h+":"+o):(r=t[s]=t[s]||[],r.push(h+":"+o))}for(c in t)t.hasOwnProperty(c)&&(r=t[c],i.push(e(+c)+':"'+r.join(",")+'"'));return i.push(u),i}for(var r=["redirectStart","redirectEnd","fetchStart","domainLookupStart","domainLookupEnd","connectStart","secureConnectionStart","connectEnd","requestStart","responseStart","responseEnd","domLoading","domInteractive","domContentLoadedEventStart","domContentLoadedEventEnd","domComplete","loadEventStart","loadEventEnd","unloadEventStart","unloadEventEnd","firstChunkEnd","secondChunkStart","htmlEnd","pageEnd","msFirstPaint"],u="v:1.1",i={},t=0;t<r.length;t++)i[r[t]]=t;n.compress=o})(perf||(perf={}));window.perf=window.perf||{},function(n){n.log=function(t,i){var f=n.compress(t),r;f.push('T:"CI.Perf",FID:"CI",Name:"PerfV2"');var e="/fd/ls/lsp.aspx?",o="sendBeacon",h="<E><T>Event.ClientInst<\/T><IG>"+_G.IG+"<\/IG><TS>"+i+"<\/TS><D><![CDATA[{"+f.join(",")+"}]\]><\/D><\/E>",s="<ClientInstRequest><Events>"+h+"<\/Events><STS>"+i+"<\/STS><\/ClientInstRequest>",u=!_w.navigator||!navigator[o];if(!u)try{navigator[o](e,s)}catch(c){u=!0}u&&(r=sj_gx(),r.open("POST",e,!0),r.setRequestHeader("Content-Type","text/xml"),r.send(s))}}(window.perf),function(n){function a(){return c(Math.random()*1e4)}function o(){return y?c(f.now())+l:+new Date}function v(n,r,f){t.length===0&&i&&sb_st(u,1e3);t.push({k:n,v:r,t:f})}function p(n){return i||(r=n),!i}function w(n,t){t||(t=o());v(n,t,0)}function b(n,t){v(n,t,1)}function u(){var u,f;if(t.length){for(u=0;u<t.length;u++)f=t[u],f.t===0&&(f.v-=r);t.push({k:"id",v:e,t:3});n.log(t,o());t=[];i=!0}}function k(){r=o();e=a();i=!1;sj_evt.bind("onP1",u)}var s="performance",h=!!_w[s],f=_w[s],y=h&&!!f.now,c=Math.round,t=[],i=!1,l,r,e;h?l=r=f.timing.navigationStart:r=_w.si_ST?_w.si_ST:+new Date;e=a();n.setStartTime=p;n.mark=w;n.record=b;n.flush=u;n.reset=k;sj_be(window,"load",u,!1);sj_be(window,"beforeunload",u,!1)}(perf||(perf={}));_w.si_PP=function(n,t,i){var r,o,l,h,e,c;if(!_G.PPS){for(o=["FC","BC","SE","TC","H","BP",null];r=o.shift();)o.push('"'+r+'":'+(_G[r+"T"]?_G[r+"T"]-_G.ST:-1));var u=_w.perf,s="navigation",r,f=i||_w.performance&&_w.performance.timing;if(f&&u){if(l=f.navigationStart,u.setStartTime(l),l>=0){for(r in f)h=f[r],typeof h=="number"&&h>0&&r!=="navigationStart"&&r!==s&&u.mark(r,h);_G.FCT&&u.mark("FN",_G.FCT);_G.BCT&&u.mark("BN",_G.BCT)}u.record("nav",s in f?f[s]:performance[s].type)}e="connection";c="";_w.navigator&&navigator[e]&&(c=',"net":"'+navigator[e].type+'"',navigator[e].downlinkMax&&(c+=',"dlMax":"'+navigator[e].downlinkMax+'"'));_G.PPImg=new Image;_G.PPImg.src=_G.lsUrl+'&Type=Event.CPT&DATA={"pp":{"S":"'+(t||"L")+'",'+o.join(",")+',"CT":'+(n-_G.ST)+',"IL":'+_d.images.length+"}"+(_G.C1?","+_G.C1:"")+c+"}"+(_G.P?"&P="+_G.P:"")+(_G.DA?"&DA="+_G.DA:"")+(_G.MN?"&MN="+_G.MN:"");_G.PPS=1;sb_st(function(){u&&u.flush();sj_evt.fire("onPP");sj_evt.fire(_w.p1)},1)}};_w.onbeforeunload=function(){si_PP(new Date,"A")};sj_evt.bind("ajax.requestSent",function(){window.perf&&perf.reset()}),function(n,t){onload=function(){_G.BPT=new Date;n&&n();!_w.sb_ppCPL&&t&&sb_st(function(){t(new Date)},0)}}(_w.onload,_w.si_PP);var PostloadResources=function(){function n(){this.addStyles=function(n){var t=document.head||document.documentElement.childNodes[0];t&&n.forEach(function(n){if(n){var i=document.createElement("link");i.rel="stylesheet";i.href=n;t.appendChild(i)}})};this.addStyles(_model.Styles.map(function(n){return n.Postloaded?n.Path:null}))}return n}();addEventListener("load",function(){new PostloadResources});(function(){function k(n,t){var i="XW",r;n<=ht&&(i="W");n<=w&&(i="M");n<=b&&(i="N");n<=ct&&(i="S");n<=lt&&(i="HTP");n<=at&&(i="NOTP");r="T";t<=et&&(r="M");t<=ot&&(r="S");c(st,i,"width",n.toString());c(ft,r,"height",t.toString())}function c(i,u,f,e){l("Info",i,u,f,e);t(n,i)!=u&&r(n,i,u,!0,"/",null)}function l(n,t,i,r,u){typeof Log!="undefined"&&Log.Log&&Log.Log(n,t,i,!1,r,u)}function i(n,t,i){typeof Log!="undefined"&&Log.Log&&Log.Log(n,t,i)}function d(){try{return window.self!==window.top}catch(n){return!1}}function g(n,t){d()&&i("Info","IFrame","1");n<=0&&i("Info","Width","0");t<=0&&i("Info","Height","0")}function nt(r,f,e,o){var s=Math.floor(Date.now()/1e3),c=t(n,f),l=t(n,o);(c!==r||l!==e)&&(_w[h]===s?_w[u]>=3?i("Info","BRDrag","1"):_w[u]+=1:(_w[u]=1,_w[h]=s))}function a(u,f,e){var o=t(n,f);o&&o===u||(r(n,f,u,!0,"/",null),o&&i("Info","BRResize",e))}function tt(n){if(vt){var r=_w.TPane,t="W";n<=w&&(t="M");n<=b&&(t="N");t!=r&&(i("Info","TPResize",r+t),_w.TPane=t)}}function it(){var e=t(n,"DPR"),i=_w.devicePixelRatio,u,f;i&&!isNaN(i)&&(l("Info",ut,i.toFixed(2),"RawDPR",i.toString()),e&&parseFloat(e)===i||r(n,"DPR",i.toString(),!0,"/",null));u=t(n,"UTC");f=((new Date).getTimezoneOffset()*-1).toString();(u==null||u!==f)&&r(n,"UTC",f,!0,"/",null)}function f(u,f){u!=f&&(i("Info",s,f),_w.DMMode=f);t(n,s)!=f&&r(n,s,f,!0,"/",null)}function e(n,t,i){var r="(prefers-color-scheme: "+n+")";return _w.matchMedia(r).matches?(t!=i&&f(t,i),!0):!1}function v(){_w.getComputedStyle&&_w.getComputedStyle(o,null).getPropertyValue("background-color").replace(/\s/g,"")!="rgb(255,255,255)"&&i("Info","Mutation","1");var n=_w.DMMode;_w.matchMedia?e("light",n,"0")||e("dark",n,"1")||e("no-preference",n,"2")||f(n,"3"):f(n,"4")}function rt(){_w[u]=0;_w[h]=0;y();it();v();p()}function y(){var n=Math.round("innerWidth"in window?window.innerWidth:o.clientWidth),t=Math.round("innerHeight"in window?window.innerHeight:o.clientHeight);nt(n.toString(),"CW",t.toString(),"CH");k(n,t);a(n.toString(),"CW","W");a(t.toString(),"CH","H");tt(n);g(n,t);p()}function p(){if(_w.screen){var i=t(n,"SW"),u=t(n,"SH"),f=_w.screen.width.toString(),e=_w.screen.height.toString();i&&i===f||r(n,"SW",f,!0,"/");u&&u===e||r(n,"SH",e,!0,"/")}}var o=document.documentElement,r=sj_cook.set,t=sj_cook.get,n="SRCHHPGUSR",s="DM",ut="DPR",u="WResizeCNT",h="WResizeTS",ft="BRH",et=1e3,ot=700,st="BRW",ht=1496.9,w=1356.9,b=1268.9,ct=1180,lt=1032,at=884,vt=_ge("b_context")!=null;rt();sj_be(_w,"resize",y);sj_be(_d,"visibilitychange",function(){_d.visibilityState==="visible"&&v()})})();0;0;0;0;sa_config={"f":"sb_form","i":"sb_form_q","c":"sw_as","aadManageHistoryUrl":"/profile/history?FORM=O2HV46","u":"%2fAS%2fSuggestions%3fpt%3dpage.home%26mkt%3des-es%26qry%3d","removeSuggUrl":"/historyHandler?oma=delete_matching_queries\u0026qt=%7b0%7d\u0026sig=2A1206F561086D751442176760D76CE1\u0026response=json\u0026FORM=ASRMHS","searchHistoryUrl":"/profile/history?FORM=ASRMHP","enabledDataSources":["Web"],"eHC":1,"ePN":1,"fetchOnEmpty":1,"fetchOnDownArrowKey":1,"t":1,"enableSbUpdate":1,"ol":1,"eNw":1,"nwRz":1,"nwLim":1,"ezis":1,"leftIconOnSuggestions":1,"shouldUseAsCodeVersion":1,"handleDuplicateFetch":1,"d":100,"removeTextLength":38};sa_loc= {"Suggestions":"Sugerencias","SearchRemoved":"Se ha quitado esta búsqueda de tu %ehistorial de búsquedas%E"};;sa_loader=function(){_w.rms.js({'rms:answers:AutoSuggest:AutoSug':'https:\/\/r.bing.com\/rp\/FkHit5YbXiOj-tw-SAgBDtdWbBU.br.js',d:1});};;var sa_eL=!1;(function(){function e(n,t,i){n&&sj_ue(n,t,e);sa_eL=sa_eL||i;f||(f=!0,sj_evt.fire("AS.bootload",n),sa_loader())}function u(n,t,i){sj_be(n,t,function(r){e(n,t,i,sj_ev(r))})}var i=sa_config,n=_ge(i.i),t,r,f;if(n&&n.setAttribute("autocomplete","off"),t=_ge(i.c),!t){if(r=_ge("sa_qs")||n,!r)throw new Error("AS init failed");t=sj_ce("div");t.id=i.c;_ge("sb_form_q").nodeName==="TEXTAREA"?r.parentNode&&r.parentNode.parentNode.appendChild(t):r.parentNode.appendChild(t);n&&n.setAttribute("aria-controls",i.c)}f=!1;_w.sa_loader&&("ontouchend"in _w&&u(n,"touchend",!0),u(n,"click",!0),u(n,"keydown",!0),i.ol&&u(_w,"load",!1))})();(function() { sj_evt.bind("OnBnpLoaded",Req,1); function Req(){ if(Bnp===void(0)) return; if(Bnp.Global){ Bnp.Global.RawRequestURL="/?toWww=1\u0026redig=6049263341594D46AAFD7427B4C400C1"; Bnp.Global.Referer=null; } var r = new Bnp.Partner.Request("HomePage"); r.IID="Bnp"; r.Submit(); } })();;var ipd = { ipt: "4", secall: true, pd: true };sj_evt.bind('onP1', function () {_w.rms.js({'rms:answers:VisualSystem:IPv6TestOnDemand':'https:\/\/r.bing.com\/rp\/b2jK53ShtA2vbaZAckacg90Gv6k.br.js',d:1});}, 1);;var BM=BM||{};(function(n){function u(n,u){n in t||(t[n]=[]);!u.compute||n in r||(r[n]=u.compute);!u.unload||n in i||(i[n]=u.unload);u.load&&u.load()}function f(n,i){t[n].push({t:s(),i:i})}function e(n){return n in i&&i[n](),n in t?t[n]:void 0}function o(){for(var n in r)r[n]()}function s(){return window.performance&&performance.now?Math.round(performance.now()):new Date-window.si_ST}var t={},i={},r={};n.wireup=u;n.enqueue=f;n.dequeue=e;n.trigger=o})(BM);var MultiLingualKeyboardScriptLoader;(function(n){function u(t,u,f,e,o){n.Languages=t.split(",");n.Languages!==null&&n.Languages.length>0&&(r=n.Languages[0].split(":")[0]);n.EmojiEnabled=f;n.ExtendedKeyboardLayout=e;n.IsSettingsPage=o;n.EmojiEnabled&&sj_evt.bind("onP1",i,!0);n.KeyboardType=u}function i(){typeof MultiLingualKeyBoard=="undefined"||MultiLingualKeyBoard.prevSelectedLang!==r&&MultiLingualKeyBoard.KeyboardTypes.Tabbed!==n.KeyboardType?loadMultiKeyBoardScript():MultiLingualKeyBoard.initializeKeyboard()}function f(){n.KbdIconPressed=!0;e()?MultiLingualKeyBoard.closeKeyboard():i()}function e(){var n=_ge("keyboard");return n!==null&&(n.style.display==="block"||n.style.display==="")?!0:!1}var r="",t;n.EmojiEnabled=!1;n.ExtendedKeyboardLayout=!1;n.IsSettingsPage=!1;n.KbdIconPressed=!1;n.init=u;n.keyboardScriptLoader=i;t=_ge("vkeyIcon");t&&(t.className="vkeyRest",sj_be(t,"click",f))})(MultiLingualKeyboardScriptLoader||(MultiLingualKeyboardScriptLoader={}));loadMultiKeyBoardScript=function(){_w.rms.js({'rms:answers:VisualSystem:MultiLingualKeyboardBundle':'https:\/\/r.bing.com\/rp\/D9_asjVf0CqAEulNki5Nx2zSA38.br.js',d:1});};;MultiLingualKeyboardScriptLoader.init("spa:Espa&#241;ol (Spanish)", 1, false, true, true);;var Identity; (function(Identity) { Identity.sglid =false; Identity.orgIdPhotoUrl ="https://business.bing.com/api/v3/search/person/photo?caller=IP\u0026id={0}"; Identity.setLoginPreference =false})(Identity || (Identity = {}));;var Identity = Identity || {}; (function(i) { i.wlImgSm ="https://storage.live.com/users/0x{0}/myprofile/expressionprofile/profilephoto:UserTileStatic/p?ck=1\u0026ex=720\u0026sid=2A1206F561086D751442176760D76CE1\u0026fofoff=1"; i.wlImgLg ="https://storage.live.com/users/0x{0}/myprofile/expressionprofile/profilephoto:UserTileMedium/p?ck=1\u0026ex=720\u0026sid=2A1206F561086D751442176760D76CE1\u0026fofoff=1";i.popupLoginUrls = {"WindowsLiveId":"https://login.live.com/login.srf?wa=wsignin1.0\u0026rpsnv=11\u0026ct=1650963935\u0026rver=6.0.5286.0\u0026wp=MBI_SSL\u0026wreply=https:%2F%2fwww.bing.com%2Fsecure%2FPassport.aspx%3Fpopup%3D1%26ssl%3D1\u0026lc=3082\u0026id=264960"}; })(Identity);;FallBackToDefaultProfilePic = function (e) { var new_element = document.createElement('span'); new_element.setAttribute('id', 'id_p'); new_element.setAttribute('class', 'sw_spd id_avatar'); new_element.setAttribute('aria-label', "Imagen de perfil predeterminada"); var p = e.parentNode; p.replaceChild(new_element, e); };var wlc_d =10, wlc_t =63786560734, wlc_wfa =false;;var BingAtWork;(function(n){var t;(function(n){n.fetchLowerHeader=function(n){sj_ajax("/business/lowerheader?q="+n,{callback:function(n,t){var u,r,i,f;n&&(u=_ge("b_content"),u&&(r=u.getElementsByTagName("main"),r&&r.length>0&&(i=r[0],i&&i.hasChildNodes()&&(f=sj_ce("div","b_lowerHeader"),t.appendTo(f),i.insertBefore(f,i.firstChild)))))}})};n.fetchScopeBar=function(n){sj_ajax("/header/scopebar?q="+n,{callback:function(n,t){var i,r,u,f;n&&(i=_ge("b_header"),i&&(r=i.getElementsByTagName("nav"),r&&r.length>0&&(u=r[0],u&&(f=sj_ce("div","b_nav"),t.appendTo(f),i.removeChild(u),i.appendChild(f)))))}})};n.fetchNotificationConditional=function(){sj_ajax("/business/notification/conditional",{callback:function(n,t){n&&t.appendTo(_d.body)}})};n.raiseAuthEventAndLog=function(n){var i=n.isAuthenticated,r=n.postUserNameInMessage,u=n.displayName,f=n.uniqueName,e=n.userObjectId,t;if(!i){sj_evt.fire("aad:signedout");return}t={displayName:u,uniqueName:f,userObjectId:e};r?sj_evt.fire("aad:signedin",t):sj_evt.fire("aad:signedin");Log&&Log.Log&&Log.Log("ClientInst","AADSignedIn","OrgId",!1,"Type","Conditional","TimeStamp",Math.round(performance.now()).toString())}})(t=n.ConditionalSignIn||(n.ConditionalSignIn={}))})(BingAtWork||(BingAtWork={}));window.data_iid = "SERP.5027";;var Lib;(function(n){var t;(function(n){function u(n,t){var r,i;if(t==null||n==null)throw new TypeError("Null element passed to Lib.CssClass");if(n.indexOf)return n.indexOf(t);for(r=n.length,i=0;i<r;i++)if(n[i]===t)return i;return-1}function f(n,u){if(n==null)throw new TypeError("Null element passed to Lib.CssClass");if(!i(n,u))if(r&&n.classList)n.classList.add(u);else{var f=t(n)+" "+u;o(n,f)}}function e(n,f){var e,s,h;if(n==null)throw new TypeError("Null element passed to Lib.CssClass");i(n,f)&&(r&&n.classList?n.classList.remove(f):(e=t(n).split(" "),s=u(e,f),s>=0&&e.splice(s,1),h=e.join(" "),o(n,h)))}function s(n,t){if(n==null)throw new TypeError("Null element passed to Lib.CssClass");r&&n.classList?n.classList.toggle(t):i(n,t)?e(n,t):f(n,t)}function i(n,i){var f,e;if(n==null)throw new TypeError("Null element passed to Lib.CssClass");return r&&n.classList?n.classList.contains(i):(f=t(n),f)?(e=f.split(" "),u(e,i)>=0):!1}function h(n,i){var f,e,r,u,o;if(n.getElementsByClassName)return n.getElementsByClassName(i);for(f=n.getElementsByTagName("*"),e=[],r=0;r<f.length;r++)u=f[r],u&&(o=t(u),o&&o.indexOf(i)!==-1&&e.push(u));return e}function o(n,t){n instanceof SVGElement?n.setAttribute("class",t):n.className=t}function t(n){return n instanceof SVGElement?n.getAttribute("class"):n.className}var r=typeof document.body.classList!="undefined";n.add=f;n.remove=e;n.toggle=s;n.contains=i;n.getElementByClassName=h;n.getClassAttribute=t})(t=n.CssClass||(n.CssClass={}))})(Lib||(Lib={}));sj_evt.bind("onP1", function() { window["RewardsHeaderSVG"] && RewardsHeaderSVG.fireDefaultEvent(); }, 1, 0);;var bepcfg = bepcfg || {};;bepcfg.wb =true? '1' : '0';;var sch=sch||{};(function(){var n="click";sj_evt.bind("onP1",function(){setTimeout(function(){var i=_ge("id_h"),t=_ge("id_sc");i&&t&&(sj_jb("Blue/HamburgerServicesHeaderFlyout_c",0,i,"mouseover",t,n,t,"focus"),sj_be(t,n,function(n){sch.clk=n}))},50)},1)})();_w.rms.js({'A:0':0},{'A:rms:answers:Shared:BingCore.Bundle':'\/rp\/A6SRXhNOIP2AEaNWPixH_2_eTCc.br.js'},{'A:rms:answers:SharedStaticAssets:EsModuleShim':'https:\/\/r.bing.com\/rp\/t3AZrPm6P8cWJzaHDi7qWyH9DDo.br.js'},{'A:rms:answers:HomepageVNext:PreactLibrary':'https:\/\/r.bing.com\/rp\/vt4Nt13NvJrnIruLOKMQzyLTIpo.br.js'},{'A:rms:answers:HomepageVNext:PreactBundle':'https:\/\/r.bing.com\/rp\/JPJl8vT4t0exJNkZge_VcRei_MY.br.js'},{'A:rms:answers:HomepageVNext:OutlinePolyfill':'https:\/\/r.bing.com\/rp\/T0lAQLm87gv5AUytm5v9--Y-Yj0.br.js'},{'A:rms:answers:HomepageVNext:SpeechSDK':'https:\/\/r.bing.com\/rp\/ijchd2BmUQhQL83v5TsxGHjpEfo.br.js'},{'A:rms:answers:Notifications:BnpPartner':'https:\/\/r.bing.com\/rp\/hSGwh2JO2tj-l608vqtbJ2446IY.br.js'},{'A:1':1},{'A:rms:answers:Feedback:FeedbackAccessibility':'https:\/\/r.bing.com\/rp\/BZ4UfIeWu9BfKpat2kZG4pw6tmo.br.js'},{'A:2':2},{'A:rms:answers:Feedback:FeedbackBootstrapBundle':'https:\/\/r.bing.com\/rp\/JfzUdgukTFqDvLLiicTmeERuorI.br.js'},{'A:3':3},{'A:rms:answers:BoxModel:Rules':'https:\/\/r.bing.com\/rp\/xrUJJ8sN8ucbiFbMJle3n0IfRwU.br.js'},{'A:4':4},{'A:rms:answers:BoxModel:ViewportQueue':'https:\/\/r.bing.com\/rp\/LXu4eYVt3NhFk3Ud9ZbhZ_PYFaA.br.js'},{'A:rms:answers:BoxModel:LayoutQueue':'https:\/\/r.bing.com\/rp\/JXkjDPywJD9oeuWPLy7bD8Jc6mw.br.js'},{'A:rms:answers:BoxModel:EventQueue':'https:\/\/r.bing.com\/rp\/ilbkF5vv0sk3tJ8LDY0Nm39p12g.br.js'},{'A:rms:answers:BoxModel:Framework':'https:\/\/r.bing.com\/rp\/C-nbzZXqnjvl8qZvaw7wP66Lo9E.br.js'},{'A:5':5},{'A:rms:answers:Shared:ShareDialogBootstrapBundle':'https:\/\/r.bing.com\/rp\/TFQelnVQseKo8S3sA_Zh33yg_rQ.br.js'},{'A:rms:answers:Identity:BlueIdentityDropdownBootStrap':'https:\/\/r.bing.com\/rp\/Gyuq2bqitqDJM0BeAkbKXGlQXNw.br.js'},{'A:rms:answers:Identity:BlueIdentityHeader':'https:\/\/r.bing.com\/rp\/n21aGRCN5EKHB3qObygw029dyNU.br.js'},{'A:6':6},{'A:rms:answers:Identity:SnrWindowsLiveConnectBootstrap':'https:\/\/r.bing.com\/rp\/8CgcSSLayxEVUBf0swP_bQGMId8.br.js'},{'A:rms:answers:OrgId:SsoFrame':'https:\/\/r.bing.com\/rp\/V_fBQ_iVmAgE_Ta_T-6BNXc0ZY4.br.js'},{'A:rms:answers:BingAtWork:SsoContent':'https:\/\/r.bing.com\/rp\/C7TuoP5bfHv-CZlMHZy7yfvI4Fk.br.js'},{'A:7':7},{'A:rms:answers:Identity:ProfilePicturePostLoader':'https:\/\/r.bing.com\/rp\/XJ8OmILbNhm0zU9tdkuGYeXVPRQ.br.js'},{'A:rms:answers:Rewards:RewardsHeaderSVG':'https:\/\/r.bing.com\/rp\/zeaUbxBeGSod5lzRqD1S7-mMv7w.br.js'},{'A:rms:answers:Rewards:RewardsNcHeaderBootstrap':'https:\/\/r.bing.com\/rp\/pqFWGnKBRdI0HvcGxln7rQM1Sg0.br.js'},{'A:RewardsReportActivity':'https:\/\/r.bing.com\/rp\/jqTogFimeR6IbRU356bMp74nuBw.br.js'},{'A:rms:answers:Rewards:RewardsCreditRefresh':'https:\/\/r.bing.com\/rp\/dWeXVsZyPwkR07p2sbkeI_rVxTo.br.js'},{'A:rms:answers:Rewards:ModernReportActivity':'https:\/\/r.bing.com\/rp\/cDfkG3RRZl-qnqGbRwk1jHyh1bA.br.js'},{'A:rms:answers:Rewards:ReportActivityBootstrap':'https:\/\/r.bing.com\/rp\/upt7Ri3AVBCCNSuZMRK4rMBqXWQ.br.js'});;
//]]>
	</script>
	<div id="aRmsDefer">
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
var mcp_banner=function(n){function u(n){var t=sj_gx(),i,r;if(t.open("GET",n,!0),t.onreadystatechange=function(){var r,n,i,o,e;if(t.readyState==4&&t.status==200){if(r=t.responseText,r.length==0)return;n=sj_ce("div");n.setAttribute("class","footer_mcp");var u=[],e=[],l=typeof ShowMCPTrustedTypesPolicy!="undefined";l?(i=ShowMCPTrustedTypesPolicy,i.setTrustedHtml(t,n),u=i.getExtractedCss(),e=i.getExtractedJs()):(o=r.replace(/<style\s+[^>]+>([^<]*)<\/style>/g,function(n,t){return u.push(t),""}),n.innerHTML=f("<div>dummy<\/div>"+o),e=s(n),n.removeChild(n.firstChild));_d.body.insertBefore(n,_d.body.firstChild);c(u);h(e)}},i=_d.getElementsByClassName("mcp_container")[0],r=i&&i.getAttribute("class")||"",r=="mcp_container"&&i.style.display=="none"){i.style.removeProperty("display");return}t.send()}function i(){return typeof DefaultTrustedTypesPolicy!="undefined"}function f(n){return i()&&DefaultTrustedTypesPolicy.getOpaqueHTML?DefaultTrustedTypesPolicy.getOpaqueHTML(n):n}function e(n){return i()&&DefaultTrustedTypesPolicy.getOpaqueScript?DefaultTrustedTypesPolicy.getOpaqueScript(n):n}function o(n){return i()&&DefaultTrustedTypesPolicy.getOpaqueScriptURL?DefaultTrustedTypesPolicy.getOpaqueScriptURL(n):n}function s(n){for(var r=[],u=n.getElementsByTagName("script"),t,i;u.length;)t=u[0],i=sj_ce("script"),t.src?i.src=o(t.src):t.text&&(i.text=e(t.text)),i.type=t.type,t.parentNode.removeChild(t),r.push(i);return r}function h(n){for(var t=0;t<n.length;t++)r(n[t])}function r(n){var t=_d.getElementsByTagName("head")[0];t.appendChild(n)}function c(n){for(var t,i=0;i<n.length;i++)t=sj_ce("style"),t.type="text/css",t.textContent!==undefined?t.textContent=n[i]:t.style.cssText=n[i],r(t)}var t=decodeURIComponent(n);t=t+(t.indexOf("?")>=0?"&IG=":"?&IG=")+_G.IG+"&IID=MCP.302";u(t)};(function(){var n=_ge("mcp_footer"),t;n&&(t=n.getAttribute("data-mcp-url"),t)&&sj_be(n,"click",function(){mcp_banner(t)})})();
//]]></script>
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
0;
//]]></script>
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
var sj_appHTML=function(n,t){var f,e,o,r,i,s,h;if(t&&n){var c="innerHTML",l="script",a="appendChild",v="length",y="src",p=sj_ce,u=p("div");if(u[c]="<br>"+t,f=u.childNodes,u.removeChild(f[0]),e=u.getElementsByTagName(l),e)for(o=0;o<e[v];o++)r=p(l),i=e[o],i&&(r.type=i.type=="module"||i.type=="importmap"?i.type:"text/javascript",s=i.getAttribute(y),s?(r.setAttribute(y,s),r.setAttribute("crossorigin","anonymous")):(r.text=i[c],r.setAttribute("data-bing-script","1")),i.parentNode.replaceChild(r,i));for(h=_d.createDocumentFragment();f[v];)h[a](f[0]);n[a](h)}};var sj_ajax=function(n,t){function c(){i[u]=h;i.abort&&i.abort()}function s(n,t){typeof n=="function"&&n(t,{request:i,appendTo:function(n){i&&sj_appHTML(n,i.responseText)}})}var r,i=sj_gx(),u="onreadystatechange",f,e=null,o,l=sb_st,a=sb_ct,h=function(){};if(!n||!i){s(r,!1);return}i.open("get",n,!0);t&&(r=t.callback,f=t.timeout,o=t.headers,Object.keys(o||{}).forEach(function(n){i.setRequestHeader(n,o[n])}));i[u]=function(){if(i.readyState===4){var n=!1;e!==null&&a(e);i.status===200&&(n=!0,i[u]=h);s(r,n)}};sj_evt.bind("ajax.unload",c);i.send();f>0&&(e=l(function(){c();s(r,!1)},f))};
//]]></script>
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
Feedback.Bootstrap.InitializeFeedback({page:true},"sb_feedback",1,0,0);;
//]]></script>
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
_G!==undefined&&_G.EF!==undefined&&_G.EF.bmasynctrigger===1&&window.requestAnimationFrame!==undefined&&document.visibilityState!==undefined&&document.visibilityState==="visible"?requestAnimationFrame(function(){setTimeout(function(){BM.trigger()},0)}):BM.trigger();
//]]></script>
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
var ShareDialogConfig ={"shareDialogUrl":"/shared/sd/?IID=SERP.5057"};;
//]]></script>
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
var wlc=function(n,t,i){var u,f,r;n&&Identity&&(u=Identity.popupLoginUrls)&&(f=u.WindowsLiveId)&&Identity.wlProfile&&(r=_d.createElement("iframe"),r.style.display="none",r.src=f+"&checkda=1",r.setAttribute("data-priority","2"),_d.body.appendChild(r),i&&t&&t("SRCHHPGUSR","WTS",i,1,"/"))};
//]]></script>
		<script type="text/rms" nonce="9gUZnd2a6lbAn+16UnTDL1ofkEHXdYNJa9JhQVQJUyc=">//<![CDATA[
(function() { var conditionalSignInParams ={"notifEnabled":false,"notifFetchAsync":false}; BingAtWork.ConditionalSignIn && BingAtWork.ConditionalSignIn.bindToConditionalSignIn && BingAtWork.ConditionalSignIn.bindToConditionalSignIn(conditionalSignInParams); })();;(function() { var config ={"url":"https%3a%2f%2flogin.microsoftonline.com%2fcommon%2foauth2%2fauthorize%3fclient_id%3d9ea1ad79-fdb6-4f9a-8bc3-2b70f96e34c7%26response_type%3did_token%2bcode%26nonce%3d2df3ae22-8657-4135-a20c-eb13a9801f63%26redirect_uri%3dhttps%253a%252f%252fwww.bing.com%252forgid%252fidtoken%252fconditional%26scope%3dopenid%26response_mode%3dform_post%26msafed%3d0%26prompt%3dnone%26state%3d%257b%2522ig%2522%253a%252220AD53EBB8F9410AB6D066666260AADE%2522%257d","sandbox":"allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts","currentEpoch":"1650963934000"}; sj_evt.fire('ssoFrameExists', config); })();;
//]]></script>
	</div>
</body>

</html>

Last updated