OK
https://xe.com/
Paraguay
Country
Network
September 19, 2024, 08:48 AM UTC
Date & Time
Websites
Websites
Runtime: 4.5s
On September 19, 2024, 08:48 AM UTC, https://xe.com/ was accessible when tested on AS23201 in Paraguay.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
162.158.147.73
Query:
IN A xe.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
13.226.52.70
@
IN
A
13.226.52.30
@
IN
A
13.226.52.34
@
IN
A
13.226.52.68

TCP Connections

Connection to 13.226.52.34:443 succeeded.
Connection to 13.226.52.68:443 succeeded.
Connection to 13.226.52.30:443 succeeded.
Connection to 13.226.52.70:443 succeeded.

HTTP Requests

URL
GET https://www.xe.com:443/
Response Headers
Cache-Control:
s-maxage=28800, stale-while-revalidate=3600
Content-Length:
431428
Content-Type:
text/html; charset=utf-8
Date:
Thu, 19 Sep 2024 08:48:40 GMT
Etag:
"hh9qsw5yfk98t4"
Set-Cookie:
homepage-test=newCore; Max-Age=2628288; path=/
Vary:
Accept-Encoding
Via:
1.1 0bca35acf826729de8b75fb344bf9f44.cloudfront.net (CloudFront)
X-Amz-Cf-Id:
Nnss1dhMYxNSsurt5MeaHW76mrNyfwKVHVnCK_X8zH-GhAtQwWBmuw==
X-Amz-Cf-Pop:
MIA3-C3
X-Cache:
Miss from cloudfront
X-Powered-By:
Next.js
Response Body
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><link rel="canonical" href="https://www.xe.com/"/><link rel="alternate" hrefLang="x-default" href="https://www.xe.com/"/><link rel="alternate" hrefLang="en" href="https://www.xe.com/"/><link rel="alternate" hrefLang="en-gb" href="https://www.xe.com/en-gb/"/><link rel="alternate" hrefLang="fr" href="https://www.xe.com/fr/"/><link rel="alternate" hrefLang="es" href="https://www.xe.com/es/"/><link rel="alternate" hrefLang="es-us" href="https://www.xe.com/es-us/"/><link rel="alternate" hrefLang="de" href="https://www.xe.com/de/"/><link rel="alternate" hrefLang="pt" href="https://www.xe.com/pt/"/><link rel="alternate" hrefLang="it" href="https://www.xe.com/it/"/><link rel="alternate" hrefLang="sv" href="https://www.xe.com/sv/"/><link rel="alternate" hrefLang="nl" href="https://www.xe.com/nl/"/><link rel="alternate" hrefLang="zh-cn" href="https://www.xe.com/zh-cn/"/><link rel="alternate" hrefLang="zh-hk" href="https://www.xe.com/zh-hk/"/><link rel="alternate" hrefLang="ja" href="https://www.xe.com/ja/"/><link rel="alternate" hrefLang="ar" href="https://www.xe.com/ar/"/><title>Xe: Currency Exchange Rates and International Money Transfers</title><meta name="description" content="Get the best currency exchange rates for international money transfers to 200 countries in 100 foreign currencies. Send and receive money with best forex rates."/><meta name="next-head-count" content="20"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="manifest" href="/site.webmanifest"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><meta name="msapplication-TileColor" content="#da532c"/><meta name="theme-color" content="#ffffff"/><meta name="facebook-domain-verification" content="sze3rm79t2i57th3mzy1thgmvsq16o"/><script>// This technique is based on https://github.com/segmentio/in-eu but with less code
function isInEUTimeZone() {
    try {
        const timeZone = new Intl.DateTimeFormat().resolvedOptions().timeZone;
        return timeZone.indexOf("Europe") >= 0;
    } catch (e) {
        console.error(`Unable to detect time zone due to error: ${e.message}`);
        return true;
    }
}
function isEULocale() {
    const euCountryCodes = [
        "BE",
        "EL",
        "LT",
        "PT",
        "BG",
        "ES",
        "LU",
        "RO",
        "CZ",
        "FR",
        "RE",
        "GP",
        "MQ",
        "GF",
        "YT",
        "BL",
        "MF",
        "PM",
        "WF",
        "PF",
        "NC",
        "HU",
        "SI",
        "DK",
        "FO",
        "GL",
        "HR",
        "MT",
        "SK",
        "DE",
        "IT",
        "NL",
        "AW",
        "CW",
        "SX",
        "FI",
        "AX",
        "EE",
        "CY",
        "AT",
        "SE",
        "IE",
        "LV",
        "PL",
        "UK",
        "GB",
        "AI",
        "BM",
        "IO",
        "VG",
        "KY",
        "FK",
        "GI",
        "MS",
        "PN",
        "SH",
        "TC",
        "GG",
        "JE",
        "IM"
    ];
    try {
        const locale = navigator.languages && navigator.languages.length > 0 ? navigator.languages[0] : navigator.language;
        const countryCode = locale.indexOf("-") > 0 ? locale.split("-")[1] : locale;
        return euCountryCodes.includes(countryCode.toUpperCase());
    } catch (e) {
        console.error(`Unable to detect locale due to error: ${e.message}`);
        return true;
    }
}
window.inEU = isInEUTimeZone() || isInEUTimeZone() && isEULocale();
</script><script>
            (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-WNCL796');
            </script><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Xe","alternateName":"Xe.com","url":"https://www.xe.com/","logo":"https://images.ctfassets.net/izij9rskv5y1/1aqbDa0nay8CVodSY9ZANt/bd3e8480e9426b38b5bb9d8f843dc64e/xe_consumer_logo.jpg","contactPoint":{"@type":"ContactPoint","telephone":"+1 877-932-6640","contactType":"customer service"},"sameAs":["https://www.linkedin.com/company/xecurrencyauthority/","https://twitter.com/xe","https://www.facebook.com/xecom/","https://www.youtube.com/@XeMoneyTransfers","https://en.wikipedia.org/wiki/XE.com","https://www.wikidata.org/wiki/Q8041760","https://apps.apple.com/us/src/xe-currency-money-transfers/id315241195","https://play.google.com/store/apps/details?id=com.xe.currency","https://www.trustpilot.com/review/www.xe.com"]}</script><script type="application/ld+json">{"@context":"https://schema.org/","@type":"Product","name":"Xe.com","aggregateRating":{"@type":"AggregateRating","url":"https://www.trustpilot.com/review/www.xe.com","ratingValue":"4.2","bestRating":"5","worstRating":"1","ratingCount":"59659"}}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Xe -Converter & Money Transfer","operatingSystem":"Android","applicationCategory":"FinanceApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":"3.5","ratingCount":"5299"},"offers":{"@type":"Offer","price":"0","priceCurrency":"Free"}}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Xe Currency & Money Transfers","operatingSystem":"iOS","applicationCategory":"FinanceApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":"3.5","ratingCount":"112000"},"offers":{"@type":"Offer","price":"0","priceCurrency":"Free"}}</script><link rel="preload" href="/_next/static/media/7a19d28966c7e2d9-s.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font="size-adjust"/><link rel="preload" href="/_next/static/css/efbef39adf1ec36e.css" as="style"/><link rel="stylesheet" href="/_next/static/css/efbef39adf1ec36e.css" data-n-g=""/><link rel="preload" href="/_next/static/css/5b2da06775ad38c0.css" as="style"/><link rel="stylesheet" href="/_next/static/css/5b2da06775ad38c0.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script defer="" src="/_next/static/chunks/3366.03673172cc43bcba.js"></script><script defer="" src="/_next/static/chunks/5259-174d3aa1dd1f6167.js"></script><script defer="" src="/_next/static/chunks/8687.6fe33821baa10bc6.js"></script><script defer="" src="/_next/static/chunks/9923.721db9e8440e16d4.js"></script><script defer="" src="/_next/static/chunks/7202.e093ff4e43b271b9.js"></script><script defer="" src="/_next/static/chunks/3799.f3bb784df75dd892.js"></script><script defer="" src="/_next/static/chunks/6953.b7bbe3d12b45da47.js"></script><script src="/_next/static/chunks/webpack-72fd489981630bd7.js" defer=""></script><script src="/_next/static/chunks/framework-fee8a7e75612eda8.js" defer=""></script><script src="/_next/static/chunks/main-d2bfb6e46077d9ca.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0704ac6d0c7410b2.js" defer=""></script><script src="/_next/static/chunks/1814-711876a5f5b0febc.js" defer=""></script><script src="/_next/static/chunks/3595-a09ab626549e5fdd.js" defer=""></script><script src="/_next/static/chunks/865-0f5b59e772fdcc3a.js" defer=""></script><script src="/_next/static/chunks/2924-fa47769a2e59ae83.js" defer=""></script><script src="/_next/static/chunks/440-c15cbdb28ba88273.js" defer=""></script><script src="/_next/static/chunks/2157-f5664dd236ae3f59.js" defer=""></script><script src="/_next/static/chunks/1066-c139d7f41d9cc76e.js" defer=""></script><script src="/_next/static/chunks/4127-acb47266a0d8ebfd.js" defer=""></script><script src="/_next/static/chunks/6314-2204a4fc48b36865.js" defer=""></script><script src="/_next/static/chunks/2944-5f13856633c8cc34.js" defer=""></script><script src="/_next/static/chunks/9046-9dd8cacc32f33198.js" defer=""></script><script src="/_next/static/chunks/349-517747c1f1c5a9d5.js" defer=""></script><script src="/_next/static/chunks/5656-309cc0cfd6ff2da5.js" defer=""></script><script src="/_next/static/chunks/1426-2bea3ba65e5d122d.js" defer=""></script><script src="/_next/static/chunks/1063-d3d881fa4b0f8d29.js" defer=""></script><script src="/_next/static/chunks/4297-c0d129628750cff5.js" defer=""></script><script src="/_next/static/chunks/5166-c4f93d23c3194649.js" defer=""></script><script src="/_next/static/chunks/840-08a40edce9363360.js" defer=""></script><script src="/_next/static/chunks/pages/index-a89f708023934849.js" defer=""></script><script src="/_next/static/FWTmpQhsI16jjLalwgZyl/_buildManifest.js" defer=""></script><script src="/_next/static/FWTmpQhsI16jjLalwgZyl/_ssgManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.11">.judMoL{display:inline;color:#006fe8;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.judMoL:active{color:#003cb5;}/*!sc*/
.judMoL:hover,.judMoL:active{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.eYoLKz{display:inline;color:#2d90ff;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.eYoLKz:active{color:#005dcc;}/*!sc*/
.eYoLKz:hover,.eYoLKz:active{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g1[id="sc-77d4b8b-0"]{content:"judMoL,eYoLKz,"}/*!sc*/
.vAkEN{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0;width:auto;cursor:pointer;margin:0;outline-offset:4px;font-weight:600;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition-property:background-color,border-color;transition-property:background-color,border-color;-webkit-transition-duration:0.3s;transition-duration:0.3s;padding:10px 20px;font-size:16px;color:#fff;background:#0071eb;border:2px solid #0071eb;border-radius:8px;}/*!sc*/
@media (min-width:480px){.vAkEN{width:auto;}}/*!sc*/
.vAkEN .button-icon{width:16px;height:16px;color:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;}/*!sc*/
.vAkEN:link,.vAkEN:active,.vAkEN:visited{color:#fff;}/*!sc*/
.vAkEN:hover,.vAkEN:focus{background:#2697ff;border-color:#2697ff;}/*!sc*/
.vAkEN:active{background:#003eb8;border-color:#003eb8;}/*!sc*/
.deFuTO{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:220px;width:100%;cursor:pointer;margin:0;outline-offset:4px;font-weight:600;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition-property:background-color,border-color;transition-property:background-color,border-color;-webkit-transition-duration:0.3s;transition-duration:0.3s;padding:10px 20px;font-size:16px;color:#fff;background:#0071eb;border:2px solid #0071eb;border-radius:8px;}/*!sc*/
@media (min-width:480px){.deFuTO{width:auto;}}/*!sc*/
.deFuTO .button-icon{width:16px;height:16px;color:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;}/*!sc*/
.deFuTO:link,.deFuTO:active,.deFuTO:visited{color:#fff;}/*!sc*/
.deFuTO:hover,.deFuTO:focus{background:#2697ff;border-color:#2697ff;}/*!sc*/
.deFuTO:active{background:#003eb8;border-color:#003eb8;}/*!sc*/
.eLnCVT{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0;width:auto;cursor:pointer;margin:0;outline-offset:4px;font-weight:600;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition-property:background-color,border-color;transition-property:background-color,border-color;-webkit-transition-duration:0.3s;transition-duration:0.3s;padding:6px 12px;font-size:14px;color:#006fe8;background:none;border:2px solid #006fe8;border-radius:8px;}/*!sc*/
@media (min-width:480px){.eLnCVT{width:auto;}}/*!sc*/
.eLnCVT .button-icon{width:14px;height:14px;color:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;}/*!sc*/
.eLnCVT:link,.eLnCVT:active,.eLnCVT:visited{color:#006fe8;}/*!sc*/
.eLnCVT:hover,.eLnCVT:focus{background:rgba(0,111,232,0.15);}/*!sc*/
.eLnCVT:active{background:rgba(0,111,232,0.2);}/*!sc*/
.cwqzjM{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:220px;width:100%;cursor:pointer;margin:0;outline-offset:4px;font-weight:600;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition-property:background-color,border-color;transition-property:background-color,border-color;-webkit-transition-duration:0.3s;transition-duration:0.3s;padding:6px 12px;font-size:14px;color:#006fe8;background:none;border:2px solid #006fe8;border-radius:8px;}/*!sc*/
@media (min-width:480px){.cwqzjM{width:auto;}}/*!sc*/
.cwqzjM .button-icon{width:14px;height:14px;color:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;}/*!sc*/
.cwqzjM:link,.cwqzjM:active,.cwqzjM:visited{color:#006fe8;}/*!sc*/
.cwqzjM:hover,.cwqzjM:focus{background:rgba(0,111,232,0.15);}/*!sc*/
.cwqzjM:active{background:rgba(0,111,232,0.2);}/*!sc*/
data-styled.g4[id="sc-fe840e0c-0"]{content:"vAkEN,deFuTO,eLnCVT,cwqzjM,"}/*!sc*/
.eFsfMK{position:fixed;z-index:1000;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;width:100%;height:100%;overflow-y:scroll;background:rgba(0,0,0,0);visibility:hidden;-webkit-transition: background 0.3s ease, visibility 0.3s step-end;transition: background 0.3s ease, visibility 0.3s step-end;}/*!sc*/
data-styled.g5[id="sc-8588e758-0"]{content:"eFsfMK,"}/*!sc*/
.kmEgUH{position:fixed;width:100%;bottom:-100%;-webkit-transition:bottom 0.3s;transition:bottom 0.3s;background:#fff;border-radius:8px 8px 0 0;padding:24px;}/*!sc*/
data-styled.g6[id="sc-bb9667d8-0"]{content:"kmEgUH,"}/*!sc*/
.hEbHfZ{position:absolute;top:8px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:48px;height:6px;border-radius:8px;background:#ddd;}/*!sc*/
data-styled.g7[id="sc-bb9667d8-1"]{content:"hEbHfZ,"}/*!sc*/
.jXlJki{all:unset;margin-bottom:8px;cursor:pointer;}/*!sc*/
.jXlJki:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g14[id="sc-1848bffe-6"]{content:"jXlJki,"}/*!sc*/
.hTiYc{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}/*!sc*/
data-styled.g16[id="sc-f021b64d-0"]{content:"hTiYc,"}/*!sc*/
.fZfHzd{cursor:auto;position:absolute;z-index:10;top:calc(100% + 10px);opacity:0;visibility:hidden;-webkit-transition: opacity 0.2s ease, visibility 0.2s step-end;transition: opacity 0.2s ease, visibility 0.2s step-end;}/*!sc*/
.fZfHzd .tooltip-arrow{top:-12px;left:calc(50% - 10px);}/*!sc*/
.fZfHzd .tooltip-bubble{background:#0a146e;color:#fff;}/*!sc*/
.fZfHzd .tooltip-arrow{color:#0a146e;}/*!sc*/
data-styled.g17[id="sc-f021b64d-1"]{content:"fZfHzd,"}/*!sc*/
.bUpjmb{text-align:left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:165px;border-radius:8px;font-size:14px;padding:12px;box-shadow:0px 2px 4px 2px rgba(0,0,0,0.1);}/*!sc*/
data-styled.g18[id="sc-f021b64d-2"]{content:"bUpjmb,"}/*!sc*/
.fRFWho{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:#fff;padding:24px;position:fixed;left:0;width:100%;visibility:hidden;opacity:0;-webkit-transition: opacity 0.3s ease, visibility 0.3s step-end;transition: opacity 0.3s ease, visibility 0.3s step-end;}/*!sc*/
@media (min-width:1200px){.fRFWho{display:none;}}/*!sc*/
data-styled.g20[id="sc-7e54e301-0"]{content:"fRFWho,"}/*!sc*/
.lcFrob{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:auto;margin-bottom:24px;}/*!sc*/
data-styled.g21[id="sc-7e54e301-1"]{content:"lcFrob,"}/*!sc*/
.bosgRb{width:994px;position:absolute;left:max(-900px,calc(-900px + (496px - 50vw)));top:370px;-webkit-transform:scale(0.5,-0.5) rotate(-15deg);-ms-transform:scale(0.5,-0.5) rotate(-15deg);transform:scale(0.5,-0.5) rotate(-15deg);}/*!sc*/
.bosgRb svg{position:absolute;}/*!sc*/
.bosgRb svg .guilloche-trails stop{stop-color:#003cbe;}/*!sc*/
.bosgRb svg .guilloche-trails stop[offset="0"]{stop-opacity:0;}/*!sc*/
.bosgRb svg .guilloche-trails stop[offset="1"]{stop-opacity:0.76;}/*!sc*/
.bosgRb svg .guilloche-balls{fill:#ffffff;}/*!sc*/
@media (min-width:480px){.bosgRb{top:450px;-webkit-transform:scale(0.6,-0.6) rotate(-15deg);-ms-transform:scale(0.6,-0.6) rotate(-15deg);transform:scale(0.6,-0.6) rotate(-15deg);}}/*!sc*/
.dakffZ{width:994px;position:absolute;left:min(400px,32vw);top:400px;-webkit-transform:scale(0.5,-0.5) rotate(25deg);-ms-transform:scale(0.5,-0.5) rotate(25deg);transform:scale(0.5,-0.5) rotate(25deg);}/*!sc*/
.dakffZ svg{position:absolute;}/*!sc*/
.dakffZ svg .guilloche-trails stop{stop-color:#003cbe;}/*!sc*/
.dakffZ svg .guilloche-trails stop[offset="0"]{stop-opacity:0;}/*!sc*/
.dakffZ svg .guilloche-trails stop[offset="1"]{stop-opacity:0.76;}/*!sc*/
.dakffZ svg .guilloche-balls{fill:#ffffff;}/*!sc*/
@media (min-width:480px){.dakffZ{top:500px;-webkit-transform:scale(0.6,-0.6) rotate(25deg);-ms-transform:scale(0.6,-0.6) rotate(25deg);transform:scale(0.6,-0.6) rotate(25deg);}}/*!sc*/
.cnRAfc{width:994px;position:absolute;left:-35px;top:80px;-webkit-transform:rotate(-8deg) scale(-0.58,0.54);-ms-transform:rotate(-8deg) scale(-0.58,0.54);transform:rotate(-8deg) scale(-0.58,0.54);}/*!sc*/
.cnRAfc svg{position:absolute;}/*!sc*/
.cnRAfc svg .guilloche-trails stop{stop-color:#f0f5fa;}/*!sc*/
.cnRAfc svg .guilloche-trails stop[offset="0"]{stop-opacity:0;}/*!sc*/
.cnRAfc svg .guilloche-trails stop[offset="1"]{stop-opacity:0.76;}/*!sc*/
.cnRAfc svg .guilloche-balls{fill:#c8d2e6;}/*!sc*/
@media (min-width:480px){.cnRAfc{left:-360px;top:400px;-webkit-transform:rotate(5deg) scale(0.58,-0.6);-ms-transform:rotate(5deg) scale(0.58,-0.6);transform:rotate(5deg) scale(0.58,-0.6);}}/*!sc*/
@media (min-width:576px){.cnRAfc{left:-495px;top:550px;-webkit-transform:rotate(2deg) scale(0.69,-0.7);-ms-transform:rotate(2deg) scale(0.69,-0.7);transform:rotate(2deg) scale(0.69,-0.7);}}/*!sc*/
@media (min-width:768px){.cnRAfc{left:-250px;top:130px;-webkit-transform:rotate(-7deg) scale(-0.8,0.8);-ms-transform:rotate(-7deg) scale(-0.8,0.8);transform:rotate(-7deg) scale(-0.8,0.8);}}/*!sc*/
@media (min-width:992px){.cnRAfc{left:-250px;top:100px;-webkit-transform:rotate(-7deg) scale(-0.8,0.8);-ms-transform:rotate(-7deg) scale(-0.8,0.8);transform:rotate(-7deg) scale(-0.8,0.8);}}/*!sc*/
data-styled.g52[id="sc-eab2503e-0"]{content:"bosgRb,dakffZ,cnRAfc,"}/*!sc*/
.frAgUY{background-color:#ffffff;padding-top:73px;position:relative;}/*!sc*/
@media (min-width:480px){.frAgUY{padding-top:110px;}}/*!sc*/
.idPZrB{background-color:#0a146e;position:relative;}/*!sc*/
.jUygPe{background-color:#ffffff;position:relative;}/*!sc*/
.gsLeEK{background-color:#fafafb;position:relative;}/*!sc*/
data-styled.g53[id="sc-2b1c5c79-0"]{content:"frAgUY,idPZrB,jUygPe,gsLeEK,"}/*!sc*/
.gnDiLU{height:100%;left:calc(50% - 496px);position:absolute;top:0;width:992px;}/*!sc*/
data-styled.g54[id="sc-2b1c5c79-1"]{content:"gnDiLU,"}/*!sc*/
.lkUVGW{position:absolute;top:0;width:100%;height:100%;overflow:hidden;}/*!sc*/
data-styled.g55[id="sc-2b1c5c79-2"]{content:"lkUVGW,"}/*!sc*/
.kuIJhu{color:#ffffff;margin:0 0 32px;}/*!sc*/
.kuIJhu span{color:#2d90ff;}/*!sc*/
.cbebkf{color:#0a146e;margin:0 0 32px;}/*!sc*/
data-styled.g56[id="sc-74ead8ba-0"]{content:"kuIJhu,cbebkf,"}/*!sc*/
.jwMbSk{color:#ffffff;margin:0 0 32px;}/*!sc*/
.jwMbSk:empty{margin:0;}/*!sc*/
.hjhFZZ{color:#141e37;margin:0 0 32px;}/*!sc*/
.hjhFZZ:empty{margin:0;}/*!sc*/
data-styled.g60[id="sc-b39d611a-0"]{content:"jwMbSk,hjhFZZ,"}/*!sc*/
.bRAHcs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;min-height:105px;}/*!sc*/
data-styled.g64[id="sc-e7205bf-0"]{content:"bRAHcs,"}/*!sc*/
.dgQtqi{position:absolute;top:0;width:100%;height:410px;max-height:100%;background-image:none;background-position:center top;background-size:cover;}/*!sc*/
data-styled.g65[id="sc-e7205bf-1"]{content:"dgQtqi,"}/*!sc*/
.dSKMJr{margin:0 auto;max-width:1200px;padding:32px 16px;position:relative;}/*!sc*/
@media (min-width:480px){.dSKMJr{padding:32px 20px;}}/*!sc*/
@media (min-width:576px){.dSKMJr{padding:64px 24px;}}/*!sc*/
@media (min-width:992px){.dSKMJr{padding:64px 24px;}}/*!sc*/
.sc-59bbc319-0 .sc-59bbc319-0{padding:0;}/*!sc*/
data-styled.g66[id="sc-59bbc319-0"]{content:"dSKMJr,"}/*!sc*/
.fxlLiv{position:absolute;left:-270px;top:0;z-index:10000;border:1px solid white;border-radius:5px;border-top:0;border-top-left-radius:0;border-top-right-radius:0;padding:6px 12px;margin:0;color:#fff;background:#002272;-webkit-transition:left 0.2s ease-in-out;transition:left 0.2s ease-in-out;}/*!sc*/
.fxlLiv:focus{left:0;}/*!sc*/
data-styled.g71[id="sc-321bad70-0"]{content:"fxlLiv,"}/*!sc*/
.jbRbFz{position:absolute;z-index:501;top:0;left:0;width:100%;background:#0A146E;-webkit-transition:background 0.3s;transition:background 0.3s;}/*!sc*/
data-styled.g72[id="sc-e0f4f737-0"]{content:"jbRbFz,"}/*!sc*/
.fxQDoB{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;justify-self:flex-start;grid-area:bizlinks;display:none;}/*!sc*/
@media (min-width:768px){.fxQDoB{display:block;}}/*!sc*/
.fxQDoB a{font-weight:600;font-size:16px;line-height:24px;color:#FFFFFF;-webkit-text-decoration:none;text-decoration:none;background:rgba(242,247,254,0);-webkit-transition:background 0.3s ease;transition:background 0.3s ease;padding:8px;border-radius:6px;position:relative;margin:0 0 0 7px;}/*!sc*/
@media (min-width:768px){.fxQDoB a{font-size:15px;}}/*!sc*/
.fxQDoB a.innactive{color:rgba(255,255,255,0.5);}/*!sc*/
.fxQDoB a:hover{background:rgba(255,255,255,0.2);}/*!sc*/
.fxQDoB a:first-child{margin:0 7px 0 0;}/*!sc*/
.fxQDoB a:first-child::after{content:"";position:absolute;right:-7px;top:9px;bottom:0;width:1px;height:18px;background:#ddd;}/*!sc*/
data-styled.g73[id="sc-e0f4f737-1"]{content:"fxQDoB,"}/*!sc*/
.kmXEZg{display:grid;gap:0px;grid-template:auto / none;grid-template-areas: "logo trailer " "bizlinks bizlinks";-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1200px;margin:auto;padding:12px;}/*!sc*/
@media (min-width:768px){.kmXEZg{grid-template:none / auto auto 1fr auto;grid-template-areas:"logo bizlinks ribbon trailer";gap:12px;}}/*!sc*/
data-styled.g75[id="sc-e0f4f737-3"]{content:"kmXEZg,"}/*!sc*/
.eAbDjb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;grid-area:logo;}/*!sc*/
data-styled.g76[id="sc-e0f4f737-4"]{content:"eAbDjb,"}/*!sc*/
.kywHLY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.kywHLY svg{width:50px;height:40px;color:#FFFFFF;}/*!sc*/
data-styled.g77[id="sc-e0f4f737-5"]{content:"kywHLY,"}/*!sc*/
.cEJNcP{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:none;grid-area:ribbon;}/*!sc*/
@media (min-width:1200px){.cEJNcP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
data-styled.g79[id="sc-e0f4f737-7"]{content:"cEJNcP,"}/*!sc*/
.hSIgFk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-area:trailer;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/
data-styled.g80[id="sc-e0f4f737-8"]{content:"hSIgFk,"}/*!sc*/
.iOHdjg{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;width:50px;}/*!sc*/
.iOHdjg svg{width:18px;height:18px;color:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}/*!sc*/
@media (min-width:1200px){.iOHdjg{display:none;}}/*!sc*/
data-styled.g81[id="sc-e0f4f737-9"]{content:"iOHdjg,"}/*!sc*/
.bQMqEd{display:none;gap:8px;}/*!sc*/
@media (min-width:1200px){.bQMqEd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/
data-styled.g82[id="sc-e0f4f737-10"]{content:"bQMqEd,"}/*!sc*/
@font-face{font-family:"Inter";font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/Inter/Inter-VariableFont.woff2') format("woff2");}/*!sc*/
@font-face{font-family:"Figtree";font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/Figtree/Figtree-VariableFont.woff2') format("woff2");}/*!sc*/
@charset "utf-8";/*!sc*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*!sc*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block;}/*!sc*/
*[hidden]{display:none;}/*!sc*/
body{line-height:1;}/*!sc*/
ol,ul{list-style:none;}/*!sc*/
blockquote,q{quotes:none;}/*!sc*/
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}/*!sc*/
table{border-collapse:collapse;border-spacing:0;}/*!sc*/
button,input,select,textarea{font:inherit;}/*!sc*/
*,*::before,*::after{box-sizing:border-box;}/*!sc*/
::moz-selection{background:#b5d7fd;}/*!sc*/
::selection{background:#b5d7fd;}/*!sc*/
html,body{overflow-x:hidden;}/*!sc*/
body{background-color:#f7f8f9;}/*!sc*/
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}/*!sc*/
button[disabled],html input[disabled]{cursor:default;}/*!sc*/
*:focus[data-focus-visible-added]{box-shadow:0px 0px 0px 2px #0071eb;}/*!sc*/
*:focus{outline:none;}/*!sc*/
[scrubbed]-moz-focus-inner{border:0;}/*!sc*/
[id]{-webkit-scroll-margin-top:calc(12ex + 24px);-moz-scroll-margin-top:calc(12ex + 24px);-ms-scroll-margin-top:calc(12ex + 24px);scroll-margin-top:calc(12ex + 24px);}/*!sc*/
.typeform-sidetab-button{background:#0445af !important;}/*!sc*/
html{color:#434341;font-family:'Inter',sans-serif;font-size:100%;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;-webkit-text-size-adjust:100%;text-size-adjust:100%;}/*!sc*/
body{font-size:16px;line-height:1.5;}/*!sc*/
.display-text{font-weight:600;line-height:1.3;font-size:40px;}/*!sc*/
h1{font-weight:600;line-height:1.3;font-size:24px;}/*!sc*/
h2{font-weight:600;line-height:1.3;font-size:20px;}/*!sc*/
h3{font-weight:600;line-height:1.3;font-size:18px;}/*!sc*/
h4{font-weight:600;line-height:1.3;font-size:16px;}/*!sc*/
small,.small-text{font-size:14px;}/*!sc*/
.x-small-text{font-size:12px;}/*!sc*/
em{font-style:italic;}/*!sc*/
strong{font-weight:600;}/*!sc*/
sup{font-size:smaller;vertical-align:super;}/*!sc*/
p{line-height:1.7;}/*!sc*/
@media (min-width:768px){.display-text{font-size:76px;}h1{font-size:30px;}h2{font-size:24px;}h3{font-size:20px;}h4{font-size:18px;}}/*!sc*/
.block{display:block !important;}/*!sc*/
.flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;}/*!sc*/
.inline{display:inline !important;}/*!sc*/
.inline-block{display:inline-block !important;}/*!sc*/
.inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important;}/*!sc*/
.margin-0{margin:0 !important;}/*!sc*/
.margin-bottom-0{margin-bottom:0 !important;}/*!sc*/
.margin-bottom-md{margin-bottom:32px !important;}/*!sc*/
.margin-bottom-sm{margin-bottom:16px !important;}/*!sc*/
.margin-bottom-xs{margin-bottom:8px !important;}/*!sc*/
.margin-top-0{margin-top:0 !important;}/*!sc*/
.margin-top-md{margin-top:32px !important;}/*!sc*/
.margin-top-sm{margin-top:16px !important;}/*!sc*/
.margin-top-xs{margin-top:8px !important;}/*!sc*/
.margin-x-0{margin-left:0 !important;margin-right:0 !important;}/*!sc*/
.margin-x-auto{margin-left:auto !important;margin-right:auto !important;}/*!sc*/
.margin-left-auto{margin-left:auto !important;}/*!sc*/
.margin-y-0{margin-bottom:0 !important;margin-top:0 !important;}/*!sc*/
.margin-y-md{margin-bottom:32px !important;margin-top:32px !important;}/*!sc*/
.outline-none{outline:0;}/*!sc*/
.padding-0{padding:0 !important;}/*!sc*/
.padding-top-0{padding-top:0 !important;}/*!sc*/
.padding-top-md{padding-top:32px !important;}/*!sc*/
.screen-reader-only{position:absolute;left:-9999999999px;width:1px;height:1px;overflow:hidden;}/*!sc*/
.text-center{text-align:center !important;}/*!sc*/
.text-left{text-align:left !important;}/*!sc*/
.text-right{text-align:right !important;}/*!sc*/
.underline{-webkit-text-decoration:underline !important;text-decoration:underline !important;}/*!sc*/
.nude-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;padding:0;margin:0;background:none;color:currentColor;}/*!sc*/
data-styled.g83[id="sc-global-fGvTHa1"]{content:"sc-global-fGvTHa1,"}/*!sc*/
.bMTxxe .tooltip-bubble{background:#fff;padding:16px;}/*!sc*/
.bMTxxe .tooltip-arrow{color:#fff;}/*!sc*/
data-styled.g89[id="sc-79aa4c0a-0"]{content:"bMTxxe,"}/*!sc*/
.fFVklU{display:block;font-size:14px;color:#333 !important;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;border-radius:8px;padding:16px 8px;}/*!sc*/
.fFVklU:hover{background:#f2f7fe;}/*!sc*/
.fFVklU svg,.fFVklU .spacer{width:21px;height:21px;color:#006ce0;margin-right:8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}/*!sc*/
data-styled.g90[id="sc-79aa4c0a-1"]{content:"fFVklU,"}/*!sc*/
.cZbPJm{font-size:12px;white-space:normal;}/*!sc*/
data-styled.g91[id="sc-79aa4c0a-2"]{content:"cZbPJm,"}/*!sc*/
.iNPEWy{font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-size:15px;background:rgba(242,247,254,0);padding:8px 20px;border-radius:6px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;color:#FFFFFF;}/*!sc*/
.iNPEWy:hover{background:rgba(255,255,255,0.2);}/*!sc*/
.bdpufv{font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-size:15px;background:#006CE0;padding:8px 20px;border-radius:6px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;color:#FFFFFF;}/*!sc*/
.bdpufv:hover{background:#1a86fa;}/*!sc*/
data-styled.g92[id="sc-79aa4c0a-3"]{content:"iNPEWy,bdpufv,"}/*!sc*/
.gtOPXe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:12px;font-size:14px;color:#333;}/*!sc*/
.gtOPXe svg{width:16px;height:16px;color:#5c667b;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.3s;-webkit-transition:transform 0.3s;transition:transform 0.3s;}/*!sc*/
data-styled.g93[id="sc-79aa4c0a-4"]{content:"gtOPXe,"}/*!sc*/
.jYSCVY{margin:0;padding:0;border:0;border-top:1px solid #ddd;}/*!sc*/
data-styled.g94[id="sc-79aa4c0a-5"]{content:"jYSCVY,"}/*!sc*/
.eCUvoP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;}/*!sc*/
data-styled.g95[id="sc-79aa4c0a-6"]{content:"eCUvoP,"}/*!sc*/
.gcURDw .nav-item-description{display:inline-block;min-width:220px;}/*!sc*/
data-styled.g96[id="sc-79aa4c0a-7"]{content:"gcURDw,"}/*!sc*/
.VTdRk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:-24px;}/*!sc*/
.VTdRk > *{margin:24px;}/*!sc*/
data-styled.g97[id="sc-79aa4c0a-8"]{content:"VTdRk,"}/*!sc*/
.hfaJxm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g98[id="sc-79aa4c0a-9"]{content:"hfaJxm,"}/*!sc*/
.gSxYHI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
data-styled.g99[id="sc-79aa4c0a-10"]{content:"gSxYHI,"}/*!sc*/
.fajuua{padding:0 12px;}/*!sc*/
data-styled.g100[id="sc-79aa4c0a-11"]{content:"fajuua,"}/*!sc*/
.jQillh{padding:0 12px;}/*!sc*/
data-styled.g101[id="sc-79aa4c0a-12"]{content:"jQillh,"}/*!sc*/
.hkiKHy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:-24px;}/*!sc*/
.hkiKHy > *{margin:24px;}/*!sc*/
data-styled.g102[id="sc-79aa4c0a-13"]{content:"hkiKHy,"}/*!sc*/
.Da-dCX{position:absolute;overflow:hidden;left:-5px;border-radius:4px;background-color:#fff;min-width:105%;top:30px;visibility:hidden;}/*!sc*/
data-styled.g103[id="sc-f92a858b-0"]{content:"Da-dCX,"}/*!sc*/
.hhWdra{display:block;padding:4px 8px;font-size:14px;}/*!sc*/
.hhWdra:hover,.hhWdra:focus{background:#f0f5fa;}/*!sc*/
data-styled.g104[id="sc-f92a858b-1"]{content:"hhWdra,"}/*!sc*/
.jwSjgg{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;border:0;background:none;font-weight:600;font-size:14px;color:currentColor;}/*!sc*/
data-styled.g105[id="sc-f92a858b-2"]{content:"jwSjgg,"}/*!sc*/
.bEnSmR{font-size:16px;font-weight:600;margin-bottom:12px;}/*!sc*/
data-styled.g106[id="sc-8a2e600-0"]{content:"bEnSmR,"}/*!sc*/
.kFOggM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px;}/*!sc*/
data-styled.g107[id="sc-8a2e600-1"]{content:"kFOggM,"}/*!sc*/
.cLxVNS{-webkit-flex:1;-ms-flex:1;flex:1;min-width:140px;margin-right:18px;}/*!sc*/
.cLxVNS:not(:empty){margin-bottom:24px;}/*!sc*/
data-styled.g108[id="sc-8a2e600-2"]{content:"cLxVNS,"}/*!sc*/
.bwAEBa{cursor:pointer;}/*!sc*/
.bwAEBa:not(:first-child):not(:last-child){margin:0 5px;}/*!sc*/
.bwAEBa .social-icon{height:32px;width:32px;color:#fff;}/*!sc*/
.bwAEBa:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g109[id="sc-8a2e600-3"]{content:"bwAEBa,"}/*!sc*/
.khxdIo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:12px;}/*!sc*/
.khxdIo li{margin-bottom:8px;}/*!sc*/
.khxdIo li a{font-weight:500;}/*!sc*/
.khxdIo li a:link,.khxdIo li a:visited,.khxdIo li a:active{color:#fff;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.khxdIo li a:link:hover,.khxdIo li a:visited:hover,.khxdIo li a:active:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g110[id="sc-8a2e600-4"]{content:"khxdIo,"}/*!sc*/
.mVtaK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;width:100%;margin-bottom:60px;}/*!sc*/
.mVtaK li{margin-bottom:8px;}/*!sc*/
.mVtaK li:not(:last-child){margin-right:18px;}/*!sc*/
.mVtaK li a:link,.mVtaK li a:visited,.mVtaK li a:active{color:#fff;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.mVtaK li a:link:hover,.mVtaK li a:visited:hover,.mVtaK li a:active:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g111[id="sc-8a2e600-5"]{content:"mVtaK,"}/*!sc*/
.lgmerM{color:white;cursor:pointer;}/*!sc*/
.lgmerM:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g112[id="sc-8a2e600-6"]{content:"lgmerM,"}/*!sc*/
.gRBvBf{display:inline-block;color:#141e37;font-size:16px;font-weight:600;}/*!sc*/
@media (min-width:576px){.gRBvBf{font-size:16px;}}/*!sc*/
data-styled.g142[id="sc-c42aa3eb-0"]{content:"gRBvBf,"}/*!sc*/
.eVknbT{width:100%;border-width:1px;border-style:solid;border-color:#ddd;border-radius:6px;box-shadow:0px 3px 15px rgba(0,17,51,0.05);padding:12px;color:#141e37;background:none;}/*!sc*/
@media (min-width:576px){.eVknbT{padding:"12px";}}/*!sc*/
.eVknbT::-webkit-input-placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.eVknbT::-moz-placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.eVknbT:-ms-input-placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.eVknbT::placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.eVknbT.eVknbT:focus,.eVknbT.eVknbT:focus-within{border-color:#006ce0;box-shadow:0px 3px 15px rgba(0,17,51,0.05);}/*!sc*/
.eVknbT:-webkit-autofill{box-shadow:0 0 0px 1000px #fffde8 inset;}/*!sc*/
input.sc-73a056d4-0[type="number"][scrubbed]-webkit-inner-spin-button,input.eVknbT[type="number"][scrubbed]-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;}/*!sc*/
input.sc-73a056d4-0[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}/*!sc*/
.jPzAuu{width:100%;border-width:1px;border-style:solid;border-color:#ddd;border-radius:6px;box-shadow:0px 3px 15px rgba(0,17,51,0.05);padding:12px;color:#ffffff;background:none;}/*!sc*/
@media (min-width:576px){.jPzAuu{padding:"12px";}}/*!sc*/
.jPzAuu::-webkit-input-placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.jPzAuu::-moz-placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.jPzAuu:-ms-input-placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.jPzAuu::placeholder{color:#5c667b;opacity:0.3;}/*!sc*/
.jPzAuu.jPzAuu:focus,.jPzAuu.jPzAuu:focus-within{border-color:#006ce0;box-shadow:0px 3px 15px rgba(0,17,51,0.05);}/*!sc*/
.jPzAuu:-webkit-autofill{box-shadow:0 0 0px 1000px #fffde8 inset;}/*!sc*/
input.sc-73a056d4-0[type="number"][scrubbed]-webkit-inner-spin-button,input.jPzAuu[type="number"][scrubbed]-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;}/*!sc*/
input.sc-73a056d4-0[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}/*!sc*/
data-styled.g143[id="sc-73a056d4-0"]{content:"eVknbT,jPzAuu,"}/*!sc*/
.eoNUEg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;}/*!sc*/
data-styled.g148[id="sc-b8d6d0bc-0"]{content:"eoNUEg,"}/*!sc*/
.hzGa-db{border:0;padding:0;margin:0;background:none;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;box-sizing:content-box;}/*!sc*/
.hzGa-db.hzGa-db:focus{box-shadow:none;}/*!sc*/
data-styled.g149[id="sc-b8d6d0bc-1"]{content:"hzGa-db,"}/*!sc*/
.esDJTP{position:absolute;left:-99999px;width:auto;}/*!sc*/
data-styled.g150[id="sc-b8d6d0bc-2"]{content:"esDJTP,"}/*!sc*/
.react-toggle-track{background:#c2c2c2;}/*!sc*/
.react-toggle-thumb{width:16px;height:16px;top:4px;left:4px;border:none;box-shadow:0px 2px 4px rgba(20,30,55,0.7) !important;-webkit-transition:left 0.25s ease;transition:left 0.25s ease;}/*!sc*/
.react-toggle--checked .react-toggle-track{background:#26ab2c;}/*!sc*/
.react-toggle--checked .react-toggle-thumb{left:30px;}/*!sc*/
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#dddddd;}/*!sc*/
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#61c766;}/*!sc*/
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-thumb{border-color:#61c766;}/*!sc*/
.react-toggle-thumb[data-focus-visible-added]{border:2px solid #0071eb !important;}/*!sc*/
data-styled.g168[id="sc-global-cLEjXL1"]{content:"sc-global-cLEjXL1,"}/*!sc*/
.dmgUVO{display:inline-block;line-height:0;}/*!sc*/
data-styled.g170[id="sc-ddf2dca5-1"]{content:"dmgUVO,"}/*!sc*/
.jqyXwz{display:grid;grid-template-columns:auto auto 1fr;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;}/*!sc*/
.jqyXwz .combobox-item-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;}/*!sc*/
.jqyXwz .combobox-chevron{width:1em;height:0.6em;color:#141e37;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;justify-self:end;}/*!sc*/
data-styled.g179[id="sc-e6a0deed-0"]{content:"jqyXwz,"}/*!sc*/
.ljPUBi{text-align:left;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px;color:#5c667b;}/*!sc*/
@media (min-width:576px){}/*!sc*/
.ljPUBi .dark-text{color:#141e37;}/*!sc*/
data-styled.g180[id="sc-e6a0deed-1"]{content:"ljPUBi,"}/*!sc*/
.hqIvou{display:inline-block;position:relative;}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (min-width:768px){}/*!sc*/
@media screen and (min-width:880px){}/*!sc*/
@media (min-width:992px){}/*!sc*/
@media screen and (min-width:1080px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
data-styled.g181[id="sc-e6a0deed-2"]{content:"hqIvou,"}/*!sc*/
.bgbzIj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;visibility:visible;width:100%;height:100%;padding:12px;padding:12px;background:none !important;opacity:1;}/*!sc*/
@media (min-width:576px){.bgbzIj{padding:12px;}}/*!sc*/
@media (min-width:576px){}/*!sc*/
data-styled.g182[id="sc-e6a0deed-3"]{content:"bgbzIj,"}/*!sc*/
.fWsdTk{color:#0a146e;}/*!sc*/
data-styled.g194[id="sc-7349ef75-0"]{content:"fWsdTk,"}/*!sc*/
.nxSoB{position:relative;width:100%;overflow:hidden;height:50px;}/*!sc*/
.nxSoB::after{position:absolute;right:0;bottom:0;color:#f3f4f6;background:#fff;content:"AD";font-size:0.9rem;padding:1px;right:1rem;}/*!sc*/
@media(min-width:728px){.nxSoB{height:90px;}}/*!sc*/
data-styled.g203[id="sc-2c25794f-0"]{content:"nxSoB,"}/*!sc*/
.dNEnyG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:32px;}/*!sc*/
.dNEnyG .contentful-asset{height:35px;width:auto;margin:10px;}/*!sc*/
data-styled.g245[id="sc-b75452fb-0"]{content:"dNEnyG,"}/*!sc*/
.PKiTz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;}/*!sc*/
.PKiTz > *{margin:12px;}/*!sc*/
data-styled.g246[id="sc-720e4e81-0"]{content:"PKiTz,"}/*!sc*/
.hgTRoF{text-align:center;margin-top:32px;}/*!sc*/
data-styled.g247[id="sc-720e4e81-1"]{content:"hgTRoF,"}/*!sc*/
.jZvsut{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:8px;background:#f2f7fe;border-radius:6px;max-width:500px;font-size:11px;margin:0 8px 8px 0;color:#373c49;}/*!sc*/
@media (max-width:575px){.jZvsut{margin-top:12px;margin-right:0;margin-bottom:0;max-width:100%;}}/*!sc*/
.jZvsut a{color:#006ce0;}/*!sc*/
.jZvsut .icon-container{width:16px;height:16px;margin-right:15px;}/*!sc*/
data-styled.g304[id="sc-56d30508-0"]{content:"jZvsut,"}/*!sc*/
.dHXaq{width:16px;height:16px;color:#006ce0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}/*!sc*/
@media (min-width:576px){.dHXaq{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}}/*!sc*/
data-styled.g305[id="sc-56d30508-1"]{content:"dHXaq,"}/*!sc*/
.gjjMNW{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;background:none;border:1px solid #ddd;border-radius:50%;padding:16px;}/*!sc*/
data-styled.g306[id="sc-56d30508-2"]{content:"gjjMNW,"}/*!sc*/
.ihtiaK{display:block;-webkit-text-decoration:none;text-decoration:none;color:#0a146e;padding:12px;width:100%;}/*!sc*/
.ihtiaK:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.ihtiaK .contentful-asset{display:none;}/*!sc*/
@media (min-width:576px){.ihtiaK{padding:0;width:200px;text-align:center;border-radius:8px;box-shadow:rgba(0,0,0,0.1) 0px 2px 4px 2px;overflow:hidden;}.ihtiaK .contentful-asset{display:block;width:100%;margin-bottom:24px;}.ihtiaK svg.contentful-asset{margin-top:12px;}}/*!sc*/
data-styled.g346[id="sc-bd85a796-0"]{content:"ihtiaK,"}/*!sc*/
.gtXHVp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;}/*!sc*/
.gtXHVp .chevron{color:currentColor;width:8px;height:16px;}/*!sc*/
@media (min-width:576px){.gtXHVp{padding:0 12px 12px 12px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.gtXHVp .chevron{display:none;}}/*!sc*/
data-styled.g347[id="sc-bd85a796-1"]{content:"gtXHVp,"}/*!sc*/
.kpweYG{text-align:center;padding:24px;}/*!sc*/
.kpweYG > *:last-child{margin-bottom:0;}/*!sc*/
.kpweYG .contentful-asset{display:block;width:80px;height:80px;object-fit:contain;margin:0 auto 24px auto;}/*!sc*/
data-styled.g390[id="sc-48cc098-0"]{content:"kpweYG,"}/*!sc*/
.gGZOtE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:24px;}/*!sc*/
data-styled.g395[id="sc-cc130aa1-0"]{content:"gGZOtE,"}/*!sc*/
.iWOKdj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
.iWOKdj .contentful-asset{width:90px;height:90px;object-fit:contain;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0;}/*!sc*/
data-styled.g396[id="sc-cc130aa1-1"]{content:"iWOKdj,"}/*!sc*/
.flQJcC{text-align:center;}/*!sc*/
data-styled.g398[id="sc-cc130aa1-3"]{content:"flQJcC,"}/*!sc*/
.ZASgB{text-align:center;}/*!sc*/
data-styled.g399[id="sc-cc130aa1-4"]{content:"ZASgB,"}/*!sc*/
.cjqaNy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-transition:-webkit-transform 0.5s;-webkit-transition:transform 0.5s;transition:transform 0.5s;}/*!sc*/
.cjqaNy > *{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}/*!sc*/
data-styled.g405[id="sc-b89b6e5-0"]{content:"cjqaNy,"}/*!sc*/
.kgbeUV{overflow:hidden;width:80%;margin-right:16px;border-radius:8px;box-shadow:rgba(0,17,51,0.07) 0px 3px 15px;background:#fff;}/*!sc*/
.kgbeUV:first-child{margin-left:10%;}/*!sc*/
data-styled.g406[id="sc-b89b6e5-1"]{content:"kgbeUV,"}/*!sc*/
.dKaiA-d{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px;}/*!sc*/
data-styled.g407[id="sc-b89b6e5-2"]{content:"dKaiA-d,"}/*!sc*/
.gkDGLN{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 6px;padding:0;box-sizing:content-box;width:12px;height:12px;border:2px solid #0a146e;border-radius:50%;background:transparent;}/*!sc*/
.hDHhBi{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 8px;padding:0;box-sizing:content-box;width:12px;height:12px;border:0;border-radius:50%;background:#0a146e;}/*!sc*/
data-styled.g408[id="sc-b89b6e5-3"]{content:"gkDGLN,hDHhBi,"}/*!sc*/
.ccfSgl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;min-height:240px;background:#060d4c;color:white;}/*!sc*/
.ccfSgl > div > a{color:white;}/*!sc*/
data-styled.g415[id="sc-5fe56297-0"]{content:"ccfSgl,"}/*!sc*/
.kNfNFe{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;text-align:center;}/*!sc*/
data-styled.g420[id="sc-60fb8c44-0"]{content:"kNfNFe,"}/*!sc*/
.lnetWQ{border-radius:8px;background-color:#fff;box-shadow:0px 6px 12px rgba(35,55,80,0.3);margin-top:20px;}/*!sc*/
@media (min-width:992px){.lnetWQ{margin-top:0px;}}/*!sc*/
data-styled.g421[id="sc-d5cf72bb-0"]{content:"lnetWQ,"}/*!sc*/
.iqpAA-D{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:56px;}/*!sc*/
.iqpAA-D > *{max-width:25%;}/*!sc*/
data-styled.g422[id="sc-d5cf72bb-1"]{content:"iqpAA-D,"}/*!sc*/
.lgVWYh{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px;background-color:#fff;color:#006fe8;font-size:14px;font-weight:bold;-webkit-text-decoration:none;text-decoration:none;text-align:center;}/*!sc*/
@media (min-width:480px){.lgVWYh{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
.lgVWYh:hover{opacity:0.5;}/*!sc*/
.lgVWYh:first-child{border-top-left-radius:8px;}/*!sc*/
.lgVWYh:last-child{border-top-right-radius:8px;}/*!sc*/
.lgVWYh .tab-icon{width:24px;height:24px;color:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}/*!sc*/
.lgVWYh .tab-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;}/*!sc*/
@media (min-width:480px){.lgVWYh .tab-text{margin-left:8px;}}/*!sc*/
.jlWmiI{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px;background-color:#f0f5fa;color:#37506e;font-size:14px;font-weight:normal;-webkit-text-decoration:none;text-decoration:none;text-align:center;}/*!sc*/
@media (min-width:480px){.jlWmiI{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
.jlWmiI:hover{opacity:0.5;}/*!sc*/
.jlWmiI:first-child{border-top-left-radius:8px;}/*!sc*/
.jlWmiI:last-child{border-top-right-radius:8px;}/*!sc*/
.jlWmiI .tab-icon{width:24px;height:24px;color:currentColor;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}/*!sc*/
.jlWmiI .tab-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;}/*!sc*/
@media (min-width:480px){.jlWmiI .tab-text{margin-left:8px;}}/*!sc*/
data-styled.g423[id="sc-d5cf72bb-2"]{content:"lgVWYh,jlWmiI,"}/*!sc*/
.lmBDhC{padding:24px;}/*!sc*/
@media (min-width:768px){.lmBDhC{padding:48px;}}/*!sc*/
data-styled.g424[id="sc-d5cf72bb-3"]{content:"lmBDhC,"}/*!sc*/
.fbwogP{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:30px;grid-row-gap:20px;}/*!sc*/
data-styled.g556[id="sc-ce83c952-0"]{content:"fbwogP,"}/*!sc*/
.gYhJJw{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:14px;}/*!sc*/
data-styled.g557[id="sc-ce83c952-1"]{content:"gYhJJw,"}/*!sc*/
.dDOoIN{width:20px;height:auto;margin-right:8px;}/*!sc*/
data-styled.g558[id="sc-ce83c952-2"]{content:"dDOoIN,"}/*!sc*/
.dWZNRR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;}/*!sc*/
@media (min-width:768px){.dWZNRR{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;text-align:left;}}/*!sc*/
.dWZNRR .column{max-width:350px;margin:12px;}/*!sc*/
.dWZNRR .contentful-asset{display:block;width:100%;height:100%;object-fit:contain;}/*!sc*/
data-styled.g559[id="sc-b55834e5-0"]{content:"dWZNRR,"}/*!sc*/
.eNGhgq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px;}/*!sc*/
@media (min-width:768px){.eNGhgq{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}/*!sc*/
.eNGhgq .badge{height:40px;}/*!sc*/
.eNGhgq > *:first-child:not(:only-child){margin-right:16px;}/*!sc*/
data-styled.g560[id="sc-b55834e5-1"]{content:"eNGhgq,"}/*!sc*/
.cYKyNX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;}/*!sc*/
@media (min-width:768px){.cYKyNX{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}/*!sc*/
.cYKyNX.cYKyNX img,.cYKyNX.cYKyNX svg{width:100px;height:100px;margin-right:8px;}/*!sc*/
data-styled.g561[id="sc-b55834e5-2"]{content:"cYKyNX,"}/*!sc*/
.gctFNX{position:relative;background:#ffffff;color:#2e3c57;border-radius:5px;margin:0;font-weight:600;padding:5px 10px;font-size:12px;}/*!sc*/
.gctFNX:after{content:"";position:absolute;left:0;top:50%;width:0;height:0;border:7px solid transparent;border-right-color:#ffffff;border-left:0;border-bottom:0;margin-top:-5px;margin-left:-5px;}/*!sc*/
data-styled.g562[id="sc-b55834e5-3"]{content:"gctFNX,"}/*!sc*/
.ccNsWV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
data-styled.g642[id="sc-97b6f6c5-0"]{content:"ccNsWV,"}/*!sc*/
.gPJWTk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;margin-left:20px;}/*!sc*/
data-styled.g643[id="sc-97b6f6c5-1"]{content:"gPJWTk,"}/*!sc*/
.jsCLTj{font-size:10px;margin-top:10px;margin-bottom:0;font-weight:600;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}/*!sc*/
data-styled.g644[id="sc-97b6f6c5-2"]{content:"jsCLTj,"}/*!sc*/
.jJTEIi{font-weight:normal;}/*!sc*/
data-styled.g645[id="sc-97b6f6c5-3"]{content:"jJTEIi,"}/*!sc*/
.kgKorn{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:2.5rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:48px !important;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g646[id="sc-97b6f6c5-4"]{content:"kgKorn,"}/*!sc*/
.diOrXh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
.diOrXh label{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin:24px 0 4px 0;}/*!sc*/
.diOrXh label:first-child{margin-top:0;}/*!sc*/
@media (min-width:576px){.diOrXh{display:grid;-webkit-column-gap:16px;column-gap:16px;row-gap:4px;grid-auto-flow:column;grid-template-columns:minmax(100px,1fr) minmax(100px,1fr) auto minmax( 100px, 1fr );grid-template-rows:auto [input-row-start] auto [input-row-end] auto;}.diOrXh label{justify-self:start;margin:0;}}/*!sc*/
data-styled.g707[id="sc-4f0f6f94-0"]{content:"diOrXh,"}/*!sc*/
.xeMov{color:#b30021;font-size:12px;}/*!sc*/
data-styled.g708[id="sc-4f0f6f94-1"]{content:"xeMov,"}/*!sc*/
.chRjcw{display:grid;grid-template:auto auto / none;grid-template-areas: "buttons" "tooltip";grid-gap:16px;margin-top:24px;}/*!sc*/
@media (min-width:768px){.chRjcw{grid-template:none / 1fr auto;grid-template-areas:"tooltip buttons";-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}/*!sc*/
data-styled.g709[id="sc-4f0f6f94-2"]{content:"chRjcw,"}/*!sc*/
.gLhOsR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:16px 0 -8px 0;}/*!sc*/
@media (min-width:576px){.gLhOsR{place-self:center;margin:0;}.gLhOsR .midmarket-tooltip{display:none !important;}}/*!sc*/
data-styled.g710[id="sc-4f0f6f94-3"]{content:"gLhOsR,"}/*!sc*/
.jeXmKI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#141e37;font-size:16px;font-weight:600;padding:16px 8px;}/*!sc*/
.jeXmKI:first-child{padding-left:16px;}/*!sc*/
.jeXmKI:last-child{padding-right:16px;}/*!sc*/
.haSUaN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#ffffff;font-size:16px;font-weight:600;padding:16px 8px;}/*!sc*/
.haSUaN:first-child{padding-left:16px;}/*!sc*/
.haSUaN:last-child{padding-right:16px;}/*!sc*/
data-styled.g757[id="sc-fde42676-0"]{content:"jeXmKI,haSUaN,"}/*!sc*/
.dmjvih{width:100%;color:#141e37;font-weight:normal;padding:0 !important;border-radius:8px;}/*!sc*/
.dmjvih:hover{background:rgba(0,111,232,0.3);}/*!sc*/
.dmjvih .combobox-input{border-color:transparent;padding:14px 6px 14px 14px !important;}/*!sc*/
data-styled.g759[id="sc-fde42676-2"]{content:"dmjvih,"}/*!sc*/
.gFZzpW{position:relative;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border-top:1px solid #f0f5fa;border-bottom:1px solid #f0f5fa;}/*!sc*/
.gFZzpW:first-child{border-top:0;}/*!sc*/
.gFZzpW > .sc-fde42676-0:first-child{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:10;-ms-flex-negative:10;flex-shrink:10;}/*!sc*/
.gFZzpW > .sc-fde42676-0{-webkit-flex-basis:17.5%;-ms-flex-preferred-size:17.5%;flex-basis:17.5%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}/*!sc*/
data-styled.g761[id="sc-fde42676-4"]{content:"gFZzpW,"}/*!sc*/
.jdFabX{z-index:2;background:#0a146e;border:0;border-radius:8px;}/*!sc*/
.jdFabX > .sc-fde42676-0{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;}/*!sc*/
data-styled.g762[id="sc-fde42676-5"]{content:"jdFabX,"}/*!sc*/
.injLsD{width:100%;max-width:300px;}/*!sc*/
.injLsD .combobox-input{box-shadow:none;}/*!sc*/
.injLsD .combobox-input:not(:focus-within){border-color:transparent;}/*!sc*/
data-styled.g765[id="sc-fde42676-8"]{content:"injLsD,"}/*!sc*/
.iRBeMD{background:#0071eb;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;margin-right:12px;border-radius:50%;}/*!sc*/
data-styled.g769[id="sc-fde42676-12"]{content:"iRBeMD,"}/*!sc*/
.LfBHq{color:#0071eb;font-size:16px;font-weight:600;text-align:left;}/*!sc*/
data-styled.g770[id="sc-fde42676-13"]{content:"LfBHq,"}/*!sc*/
.kNGsoY{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g771[id="sc-fde42676-14"]{content:"kNGsoY,"}/*!sc*/
</style></head><body tabindex="-1"><noscript><iframe title="google manager iframe" src="https://www.googletagmanager.com/ns.html?id=GTM-WNCL796" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div id="__next"><div class="__variable_ccac51"><div class="sc-2c25794f-0 nxSoB advertSlot" style="background:#000" id="ad_f7912860-7663-11ef-8603-93601bdd80fa"></div><div id="send-money-banner-alert"></div><div id="converter-banner-alert"></div><div style="position:relative;overflow:hidden"><div style="height:1px;position:absolute;width:100%"></div><header id="siteHeader" class="sc-e0f4f737-0 jbRbFz"><button class="sc-321bad70-0 fxlLiv">Skip to Content</button><div class="sc-e0f4f737-3 kmXEZg"><div class="sc-e0f4f737-4 eAbDjb"><a aria-label="Home" href="/" class="sc-e0f4f737-5 kywHLY"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 710 568.71"><path fill="currentColor" d="M270.72 427.89h-79.85a2.9 2.9 0 01-2.46-1.37l-51.6-83.33-51.62 83.33a2.87 2.87 0 01-2.45 1.37H2.9a2.89 2.89 0 01-2.4-4.51L96.36 280.9 1.68 143.35a2.89 2.89 0 012.38-4.53h80.33a2.88 2.88 0 012.44 1.36l50 79.51 49.67-79a3.88 3.88 0 013.3-1.83h79.77a2.89 2.89 0 012.38 4.53L177.24 280.9l95.88 142.48a2.9 2.9 0 01-2.4 4.51zM424.65.01a282.59 282.59 0 00-208 90.9 1.47 1.47 0 001.08 2.45h12.57a2.86 2.86 0 001.87-.71 256.49 256.49 0 01168.92-63c141.47 0 256.14 113.6 256.14 253.73S542.6 537.09 401.13 537.09a256.51 256.51 0 01-168.92-63 2.86 2.86 0 00-1.87-.71h-12.57a1.47 1.47 0 00-1.08 2.45 282.59 282.59 0 00208 90.9C581.14 566.71 708 439.84 708 283.35S581.14.01 424.65.01zM537 309.09H323.47c1.87 32.38 30.45 60.31 71.9 60.31 31.92 0 52.26-12.7 64.6-32.2a2.89 2.89 0 013.78-1.06l54 28a2.9 2.9 0 011.1 4.16C493.14 407.14 449 432.8 395 432.8h-.4c-85.55 0-144.13-62.6-144.13-149.45S309 133.91 394.55 133.91s147.17 66.91 147.17 149.44a147 147 0 01-1.65 22.55c-.28 1.5-1.33 3.19-3.07 3.19zm-67.1-58.5c-4.47-18.38-26-53.3-71.91-53.3-44.1 0-66.77 27.59-72.15 53.3z"></path></svg></a></div><div class="sc-e0f4f737-1 fxQDoB"><a class="" href="/">Personal</a><a href="/business" class="innactive">Business</a></div><nav class="sc-e0f4f737-7 cEJNcP"><a href="/send-money/" class="sc-77d4b8b-0 judMoL"><button class="sc-79aa4c0a-3 iNPEWy">Send Money</button></a><a href="/currencyconverter/" class="sc-77d4b8b-0 judMoL"><button class="sc-79aa4c0a-3 iNPEWy">Converter</button></a><a href="/xecurrencydata/" class="sc-77d4b8b-0 judMoL"><button class="sc-79aa4c0a-3 iNPEWy">Currency API</button></a><div class="sc-f021b64d-0 hTiYc"><button aria-describedby="0.40351421883475513" tabindex="0" class="sc-79aa4c0a-3 iNPEWy">Tools</button><div class="sc-f021b64d-1 fZfHzd sc-79aa4c0a-0 bMTxxe"><div role="tooltip" id="0.40351421883475513" class="sc-f021b64d-2 bUpjmb tooltip-bubble"><div><div class="sc-79aa4c0a-8 VTdRk"><ul class="sc-79aa4c0a-7 gcURDw"><li><a href="/currencycharts/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 22" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M2.502 20l4.793-9 5.475 4.867a1.5 1.5 0 002.34-.45l4.14-8.242-1.365-.675-4.118 8.25-5.474-4.867a1.5 1.5 0 00-1.26-.383 1.5 1.5 0 00-1.066.75L2 17.75V.5H.5V20A1.5 1.5 0 002 21.5h19.5V20H2.503z" clip-rule="evenodd"></path></svg>Currency Charts</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Trends for any currency</span></div></a></li><li><a href="/ratealerts/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 23" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M19.525 15.225L17.5 13.2V9.75a7.553 7.553 0 00-6.75-7.5V.75h-1.5v1.5a7.613 7.613 0 00-6.75 7.5v3.45L.475 15.225a.682.682 0 00-.225.525V18a.705.705 0 00.75.75h5.25a3.75 3.75 0 107.5 0H19a.705.705 0 00.75-.75v-2.25a.683.683 0 00-.225-.525zM10 21a2.25 2.25 0 01-2.25-2.25h4.5A2.25 2.25 0 0110 21zm8.25-3.75H1.75v-1.2l2.025-2.025A.682.682 0 004 13.5V9.75a6 6 0 0112 0v3.75c-.[scrubbed].225.525l2.025 2.025v1.2z" clip-rule="evenodd"></path></svg>Rate Alerts</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Set your target rate and get alerted</span></div></a></li><li><a href="/currencytables/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 20" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M8 19.75a.75.75 0 01-.69-.465L3.748 10.75H.5v-1.5h3.75a.75.75 0 01.69.465L8 16.96 14.045.738A.75.75 0 0114.75.25a.75.75 0 01.697.51l2.843 8.49h3.21v1.5h-3.75a.75.75 0 01-.712-.51L14.75 3.25 8.705 19.262A.75.75 0 018 19.75z" clip-rule="evenodd"></path></svg>Historical Currency Rates</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Check rates for any date</span></div></a></li></ul><ul class="sc-79aa4c0a-7 gcURDw"><li><a href="/ibancalculator/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 22" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M11 .5C5.201.5.5 5.201.5 11S5.201 21.5 11 21.5 21.5 16.799 21.5 11C21.493 5.204 16.796.507 11 .5zm3.75 2.33a9.01 9.01 0 012.187 1.424l-.31.746H14.75V2.83zM9.034 19.776A8.982 8.982 0 015.087 4.232L6.099 5.75h2.506l-1.125 3H4.46l-1.036 3.111 1.925 2.889h3.75l1.074 1.61-1.14 3.417zM11 20c-.152 0-.302-.015-.452-.023l1.047-3.142a1.49 1.49 0 00-.174-1.306l-1.074-1.61a1.497 1.497 0 00-1.248-.669H6.15l-1.074-1.611.464-1.389H7.25v1.5h1.5V9.636l2.202-5.873-1.404-.526-.38 1.013H6.9l-.605-.908a8.846 8.846 0 016.954-1.046V5c0 .828.672 1.5 1.5 1.5h1.94a1.49 1.49 0 001.06-.44l.105-.104.212-.51A8.985 8.985 0 0119.475 8h-3.526a1.495 1.495 0 00-1.479 1.249l-.447 2.58a1.493 1.493 0 00.743 1.565l1.624 1.098 1.093 2.735A8.969 8.969 0 0111 20zm6.611-6.492l-2.036-1.376-.075-.045.45-2.587h3.914a8.808 8.808 0 01-1.308 6.371l-.945-2.363z" clip-rule="evenodd"></path></svg>IBAN Calculator</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Search and validate IBANs</span></div></a></li><li><a href="/apps/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 20" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M10.5 0h-9C.672 0 0 .672 0 1.5V18c0 .828.672 1.5 1.5 1.5h9A1.502 1.502 0 0012 18V1.5c0-.828-.672-1.5-1.5-1.5zm0 1.5V3h-9V1.5h9zM1.5 18V4.5h9V18h-9z" clip-rule="evenodd"></path></svg>Apps</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Smartphone apps and more</span></div></a></li><li><a href="/tools/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14" aria-hidden="true" style="height:13px"><path fill="currentColor" fill-rule="evenodd" d="M7.75 6.25v-6h-1.5v6h-6v1.5h6v6h1.5v-6h6v-1.5h-6z" clip-rule="evenodd"></path></svg>More Tools</div></a></li></ul></div></div></div></div></div><div class="sc-f021b64d-0 hTiYc"><button aria-describedby="0.17720628452003706" tabindex="0" class="sc-79aa4c0a-3 iNPEWy">Resources</button><div class="sc-f021b64d-1 fZfHzd sc-79aa4c0a-0 bMTxxe"><div role="tooltip" id="0.17720628452003706" class="sc-f021b64d-2 bUpjmb tooltip-bubble"><div><div class="sc-79aa4c0a-8 VTdRk"><ul class="sc-79aa4c0a-7 gcURDw"><li><a href="http://help.xe.com" target="_blank" rel="noopener noreferrer" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M11 0C5.201 0 .5 4.701.5 10.5S5.201 21 11 21s10.5-4.701 10.5-10.5A10.5 10.5 0 0011 0zm0 19.5a9 9 0 110-18 9 9 0 010 18zm0-2.25A1.125 1.125 0 1011 15a1.125 1.125 0 000 2.25zm.75-12.75h-1.125A3.367 3.367 0 007.25 7.875v.375h1.5v-.375C8.75 6.839 9.59 6 10.625 6h1.125a1.875 1.875 0 010 3.75h-1.5v3.375h1.5V11.25a3.375 3.375 0 100-6.75z" clip-rule="evenodd"></path></svg>Help Center</div></a></li><li><a href="https://www.xe.com/xemoneytransfer?page=lp/refer-a-friend-onsite/?utm_content=xecom-banner-perscorp" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 10.5H21V7.5H19.5V10.5H16.5V12H19.5V15H21V12H24V10.5ZM9 3C11.0711 3 12.75 4.67893 12.75 6.75C12.75 8.82107 11.0711 10.5 9 10.5C6.92893 10.5 5.25 8.82107 5.25 6.75C5.25 4.67893 6.92893 3 9 3ZM9 1.5C6.10051 1.5 3.75 3.85051 3.75 6.75C3.75 9.64949 6.10051 12 9 12C11.8995 12 14.25 9.64949 14.25 6.75C14.25 3.85051 11.8995 1.5 9 1.5ZM16.5 22.5H15V18.75C15 16.6789 13.3211 15 11.25 15H6.75C4.67893 15 3 16.6789 3 18.75V22.5H1.5V18.75C1.5 15.8505 3.85051 13.5 6.75 13.5H11.25C14.1495 13.5 16.5 15.8505 16.5 18.75V22.5Z" fill="#006CE0"></path></svg>Refer A Friend</div></a></li><li><a href="/blog/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 19" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M0 15.5h7.5V17H0v-1.5zM0 11h7.5v1.5H0V11zm16.5-3h-15A1.5 1.5 0 010 6.5V2A1.5 1.5 0 011.5.5h15A1.5 1.5 0 0118 2v4.5A1.5 1.5 0 0116.5 8zm-15-6v4.5h15V2h-15zm15 16.5H12a1.5 1.5 0 01-1.5-1.5v-4.5A1.5 1.5 0 0112 11h4.5a1.5 1.5 0 011.5 1.5V17a1.5 1.5 0 01-1.5 1.5zm-4.5-6V17h4.5v-4.5H12z" clip-rule="evenodd"></path></svg>Blog</div></a></li><li><a href="/moneytransfertips/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M4.25 16.5h7.5V18h-7.5v-1.5zm1.5 3h4.5V21h-4.5v-1.5zM8 0A7.5 7.5 0 00.5 7.5a6.893 6.893 0 002.595 5.715c.75.697 1.155 1.095 1.155 1.785h1.5c0-1.38-.832-2.152-1.642-2.895A5.4 5.4 0 012 7.5a6 6 0 1112 0 5.4 5.4 0 01-2.115 4.605c-.802.75-1.635 1.5-1.635 2.895h1.5c0-.69.398-1.088 1.155-1.793A6.885 6.885 0 0015.5 7.5 7.5 7.5 0 008 0z" clip-rule="evenodd"></path></svg>Money Transfer Tips</div></a></li><li><a href="/currency/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 17" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M13.25 4h5.25v1.5h-5.25V4zm0 3.75h5.25v1.5h-5.25v-1.5zm0 3.75h5.25V13h-5.25v-1.5zM20 .25H2C1.[scrubbed].5 1.75v13.5c0 .828.672 1.5 1.5 1.5h18a1.502 1.502 0 001.5-1.5V1.75c0-.828-.672-1.5-1.5-1.5zM2 1.75h8.25v13.5H2V1.75zm9.75 13.5V1.75H20l.002 13.5H11.75z" clip-rule="evenodd"></path></svg>Currency Encyclopedia</div></a></li><li><a href="/currencyemail/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M18.5 3V0H.5v7.5h6.75V21H21.5V3h-3zM2 6V1.5h15V3H7.25v3H2zm18 13.5H8.75v-15H20v15zM10.25 6.75h1.5v1.5h-1.5v-1.5zm3 0h5.25v1.5h-5.25v-1.5zm-3 4.5h1.5v1.5h-1.5v-1.5zm3 0h5.25v1.5h-5.25v-1.5zm-3 4.5h1.5v1.5h-1.5v-1.5zm3 0h5.25v1.5h-5.25v-1.5z" clip-rule="evenodd"></path></svg>Currency Newsletters</div></a></li><li><a href="/moneytransfertips/terms.php" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M7.5 13.635l-2.692-2.692L3.75 12l3.75 3.75L14.25 9l-1.057-1.065-5.693 5.7zM15.75 2.25H13.5V1.5A1.5 1.5 0 0012 0H6a1.5 1.5 0 00-1.5 1.5v.75H2.25a1.5 1.5 0 00-1.5 1.5V19.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V3.75a1.5 1.5 0 00-1.5-1.5zM6 1.5h6v3H6v-3zm9.75 18H2.25V3.75H4.5V6h9V3.75h2.25V19.5z" clip-rule="evenodd"></path></svg>Glossary</div></a></li><li><a href="/learn/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14" aria-hidden="true" style="height:13px"><path fill="currentColor" fill-rule="evenodd" d="M7.75 6.25v-6h-1.5v6h-6v1.5h6v6h1.5v-6h6v-1.5h-6z" clip-rule="evenodd"></path></svg>More Resources</div></a></li></ul></div></div></div></div></div></nav><nav class="sc-e0f4f737-8 hSIgFk"><div class="sc-e0f4f737-10 bQMqEd"><div class="sc-f021b64d-0 hTiYc"><button aria-describedby="0.32032121348565634" tabindex="0" class="sc-79aa4c0a-3 iNPEWy">Sign In</button><div class="sc-f021b64d-1 fZfHzd sc-79aa4c0a-0 bMTxxe"><div role="tooltip" id="0.32032121348565634" class="sc-f021b64d-2 bUpjmb tooltip-bubble"><div><div class="sc-79aa4c0a-13 hkiKHy"><ul><li><a href="https://account.xe.com/signin/?icid=XECOM:Home:LoginBut:Login:Glob:HPXEMTLogin&amp;ctaPosition=header" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M17.78.217a.75.75 0 00-.787-.172l-16.5 6a.75.75 0 000 1.402l7.2 2.88 2.88 7.2a.75.75 0 [scrubbed].75 0 00.69-.495l6-16.5a.75.75 0 00-.158-.787zM11.248 15.15L9.156 9.9l3.592-3.592-1.057-1.057-3.623 3.622-5.22-2.122 13.147-4.748-4.747 13.147z" clip-rule="evenodd"></path></svg>Money Transfer</div></a></li><li><a href="https://accounts.xe.com/login?client_id=68pd6tgjc1s83divlnc1bgrbqo&amp;redirect_uri=https%3A%2F%2Fxera.xe.com&amp;response_type=code&amp;scope=openid" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 23" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M19.525 15.225L17.5 13.2V9.75a7.553 7.553 0 00-6.75-7.5V.75h-1.5v1.5a7.613 7.613 0 00-6.75 7.5v3.45L.475 15.225a.682.682 0 00-.225.525V18a.705.705 0 00.75.75h5.25a3.75 3.75 0 107.5 0H19a.705.705 0 00.75-.75v-2.25a.683.683 0 00-.225-.525zM10 21a2.25 2.25 0 01-2.25-2.25h4.5A2.25 2.25 0 0110 21zm8.25-3.75H1.75v-1.2l2.025-2.025A.682.682 0 004 13.5V9.75a6 6 0 0112 0v3.75c-.[scrubbed].225.525l2.025 2.025v1.2z" clip-rule="evenodd"></path></svg>Rate Alerts</div></a></li></ul></div></div></div></div></div><div class="sc-f021b64d-0 hTiYc"><button aria-describedby="0.568263641624869" tabindex="0" class="sc-79aa4c0a-3 bdpufv">Register</button><div class="sc-f021b64d-1 fZfHzd sc-79aa4c0a-0 bMTxxe"><div role="tooltip" id="0.568263641624869" class="sc-f021b64d-2 bUpjmb tooltip-bubble"><div><div class="sc-79aa4c0a-13 hkiKHy"><ul><li><a href="https://account.xe.com/signup?redirect_uri=https%3A%2F%2Fpersonal-registration.xe.com&amp;ctaPosition=header" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M17.78.217a.75.75 0 00-.787-.172l-16.5 6a.75.75 0 000 1.402l7.2 2.88 2.88 7.2a.75.75 0 [scrubbed].75 0 00.69-.495l6-16.5a.75.75 0 00-.158-.787zM11.248 15.15L9.156 9.9l3.592-3.592-1.057-1.057-3.623 3.622-5.22-2.122 13.147-4.748-4.747 13.147z" clip-rule="evenodd"></path></svg>Money Transfer</div></a></li><li><a href="https://accounts.xe.com/signup?client_id=68pd6tgjc1s83divlnc1bgrbqo&amp;redirect_uri=https%3A%2F%2Fxera.xe.com&amp;response_type=code&amp;scope=openid" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 23" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M19.525 15.225L17.5 13.2V9.75a7.553 7.553 0 00-6.75-7.5V.75h-1.5v1.5a7.613 7.613 0 00-6.75 7.5v3.45L.475 15.225a.682.682 0 00-.225.525V18a.705.705 0 00.75.75h5.25a3.75 3.75 0 107.5 0H19a.705.705 0 00.75-.75v-2.25a.683.683 0 00-.225-.525zM10 21a2.25 2.25 0 01-2.25-2.25h4.5A2.25 2.25 0 0110 21zm8.25-3.75H1.75v-1.2l2.025-2.025A.682.682 0 004 13.5V9.75a6 6 0 0112 0v3.75c-.[scrubbed].225.525l2.025 2.025v1.2z" clip-rule="evenodd"></path></svg>Rate Alerts</div></a></li></ul></div></div></div></div></div></div><button aria-label="toggle menu button" class="sc-e0f4f737-9 iOHdjg"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 18 12"><g fill="none" fill-rule="evenodd"><path d="M-3-6h24v24H-3z"></path><path fill="currentColor" fill-rule="nonzero" d="M0 12h18v-2H0v2zm0-5h18V5H0v2zm0-7v2h18V0H0z"></path></g></svg></button></nav></div><div class="sc-7e54e301-0 fRFWho"><nav class="sc-7e54e301-1 lcFrob"><div><a style="text-decoration:none" href="/send-money/" class="sc-77d4b8b-0 judMoL"><button class="sc-79aa4c0a-4 gtOPXe">Send Money</button><ul class="sc-79aa4c0a-11 fajuua"></ul></a><hr class="sc-79aa4c0a-5 jYSCVY"/></div><div><a style="text-decoration:none" href="/currencyconverter/" class="sc-77d4b8b-0 judMoL"><button class="sc-79aa4c0a-4 gtOPXe">Converter</button><ul class="sc-79aa4c0a-11 fajuua"></ul></a><hr class="sc-79aa4c0a-5 jYSCVY"/></div><div><a style="text-decoration:none" href="/xecurrencydata/" class="sc-77d4b8b-0 judMoL"><button class="sc-79aa4c0a-4 gtOPXe">Currency API</button><ul class="sc-79aa4c0a-11 fajuua"></ul></a><hr class="sc-79aa4c0a-5 jYSCVY"/></div><div><button class="sc-79aa4c0a-4 gtOPXe">Tools<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 14" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M7.75 7L1.5 13.25l-.875-.875L6 7 .625 1.625 1.5.75 7.75 7z" clip-rule="evenodd"></path></svg></button><ul class="sc-79aa4c0a-12 jQillh"><li><a href="/currencycharts/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 22" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M2.502 20l4.793-9 5.475 4.867a1.5 1.5 0 002.34-.45l4.14-8.242-1.365-.675-4.118 8.25-5.474-4.867a1.5 1.5 0 00-1.26-.383 1.5 1.5 0 00-1.066.75L2 17.75V.5H.5V20A1.5 1.5 0 002 21.5h19.5V20H2.503z" clip-rule="evenodd"></path></svg>Currency Charts</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Trends for any currency</span></div></a></li><li><a href="/ratealerts/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 23" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M19.525 15.225L17.5 13.2V9.75a7.553 7.553 0 00-6.75-7.5V.75h-1.5v1.5a7.613 7.613 0 00-6.75 7.5v3.45L.475 15.225a.682.682 0 00-.225.525V18a.705.705 0 00.75.75h5.25a3.75 3.75 0 107.5 0H19a.705.705 0 00.75-.75v-2.25a.683.683 0 00-.225-.525zM10 21a2.25 2.25 0 01-2.25-2.25h4.5A2.25 2.25 0 0110 21zm8.25-3.75H1.75v-1.2l2.025-2.025A.682.682 0 004 13.5V9.75a6 6 0 0112 0v3.75c-.[scrubbed].225.525l2.025 2.025v1.2z" clip-rule="evenodd"></path></svg>Rate Alerts</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Set your target rate and get alerted</span></div></a></li><li><a href="/currencytables/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 20" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M8 19.75a.75.75 0 01-.69-.465L3.748 10.75H.5v-1.5h3.75a.75.75 0 01.69.465L8 16.96 14.045.738A.75.75 0 0114.75.25a.75.75 0 01.697.51l2.843 8.49h3.21v1.5h-3.75a.75.75 0 01-.712-.51L14.75 3.25 8.705 19.262A.75.75 0 018 19.75z" clip-rule="evenodd"></path></svg>Historical Currency Rates</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Check rates for any date</span></div></a></li><li><a href="/ibancalculator/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 22" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M11 .5C5.201.5.5 5.201.5 11S5.201 21.5 11 21.5 21.5 16.799 21.5 11C21.493 5.204 16.796.507 11 .5zm3.75 2.33a9.01 9.01 0 012.187 1.424l-.31.746H14.75V2.83zM9.034 19.776A8.982 8.982 0 015.087 4.232L6.099 5.75h2.506l-1.125 3H4.46l-1.036 3.111 1.925 2.889h3.75l1.074 1.61-1.14 3.417zM11 20c-.152 0-.302-.015-.452-.023l1.047-3.142a1.49 1.49 0 00-.174-1.306l-1.074-1.61a1.497 1.497 0 00-1.248-.669H6.15l-1.074-1.611.464-1.389H7.25v1.5h1.5V9.636l2.202-5.873-1.404-.526-.38 1.013H6.9l-.605-.908a8.846 8.846 0 016.954-1.046V5c0 .828.672 1.5 1.5 1.5h1.94a1.49 1.49 0 001.06-.44l.105-.104.212-.51A8.985 8.985 0 0119.475 8h-3.526a1.495 1.495 0 00-1.479 1.249l-.447 2.58a1.493 1.493 0 00.743 1.565l1.624 1.098 1.093 2.735A8.969 8.969 0 0111 20zm6.611-6.492l-2.036-1.376-.075-.045.45-2.587h3.914a8.808 8.808 0 01-1.308 6.371l-.945-2.363z" clip-rule="evenodd"></path></svg>IBAN Calculator</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Search and validate IBANs</span></div></a></li><li><a href="/apps/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 12 20" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M10.5 0h-9C.672 0 0 .672 0 1.5V18c0 .828.672 1.5 1.5 1.5h9A1.502 1.502 0 0012 18V1.5c0-.828-.672-1.5-1.5-1.5zm0 1.5V3h-9V1.5h9zM1.5 18V4.5h9V18h-9z" clip-rule="evenodd"></path></svg>Apps</div><div class="sc-79aa4c0a-10 gSxYHI"><div class="spacer"></div><span class="sc-79aa4c0a-2 cZbPJm nav-item-description">Smartphone apps and more</span></div></a></li><li><a href="/tools/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14" aria-hidden="true" style="height:13px"><path fill="currentColor" fill-rule="evenodd" d="M7.75 6.25v-6h-1.5v6h-6v1.5h6v6h1.5v-6h6v-1.5h-6z" clip-rule="evenodd"></path></svg>More Tools</div></a></li></ul><hr class="sc-79aa4c0a-5 jYSCVY"/></div><div><button class="sc-79aa4c0a-4 gtOPXe">Resources<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 8 14" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M7.75 7L1.5 13.25l-.875-.875L6 7 .625 1.625 1.5.75 7.75 7z" clip-rule="evenodd"></path></svg></button><ul class="sc-79aa4c0a-12 jQillh"><li><a href="http://help.xe.com" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M11 0C5.201 0 .5 4.701.5 10.5S5.201 21 11 21s10.5-4.701 10.5-10.5A10.5 10.5 0 0011 0zm0 19.5a9 9 0 110-18 9 9 0 010 18zm0-2.25A1.125 1.125 0 1011 15a1.125 1.125 0 000 2.25zm.75-12.75h-1.125A3.367 3.367 0 007.25 7.875v.375h1.5v-.375C8.75 6.839 9.59 6 10.625 6h1.125a1.875 1.875 0 010 3.75h-1.5v3.375h1.5V11.25a3.375 3.375 0 100-6.75z" clip-rule="evenodd"></path></svg>Help Center</div></a></li><li><a href="https://www.xe.com/xemoneytransfer?page=lp/refer-a-friend-onsite/?utm_content=xecom-banner-perscorp" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 10.5H21V7.5H19.5V10.5H16.5V12H19.5V15H21V12H24V10.5ZM9 3C11.0711 3 12.75 4.67893 12.75 6.75C12.75 8.82107 11.0711 10.5 9 10.5C6.92893 10.5 5.25 8.82107 5.25 6.75C5.25 4.67893 6.92893 3 9 3ZM9 1.5C6.10051 1.5 3.75 3.85051 3.75 6.75C3.75 9.64949 6.10051 12 9 12C11.8995 12 14.25 9.64949 14.25 6.75C14.25 3.85051 11.8995 1.5 9 1.5ZM16.5 22.5H15V18.75C15 16.6789 13.3211 15 11.25 15H6.75C4.67893 15 3 16.6789 3 18.75V22.5H1.5V18.75C1.5 15.8505 3.85051 13.5 6.75 13.5H11.25C14.1495 13.5 16.5 15.8505 16.5 18.75V22.5Z" fill="#006CE0"></path></svg>Refer A Friend</div></a></li><li><a href="/blog/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 19" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M0 15.5h7.5V17H0v-1.5zM0 11h7.5v1.5H0V11zm16.5-3h-15A1.5 1.5 0 010 6.5V2A1.5 1.5 0 011.5.5h15A1.5 1.5 0 0118 2v4.5A1.5 1.5 0 0116.5 8zm-15-6v4.5h15V2h-15zm15 16.5H12a1.5 1.5 0 01-1.5-1.5v-4.5A1.5 1.5 0 0112 11h4.5a1.5 1.5 0 011.5 1.5V17a1.5 1.5 0 01-1.5 1.5zm-4.5-6V17h4.5v-4.5H12z" clip-rule="evenodd"></path></svg>Blog</div></a></li><li><a href="/moneytransfertips/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M4.25 16.5h7.5V18h-7.5v-1.5zm1.5 3h4.5V21h-4.5v-1.5zM8 0A7.5 7.5 0 00.5 7.5a6.893 6.893 0 002.595 5.715c.75.697 1.155 1.095 1.155 1.785h1.5c0-1.38-.832-2.152-1.642-2.895A5.4 5.4 0 012 7.5a6 6 0 1112 0 5.4 5.4 0 01-2.115 4.605c-.802.75-1.635 1.5-1.635 2.895h1.5c0-.69.398-1.088 1.155-1.793A6.885 6.885 0 0015.5 7.5 7.5 7.5 0 008 0z" clip-rule="evenodd"></path></svg>Money Transfer Tips</div></a></li><li><a href="/currency/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 17" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M13.25 4h5.25v1.5h-5.25V4zm0 3.75h5.25v1.5h-5.25v-1.5zm0 3.75h5.25V13h-5.25v-1.5zM20 .25H2C1.[scrubbed].5 1.75v13.5c0 .828.672 1.5 1.5 1.5h18a1.502 1.502 0 001.5-1.5V1.75c0-.828-.672-1.5-1.5-1.5zM2 1.75h8.25v13.5H2V1.75zm9.75 13.5V1.75H20l.002 13.5H11.75z" clip-rule="evenodd"></path></svg>Currency Encyclopedia</div></a></li><li><a href="/currencyemail/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M18.5 3V0H.5v7.5h6.75V21H21.5V3h-3zM2 6V1.5h15V3H7.25v3H2zm18 13.5H8.75v-15H20v15zM10.25 6.75h1.5v1.5h-1.5v-1.5zm3 0h5.25v1.5h-5.25v-1.5zm-3 4.5h1.5v1.5h-1.5v-1.5zm3 0h5.25v1.5h-5.25v-1.5zm-3 4.5h1.5v1.5h-1.5v-1.5zm3 0h5.25v1.5h-5.25v-1.5z" clip-rule="evenodd"></path></svg>Currency Newsletters</div></a></li><li><a href="/moneytransfertips/terms.php" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 21" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M7.5 13.635l-2.692-2.692L3.75 12l3.75 3.75L14.25 9l-1.057-1.065-5.693 5.7zM15.75 2.25H13.5V1.5A1.5 1.5 0 0012 0H6a1.5 1.5 0 00-1.5 1.5v.75H2.25a1.5 1.5 0 00-1.5 1.5V19.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5V3.75a1.5 1.5 0 00-1.5-1.5zM6 1.5h6v3H6v-3zm9.75 18H2.25V3.75H4.5V6h9V3.75h2.25V19.5z" clip-rule="evenodd"></path></svg>Glossary</div></a></li><li><a href="/learn/" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14" aria-hidden="true" style="height:13px"><path fill="currentColor" fill-rule="evenodd" d="M7.75 6.25v-6h-1.5v6h-6v1.5h6v6h1.5v-6h6v-1.5h-6z" clip-rule="evenodd"></path></svg>More Resources</div></a></li></ul><hr class="sc-79aa4c0a-5 jYSCVY"/></div></nav><div class="sc-79aa4c0a-6 eCUvoP"><button style="width:100%;flex-shrink:0;border:none;color:#006CE0;background-color:#F2F7FE" class="sc-fe840e0c-0 vAkEN">Sign In</button><div class="sc-8588e758-0 eFsfMK"><div class="sc-bb9667d8-0 kmEgUH"><div class="sc-bb9667d8-1 hEbHfZ"></div><div style="font-size:15px;padding:12px">Sign In</div><hr style="margin-top:4px;margin-bottom:8px" class="sc-79aa4c0a-5 jYSCVY"/><ul><li><a href="https://account.xe.com/signin/?icid=XECOM:Home:LoginBut:Login:Glob:HPXEMTLogin&amp;ctaPosition=header" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M17.78.217a.75.75 0 00-.787-.172l-16.5 6a.75.75 0 000 1.402l7.2 2.88 2.88 7.2a.75.75 0 [scrubbed].75 0 00.69-.495l6-16.5a.75.75 0 00-.158-.787zM11.248 15.15L9.156 9.9l3.592-3.592-1.057-1.057-3.623 3.622-5.22-2.122 13.147-4.748-4.747 13.147z" clip-rule="evenodd"></path></svg>Money Transfer</div></a></li><li><a href="https://accounts.xe.com/login?client_id=68pd6tgjc1s83divlnc1bgrbqo&amp;redirect_uri=https%3A%2F%2Fxera.xe.com&amp;response_type=code&amp;scope=openid" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 23" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M19.525 15.225L17.5 13.2V9.75a7.553 7.553 0 00-6.75-7.5V.75h-1.5v1.5a7.613 7.613 0 00-6.75 7.5v3.45L.475 15.225a.682.682 0 00-.225.525V18a.705.705 0 00.75.75h5.25a3.75 3.75 0 107.5 0H19a.705.705 0 00.75-.75v-2.25a.683.683 0 00-.225-.525zM10 21a2.25 2.25 0 01-2.25-2.25h4.5A2.25 2.25 0 0110 21zm8.25-3.75H1.75v-1.2l2.025-2.025A.682.682 0 004 13.5V9.75a6 6 0 0112 0v3.75c-.[scrubbed].225.525l2.025 2.025v1.2z" clip-rule="evenodd"></path></svg>Rate Alerts</div></a></li></ul></div></div><button style="width:100%;flex-shrink:0;border:none" class="sc-fe840e0c-0 vAkEN">Register</button><div class="sc-8588e758-0 eFsfMK"><div class="sc-bb9667d8-0 kmEgUH"><div class="sc-bb9667d8-1 hEbHfZ"></div><div style="font-size:15px;padding:12px">Register</div><hr style="margin-top:4px;margin-bottom:8px" class="sc-79aa4c0a-5 jYSCVY"/><ul><li><a href="https://account.xe.com/signup?redirect_uri=https%3A%2F%2Fpersonal-registration.xe.com&amp;ctaPosition=header" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M17.78.217a.75.75 0 00-.787-.172l-16.5 6a.75.75 0 000 1.402l7.2 2.88 2.88 7.2a.75.75 0 [scrubbed].75 0 00.69-.495l6-16.5a.75.75 0 00-.158-.787zM11.248 15.15L9.156 9.9l3.592-3.592-1.057-1.057-3.623 3.622-5.22-2.122 13.147-4.748-4.747 13.147z" clip-rule="evenodd"></path></svg>Money Transfer</div></a></li><li><a href="https://accounts.xe.com/signup?client_id=68pd6tgjc1s83divlnc1bgrbqo&amp;redirect_uri=https%3A%2F%2Fxera.xe.com&amp;response_type=code&amp;scope=openid" class="sc-79aa4c0a-1 fFVklU"><div class="sc-79aa4c0a-9 hfaJxm"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 23" aria-hidden="true"><path fill="currentColor" fill-rule="evenodd" d="M19.525 15.225L17.5 13.2V9.75a7.553 7.553 0 00-6.75-7.5V.75h-1.5v1.5a7.613 7.613 0 00-6.75 7.5v3.45L.475 15.225a.682.682 0 00-.225.525V18a.705.705 0 00.75.75h5.25a3.75 3.75 0 107.5 0H19a.705.705 0 00.75-.75v-2.25a.683.683 0 00-.225-.525zM10 21a2.25 2.25 0 01-2.25-2.25h4.5A2.25 2.25 0 0110 21zm8.25-3.75H1.75v-1.2l2.025-2.025A.682.682 0 004 13.5V9.75a6 6 0 0112 0v3.75c-.[scrubbed].225.525l2.025 2.025v1.2z" clip-rule="evenodd"></path></svg>Rate Alerts</div></a></li></ul></div></div></div></div></header><style>
          #nprogress {
            pointer-events: none;
          }
          
          #nprogress .bar {
            background: #0631a7;
          
            position: fixed;
            z-index: 1031;
            top: 0;
            left: 0;
          
            width: 100%;
            height: 3px;
          }
          
          /* Fancy blur effect */
          #nprogress .peg {
            display: block;
            position: absolute;
            right: 0px;
            width: 100px;
            height: 100%;
            box-shadow: 0 0 10px #0631a7, 0 0 5px #0631a7;
            opacity: 1.0;
          
            -webkit-transform: rotate(3deg) translate(0px, -4px);
                -ms-transform: rotate(3deg) translate(0px, -4px);
                    transform: rotate(3deg) translate(0px, -4px);
          }
          
          /* Remove these to get rid of the spinner */
          #nprogress .spinner {
            display: block;
            position: fixed;
            z-index: 1031;
            top: 15px;
            right: 15px;
          }
          
          #nprogress .spinner-icon {
            width: 18px;
            height: 18px;
            box-sizing: border-box;
          
            border: solid 2px transparent;
            border-top-color: #0631a7;
            border-left-color: #0631a7;
            border-radius: 50%;
          
            -webkit-animation: nprogress-spinner 400ms linear infinite;
                    animation: nprogress-spinner 400ms linear infinite;
          }
          
          .nprogress-custom-parent {
            overflow: hidden;
            position: relative;
          }
          
          .nprogress-custom-parent #nprogress .spinner,
          .nprogress-custom-parent #nprogress .bar {
            position: absolute;
          }
          
          @-webkit-keyframes nprogress-spinner {
            0%   { -webkit-transform: rotate(0deg); }
            100% { -webkit-transform: rotate(360deg); }
          }
          @keyframes nprogress-spinner {
            0%   { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
          }
        </style><div style="position:relative" class="sc-2b1c5c79-0 frAgUY"><div class="sc-2b1c5c79-0 idPZrB sc-e7205bf-1 dgQtqi"><div class="sc-2b1c5c79-2 lkUVGW"><div class="sc-2b1c5c79-1 gnDiLU"><div class="sc-eab2503e-0 bosgRb"><svg width="1907px" height="680px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2060.64 743.655" aria-hidden="true"><g class="guilloche-trails"><linearGradient id="120675_a" x1="96.091" x2="1999.773" y1="417.343" y2="417.343" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_a)" d="M1446.632 624.59c-64.069.003-129.21-17.237-197.398-52.045-79.487-40.574-154.904-100.476-227.838-158.404-71.419-56.728-145.242-115.364-220.352-153.366-39.015-19.74-75.413-32.592-111.276-39.289-39.444-7.365-77.535-7.18-116.452.564-62.403 12.42-116.247 37.599-164.606 76.977-44.246 36.027-80.51 80.761-115.58 124.023-34.09 42.053-69.327 85.523-112.078 121.44-25.858 21.726-52.246 38.864-80.67 52.394a3 3 0 01-2.58-5.418c27.959-13.308 53.928-30.176 79.39-51.57 42.312-35.547 77.365-78.79 111.265-120.609 35.274-43.515 71.737-88.494 116.464-124.913 49.137-40.011 103.837-65.594 167.224-78.21 39.68-7.896 78.515-8.084 118.724-.576 36.43 6.803 73.354 19.833 112.884 39.833 75.654 38.278 149.72 97.107 221.349 154 72.729 57.766 147.907 117.478 226.86 157.78 92.028 46.979 178.346 61.542 263.89 44.517 80.41-16.003 147.303-46.852 204.501-94.309 30.456-25.268 54.614-52.595 74.23-75.993 6.402-7.637 10.156-13.096 13.787-18.375 2.088-3.036 4.247-6.176 6.87-9.674 50.74-67.66 88.938-112.864 113.537-134.358 21.03-18.376 42.88-32.37 66.798-42.78a3 3 0 012.394 5.502c-23.343 10.16-44.685 23.832-65.245 41.796-24.283 21.22-62.196 66.114-112.683 133.44-2.55 3.4-4.58 6.35-6.728 9.474-3.71 5.396-7.547 10.974-14.133 18.83-19.787 23.604-44.172 51.181-74.995 76.755-57.985 48.11-125.749 79.374-207.161 95.576-23.38 4.653-46.817 6.988-70.392 6.989z"></path><linearGradient id="120675_b" x1="96.091" x2="1069.959" y1="403.636" y2="403.636" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_b)" d="M99.094 597.176a3 3 0 01-1.292-5.71c27.959-13.308 53.928-30.176 79.39-51.57 42.312-35.547 77.365-78.79 111.265-120.61 35.274-43.514 71.737-88.493 116.464-124.912 49.137-40.011 103.837-65.594 167.224-78.21 39.68-7.896 78.515-8.084 118.724-.576 36.43 6.803 73.355 19.833 112.884 39.833 75.654 38.278 149.72 97.107 221.349 154 14.238 11.31 28.942 22.989 43.705 34.537a3.001 3.001 0 01-3.697 4.726c-14.78-11.562-29.493-23.248-43.72-34.548-71.413-56.723-145.236-115.36-220.346-153.361-39.015-19.74-75.413-32.592-111.276-39.289-39.443-7.365-77.535-7.18-116.452.564-62.404 12.42-116.247 37.599-164.606 76.977-44.246 36.027-80.51 80.761-115.58 124.023-34.09 42.053-69.327 85.523-112.078 121.44-25.858 21.726-52.246 38.864-80.67 52.394a2.989 2.989 0 01-1.288.292z"></path><linearGradient id="120675_c" x1="9.318" x2="2051.32" y1="399.528" y2="399.528" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_c)" d="M12.316 606.967a3.002 3.002 0 01-.582-5.944c57.065-11.357 107.4-35.86 153.88-74.909 40.988-34.435 75.491-77 108.859-118.163 35.843-44.215 72.906-89.936 119.082-127.536 51.473-41.912 108.74-68.703 175.077-81.904 41.97-8.353 83.035-8.556 125.542-.618 38.131 7.122 76.633 20.685 117.706 41.467 77.293 39.106 152.096 98.522 224.437 155.98 72.02 57.204 146.478 116.343 223.83 155.829 88.282 45.066 170.775 59.098 252.192 42.893 77.4-15.403 141.682-45.008 196.52-90.506 25.59-21.233 49.374-45.658 72.708-74.671l.178-.221c8.521-10.596 15.252-18.964 24.013-30.566a5646.241 5646.241 0 0019.502-25.964c29.313-39.283 56.994-76.378 91.672-106.68 38.426-33.576 79.99-53.924 130.801-64.036a3 3 0 111.172 5.885c-49.74 9.899-90.421 29.813-128.025 62.67-34.199 29.882-61.694 66.729-90.804 105.74a5693.246 5693.246 0 01-19.529 26c-8.817 11.676-15.574 20.076-24.127 30.712l-.177.22c-23.59 29.33-47.649 54.037-73.553 75.528-55.625 46.152-120.777 76.172-199.18 91.774-82.792 16.478-166.56 2.27-256.092-43.434-77.885-39.758-152.582-99.087-224.82-156.462-72.118-57.284-146.679-116.506-223.427-155.338-40.558-20.52-78.534-33.906-116.099-40.922-41.74-7.794-82.062-7.596-123.27.604-65.352 13.006-121.764 39.394-172.458 80.673-45.695 37.207-82.56 82.683-118.21 126.662-33.545 41.382-68.233 84.173-109.661 118.978-47.273 39.716-98.487 64.64-156.569 76.2-.197.04-.394.059-.588.059z"></path><linearGradient id="120675_d" x1="70.66" x2="437.247" y1="461.269" y2="461.269" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_d)" d="M73.66 627.262a3.002 3.002 0 01-1.014-5.825c41.736-15.01 79.721-37.173 116.126-67.757 43.626-36.653 79.233-80.578 113.667-123.056C337.13 387.829 373 343.579 416.286 308.333a381.714 381.714 0 0116.195-12.482 3 3 0 013.532 4.85 375.445 375.445 0 00-15.938 12.285C377.271 347.84 341.6 391.845 307.101 434.4c-34.613 42.7-70.404 86.85-114.47 123.872-36.956 31.048-75.54 53.556-117.955 68.81-.335.121-.678.179-1.015.179z"></path><linearGradient id="120675_e" x1="9.318" x2="813.526" y1="399.528" y2="399.528" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_e)" d="M12.316 606.967a3.002 3.002 0 01-.582-5.944c57.065-11.357 107.4-35.86 153.88-74.909 40.988-34.435 75.491-77 108.859-118.163 35.843-44.215 72.906-89.936 119.082-127.536 51.473-41.912 108.74-68.703 175.077-81.904 41.97-8.353 83.035-8.555 125.542-.618 38.131 7.122 76.633 20.685 117.706 41.467a3 3 0 11-2.71 5.353c-40.557-20.52-78.533-33.906-116.098-40.922-41.74-7.795-82.062-7.596-123.27.604-65.352 13.006-121.764 39.394-172.458 80.673-45.695 37.207-82.56 82.683-118.21 126.662-33.545 41.382-68.233 84.173-109.661 118.978-47.273 39.716-98.487 64.64-156.569 76.2-.197.04-.394.059-.588.059z"></path><linearGradient id="120675_f" x1="50.441" x2="1065.533" y1="375.617" y2="375.617" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_f)" d="M53.442 577.152a3.001 3.001 0 01-.995-5.83C145.33 538.674 201.268 469.67 260.49 396.615c73.72-90.94 149.951-184.976 304.629-215.76 44.26-8.81 87.556-9.024 132.36-.657 39.831 7.438 79.91 21.536 122.527 43.098 78.924 39.933 154.459 99.928 227.507 157.949 5.63 4.47 11.256 8.94 16.883 13.4a3 3 0 11-3.726 4.703 19459.3 19459.3 0 01-16.89-13.405c-72.812-57.833-148.104-117.636-226.483-157.293-42.102-21.302-81.655-35.221-120.92-42.553-44.037-8.224-86.59-8.013-130.087.643-152.552 30.36-228.09 123.54-301.138 213.653-59.773 73.734-116.23 143.378-210.715 176.587-.329.117-.665.171-.995.171z"></path><linearGradient id="120675_g" x1="144.33" x2="1200.172" y1="467.824" y2="467.824" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_g)" d="M147.333 653.524a3 3 0 01-1.416-5.647c26.743-14.283 52.849-32.065 77.591-52.85 47.59-39.983 84.85-85.947 120.88-130.397 32.965-40.662 67.05-82.708 105.997-114.422 39.805-32.412 84.23-53.159 135.814-63.425 30.512-6.073 60.427-6.209 91.455-.416 29.621 5.531 60.236 16.424 93.594 33.302 69.101 34.962 140.24 91.465 209.037 146.106 69.295 55.04 140.946 111.951 218.335 154.615a3 3 0 011.178 4.075 2.997 2.997 0 01-4.075 1.178c-77.83-42.905-149.681-99.976-219.168-155.168-68.563-54.457-139.46-110.766-208.016-145.452-32.844-16.617-62.932-27.332-91.986-32.758-30.262-5.649-59.435-5.517-89.183.403-50.6 10.07-94.17 30.413-133.196 62.193-38.465 31.321-72.353 73.122-105.124 113.547-36.21 44.669-73.652 90.86-121.682 131.213-25.061 21.054-51.514 39.07-78.624 53.549a2.99 2.99 0 01-1.41.354z"></path><linearGradient id="120675_h" x1="96.091" x2="249.471" y1="534.373" y2="534.373" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_h)" d="M99.094 597.176a3 3 0 01-1.292-5.71c27.959-13.308 53.928-30.176 79.39-51.57 21.54-18.096 42.835-39.48 67.015-67.295a3.001 3.001 0 014.528 3.938c-24.39 28.057-45.897 49.648-67.683 67.951-25.858 21.726-52.246 38.864-80.67 52.394a2.989 2.989 0 01-1.288.292z"></path><linearGradient id="120675_i" x1="1015.133" x2="1782.74" y1="617.05" y2="617.05" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_i)" d="M1445.962 714.71c-77.996 0-156.425-20.537-237.646-62-39.795-20.313-93.73-51.4-192.026-127.952a3 3 0 013.686-4.735c97.9 76.244 151.525 107.159 191.069 127.343 110.755 56.54 216.206 73.753 322.376 52.624 92.482-18.405 172.439-55.48 244.439-113.345a3 3 0 113.759 4.678c-72.772 58.484-153.575 95.953-247.027 114.552-29.558 5.882-59.069 8.835-88.63 8.835z"></path><linearGradient id="120675_j" x1="144.33" x2="1782.94" y1="489.404" y2="489.404" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_j)" d="M1446.098 696.685c-75.21.001-150.987-19.878-229.598-60.008-85.897-43.845-164.21-106.047-239.943-166.2-68.565-54.459-139.461-110.767-208.018-145.454-32.844-16.617-62.932-27.333-91.986-32.758-30.262-5.649-59.435-5.517-89.183.403-50.6 10.07-94.17 30.413-133.196 62.193-38.465 31.321-72.353 73.122-105.124 113.547-36.21 44.669-73.652 90.86-121.682 131.213-25.061 21.054-51.514 39.07-78.625 53.549a3 3 0 01-2.827-5.293c26.744-14.283 52.85-32.065 77.592-52.85 47.59-39.983 84.85-85.947 120.88-130.398 32.965-40.661 67.05-82.707 105.997-114.42 39.805-32.414 84.23-53.16 135.814-63.426 30.512-6.073 60.428-6.209 91.455-.416 29.621 5.531 60.236 16.424 93.594 33.302 69.102 34.962 140.24 91.465 209.037 146.106 75.507 59.973 153.58 121.986 238.943 165.558 107.01 54.628 208.638 71.31 310.679 51.002 91.91-18.291 156.067-47.264 228.827-103.335 7.088-5.463 12.496-9.837 19.165-16.028a3 3 0 014.082 4.396c-6.837 6.349-12.358 10.815-19.585 16.384-73.56 56.69-138.416 85.98-231.317 104.468-28.324 5.636-56.615 8.465-84.98 8.465z"></path><linearGradient id="120675_k" x1="144.33" x2="1400.673" y1="488.022" y2="488.022" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_k)" d="M1397.676 693.92c-.113 0-.227-.005-.342-.019-59.51-6.767-118.662-25.486-180.834-57.224-85.897-43.845-164.21-106.047-239.943-166.2-68.565-54.459-139.461-110.767-208.018-145.454-32.844-16.617-62.932-27.333-91.986-32.758-30.262-5.649-59.434-5.517-89.183.403-50.6 10.07-94.169 30.414-133.196 62.193-38.465 31.321-72.353 73.122-105.124 113.547-36.21 44.67-73.652 90.86-121.682 131.213-25.061 21.054-51.514 39.07-78.624 53.549a3 3 0 11-2.827-5.293c26.743-14.283 52.849-32.065 77.591-52.85 47.59-39.983 84.85-85.947 120.88-130.398 32.965-40.661 67.05-82.707 105.997-114.42 39.805-32.414 84.23-53.16 135.814-63.426 30.513-6.073 60.428-6.208 91.455-.416 29.621 5.531 60.236 16.424 93.594 33.302 69.102 34.962 140.24 91.465 209.037 146.106 75.507 59.973 153.58 121.986 238.943 165.558 61.52 31.405 120.001 49.922 178.783 56.607a2.999 2.999 0 01-.335 5.98z"></path><linearGradient id="120675_l" x1="96.091" x2="1788.712" y1="417.343" y2="417.343" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_l)" d="M1446.632 624.59c-64.069.003-129.21-17.237-197.398-52.045-79.487-40.574-154.904-100.476-227.838-158.404-71.419-56.728-145.242-115.364-220.352-153.367-39.015-19.739-75.413-32.59-111.276-39.288-39.444-7.364-77.535-7.18-116.452.564-62.404 12.42-116.247 37.599-164.606 76.977-44.246 36.027-80.51 80.761-115.58 124.023-34.09 42.053-69.327 85.523-112.078 121.44-25.858 21.726-52.246 38.864-80.67 52.394a3 3 0 01-2.58-5.418c27.959-13.308 53.927-30.176 79.39-51.57 42.312-35.547 77.365-78.79 111.265-120.61 35.275-43.514 71.737-88.493 116.464-124.912 49.137-40.011 103.837-65.594 167.224-78.21 39.68-7.896 78.515-8.084 118.724-.576 36.43 6.803 73.354 19.833 112.884 39.832 75.654 38.279 149.72 97.108 221.349 154 72.729 57.767 147.907 117.48 226.86 157.781 92.028 46.979 178.346 61.542 263.89 44.517 80.41-16.003 147.303-46.852 204.501-94.309 20.796-17.254 40.843-37.245 63.091-62.914a3.001 3.001 0 014.535 3.93c-22.469 25.924-42.74 46.132-63.794 63.601-57.985 48.11-125.749 79.374-207.161 95.576-23.38 4.653-46.817 6.988-70.392 6.989z"></path><linearGradient id="120675_m" x1="9.318" x2="1587.901" y1="399.528" y2="399.528" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_m)" d="M12.316 606.967a3.002 3.002 0 01-.582-5.944c57.065-11.357 107.4-35.86 153.88-74.909 40.988-34.435 75.491-77 108.859-118.163 35.843-44.215 72.906-89.936 119.082-127.536 51.473-41.912 108.74-68.703 175.077-81.904 41.97-8.354 83.035-8.555 125.542-.618 38.131 7.122 76.633 20.685 117.706 41.466 77.293 39.108 152.096 98.523 224.437 155.982 72.02 57.203 146.478 116.342 223.83 155.828 88.282 45.066 170.775 59.098 252.192 42.893 25.108-4.997 49.18-11.596 71.548-19.616a3.001 3.001 0 012.025 5.648c-22.645 8.12-47.005 14.798-72.402 19.853-82.792 16.478-166.56 2.27-256.092-43.434-77.885-39.758-152.582-99.087-224.82-156.462-72.118-57.284-146.679-116.506-223.427-155.338-40.558-20.52-78.534-33.906-116.099-40.922-41.74-7.794-82.061-7.596-123.27.604-65.352 13.006-121.763 39.394-172.458 80.673-45.694 37.207-82.56 82.683-118.21 126.662-33.545 41.382-68.233 84.173-109.661 118.978-47.273 39.716-98.487 64.64-156.569 76.2-.197.04-.394.059-.588.059z"></path><linearGradient id="120675_n" x1="235.133" x2="377.702" y1="109.012" y2="109.012" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_n)" d="M238.134 160.218a3.001 3.001 0 01-2.036-5.205 694.94 694.94 0 0132.432-28.144c33.105-26.957 68.367-50.082 104.804-68.732a3 3 0 112.735 5.34c-36.064 18.46-70.97 41.353-103.75 68.045a688.352 688.352 0 00-32.15 27.9 2.991 2.991 0 01-2.035.796z"></path><linearGradient id="120675_o" x1="722.383" x2="1049.571" y1="81.088" y2="81.088" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_o)" d="M1046.568 159.99a2.99 2.99 0 01-1.763-.575C990.671 120.022 943.523 90.656 896.428 67c-57.754-29.008-115.48-48.812-171.573-58.86a3 3 0 01-2.424-3.482 2.995 2.995 0 013.482-2.424c56.662 10.15 114.938 30.136 173.209 59.405 47.394 23.806 94.808 53.334 149.215 92.925a3 3 0 01-1.769 5.426z"></path><linearGradient id="120675_p" x1="1383.33" x2="1587.607" y1="379.31" y2="379.31" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_p)" d="M1447.283 408.441c-19.53 0-40.012-3.888-61.96-11.717a3.001 3.001 0 012.016-5.653c31.455 11.222 59.7 14.096 86.351 8.792 44.299-8.816 79.952-24.842 109-48.991a3 3 0 013.835 4.614c-29.834 24.805-66.36 41.245-111.663 50.262-9.012 1.793-18.186 2.693-27.58 2.693z"></path><linearGradient id="120675_q" x1="1688.692" x2="1791.624" y1="171.943" y2="171.943" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_q)" d="M1691.69 228.282a3 3 0 01-2.383-4.82c16.967-22.233 37.746-48.497 63.224-74.73a569.23 569.23 0 0134.119-32.388 3 3 0 013.947 4.518 563.389 563.389 0 00-33.761 32.05c-25.26 26.008-45.9 52.098-62.76 74.19a2.995 2.995 0 01-2.386 1.18z"></path><linearGradient id="120675_r" x1="1054.121" x2="1188.131" y1="658.615" y2="658.615" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_r)" d="M1185.129 701.139c-.46 0-.925-.106-1.363-.33-40.574-20.71-82.57-46.641-128.385-79.274a2.999 2.999 0 01-.703-4.184 2.998 2.998 0 014.184-.703c45.573 32.46 87.322 58.242 127.633 78.818a3 3 0 01-1.366 5.673z"></path><linearGradient id="120675_s" x1="660.889" x2="905.879" y1="430.121" y2="430.121" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_s)" d="M902.877 503.144c-.65 0-1.304-.21-1.854-.643-51.085-40.241-110.177-85.497-164.99-113.23-17.725-8.968-33.885-15.651-49.403-20.43-7.911-2.437-15.747-4.387-23.291-5.795a3 3 0 011.101-5.898c7.768 1.45 15.828 3.455 23.956 5.959 15.846 4.88 32.314 11.687 50.345 20.81 55.307 27.982 114.682 73.45 165.995 113.871a3 3 0 01-1.859 5.356z"></path><linearGradient id="120675_t" x1="229.336" x2="500.744" y1="545.544" y2="545.544" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_t)" d="M232.339 685.719a3 3 0 01-1.72-5.46c13.222-9.228 26.411-19.356 39.202-30.1 52.86-44.411 92.315-93.081 130.47-140.148 22.007-27.148 44.755-55.21 68.112-78.81 3.83-3.87 7.635-7.576 11.313-11.017 5.478-5.126 10.906-9.883 16.133-14.14a3 3 0 013.79 4.652c-5.122 4.171-10.446 8.837-15.824 13.87a408.088 408.088 0 00-11.147 10.856c-23.148 23.388-45.801 51.334-67.708 78.36-38.34 47.294-77.979 96.19-131.28 140.97-12.926 10.86-26.259 21.097-39.627 30.427a2.983 2.983 0 01-1.714.54z"></path><linearGradient id="120675_u" x1="191.546" x2="601.91" y1="121.932" y2="121.932" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_u)" d="M194.546 230.68a3 3 0 01-2.241-4.993c29.734-33.445 57.567-60.41 87.59-84.859 74.799-60.907 157.752-99.787 253.601-118.862 21.706-4.32 43.644-7.272 65.206-8.774a3 3 0 01.417 5.985c-21.31 1.485-42.994 4.403-64.452 8.673-94.865 18.88-176.962 57.357-250.982 117.63-29.769 24.242-57.38 50.994-86.896 84.193a2.992 2.992 0 01-2.243 1.007z"></path><linearGradient id="120675_v" x1="765.391" x2="1846.737" y1="228.406" y2="228.406" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_v)" d="M1447.092 426.478c-32.91 0-67.913-9.912-107.832-30.29-61.861-31.578-129.376-85.204-194.668-137.064-79.694-63.3-162.076-128.737-256.244-176.038-40.571-20.379-81.194-36.143-120.741-46.857a3 3 0 111.568-5.79c39.935 10.817 80.936 26.726 121.867 47.285 94.72 47.58 177.35 113.211 257.258 176.683 65.085 51.695 132.362 105.131 193.689 136.438 51.525 26.302 94.494 34.776 135.215 26.672 47.311-9.415 85.58-26.687 116.993-52.803 31.622-26.29 59.683-63.9 86.822-100.27 35.171-47.137 68.39-91.66 117.475-134.545 14.05-12.276 28.7-23.68 43.54-33.894a3 3 0 013.403 4.943c-14.652 10.084-29.118 21.344-42.996 33.47-48.603 42.466-81.639 86.74-116.613 133.614-27.347 36.651-55.625 74.55-87.795 101.297-32.201 26.77-71.342 44.458-119.657 54.073a159.688 159.688 0 01-31.284 3.076z"></path><linearGradient id="120675_w" x1="1940.057" x2="2016.658" y1="418.12" y2="418.12" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_w)" d="M1943.055 463.082a3 3 0 01-2.402-4.794c24.607-32.983 47.85-64.137 71.031-84.39a3 3 0 113.947 4.518c-22.7 19.835-45.757 50.74-70.17 83.46a2.993 2.993 0 01-2.406 1.206z"></path><linearGradient id="120675_x" x1="1879.497" x2="1956.186" y1="406.298" y2="406.298" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_x)" d="M1882.497 453.04a3 3 0 01-2.269-4.962c22.349-25.846 33.26-39.764 57.167-70.256 4.07-5.192 8.507-10.851 13.43-17.118a3 3 0 014.719 3.707c-4.922 6.265-9.358 11.922-13.427 17.113-23.241 29.644-34.907 44.524-57.35 70.478a2.993 2.993 0 01-2.27 1.038z"></path><linearGradient id="120675_y" x1="1538.032" x2="1763.167" y1="693.496" y2="693.496" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_y)" d="M1541.03 741.242a3.002 3.002 0 01-.583-5.943c82.992-16.517 154.31-45.639 218.031-89.029a3 3 0 113.377 4.959c-64.4 43.853-136.44 73.278-220.236 89.954-.198.04-.396.06-.59.06z"></path><linearGradient id="120675_z" x1="594.325" x2="1293.131" y1="530.831" y2="530.831" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_z)" d="M1290.131 725.517c-.304 0-.615-.046-.92-.145-31.895-10.273-64.618-23.932-97.261-40.596-90.705-46.3-171.183-110.221-249.01-172.038-66.457-52.781-135.143-107.333-198.782-139.53-28.21-14.273-53.565-23.385-77.516-27.858-23.375-4.362-45.856-4.27-68.731.281a3.001 3.001 0 01-1.171-5.885c23.638-4.703 46.863-4.8 71.003-.294 24.518 4.579 50.4 13.87 79.124 28.402 64.183 32.473 133.113 87.217 199.772 140.16 77.63 61.659 157.868 125.391 248.04 171.418 32.358 16.518 64.782 30.053 96.371 40.229a3 3 0 01-.919 5.856z"></path><linearGradient id="120675_A" x1="144.893" x2="439.306" y1="577.065" y2="577.065" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_A)" d="M147.896 713.565a3 3 0 01-1.256-5.726c39.504-18.186 76.01-41.562 111.603-71.463 51.545-43.307 90.45-91.299 128.073-137.711 15.485-19.1 31.47-38.82 47.75-57.094a3 3 0 114.48 3.99c-16.186 18.172-32.127 37.835-47.543 56.851-37.828 46.663-76.916 94.882-128.9 138.558-36.01 30.25-72.957 53.907-112.954 72.32a2.995 2.995 0 01-1.253.275z"></path><linearGradient id="120675_B" x1="116.58" x2="700.477" y1="189.525" y2="189.525" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_B)" d="M119.578 349.003a3 3 0 01-2.29-4.937c10.349-12.244 21.025-25.414 31.349-38.15 41.025-50.61 83.444-102.938 142.624-151.129C363.727 95.78 444.111 58.108 537.01 39.62c53.498-10.646 107.622-12.422 160.865-5.279a3 3 0 01-.798 5.947c-52.589-7.058-106.05-5.3-158.896 5.217-91.914 18.292-171.443 55.56-243.13 113.935-58.7 47.8-100.92 99.882-141.75 150.25-10.346 12.764-21.042 25.958-31.43 38.25a2.994 2.994 0 01-2.293 1.063z"></path><linearGradient id="120675_C" x1="796.679" x2="1841.015" y1="251.643" y2="251.643" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_C)" d="M1446.974 444.5c-35.731 0-73.365-10.568-115.897-32.28-63.47-32.4-131.71-86.6-197.701-139.017-78.964-62.721-160.606-127.568-253.107-174.032-27.337-13.73-54.779-25.354-81.564-34.548a3 3 0 111.949-5.675c27.039 9.28 54.731 21.01 82.308 34.861 93.055 46.742 174.943 111.785 254.135 174.687 65.772 52.242 133.772 106.253 196.708 138.38 55.323 28.24 102.004 37.231 146.912 28.297 50.328-10.017 91.21-28.535 124.987-56.616 33.261-27.652 61.973-66.132 89.74-103.345 34.583-46.35 67.245-90.128 114.894-131.757a470.543 470.543 0 0125.868-21.046 3 3 0 113.617 4.788 464.718 464.718 0 00-25.538 20.776c-47.167 41.21-79.645 84.74-114.03 130.824-27.978 37.497-56.907 76.267-90.715 104.373-34.565 28.736-76.32 47.672-127.65 57.887a178.192 178.192 0 01-34.916 3.444z"></path><linearGradient id="120675_D" x1="277.2" x2="1974.938" y1="525.436" y2="525.436" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_D)" d="M1445.822 732.735c-80.772 0-161.865-21.2-245.69-63.992-89.101-45.48-168.863-108.834-245.998-170.1-67.141-53.327-136.568-108.467-201.85-141.496-29.754-15.055-56.687-24.702-82.339-29.492-25.668-4.792-50.38-4.687-75.548.322-44.7 8.896-83.13 26.821-117.49 54.801-35.58 28.972-68.278 69.307-99.9 108.314-28.989 35.758-58.937 72.702-94.719 107.376a3 3 0 11-4.176-4.309c35.523-34.424 65.356-71.225 94.208-106.813 31.84-39.277 64.736-79.857 100.797-109.22 35.138-28.613 74.426-46.943 120.11-56.034 25.929-5.16 51.384-5.27 77.82-.335 26.218 4.896 53.677 14.72 83.947 30.036 65.825 33.304 135.495 88.639 202.872 142.15 76.905 61.084 156.428 124.247 244.995 169.456 114.499 58.451 223.774 76.195 334.073 54.245 98.463-19.595 181.019-57.904 252.384-117.115 59.694-49.53 98.948-102.137 136.91-153.012 14.984-20.08 29.13-39.04 43.424-55.867a3 3 0 014.572 3.885c-14.17 16.682-28.261 35.567-43.18 55.562-38.178 51.166-77.65 104.064-137.894 154.05-72.153 59.864-155.58 98.587-255.044 118.382-30.802 6.13-61.52 9.205-92.284 9.206z"></path><linearGradient id="120675_E" x1="161.951" x2="244.298" y1="274.573" y2="274.573" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_E)" d="M164.95 322.14a3 3 0 01-2.329-4.89l.068-.082c9.27-11.437 18.858-23.263 28.586-34.959 17.765-21.358 32.97-38.603 47.848-54.27a3 3 0 114.35 4.132c-14.785 15.57-29.906 32.72-47.585 53.975-9.704 11.667-19.279 23.478-28.539 34.9l-.067.084a2.994 2.994 0 01-2.333 1.11z"></path><linearGradient id="120675_F" x1="356.913" x2="1546.556" y1="255.276" y2="255.276" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_F)" d="M1446.839 462.526c-38.543 0-78.795-11.224-123.947-34.273-65.077-33.22-134.037-87.995-200.726-140.967-78.24-62.146-159.137-126.4-249.977-172.029C759.092 58.45 650.985 41.41 541.694 63.16c-66.483 13.23-125.423 36.351-180.186 70.682a3 3 0 11-3.188-5.084c55.393-34.725 114.992-58.108 182.203-71.483 110.654-22.021 220.023-4.81 334.359 52.62 91.394 45.906 172.537 110.358 251.008 172.687 66.466 52.794 135.188 107.38 199.73 140.327 59.122 30.18 109.521 39.689 158.611 29.918 20.792-4.139 40.385-9.767 58.234-16.727a3 3 0 112.18 5.59c-18.176 7.088-38.107 12.815-59.242 17.022a196.843 196.843 0 01-38.564 3.814z"></path><linearGradient id="120675_G" x1="1644.013" x2="1891.515" y1="240.527" y2="240.527" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_G)" d="M1647.013 371.432a3 3 0 01-2.173-5.069c23.345-24.517 44.539-52.921 65.034-80.39 33.996-45.562 66.106-88.596 112.307-128.963 20.536-17.944 42.342-33.747 64.812-46.972a3 3 0 113.043 5.171c-22.15 13.036-43.65 28.62-63.907 46.32-45.721 39.947-77.647 82.734-111.447 128.032-20.6 27.61-41.903 56.161-65.496 80.94-.59.619-1.38.93-2.173.93z"></path><linearGradient id="120675_H" x1="1861.195" x2="1977.199" y1="431.248" y2="431.248" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_H)" d="M1864.194 501.324a3 3 0 01-2.232-5.003c21.564-24.04 34.409-40.197 46.83-55.822a2589.15 2589.15 0 017.842-9.835c7.177-8.941 13.444-17.166 19.504-25.12 12.053-15.818 22.463-29.478 35.898-43.452a3 3 0 014.326 4.16c-13.197 13.724-23.51 27.259-35.451 42.93-6.083 7.982-12.373 16.237-19.597 25.238-2.616 3.26-5.2 6.509-7.825 9.812-12.477 15.695-25.377 31.923-47.06 56.095a2.992 2.992 0 01-2.235.997z"></path><linearGradient id="120675_I" x1="191.624" x2="871.114" y1="473.102" y2="473.102" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_I)" d="M194.627 646.073a3 3 0 01-1.675-5.491c14.253-9.568 28.429-20.258 42.135-31.773 48.906-41.088 86.714-87.73 123.278-132.835 32.394-39.96 65.885-81.271 103.387-111.807 37.47-30.513 79.327-50.05 127.961-59.73 28.224-5.615 55.908-5.739 84.638-.375 27.923 5.215 56.96 15.574 88.77 31.67 31.188 15.778 66.11 37.86 106.76 67.504a3 3 0 11-3.535 4.848c-40.387-29.452-75.038-51.367-105.933-66.999-31.297-15.835-59.808-26.016-87.164-31.124-27.964-5.222-54.905-5.103-82.365.361-47.65 9.484-88.65 28.618-125.343 58.498-37.02 30.144-70.313 71.21-102.51 110.925-36.746 45.332-74.739 92.2-124.085 133.658-13.87 11.653-28.219 22.473-42.65 32.161a2.992 2.992 0 01-1.669.51z"></path><linearGradient id="120675_J" x1="115.641" x2="1914.242" y1="273.301" y2="273.301" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_J)" d="M1446.694 480.553c-41.34 0-84.218-11.883-131.987-36.268-66.679-34.037-136.359-89.384-203.743-142.909-77.521-61.573-157.68-125.242-246.855-170.034-109.377-54.939-213.69-71.467-318.901-50.528-86.012 17.118-160.404 51.968-227.426 106.543-55.807 45.444-96.837 96.059-136.516 145.008-20.654 25.477-40.162 49.541-60.447 70.947a3 3 0 01-4.355-4.127c20.125-21.238 39.563-45.214 60.14-70.599 39.872-49.186 81.101-100.046 137.389-145.882 67.8-55.208 143.049-90.461 230.043-107.775 106.574-21.21 212.15-4.51 322.766 51.051 89.729 45.07 170.134 108.935 247.893 170.698 67.154 53.34 136.595 108.499 202.74 142.263 62.922 32.12 117.043 42.143 170.309 31.54 56.36-11.216 102.473-32.23 140.976-64.24 36.538-30.377 66.546-70.591 95.566-109.482 33.42-44.79 64.976-87.083 109.739-126.193 23.76-20.762 49.264-38.49 75.8-52.692a3.001 3.001 0 012.832 5.29c-26.137 13.988-51.265 31.457-74.685 51.92-44.281 38.69-75.654 80.736-108.868 125.25-29.238 39.184-59.463 79.69-96.548 110.52-39.29 32.666-86.276 54.095-143.64 65.512-13.984 2.783-28.012 4.187-42.222 4.187z"></path><linearGradient id="120675_K" x1="32.608" x2="1896.515" y1="291.327" y2="291.327" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_K)" d="M1446.54 498.58c-44.135 0-89.625-12.54-140.018-38.263-68.283-34.856-138.678-90.771-206.755-144.845-76.805-61.006-156.226-124.089-243.738-168.044-105.656-53.07-206.177-69.086-307.308-48.96-83.063 16.53-154.885 50.172-219.572 102.848-54.36 44.264-94.795 94.145-133.9 142.384-31.434 38.775-61.124 75.398-94.397 103.51-20.805 17.579-41.765 30.694-64.078 40.097a3 3 0 11-2.33-5.53c21.745-9.163 42.201-21.97 62.536-39.15 32.84-27.747 62.357-64.156 93.607-102.703 39.298-48.478 79.932-98.604 134.773-143.261 65.464-53.308 138.144-87.353 222.19-104.08 102.49-20.397 204.276-4.212 311.172 49.483 88.065 44.234 167.733 107.512 244.778 168.708 67.845 53.89 138.002 109.616 205.75 144.2 66.722 34.058 124.557 44.595 182.007 33.162 59.373-11.816 108.102-34.077 148.97-68.052 38.185-31.746 68.841-72.83 98.488-112.562 32.83-43.999 63.832-85.549 107.154-123.4 14.732-12.874 30.216-24.576 46.017-34.782a3 3 0 113.256 5.04c-15.56 10.05-30.81 21.576-45.326 34.26-42.842 37.433-73.658 78.734-106.284 122.46-29.864 40.022-60.737 81.396-99.469 113.597-41.656 34.632-91.256 57.308-151.634 69.323-15.23 3.032-30.478 4.56-45.888 4.56z"></path><linearGradient id="120675_L" x1="106.923" x2="1956.67" y1="471.389" y2="471.389" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_L)" d="M1446.234 678.661c-72.429 0-145.545-19.217-221.55-58.018-84.297-43.027-161.883-104.652-236.915-164.249-69.292-55.035-140.914-111.92-211.104-147.434-34.387-17.397-66.053-28.646-96.808-34.39-32.556-6.077-63.957-5.934-96 .444-53.55 10.656-99.688 32.209-141.05 65.889-39.91 32.498-74.39 75.03-107.734 116.161-35.688 44.026-72.578 89.535-119.283 128.774-33.258 27.94-67.495 49.374-104.67 65.53a3 3 0 11-2.392-5.505c36.636-15.92 70.395-37.057 103.202-64.619 46.266-38.87 82.973-84.152 118.47-127.943 33.548-41.383 68.226-84.16 108.618-117.051 42.14-34.313 89.134-56.269 143.668-67.121 32.806-6.529 64.951-6.678 98.272-.457 31.322 5.85 63.514 17.276 98.416 34.935 70.735 35.788 142.6 92.867 212.1 148.068 74.828 59.434 152.176 120.869 235.938 163.625 103.263 52.715 201.064 68.868 298.981 49.38 89.438-17.798 164.161-52.377 228.443-105.711 54.745-45.422 92.044-95.41 128.115-143.751 23.035-30.872 44.781-60.017 68.606-83.642a3 3 0 114.225 4.26c-23.508 23.31-45.124 52.282-68.01 82.953-36.294 48.64-73.81 98.919-129.104 144.797-65.069 53.988-140.663 88.981-231.103 106.98-27.085 5.39-54.165 8.095-81.331 8.095z"></path><linearGradient id="120675_M" x1="79.182" x2="1968.667" y1="309.354" y2="309.354" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_M)" d="M1446.38 516.61c-46.923 0-95.027-13.198-148.042-40.26-69.88-35.672-140.994-92.157-209.766-146.782-76.09-60.438-154.771-122.932-240.623-166.055-101.938-51.202-198.668-66.703-295.714-47.39-80.11 15.943-149.364 48.375-211.72 99.15-52.91 43.084-92.75 92.23-131.28 139.759-31.985 39.455-62.193 76.719-96.766 105.929-9.432 7.97-19.068 15.2-28.638 21.49a3 3 0 11-3.296-5.014c9.37-6.159 18.812-13.244 28.062-21.06 34.14-28.845 64.175-65.895 95.973-105.12 38.725-47.769 78.765-97.16 132.156-140.637 63.134-51.408 133.244-84.243 214.338-100.382 98.404-19.587 196.4-3.912 299.579 47.913 86.405 43.4 165.332 106.092 241.661 166.719 68.541 54.441 139.415 110.736 208.762 146.136 70.519 35.996 132.067 47.049 193.705 34.784 62.39-12.416 113.734-35.924 156.964-71.864 39.825-33.11 71.129-75.062 101.401-115.632 32.247-43.218 62.695-84.023 104.576-120.617 32.867-28.719 67.82-50.13 106.857-65.456a3 3 0 012.193 5.585c-38.383 15.07-72.763 36.132-105.103 64.39-41.4 36.173-71.662 76.73-103.7 119.669-30.495 40.868-62.015 83.11-102.388 116.674-44.019 36.597-96.233 60.52-159.628 73.136-16.481 3.28-32.95 4.935-49.563 4.935z"></path><linearGradient id="120675_N" x1="173.94" x2="1983.953" y1="453.374" y2="453.374" gradientUnits="userSpaceOnUse"><stop offset="0"></stop><stop offset="1"></stop></linearGradient><path fill="url(#120675_N)" d="M1446.37 660.638c-69.644 0-140.104-18.558-213.503-56.028-82.698-42.213-159.562-103.263-233.894-162.303-69.99-55.591-142.349-113.063-214.182-149.409-35.928-18.177-69.172-29.96-101.63-36.022-34.853-6.507-68.486-6.35-102.818.483-56.501 11.244-105.207 34.006-148.902 69.585-41.356 33.676-76.432 76.944-110.352 118.786-35.15 43.363-71.491 88.194-116.878 126.326a451.894 451.894 0 01-25.511 19.933 3 3 0 11-3.52-4.86 446.006 446.006 0 0025.171-19.667c44.948-37.763 81.104-82.367 116.07-125.503 34.12-42.087 69.394-85.6 111.231-119.669 44.473-36.212 94.035-59.376 151.52-70.816 35.096-6.984 69.471-7.147 105.09-.497 33.026 6.168 66.795 18.129 103.238 36.568 72.378 36.62 144.98 94.286 215.192 150.053 74.114 58.867 150.738 119.728 232.903 161.668 99.52 50.804 193.492 66.424 287.285 47.76 86.426-17.199 158.54-50.535 220.461-101.91 53.101-44.059 89.751-93.178 125.195-140.68 27.54-36.912 53.554-71.776 83.93-98.316 8.69-7.595 17.726-14.445 26.855-20.36a3 3 0 013.264 5.035c-8.89 5.76-17.695 12.436-26.171 19.844-29.896 26.12-55.724 60.736-83.07 97.385-35.653 47.784-72.52 97.195-126.17 141.71-62.71 52.029-135.694 85.778-223.123 103.177-25.848 5.145-51.712 7.726-77.681 7.727z"></path><linearGradient id="120675_O" x1="119.15" x2="1946.806" y1="327.381" y2="327.381" gradientUnits="userSpaceOnUse"
URL
GET https://xe.com/
Response Headers
Age:
55948
Content-Length:
134
Content-Type:
text/html
Date:
Wed, 18 Sep 2024 17:16:09 GMT
Location:
https://www.xe.com:443/
Server:
awselb/2.0
Via:
1.1 8a771ca27e5a3c9e06b12b7af5d25aa4.cloudfront.net (CloudFront)
X-Amz-Cf-Id:
E3ZKc86GQU2KR9lHYgKtKPmO67k0zbZTDGdZ_KCTIKVsam3gfWoW7A==
X-Amz-Cf-Pop:
MIA3-C3
X-Cache:
Hit from cloudfront
Response Body
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
</body>
</html>

Resolver

Resolver ASN
AS13335
Resolver IP
162.158.147.73
Resolver Network Name
Cloudflare Inc
Report ID
20240919T062855Z_webconnectivity_PY_23201_n1_o9PCo3AlSIjH6j1Q
Platform
linux
Software Name
ooniprobe-cli (3.23.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading