Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
9 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/59b5569e-26df-4123-860f-240f4e69d1b7)<a href="https://beavercheck.com/results/59b5569e-26df-4123-860f-240f4e69d1b7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frs-online.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frs-online.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~28%.
Page takes 6.0s to load
+12% bounceUsers abandon at ~3s — you're 3.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 366ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
9 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
£338 investment → £3,537/month returns + GBP 18,050,000 risk avoided
£338
4h · 5 findings
£3,537 /mo
~£42,444 / year
GBP 18,050,000
if kept compliant
£113 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£1,504,167 / month at risk
~£18,050,002 / year if left unfixed
£18,050,000
+4 more
£0.19 /mo
3063.5 MB/mo × 0.063 GBP/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
366 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.31 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.69 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js | 300.0 s | 136.8 KiB |
| /?n=0&c=1626&i=5hrmus&p=responsiveprod&s=340&d=8FB7InZlcn... | 0.0 ms | 124.7 KiB |
| /dN6dG-/jnoZ2_/dXYyE2/_Y-tZl/OJ7Em4VpJtScS8uaiY/ZXVGCTE/e... | 21600.0 s | 169.6 KiB |
| cdn.groupbycloud.com/gb-tracker-client-5.min.js | 3600.0 s | 40.9 KiB |
| s.salecycle.com/rscomponentsuk/bundle.js | 3600.0 s | 32.0 KiB |
| tags.tiqcdn.com/utag/rs.components/rs-emea/prod/utag.js | 300.0 s | 22.9 KiB |
| /?n=0&c=1626&i=8qb7fz&p=responsiveprod&s=445&d=9Cd7InZlcn... | 0.0 ms | 11.3 KiB |
| /?msg=%22ReferenceError%3A%20%24%20is%20not%20defined%22%... | 0.0 ms | 11.3 KiB |
| /?n=1&c=1626&i=5hrmus&p=responsiveprod&s=451&d=8FB7InZlcn... | 0.0 ms | 11.3 KiB |
| labs.iadvize.com/scripts/iAdvizeLabs.84f607.js | 0.0 ms | 4.8 KiB |
| uk.rs-online.com/rsDesktopLogo.jpg | 266268.0 s | 20.9 KiB |
| labs.iadvize.com/scripts/plugin-split-index.2ea8b9.js | 0.0 ms | 3.2 KiB |
| uk.rs-online.com/static/fonts/ion-fonts.css | 0.0 ms | 1.2 KiB |
| /utag/rs.components/rs-emea/prod/utag.v.js?a=rs.component... | 300.0 s | 441 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
section.bg-white > div.container > div.flex > img.h-60 section.bg-white > div.container > div.flex > img.h-60 | media.rs-online.com/siteImages/rootDomain/hero-image.png | 287.9 KiB | 251.9 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| uk.rs-online.com/static/fonts/ion-fonts.css | 1.2 KiB | 788 ms |
| nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js | 136.8 KiB | 1.5 s |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| rs-online.com/ | 751 ms |
| www.rs-online.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js | 136.4 KiB | 52.1 KiB |
| /rscomponents/responsiveprod/code/b2d7f94f4c6c218a9eb79af... | 54.9 KiB | 40.0 KiB |
| /dN6dG-/jnoZ2_/dXYyE2/_Y-tZl/OJ7Em4VpJtScS8uaiY/ZXVGCTE/e... | 168.3 KiB | 35.7 KiB |
| s.salecycle.com/rscomponentsuk/bundle.js | 31.6 KiB | 23.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /dN6dG-/jnoZ2_/dXYyE2/_Y-tZl/OJ7Em4VpJtScS8uaiY/ZXVGCTE/e... | 783 ms | 632 ms | 40 ms |
| nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js | 509 ms | 390 ms | 64 ms |
| Unattributable | 274 ms | 28 ms | 0.0 ms |
| www.rs-online.com/ | 157 ms | 8.3 ms | 2.1 ms |
| /rscomponents/responsiveprod/code/b2d7f94f4c6c218a9eb79af... | 118 ms | 89 ms | 28 ms |
| tags.tiqcdn.com/utag/rs.components/rs-emea/prod/utag.js | 70 ms | 62 ms | 7.3 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 309 ms |
| Script Parsing & Compilation | 171 ms |
| Style & Layout | 147 ms |
| Rendering | 64 ms |
| Parse HTML & CSS | 35 ms |
| Garbage Collection | 15 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /rscomponents/responsiveprod/code/b2d7f94f4c6c218a9eb79af... | 54.9 KiB | 16.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
section.bg-white > div.container > div.flex > img.h-60 section.bg-white > div.container > div.flex > img.h-60 | media.rs-online.com/siteImages/rootDomain/hero-image.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accept All div#ensNotifyBanner > div.ensBannerContainer > div.ensButtons > button#ensCloseBanner |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to font at 'https://uk.rs-online.com/static/fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2' from origin 'https://www.rs-online.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://uk.rs-online.com/static/fonts/oswald/v53/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2' from origin 'https://www.rs-online.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
section#ensModalWrapper > div#ensModalWrapperInner > div.ensModal > a#ensDoNotSellModalLink |
section#ensModalWrapper > div#ensModalWrapperInner > div.ensModal > a#ensRequestDataModalLink |
section#ensModalWrapper > div#ensModalWrapperInner > div.ensModal > a#ensDeleteDataModalLink |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width" name="viewport"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/rootDomain/hero-image.png" fetchPriority="high"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/facebook.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/twitter.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/linkedin.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/youtube.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/instagram.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/tiktok.svg"/><meta content="no-cache" http-equiv="cache-control"/><meta content="RS is a global product & service solutions provider for the maintenance, repair & operation of industry, providing access to 750,000 industrial products." name="Description"/><link href="https://rsgroup.com/assets/img/icons/favicon.ico" rel="shortcut icon" type="image/x-icon"/><title>RS: Industrial Solutions and Product Distributor in 32 Countries</title><link href="https://uk.rs-online.com/static/fonts/ion-fonts.css" rel="stylesheet"/><style> | Unknown directive |
| 3 | </style><script> | Syntax not understood |
| 4 | (function () { | Syntax not understood |
| 5 | const queryString = new URLSearchParams(location.search); | Syntax not understood |
| 7 | if (queryString.get('referrer') === 'distrelec') { | Syntax not understood |
| 8 | const style = document.createElement('style'); | Syntax not understood |
| 9 | style.textContent = '#distrelec-banner{display:block}#distrelec-banner p:first-of-type{margin-bottom:1.25rem}'; | Syntax not understood |
| 10 | document.head.appendChild(style); | Syntax not understood |
| 11 | } | Syntax not understood |
| 12 | })(); | Syntax not understood |
| 13 | </script><script type="text/javascript"> | Syntax not understood |
| 14 | window.rs = { | Syntax not understood |
| 15 | web: { | Unknown directive |
| 16 | digitalData: { | Unknown directive |
| 17 | breakpoint: window.innerWidth >= 1024 ? "1024px - max" : | Unknown directive |
| 18 | window.innerWidth >= 768 ? "768px - 1024px" : | Unknown directive |
| 19 | window.innerWidth >= 600 ? "600px - 768px" : | Unknown directive |
| 20 | "0px - 600px", | Syntax not understood |
| 21 | page_name: "Root Domain", | Unknown directive |
| 22 | page_type: "Root Domain", | Unknown directive |
| 23 | site_section: "Root Domain", | Unknown directive |
| 24 | site_type: "responsive", | Unknown directive |
| 25 | ecSystemId: "responsive", | Unknown directive |
| 26 | pageCreationDate: "Root domain page - 20/06/2024", | Unknown directive |
| 27 | store: "rootdomain", | Unknown directive |
| 28 | }, | Syntax not understood |
| 29 | }, | Syntax not understood |
| 30 | } | Syntax not understood |
| 31 | </script><script type="text/javascript"> | Syntax not understood |
| 32 | (function(a,b,c,d){ | Syntax not understood |
| 33 | a="//tags.tiqcdn.com/utag/rs.components/rs-emea/prod/utag.js"; | Syntax not understood |
| 34 | b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true; | Syntax not understood |
| 35 | a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); | Syntax not understood |
| 36 | })(); | Syntax not understood |
| 37 | </script><script src="//nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js" type="text/javascript"></script><style>*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Noto Sans,Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}body{color:#393939}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:760px){.container{max-width:760px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1288px){.container{max-width:1288px}}.relative{position:relative}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mt-1{margin-top:.25rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.grid{display:grid}.size-10{height:2.5rem;width:2.5rem}.size-6{height:1.5rem;width:1.5rem}.size-8{height:2rem;width:2rem}.h-16{height:4rem}.h-6{height:1.5rem}.h-60{height:15rem}.min-h-screen{min-height:100vh}.w-16{width:4rem}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3.5rem*var(--tw-space-y-reverse));margin-top:calc(3.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-sm{border-radius:.125rem}.border-b{border-bottom-width:1px}.border-t-8{border-top-width:8px}.border-red-highlight{--tw-border-opacity:1;border-color:rgb(105 20 30/var(--tw-border-opacity,1))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(41 118 118/var(--tw-border-opacity,1))}.border-b-red-midtone{--tw-border-opacity:1;border-bottom-color:rgb(160 15 40/var(--tw-border-opacity,1))}.bg-red-highlight{--tw-bg-opacity:1;background-color:rgb(105 20 30/var(--tw-bg-opacity,1))}.bg-red-shadow{--tw-bg-opacity:1;background-color:rgb(50 0 15/var(--tw-bg-opacity,1))}.bg-surface{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(208 251 251/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(41 118 118/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.object-contain{object-fit:contain}.px-4{padding-left:1rem;padding-right:1rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pr-1{padding-right:.25rem}.font-oswald{font-family:Oswald,Noto Sans,Arial,sans-serif}.font-sans{font-family:Noto Sans,Roboto,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-blue-600{--tw-text-opacity:1;color:rgb(33 78 168/var(--tw-text-opacity,1))}.text-mono-600,.text-normal{--tw-text-opacity:1;color:rgb(57 57 57/var(--tw-text-opacity,1))}.text-red-highlight{--tw-text-opacity:1;color:rgb(105 20 30/var(--tw-text-opacity,1))}.text-red-rs{--tw-text-opacity:1;color:rgb(239 0 0/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.flag-left-md{-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 1rem) 100%,0 100%);clip-path:polygon(0 0,100% 0,calc(100% - 1rem) 100%,0 100%)}.visited\:text-purple-800:visited{color:#3e0a82}.active\:text-blue-400:active{--tw-text-opacity:1;color:rgb(78 117 195/var(--tw-text-opacity,1))}.hover\:text-blue-800:where([data-rac])[data-hovered]{--tw-text-opacity:1;color:rgb(1 42 122/var(--tw-text-opacity,1))}.hover\:text-blue-800:where(:not([data-rac])):hover{--tw-text-opacity:1;color:rgb(1 42 122/var(--tw-text-opacity,1))}.focus-visible\:bg-yellow-200:where([data-rac])[data-focus-visible]{--tw-bg-opacity:1;background-color:rgb(255 180 105/var(--tw-bg-opacity,1))}.focus-visible\:text-mono-900:where([data-rac])[data-focus-visible]{--tw-text-opacity:1;color:rgb(17 17 17/var(--tw-text-opacity,1))}.focus-visible\:no-underline:where([data-rac])[data-focus-visible]{-webkit-text-decoration-line:none;text-decoration-line:none}.focus-visible\:shadow-\[0_-2px_theme\(colors\.yellow-200\)\2c 0_2px_theme\(colors\.mono-900\)\]:where([data-rac])[data-focus-visible]{--tw-shadow:0 -2px #ffb469,0 2px #111;--tw-shadow-colored:0 -2px var(--tw-shadow-color),0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-visible\:bg-yellow-200:where(:not([data-rac])):focus-visible{--tw-bg-opacity:1;background-color:rgb(255 180 105/var(--tw-bg-opacity,1))}.focus-visible\:text-mono-900:where(:not([data-rac])):focus-visible{--tw-text-opacity:1;color:rgb(17 17 17/var(--tw-text-opacity,1))}.focus-visible\:no-underline:where(:not([data-rac])):focus-visible{-webkit-text-decoration-line:none;text-decoration-line:none}.focus-visible\:shadow-\[0_-2px_theme\(colors\.yellow-200\)\2c 0_2px_theme\(colors\.mono-900\)\]:where(:not([data-rac])):focus-visible{--tw-shadow:0 -2px #ffb469,0 2px #111;--tw-shadow-colored:0 -2px var(--tw-shadow-color),0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:text-mono-200:where([data-rac])[data-disabled]{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}.disabled\:text-mono-200:where(:not([data-rac])):disabled{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}@media (min-width:760px){.md\:flex-1{flex:1 1 0%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1288px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}</style></head><body><header class="relative flex h-16 items-center border-t-8 border-red-highlight shadow-md"><div class="container flex"><div class="size-10 text-red-rs"><svg viewBox="0 0 50 50"><path d="M-.36-.69H51v51.36H-.36z" fill="currentColor"></path><path d="M43.45 23.76c-1.2-1.21-2.69-1.72-4.91-1.72h-4.77c-.87 0-1.35-.46-1.34-1.34v-2.58c-.01-.88.47-1.34 1.34-1.34h10.79v-5.84H33.17c-4.22-.04-6.65 2.36-6.6 6.59v3.8c0 2.15.47 3.5 1.64 4.67 1.15 1.16 2.56 1.65 4.69 1.65h5.02c.87 0 1.35.46 1.34 1.34v2.8c0 .45-.11.76-.34 1-.24.24-.54.34-1 .34H22.77l-3.09-5.07c3.47-.04 5.55-2.07 5.48-5.63v-4.88c0-2.25-.49-3.66-1.71-4.87-1.2-1.21-2.66-1.74-4.89-1.74H5.64v28.01h5.92V16.78h6.4c.45 0 .76.11 1 .34.24.24.34.54.34 1v3.57c.01.88-.47 1.34-1.34 1.34-1.84.04-3.64-.34-4.72 1.39-.81 1.26-.52 3.05.26 4.29.83 1.48 5.34 9.5 5.34 9.5.27.48.77.75 1.38.75h18.33c4.23.06 6.64-2.38 6.6-6.6v-3.72c.01-2.25-.49-3.67-1.7-4.88z" fill="#fff"></path></svg></div><div class="ml-2"><svg fill="none" height="23" width="104"><g fill="#A00F28"><path d="M.82 18.073V13.46c0-2.917.981-4.765 4.11-4.765 3.026 0 4.007 1.627 4.007 4.018v.882H5.978v-1.12c0-.864-.068-1.644-1.014-1.644-.981 0-1.049.899-1.049 1.73v6.36c0 .932.203 1.746 1.133 1.746.93 0 1.184-.848 1.184-1.78v-1.612H4.997v-1.78h3.957v7.121H6.958l-.169-1.136c-.372.78-1.014 1.34-2.215 1.34-2.84 0-3.753-1.916-3.753-4.748ZM10.846 8.883h3.771c2.756 0 4.548.746 4.548 3.628 0 1.696-.32 2.816-1.674 3.46l1.878 6.647H16.24l-1.505-6.155h-.862v6.155h-3.027V8.883Zm3.873 5.833c1.268 0 1.64-.713 1.64-1.933 0-1.17-.355-1.866-1.505-1.866h-.98v3.799h.845ZM20.67 18.293V13.19c0-2.833 1.031-4.494 4.109-4.494 3.094 0 4.142 1.661 4.142 4.494v5.103c0 2.832-1.048 4.528-4.142 4.528-3.078 0-4.11-1.696-4.11-4.528Zm5.157.763v-6.613c0-.814-.101-1.61-1.048-1.61-.896 0-1.015.796-1.015 1.61v6.613c0 .78.068 1.611 1.015 1.611.946 0 1.048-.83 1.048-1.61ZM30.662 18.362v-9.48h2.993v9.937c0 .865.1 1.814 1.065 1.814.964 0 1.048-.95 1.048-1.814V8.883h3.01v9.479c0 2.882-.913 4.459-4.058 4.459-3.162 0-4.058-1.577-4.058-4.46ZM40.705 8.883h4.6c2.45 0 3.6 1.44 3.6 3.984 0 3.171-1.741 3.918-3.956 3.918h-1.217v5.833h-3.027V8.883Zm4.041 5.782c1.116 0 1.319-.593 1.319-1.848 0-1.035-.118-1.798-1.336-1.798h-.997v3.646h1.014Z"></path></g><path d="M104 0H.82v1.74H104V0Z" fill="#EF0000"></path></svg></div></div></header><div class="container mt-6" id="distrelec-banner"><div class="overflow-hidden rounded-sm border-teal-500 bg-teal-50 flex shadow-md" role="alert"><div class="flex w-16 shrink-0 justify-center py-3 pr-1 flag-left-md bg-teal-500"><div class="size-6 shrink-0 text-white"><svg viewBox="0 0 100 100"><path d="M50 0a50 50 0 1 1 0 100A50 50 0 0 1 50 0Zm0 11a39 39 0 1 0 0 78 39 39 0 0 0 0-78Zm0 28h6v40H44V39h6Zm7-11a7 7 0 1 0-14 0 7 7 0 0 0 14 0Z" fill="currentColor"></path></svg></div></div><div class="grow px-4 py-3"><div class="flex items-center space-x-2"><h6 class="font-bold"><span class="[&_>_:first-child]:mt-0 [&_>_:last-child]:mb-0">Welcome to RS</span></h6></div><div class="mt-1 text-sm text-normal"><div class="[&_>_:first-child]:mt-0 [&_>_:last-child]:mb-0 [&_h1]:my-3 [&_h2]:my-3 [&_h2]:font-oswald [&_h2]:text-3xl [&_h3]:my-3.5 [&_h3]:font-oswald [&_h3]:text-2xl [&_h4]:my-4 [&_h4]:text-lg [&_h4]:font-bold [&_li]:mb-2 [&_ol:last-child]:mb-0 [&_ol]:my-5 [&_ol]:list-decimal [&_ol]:pl-10 [&_ol_ul]:mt-0 [&_p:first-child]:mt-0 [&_p:last-child]:mb-0 [&_p]:my-5 [&_ul:last-child]:mb-0 [&_ul]:my-5 [&_ul]:list-disc [&_ul]:pl-10 [&_ul_ol]:mt-0"><p> Distrelec international website customers are now served by RS Group, where you will find a greater offering of products, services and solutions.</p><p> <strong>Distrelec order history</strong> - You still have the option to view your Distrelec order history, return products and manage invoices in your <a class="cursor-pointer outline-none focus-visible:bg-yellow-200 focus-visible:text-mono-900 focus-visible:no-underline focus-visible:shadow-[0_-2px_theme(colors.yellow-200),0_2px_theme(colors.mono-900)] disabled:text-mono-200 font-semibold underline text-blue-600 active:text-blue-400 hover:text-blue-800 visited:text-purple-800" data-rac="" href="https://storefront.distrelec.biz/login" target="_blank" rel="noopener noreferrer" tabindex="0" data-react-aria-pressable="true">Distrelec account</a>.</p></div></div></div></div></div><main class="min-h-screen bg-surface"><section class="bg-white py-10"><div class="container flex flex-col space-y-6 md:flex-row md:space-x-6 md:space-y-0"><div class="flex-auto md:flex-1"><div class="mb-6"><h1 class="font-oswald text-3xl font-bold md:text-4xl text-red-highlight">Welcome to RS Group</h1></div><p class="font-sans font-bold text-mono-600">Across the industrial design, manufacturing and maintenance worlds, we're the digital destination for product and service solutions to help our customers with the maintenance, repair and operation of their businesses. Explore our country list below to shop on your local site.</p></div><div class="flex flex-auto justify-center md:flex-1"><img alt="" class="h-60 object-contain" fetchPriority="high" src="https://media.rs-online.com/siteImages/rootDomain/hero-image.png"/></div></div></section><section class="container py-10"><div class="mb-10 border-b border-b-red-midtone pb-2"><h2 class="font-oswald text-2xl font-bold">Country List</h2></div><div class="space-y-14"><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Europe</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://at.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 114h513v114H0z"></path><path fill="#D80027" d="M0 0h513v114H0zm0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Austria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://az.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ef3340" d="M0 0h513v342H0z"></path><path fill="#00b5e2" d="M0 0h513v114H0z"></path><path fill="#509e2f" d="M0 228h513v114H0z"></path><g fill="#FFF"><path d="M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z"></path><path d="m297.6 142.2 5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z"></path></g></svg><span class="font-bold" property="schema:name">Azerbaijan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://befr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#fdda25" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0z"></path><path fill="#ef3340" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Belgium (FR)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://benl.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#fdda25" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0z"></path><path fill="#ef3340" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Belgium (NL)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/bh/default.aspx?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#10338C" d="M0 0h513v342H0z"></path><path fill="#F6C500" d="M99.9 0h342v342"></path><g fill="#FFF"><path d="M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z"></path><path d="M92.3 25.5 84.4 1.3l-7.8 24.2H51.3l20.5 14.8-7.8 24 20.4-14.8L105 64.3l-7.9-24 20.5-14.9z"></path><path d="m136.3 69.2-7.8-24-7.8 24H95.5l20.4 14.9-7.8 24 20.4-14.8 20.6 14.8-7.8-24 20.4-14.9z"></path><path d="m179.4 112.3-7.8-24.1-7.8 24.1h-25.3l20.5 14.9-7.8 24 20.4-14.8 20.6 14.8-7.9-24 20.5-15z"></path><path d="m222.5 155.3-7.8-24-7.8 24h-25.4l20.6 15-7.8 24 20.4-14.9 20.4 14.9-7.8-24 20.6-15z"></path><path d="m265.6 198.4-7.8-24-7.8 24h-25.4l20.6 14.9-7.8 24.1 20.4-14.9 20.4 14.9-7.8-24.2 20.5-14.8z"></path><path d="m308.7 241.5-7.9-24-7.8 24h-25.3l20.5 14.8-7.9 24.2 20.6-14.9 20.4 14.8-7.8-24.1 20.5-14.8z"></path><path d="m351.7 284.6-7.8-24.2-7.8 24.2h-25.3l20.4 14.8-7.8 24.1 20.5-14.9 20.5 14.9-7.8-24.1 20.4-14.8z"></path><path d="m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z"></path></g></svg><span class="font-bold" property="schema:name">Bosnia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://bg.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#00966e" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M0 0h513v114H0z"></path><path fill="#d62612" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Bulgaria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M301.8 171 513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z"></path><path fill="#FFDA44" d="m233.7 44.6 22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z"></path><path fill="#D80027" d="M233.7 44.6s-4 12.9-4 29.9c0 27.9 26.3 41.3 26.3 41.3s26.3-15.5 26.3-41.3c0-15.4-4-29.9-4-29.9s-8.1-5-22.3-5-22.3 5-22.3 5z"></path></svg><span class="font-bold" property="schema:name">Channel Islands</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#0052B4" d="M0 228h513v114H0z"></path><path d="M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zm-105.6 0v-44l-17.3-14.4-17.9 14.4v44zm35.2 0v-44l17.6-14.4 17.6 14.4v44z" fill="#338AF3"></path><path d="M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zm-70.4 0h-35.2v-44l17.5-14.4 17.7 14.4z" fill="#0052B4"></path><path stroke="#D80027" fill="#FFF" d="M168.5 113.2v101.9c0 24.3 14.4 46.2 35.4 59.4 21.3 13.4 42.1 14.7 52.6 14.7s31.4-1.7 52.6-14.8c21-13 35.4-35.1 35.4-59.3V113.2h-176z"></path><path d="M168.5 113.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm35.2 35.2h35.2V254h-35.2zm35.2-35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-35.2 35.2h35.2V254h-35.2zm35.2 55.5c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zm57.2 0v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z" fill="#D80027"></path></svg><span class="font-bold" property="schema:name">Croatia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://cy.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#DB7D00" d="M141.7 154.7s.2 67.1 74.7 65.3l4.5 13.9h8.9s-7.4-41.1 60.1-41.5c0 0 0-27.6 27.6-27.6H359s-66-51.8 58.9-118l1.8-13.1s-129.9 71-198.9 57.2c0 0 10.7 42.5-10.8 42.5-10.8 0-9.7-8.1-32.3-8.1-18.7 0-17.3 19.7-26.3 19.5-8.9-.2-18.8-12.3-19.6-10.2-.7 2.1 9.9 20.1 9.9 20.1z"></path><g fill="#006651"><path d="M237.2 308.1c6.9-5 13-6.6 22.4-8.3s19.4-4.4 24.6-5.8-17.7 6.6-23.5 8.3c-5.8 1.6-23.5 5.8-23.5 5.8zm37.9-14.7c-1.9-11.9 2.8-24.3 13.5-29.3 2.5 8.6-5.2 23.2-13.5 29.3zm18.2-6.2c-5.8-9.8 4-22.6 11.1-28.8 3.3 6-2.5 23.7-11.1 28.8zm16.9-7.6c-6.2-8.4 1.1-23.2 8.8-29 3.1 8.2.1 23.2-8.8 29zm16.9-10.6c-5.6-8-1.7-20.4 6.3-28.4 5.8 6.6.9 21-6.3 28.4zm13.5-10.7c-4.7-7.5 1.1-25.4 8.6-30.4 3.3 6.6.8 25.4-8.6 30.4zm10.8-2.8c-1.4-10.8 17.4-22.7 25.2-22.4-.9 8.9-8.9 18.6-25.2 22.4zm-10.5 12.2c8.8-9.1 26-9.1 32.1-7.2-1.7 5.3-21.9 16.9-32.1 7.2z"></path><path d="M328.7 276.8c12.4-3.3 20.5-6.1 27.9 1.7-5.2 6.6-25.4 4.7-27.9-1.7zm-17.7 8c11.9-6.4 26.3 3 28.5 8.6-13.3 5.5-28.7-7.2-28.5-8.6zm-16.3 9.2c10.8-4.1 23.2 1.4 28.2 7.5-5.8 2.7-21 5.7-28.2-7.5zm-14.9 4.7c12.4-1.4 24.4 8 27 13.4-15.9 1.5-22-3.2-27-13.4zm-4 9.4c-6.9-5-13-6.6-22.4-8.3-9.4-1.7-19.4-4.4-24.6-5.8-5.3-1.4 17.7 6.6 23.5 8.3 5.8 1.6 23.5 5.8 23.5 5.8zm-37.9-14.7c1.9-11.9-2.8-24.3-13.5-29.3-2.5 8.6 5.2 23.2 13.5 29.3zm-18.2-6.2c5.8-9.8-4-22.6-11.1-28.8-3.3 6 2.5 23.7 11.1 28.8zm-16.9-7.6c6.2-8.4-1.1-23.2-8.8-29-3.1 8.2-.1 23.2 8.8 29zM185.9 269c5.6-8 1.7-20.4-6.3-28.4-5.8 6.6-.9 21 6.3 28.4zm-13.5-10.7c4.7-7.5-1.1-25.4-8.6-30.4-3.3 6.6-.8 25.4 8.6 30.4zm-10.8-2.8c1.4-10.8-17.4-22.7-25.2-22.4.9 8.9 8.9 18.6 25.2 22.4zm10.5 12.2c-8.8-9.1-26-9.1-32.1-7.2 1.7 5.3 21.9 16.9 32.1 7.2z"></path><path d="M184.3 276.8c-12.4-3.3-20.5-6.1-27.9 1.7 5.2 6.6 25.4 4.7 27.9-1.7zm17.7 8c-11.9-6.4-26.3 3-28.5 8.6 13.3 5.5 28.7-7.2 28.5-8.6zm16.3 9.2c-10.8-4.1-23.2 1.4-28.2 7.5 5.8 2.7 21 5.7 28.2-7.5zm14.9 4.7c-12.4-1.4-24.4 8-27 13.4 15.9 1.5 22-3.2 27-13.4z"></path></g></svg><span class="font-bold" property="schema:name">Cyprus</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://cz.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#11457e" d="M0 0h513v342H0z"></path><path fill="#d7141a" d="M513 171v171H0l256.5-171z"></path><path fill="#FFF" d="M513 0v171H256.5L0 0z"></path></svg><span class="font-bold" property="schema:name">Czech Republic</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://dk.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#c60c30" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M190 0h-60v140H0v60h130v142h60V200h323v-60H190z"></path></svg><span class="font-bold" property="schema:name">Denmark</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ee.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#111" d="M0 0h513v342H0z"></path><path fill="#368FD8" d="M0 0h513v114H0z"></path><path fill="#FFF" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Estonia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://fi.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#2E52B2" d="M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"></path></svg><span class="font-bold" property="schema:name">Finland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://fr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#00318A" d="M0 0h171v342H0z"></path><path fill="#D80027" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">France</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://de.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="M0 0h513v114H0z"></path><path fill="#FFDA44" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Germany</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://gr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><g fill="#0d5eaf"><path d="M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z"></path><path d="M0 0h190v190H0z"></path></g><g fill="#FFF"><path d="M0 76h190v38H0z"></path><path d="M76 0h38v190H76z"></path></g></svg><span class="font-bold" property="schema:name">Greece</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hu.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#6DA544" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Hungary</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ie.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#6DA544" d="M0 0h171v342H0z"></path><path fill="#FF9811" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Ireland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://it.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#F4F5F0" d="M342 0H0v341.3h512V0z"></path><path fill="#008C45" d="M0 0h171v342H0z"></path><path fill="#CD212A" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Italy</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://lv.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path class="prefix__st1" d="M0 0h513v127.6H0zm0 214.4h513V342H0z" fill="#A2001D"></path></svg><span class="font-bold" property="schema:name">Latvia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://lt.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#6DA544" d="M0 0h513v342H0z"></path><path fill="#FFDA44" d="M0 0h513v114H0z"></path><path fill="#D80027" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Lithuania</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://befr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#338AF3" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Luxembourg</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://mt.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#cf142b" d="M256 0h256.5v342H256z"></path><path stroke="#cf142b" stroke-width="10" d="M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"></path><path fill="#fff" stroke="#acacac" stroke-width="5" d="M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"></path><circle cx="85" cy="85" r="26" fill="none" stroke="#acacac" stroke-width="5"></circle><circle cx="85" cy="85" r="18" fill="#dedede" stroke="#acacac" stroke-width="5"></circle></svg><span class="font-bold" property="schema:name">Malta</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ffc000" d="M0 0h513v342H0z"></path><path fill="#e30000" d="M20 20h473v302H20z"></path><path fill="#ffc000" d="M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c3-1 6.9-7.5 10.8-7.5 3.9 0 7.8 6.5 10.8 7.5l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9l-6.8-6.8z"></path><path fill="#0371ba" d="M275 201.3h-37c-4.9 0-8.8-3.9-8.8-8.8v-34.2c0-4.9 3.9-8.8 8.8-8.8h37c4.9 0 8.8 3.9 8.8 8.8v34.2c0 4.8-3.9 8.8-8.8 8.8z"></path><path fill="#39B54A" d="m230.8 212.8 24.4 17.9c.8.6 1.8.6 2.6 0l24.4-17.9c2.1-1.6 1.2-5.4-1.3-5.4h-48.8c-2.5 0-3.4 3.9-1.3 5.4z"></path><path fill="#ffc000" d="M262.8 186.5h-12.5c-3.3 0-5.9-2.6-5.9-5.9V170c0-3.3 2.6-5.9 5.9-5.9h12.5c3.3 0 5.9 2.6 5.9 5.9v10.6c-.1 3.3-2.7 5.9-5.9 5.9z"></path></svg><span class="font-bold" property="schema:name">Montenegro</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://nl.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 114h513v114H0z"></path><path fill="#cd1f2a" d="M0 0h513v114H0z"></path><path fill="#1d4185" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Netherlands</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://no.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z"></path><path fill="#1f3f7a" d="M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z"></path></svg><span class="font-bold" property="schema:name">Norway</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://pl.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><g fill="#FFF"><path d="M0 85.337h512v341.326H0z"></path><path d="M0 85.337h512V256H0z"></path></g><path fill="#D80027" d="M0 256h512v170.663H0z"></path></svg><span class="font-bold" property="schema:name">Poland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://pt.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.337h512v341.326H0z"></path><path fill="#6DA544" d="M196.641 85.337v341.326H0V85.337z"></path><circle fill="#FFDA44" cx="196.641" cy="256" r="64"></circle><path fill="#D80027" d="M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z"></path><path fill="#FFF" d="M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z"></path></svg><span class="font-bold" property="schema:name">Portugal</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ro.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFDA44" d="M0 85.331h512v341.326H0z"></path><path fill="#0052B4" d="M0 85.331h170.663v341.337H0z"></path><path fill="#D80027" d="M341.337 85.331H512v341.337H341.337z"></path></svg><span class="font-bold" property="schema:name">Romania</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#0052B4" d="M0 85.331h512v341.337H0z"></path><path fill="#D80027" d="M0 85.331h512v113.775H0z"></path><path fill="#FFF" d="M0 312.882h512v113.775H0z"></path><path fill="#D80027" d="M129.468 181.793v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.356 256 266.929v-85.136H129.468z"></path><path d="M155.634 196.634h74.201v-29.681l-14.841 7.42-22.261-22.26-22.259 22.26-14.84-7.42zm85.526 82.148-48.231-48.231-48.231 48.231 15.741 15.74 32.49-32.49 32.49 32.49z" fill="#FFDA44"></path><path fill="#FFF" d="M241.16 233.734h-22.504a14.74 14.74 0 0 0 2.001-7.418c0-8.196-6.645-14.84-14.84-14.84-5.663 0-10.581 3.172-13.083 7.836-2.502-4.663-7.421-7.836-13.083-7.836-8.195 0-14.84 6.644-14.84 14.84 0 2.706.736 5.235 2.001 7.418h-22.114c0 8.196 7.139 14.84 15.334 14.84h-.494c0 8.196 6.644 14.84 14.84 14.84 0 7.257 5.211 13.286 12.094 14.576l-11.694 26.401a48.075 48.075 0 0 0 18.149 3.544 48.079 48.079 0 0 0 18.149-3.544l-11.694-26.401c6.883-1.29 12.094-7.319 12.094-14.576 8.196 0 14.84-6.644 14.84-14.84h-.494c8.199 0 15.338-6.644 15.338-14.84z"></path></svg><span class="font-bold" property="schema:name">Serbia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sk.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 196.641h512v118.717H0z"></path><path fill="#D80027" d="M0 315.359h512v111.304H0z"></path><path fill="#FFF" d="M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z"></path><path fill="#D80027" d="M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z"></path><path fill="#FFF" d="M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z"></path><path fill="#0052B4" d="M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 0 0-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 0 0-5.682-.657 24.88 24.88 0 0 0-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z"></path></svg><span class="font-bold" property="schema:name">Slovakia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://at.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 199.112h512v113.775H0z"></path><path fill="#D80027" d="M0 312.888h512v113.775H0z"></path><path fill="#FFF" d="M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z"></path><path fill="#0052B4" d="M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z"></path><path fill="#FFF" d="M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l14.848 14.837 29.674-22.261 29.685 22.261 14.837-14.837z"></path></svg><span class="font-bold" property="schema:name">Slovenia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://es.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.5 15" class="h-6"><path fill="#FFF" d="M0 0h22.5v15H0V0z"></path><path fill="#D03433" d="M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"></path><path fill="#FBCA46" d="M0 4h22.5v7H0V4z"></path><path fill="#FFF" d="M7.8 7h1v.5h-1V7z"></path><path fill="#A41517" d="M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z"></path><path fill="#A41517" d="M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z"></path></svg><span class="font-bold" property="schema:name">Spain</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://se.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#0052B4" d="M0 85.333h512V426.67H0z"></path><path fill="#FFDA44" d="M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"></path></svg><span class="font-bold" property="schema:name">Sweden</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ch.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 512" class="h-6"><path fill="red" d="M0 0h768v512H0V0z"></path><path fill="#FFF" d="M336 96h96v112h112v96H432v112h-96V304H224v-96h112V96z"></path></svg><span class="font-bold" property="schema:name">Switzerland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://tr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#E30A17" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z"></path></svg><span class="font-bold" property="schema:name">Turkey</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://uk.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><g fill="#FFF"><path d="M0 0h513v341.3H0V0z"></path><path d="M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z"></path></g><path d="M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z" fill="#012169"></path><g fill="#c8102e"><path d="M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"></path><path d="M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z"></path></g></svg><span class="font-bold" property="schema:name">United Kingdom</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">North America</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ca.rs-online.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h142v342H0zm371 0h142v342H371zm-64.5 206 50.4-25.2-25.2-12.6V143l-50.4 25.2 25.2-50.4h-25.2L256.1 80l-25.2 37.8h-25.2l25.2 50.4-50.4-25.2v25.2l-25.2 12.6 50.4 25.2-12.6 25.2h50.4V269h25.2v-37.8h50.4z" fill="red"></path></svg><span class="font-bold" property="schema:name">Canada</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://mx.rs-online.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#dc2339" d="M342 0H0v341.3h513V0z"></path><path fill="#11865d" d="M0 0h171v342H0z"></path><path fill="#FFF" d="M171 0h171v342H171z"></path><path fill="#8C9157" d="M195.8 171.2c0 21.6 11.5 41.7 30.3 52.5 5.8 3.4 13.2 1.4 16.6-4.4 3.4-5.8 1.4-13.2-4.4-16.6-11.3-6.5-18.2-18.5-18.2-31.5 0-6.7-5.4-12.1-12.1-12.1-6.7 0-12.2 5.4-12.2 12.1zm93.4 51.1c17.5-11.1 28-30.4 28-51.1 0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1c0 12.4-6.3 24-16.8 30.7-5.7 3.5-7.5 10.9-4.1 16.7s10.9 7.5 16.7 4.1c0-.2.2-.3.4-.4z"></path><ellipse fill="#C59262" cx="256.5" cy="159.1" rx="24.3" ry="36.4"></ellipse></svg><span class="font-bold" property="schema:name">Mexico</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://us.rs-online.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z" fill="#D80027"></path><path fill="#2E52B2" d="M0 0h256.5v184.1H0z"></path><path d="m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z" fill="#FFF"></path></svg><span class="font-bold" property="schema:name">USA</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">North Asia</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://rsonline.cn/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z" fill="#FFDA44"></path></svg><span class="font-bold" property="schema:name">China</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hkcn.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 14" class="h-6"><path fill="#FFF" d="M0 0h21v14H0V0z"></path><path fill="#EE1C25" d="M0 0h21v14H0V0z"></path><path fill="#FFF" d="M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z"></path></svg><span class="font-bold" property="schema:name">Hong Kong (CN)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hken.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 14" class="h-6"><path fill="#FFF" d="M0 0h21v14H0V0z"></path><path fill="#EE1C25" d="M0 0h21v14H0V0z"></path><path fill="#FFF" d="M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z"></path></svg><span class="font-bold" property="schema:name">Hong Kong (EN)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://jp.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h512v342H0z"></path><circle fill="#D80027" cx="256.5" cy="171" r="96"></circle></svg><span class="font-bold" property="schema:name">Japan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://kr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M84.6 107.8 132 36.6m-29.7 83 47.4-71.1m-29.6 83 47.4-71.1m177.9 221.3 47.4-71.1m-29.6 82.9 47.4-71.1m-29.6 83 47.4-71.1M132 305.4l-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3-47.4-71.1m272.6-79.1-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3L381 36.6" stroke="#000" stroke-width="14.25"></path><path d="m357.3 238.2 59.3 39.5m-299.4-13.8L135 252m222.3-148.2L378 90m17.8-11.9 17.8-11.9" stroke="#FFF" stroke-width="12.5"></path><circle fill="#CA163A" cx="256.5" cy="171" r="85.5"></circle><path fill="#0E4896" d="M185.3 123.6c-13.1 19.6-7.8 46.2 11.9 59.3s46.2 7.8 59.3-11.9 39.6-24.9 59.3-11.9c19.6 13.1 24.9 39.6 11.9 59.3-26.2 39.3-79.3 49.9-118.6 23.7s-49.9-79.3-23.8-118.5z"></path></svg><span class="font-bold" property="schema:name">South Korea</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://twcn.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 85.337h256V256H0z"></path><path fill="#FFF" d="M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"></path><circle fill="#0052B4" cx="128" cy="170.674" r="29.006"></circle><path fill="#FFF" d="M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z"></path></svg><span class="font-bold" property="schema:name">Taiwan (CN)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://twen.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 85.337h256V256H0z"></path><path fill="#FFF" d="M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"></path><circle fill="#0052B4" cx="128" cy="170.674" r="29.006"></circle><path fill="#FFF" d="M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z"></path></svg><span class="font-bold" property="schema:name">Taiwan (EN)</span></a></li><li><a class="flex items-center space-x-3" href="https://hken.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">South Asia</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFDA44" d="M0 0h513v342H0z"></path><path d="m0 193.74 513 127.19V214.26L0 97.08z"></path><path fill="#FFF" d="M513 234.26v-86.67L0 20.41v86.67"></path><g fill="#D80027" stroke="#231F20" stroke-width="3" stroke-miterlimit="10"><path d="M306.4 134.01a50.28 50.28 0 0 1 6.07 24.02c0 21.55-13.51 39.94-32.52 47.19v-59.51c5.7-1.19 10-6.37 10-12.59 6.9 0 12.5-5.75 12.5-12.85h-.42c6.9 0 12.91-5.75 12.91-12.85h-34.99V76.58l-14.99-27.71-15 27.71v30.84h-34.99c0 7.1 6.01 12.85 12.91 12.85h-.42c0 7.1 5.6 12.85 12.5 12.85 0 6.22 4.29 11.4 9.99 12.59v61.37c-22.09-5.39-38.48-25.3-38.48-49.05 0-8.7 2.2-16.88 6.07-24.02-10.96 11.21-17.72 26.53-17.72 43.44 0 34.32 27.82 62.15 62.15 62.15s62.15-27.83 62.15-62.15c0-16.91-6.77-32.24-17.72-43.44z"></path><path d="M198.46 226.81s20.69 27.71 66.5 27.71 66.5-27.71 66.5-27.71l13.47 28.37s-21.03 27.71-79.97 27.71-79.97-27.71-79.97-27.71l13.47-28.37zm-69.22-93.63h20.88l24.93 27.26v73.45h-26.28v-68.37zm270.76 0h-20.88l-24.93 27.26v73.45h26.27v-68.37z"></path></g></svg><span class="font-bold" property="schema:name">Brunei</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="M0 0h513v114H0zm0 228h513v114H0z" fill="#0052B4"></path><path fill="#FFF" d="M303.5 196.6v-17.8h-11.9v-23.7l-11.9-11.9-11.8 11.9v-23.8L256 119.5l-11.9 11.8v23.8l-11.8-11.9-11.9 11.9v23.7h-11.9v17.8h-11.9v17.8h118.8v-17.8z"></path></svg><span class="font-bold" property="schema:name">Cambodia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://in.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ff6820" d="M0 0h513v114H0V0z"></path><path fill="#FFF" d="M0 114h513v114H0V114z"></path><path fill="#046a38" d="M0 228h513v114H0V228z"></path><path fill="none" stroke="#07038d" stroke-width="4" d="M256.5 136.8c18.9 0 34.2 15.3 34.2 34.2s-15.3 34.2-34.2 34.2-34.2-15.3-34.2-34.2 15.3-34.2 34.2-34.2z"></path><path d="m265.3 138.2-17.6 65.7m17.6-65.7-17.6 65.7m25.8-62.3-34 58.9m41-53.5-48 48m53.4-41L227 188m62.3-25.8-65.7 17.6m66.9-8.8h-68m66.8 8.8-65.7-17.6m62.3 25.8L227 154m53.5 41-48-48m41 53.4-34-58.9m25.8 62.3-17.6-65.7m8.8 66.9v-68m-8.8 66.8 17.6-65.7m-25.8 62.3 34-58.9m-41 53.5 48.1-48.1M227.1 188l58.9-34m-62.3 25.8 65.7-17.6m-66.9 8.8h68m-66.8-8.8 65.7 17.6M227.1 154l58.9 34m-53.5-41 48.1 48.1m-41.1-53.5 34 58.9m-25.8-62.3 17.6 65.7" stroke="#07038d" stroke-width="2"></path></svg><span class="font-bold" property="schema:name">India</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://www.rs-online.id/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#E00" d="M0 0h513v171H0z"></path></svg><span class="font-bold" property="schema:name">Indonesia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#0052B4" d="M0 0h513v342H0z"></path><path d="M0 .1h513v90.7H0zm0 251.2h513V342H0z" fill="#D80027"></path><circle fill="#FFF" cx="256.5" cy="171" r="65.9"></circle></svg><span class="font-bold" property="schema:name">Laos</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://mo.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#0F7562" d="M0 0h513v342H0z"></path><path d="M286.2 168.5c-4.2 0-8.2.8-11.9 2.2 2-4.5 3.4-9.5 3.4-14.9 0-21.2-21.2-37.1-21.2-37.1s-21.2 15.9-21.2 37.1c0 5.4 1.4 10.4 3.4 14.9-3.7-1.3-7.7-2.2-11.9-2.2-25.6 0-37.1 11.2-37.1 11.2s15.9 31.2 37.1 31.2c12.4 0 23-7.3 29.7-13.3 6.6 6 17.3 13.3 29.7 13.3 21.2 0 37.1-31.2 37.1-31.2s-10.8-11.2-37.1-11.2zm-29.7-96.8 4.4 13.5h14.2l-11.5 8.3L268 107l-11.5-8.3L245 107l4.4-13.5-11.5-8.3h14.2zm-53.9 23.6 8.4 7.6 9.9-5.7-4.7 10.4 8.5 7.6-11.3-1.2-4.6 10.3-2.4-11.1-11.3-1.1 9.9-5.7zm-39.4 39.5 11.1 2.3 5.6-9.8 1.2 11.3 11.1 2.3-10.4 4.6 1.2 11.3-7.6-8.4-10.3 4.6 5.6-9.8zm147.2-39.5-8.4 7.6-9.9-5.7 4.7 10.4-8.5 7.6 11.3-1.2 4.6 10.3 2.4-11.1 11.3-1.1-9.9-5.7zm39.4 39.5-11.1 2.3-5.6-9.8-1.2 11.3-11.1 2.3 10.4 4.6-1.2 11.3 7.6-8.4 10.3 4.6-5.6-9.8z" fill="#FFDA44"></path><path d="M256.5 270.3c16.8 0 32.4-5.6 44.8-15.1h-89.6c12.4 9.4 28 15.1 44.8 15.1zm-68-44.6c2.4 5.4 5.3 10.4 8.9 15.1H238c13.9 0 18.5-7 18.5-7s5.3 7 18.6 7h40.6c3.5-4.6 6.5-9.7 8.9-15.1h-49.5c-15.5 0-18.6-10-18.6-10s-5.3 10-18.5 10h-49.5z" fill="#FFF"></path></svg><span class="font-bold" property="schema:name">Macau</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://my.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z" fill="#c00"></path><path fill="#006" d="M0 0h256.5v195.4H0z"></path><path d="M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z" fill="#fc0"></path></svg><span class="font-bold" property="schema:name">Malaysia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><g fill="#FFF"><path d="m393.508 170.516 17.512 18.875 23.363-10.821-12.541 22.487 17.513 18.876-25.263-4.978-12.539 22.488-3.073-25.564-25.263-4.978 23.363-10.82z"></path><path d="M0 85.343h512v341.326H0z"></path></g><path fill="#01411c" d="M128 85.331h384v341.337H128z"></path><path d="M361.909 298.793c-31.037 22.426-74.378 15.446-96.804-15.592-22.427-31.038-15.446-74.379 15.593-96.804 9.677-6.992 20.55-11.125 31.613-12.563-21.283-3.183-43.777 1.613-62.598 15.211-38.2 27.602-46.792 80.944-19.191 119.145 27.601 38.199 80.944 46.792 119.145 19.189 18.82-13.598 30.436-33.448 34.096-54.655-4.839 10.05-12.176 19.076-21.854 26.069zm-1.329-125.904 17.484 18.842 23.322-10.802-12.519 22.447 17.483 18.844-25.219-4.968-12.519 22.45-3.067-25.521-25.22-4.969 23.323-10.802z" fill="#FFF"></path></svg><span class="font-bold" property="schema:name">Pakistan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ph.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M512 85.337V256H256L0 85.337z"></path><path fill="#D80027" d="M512 256v170.663H0L256 256z"></path><path d="m161.908 256-27.288-12.835 14.532-26.428-29.632 5.668-3.755-29.933-20.64 22.015-20.639-22.015-3.755 29.933-29.631-5.669 14.531 26.428L28.343 256l27.288 12.835L41.1 295.263l29.633-5.668 3.753 29.933 20.639-22.015 20.64 22.015 3.755-29.933 29.631 5.669-14.532-26.427zM21.789 117.607l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.694-14.809-4.932-9.268 12.559.117-15.608-14.809-4.934 14.88-4.712zm0 235.923 9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.695-14.809-4.933-9.268 12.558.117-15.607-14.809-4.934 14.88-4.712zm188.606-117.961-9.081 12.695-14.879-4.713 9.268 12.559-9.081 12.696 14.809-4.933 9.268 12.558-.117-15.607 14.809-4.934-14.88-4.713z" fill="#FFDA44"></path></svg><span class="font-bold" property="schema:name">Philippines</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#D80027" d="M0 85.337h512V256H0z"></path><g fill="#FFF"><path d="M83.478 170.666c0-24.865 17.476-45.637 40.812-50.734a52.059 52.059 0 0 0-11.13-1.208c-28.688 0-51.942 23.254-51.942 51.941s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.336-5.095-40.812-25.867-40.812-50.733zm66.783-48.231 3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921z"></path><path d="m121.344 144.696 3.683 11.337h11.921l-9.645 7.007 3.684 11.337-9.643-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921zm57.834 0 3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.685-11.337-9.645-7.007h11.921zm-11.131 33.391 3.684 11.337h11.921l-9.644 7.007 3.684 11.337-9.645-7.006-9.643 7.006 3.684-11.337-9.644-7.007h11.92zm-35.573 0 3.683 11.337h11.921l-9.644 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.684-11.337-9.644-7.007h11.92z"></path></g></svg><span class="font-bold" property="schema:name">Singapore</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://th.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.334h512V426.66H0z"></path><path fill="#0052B4" d="M0 194.056h512v123.882H0z"></path><path d="M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z" fill="#D80027"></path></svg><span class="font-bold" property="schema:name">Thailand</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://www.rs-online.vn/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M196.641 85.337H0v341.326h512V85.337z"></path><path fill="#FFDA44" d="m256 157.279 22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z"></path></svg><span class="font-bold" property="schema:name">Vietnam</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Australasia</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://au.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#00008b" d="M0 0h513v342H0z"></path><path d="m188 212.6 11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm42.5 49.7 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z" fill="#FFF"></path><path fill="#00008b" d="M0 0h256.5v171H0z"></path><g fill="#FFF"><path d="M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"></path></g><g fill="red"><path d="M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"></path></g></svg><span class="font-bold" property="schema:name">Australia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://nz.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#012169" d="M0 0h513v342H0z"></path><path d="m448.9 107.7 4.2 13.1h13.8l-11.1 8.1L460 142l-11.1-8.1-11.1 8.1 4.2-13.1-11.1-8.1h13.7zm-64.2 145.9 5.1 15.6h16.4l-13.2 9.7 5 15.6-13.3-9.7-13.2 9.7 5-15.6-13.3-9.7h16.5zm.1-210.2 4.7 14.6h15.3l-12.4 8.9 4.7 14.6-12.3-9-12.4 9 4.7-14.6-12.3-8.9H380zm-64.2 86 4.7 14.5h15.3l-12.3 9 4.7 14.5-12.4-8.9-12.3 8.9 4.7-14.5-12.4-9h15.3z" fill="#D80027" stroke="#FFF" stroke-width="2" stroke-miterlimit="10"></path><path fill="#012169" d="M0 0h256.5v171H0z"></path><g fill="#FFF"><path d="M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"></path></g><g fill="#D80027"><path d="M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"></path></g></svg><span class="font-bold" property="schema:name">New Zealand</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">South America</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h512v342H0z"></path><path fill="#338AF3" d="M0 0h512v114H0zm0 228h512v114H0z"></path><circle fill="#FFDA44" stroke="#d6ab00" stroke-width="5" cx="256.5" cy="171" r="40"></circle></svg><span class="font-bold" property="schema:name">Argentina</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://br.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#009b3a" d="M0 0h513v342H0z"></path><path fill="#fedf00" d="m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z"></path><circle fill="#FFF" cx="256.5" cy="171" r="80.4"></circle><path fill="#002776" d="M215.9 165.7c-13.9 0-27.4 2.1-40.1 6 .6 43.9 36.3 79.3 80.3 79.3 27.2 0 51.3-13.6 65.8-34.3-24.9-31-63.2-51-106-51zm119 20.3c.9-5 1.5-10.1 1.5-15.4 0-44.4-36-80.4-80.4-80.4-33.1 0-61.5 20.1-73.9 48.6 10.9-2.2 22.1-3.4 33.6-3.4 46.8.1 89 19.5 119.2 50.6z"></path></svg><span class="font-bold" property="schema:name">Brazil</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://cl.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M196 0h317v171H196z"></path><path fill="#0037A1" d="M0 0h196v171H0z"></path><path fill="#FFF" d="M98 24.5 113.1 71H162l-39.6 28.7 15.2 46.5L98 117.5l-39.6 28.7 15.2-46.5L34 71h48.9z"></path></svg><span class="font-bold" property="schema:name">Chile</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0zm342 0h171v342H342z" fill="#D80027"></path><path fill="#00A854" d="M224.3 119c4.3 7.6-17.1 71.9-6.5 87.8s21.9 22.4 38.2 22.4c16.3 0 30.7-6.8 39.6-24.7s-14.2-76.3-6.8-85.4c7.4-9.1 29.3 8.5 35.5 35.2 6.2 26.7-8.4 60.2-20.7 70-12.3 9.7-20.3 9.7-47.6 9.7s-32.4-1.4-45-10.7c-12.5-9.4-28.9-35.8-22.7-67.3 6.2-31.7 31.7-44.6 36-37z"></path><path fill="#D91023" stroke="#E7CA00" stroke-width="2" d="M272.6 218.9H240c-7.5 0-13.6-6.1-13.6-13.6v-45c0-7.5 6.1-13.6 13.6-13.6h32.6c7.5 0 13.6 6.1 13.6 13.6v45c.1 7.5-6 13.6-13.6 13.6z"></path><ellipse fill="#E7CA00" cx="256.4" cy="200.9" rx="25" ry="13.2"></ellipse><path fill="#FFF" d="M256.4 147.6v35.1h28.9c0-38.3 3.9-35.1-28.9-35.1z"></path><path fill="#007EA8" d="M256.4 147.6v35.1h-28.9c0-37.9-3.7-35.1 28.9-35.1z"></path><path fill="#947245" d="M270.1 158.1h1.6v21.5h-1.6z"></path><circle fill="#D18219" stroke="#FFF" cx="241.8" cy="165.2" r="8.1"></circle><ellipse fill="none" stroke="#00A854" stroke-width="6" cx="256.4" cy="122.2" rx="20.5" ry="16.5"></ellipse><ellipse fill="none" stroke="#E7CA00" stroke-width="3" cx="256.4" cy="122.2" rx="20.5" ry="16.5"></ellipse><circle fill="#E7CA00" cx="270.9" cy="163.1" r="8.9"></circle></svg><span class="font-bold" property="schema:name">Peru</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Africa</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#41662E" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M256.5 0H513v342H256.5z"></path><g fill="#D80027"><path d="m341.5 105.3-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z"></path><path d="M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z"></path></g></svg><span class="font-bold" property="schema:name">Algeria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 171h513v171H0z"></path><path fill="#D80027" d="M0 0h513v171H0z"></path><g fill="#FFDA44"><path d="m332.7 135.6 17.5-8.6-7.4-19-18.7 6.2zm-45.6-56 5.5-18.8-19.1-7.2-8 18zm29.4 23.2 12.2-15.3-14.9-13.9-14.2 13.6zm19.4 68.9 19.5-.8v-21.3l-22.9.2zm-12.6 38.1 18.8 5.5 7.3-19-18-8zm-29 32.4 14.9 12.7 14.4-14.4-13.1-14.7zm-47-147.7 9.8 19.9 21.9 3.3-15.9 15.5 3.6 21.9-19.6-10.4-19.7 10.2 3.8-21.9-15.8-15.5 22-3.1z"></path><path d="m250.8 61.3-2.7 18.3c43.1 3.2 77 39.2 77 83.1 0 46-37.3 82.9-83.4 83.4-29.2.3-51.3-14.8-67-33.7l-13.9 12.3c15 19 40.8 39.9 80.9 39.9 56.3 0 101.9-45.6 101.9-101.9.1-53.2-40.7-96.9-92.8-101.4z"></path><path fill="#000" d="m291.9 223.4-11.8 14s51.9 38.9 53.6 40.4c1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-2-1.5-51.8-42-51.8-42z"></path><path d="M206.1 157.2c-7.7 10.3-7.5 23.1 2.8 30.9 0 0 135.2 101.5 136.9 103 1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-1.9-1.5-149.7-121.5-149.7-121.5zm47.7 99.1 7.3 18.2 19.5-6-4.8-19.1zm-40.4-3.7-2 19.5 20.1 3.6 4.5-19.1zm-35.7-21.2L167.4 248l16.4 12.1 12.5-15.2z"></path></g></svg><span class="font-bold" property="schema:name">Angola</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 238h513v104H0zM0 0h513v104H0z" fill="#6da9d2"></path><path d="M0 125.5h513v89.656H0z"></path></svg><span class="font-bold" property="schema:name">Botswana</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z" fill="#47a644"></path><path fill="#0052B4" d="M513 26.8 296.1 170.7 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"></path><path fill="#FFF" d="M513 26.8 297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"></path><circle fill="#FFF" cx="251.6" cy="170.7" r="100.2"></circle><path d="m251.4 103.6 7.4 12.9h14.8l-7.4 12.8 7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8H244zm38.8 66.7 7.4 12.9h14.8L305 196l7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.9l7.4-12.8-7.4-12.8h14.9zm-77.2 0 7.4 12.9h14.9l-7.4 12.8 7.4 12.8h-14.9l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8h14.8z" fill="#D80027" stroke="#47a644" stroke-width="3"></path></svg><span class="font-bold" property="schema:name">Burundi</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ce1126" d="M0 0h513v342H0z"></path><path fill="#007a5e" d="M0 0h171v342H0z"></path><path d="M342 0h171v342H342zm-86 102.2 17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z" fill="#fcd116"></path></svg><span class="font-bold" property="schema:name">Cameroon</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#d21034" d="M0 0h513v342H0z"></path><path d="M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z" fill="#3a9927"></path><path fill="#003082" d="M0 0v85.3h211.5V0h89v85.3H513V0z"></path><path d="M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z" fill="#FFF"></path><path d="M300.5 342h-89v-86H0v86h513v-86H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z" fill="#ffce00"></path></svg><span class="font-bold" property="schema:name">Central African Republic</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFDA44" d="M0 85.331h512v341.337H0z"></path><path fill="#0052B4" d="M0 85.331h170.663v341.337H0z"></path><path fill="#D80027" d="M341.337 85.331H512v341.337H341.337z"></path></svg><span class="font-bold" property="schema:name">Chad</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#338AF3" d="M0 0h513v342H0z"></path><path fill="#FFDA44" d="M513 66.9V0H411.7L0 274.4V342h100.3z"></path><path fill="#D80027" d="M513 0v40.1L60.2 342H0v-40.8L451.8 0z"></path><path fill="#FFDA44" d="m93.6 31.2 16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z"></path></svg><span class="font-bold" property="schema:name">Democratic Republic of Congo</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://eg.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path d="M0 228h513v114H0z"></path><path fill="#C09300" d="M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z"></path></svg><span class="font-bold" property="schema:name">Egypt</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#338AF3" d="M0 0h513v342H0z"></path><path fill="#56AF35" d="M0 0h513v171H0z"></path><path fill="#D80027" d="m0 342 513-171L0 0v342z"></path><g fill="#ffc945"><path d="M134.7 231.5c33.6 0 60.8-27.2 60.8-60.8s-27.2-60.8-60.8-60.8-60.8 27.2-60.8 60.8 27.2 60.8 60.8 60.8zm0 24.3c-47 0-85.2-38.1-85.2-85.2s38.1-85.2 85.2-85.2 85.2 38.1 85.2 85.2-38.2 85.2-85.2 85.2z"></path><circle cx="119.5" cy="148.3" r="17.5"></circle><circle cx="148.9" cy="158.5" r="17.5"></circle><circle cx="134.7" cy="135.2" r="17.5"></circle><circle cx="119.5" cy="172.7" r="17.5"></circle><circle cx="149.9" cy="182.8" r="17.5"></circle><circle cx="122.5" cy="198" r="17.5"></circle><circle cx="145.9" cy="205.2" r="17.5"></circle></g></svg><span class="font-bold" property="schema:name">Eritrea</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.5 15" class="h-6"><path fill="#20AA46" d="M0 0h22.5v5H0V0z"></path><path fill="#E92F3B" d="M0 10h22.5v5H0v-5z"></path><path fill="#FADF50" d="M0 5h22.5v5H0V5z"></path><circle fill="#205CCA" cx="11.3" cy="7.5" r="5.2"></circle><g stroke="#FFDB3D" fill="none"><path d="m11.3 8.8-2.1 1.5.8-2.4-2-1.5h2.5l.8-2.3.8 2.3h2.6l-2.1 1.5.8 2.4-2.1-1.5zm-1-2.4h1.9M9.9 7.8l1.3 1m.8-2.6.7 1.8M10 7.9l.6-1.8M11 9l1.6-1.1" stroke-width="0.5"></path><path d="m8.7 3.9 1.1 1.6m4-1.7-1 1.6m-1.5 4.7V12M8.9 8.3 7.1 9m8.4 0-1.8-.7" stroke-width="0.25"></path></g></svg><span class="font-bold" property="schema:name">Ethiopia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFDA44" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#496E2D" d="M0 228h513v114H0z"></path><path d="m255.9 113.8 14.1 43.4 40.4 3.2-37 26.9 19.5 40.3-37-26.9-37 26.9 14.1-43.5-36.9-26.9h45.7z"></path></svg><span class="font-bold" property="schema:name">Ghana</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#009e60" d="M342 0h171v342H342z"></path><path fill="#f77f00" d="M0 0h171v342H0z"></path></svg><span class="font-bold" property="schema:name">Ivory Coast</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h512v90.579H0z"></path><path fill="#496E2D" d="M0 251h513v91H0z"></path><path fill="#A2001D" d="M0 114h513v114H0z"></path><g fill="#FFF"><path d="m323.3 54.5-25.6-11.8L256 137l-41.7-94.3-25.6 11.8 51.8 116.2-51.8 116.2 25.6 11.8 41.7-94.4 41.7 94.4 25.6-11.8-51.8-116.2z"></path><path d="M273.4 65.6c-9.9-10.8-17.4-17-17.4-17s-7.5 6.2-17.4 17v210.1c9.9 10.8 17.4 17 17.4 17s7.5-6.2 17.4-17V65.6z"></path></g><path d="M209 105.9v129.5c10.5 18.5 23.3 33.7 32.9 43.8V62.1c-9.6 10.1-22.4 25.3-32.9 43.8zm94 0c-10.5-18.5-23.3-33.7-32.9-43.8v217.2c9.6-10.1 22.4-25.3 32.9-43.8V105.9z" fill="#A2001D"></path><path d="M303 105.9v129.5c10.6-18.8 18.8-41 18.8-64.8s-8.2-45.9-18.8-64.7zm-94 0v129.5c-10.6-18.8-18.8-41-18.8-64.8s8.2-45.9 18.8-64.7z"></path></svg><span class="font-bold" property="schema:name">Kenya</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#0052B4" d="M0 0h513v114H0z"></path><path fill="#6DA544" d="M0 227.6h513v114H0z"></path><path d="m245.2 171 7.7-23.1c2-5.9 5.1-6 7.1 0l7.7 23.1 19.4 29.1c1.7 2.6 1.3 6.3-1.2 8 0 0-6.9 8-29.5 8s-29.5-8-29.5-8c-2.4-2-2.9-5.4-1.2-8l19.5-29.1z"></path><path d="M256.5 171c-12.5 0-22.6-10.1-22.6-22.6 0-12.5 10.1-22.6 22.6-22.6s22.6 10.1 22.6 22.6c0 12.5-10.2 22.6-22.6 22.6zm0 0c6.2 0 11.3-16.3 11.3-22.6 0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3 0 6.3 5 22.6 11.3 22.6z"></path></svg><span class="font-bold" property="schema:name">Lesotho</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z" fill="#bf0a30"></path><path fill="#002868" d="M0 0h155.6v155.6H0z"></path><path fill="#FFF" d="m77.8 30.2 10.7 32.9h34.6l-28 20.4 10.7 32.9-28-20.3-28 20.3 10.7-32.9-28-20.4h34.6z"></path></svg><span class="font-bold" property="schema:name">Liberia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ly.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#496E2D" d="M0 228h513v114H0z"></path><g fill="#FFF"><path d="m281.4 150.7 9 12.3 14.5-4.7-9 12.4 9 12.3-14.5-4.7-9 12.3v-15.2l-14.5-4.7 14.5-4.7z"></path><path d="M257 201.5c-17 0-30.9-13.8-30.9-30.9s13.8-30.9 30.9-30.9c5.3 0 10.3 1.3 14.7 3.7-6.9-6.7-16.2-10.8-26.6-10.8-21 0-38 17-38 38s17 38 38 38c10.3 0 19.7-4.1 26.6-10.8-4.4 2.4-9.4 3.7-14.7 3.7z"></path></g></svg><span class="font-bold" property="schema:name">Libya</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#f9423a" d="M0 0h513v171H0z"></path><path fill="#00843d" d="M0 171h513v171H0z"></path><path fill="#FFF" d="M0 0h171v342H0z"></path></svg><span class="font-bold" property="schema:name">Madagascar</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 0h513v114H0z"></path><path fill="#ce1126" d="M0 114h513v114H0z"></path><path fill="#339e35" d="M0 228h513v114H0z"></path><circle fill="#ce1126" cx="256.5" cy="125" r="95"></circle><path d="M0 100h513v14H0z"></path></svg><span class="font-bold" property="schema:name">Malawi</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#d01c1f" d="M0 0h513v85.5H0z"></path><path fill="#2d3359" d="M0 85.5h513V171H0z"></path><path fill="#f7b718" d="M0 171h513v85.5H0z"></path><path fill="#008658" d="M0 256.5h513V342H0z"></path></svg><span class="font-bold" property="schema:name">Mauritius</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ma.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#d12a46" d="M0 .3V342h513V.3z"></path><path fill="#316525" d="M359.8 148.9h-73.3l-22.7-69.7-22.7 69.7h-73.3l59.3 43.1-22.7 69.7 59.3-43.1 59.3 43.1-22.5-69.7 59.3-43.1zm-116.1 37.7 7.7-23.6h24.8l7.7 23.6-20.1 14.6-20.1-14.6zm27.9-37.7H256l7.8-24 7.8 24zm24.3 29-4.8-14.9h25.3l-20.5 14.9zM236.6 163l-4.8 14.9-20.5-14.9h25.3zm-5.3 61.8 7.8-24 12.6 9.2-20.4 14.8zm44.5-14.9 12.6-9.2 7.8 24-20.4-14.8z"></path></svg><span class="font-bold" property="schema:name">Morocco</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#006d66" d="M0 0h513v104H0z"></path><path d="M0 119h513v104H0z"></path><path fill="#f4d900" d="M0 238h513v104H0z"></path><path fill="#cb0f31" d="M256 171 0 342V0z"></path><path fill="#f4d900" d="m83.5 109.8 15.1 46.5h48.9L107.9 185l15.1 46.5-39.5-28.7-39.6 28.7L59 185l-39.5-28.7h48.9z"></path></svg><span class="font-bold" property="schema:name">Mozambique</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#009a44" d="M0 0h513v342H0z"></path><path fill="#002f6c" d="M0 342V0h513"></path><path fill="#FFF" d="M513 67V0H412.5L0 275v67h100.5z"></path><path fill="#c8102e" d="M513 0v40.2L60.3 342H0v-40.2L452.7 0z"></path><path fill="#ffcd00" d="m188.1 104.1-22.8 10.7 12.2 22.1-24.8-4.8-3.1 25-17.3-18.4-17.2 18.4-3.1-25-24.8 4.8 12.2-22.1-22.8-10.7 22.8-10.7-12.2-22.1L112 76l3.1-25 17.2 18.4L149.6 51l3.1 25 24.8-4.7-12.2 22.1z"></path></svg><span class="font-bold" property="schema:name">Namibia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0zm342 0h171v342H342z" fill="#008751"></path></svg><span class="font-bold" property="schema:name">Nigeria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFDA44" d="M0 85.331h512v341.326H0z"></path><path fill="#D80027" d="M330.207 85.331H512v341.337H330.207z"></path><path d="M0 85.331h181.793v341.337H0zm255.999 111.301 14.733 45.347h47.685l-38.576 28.029 14.734 45.348-38.576-28.026-38.577 28.026 14.737-45.348-38.576-28.029h47.681z" fill="#496E2D"></path></svg><span class="font-bold" property="schema:name">Senegal</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#FFDA44" d="M235.454 85.337 0 426.663 427.345 85.337z"></path><path fill="#6DA544" d="M512 329.393 0 426.663h512z"></path><path fill="#D80027" d="M512 85.337h-84.655L0 426.663l512-204.512z"></path><path fill="#0052B4" d="M0 85.337v341.326L235.454 85.337z"></path></svg><span class="font-bold" property="schema:name">Seychelles</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#338AF3" d="M0 85.331h512v341.337H0z"></path><path fill="#FFF" d="m256 157.273 22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z"></path></svg><span class="font-bold" property="schema:name">Somalia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path d="M114.024 256.001 0 141.926v228.17z"></path><path fill="#ffb915" d="M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z"></path><path fill="#007847" d="M509.833 289.391c.058-.44.804-.878 2.167-1.318v-65.464H222.602L85.33 85.337H0V94.7L161.192 256 0 417.234v9.429h85.33l137.272-137.272h287.231z"></path><path fill="#000c8a" d="M503.181 322.783H236.433l-103.881 103.88H512v-103.88z"></path><path fill="#e1392d" d="M503.181 189.217H512V85.337H132.552l103.881 103.88z"></path></svg><span class="font-bold" property="schema:name">South Africa</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 600" class="h-6"><path fill="#2B5DEA" d="M0 0h900v600H0V0z"></path><path fill="#FFDF29" d="M0 100h900v400H0V100z"></path><path fill="#D70000" d="M0 150h900v300H0V150z"></path><path fill="#FFF" d="M450 171.4v257.2c114.3 0 171.4-85.7 214.3-128.6-42.9-42.9-100-128.6-214.3-128.6z"></path><path d="M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z"></path><path fill="#FFF" d="M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"></path><path d="M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"></path></svg><span class="font-bold" property="schema:name">Swaziland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#338AF3" d="M0 85.337h512v341.326H0z"></path><path fill="#6DA544" d="M0 426.663V85.337h512"></path><path fill="#FFDA44" d="M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"></path><path d="M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"></path></svg><span class="font-bold" property="schema:name">Tanzania</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.331h512v341.337H0z"></path><circle fill="#FFF" cx="256" cy="255.994" r="96"></circle><g fill="#D80027"><path d="m267.826 219.291 16.47 22.695 26.673-8.649-16.496 22.676 16.468 22.695-26.664-8.681-16.495 22.676.017-28.04-26.664-8.682 26.674-8.648z"></path><path d="M277.818 312.724c-31.33 0-56.727-25.397-56.727-56.727s25.397-56.727 56.727-56.727c9.769 0 18.96 2.47 26.985 6.819-12.589-12.31-29.804-19.909-48.803-19.909-38.558 0-69.818 31.259-69.818 69.818s31.26 69.818 69.818 69.818c18.999 0 36.215-7.599 48.803-19.909-8.026 4.347-17.216 6.817-26.985 6.817z"></path></g></svg><span class="font-bold" property="schema:name">Tunisia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 341.3" class="h-6"><path fill="#232323" d="M0 0h512v341.3H0z"></path><path fill="#FFDA44" d="M0 56.9h512v56.9H0z"></path><path fill="#D32300" d="M0 113.8h512v56.9H0z"></path><path fill="#FFDA44" d="M0 227.6h512v56.9H0z"></path><path fill="#D32300" d="M0 284.4h512v56.9H0z"></path><circle fill="#FFF" cx="256" cy="170.7" r="80.7"></circle><path d="M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z"></path></svg><span class="font-bold" property="schema:name">Uganda</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#496E2D" d="M0 85.331h512v341.337H0z"></path><path fill="#FF9811" d="M490.668 195.476h-48c0-8.836-7.164-16-16-16s-16 7.164-16 16h-48c0 8.836 7.697 16 16.533 16h-.533c0 8.836 7.162 16 16 16 0 8.836 7.162 16 16 16h32c8.836 0 16-7.164 16-16 8.836 0 16-7.164 16-16h-.533c8.837 0 16.533-7.164 16.533-16z"></path><path fill="#D80027" d="M341.337 255.994h56.888v170.663h-56.888z"></path><path fill="#FF9811" d="M455.112 255.994H512v170.663h-56.888z"></path><path d="M398.225 255.994h56.888v170.663h-56.888z"></path></svg><span class="font-bold" property="schema:name">Zambia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path d="M0 85.333h512V426.67H0z"></path><path d="M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z" fill="#FFDA44"></path><path fill="#057f44" d="M0 85.333h512v48.868H0z"></path><path d="M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z" fill="#D80027"></path><path fill="#057f44" d="M0 378.542h512v48.128H0z"></path><path fill="#FFF" d="M276.992 255.996 106.329 426.659H0V85.333h106.329z"></path><path d="M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"></path><path fill="#D80027" d="m102.465 202.57 13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z"></path><path fill="#FFDA44" d="m138.94 259.335-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 0 0 1.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"></path></svg><span class="font-bold" property="schema:name">Zimbabwe</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Middle East</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://bh.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.8H0V0h137.6z"></path></svg><span class="font-bold" property="schema:name">Bahrain</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#CE1126" d="M0 0h513v114H0z"></path><path d="M0 228h513v114H0z"></path><path d="M219.2 160.7h-29.3c1.5-5.7 6.6-9.9 12.8-9.9v-19.9c-18.3 0-33.1 14.9-33.1 33.1v16.5h49.6c1.8 0 3.3 1.5 3.3 3.3v6.6h-66.2v19.9h86.1v-26.5c0-12.7-10.4-23.1-23.2-23.1zm49.6 29.8v-59.6H249v79.5h33.1v-19.9zm66.2 0v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z" fill="#547C31"></path></svg><span class="font-bold" property="schema:name">Iraq</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://il.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M340.6 122.4h-56.1l-28-48.6-28 48.6h-56.1l28 48.6-28 48.6h56.1l28 48.6 28-48.6h56.1l-28-48.6 28-48.6zM293.2 171 276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8 11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4 13-22.1 11.9 22.1h-24.9zm58.3 37.5-11.9-22.1h23.9l-12 22.1zm59.4-37.5h-25l11.9-22.1 13.1 22.1zm-26.1-66.4h26.1l-13 22.1-13.1-22.1zM0 21.3h512V64H0zm0 256h512V320H0z" fill="#2E52B2"></path></svg><span class="font-bold" property="schema:name">Israel</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v114H0z"></path><path fill="#6DA544" d="M0 228h513v114H0z"></path><path fill="#D80027" d="M256.5 170.7 0 341.3V0z"></path><path fill="#FFF" d="m77.9 139.5 7.9 16.4 17.8-4.1-8 16.5 14.3 11.3-17.8 4 .1 18.3-14.3-11.5-14.2 11.5v-18.3l-17.8-4 14.3-11.3-7.9-16.5 17.7 4.1z"></path></svg><span class="font-bold" property="schema:name">Jordan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://kz.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#36B6CC" d="M0 0h513v342H0V0z"></path><circle fill="#FFD400" cx="256.5" cy="170.9" r="68.4"></circle><path fill="#FFD400" d="m256.5 251.5-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V28.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V96.8zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z"></path></svg><span class="font-bold" property="schema:name">Kazakhstan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#6DA544" d="M0 0h513v114H0z"></path><path fill="#D80027" d="M0 228h513v114H0z"></path><path d="M167 227.6 0 341.3V0l167 113.8z"></path></svg><span class="font-bold" property="schema:name">Kuwait</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 .2h513v90.7H0zm.5 251.1H513V342H.5z" fill="#D80027"></path><path fill="#6DA544" d="M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z"></path><path fill="#14AF5A" d="M241.3 213.1c4.4-4.4 4.4-11.6-.1-16l4.7 4.7c-5.2-4.7-12.2-6.6-19.1-5.3l-23.5 5.9c-6.1 1.5-6.8-.4-1.8-4.2l27.1-20.3c5.1-3.8 4.2-6.9-2.3-6.9h-11c-6.4 0-7-2.3-1.5-5.1l25.3-12.7c5.6-2.8 5.1-5.1-1.5-5.1h-11c-6.4 0-7.4-3.1-2.3-6.9l27.1-20.3c5.6-3.8 12.9-3.8 18.5 0l27.1 20.3c5.1 3.8 4.2 6.9-2.3 6.9h-11c-6.4 0-7 2.3-1.5 5.1l25.3 12.7c5.6 2.8 5.1 5.1-1.5 5.1h-11c-6.4 0-7.4 3.1-2.3 6.9l27.1 20.3c5.1 3.8 4.4 5.7-1.8 4.2l-23.5-5.9c-6.8-1.3-13.9.6-19.1 5.3l4.7-4.7c-4.4 4.4-4.5 11.5-.1 16l6.8 6.8c4.4 4.4 3.1 8-3.3 8h-45.8c-6.2 0-7.7-3.6-3.3-8 .1.1 6.9-6.8 6.9-6.8z"></path></svg><span class="font-bold" property="schema:name">Lebanon</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://om.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M138 0h377v114H138z"></path><path fill="#4A7C3A" d="M138 230h377v114H138z"></path><g fill="none" stroke="#FFF" stroke-width="10" stroke-miterlimit="2"><path d="M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7"></path><path d="M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8m17.1-30.1h37.9M70.7 35.2v30.1"></path></g></svg><span class="font-bold" property="schema:name">Oman</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#751A46" d="M0 0h512v342H0z"></path><path fill="#FFF" d="M0 0v342h150.3l37.7-19.6-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19 37.7-18.9-37.7-19 37.7-19-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19L188 57l-37.7-19L188 19.1 150.3 0z"></path></svg><span class="font-bold" property="schema:name">Qatar</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 0h513v342H0z" fill="#fff"></path><g fill="#055e1c"><path d="M0 0v342h513V0zm218 76q1 2-2 5-3 2-1 4 3 4 0 6-2 1-5-1-6-6 0-14 6-4 8 0m-102 2 1 6q0 4-2 4-5 1-5-6l2-4zm39 1 1 2q-1 4-5 4-5 0-6-4c0-4 7-6 10-2m47 2q3 4 2 9c-1 2-22 19-24 19q-3 0-4-4l6-6 6-5v-3c-5-10 7-18 14-10m35-3q3 1 0 7-2 8-6 6c-3-1-3 14 0 19q2 4 7-1c2-3 2-5 2-15 0-12 0-13 2-13q5-2 5 13 1 11 3 13 3 6 6 3 3-2-1-12-3-12 1-16h9q2-2 9 1l6 2 1-2q4-4 6-1l3 17c3 16 3 16 7 24l15 30q1 6-4 5l-8-14-6-12 1 20c1 21 1 23-4 23q-4 2-4-15l-1-27-1-16-9-13c-8-12-8-13-11-13q-6-1-2 6l2 7q0 4 3 2 6-2 6 3-1 4-8 5l-5 2-5 2q-6 0-10-3-2-3-5 1-5 5-12 2-5-1-7-10l-1-3-1 3q-3 7-9 8-7 0-9-11-3-10 2-10 4-1 5 7l2 6q1 0 4-7 6-17 13-12h1c-1-1 2-10 4-11zm-97 10 2 16 1 9h4q5 2 6-1c2-1 2-2-1-11l-3-12 3-1 11 5V82q4-2 6 1l3 23 1 20h2q5 0 5 5 1 6 3 0 3-9 8-2 1 3 2 0 3-7 4-6c5 0 6 7 1 13q-3 3-7 3l-6 1q-5 4-10 0l-2-2v5c0 21-16 42-33 42q-21-1-23-21 0-5 2-6 4-1 6 6 1 12 12 13 14 2 24-15 6-11 1-5-12 18-28 11-7-5-9-17-2-6 1-7 5-3 6 6 1 12 10 12 7 0 13-8 5-8-1-7-11-1-8-12 8-11 17-5l3 2-1-12-4-22q-3 1 0 7c2 6 2 6 0 10l-5 5q-3 3-7 1h-5l-1 16c-1 19-1 20-4 21-4 1-4-2-4-19l1-15-3 1q-3 1-6-2c-2-2-2-2-3-14l-1-12q-2-1-2 10l-1 13q-3 6-8 4c-3-2-4-4-7-15q-4-15 2-14 4-1 5 8l1 5 1-6q0-13 9-12l6 2c2 3 2 4 2 14l1 11 2-1 1-8-2-16q-3-12 2-11 3-1 5 7m163-3q4 10 1 13-4 3-7-7-3-11 2-10zm12-3 3 7q2 6 1 8v16l2 27c2 22 2 21 6 21h3l-1-5-2-23-3-33c-2-16-1-19 3-19 3 0 8 14 6 16v24c5 47 5 48 0 47q-3-2-1 4l2 6q2 1 5-9 7-18 10-16 3 0 7 5 4 7 7 7 4-1 1-33l-1-21-10-12-9-15q0-5 8-1 5 2 6 6l2 6q3 4 1-4 0-10 3-10c4 0 9 10 7 13l-1 8q1 8 4 12l3 3-2-15c-2-16-2-19 1-20q3 0 5 4l4 5h2q6-4 8 9 0 8-4 8-3 0-4-6 1-8-3-5c-1 2-1 3 1 19l2 17 5 7c6 10 12 21 11 22q-2 3-5 2l-5-8-5-8 1 8c0 11 0 11-3 11q-5 3-5-7l-1-16c0-8-1-10-4-15l-4-5v19c1 21 0 25-5 28q-6 5-13-3l-4-5-4 9q-6 14-11 15-9-1-11-16-1-8-5-1c-3 5-12 13-19 17q-8 4-8-2-1-2 6-6c9-5 17-14 17-18l-5-78q2-4 5-1m89 5 4 6q1 1-2 3l-2 2 4 24q4 25 4 35c0 10 0 11-3 17q-7 13-19 14-8 0-7-2-2-4 7-6 15-2 14-23a708 708 0 0 0-8-75c3-2 3-1 8 5m-211 19 1 4q0 3 2 2 5 0 5 4c0 4-9 6-13 2-4-5 0-17 5-12m108 1h2l4-1q4 2 0 7-7 6-11-1v-5q3-2 5 0m55 2q3 4-1 6-2 0-1 5t-1 6q-1 2-10-6-8-7-6-9 3-4 7 0l2 2 2-3q5-3 8-1m-131 13c3 2 6 14 6 17q-1 6 6 1l10-4q5-1 7-4 4-9 10-12 10 0 11 9 0 7-16 13l-2 1 13 1c16 0 16 0 13 9q-2 7-4 7l-10 2q-19 3-17 9 1 2 4 3 6 3 3 7l-7 1q-13-2-21-10l-3-3-2 3q-7 10-19 13-10 2-15-10l-5 2q-18 10-19 8l-2-3c0-2 1-2 15-11l9-6q1-3 5-4c3 1 10-5 12-9q3-6-1-15l-2-8q1-5 6-6c3 0 8 5 8 7q-1 4-4 3v1l1 10c1 9-1 13-10 21l-7 6 2 3q5 9 15-2 10-8 10-23 0-10-6-24v-4q3-4 6 1m17 2q2 3 4 0 11-3 5 5c-4 5-12 5-15-1v-4zm118 5 1 2q1 2-7 8c-8 6-9 7-11 5q-5-4 6-10c8-6 8-6 11-5m-229 3q3 2-10 10-12 8-13 3-5-3 9-10 13-8 14-3m229 10c3 2 4 9 3 11q-3 3-6 1c-2-2-3-11-1-13q1-2 4 1m-172 7q3 3 2 7 1 5-3 5-3 1-3-3l-2-4q-3-3-1-6 4-2 7 1m-79 9 1 8q0 9 3 6 4-1 4 3-1 7-7 7-7-1-7-14-1-9 2-10zm168 12q0 4 3 2t4 3q-2 6-8 8l-4-2q-3-3-4-2-4 0-5-4l5-6q7-6 7-4 3 1 2 5m102 3q4 4 1 9-7 7-7-4t6-5m-42 73c0 2 1 2 12 2q24-1 22 11 0 7-6 10c-4 1-31 2-34 0q-2-1-2-6v-4h-82l-74-1c-16 0-28-10-28-10h92c91 0 92-1 92-2q-1-3 4-5c5-2 4 4 4 5"></path><path d="m195 86 1 1 1-1-1-1q-2 0-1 1m84 5q-2 2 1 5l3 3-1-4-1-5zm-125 45q-3 3-1 4 5-1 6-4zm110-7q-4 5 0 3 6-4 2-4zm-31 30q0 6 4 8l5 4q3 2 2-3 0-3 4-7 4-3 2-4l-13-3h-5zm104 101q-1 3 13 2c11 0 13 0 14-2l-13-1z"></path></g></svg><span class="font-bold" property="schema:name">Saudi Arabia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ae.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#009e49" d="M0 0h513v114H0z"></path><path d="M0 228h513v114H0z"></path><path fill="#ce1126" d="M0 0h171v342H0z"></path></svg><span class="font-bold" property="schema:name">UAE</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section></div></section></main><footer><div class="bg-red-shadow py-6"><div class="container flex flex-col gap-5 md:flex-row"><section class="flex flex-auto flex-col gap-5 text-white md:flex-1"><span class="text-lg font-bold">About RS</span><a class="ml-4" href="https://www.rsgroup.com/">Corporate Group</a></section><section class="flex flex-auto flex-col gap-2 text-white md:flex-1"><span class="mb-2 font-bold">Connect with us</span><ul class="ml-4 flex space-x-2"><li><a href="https://www.facebook.com/WeAreRSGroupPLC/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/facebook.svg"/></a></li><li><a href="https://twitter.com/WeAreRSGroup" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/twitter.svg"/></a></li><li><a href="https://www.linkedin.com/company/rs-uk-ireland/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/linkedin.svg"/></a></li><li><a href="https://www.youtube.com/channel/UCad2C5AV8SYqke58Y5wCuCg/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/youtube.svg"/></a></li><li><a href="https://www.instagram.com/wearersgroup/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/instagram.svg"/></a></li><li><a href="https://www.tiktok.com/@wearersgroup" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/tiktok.svg"/></a></li></ul></section></div></div><div class="bg-red-highlight py-3"><div class="container flex items-center justify-center"><span class="text-xs text-white">© RS Components Ltd. Birchington Road, Corby, Northants, NN17 9RS, UK</span></div></div></footer><script type="text/javascript" src="/dN6dG-/jnoZ2_/dXYyE2/_Y-tZl/OJ7Em4VpJtScS8uaiY/ZXVGCTE/eHsUZ/ixsaAoC"></script></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
910 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
41 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
910 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.35 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
section.bg-white > div.container > div.flex > img.h-60 section.bg-white > div.container > div.flex > img.h-60 | media.rs-online.com/siteImages/rootDomain/hero-image.png | 287.9 KiB | 272.8 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| uk.rs-online.com/static/fonts/ion-fonts.css | 1.2 KiB | 242 ms |
| nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js | 136.8 KiB | 419 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js | 136.4 KiB | 50.7 KiB |
| /rscomponents/responsiveprod/code/b2d7f94f4c6c218a9eb79af... | 54.9 KiB | 40.0 KiB |
| /dN6dG-/jnoZ2_/dXYyE2/_Y-tZl/OJ7Em4VpJtScS8uaiY/ZXVGCTE/e... | 173.7 KiB | 36.7 KiB |
| s.salecycle.com/rscomponentsuk/bundle.js | 31.6 KiB | 23.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /rscomponents/responsiveprod/code/b2d7f94f4c6c218a9eb79af... | 54.9 KiB | 16.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
section.bg-white > div.container > div.flex > img.h-60 section.bg-white > div.container > div.flex > img.h-60 | media.rs-online.com/siteImages/rootDomain/hero-image.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| rs-online.com/ | 202 ms |
| www.rs-online.com/ | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
section.flex > ul.ml-4 > li > a section.flex > ul.ml-4 > li > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accept All div#ensNotifyBanner > div.ensBannerContainer > div.ensButtons > button#ensCloseBanner |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to font at 'https://uk.rs-online.com/static/fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2' from origin 'https://www.rs-online.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://uk.rs-online.com/static/fonts/oswald/v53/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2' from origin 'https://www.rs-online.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
section#ensModalWrapper > div#ensModalWrapperInner > div.ensModal > a#ensDoNotSellModalLink |
section#ensModalWrapper > div#ensModalWrapperInner > div.ensModal > a#ensRequestDataModalLink |
section#ensModalWrapper > div#ensModalWrapperInner > div.ensModal > a#ensDeleteDataModalLink |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width" name="viewport"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/rootDomain/hero-image.png" fetchPriority="high"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/facebook.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/twitter.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/linkedin.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/youtube.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/instagram.svg"/><link rel="preload" as="image" href="https://media.rs-online.com/siteImages/footer/tiktok.svg"/><meta content="no-cache" http-equiv="cache-control"/><meta content="RS is a global product & service solutions provider for the maintenance, repair & operation of industry, providing access to 750,000 industrial products." name="Description"/><link href="https://rsgroup.com/assets/img/icons/favicon.ico" rel="shortcut icon" type="image/x-icon"/><title>RS: Industrial Solutions and Product Distributor in 32 Countries</title><link href="https://uk.rs-online.com/static/fonts/ion-fonts.css" rel="stylesheet"/><style> | Unknown directive |
| 3 | </style><script> | Syntax not understood |
| 4 | (function () { | Syntax not understood |
| 5 | const queryString = new URLSearchParams(location.search); | Syntax not understood |
| 7 | if (queryString.get('referrer') === 'distrelec') { | Syntax not understood |
| 8 | const style = document.createElement('style'); | Syntax not understood |
| 9 | style.textContent = '#distrelec-banner{display:block}#distrelec-banner p:first-of-type{margin-bottom:1.25rem}'; | Syntax not understood |
| 10 | document.head.appendChild(style); | Syntax not understood |
| 11 | } | Syntax not understood |
| 12 | })(); | Syntax not understood |
| 13 | </script><script type="text/javascript"> | Syntax not understood |
| 14 | window.rs = { | Syntax not understood |
| 15 | web: { | Unknown directive |
| 16 | digitalData: { | Unknown directive |
| 17 | breakpoint: window.innerWidth >= 1024 ? "1024px - max" : | Unknown directive |
| 18 | window.innerWidth >= 768 ? "768px - 1024px" : | Unknown directive |
| 19 | window.innerWidth >= 600 ? "600px - 768px" : | Unknown directive |
| 20 | "0px - 600px", | Syntax not understood |
| 21 | page_name: "Root Domain", | Unknown directive |
| 22 | page_type: "Root Domain", | Unknown directive |
| 23 | site_section: "Root Domain", | Unknown directive |
| 24 | site_type: "responsive", | Unknown directive |
| 25 | ecSystemId: "responsive", | Unknown directive |
| 26 | pageCreationDate: "Root domain page - 20/06/2024", | Unknown directive |
| 27 | store: "rootdomain", | Unknown directive |
| 28 | }, | Syntax not understood |
| 29 | }, | Syntax not understood |
| 30 | } | Syntax not understood |
| 31 | </script><script type="text/javascript"> | Syntax not understood |
| 32 | (function(a,b,c,d){ | Syntax not understood |
| 33 | a="//tags.tiqcdn.com/utag/rs.components/rs-emea/prod/utag.js"; | Syntax not understood |
| 34 | b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true; | Syntax not understood |
| 35 | a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); | Syntax not understood |
| 36 | })(); | Syntax not understood |
| 37 | </script><script src="//nexus.ensighten.com/rscomponents/responsiveprod/Bootstrap.js" type="text/javascript"></script><style>*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Noto Sans,Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}body{color:#393939}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:760px){.container{max-width:760px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1288px){.container{max-width:1288px}}.relative{position:relative}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mt-1{margin-top:.25rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.grid{display:grid}.size-10{height:2.5rem;width:2.5rem}.size-6{height:1.5rem;width:1.5rem}.size-8{height:2rem;width:2rem}.h-16{height:4rem}.h-6{height:1.5rem}.h-60{height:15rem}.min-h-screen{min-height:100vh}.w-16{width:4rem}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3.5rem*var(--tw-space-y-reverse));margin-top:calc(3.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-sm{border-radius:.125rem}.border-b{border-bottom-width:1px}.border-t-8{border-top-width:8px}.border-red-highlight{--tw-border-opacity:1;border-color:rgb(105 20 30/var(--tw-border-opacity,1))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(41 118 118/var(--tw-border-opacity,1))}.border-b-red-midtone{--tw-border-opacity:1;border-bottom-color:rgb(160 15 40/var(--tw-border-opacity,1))}.bg-red-highlight{--tw-bg-opacity:1;background-color:rgb(105 20 30/var(--tw-bg-opacity,1))}.bg-red-shadow{--tw-bg-opacity:1;background-color:rgb(50 0 15/var(--tw-bg-opacity,1))}.bg-surface{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(208 251 251/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(41 118 118/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.object-contain{object-fit:contain}.px-4{padding-left:1rem;padding-right:1rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pr-1{padding-right:.25rem}.font-oswald{font-family:Oswald,Noto Sans,Arial,sans-serif}.font-sans{font-family:Noto Sans,Roboto,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-blue-600{--tw-text-opacity:1;color:rgb(33 78 168/var(--tw-text-opacity,1))}.text-mono-600,.text-normal{--tw-text-opacity:1;color:rgb(57 57 57/var(--tw-text-opacity,1))}.text-red-highlight{--tw-text-opacity:1;color:rgb(105 20 30/var(--tw-text-opacity,1))}.text-red-rs{--tw-text-opacity:1;color:rgb(239 0 0/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.flag-left-md{-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 1rem) 100%,0 100%);clip-path:polygon(0 0,100% 0,calc(100% - 1rem) 100%,0 100%)}.visited\:text-purple-800:visited{color:#3e0a82}.active\:text-blue-400:active{--tw-text-opacity:1;color:rgb(78 117 195/var(--tw-text-opacity,1))}.hover\:text-blue-800:where([data-rac])[data-hovered]{--tw-text-opacity:1;color:rgb(1 42 122/var(--tw-text-opacity,1))}.hover\:text-blue-800:where(:not([data-rac])):hover{--tw-text-opacity:1;color:rgb(1 42 122/var(--tw-text-opacity,1))}.focus-visible\:bg-yellow-200:where([data-rac])[data-focus-visible]{--tw-bg-opacity:1;background-color:rgb(255 180 105/var(--tw-bg-opacity,1))}.focus-visible\:text-mono-900:where([data-rac])[data-focus-visible]{--tw-text-opacity:1;color:rgb(17 17 17/var(--tw-text-opacity,1))}.focus-visible\:no-underline:where([data-rac])[data-focus-visible]{-webkit-text-decoration-line:none;text-decoration-line:none}.focus-visible\:shadow-\[0_-2px_theme\(colors\.yellow-200\)\2c 0_2px_theme\(colors\.mono-900\)\]:where([data-rac])[data-focus-visible]{--tw-shadow:0 -2px #ffb469,0 2px #111;--tw-shadow-colored:0 -2px var(--tw-shadow-color),0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-visible\:bg-yellow-200:where(:not([data-rac])):focus-visible{--tw-bg-opacity:1;background-color:rgb(255 180 105/var(--tw-bg-opacity,1))}.focus-visible\:text-mono-900:where(:not([data-rac])):focus-visible{--tw-text-opacity:1;color:rgb(17 17 17/var(--tw-text-opacity,1))}.focus-visible\:no-underline:where(:not([data-rac])):focus-visible{-webkit-text-decoration-line:none;text-decoration-line:none}.focus-visible\:shadow-\[0_-2px_theme\(colors\.yellow-200\)\2c 0_2px_theme\(colors\.mono-900\)\]:where(:not([data-rac])):focus-visible{--tw-shadow:0 -2px #ffb469,0 2px #111;--tw-shadow-colored:0 -2px var(--tw-shadow-color),0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:text-mono-200:where([data-rac])[data-disabled]{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}.disabled\:text-mono-200:where(:not([data-rac])):disabled{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}@media (min-width:760px){.md\:flex-1{flex:1 1 0%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1288px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}</style></head><body><header class="relative flex h-16 items-center border-t-8 border-red-highlight shadow-md"><div class="container flex"><div class="size-10 text-red-rs"><svg viewBox="0 0 50 50"><path d="M-.36-.69H51v51.36H-.36z" fill="currentColor"></path><path d="M43.45 23.76c-1.2-1.21-2.69-1.72-4.91-1.72h-4.77c-.87 0-1.35-.46-1.34-1.34v-2.58c-.01-.88.47-1.34 1.34-1.34h10.79v-5.84H33.17c-4.22-.04-6.65 2.36-6.6 6.59v3.8c0 2.15.47 3.5 1.64 4.67 1.15 1.16 2.56 1.65 4.69 1.65h5.02c.87 0 1.35.46 1.34 1.34v2.8c0 .45-.11.76-.34 1-.24.24-.54.34-1 .34H22.77l-3.09-5.07c3.47-.04 5.55-2.07 5.48-5.63v-4.88c0-2.25-.49-3.66-1.71-4.87-1.2-1.21-2.66-1.74-4.89-1.74H5.64v28.01h5.92V16.78h6.4c.45 0 .76.11 1 .34.24.24.34.54.34 1v3.57c.01.88-.47 1.34-1.34 1.34-1.84.04-3.64-.34-4.72 1.39-.81 1.26-.52 3.05.26 4.29.83 1.48 5.34 9.5 5.34 9.5.27.48.77.75 1.38.75h18.33c4.23.06 6.64-2.38 6.6-6.6v-3.72c.01-2.25-.49-3.67-1.7-4.88z" fill="#fff"></path></svg></div><div class="ml-2"><svg fill="none" height="23" width="104"><g fill="#A00F28"><path d="M.82 18.073V13.46c0-2.917.981-4.765 4.11-4.765 3.026 0 4.007 1.627 4.007 4.018v.882H5.978v-1.12c0-.864-.068-1.644-1.014-1.644-.981 0-1.049.899-1.049 1.73v6.36c0 .932.203 1.746 1.133 1.746.93 0 1.184-.848 1.184-1.78v-1.612H4.997v-1.78h3.957v7.121H6.958l-.169-1.136c-.372.78-1.014 1.34-2.215 1.34-2.84 0-3.753-1.916-3.753-4.748ZM10.846 8.883h3.771c2.756 0 4.548.746 4.548 3.628 0 1.696-.32 2.816-1.674 3.46l1.878 6.647H16.24l-1.505-6.155h-.862v6.155h-3.027V8.883Zm3.873 5.833c1.268 0 1.64-.713 1.64-1.933 0-1.17-.355-1.866-1.505-1.866h-.98v3.799h.845ZM20.67 18.293V13.19c0-2.833 1.031-4.494 4.109-4.494 3.094 0 4.142 1.661 4.142 4.494v5.103c0 2.832-1.048 4.528-4.142 4.528-3.078 0-4.11-1.696-4.11-4.528Zm5.157.763v-6.613c0-.814-.101-1.61-1.048-1.61-.896 0-1.015.796-1.015 1.61v6.613c0 .78.068 1.611 1.015 1.611.946 0 1.048-.83 1.048-1.61ZM30.662 18.362v-9.48h2.993v9.937c0 .865.1 1.814 1.065 1.814.964 0 1.048-.95 1.048-1.814V8.883h3.01v9.479c0 2.882-.913 4.459-4.058 4.459-3.162 0-4.058-1.577-4.058-4.46ZM40.705 8.883h4.6c2.45 0 3.6 1.44 3.6 3.984 0 3.171-1.741 3.918-3.956 3.918h-1.217v5.833h-3.027V8.883Zm4.041 5.782c1.116 0 1.319-.593 1.319-1.848 0-1.035-.118-1.798-1.336-1.798h-.997v3.646h1.014Z"></path></g><path d="M104 0H.82v1.74H104V0Z" fill="#EF0000"></path></svg></div></div></header><div class="container mt-6" id="distrelec-banner"><div class="overflow-hidden rounded-sm border-teal-500 bg-teal-50 flex shadow-md" role="alert"><div class="flex w-16 shrink-0 justify-center py-3 pr-1 flag-left-md bg-teal-500"><div class="size-6 shrink-0 text-white"><svg viewBox="0 0 100 100"><path d="M50 0a50 50 0 1 1 0 100A50 50 0 0 1 50 0Zm0 11a39 39 0 1 0 0 78 39 39 0 0 0 0-78Zm0 28h6v40H44V39h6Zm7-11a7 7 0 1 0-14 0 7 7 0 0 0 14 0Z" fill="currentColor"></path></svg></div></div><div class="grow px-4 py-3"><div class="flex items-center space-x-2"><h6 class="font-bold"><span class="[&_>_:first-child]:mt-0 [&_>_:last-child]:mb-0">Welcome to RS</span></h6></div><div class="mt-1 text-sm text-normal"><div class="[&_>_:first-child]:mt-0 [&_>_:last-child]:mb-0 [&_h1]:my-3 [&_h2]:my-3 [&_h2]:font-oswald [&_h2]:text-3xl [&_h3]:my-3.5 [&_h3]:font-oswald [&_h3]:text-2xl [&_h4]:my-4 [&_h4]:text-lg [&_h4]:font-bold [&_li]:mb-2 [&_ol:last-child]:mb-0 [&_ol]:my-5 [&_ol]:list-decimal [&_ol]:pl-10 [&_ol_ul]:mt-0 [&_p:first-child]:mt-0 [&_p:last-child]:mb-0 [&_p]:my-5 [&_ul:last-child]:mb-0 [&_ul]:my-5 [&_ul]:list-disc [&_ul]:pl-10 [&_ul_ol]:mt-0"><p> Distrelec international website customers are now served by RS Group, where you will find a greater offering of products, services and solutions.</p><p> <strong>Distrelec order history</strong> - You still have the option to view your Distrelec order history, return products and manage invoices in your <a class="cursor-pointer outline-none focus-visible:bg-yellow-200 focus-visible:text-mono-900 focus-visible:no-underline focus-visible:shadow-[0_-2px_theme(colors.yellow-200),0_2px_theme(colors.mono-900)] disabled:text-mono-200 font-semibold underline text-blue-600 active:text-blue-400 hover:text-blue-800 visited:text-purple-800" data-rac="" href="https://storefront.distrelec.biz/login" target="_blank" rel="noopener noreferrer" tabindex="0" data-react-aria-pressable="true">Distrelec account</a>.</p></div></div></div></div></div><main class="min-h-screen bg-surface"><section class="bg-white py-10"><div class="container flex flex-col space-y-6 md:flex-row md:space-x-6 md:space-y-0"><div class="flex-auto md:flex-1"><div class="mb-6"><h1 class="font-oswald text-3xl font-bold md:text-4xl text-red-highlight">Welcome to RS Group</h1></div><p class="font-sans font-bold text-mono-600">Across the industrial design, manufacturing and maintenance worlds, we're the digital destination for product and service solutions to help our customers with the maintenance, repair and operation of their businesses. Explore our country list below to shop on your local site.</p></div><div class="flex flex-auto justify-center md:flex-1"><img alt="" class="h-60 object-contain" fetchPriority="high" src="https://media.rs-online.com/siteImages/rootDomain/hero-image.png"/></div></div></section><section class="container py-10"><div class="mb-10 border-b border-b-red-midtone pb-2"><h2 class="font-oswald text-2xl font-bold">Country List</h2></div><div class="space-y-14"><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Europe</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://at.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 114h513v114H0z"></path><path fill="#D80027" d="M0 0h513v114H0zm0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Austria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://az.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ef3340" d="M0 0h513v342H0z"></path><path fill="#00b5e2" d="M0 0h513v114H0z"></path><path fill="#509e2f" d="M0 228h513v114H0z"></path><g fill="#FFF"><path d="M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z"></path><path d="m297.6 142.2 5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z"></path></g></svg><span class="font-bold" property="schema:name">Azerbaijan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://befr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#fdda25" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0z"></path><path fill="#ef3340" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Belgium (FR)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://benl.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#fdda25" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0z"></path><path fill="#ef3340" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Belgium (NL)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/bh/default.aspx?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#10338C" d="M0 0h513v342H0z"></path><path fill="#F6C500" d="M99.9 0h342v342"></path><g fill="#FFF"><path d="M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z"></path><path d="M92.3 25.5 84.4 1.3l-7.8 24.2H51.3l20.5 14.8-7.8 24 20.4-14.8L105 64.3l-7.9-24 20.5-14.9z"></path><path d="m136.3 69.2-7.8-24-7.8 24H95.5l20.4 14.9-7.8 24 20.4-14.8 20.6 14.8-7.8-24 20.4-14.9z"></path><path d="m179.4 112.3-7.8-24.1-7.8 24.1h-25.3l20.5 14.9-7.8 24 20.4-14.8 20.6 14.8-7.9-24 20.5-15z"></path><path d="m222.5 155.3-7.8-24-7.8 24h-25.4l20.6 15-7.8 24 20.4-14.9 20.4 14.9-7.8-24 20.6-15z"></path><path d="m265.6 198.4-7.8-24-7.8 24h-25.4l20.6 14.9-7.8 24.1 20.4-14.9 20.4 14.9-7.8-24.2 20.5-14.8z"></path><path d="m308.7 241.5-7.9-24-7.8 24h-25.3l20.5 14.8-7.9 24.2 20.6-14.9 20.4 14.8-7.8-24.1 20.5-14.8z"></path><path d="m351.7 284.6-7.8-24.2-7.8 24.2h-25.3l20.4 14.8-7.8 24.1 20.5-14.9 20.5 14.9-7.8-24.1 20.4-14.8z"></path><path d="m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z"></path></g></svg><span class="font-bold" property="schema:name">Bosnia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://bg.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#00966e" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M0 0h513v114H0z"></path><path fill="#d62612" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Bulgaria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M301.8 171 513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z"></path><path fill="#FFDA44" d="m233.7 44.6 22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z"></path><path fill="#D80027" d="M233.7 44.6s-4 12.9-4 29.9c0 27.9 26.3 41.3 26.3 41.3s26.3-15.5 26.3-41.3c0-15.4-4-29.9-4-29.9s-8.1-5-22.3-5-22.3 5-22.3 5z"></path></svg><span class="font-bold" property="schema:name">Channel Islands</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#0052B4" d="M0 228h513v114H0z"></path><path d="M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zm-105.6 0v-44l-17.3-14.4-17.9 14.4v44zm35.2 0v-44l17.6-14.4 17.6 14.4v44z" fill="#338AF3"></path><path d="M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zm-70.4 0h-35.2v-44l17.5-14.4 17.7 14.4z" fill="#0052B4"></path><path stroke="#D80027" fill="#FFF" d="M168.5 113.2v101.9c0 24.3 14.4 46.2 35.4 59.4 21.3 13.4 42.1 14.7 52.6 14.7s31.4-1.7 52.6-14.8c21-13 35.4-35.1 35.4-59.3V113.2h-176z"></path><path d="M168.5 113.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm35.2 35.2h35.2V254h-35.2zm35.2-35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-35.2 35.2h35.2V254h-35.2zm35.2 55.5c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zm57.2 0v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z" fill="#D80027"></path></svg><span class="font-bold" property="schema:name">Croatia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://cy.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#DB7D00" d="M141.7 154.7s.2 67.1 74.7 65.3l4.5 13.9h8.9s-7.4-41.1 60.1-41.5c0 0 0-27.6 27.6-27.6H359s-66-51.8 58.9-118l1.8-13.1s-129.9 71-198.9 57.2c0 0 10.7 42.5-10.8 42.5-10.8 0-9.7-8.1-32.3-8.1-18.7 0-17.3 19.7-26.3 19.5-8.9-.2-18.8-12.3-19.6-10.2-.7 2.1 9.9 20.1 9.9 20.1z"></path><g fill="#006651"><path d="M237.2 308.1c6.9-5 13-6.6 22.4-8.3s19.4-4.4 24.6-5.8-17.7 6.6-23.5 8.3c-5.8 1.6-23.5 5.8-23.5 5.8zm37.9-14.7c-1.9-11.9 2.8-24.3 13.5-29.3 2.5 8.6-5.2 23.2-13.5 29.3zm18.2-6.2c-5.8-9.8 4-22.6 11.1-28.8 3.3 6-2.5 23.7-11.1 28.8zm16.9-7.6c-6.2-8.4 1.1-23.2 8.8-29 3.1 8.2.1 23.2-8.8 29zm16.9-10.6c-5.6-8-1.7-20.4 6.3-28.4 5.8 6.6.9 21-6.3 28.4zm13.5-10.7c-4.7-7.5 1.1-25.4 8.6-30.4 3.3 6.6.8 25.4-8.6 30.4zm10.8-2.8c-1.4-10.8 17.4-22.7 25.2-22.4-.9 8.9-8.9 18.6-25.2 22.4zm-10.5 12.2c8.8-9.1 26-9.1 32.1-7.2-1.7 5.3-21.9 16.9-32.1 7.2z"></path><path d="M328.7 276.8c12.4-3.3 20.5-6.1 27.9 1.7-5.2 6.6-25.4 4.7-27.9-1.7zm-17.7 8c11.9-6.4 26.3 3 28.5 8.6-13.3 5.5-28.7-7.2-28.5-8.6zm-16.3 9.2c10.8-4.1 23.2 1.4 28.2 7.5-5.8 2.7-21 5.7-28.2-7.5zm-14.9 4.7c12.4-1.4 24.4 8 27 13.4-15.9 1.5-22-3.2-27-13.4zm-4 9.4c-6.9-5-13-6.6-22.4-8.3-9.4-1.7-19.4-4.4-24.6-5.8-5.3-1.4 17.7 6.6 23.5 8.3 5.8 1.6 23.5 5.8 23.5 5.8zm-37.9-14.7c1.9-11.9-2.8-24.3-13.5-29.3-2.5 8.6 5.2 23.2 13.5 29.3zm-18.2-6.2c5.8-9.8-4-22.6-11.1-28.8-3.3 6 2.5 23.7 11.1 28.8zm-16.9-7.6c6.2-8.4-1.1-23.2-8.8-29-3.1 8.2-.1 23.2 8.8 29zM185.9 269c5.6-8 1.7-20.4-6.3-28.4-5.8 6.6-.9 21 6.3 28.4zm-13.5-10.7c4.7-7.5-1.1-25.4-8.6-30.4-3.3 6.6-.8 25.4 8.6 30.4zm-10.8-2.8c1.4-10.8-17.4-22.7-25.2-22.4.9 8.9 8.9 18.6 25.2 22.4zm10.5 12.2c-8.8-9.1-26-9.1-32.1-7.2 1.7 5.3 21.9 16.9 32.1 7.2z"></path><path d="M184.3 276.8c-12.4-3.3-20.5-6.1-27.9 1.7 5.2 6.6 25.4 4.7 27.9-1.7zm17.7 8c-11.9-6.4-26.3 3-28.5 8.6 13.3 5.5 28.7-7.2 28.5-8.6zm16.3 9.2c-10.8-4.1-23.2 1.4-28.2 7.5 5.8 2.7 21 5.7 28.2-7.5zm14.9 4.7c-12.4-1.4-24.4 8-27 13.4 15.9 1.5 22-3.2 27-13.4z"></path></g></svg><span class="font-bold" property="schema:name">Cyprus</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://cz.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#11457e" d="M0 0h513v342H0z"></path><path fill="#d7141a" d="M513 171v171H0l256.5-171z"></path><path fill="#FFF" d="M513 0v171H256.5L0 0z"></path></svg><span class="font-bold" property="schema:name">Czech Republic</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://dk.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#c60c30" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M190 0h-60v140H0v60h130v142h60V200h323v-60H190z"></path></svg><span class="font-bold" property="schema:name">Denmark</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ee.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#111" d="M0 0h513v342H0z"></path><path fill="#368FD8" d="M0 0h513v114H0z"></path><path fill="#FFF" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Estonia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://fi.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#2E52B2" d="M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"></path></svg><span class="font-bold" property="schema:name">Finland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://fr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#00318A" d="M0 0h171v342H0z"></path><path fill="#D80027" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">France</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://de.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="M0 0h513v114H0z"></path><path fill="#FFDA44" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Germany</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://gr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><g fill="#0d5eaf"><path d="M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z"></path><path d="M0 0h190v190H0z"></path></g><g fill="#FFF"><path d="M0 76h190v38H0z"></path><path d="M76 0h38v190H76z"></path></g></svg><span class="font-bold" property="schema:name">Greece</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hu.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#6DA544" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Hungary</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ie.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#6DA544" d="M0 0h171v342H0z"></path><path fill="#FF9811" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Ireland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://it.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#F4F5F0" d="M342 0H0v341.3h512V0z"></path><path fill="#008C45" d="M0 0h171v342H0z"></path><path fill="#CD212A" d="M342 0h171v342H342z"></path></svg><span class="font-bold" property="schema:name">Italy</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://lv.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path class="prefix__st1" d="M0 0h513v127.6H0zm0 214.4h513V342H0z" fill="#A2001D"></path></svg><span class="font-bold" property="schema:name">Latvia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://lt.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#6DA544" d="M0 0h513v342H0z"></path><path fill="#FFDA44" d="M0 0h513v114H0z"></path><path fill="#D80027" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Lithuania</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://befr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#338AF3" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Luxembourg</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://mt.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#cf142b" d="M256 0h256.5v342H256z"></path><path stroke="#cf142b" stroke-width="10" d="M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"></path><path fill="#fff" stroke="#acacac" stroke-width="5" d="M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"></path><circle cx="85" cy="85" r="26" fill="none" stroke="#acacac" stroke-width="5"></circle><circle cx="85" cy="85" r="18" fill="#dedede" stroke="#acacac" stroke-width="5"></circle></svg><span class="font-bold" property="schema:name">Malta</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ffc000" d="M0 0h513v342H0z"></path><path fill="#e30000" d="M20 20h473v302H20z"></path><path fill="#ffc000" d="M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c3-1 6.9-7.5 10.8-7.5 3.9 0 7.8 6.5 10.8 7.5l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9l-6.8-6.8z"></path><path fill="#0371ba" d="M275 201.3h-37c-4.9 0-8.8-3.9-8.8-8.8v-34.2c0-4.9 3.9-8.8 8.8-8.8h37c4.9 0 8.8 3.9 8.8 8.8v34.2c0 4.8-3.9 8.8-8.8 8.8z"></path><path fill="#39B54A" d="m230.8 212.8 24.4 17.9c.8.6 1.8.6 2.6 0l24.4-17.9c2.1-1.6 1.2-5.4-1.3-5.4h-48.8c-2.5 0-3.4 3.9-1.3 5.4z"></path><path fill="#ffc000" d="M262.8 186.5h-12.5c-3.3 0-5.9-2.6-5.9-5.9V170c0-3.3 2.6-5.9 5.9-5.9h12.5c3.3 0 5.9 2.6 5.9 5.9v10.6c-.1 3.3-2.7 5.9-5.9 5.9z"></path></svg><span class="font-bold" property="schema:name">Montenegro</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://nl.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 114h513v114H0z"></path><path fill="#cd1f2a" d="M0 0h513v114H0z"></path><path fill="#1d4185" d="M0 228h513v114H0z"></path></svg><span class="font-bold" property="schema:name">Netherlands</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://no.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z"></path><path fill="#1f3f7a" d="M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z"></path></svg><span class="font-bold" property="schema:name">Norway</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://pl.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><g fill="#FFF"><path d="M0 85.337h512v341.326H0z"></path><path d="M0 85.337h512V256H0z"></path></g><path fill="#D80027" d="M0 256h512v170.663H0z"></path></svg><span class="font-bold" property="schema:name">Poland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://pt.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.337h512v341.326H0z"></path><path fill="#6DA544" d="M196.641 85.337v341.326H0V85.337z"></path><circle fill="#FFDA44" cx="196.641" cy="256" r="64"></circle><path fill="#D80027" d="M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z"></path><path fill="#FFF" d="M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z"></path></svg><span class="font-bold" property="schema:name">Portugal</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ro.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFDA44" d="M0 85.331h512v341.326H0z"></path><path fill="#0052B4" d="M0 85.331h170.663v341.337H0z"></path><path fill="#D80027" d="M341.337 85.331H512v341.337H341.337z"></path></svg><span class="font-bold" property="schema:name">Romania</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#0052B4" d="M0 85.331h512v341.337H0z"></path><path fill="#D80027" d="M0 85.331h512v113.775H0z"></path><path fill="#FFF" d="M0 312.882h512v113.775H0z"></path><path fill="#D80027" d="M129.468 181.793v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.356 256 266.929v-85.136H129.468z"></path><path d="M155.634 196.634h74.201v-29.681l-14.841 7.42-22.261-22.26-22.259 22.26-14.84-7.42zm85.526 82.148-48.231-48.231-48.231 48.231 15.741 15.74 32.49-32.49 32.49 32.49z" fill="#FFDA44"></path><path fill="#FFF" d="M241.16 233.734h-22.504a14.74 14.74 0 0 0 2.001-7.418c0-8.196-6.645-14.84-14.84-14.84-5.663 0-10.581 3.172-13.083 7.836-2.502-4.663-7.421-7.836-13.083-7.836-8.195 0-14.84 6.644-14.84 14.84 0 2.706.736 5.235 2.001 7.418h-22.114c0 8.196 7.139 14.84 15.334 14.84h-.494c0 8.196 6.644 14.84 14.84 14.84 0 7.257 5.211 13.286 12.094 14.576l-11.694 26.401a48.075 48.075 0 0 0 18.149 3.544 48.079 48.079 0 0 0 18.149-3.544l-11.694-26.401c6.883-1.29 12.094-7.319 12.094-14.576 8.196 0 14.84-6.644 14.84-14.84h-.494c8.199 0 15.338-6.644 15.338-14.84z"></path></svg><span class="font-bold" property="schema:name">Serbia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sk.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 196.641h512v118.717H0z"></path><path fill="#D80027" d="M0 315.359h512v111.304H0z"></path><path fill="#FFF" d="M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z"></path><path fill="#D80027" d="M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z"></path><path fill="#FFF" d="M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z"></path><path fill="#0052B4" d="M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 0 0-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 0 0-5.682-.657 24.88 24.88 0 0 0-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z"></path></svg><span class="font-bold" property="schema:name">Slovakia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://at.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 199.112h512v113.775H0z"></path><path fill="#D80027" d="M0 312.888h512v113.775H0z"></path><path fill="#FFF" d="M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z"></path><path fill="#0052B4" d="M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z"></path><path fill="#FFF" d="M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l14.848 14.837 29.674-22.261 29.685 22.261 14.837-14.837z"></path></svg><span class="font-bold" property="schema:name">Slovenia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://es.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.5 15" class="h-6"><path fill="#FFF" d="M0 0h22.5v15H0V0z"></path><path fill="#D03433" d="M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"></path><path fill="#FBCA46" d="M0 4h22.5v7H0V4z"></path><path fill="#FFF" d="M7.8 7h1v.5h-1V7z"></path><path fill="#A41517" d="M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z"></path><path fill="#A41517" d="M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z"></path></svg><span class="font-bold" property="schema:name">Spain</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://se.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#0052B4" d="M0 85.333h512V426.67H0z"></path><path fill="#FFDA44" d="M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"></path></svg><span class="font-bold" property="schema:name">Sweden</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ch.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 512" class="h-6"><path fill="red" d="M0 0h768v512H0V0z"></path><path fill="#FFF" d="M336 96h96v112h112v96H432v112h-96V304H224v-96h112V96z"></path></svg><span class="font-bold" property="schema:name">Switzerland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://tr.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#E30A17" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z"></path></svg><span class="font-bold" property="schema:name">Turkey</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://uk.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><g fill="#FFF"><path d="M0 0h513v341.3H0V0z"></path><path d="M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z"></path></g><path d="M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z" fill="#012169"></path><g fill="#c8102e"><path d="M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"></path><path d="M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z"></path></g></svg><span class="font-bold" property="schema:name">United Kingdom</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">North America</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ca.rs-online.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h142v342H0zm371 0h142v342H371zm-64.5 206 50.4-25.2-25.2-12.6V143l-50.4 25.2 25.2-50.4h-25.2L256.1 80l-25.2 37.8h-25.2l25.2 50.4-50.4-25.2v25.2l-25.2 12.6 50.4 25.2-12.6 25.2h50.4V269h25.2v-37.8h50.4z" fill="red"></path></svg><span class="font-bold" property="schema:name">Canada</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://mx.rs-online.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#dc2339" d="M342 0H0v341.3h513V0z"></path><path fill="#11865d" d="M0 0h171v342H0z"></path><path fill="#FFF" d="M171 0h171v342H171z"></path><path fill="#8C9157" d="M195.8 171.2c0 21.6 11.5 41.7 30.3 52.5 5.8 3.4 13.2 1.4 16.6-4.4 3.4-5.8 1.4-13.2-4.4-16.6-11.3-6.5-18.2-18.5-18.2-31.5 0-6.7-5.4-12.1-12.1-12.1-6.7 0-12.2 5.4-12.2 12.1zm93.4 51.1c17.5-11.1 28-30.4 28-51.1 0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1c0 12.4-6.3 24-16.8 30.7-5.7 3.5-7.5 10.9-4.1 16.7s10.9 7.5 16.7 4.1c0-.2.2-.3.4-.4z"></path><ellipse fill="#C59262" cx="256.5" cy="159.1" rx="24.3" ry="36.4"></ellipse></svg><span class="font-bold" property="schema:name">Mexico</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://us.rs-online.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z" fill="#D80027"></path><path fill="#2E52B2" d="M0 0h256.5v184.1H0z"></path><path d="m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z" fill="#FFF"></path></svg><span class="font-bold" property="schema:name">USA</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">North Asia</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://rsonline.cn/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z" fill="#FFDA44"></path></svg><span class="font-bold" property="schema:name">China</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hkcn.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 14" class="h-6"><path fill="#FFF" d="M0 0h21v14H0V0z"></path><path fill="#EE1C25" d="M0 0h21v14H0V0z"></path><path fill="#FFF" d="M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z"></path></svg><span class="font-bold" property="schema:name">Hong Kong (CN)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://hken.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 14" class="h-6"><path fill="#FFF" d="M0 0h21v14H0V0z"></path><path fill="#EE1C25" d="M0 0h21v14H0V0z"></path><path fill="#FFF" d="M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z"></path></svg><span class="font-bold" property="schema:name">Hong Kong (EN)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://jp.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h512v342H0z"></path><circle fill="#D80027" cx="256.5" cy="171" r="96"></circle></svg><span class="font-bold" property="schema:name">Japan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://kr.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M84.6 107.8 132 36.6m-29.7 83 47.4-71.1m-29.6 83 47.4-71.1m177.9 221.3 47.4-71.1m-29.6 82.9 47.4-71.1m-29.6 83 47.4-71.1M132 305.4l-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3-47.4-71.1m272.6-79.1-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3L381 36.6" stroke="#000" stroke-width="14.25"></path><path d="m357.3 238.2 59.3 39.5m-299.4-13.8L135 252m222.3-148.2L378 90m17.8-11.9 17.8-11.9" stroke="#FFF" stroke-width="12.5"></path><circle fill="#CA163A" cx="256.5" cy="171" r="85.5"></circle><path fill="#0E4896" d="M185.3 123.6c-13.1 19.6-7.8 46.2 11.9 59.3s46.2 7.8 59.3-11.9 39.6-24.9 59.3-11.9c19.6 13.1 24.9 39.6 11.9 59.3-26.2 39.3-79.3 49.9-118.6 23.7s-49.9-79.3-23.8-118.5z"></path></svg><span class="font-bold" property="schema:name">South Korea</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://twcn.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 85.337h256V256H0z"></path><path fill="#FFF" d="M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"></path><circle fill="#0052B4" cx="128" cy="170.674" r="29.006"></circle><path fill="#FFF" d="M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z"></path></svg><span class="font-bold" property="schema:name">Taiwan (CN)</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://twen.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M0 85.337h256V256H0z"></path><path fill="#FFF" d="M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"></path><circle fill="#0052B4" cx="128" cy="170.674" r="29.006"></circle><path fill="#FFF" d="M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z"></path></svg><span class="font-bold" property="schema:name">Taiwan (EN)</span></a></li><li><a class="flex items-center space-x-3" href="https://hken.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">South Asia</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFDA44" d="M0 0h513v342H0z"></path><path d="m0 193.74 513 127.19V214.26L0 97.08z"></path><path fill="#FFF" d="M513 234.26v-86.67L0 20.41v86.67"></path><g fill="#D80027" stroke="#231F20" stroke-width="3" stroke-miterlimit="10"><path d="M306.4 134.01a50.28 50.28 0 0 1 6.07 24.02c0 21.55-13.51 39.94-32.52 47.19v-59.51c5.7-1.19 10-6.37 10-12.59 6.9 0 12.5-5.75 12.5-12.85h-.42c6.9 0 12.91-5.75 12.91-12.85h-34.99V76.58l-14.99-27.71-15 27.71v30.84h-34.99c0 7.1 6.01 12.85 12.91 12.85h-.42c0 7.1 5.6 12.85 12.5 12.85 0 6.22 4.29 11.4 9.99 12.59v61.37c-22.09-5.39-38.48-25.3-38.48-49.05 0-8.7 2.2-16.88 6.07-24.02-10.96 11.21-17.72 26.53-17.72 43.44 0 34.32 27.82 62.15 62.15 62.15s62.15-27.83 62.15-62.15c0-16.91-6.77-32.24-17.72-43.44z"></path><path d="M198.46 226.81s20.69 27.71 66.5 27.71 66.5-27.71 66.5-27.71l13.47 28.37s-21.03 27.71-79.97 27.71-79.97-27.71-79.97-27.71l13.47-28.37zm-69.22-93.63h20.88l24.93 27.26v73.45h-26.28v-68.37zm270.76 0h-20.88l-24.93 27.26v73.45h26.27v-68.37z"></path></g></svg><span class="font-bold" property="schema:name">Brunei</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="M0 0h513v114H0zm0 228h513v114H0z" fill="#0052B4"></path><path fill="#FFF" d="M303.5 196.6v-17.8h-11.9v-23.7l-11.9-11.9-11.8 11.9v-23.8L256 119.5l-11.9 11.8v23.8l-11.8-11.9-11.9 11.9v23.7h-11.9v17.8h-11.9v17.8h118.8v-17.8z"></path></svg><span class="font-bold" property="schema:name">Cambodia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://in.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ff6820" d="M0 0h513v114H0V0z"></path><path fill="#FFF" d="M0 114h513v114H0V114z"></path><path fill="#046a38" d="M0 228h513v114H0V228z"></path><path fill="none" stroke="#07038d" stroke-width="4" d="M256.5 136.8c18.9 0 34.2 15.3 34.2 34.2s-15.3 34.2-34.2 34.2-34.2-15.3-34.2-34.2 15.3-34.2 34.2-34.2z"></path><path d="m265.3 138.2-17.6 65.7m17.6-65.7-17.6 65.7m25.8-62.3-34 58.9m41-53.5-48 48m53.4-41L227 188m62.3-25.8-65.7 17.6m66.9-8.8h-68m66.8 8.8-65.7-17.6m62.3 25.8L227 154m53.5 41-48-48m41 53.4-34-58.9m25.8 62.3-17.6-65.7m8.8 66.9v-68m-8.8 66.8 17.6-65.7m-25.8 62.3 34-58.9m-41 53.5 48.1-48.1M227.1 188l58.9-34m-62.3 25.8 65.7-17.6m-66.9 8.8h68m-66.8-8.8 65.7 17.6M227.1 154l58.9 34m-53.5-41 48.1 48.1m-41.1-53.5 34 58.9m-25.8-62.3 17.6 65.7" stroke="#07038d" stroke-width="2"></path></svg><span class="font-bold" property="schema:name">India</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://www.rs-online.id/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#E00" d="M0 0h513v171H0z"></path></svg><span class="font-bold" property="schema:name">Indonesia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#0052B4" d="M0 0h513v342H0z"></path><path d="M0 .1h513v90.7H0zm0 251.2h513V342H0z" fill="#D80027"></path><circle fill="#FFF" cx="256.5" cy="171" r="65.9"></circle></svg><span class="font-bold" property="schema:name">Laos</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://mo.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#0F7562" d="M0 0h513v342H0z"></path><path d="M286.2 168.5c-4.2 0-8.2.8-11.9 2.2 2-4.5 3.4-9.5 3.4-14.9 0-21.2-21.2-37.1-21.2-37.1s-21.2 15.9-21.2 37.1c0 5.4 1.4 10.4 3.4 14.9-3.7-1.3-7.7-2.2-11.9-2.2-25.6 0-37.1 11.2-37.1 11.2s15.9 31.2 37.1 31.2c12.4 0 23-7.3 29.7-13.3 6.6 6 17.3 13.3 29.7 13.3 21.2 0 37.1-31.2 37.1-31.2s-10.8-11.2-37.1-11.2zm-29.7-96.8 4.4 13.5h14.2l-11.5 8.3L268 107l-11.5-8.3L245 107l4.4-13.5-11.5-8.3h14.2zm-53.9 23.6 8.4 7.6 9.9-5.7-4.7 10.4 8.5 7.6-11.3-1.2-4.6 10.3-2.4-11.1-11.3-1.1 9.9-5.7zm-39.4 39.5 11.1 2.3 5.6-9.8 1.2 11.3 11.1 2.3-10.4 4.6 1.2 11.3-7.6-8.4-10.3 4.6 5.6-9.8zm147.2-39.5-8.4 7.6-9.9-5.7 4.7 10.4-8.5 7.6 11.3-1.2 4.6 10.3 2.4-11.1 11.3-1.1-9.9-5.7zm39.4 39.5-11.1 2.3-5.6-9.8-1.2 11.3-11.1 2.3 10.4 4.6-1.2 11.3 7.6-8.4 10.3 4.6-5.6-9.8z" fill="#FFDA44"></path><path d="M256.5 270.3c16.8 0 32.4-5.6 44.8-15.1h-89.6c12.4 9.4 28 15.1 44.8 15.1zm-68-44.6c2.4 5.4 5.3 10.4 8.9 15.1H238c13.9 0 18.5-7 18.5-7s5.3 7 18.6 7h40.6c3.5-4.6 6.5-9.7 8.9-15.1h-49.5c-15.5 0-18.6-10-18.6-10s-5.3 10-18.5 10h-49.5z" fill="#FFF"></path></svg><span class="font-bold" property="schema:name">Macau</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://my.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z" fill="#c00"></path><path fill="#006" d="M0 0h256.5v195.4H0z"></path><path d="M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z" fill="#fc0"></path></svg><span class="font-bold" property="schema:name">Malaysia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><g fill="#FFF"><path d="m393.508 170.516 17.512 18.875 23.363-10.821-12.541 22.487 17.513 18.876-25.263-4.978-12.539 22.488-3.073-25.564-25.263-4.978 23.363-10.82z"></path><path d="M0 85.343h512v341.326H0z"></path></g><path fill="#01411c" d="M128 85.331h384v341.337H128z"></path><path d="M361.909 298.793c-31.037 22.426-74.378 15.446-96.804-15.592-22.427-31.038-15.446-74.379 15.593-96.804 9.677-6.992 20.55-11.125 31.613-12.563-21.283-3.183-43.777 1.613-62.598 15.211-38.2 27.602-46.792 80.944-19.191 119.145 27.601 38.199 80.944 46.792 119.145 19.189 18.82-13.598 30.436-33.448 34.096-54.655-4.839 10.05-12.176 19.076-21.854 26.069zm-1.329-125.904 17.484 18.842 23.322-10.802-12.519 22.447 17.483 18.844-25.219-4.968-12.519 22.45-3.067-25.521-25.22-4.969 23.323-10.802z" fill="#FFF"></path></svg><span class="font-bold" property="schema:name">Pakistan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ph.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#0052B4" d="M512 85.337V256H256L0 85.337z"></path><path fill="#D80027" d="M512 256v170.663H0L256 256z"></path><path d="m161.908 256-27.288-12.835 14.532-26.428-29.632 5.668-3.755-29.933-20.64 22.015-20.639-22.015-3.755 29.933-29.631-5.669 14.531 26.428L28.343 256l27.288 12.835L41.1 295.263l29.633-5.668 3.753 29.933 20.639-22.015 20.64 22.015 3.755-29.933 29.631 5.669-14.532-26.427zM21.789 117.607l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.694-14.809-4.932-9.268 12.559.117-15.608-14.809-4.934 14.88-4.712zm0 235.923 9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.695-14.809-4.933-9.268 12.558.117-15.607-14.809-4.934 14.88-4.712zm188.606-117.961-9.081 12.695-14.879-4.713 9.268 12.559-9.081 12.696 14.809-4.933 9.268 12.558-.117-15.607 14.809-4.934-14.88-4.713z" fill="#FFDA44"></path></svg><span class="font-bold" property="schema:name">Philippines</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sg.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#D80027" d="M0 85.337h512V256H0z"></path><g fill="#FFF"><path d="M83.478 170.666c0-24.865 17.476-45.637 40.812-50.734a52.059 52.059 0 0 0-11.13-1.208c-28.688 0-51.942 23.254-51.942 51.941s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.336-5.095-40.812-25.867-40.812-50.733zm66.783-48.231 3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921z"></path><path d="m121.344 144.696 3.683 11.337h11.921l-9.645 7.007 3.684 11.337-9.643-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921zm57.834 0 3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.685-11.337-9.645-7.007h11.921zm-11.131 33.391 3.684 11.337h11.921l-9.644 7.007 3.684 11.337-9.645-7.006-9.643 7.006 3.684-11.337-9.644-7.007h11.92zm-35.573 0 3.683 11.337h11.921l-9.644 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.684-11.337-9.644-7.007h11.92z"></path></g></svg><span class="font-bold" property="schema:name">Singapore</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://th.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.334h512V426.66H0z"></path><path fill="#0052B4" d="M0 194.056h512v123.882H0z"></path><path d="M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z" fill="#D80027"></path></svg><span class="font-bold" property="schema:name">Thailand</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://www.rs-online.vn/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M196.641 85.337H0v341.326h512V85.337z"></path><path fill="#FFDA44" d="m256 157.279 22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z"></path></svg><span class="font-bold" property="schema:name">Vietnam</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Australasia</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://au.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#00008b" d="M0 0h513v342H0z"></path><path d="m188 212.6 11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm42.5 49.7 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z" fill="#FFF"></path><path fill="#00008b" d="M0 0h256.5v171H0z"></path><g fill="#FFF"><path d="M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"></path></g><g fill="red"><path d="M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"></path></g></svg><span class="font-bold" property="schema:name">Australia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://nz.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#012169" d="M0 0h513v342H0z"></path><path d="m448.9 107.7 4.2 13.1h13.8l-11.1 8.1L460 142l-11.1-8.1-11.1 8.1 4.2-13.1-11.1-8.1h13.7zm-64.2 145.9 5.1 15.6h16.4l-13.2 9.7 5 15.6-13.3-9.7-13.2 9.7 5-15.6-13.3-9.7h16.5zm.1-210.2 4.7 14.6h15.3l-12.4 8.9 4.7 14.6-12.3-9-12.4 9 4.7-14.6-12.3-8.9H380zm-64.2 86 4.7 14.5h15.3l-12.3 9 4.7 14.5-12.4-8.9-12.3 8.9 4.7-14.5-12.4-9h15.3z" fill="#D80027" stroke="#FFF" stroke-width="2" stroke-miterlimit="10"></path><path fill="#012169" d="M0 0h256.5v171H0z"></path><g fill="#FFF"><path d="M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"></path></g><g fill="#D80027"><path d="M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"></path><path d="M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"></path></g></svg><span class="font-bold" property="schema:name">New Zealand</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">South America</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h512v342H0z"></path><path fill="#338AF3" d="M0 0h512v114H0zm0 228h512v114H0z"></path><circle fill="#FFDA44" stroke="#d6ab00" stroke-width="5" cx="256.5" cy="171" r="40"></circle></svg><span class="font-bold" property="schema:name">Argentina</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://br.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#009b3a" d="M0 0h513v342H0z"></path><path fill="#fedf00" d="m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z"></path><circle fill="#FFF" cx="256.5" cy="171" r="80.4"></circle><path fill="#002776" d="M215.9 165.7c-13.9 0-27.4 2.1-40.1 6 .6 43.9 36.3 79.3 80.3 79.3 27.2 0 51.3-13.6 65.8-34.3-24.9-31-63.2-51-106-51zm119 20.3c.9-5 1.5-10.1 1.5-15.4 0-44.4-36-80.4-80.4-80.4-33.1 0-61.5 20.1-73.9 48.6 10.9-2.2 22.1-3.4 33.6-3.4 46.8.1 89 19.5 119.2 50.6z"></path></svg><span class="font-bold" property="schema:name">Brazil</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://cl.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M196 0h317v171H196z"></path><path fill="#0037A1" d="M0 0h196v171H0z"></path><path fill="#FFF" d="M98 24.5 113.1 71H162l-39.6 28.7 15.2 46.5L98 117.5l-39.6 28.7 15.2-46.5L34 71h48.9z"></path></svg><span class="font-bold" property="schema:name">Chile</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0zm342 0h171v342H342z" fill="#D80027"></path><path fill="#00A854" d="M224.3 119c4.3 7.6-17.1 71.9-6.5 87.8s21.9 22.4 38.2 22.4c16.3 0 30.7-6.8 39.6-24.7s-14.2-76.3-6.8-85.4c7.4-9.1 29.3 8.5 35.5 35.2 6.2 26.7-8.4 60.2-20.7 70-12.3 9.7-20.3 9.7-47.6 9.7s-32.4-1.4-45-10.7c-12.5-9.4-28.9-35.8-22.7-67.3 6.2-31.7 31.7-44.6 36-37z"></path><path fill="#D91023" stroke="#E7CA00" stroke-width="2" d="M272.6 218.9H240c-7.5 0-13.6-6.1-13.6-13.6v-45c0-7.5 6.1-13.6 13.6-13.6h32.6c7.5 0 13.6 6.1 13.6 13.6v45c.1 7.5-6 13.6-13.6 13.6z"></path><ellipse fill="#E7CA00" cx="256.4" cy="200.9" rx="25" ry="13.2"></ellipse><path fill="#FFF" d="M256.4 147.6v35.1h28.9c0-38.3 3.9-35.1-28.9-35.1z"></path><path fill="#007EA8" d="M256.4 147.6v35.1h-28.9c0-37.9-3.7-35.1 28.9-35.1z"></path><path fill="#947245" d="M270.1 158.1h1.6v21.5h-1.6z"></path><circle fill="#D18219" stroke="#FFF" cx="241.8" cy="165.2" r="8.1"></circle><ellipse fill="none" stroke="#00A854" stroke-width="6" cx="256.4" cy="122.2" rx="20.5" ry="16.5"></ellipse><ellipse fill="none" stroke="#E7CA00" stroke-width="3" cx="256.4" cy="122.2" rx="20.5" ry="16.5"></ellipse><circle fill="#E7CA00" cx="270.9" cy="163.1" r="8.9"></circle></svg><span class="font-bold" property="schema:name">Peru</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Africa</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#41662E" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M256.5 0H513v342H256.5z"></path><g fill="#D80027"><path d="m341.5 105.3-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z"></path><path d="M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z"></path></g></svg><span class="font-bold" property="schema:name">Algeria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 171h513v171H0z"></path><path fill="#D80027" d="M0 0h513v171H0z"></path><g fill="#FFDA44"><path d="m332.7 135.6 17.5-8.6-7.4-19-18.7 6.2zm-45.6-56 5.5-18.8-19.1-7.2-8 18zm29.4 23.2 12.2-15.3-14.9-13.9-14.2 13.6zm19.4 68.9 19.5-.8v-21.3l-22.9.2zm-12.6 38.1 18.8 5.5 7.3-19-18-8zm-29 32.4 14.9 12.7 14.4-14.4-13.1-14.7zm-47-147.7 9.8 19.9 21.9 3.3-15.9 15.5 3.6 21.9-19.6-10.4-19.7 10.2 3.8-21.9-15.8-15.5 22-3.1z"></path><path d="m250.8 61.3-2.7 18.3c43.1 3.2 77 39.2 77 83.1 0 46-37.3 82.9-83.4 83.4-29.2.3-51.3-14.8-67-33.7l-13.9 12.3c15 19 40.8 39.9 80.9 39.9 56.3 0 101.9-45.6 101.9-101.9.1-53.2-40.7-96.9-92.8-101.4z"></path><path fill="#000" d="m291.9 223.4-11.8 14s51.9 38.9 53.6 40.4c1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-2-1.5-51.8-42-51.8-42z"></path><path d="M206.1 157.2c-7.7 10.3-7.5 23.1 2.8 30.9 0 0 135.2 101.5 136.9 103 1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-1.9-1.5-149.7-121.5-149.7-121.5zm47.7 99.1 7.3 18.2 19.5-6-4.8-19.1zm-40.4-3.7-2 19.5 20.1 3.6 4.5-19.1zm-35.7-21.2L167.4 248l16.4 12.1 12.5-15.2z"></path></g></svg><span class="font-bold" property="schema:name">Angola</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 238h513v104H0zM0 0h513v104H0z" fill="#6da9d2"></path><path d="M0 125.5h513v89.656H0z"></path></svg><span class="font-bold" property="schema:name">Botswana</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path d="M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z" fill="#47a644"></path><path fill="#0052B4" d="M513 26.8 296.1 170.7 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"></path><path fill="#FFF" d="M513 26.8 297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"></path><circle fill="#FFF" cx="251.6" cy="170.7" r="100.2"></circle><path d="m251.4 103.6 7.4 12.9h14.8l-7.4 12.8 7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8H244zm38.8 66.7 7.4 12.9h14.8L305 196l7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.9l7.4-12.8-7.4-12.8h14.9zm-77.2 0 7.4 12.9h14.9l-7.4 12.8 7.4 12.8h-14.9l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8h14.8z" fill="#D80027" stroke="#47a644" stroke-width="3"></path></svg><span class="font-bold" property="schema:name">Burundi</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#ce1126" d="M0 0h513v342H0z"></path><path fill="#007a5e" d="M0 0h171v342H0z"></path><path d="M342 0h171v342H342zm-86 102.2 17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z" fill="#fcd116"></path></svg><span class="font-bold" property="schema:name">Cameroon</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#d21034" d="M0 0h513v342H0z"></path><path d="M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z" fill="#3a9927"></path><path fill="#003082" d="M0 0v85.3h211.5V0h89v85.3H513V0z"></path><path d="M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z" fill="#FFF"></path><path d="M300.5 342h-89v-86H0v86h513v-86H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z" fill="#ffce00"></path></svg><span class="font-bold" property="schema:name">Central African Republic</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFDA44" d="M0 85.331h512v341.337H0z"></path><path fill="#0052B4" d="M0 85.331h170.663v341.337H0z"></path><path fill="#D80027" d="M341.337 85.331H512v341.337H341.337z"></path></svg><span class="font-bold" property="schema:name">Chad</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#338AF3" d="M0 0h513v342H0z"></path><path fill="#FFDA44" d="M513 66.9V0H411.7L0 274.4V342h100.3z"></path><path fill="#D80027" d="M513 0v40.1L60.2 342H0v-40.8L451.8 0z"></path><path fill="#FFDA44" d="m93.6 31.2 16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z"></path></svg><span class="font-bold" property="schema:name">Democratic Republic of Congo</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://eg.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path d="M0 228h513v114H0z"></path><path fill="#C09300" d="M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z"></path></svg><span class="font-bold" property="schema:name">Egypt</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#338AF3" d="M0 0h513v342H0z"></path><path fill="#56AF35" d="M0 0h513v171H0z"></path><path fill="#D80027" d="m0 342 513-171L0 0v342z"></path><g fill="#ffc945"><path d="M134.7 231.5c33.6 0 60.8-27.2 60.8-60.8s-27.2-60.8-60.8-60.8-60.8 27.2-60.8 60.8 27.2 60.8 60.8 60.8zm0 24.3c-47 0-85.2-38.1-85.2-85.2s38.1-85.2 85.2-85.2 85.2 38.1 85.2 85.2-38.2 85.2-85.2 85.2z"></path><circle cx="119.5" cy="148.3" r="17.5"></circle><circle cx="148.9" cy="158.5" r="17.5"></circle><circle cx="134.7" cy="135.2" r="17.5"></circle><circle cx="119.5" cy="172.7" r="17.5"></circle><circle cx="149.9" cy="182.8" r="17.5"></circle><circle cx="122.5" cy="198" r="17.5"></circle><circle cx="145.9" cy="205.2" r="17.5"></circle></g></svg><span class="font-bold" property="schema:name">Eritrea</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.5 15" class="h-6"><path fill="#20AA46" d="M0 0h22.5v5H0V0z"></path><path fill="#E92F3B" d="M0 10h22.5v5H0v-5z"></path><path fill="#FADF50" d="M0 5h22.5v5H0V5z"></path><circle fill="#205CCA" cx="11.3" cy="7.5" r="5.2"></circle><g stroke="#FFDB3D" fill="none"><path d="m11.3 8.8-2.1 1.5.8-2.4-2-1.5h2.5l.8-2.3.8 2.3h2.6l-2.1 1.5.8 2.4-2.1-1.5zm-1-2.4h1.9M9.9 7.8l1.3 1m.8-2.6.7 1.8M10 7.9l.6-1.8M11 9l1.6-1.1" stroke-width="0.5"></path><path d="m8.7 3.9 1.1 1.6m4-1.7-1 1.6m-1.5 4.7V12M8.9 8.3 7.1 9m8.4 0-1.8-.7" stroke-width="0.25"></path></g></svg><span class="font-bold" property="schema:name">Ethiopia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFDA44" d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#496E2D" d="M0 228h513v114H0z"></path><path d="m255.9 113.8 14.1 43.4 40.4 3.2-37 26.9 19.5 40.3-37-26.9-37 26.9 14.1-43.5-36.9-26.9h45.7z"></path></svg><span class="font-bold" property="schema:name">Ghana</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#009e60" d="M342 0h171v342H342z"></path><path fill="#f77f00" d="M0 0h171v342H0z"></path></svg><span class="font-bold" property="schema:name">Ivory Coast</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h512v90.579H0z"></path><path fill="#496E2D" d="M0 251h513v91H0z"></path><path fill="#A2001D" d="M0 114h513v114H0z"></path><g fill="#FFF"><path d="m323.3 54.5-25.6-11.8L256 137l-41.7-94.3-25.6 11.8 51.8 116.2-51.8 116.2 25.6 11.8 41.7-94.4 41.7 94.4 25.6-11.8-51.8-116.2z"></path><path d="M273.4 65.6c-9.9-10.8-17.4-17-17.4-17s-7.5 6.2-17.4 17v210.1c9.9 10.8 17.4 17 17.4 17s7.5-6.2 17.4-17V65.6z"></path></g><path d="M209 105.9v129.5c10.5 18.5 23.3 33.7 32.9 43.8V62.1c-9.6 10.1-22.4 25.3-32.9 43.8zm94 0c-10.5-18.5-23.3-33.7-32.9-43.8v217.2c9.6-10.1 22.4-25.3 32.9-43.8V105.9z" fill="#A2001D"></path><path d="M303 105.9v129.5c10.6-18.8 18.8-41 18.8-64.8s-8.2-45.9-18.8-64.7zm-94 0v129.5c-10.6-18.8-18.8-41-18.8-64.8s8.2-45.9 18.8-64.7z"></path></svg><span class="font-bold" property="schema:name">Kenya</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#0052B4" d="M0 0h513v114H0z"></path><path fill="#6DA544" d="M0 227.6h513v114H0z"></path><path d="m245.2 171 7.7-23.1c2-5.9 5.1-6 7.1 0l7.7 23.1 19.4 29.1c1.7 2.6 1.3 6.3-1.2 8 0 0-6.9 8-29.5 8s-29.5-8-29.5-8c-2.4-2-2.9-5.4-1.2-8l19.5-29.1z"></path><path d="M256.5 171c-12.5 0-22.6-10.1-22.6-22.6 0-12.5 10.1-22.6 22.6-22.6s22.6 10.1 22.6 22.6c0 12.5-10.2 22.6-22.6 22.6zm0 0c6.2 0 11.3-16.3 11.3-22.6 0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3 0 6.3 5 22.6 11.3 22.6z"></path></svg><span class="font-bold" property="schema:name">Lesotho</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z" fill="#bf0a30"></path><path fill="#002868" d="M0 0h155.6v155.6H0z"></path><path fill="#FFF" d="m77.8 30.2 10.7 32.9h34.6l-28 20.4 10.7 32.9-28-20.3-28 20.3 10.7-32.9-28-20.4h34.6z"></path></svg><span class="font-bold" property="schema:name">Liberia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ly.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 0h513v342H0z"></path><path fill="#D80027" d="M0 0h513v114H0z"></path><path fill="#496E2D" d="M0 228h513v114H0z"></path><g fill="#FFF"><path d="m281.4 150.7 9 12.3 14.5-4.7-9 12.4 9 12.3-14.5-4.7-9 12.3v-15.2l-14.5-4.7 14.5-4.7z"></path><path d="M257 201.5c-17 0-30.9-13.8-30.9-30.9s13.8-30.9 30.9-30.9c5.3 0 10.3 1.3 14.7 3.7-6.9-6.7-16.2-10.8-26.6-10.8-21 0-38 17-38 38s17 38 38 38c10.3 0 19.7-4.1 26.6-10.8-4.4 2.4-9.4 3.7-14.7 3.7z"></path></g></svg><span class="font-bold" property="schema:name">Libya</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#f9423a" d="M0 0h513v171H0z"></path><path fill="#00843d" d="M0 171h513v171H0z"></path><path fill="#FFF" d="M0 0h171v342H0z"></path></svg><span class="font-bold" property="schema:name">Madagascar</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 0h513v114H0z"></path><path fill="#ce1126" d="M0 114h513v114H0z"></path><path fill="#339e35" d="M0 228h513v114H0z"></path><circle fill="#ce1126" cx="256.5" cy="125" r="95"></circle><path d="M0 100h513v14H0z"></path></svg><span class="font-bold" property="schema:name">Malawi</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#d01c1f" d="M0 0h513v85.5H0z"></path><path fill="#2d3359" d="M0 85.5h513V171H0z"></path><path fill="#f7b718" d="M0 171h513v85.5H0z"></path><path fill="#008658" d="M0 256.5h513V342H0z"></path></svg><span class="font-bold" property="schema:name">Mauritius</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ma.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#d12a46" d="M0 .3V342h513V.3z"></path><path fill="#316525" d="M359.8 148.9h-73.3l-22.7-69.7-22.7 69.7h-73.3l59.3 43.1-22.7 69.7 59.3-43.1 59.3 43.1-22.5-69.7 59.3-43.1zm-116.1 37.7 7.7-23.6h24.8l7.7 23.6-20.1 14.6-20.1-14.6zm27.9-37.7H256l7.8-24 7.8 24zm24.3 29-4.8-14.9h25.3l-20.5 14.9zM236.6 163l-4.8 14.9-20.5-14.9h25.3zm-5.3 61.8 7.8-24 12.6 9.2-20.4 14.8zm44.5-14.9 12.6-9.2 7.8 24-20.4-14.8z"></path></svg><span class="font-bold" property="schema:name">Morocco</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#006d66" d="M0 0h513v104H0z"></path><path d="M0 119h513v104H0z"></path><path fill="#f4d900" d="M0 238h513v104H0z"></path><path fill="#cb0f31" d="M256 171 0 342V0z"></path><path fill="#f4d900" d="m83.5 109.8 15.1 46.5h48.9L107.9 185l15.1 46.5-39.5-28.7-39.6 28.7L59 185l-39.5-28.7h48.9z"></path></svg><span class="font-bold" property="schema:name">Mozambique</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#009a44" d="M0 0h513v342H0z"></path><path fill="#002f6c" d="M0 342V0h513"></path><path fill="#FFF" d="M513 67V0H412.5L0 275v67h100.5z"></path><path fill="#c8102e" d="M513 0v40.2L60.3 342H0v-40.2L452.7 0z"></path><path fill="#ffcd00" d="m188.1 104.1-22.8 10.7 12.2 22.1-24.8-4.8-3.1 25-17.3-18.4-17.2 18.4-3.1-25-24.8 4.8 12.2-22.1-22.8-10.7 22.8-10.7-12.2-22.1L112 76l3.1-25 17.2 18.4L149.6 51l3.1 25 24.8-4.7-12.2 22.1z"></path></svg><span class="font-bold" property="schema:name">Namibia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h171v342H0zm342 0h171v342H342z" fill="#008751"></path></svg><span class="font-bold" property="schema:name">Nigeria</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFDA44" d="M0 85.331h512v341.326H0z"></path><path fill="#D80027" d="M330.207 85.331H512v341.337H330.207z"></path><path d="M0 85.331h181.793v341.337H0zm255.999 111.301 14.733 45.347h47.685l-38.576 28.029 14.734 45.348-38.576-28.026-38.577 28.026 14.737-45.348-38.576-28.029h47.681z" fill="#496E2D"></path></svg><span class="font-bold" property="schema:name">Senegal</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path fill="#FFDA44" d="M235.454 85.337 0 426.663 427.345 85.337z"></path><path fill="#6DA544" d="M512 329.393 0 426.663h512z"></path><path fill="#D80027" d="M512 85.337h-84.655L0 426.663l512-204.512z"></path><path fill="#0052B4" d="M0 85.337v341.326L235.454 85.337z"></path></svg><span class="font-bold" property="schema:name">Seychelles</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#338AF3" d="M0 85.331h512v341.337H0z"></path><path fill="#FFF" d="m256 157.273 22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z"></path></svg><span class="font-bold" property="schema:name">Somalia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://za.rs-online.com/web/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#FFF" d="M0 85.337h512v341.326H0z"></path><path d="M114.024 256.001 0 141.926v228.17z"></path><path fill="#ffb915" d="M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z"></path><path fill="#007847" d="M509.833 289.391c.058-.44.804-.878 2.167-1.318v-65.464H222.602L85.33 85.337H0V94.7L161.192 256 0 417.234v9.429h85.33l137.272-137.272h287.231z"></path><path fill="#000c8a" d="M503.181 322.783H236.433l-103.881 103.88H512v-103.88z"></path><path fill="#e1392d" d="M503.181 189.217H512V85.337H132.552l103.881 103.88z"></path></svg><span class="font-bold" property="schema:name">South Africa</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 600" class="h-6"><path fill="#2B5DEA" d="M0 0h900v600H0V0z"></path><path fill="#FFDF29" d="M0 100h900v400H0V100z"></path><path fill="#D70000" d="M0 150h900v300H0V150z"></path><path fill="#FFF" d="M450 171.4v257.2c114.3 0 171.4-85.7 214.3-128.6-42.9-42.9-100-128.6-214.3-128.6z"></path><path d="M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z"></path><path fill="#FFF" d="M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"></path><path d="M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"></path></svg><span class="font-bold" property="schema:name">Swaziland</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#338AF3" d="M0 85.337h512v341.326H0z"></path><path fill="#6DA544" d="M0 426.663V85.337h512"></path><path fill="#FFDA44" d="M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"></path><path d="M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"></path></svg><span class="font-bold" property="schema:name">Tanzania</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#D80027" d="M0 85.331h512v341.337H0z"></path><circle fill="#FFF" cx="256" cy="255.994" r="96"></circle><g fill="#D80027"><path d="m267.826 219.291 16.47 22.695 26.673-8.649-16.496 22.676 16.468 22.695-26.664-8.681-16.495 22.676.017-28.04-26.664-8.682 26.674-8.648z"></path><path d="M277.818 312.724c-31.33 0-56.727-25.397-56.727-56.727s25.397-56.727 56.727-56.727c9.769 0 18.96 2.47 26.985 6.819-12.589-12.31-29.804-19.909-48.803-19.909-38.558 0-69.818 31.259-69.818 69.818s31.26 69.818 69.818 69.818c18.999 0 36.215-7.599 48.803-19.909-8.026 4.347-17.216 6.817-26.985 6.817z"></path></g></svg><span class="font-bold" property="schema:name">Tunisia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 341.3" class="h-6"><path fill="#232323" d="M0 0h512v341.3H0z"></path><path fill="#FFDA44" d="M0 56.9h512v56.9H0z"></path><path fill="#D32300" d="M0 113.8h512v56.9H0z"></path><path fill="#FFDA44" d="M0 227.6h512v56.9H0z"></path><path fill="#D32300" d="M0 284.4h512v56.9H0z"></path><circle fill="#FFF" cx="256" cy="170.7" r="80.7"></circle><path d="M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z"></path></svg><span class="font-bold" property="schema:name">Uganda</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path fill="#496E2D" d="M0 85.331h512v341.337H0z"></path><path fill="#FF9811" d="M490.668 195.476h-48c0-8.836-7.164-16-16-16s-16 7.164-16 16h-48c0 8.836 7.697 16 16.533 16h-.533c0 8.836 7.162 16 16 16 0 8.836 7.162 16 16 16h32c8.836 0 16-7.164 16-16 8.836 0 16-7.164 16-16h-.533c8.837 0 16.533-7.164 16.533-16z"></path><path fill="#D80027" d="M341.337 255.994h56.888v170.663h-56.888z"></path><path fill="#FF9811" d="M455.112 255.994H512v170.663h-56.888z"></path><path d="M398.225 255.994h56.888v170.663h-56.888z"></path></svg><span class="font-bold" property="schema:name">Zambia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://africa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 85.333 512 341.333" class="h-6"><path d="M0 85.333h512V426.67H0z"></path><path d="M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z" fill="#FFDA44"></path><path fill="#057f44" d="M0 85.333h512v48.868H0z"></path><path d="M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z" fill="#D80027"></path><path fill="#057f44" d="M0 378.542h512v48.128H0z"></path><path fill="#FFF" d="M276.992 255.996 106.329 426.659H0V85.333h106.329z"></path><path d="M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"></path><path fill="#D80027" d="m102.465 202.57 13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z"></path><path fill="#FFDA44" d="m138.94 259.335-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 0 0 1.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"></path></svg><span class="font-bold" property="schema:name">Zimbabwe</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section><section><div class="mb-6"><h3 class="font-oswald text-2xl font-bold">Middle East</h3></div><ul class="grid grid-cols-1 gap-6 md:grid-cols-2 xl:grid-cols-4"><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://bh.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.8H0V0h137.6z"></path></svg><span class="font-bold" property="schema:name">Bahrain</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#CE1126" d="M0 0h513v114H0z"></path><path d="M0 228h513v114H0z"></path><path d="M219.2 160.7h-29.3c1.5-5.7 6.6-9.9 12.8-9.9v-19.9c-18.3 0-33.1 14.9-33.1 33.1v16.5h49.6c1.8 0 3.3 1.5 3.3 3.3v6.6h-66.2v19.9h86.1v-26.5c0-12.7-10.4-23.1-23.2-23.1zm49.6 29.8v-59.6H249v79.5h33.1v-19.9zm66.2 0v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z" fill="#547C31"></path></svg><span class="font-bold" property="schema:name">Iraq</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://il.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M340.6 122.4h-56.1l-28-48.6-28 48.6h-56.1l28 48.6-28 48.6h56.1l28 48.6 28-48.6h56.1l-28-48.6 28-48.6zM293.2 171 276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8 11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4 13-22.1 11.9 22.1h-24.9zm58.3 37.5-11.9-22.1h23.9l-12 22.1zm59.4-37.5h-25l11.9-22.1 13.1 22.1zm-26.1-66.4h26.1l-13 22.1-13.1-22.1zM0 21.3h512V64H0zm0 256h512V320H0z" fill="#2E52B2"></path></svg><span class="font-bold" property="schema:name">Israel</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 0h513v114H0z"></path><path fill="#6DA544" d="M0 228h513v114H0z"></path><path fill="#D80027" d="M256.5 170.7 0 341.3V0z"></path><path fill="#FFF" d="m77.9 139.5 7.9 16.4 17.8-4.1-8 16.5 14.3 11.3-17.8 4 .1 18.3-14.3-11.5-14.2 11.5v-18.3l-17.8-4 14.3-11.3-7.9-16.5 17.7 4.1z"></path></svg><span class="font-bold" property="schema:name">Jordan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://kz.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#36B6CC" d="M0 0h513v342H0V0z"></path><circle fill="#FFD400" cx="256.5" cy="170.9" r="68.4"></circle><path fill="#FFD400" d="m256.5 251.5-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V28.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V96.8zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z"></path></svg><span class="font-bold" property="schema:name">Kazakhstan</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#6DA544" d="M0 0h513v114H0z"></path><path fill="#D80027" d="M0 228h513v114H0z"></path><path d="M167 227.6 0 341.3V0l167 113.8z"></path></svg><span class="font-bold" property="schema:name">Kuwait</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path d="M0 .2h513v90.7H0zm.5 251.1H513V342H.5z" fill="#D80027"></path><path fill="#6DA544" d="M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z"></path><path fill="#14AF5A" d="M241.3 213.1c4.4-4.4 4.4-11.6-.1-16l4.7 4.7c-5.2-4.7-12.2-6.6-19.1-5.3l-23.5 5.9c-6.1 1.5-6.8-.4-1.8-4.2l27.1-20.3c5.1-3.8 4.2-6.9-2.3-6.9h-11c-6.4 0-7-2.3-1.5-5.1l25.3-12.7c5.6-2.8 5.1-5.1-1.5-5.1h-11c-6.4 0-7.4-3.1-2.3-6.9l27.1-20.3c5.6-3.8 12.9-3.8 18.5 0l27.1 20.3c5.1 3.8 4.2 6.9-2.3 6.9h-11c-6.4 0-7 2.3-1.5 5.1l25.3 12.7c5.6 2.8 5.1 5.1-1.5 5.1h-11c-6.4 0-7.4 3.1-2.3 6.9l27.1 20.3c5.1 3.8 4.4 5.7-1.8 4.2l-23.5-5.9c-6.8-1.3-13.9.6-19.1 5.3l4.7-4.7c-4.4 4.4-4.5 11.5-.1 16l6.8 6.8c4.4 4.4 3.1 8-3.3 8h-45.8c-6.2 0-7.7-3.6-3.3-8 .1.1 6.9-6.8 6.9-6.8z"></path></svg><span class="font-bold" property="schema:name">Lebanon</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://om.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#D80027" d="M0 0h513v342H0z"></path><path fill="#FFF" d="M138 0h377v114H138z"></path><path fill="#4A7C3A" d="M138 230h377v114H138z"></path><g fill="none" stroke="#FFF" stroke-width="10" stroke-miterlimit="2"><path d="M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7"></path><path d="M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8m17.1-30.1h37.9M70.7 35.2v30.1"></path></g></svg><span class="font-bold" property="schema:name">Oman</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://int.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#751A46" d="M0 0h512v342H0z"></path><path fill="#FFF" d="M0 0v342h150.3l37.7-19.6-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19 37.7-18.9-37.7-19 37.7-19-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19L188 57l-37.7-19L188 19.1 150.3 0z"></path></svg><span class="font-bold" property="schema:name">Qatar</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://sa.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path d="M0 0h513v342H0z" fill="#fff"></path><g fill="#055e1c"><path d="M0 0v342h513V0zm218 76q1 2-2 5-3 2-1 4 3 4 0 6-2 1-5-1-6-6 0-14 6-4 8 0m-102 2 1 6q0 4-2 4-5 1-5-6l2-4zm39 1 1 2q-1 4-5 4-5 0-6-4c0-4 7-6 10-2m47 2q3 4 2 9c-1 2-22 19-24 19q-3 0-4-4l6-6 6-5v-3c-5-10 7-18 14-10m35-3q3 1 0 7-2 8-6 6c-3-1-3 14 0 19q2 4 7-1c2-3 2-5 2-15 0-12 0-13 2-13q5-2 5 13 1 11 3 13 3 6 6 3 3-2-1-12-3-12 1-16h9q2-2 9 1l6 2 1-2q4-4 6-1l3 17c3 16 3 16 7 24l15 30q1 6-4 5l-8-14-6-12 1 20c1 21 1 23-4 23q-4 2-4-15l-1-27-1-16-9-13c-8-12-8-13-11-13q-6-1-2 6l2 7q0 4 3 2 6-2 6 3-1 4-8 5l-5 2-5 2q-6 0-10-3-2-3-5 1-5 5-12 2-5-1-7-10l-1-3-1 3q-3 7-9 8-7 0-9-11-3-10 2-10 4-1 5 7l2 6q1 0 4-7 6-17 13-12h1c-1-1 2-10 4-11zm-97 10 2 16 1 9h4q5 2 6-1c2-1 2-2-1-11l-3-12 3-1 11 5V82q4-2 6 1l3 23 1 20h2q5 0 5 5 1 6 3 0 3-9 8-2 1 3 2 0 3-7 4-6c5 0 6 7 1 13q-3 3-7 3l-6 1q-5 4-10 0l-2-2v5c0 21-16 42-33 42q-21-1-23-21 0-5 2-6 4-1 6 6 1 12 12 13 14 2 24-15 6-11 1-5-12 18-28 11-7-5-9-17-2-6 1-7 5-3 6 6 1 12 10 12 7 0 13-8 5-8-1-7-11-1-8-12 8-11 17-5l3 2-1-12-4-22q-3 1 0 7c2 6 2 6 0 10l-5 5q-3 3-7 1h-5l-1 16c-1 19-1 20-4 21-4 1-4-2-4-19l1-15-3 1q-3 1-6-2c-2-2-2-2-3-14l-1-12q-2-1-2 10l-1 13q-3 6-8 4c-3-2-4-4-7-15q-4-15 2-14 4-1 5 8l1 5 1-6q0-13 9-12l6 2c2 3 2 4 2 14l1 11 2-1 1-8-2-16q-3-12 2-11 3-1 5 7m163-3q4 10 1 13-4 3-7-7-3-11 2-10zm12-3 3 7q2 6 1 8v16l2 27c2 22 2 21 6 21h3l-1-5-2-23-3-33c-2-16-1-19 3-19 3 0 8 14 6 16v24c5 47 5 48 0 47q-3-2-1 4l2 6q2 1 5-9 7-18 10-16 3 0 7 5 4 7 7 7 4-1 1-33l-1-21-10-12-9-15q0-5 8-1 5 2 6 6l2 6q3 4 1-4 0-10 3-10c4 0 9 10 7 13l-1 8q1 8 4 12l3 3-2-15c-2-16-2-19 1-20q3 0 5 4l4 5h2q6-4 8 9 0 8-4 8-3 0-4-6 1-8-3-5c-1 2-1 3 1 19l2 17 5 7c6 10 12 21 11 22q-2 3-5 2l-5-8-5-8 1 8c0 11 0 11-3 11q-5 3-5-7l-1-16c0-8-1-10-4-15l-4-5v19c1 21 0 25-5 28q-6 5-13-3l-4-5-4 9q-6 14-11 15-9-1-11-16-1-8-5-1c-3 5-12 13-19 17q-8 4-8-2-1-2 6-6c9-5 17-14 17-18l-5-78q2-4 5-1m89 5 4 6q1 1-2 3l-2 2 4 24q4 25 4 35c0 10 0 11-3 17q-7 13-19 14-8 0-7-2-2-4 7-6 15-2 14-23a708 708 0 0 0-8-75c3-2 3-1 8 5m-211 19 1 4q0 3 2 2 5 0 5 4c0 4-9 6-13 2-4-5 0-17 5-12m108 1h2l4-1q4 2 0 7-7 6-11-1v-5q3-2 5 0m55 2q3 4-1 6-2 0-1 5t-1 6q-1 2-10-6-8-7-6-9 3-4 7 0l2 2 2-3q5-3 8-1m-131 13c3 2 6 14 6 17q-1 6 6 1l10-4q5-1 7-4 4-9 10-12 10 0 11 9 0 7-16 13l-2 1 13 1c16 0 16 0 13 9q-2 7-4 7l-10 2q-19 3-17 9 1 2 4 3 6 3 3 7l-7 1q-13-2-21-10l-3-3-2 3q-7 10-19 13-10 2-15-10l-5 2q-18 10-19 8l-2-3c0-2 1-2 15-11l9-6q1-3 5-4c3 1 10-5 12-9q3-6-1-15l-2-8q1-5 6-6c3 0 8 5 8 7q-1 4-4 3v1l1 10c1 9-1 13-10 21l-7 6 2 3q5 9 15-2 10-8 10-23 0-10-6-24v-4q3-4 6 1m17 2q2 3 4 0 11-3 5 5c-4 5-12 5-15-1v-4zm118 5 1 2q1 2-7 8c-8 6-9 7-11 5q-5-4 6-10c8-6 8-6 11-5m-229 3q3 2-10 10-12 8-13 3-5-3 9-10 13-8 14-3m229 10c3 2 4 9 3 11q-3 3-6 1c-2-2-3-11-1-13q1-2 4 1m-172 7q3 3 2 7 1 5-3 5-3 1-3-3l-2-4q-3-3-1-6 4-2 7 1m-79 9 1 8q0 9 3 6 4-1 4 3-1 7-7 7-7-1-7-14-1-9 2-10zm168 12q0 4 3 2t4 3q-2 6-8 8l-4-2q-3-3-4-2-4 0-5-4l5-6q7-6 7-4 3 1 2 5m102 3q4 4 1 9-7 7-7-4t6-5m-42 73c0 2 1 2 12 2q24-1 22 11 0 7-6 10c-4 1-31 2-34 0q-2-1-2-6v-4h-82l-74-1c-16 0-28-10-28-10h92c91 0 92-1 92-2q-1-3 4-5c5-2 4 4 4 5"></path><path d="m195 86 1 1 1-1-1-1q-2 0-1 1m84 5q-2 2 1 5l3 3-1-4-1-5zm-125 45q-3 3-1 4 5-1 6-4zm110-7q-4 5 0 3 6-4 2-4zm-31 30q0 6 4 8l5 4q3 2 2-3 0-3 4-7 4-3 2-4l-13-3h-5zm104 101q-1 3 13 2c11 0 13 0 14-2l-13-1z"></path></g></svg><span class="font-bold" property="schema:name">Saudi Arabia</span></a></li><li typeof="schema:Country"><a class="flex items-center space-x-3" href="https://ae.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList" property="schema:url"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="h-6"><path fill="#FFF" d="M0 0h513v342H0z"></path><path fill="#009e49" d="M0 0h513v114H0z"></path><path d="M0 228h513v114H0z"></path><path fill="#ce1126" d="M0 0h171v342H0z"></path></svg><span class="font-bold" property="schema:name">UAE</span></a></li><li><a class="flex items-center space-x-3" href="https://export.rsdelivers.com/?cm_mmc=World-Selector-Page-Online-ReferralMainWorldList_-CountryList"><svg class="h-6" viewBox="0 0 36 24"><path d="M.5.5h35v23H.5z" fill="#E9E9E9"></path><path d="M35 1v22H1V1h34m1-1H0v24h36V0z" fill="#BEBEBE"></path><path d="M18 4.8c-4 0-7.2 3.2-7.2 7.2s3.2 7.2 7.2 7.2 7.2-3.2 7.2-7.2S22 4.8 18 4.8zm0 13h-.6c-.5-.5-.9-1.7-1.1-3.2h3.4c-.2 1.5-.7 2.7-1.1 3.2H18zm-1.9-4c0-.6-.1-1.2-.1-1.8s0-1.2.1-1.8h3.6c.1.6.1 1.2.1 1.8s0 1.3-.1 1.8h-3.6zM12.2 12c0-.6.1-1.2.3-1.8h2.9c-.1.6-.1 1.2-.1 1.8s0 1.2.1 1.8h-2.9c-.2-.5-.3-1.2-.3-1.8zM18 6.2h.6c.4.6.9 1.8 1.1 3.3h-3.5c.2-1.5.6-2.6 1.1-3.2.3 0 .5-.1.7-.1zm2.5 4h3c.2.6.3 1.2.3 1.8s-.1 1.2-.3 1.8h-3c.1-.6.1-1.2.1-1.8s0-1.2-.1-1.8zm2.7-.7h-2.8c-.2-1.2-.5-2.3-.9-3 1.7.4 3 1.5 3.7 3zm-6.8-3c-.4.8-.7 1.8-.9 3h-2.7c.7-1.4 2-2.6 3.6-3zm-3.6 8h2.7c.2 1.2.5 2.2.9 3-1.6-.4-2.9-1.5-3.6-3zm6.7 3.1c.4-.8.7-1.9.9-3.1h2.8c-.7 1.5-2.1 2.7-3.7 3.1z" fill="#6E6E6E"></path></svg><span class="font-bold">Other Countries</span></a></li></ul></section></div></section></main><footer><div class="bg-red-shadow py-6"><div class="container flex flex-col gap-5 md:flex-row"><section class="flex flex-auto flex-col gap-5 text-white md:flex-1"><span class="text-lg font-bold">About RS</span><a class="ml-4" href="https://www.rsgroup.com/">Corporate Group</a></section><section class="flex flex-auto flex-col gap-2 text-white md:flex-1"><span class="mb-2 font-bold">Connect with us</span><ul class="ml-4 flex space-x-2"><li><a href="https://www.facebook.com/WeAreRSGroupPLC/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/facebook.svg"/></a></li><li><a href="https://twitter.com/WeAreRSGroup" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/twitter.svg"/></a></li><li><a href="https://www.linkedin.com/company/rs-uk-ireland/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/linkedin.svg"/></a></li><li><a href="https://www.youtube.com/channel/UCad2C5AV8SYqke58Y5wCuCg/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/youtube.svg"/></a></li><li><a href="https://www.instagram.com/wearersgroup/" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/instagram.svg"/></a></li><li><a href="https://www.tiktok.com/@wearersgroup" rel="noopener noreferrer" target="_blank"><img alt="" class="size-8" src="https://media.rs-online.com/siteImages/footer/tiktok.svg"/></a></li></ul></section></div></div><div class="bg-red-highlight py-3"><div class="container flex items-center justify-center"><span class="text-xs text-white">© RS Components Ltd. Birchington Road, Corby, Northants, NN17 9RS, UK</span></div></div></footer><script type="text/javascript" src="/dN6dG-/jnoZ2_/dXYyE2/_Y-tZl/OJ7Em4VpJtScS8uaiY/ZXVGCTE/eHsUZ/ixsaAoC"></script></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback