It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://tradecontrolscompliance.com/en/

  1. <!doctype html>
  2. <html lang="en-US">
  3. <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(w){this.triggerEvents=w,this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){var w = /5060|109.0.0.0/i.test(navigator.userAgent) ? null : new RocketLazyLoadScripts(["pageshow"]);w._addUserInteractionListener(w)}}RocketLazyLoadScripts.run();</script>
  4. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover">
  5. <link rel="profile" href="https://gmpg.org/xfn/11">
  6.  
  7. <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  8. <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
  9. <link rel="alternate" hreflang="nl" href="https://tradecontrolscompliance.com/" />
  10. <link rel="alternate" hreflang="en" href="https://tradecontrolscompliance.com/en/" />
  11. <link rel="alternate" hreflang="x-default" href="https://tradecontrolscompliance.com/" />
  12. <!-- Google tag (gtag.js) Consent Mode dataLayer added by Site Kit -->
  13. <script type="rocketlazyloadscript" id="google_gtagjs-js-consent-mode-data-layer">
  14. window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
  15. gtag('consent', 'default', {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","security_storage":"denied","personalization_storage":"denied","region":["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500});
  16. window._googlesitekitConsentCategoryMap = {"statistics":["analytics_storage"],"marketing":["ad_storage","ad_user_data","ad_personalization"],"functional":["functionality_storage","security_storage"],"preferences":["personalization_storage"]};
  17. window._googlesitekitConsents = {"ad_personalization":"denied","ad_storage":"denied","ad_user_data":"denied","analytics_storage":"denied","functionality_storage":"denied","security_storage":"denied","personalization_storage":"denied","region":["AT","BE","BG","CH","CY","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IS","IT","LI","LT","LU","LV","MT","NL","NO","PL","PT","RO","SE","SI","SK"],"wait_for_update":500};
  18. </script>
  19. <!-- End Google tag (gtag.js) Consent Mode dataLayer added by Site Kit -->
  20.  
  21. <!-- This site is optimized with the Yoast SEO Premium plugin v24.0 (Yoast SEO v24.1) - https://yoast.com/wordpress/plugins/seo/ -->
  22. <title>Trade Controls Compliance</title><link rel="stylesheet" href="https://tradecontrolscompliance.com/wp-content/cache/min/1/a245bc319c6dc340c3fc1add37442594.css" media="all" data-minify="1" />
  23. <meta name="description" content="Your trade compliance consultant from Trade Controls Compliance. Learn how to comply with sanctions laws and export control classification." />
  24. <link rel="canonical" href="https://tradecontrolscompliance.com/en/" />
  25. <meta property="og:locale" content="en_US" />
  26. <meta property="og:type" content="website" />
  27. <meta property="og:title" content="Trade Controls Compliance - Trade Controls Compliance: Navigating Trade Rules, Simplified! Your Sanctions &amp; Export Controls Toolbox" />
  28. <meta property="og:description" content="Your trade compliance consultant from Trade Controls Compliance. Learn how to comply with sanctions laws and export control classification." />
  29. <meta property="og:url" content="https://tradecontrolscompliance.com/en/" />
  30. <meta property="og:site_name" content="Trade Controls Compliance" />
  31. <meta property="article:modified_time" content="2024-05-06T09:10:41+00:00" />
  32. <meta property="og:image" content="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/cropped-avatar.png" />
  33. <meta property="og:image:width" content="512" />
  34. <meta property="og:image:height" content="512" />
  35. <meta property="og:image:type" content="image/png" />
  36. <meta name="twitter:card" content="summary_large_image" />
  37. <meta name="twitter:title" content="Trade Controls Compliance - Trade Controls Compliance: Navigating Trade Rules, Simplified! Your Sanctions &amp; Export Controls Toolbox" />
  38. <meta name="twitter:description" content="Your trade compliance consultant from Trade Controls Compliance. Learn how to comply with sanctions laws and export control classification." />
  39. <meta name="twitter:image" content="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png" />
  40. <meta name="twitter:site" content="@Trade_Controls" />
  41. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"NewsArticle","@id":"https://tradecontrolscompliance.com/en/#article","isPartOf":{"@id":"https://tradecontrolscompliance.com/en/"},"author":{"name":"Robert van de Ruit","@id":"https://tradecontrolscompliance.com/en/#/schema/person/227493f031b76fa57f908dff694fc227"},"headline":"All about Trade Controls Compliance","datePublished":"2023-04-20T22:17:23+00:00","dateModified":"2024-05-06T09:10:41+00:00","mainEntityOfPage":{"@id":"https://tradecontrolscompliance.com/en/"},"wordCount":751,"publisher":{"@id":"https://tradecontrolscompliance.com/en/#organization"},"image":{"@id":"https://tradecontrolscompliance.com/en/#primaryimage"},"thumbnailUrl":"https://tradecontrolscompliance.com/wp-content/uploads/2023/04/cropped-avatar.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://tradecontrolscompliance.com/en/","url":"https://tradecontrolscompliance.com/en/","name":"Trade Controls Compliance","isPartOf":{"@id":"https://tradecontrolscompliance.com/en/#website"},"about":{"@id":"https://tradecontrolscompliance.com/en/#organization"},"primaryImageOfPage":{"@id":"https://tradecontrolscompliance.com/en/#primaryimage"},"image":{"@id":"https://tradecontrolscompliance.com/en/#primaryimage"},"thumbnailUrl":"https://tradecontrolscompliance.com/wp-content/uploads/2023/04/cropped-avatar.png","datePublished":"2023-04-20T22:17:23+00:00","dateModified":"2024-05-06T09:10:41+00:00","description":"Your trade compliance consultant from Trade Controls Compliance. Learn how to comply with sanctions laws and export control classification.","breadcrumb":{"@id":"https://tradecontrolscompliance.com/en/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://tradecontrolscompliance.com/en/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://tradecontrolscompliance.com/en/#primaryimage","url":"https://tradecontrolscompliance.com/wp-content/uploads/2023/04/cropped-avatar.png","contentUrl":"https://tradecontrolscompliance.com/wp-content/uploads/2023/04/cropped-avatar.png","width":512,"height":512,"caption":"Trade Controls Compliance"},{"@type":"BreadcrumbList","@id":"https://tradecontrolscompliance.com/en/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://tradecontrolscompliance.com/en/#website","url":"https://tradecontrolscompliance.com/en/","name":"Trade Controls Compliance","description":"Trade Controls Compliance: Navigating Trade Rules, Simplified! Your Sanctions &amp; Export Controls Toolbox","publisher":{"@id":"https://tradecontrolscompliance.com/en/#organization"},"alternateName":"Your Sanctions & Export Controls Toolbox","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://tradecontrolscompliance.com/en/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://tradecontrolscompliance.com/en/#organization","name":"Trade Controls Compliance","alternateName":"Trade Controls Compliance","url":"https://tradecontrolscompliance.com/en/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://tradecontrolscompliance.com/en/#/schema/logo/image/","url":"https://tradecontrolscompliance.com/wp-content/uploads/2023/04/avatar.png","contentUrl":"https://tradecontrolscompliance.com/wp-content/uploads/2023/04/avatar.png","width":243,"height":243,"caption":"Trade Controls Compliance"},"image":{"@id":"https://tradecontrolscompliance.com/en/#/schema/logo/image/"},"sameAs":["https://x.com/Trade_Controls","https://www.linkedin.com/in/robert-van-de-ruit-aa04b799/"],"description":"Trade Controls Compliance biedt een reeks adviesdiensten aan die gespecialiseerd zijn in sancties en exportcontrolebeleid. Wij bieden op maat gemaakte screening functionaliteiten (KYC), exportcontroleclassificatie voor militaire en dual-use goederen en beleid ten aanzien van risicolanden omvatten. Naast onze diensten op het gebied van sancties en exportcontrole bieden wij een volledig assortiment compliance diensten met name gericht op trade compliance. Onze oplossingen zijn ontworpen om bedrijven en instellingen te helpen voldoen aan alle relevante wet- en regelgeving. Wij zien het belang van training en awareness op het gebied van naleving en bieden daarom een uitgebreid trainingsprogramma dat helpt om het bewustzijn te vergroten en organisatiebeleid en -tools te verbeteren via risicoanalyse en auditprogramma's. Bij Trade Controls Compliance begrijpen we dat elk bedrijf uniek is, met specifieke behoeften en uitdagingen. Daarom zorgen onze op maat gemaakte nalevingsprogramma's voor volledige naleving van regelgeving en wetten, op maat gemaakt voor de specifieke behoeften van uw organisatie. Onze focus op efficiëntie en effectiviteit biedt inclusieve oplossingen voor complexe nalevingskwesties op een pragmatische manier die voldoet aan de unieke behoeften van elke klant. Neem contact met ons op via info@tradecontrolscompliance.com om meer te weten te komen over onze diensten.","email":"info@tradecontrolscompliance.com","telephone":"+316647037633","legalName":"Trade Controls Compliance","foundingDate":"2023-05-31","vatID":"NL004734079B30","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"},"publishingPrinciples":"https://tradecontrolscompliance.com/over-ons/","ethicsPolicy":"https://tradecontrolscompliance.com/privacy-verklaring-trade-controls-compliance/"},{"@type":"Person","@id":"https://tradecontrolscompliance.com/en/#/schema/person/227493f031b76fa57f908dff694fc227","name":"Robert van de Ruit","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://tradecontrolscompliance.com/en/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/a5608008e8145627f4d350e9b0f6c9d2?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/a5608008e8145627f4d350e9b0f6c9d2?s=96&d=mm&r=g","caption":"Robert van de Ruit"},"sameAs":["https://tradecontrolscompliance.com"]}]}</script>
  42. <meta name="google-site-verification" content="t24AuOy7w9IbglmlPxDFYiYHu72Jshlkzrz5E6LXtIg" />
  43. <!-- / Yoast SEO Premium plugin. -->
  44.  
  45.  
  46. <link rel='dns-prefetch' href='//www.googletagmanager.com' />
  47. <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.4 - Using Analytics tracking - https://www.monsterinsights.com/ -->
  48. <script type="rocketlazyloadscript" src="//www.googletagmanager.com/gtag/js?id=G-HJV6W5BRR5"  data-cfasync="false" data-wpfc-render="false" async></script>
  49. <script type="rocketlazyloadscript" data-cfasync="false" data-wpfc-render="false">
  50. var mi_version = '9.2.4';
  51. var mi_track_user = true;
  52. var mi_no_track_reason = '';
  53. var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/tradecontrolscompliance.com\/en\/"};
  54. if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
  55. var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
  56. } else {
  57. var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
  58. }
  59.  
  60. var disableStrs = [
  61. 'ga-disable-G-HJV6W5BRR5',
  62. ];
  63.  
  64. /* Function to detect opted out users */
  65. function __gtagTrackerIsOptedOut() {
  66. for (var index = 0; index < disableStrs.length; index++) {
  67. if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
  68. return true;
  69. }
  70. }
  71.  
  72. return false;
  73. }
  74.  
  75. /* Disable tracking if the opt-out cookie exists. */
  76. if (__gtagTrackerIsOptedOut()) {
  77. for (var index = 0; index < disableStrs.length; index++) {
  78. window[disableStrs[index]] = true;
  79. }
  80. }
  81.  
  82. /* Opt-out function */
  83. function __gtagTrackerOptout() {
  84. for (var index = 0; index < disableStrs.length; index++) {
  85. document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
  86. window[disableStrs[index]] = true;
  87. }
  88. }
  89.  
  90. if ('undefined' === typeof gaOptout) {
  91. function gaOptout() {
  92. __gtagTrackerOptout();
  93. }
  94. }
  95. window.dataLayer = window.dataLayer || [];
  96.  
  97. window.MonsterInsightsDualTracker = {
  98. helpers: {},
  99. trackers: {},
  100. };
  101. if (mi_track_user) {
  102. function __gtagDataLayer() {
  103. dataLayer.push(arguments);
  104. }
  105.  
  106. function __gtagTracker(type, name, parameters) {
  107. if (!parameters) {
  108. parameters = {};
  109. }
  110.  
  111. if (parameters.send_to) {
  112. __gtagDataLayer.apply(null, arguments);
  113. return;
  114. }
  115.  
  116. if (type === 'event') {
  117. parameters.send_to = monsterinsights_frontend.v4_id;
  118. var hookName = name;
  119. if (typeof parameters['event_category'] !== 'undefined') {
  120. hookName = parameters['event_category'] + ':' + name;
  121. }
  122.  
  123. if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
  124. MonsterInsightsDualTracker.trackers[hookName](parameters);
  125. } else {
  126. __gtagDataLayer('event', name, parameters);
  127. }
  128. } else {
  129. __gtagDataLayer.apply(null, arguments);
  130. }
  131. }
  132.  
  133. __gtagTracker('js', new Date());
  134. __gtagTracker('set', {
  135. 'developer_id.dZGIzZG': true,
  136. });
  137. if ( MonsterInsightsLocations.page_location ) {
  138. __gtagTracker('set', MonsterInsightsLocations);
  139. }
  140. __gtagTracker('config', 'G-HJV6W5BRR5', {"forceSSL":"true","link_attribution":"true"} );
  141. window.gtag = __gtagTracker; (function () {
  142. /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
  143. /* ga and __gaTracker compatibility shim. */
  144. var noopfn = function () {
  145. return null;
  146. };
  147. var newtracker = function () {
  148. return new Tracker();
  149. };
  150. var Tracker = function () {
  151. return null;
  152. };
  153. var p = Tracker.prototype;
  154. p.get = noopfn;
  155. p.set = noopfn;
  156. p.send = function () {
  157. var args = Array.prototype.slice.call(arguments);
  158. args.unshift('send');
  159. __gaTracker.apply(null, args);
  160. };
  161. var __gaTracker = function () {
  162. var len = arguments.length;
  163. if (len === 0) {
  164. return;
  165. }
  166. var f = arguments[len - 1];
  167. if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
  168. if ('send' === arguments[0]) {
  169. var hitConverted, hitObject = false, action;
  170. if ('event' === arguments[1]) {
  171. if ('undefined' !== typeof arguments[3]) {
  172. hitObject = {
  173. 'eventAction': arguments[3],
  174. 'eventCategory': arguments[2],
  175. 'eventLabel': arguments[4],
  176. 'value': arguments[5] ? arguments[5] : 1,
  177. }
  178. }
  179. }
  180. if ('pageview' === arguments[1]) {
  181. if ('undefined' !== typeof arguments[2]) {
  182. hitObject = {
  183. 'eventAction': 'page_view',
  184. 'page_path': arguments[2],
  185. }
  186. }
  187. }
  188. if (typeof arguments[2] === 'object') {
  189. hitObject = arguments[2];
  190. }
  191. if (typeof arguments[5] === 'object') {
  192. Object.assign(hitObject, arguments[5]);
  193. }
  194. if ('undefined' !== typeof arguments[1].hitType) {
  195. hitObject = arguments[1];
  196. if ('pageview' === hitObject.hitType) {
  197. hitObject.eventAction = 'page_view';
  198. }
  199. }
  200. if (hitObject) {
  201. action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
  202. hitConverted = mapArgs(hitObject);
  203. __gtagTracker('event', action, hitConverted);
  204. }
  205. }
  206. return;
  207. }
  208.  
  209. function mapArgs(args) {
  210. var arg, hit = {};
  211. var gaMap = {
  212. 'eventCategory': 'event_category',
  213. 'eventAction': 'event_action',
  214. 'eventLabel': 'event_label',
  215. 'eventValue': 'event_value',
  216. 'nonInteraction': 'non_interaction',
  217. 'timingCategory': 'event_category',
  218. 'timingVar': 'name',
  219. 'timingValue': 'value',
  220. 'timingLabel': 'event_label',
  221. 'page': 'page_path',
  222. 'location': 'page_location',
  223. 'title': 'page_title',
  224. 'referrer' : 'page_referrer',
  225. };
  226. for (arg in args) {
  227. if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
  228. hit[gaMap[arg]] = args[arg];
  229. } else {
  230. hit[arg] = args[arg];
  231. }
  232. }
  233. return hit;
  234. }
  235.  
  236. try {
  237. f.hitCallback();
  238. } catch (ex) {
  239. }
  240. };
  241. __gaTracker.create = newtracker;
  242. __gaTracker.getByName = newtracker;
  243. __gaTracker.getAll = function () {
  244. return [];
  245. };
  246. __gaTracker.remove = noopfn;
  247. __gaTracker.loaded = true;
  248. window['__gaTracker'] = __gaTracker;
  249. })();
  250. } else {
  251. console.log("");
  252. (function () {
  253. function __gtagTracker() {
  254. return null;
  255. }
  256.  
  257. window['__gtagTracker'] = __gtagTracker;
  258. window['gtag'] = __gtagTracker;
  259. })();
  260. }
  261. </script>
  262. <!-- / Google Analytics by MonsterInsights -->
  263. <style id='global-styles-inline-css'>
  264. :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--palette-color-1: var(--theme-palette-color-1, #528265);--wp--preset--color--palette-color-2: var(--theme-palette-color-2, #33a370);--wp--preset--color--palette-color-3: var(--theme-palette-color-3, #415161);--wp--preset--color--palette-color-4: var(--theme-palette-color-4, #2c3e50);--wp--preset--color--palette-color-5: var(--theme-palette-color-5, #E2E7ED);--wp--preset--color--palette-color-6: var(--theme-palette-color-6, #edeff2);--wp--preset--color--palette-color-7: var(--theme-palette-color-7, #f8f9fb);--wp--preset--color--palette-color-8: var(--theme-palette-color-8, #ffffff);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--juicy-peach: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);--wp--preset--gradient--young-passion: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);--wp--preset--gradient--true-sunset: linear-gradient(to right, #fa709a 0%, #fee140 100%);--wp--preset--gradient--morpheus-den: linear-gradient(to top, #30cfd0 0%, #330867 100%);--wp--preset--gradient--plum-plate: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--wp--preset--gradient--aqua-splash: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);--wp--preset--gradient--love-kiss: linear-gradient(to top, #ff0844 0%, #ffb199 100%);--wp--preset--gradient--new-retrowave: linear-gradient(to top, #3b41c5 0%, #a981bb 49%, #ffc8a9 100%);--wp--preset--gradient--plum-bath: linear-gradient(to top, #cc208e 0%, #6713d2 100%);--wp--preset--gradient--high-flight: linear-gradient(to right, #0acffe 0%, #495aff 100%);--wp--preset--gradient--teen-party: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);--wp--preset--gradient--fabled-sunset: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);--wp--preset--gradient--arielle-smile: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);--wp--preset--gradient--itmeo-branding: linear-gradient(180deg, #2af598 0%, #009efd 100%);--wp--preset--gradient--deep-blue: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);--wp--preset--gradient--strong-bliss: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);--wp--preset--gradient--sweet-period: linear-gradient(to top, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);--wp--preset--gradient--purple-division: linear-gradient(to top, #7028e4 0%, #e5b2ca 100%);--wp--preset--gradient--cold-evening: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);--wp--preset--gradient--mountain-rock: linear-gradient(to right, #868f96 0%, #596164 100%);--wp--preset--gradient--desert-hump: linear-gradient(to top, #c79081 0%, #dfa579 100%);--wp--preset--gradient--ethernal-constance: linear-gradient(to top, #09203f 0%, #537895 100%);--wp--preset--gradient--happy-memories: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);--wp--preset--gradient--grown-early: linear-gradient(to top, #0ba360 0%, #3cba92 100%);--wp--preset--gradient--morning-salad: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%);--wp--preset--gradient--night-call: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);--wp--preset--gradient--mind-crawl: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);--wp--preset--gradient--angel-care: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);--wp--preset--gradient--juicy-cake: linear-gradient(to top, #e14fad 0%, #f9d423 100%);--wp--preset--gradient--rich-metal: linear-gradient(to right, #d7d2cc 0%, #304352 100%);--wp--preset--gradient--mole-hall: linear-gradient(-20deg, #616161 0%, #9bc5c3 100%);--wp--preset--gradient--cloudy-knoxville: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);--wp--preset--gradient--soft-grass: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);--wp--preset--gradient--saint-petersburg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--wp--preset--gradient--everlasting-sky: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);--wp--preset--gradient--kind-steel: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);--wp--preset--gradient--over-sun: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);--wp--preset--gradient--premium-white: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);--wp--preset--gradient--clean-mirror: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);--wp--preset--gradient--wild-apple: linear-gradient(to top, #d299c2 0%, #fef9d7 100%);--wp--preset--gradient--snow-again: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);--wp--preset--gradient--confident-cloud: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);--wp--preset--gradient--glass-water: linear-gradient(to top, #dfe9f3 0%, white 100%);--wp--preset--gradient--perfect-white: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: clamp(22px, 1.375rem + ((1vw - 3.2px) * 0.625), 30px);--wp--preset--font-size--x-large: clamp(30px, 1.875rem + ((1vw - 3.2px) * 1.563), 50px);--wp--preset--font-size--xx-large: clamp(45px, 2.813rem + ((1vw - 3.2px) * 2.734), 80px);--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: var(--theme-block-max-width);--wp--style--global--wide-size: var(--theme-block-wide-max-width); }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--theme-content-spacing); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: var(--theme-content-spacing); }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: var(--theme-content-spacing);margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: var(--theme-content-spacing);margin-block-end: 0;}:root :where(.is-layout-flex){gap: var(--theme-content-spacing);}:root :where(.is-layout-grid){gap: var(--theme-content-spacing);}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-palette-color-1-color{color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-color{color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-color{color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-color{color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-color{color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-color{color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-color{color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-color{color: var(--wp--preset--color--palette-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-palette-color-1-background-color{background-color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-background-color{background-color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-background-color{background-color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-background-color{background-color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-background-color{background-color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-background-color{background-color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-background-color{background-color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-background-color{background-color: var(--wp--preset--color--palette-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-palette-color-1-border-color{border-color: var(--wp--preset--color--palette-color-1) !important;}.has-palette-color-2-border-color{border-color: var(--wp--preset--color--palette-color-2) !important;}.has-palette-color-3-border-color{border-color: var(--wp--preset--color--palette-color-3) !important;}.has-palette-color-4-border-color{border-color: var(--wp--preset--color--palette-color-4) !important;}.has-palette-color-5-border-color{border-color: var(--wp--preset--color--palette-color-5) !important;}.has-palette-color-6-border-color{border-color: var(--wp--preset--color--palette-color-6) !important;}.has-palette-color-7-border-color{border-color: var(--wp--preset--color--palette-color-7) !important;}.has-palette-color-8-border-color{border-color: var(--wp--preset--color--palette-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-juicy-peach-gradient-background{background: var(--wp--preset--gradient--juicy-peach) !important;}.has-young-passion-gradient-background{background: var(--wp--preset--gradient--young-passion) !important;}.has-true-sunset-gradient-background{background: var(--wp--preset--gradient--true-sunset) !important;}.has-morpheus-den-gradient-background{background: var(--wp--preset--gradient--morpheus-den) !important;}.has-plum-plate-gradient-background{background: var(--wp--preset--gradient--plum-plate) !important;}.has-aqua-splash-gradient-background{background: var(--wp--preset--gradient--aqua-splash) !important;}.has-love-kiss-gradient-background{background: var(--wp--preset--gradient--love-kiss) !important;}.has-new-retrowave-gradient-background{background: var(--wp--preset--gradient--new-retrowave) !important;}.has-plum-bath-gradient-background{background: var(--wp--preset--gradient--plum-bath) !important;}.has-high-flight-gradient-background{background: var(--wp--preset--gradient--high-flight) !important;}.has-teen-party-gradient-background{background: var(--wp--preset--gradient--teen-party) !important;}.has-fabled-sunset-gradient-background{background: var(--wp--preset--gradient--fabled-sunset) !important;}.has-arielle-smile-gradient-background{background: var(--wp--preset--gradient--arielle-smile) !important;}.has-itmeo-branding-gradient-background{background: var(--wp--preset--gradient--itmeo-branding) !important;}.has-deep-blue-gradient-background{background: var(--wp--preset--gradient--deep-blue) !important;}.has-strong-bliss-gradient-background{background: var(--wp--preset--gradient--strong-bliss) !important;}.has-sweet-period-gradient-background{background: var(--wp--preset--gradient--sweet-period) !important;}.has-purple-division-gradient-background{background: var(--wp--preset--gradient--purple-division) !important;}.has-cold-evening-gradient-background{background: var(--wp--preset--gradient--cold-evening) !important;}.has-mountain-rock-gradient-background{background: var(--wp--preset--gradient--mountain-rock) !important;}.has-desert-hump-gradient-background{background: var(--wp--preset--gradient--desert-hump) !important;}.has-ethernal-constance-gradient-background{background: var(--wp--preset--gradient--ethernal-constance) !important;}.has-happy-memories-gradient-background{background: var(--wp--preset--gradient--happy-memories) !important;}.has-grown-early-gradient-background{background: var(--wp--preset--gradient--grown-early) !important;}.has-morning-salad-gradient-background{background: var(--wp--preset--gradient--morning-salad) !important;}.has-night-call-gradient-background{background: var(--wp--preset--gradient--night-call) !important;}.has-mind-crawl-gradient-background{background: var(--wp--preset--gradient--mind-crawl) !important;}.has-angel-care-gradient-background{background: var(--wp--preset--gradient--angel-care) !important;}.has-juicy-cake-gradient-background{background: var(--wp--preset--gradient--juicy-cake) !important;}.has-rich-metal-gradient-background{background: var(--wp--preset--gradient--rich-metal) !important;}.has-mole-hall-gradient-background{background: var(--wp--preset--gradient--mole-hall) !important;}.has-cloudy-knoxville-gradient-background{background: var(--wp--preset--gradient--cloudy-knoxville) !important;}.has-soft-grass-gradient-background{background: var(--wp--preset--gradient--soft-grass) !important;}.has-saint-petersburg-gradient-background{background: var(--wp--preset--gradient--saint-petersburg) !important;}.has-everlasting-sky-gradient-background{background: var(--wp--preset--gradient--everlasting-sky) !important;}.has-kind-steel-gradient-background{background: var(--wp--preset--gradient--kind-steel) !important;}.has-over-sun-gradient-background{background: var(--wp--preset--gradient--over-sun) !important;}.has-premium-white-gradient-background{background: var(--wp--preset--gradient--premium-white) !important;}.has-clean-mirror-gradient-background{background: var(--wp--preset--gradient--clean-mirror) !important;}.has-wild-apple-gradient-background{background: var(--wp--preset--gradient--wild-apple) !important;}.has-snow-again-gradient-background{background: var(--wp--preset--gradient--snow-again) !important;}.has-confident-cloud-gradient-background{background: var(--wp--preset--gradient--confident-cloud) !important;}.has-glass-water-gradient-background{background: var(--wp--preset--gradient--glass-water) !important;}.has-perfect-white-gradient-background{background: var(--wp--preset--gradient--perfect-white) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-xx-large-font-size{font-size: var(--wp--preset--font-size--xx-large) !important;}
  265. :root :where(.wp-block-pullquote){font-size: clamp(0.984em, 0.984rem + ((1vw - 0.2em) * 0.645), 1.5em);line-height: 1.6;}
  266. </style>
  267.  
  268.  
  269. <style id='wpml-legacy-horizontal-list-0-inline-css'>
  270. .wpml-ls-statics-footer a, .wpml-ls-statics-footer .wpml-ls-sub-menu a, .wpml-ls-statics-footer .wpml-ls-sub-menu a:link, .wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {color:#444444;background-color:#ffffff;}.wpml-ls-statics-footer a, .wpml-ls-statics-footer .wpml-ls-sub-menu a:hover,.wpml-ls-statics-footer .wpml-ls-sub-menu a:focus, .wpml-ls-statics-footer .wpml-ls-sub-menu a:link:hover, .wpml-ls-statics-footer .wpml-ls-sub-menu a:link:focus {color:#000000;background-color:#eeeeee;}.wpml-ls-statics-footer .wpml-ls-current-language > a {color:#444444;background-color:#ffffff;}.wpml-ls-statics-footer .wpml-ls-current-language:hover>a, .wpml-ls-statics-footer .wpml-ls-current-language>a:focus {color:#000000;background-color:#eeeeee;}
  271. </style>
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. <link rel='stylesheet' id='elementor-post-50-css' href='https://tradecontrolscompliance.com/wp-content/uploads/elementor/css/post-50.css?ver=1734713649' media='all' />
  283. <link rel='stylesheet' id='elementor-post-2163-css' href='https://tradecontrolscompliance.com/wp-content/uploads/elementor/css/post-2163.css?ver=1734725968' media='all' />
  284. <style id='rocket-lazyload-inline-css'>
  285. .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://tradecontrolscompliance.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
  286. </style>
  287.  
  288. <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script id="wpml-cookie-js-extra">
  289. var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}};
  290. var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}};
  291. </script>
  292. <script type="rocketlazyloadscript" data-minify="1" src="https://tradecontrolscompliance.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=1734713650" id="wpml-cookie-js" defer data-wp-strategy="defer"></script>
  293. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.2.4" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script>
  294. <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/tradecontrolscompliance.com\/en\/","hash_tracking":"false","v4_id":"G-HJV6W5BRR5"};</script>
  295. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
  296. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
  297. <script id="wpml-browser-redirect-js-extra">
  298. var wpml_browser_redirect_params = {"pageLanguage":"en","languageUrls":{"nl_nl":"https:\/\/tradecontrolscompliance.com\/","nl":"https:\/\/tradecontrolscompliance.com\/","en_us":"https:\/\/tradecontrolscompliance.com\/en\/","en":"https:\/\/tradecontrolscompliance.com\/en\/","us":"https:\/\/tradecontrolscompliance.com\/en\/"},"cookie":{"name":"_icl_visitor_lang_js","domain":"tradecontrolscompliance.com","path":"\/","expiration":24}};
  299. </script>
  300. <script data-minify="1" src="https://tradecontrolscompliance.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/js/browser-redirect/app.js?ver=1734713651" id="wpml-browser-redirect-js"></script>
  301.  
  302. <!-- Google tag (gtag.js) snippet added by Site Kit -->
  303.  
  304. <!-- Google Analytics snippet added by Site Kit -->
  305. <script type="rocketlazyloadscript" src="https://www.googletagmanager.com/gtag/js?id=GT-KTPK43H" id="google_gtagjs-js" async></script>
  306. <script type="rocketlazyloadscript" id="google_gtagjs-js-after">
  307. window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
  308. gtag("set","linker",{"domains":["tradecontrolscompliance.com"]});
  309. gtag("js", new Date());
  310. gtag("set", "developer_id.dZTNiMT", true);
  311. gtag("config", "GT-KTPK43H");
  312. </script>
  313.  
  314. <!-- End Google tag (gtag.js) snippet added by Site Kit -->
  315. <meta name="generator" content="WPML ver:4.6.15 stt:37,1;" />
  316. <meta name="generator" content="Site Kit by Google 1.142.0" /><noscript></noscript>
  317. <style id="ct-main-styles-inline-css">[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {--logo-max-height:100px;} [data-header*="type-1"] .ct-header [data-id="logo"] .site-title {--theme-font-weight:700;--theme-font-size:25px;--theme-line-height:1.5;--theme-link-initial-color:var(--theme-palette-color-4);} [data-header*="type-1"] .ct-header [data-id="logo"] .site-description {--theme-font-weight:500;--theme-font-size:13px;} [data-header*="type-1"] .ct-header [data-id="logo"] {--horizontal-alignment:left;} [data-header*="type-1"] .ct-header [data-id="menu"] {--menu-items-spacing:30px;--menu-indicator-hover-color:var(--theme-palette-color-4);--menu-indicator-active-color:var(--theme-palette-color-4);} [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {--theme-font-family:Khula, Sans-Serif;--theme-font-weight:700;--theme-text-transform:uppercase;--theme-font-size:14px;--theme-line-height:1.3;--theme-link-initial-color:var(--theme-palette-color-7);--theme-link-hover-color:#ffffff;--theme-link-active-color:#ffffff;} [data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {--theme-link-initial-color:var(--theme-palette-color-8);--theme-font-weight:500;--theme-font-size:12px;} [data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {--dropdown-items-spacing:18px;--dropdown-divider:1px dashed rgba(255, 255, 255, 0.1);--has-divider:1;--theme-box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);--theme-border-radius:0px 0px 2px 2px;} [data-header*="type-1"] .ct-header [data-row*="middle"] {--height:90px;background-color:#528265;background-image:none;--theme-border-top:none;--theme-border-bottom:none;--theme-box-shadow:none;} [data-header*="type-1"] .ct-header [data-row*="middle"] > div {--theme-border-top:none;--theme-border-bottom:none;} [data-header*="type-1"] [data-id="mobile-menu"] {--theme-font-family:Khula, Sans-Serif;--theme-font-weight:700;--theme-font-size:20px;--theme-link-initial-color:#ffffff;--theme-link-hover-color:var(--theme-palette-color-1);--mobile-menu-divider:none;} [data-header*="type-1"] [data-id="mobile-menu"] .sub-menu {--theme-font-family:Khula, Sans-Serif;--theme-font-weight:400;} [data-header*="type-1"] #offcanvas {--theme-box-shadow:0px 0px 70px rgba(0, 0, 0, 0.35);--side-panel-width:500px;} [data-header*="type-1"] #offcanvas .ct-panel-inner {background-color:rgba(18, 21, 25, 0.98);} [data-header*="type-1"] [data-id="trigger"] {--theme-icon-size:18px;--toggle-button-radius:3px;} [data-header*="type-1"] [data-id="trigger"]:not([data-design="simple"]) {--toggle-button-padding:10px;} [data-header*="type-1"] [data-id="trigger"] .ct-label {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-header*="type-1"] {--header-height:90px;} [data-header*="type-1"] .ct-header {background-image:none;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {--container-spacing:25px;--theme-border:none;--theme-border-top:none;--theme-border-bottom:none;--grid-template-columns:initial;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {--theme-font-size:16px;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] {--theme-border-top:1px solid #dddddd;--theme-border-bottom:1px solid #dddddd;background-color:var(--theme-palette-color-4);} [data-footer*="type-1"] [data-id="copyright"] {--theme-font-weight:400;--theme-font-size:15px;--theme-line-height:1.3;--theme-link-initial-color:var(--theme-palette-color-3);--theme-link-hover-color:var(--theme-palette-color-7);} [data-footer*="type-1"] .ct-footer {background-color:var(--theme-palette-color-6);}:root {--theme-font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';--theme-font-weight:400;--theme-text-transform:none;--theme-text-decoration:none;--theme-font-size:16px;--theme-line-height:1.65;--theme-letter-spacing:0em;--theme-button-font-weight:500;--theme-button-font-size:15px;--has-classic-forms:var(--true);--has-modern-forms:var(--false);--theme-form-field-border-initial-color:var(--theme-border-color);--theme-form-field-border-focus-color:var(--theme-palette-color-1);--theme-form-selection-field-initial-color:var(--theme-border-color);--theme-form-selection-field-active-color:var(--theme-palette-color-1);--e-global-color-blocksy_palette_1:var(--theme-palette-color-1);--e-global-color-blocksy_palette_2:var(--theme-palette-color-2);--e-global-color-blocksy_palette_3:var(--theme-palette-color-3);--e-global-color-blocksy_palette_4:var(--theme-palette-color-4);--e-global-color-blocksy_palette_5:var(--theme-palette-color-5);--e-global-color-blocksy_palette_6:var(--theme-palette-color-6);--e-global-color-blocksy_palette_7:var(--theme-palette-color-7);--e-global-color-blocksy_palette_8:var(--theme-palette-color-8);--theme-palette-color-1:#528265;--theme-palette-color-2:#33a370;--theme-palette-color-3:#415161;--theme-palette-color-4:#2c3e50;--theme-palette-color-5:#E2E7ED;--theme-palette-color-6:#edeff2;--theme-palette-color-7:#f8f9fb;--theme-palette-color-8:#ffffff;--theme-text-color:var(--theme-palette-color-5);--theme-link-initial-color:var(--theme-palette-color-2);--theme-link-hover-color:var(--theme-palette-color-4);--theme-selection-text-color:#ffffff;--theme-selection-background-color:var(--theme-palette-color-1);--theme-border-color:var(--theme-palette-color-3);--theme-headings-color:var(--theme-palette-color-4);--theme-heading-1-color:var(--theme-palette-color-4);--theme-heading-2-color:var(--theme-palette-color-3);--theme-heading-3-color:var(--theme-palette-color-2);--theme-heading-4-color:var(--theme-palette-color-4);--theme-heading-5-color:var(--theme-palette-color-3);--theme-heading-6-color:var(--theme-palette-color-2);--theme-content-spacing:1.5em;--theme-button-min-height:40px;--theme-button-shadow:none;--theme-button-transform:none;--theme-button-text-initial-color:#ffffff;--theme-button-text-hover-color:#ffffff;--theme-button-background-initial-color:var(--theme-palette-color-1);--theme-button-background-hover-color:var(--theme-palette-color-2);--theme-button-border:none;--theme-button-border-radius:3px;--theme-button-padding:5px 20px;--theme-normal-container-max-width:1290px;--theme-content-vertical-spacing:60px;--theme-container-edge-spacing:90vw;--theme-narrow-container-max-width:750px;--theme-wide-offset:130px;}h1 {--theme-font-weight:700;--theme-font-size:40px;--theme-line-height:1.5;}h2 {--theme-font-weight:700;--theme-font-size:35px;--theme-line-height:1.5;}h3 {--theme-font-weight:700;--theme-font-size:30px;--theme-line-height:1.5;}h4 {--theme-font-weight:700;--theme-font-size:25px;--theme-line-height:1.5;}h5 {--theme-font-weight:700;--theme-font-size:20px;--theme-line-height:1.5;}h6 {--theme-font-weight:700;--theme-font-size:16px;--theme-line-height:1.5;}.wp-block-pullquote {--theme-font-family:Georgia;--theme-font-weight:600;--theme-font-size:25px;}pre, code, samp, kbd {--theme-font-family:monospace;--theme-font-weight:400;--theme-font-size:16px;}figcaption {--theme-font-size:14px;}.ct-sidebar .widget-title {--theme-font-size:20px;}.ct-breadcrumbs {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;}body {background-color:var(--theme-palette-color-5);background-image:none;} [data-prefix="single_blog_post"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="single_blog_post"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="blog"] .entry-header .page-title {--theme-font-size:30px;--theme-heading-color:var(--theme-palette-color-4);} [data-prefix="blog"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="blog"] .entry-header .page-description {--theme-text-color:var(--theme-palette-color-8);} [data-prefix="blog"] .hero-section[data-type="type-2"] {background-color:var(--theme-palette-color-6);background-image:none;--container-padding:50px 0px;} [data-prefix="categories"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="categories"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="search"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="search"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="author"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="author"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="author"] .hero-section[data-type="type-2"] {background-color:var(--theme-palette-color-6);background-image:none;--container-padding:50px 0px;} [data-prefix="single_page"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="single_page"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="e-floating-buttons_single"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="e-floating-buttons_single"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="e-floating-buttons_archive"] .entry-header .page-title {--theme-font-size:30px;} [data-prefix="e-floating-buttons_archive"] .entry-header .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;--theme-line-height:1.3;} [data-prefix="blog"] .entry-card .entry-title {--theme-font-family:Khula, Sans-Serif;--theme-font-weight:600;--theme-text-transform:capitalize;--theme-text-decoration:none;--theme-font-size:24px;--theme-line-height:1.3;--theme-link-hover-color:var(--theme-palette-color-1);} [data-prefix="blog"] .entry-excerpt {--theme-font-family:Khula, Sans-Serif;--theme-font-weight:400;} [data-prefix="blog"] .entry-card .entry-meta {--theme-font-family:Khula, Sans-Serif;--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="blog"] .entry-card {background-color:var(--theme-palette-color-1);--theme-box-shadow:12px 12px 18px -6px rgba(34, 56, 101, 0.04);--text-horizontal-alignment:left;--horizontal-alignment:left;} [data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="zu1YuP"] {--card-element-spacing:15px;} [data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {--card-element-spacing:30px;} [data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="ZmdX-F"] {--card-element-spacing:15px;}body[data-prefix="blog"] {background-color:var(--theme-palette-color-3);} [data-prefix="categories"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix="categories"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;--theme-heading-color:var(--theme-palette-color-1);} [data-prefix="categories"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="categories"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);--text-horizontal-alignment:center;--horizontal-alignment:center;} [data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="WIv_8q"] {--card-element-spacing:15px;} [data-prefix="categories"] [data-archive="default"] .card-content .ct-media-container {--card-element-spacing:30px;} [data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="1UNkf2"] {--card-element-spacing:15px;}body[data-prefix="categories"] {background-color:var(--theme-palette-color-1);} [data-prefix="author"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix="author"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix="author"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="author"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix="search"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix="search"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix="search"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="search"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix="e-floating-buttons_archive"] .entries {--grid-template-columns:repeat(3, minmax(0, 1fr));} [data-prefix="e-floating-buttons_archive"] .entry-card .entry-title {--theme-font-size:20px;--theme-line-height:1.3;} [data-prefix="e-floating-buttons_archive"] .entry-card .entry-meta {--theme-font-weight:600;--theme-text-transform:uppercase;--theme-font-size:12px;} [data-prefix="e-floating-buttons_archive"] .entry-card {background-color:var(--theme-palette-color-8);--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);}form textarea {--theme-form-field-height:170px;}.ct-sidebar {--theme-link-initial-color:var(--theme-text-color);}aside[data-type="type-2"] {--theme-border:none;--theme-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix="single_blog_post"] .ct-share-box .ct-module-title {--theme-font-weight:600;--theme-font-size:14px;} [data-prefix="single_blog_post"] .ct-share-box[data-type="type-1"] {--theme-border:1px solid var(--theme-border-color);} [data-prefix="single_blog_post"] .post-navigation {--theme-link-initial-color:var(--color);--theme-link-hover-color:var(--theme-palette-color-1);--image-overlay-color:var(--theme-palette-color-4);} [data-prefix="e-floating-buttons_single"] [class*="ct-container"] > article[class*="post"] {--has-boxed:var(--false);--has-wide:var(--true);} [data-prefix="single_blog_post"] {background-color:var(--theme-palette-color-1);} [data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {--has-boxed:var(--true);--has-wide:var(--false);background-color:var(--has-background, var(--theme-palette-color-8));--theme-boxed-content-border-radius:3px;--theme-boxed-content-spacing:40px;--theme-boxed-content-box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);} [data-prefix="single_page"] [class*="ct-container"] > article[class*="post"] {--has-boxed:var(--false);--has-wide:var(--true);}@media (max-width: 999.98px) {[data-header*="type-1"] .ct-header [data-row*="middle"] {--height:70px;} [data-header*="type-1"] #offcanvas .ct-panel-inner {background-color:var(--theme-palette-color-4);} [data-header*="type-1"] #offcanvas {--side-panel-width:25vw;--horizontal-alignment:initial;--text-horizontal-alignment:initial;} [data-header*="type-1"] {--header-height:70px;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {--grid-template-columns:initial;} [data-prefix="blog"] .entry-card .entry-title {--theme-font-size:20px;} [data-prefix="categories"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix="author"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix="search"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix="e-floating-buttons_archive"] .entries {--grid-template-columns:repeat(2, minmax(0, 1fr));} [data-prefix="single_blog_post"] {background-color:var(--theme-palette-color-2);} [data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {--has-boxed:var(--false);--has-wide:var(--true);--theme-boxed-content-spacing:35px;}}@media (max-width: 689.98px) {[data-header*="type-1"] #offcanvas {--side-panel-width:50vw;} [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {--container-spacing:15px;--grid-template-columns:initial;} [data-prefix="blog"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix="categories"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix="categories"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix="author"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix="author"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix="search"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix="search"] .entry-card .entry-title {--theme-font-size:18px;} [data-prefix="e-floating-buttons_archive"] .entries {--grid-template-columns:repeat(1, minmax(0, 1fr));} [data-prefix="e-floating-buttons_archive"] .entry-card .entry-title {--theme-font-size:18px;}:root {--theme-content-vertical-spacing:50px;--theme-container-edge-spacing:88vw;} [data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {--theme-boxed-content-spacing:20px;}}</style>
  318.  
  319. <!-- Google AdSense meta tags added by Site Kit -->
  320. <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
  321. <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
  322. <!-- End Google AdSense meta tags added by Site Kit -->
  323. <meta name="generator" content="Elementor 3.26.2; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
  324. <style>
  325. .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
  326. .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  327. background-image: none !important;
  328. }
  329. @media screen and (max-height: 1024px) {
  330. .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
  331. .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
  332. background-image: none !important;
  333. }
  334. }
  335. @media screen and (max-height: 640px) {
  336. .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
  337. .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
  338. background-image: none !important;
  339. }
  340. }
  341. </style>
  342. <link rel="icon" href="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-150x150.png" sizes="32x32" />
  343. <link rel="icon" href="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-300x300.png" sizes="192x192" />
  344. <link rel="apple-touch-icon" href="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-300x300.png" />
  345. <meta name="msapplication-TileImage" content="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-300x300.png" />
  346. <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpforms-css-vars-root">
  347. :root {
  348. --wpforms-field-border-radius: 3px;
  349. --wpforms-field-border-style: solid;
  350. --wpforms-field-border-size: 1px;
  351. --wpforms-field-background-color: #ffffff;
  352. --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
  353. --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
  354. --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
  355. --wpforms-field-menu-color: #ffffff;
  356. --wpforms-label-color: rgba( 0, 0, 0, 0.85 );
  357. --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
  358. --wpforms-label-error-color: #d63637;
  359. --wpforms-button-border-radius: 3px;
  360. --wpforms-button-border-style: none;
  361. --wpforms-button-border-size: 1px;
  362. --wpforms-button-background-color: #066aab;
  363. --wpforms-button-border-color: #066aab;
  364. --wpforms-button-text-color: #ffffff;
  365. --wpforms-page-break-color: #066aab;
  366. --wpforms-background-image: none;
  367. --wpforms-background-position: center center;
  368. --wpforms-background-repeat: no-repeat;
  369. --wpforms-background-size: cover;
  370. --wpforms-background-width: 100px;
  371. --wpforms-background-height: 100px;
  372. --wpforms-background-color: rgba( 0, 0, 0, 0 );
  373. --wpforms-background-url: none;
  374. --wpforms-container-padding: 0px;
  375. --wpforms-container-border-style: none;
  376. --wpforms-container-border-width: 1px;
  377. --wpforms-container-border-color: #000000;
  378. --wpforms-container-border-radius: 3px;
  379. --wpforms-field-size-input-height: 43px;
  380. --wpforms-field-size-input-spacing: 15px;
  381. --wpforms-field-size-font-size: 16px;
  382. --wpforms-field-size-line-height: 19px;
  383. --wpforms-field-size-padding-h: 14px;
  384. --wpforms-field-size-checkbox-size: 16px;
  385. --wpforms-field-size-sublabel-spacing: 5px;
  386. --wpforms-field-size-icon-size: 1;
  387. --wpforms-label-size-font-size: 16px;
  388. --wpforms-label-size-line-height: 19px;
  389. --wpforms-label-size-sublabel-font-size: 14px;
  390. --wpforms-label-size-sublabel-line-height: 17px;
  391. --wpforms-button-size-font-size: 17px;
  392. --wpforms-button-size-height: 41px;
  393. --wpforms-button-size-padding-h: 15px;
  394. --wpforms-button-size-margin-top: 10px;
  395. --wpforms-container-shadow-size-box-shadow: none;
  396.  
  397. }
  398. </style> </head>
  399.  
  400.  
  401. <body class="home page-template-default page page-id-2163 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-50 elementor-page elementor-page-2163" data-link="type-2" data-prefix="single_page" data-header="type-1" data-footer="type-1" itemscope="itemscope" itemtype="https://schema.org/WebPage">
  402.  
  403. <a class="skip-link show-on-focus" href="#main">
  404. Skip to content</a>
  405.  
  406. <div class="ct-drawer-canvas" data-location="start"><div id="offcanvas" class="ct-panel ct-header" data-behaviour="right-side"><div class="ct-panel-inner">
  407. <div class="ct-panel-actions">
  408. <button class="ct-toggle-close" data-type="type-1" aria-label="Close drawer">
  409. <svg class="ct-icon" width="12" height="12" viewBox="0 0 15 15"><path d="M1 15a1 1 0 01-.71-.29 1 1 0 010-1.41l5.8-5.8-5.8-5.8A1 1 0 011.7.29l5.8 5.8 5.8-5.8a1 1 0 011.41 1.41l-5.8 5.8 5.8 5.8a1 1 0 01-1.41 1.41l-5.8-5.8-5.8 5.8A1 1 0 011 15z"/></svg>
  410. </button>
  411. </div>
  412. <div class="ct-panel-content" data-device="desktop"><div class="ct-panel-content-inner"></div></div><div class="ct-panel-content" data-device="mobile"><div class="ct-panel-content-inner">
  413. <nav
  414. class="mobile-menu menu-container has-submenu"
  415. data-id="mobile-menu" data-interaction="click" data-toggle-type="type-2" data-submenu-dots="yes" aria-label="Off Canvas Menu">
  416. <ul id="menu-main-menu-1" role="menubar"><li class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-menu-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-has-children menu-item-wpml-ls-2-en" role="none"><span class="ct-sub-menu-parent"><a href="https://tradecontrolscompliance.com/en/" class="ct-menu-link" role="menuitem"><img width="18" height="12"
  417.            class="wpml-ls-flag"
  418.            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
  419.            alt="English"
  420.            
  421.            
  422.    data-lazy-src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg" /><noscript><img width="18" height="12"
  423.            class="wpml-ls-flag"
  424.            src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg"
  425.            alt="English"
  426.            
  427.            
  428.    /></noscript></a><button class="ct-toggle-dropdown-mobile" aria-label="Expand dropdown menu" aria-haspopup="true" aria-expanded="false" role="menuitem"><svg class="ct-icon toggle-icon-2" width="15" height="15" viewBox="0 0 15 15"><path d="M14.1,6.6H8.4V0.9C8.4,0.4,8,0,7.5,0S6.6,0.4,6.6,0.9v5.7H0.9C0.4,6.6,0,7,0,7.5s0.4,0.9,0.9,0.9h5.7v5.7C6.6,14.6,7,15,7.5,15s0.9-0.4,0.9-0.9V8.4h5.7C14.6,8.4,15,8,15,7.5S14.6,6.6,14.1,6.6z"/></svg></button></span>
  429. <ul class="sub-menu" role="menu">
  430. <li class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-nl wpml-ls-menu-item wpml-ls-first-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-2-nl" role="none"><a href="https://tradecontrolscompliance.com/" class="ct-menu-link" role="menuitem"><img width="18" height="12"
  431.            class="wpml-ls-flag"
  432.            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
  433.            alt="Dutch"
  434.            
  435.            
  436.    data-lazy-src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/nl.svg" /><noscript><img width="18" height="12"
  437.            class="wpml-ls-flag"
  438.            src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/nl.svg"
  439.            alt="Dutch"
  440.            
  441.            
  442.    /></noscript></a></li>
  443. </ul>
  444. </li>
  445. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29" role="none"><a href="https://tradecontrolscompliance.com/en/about-us/" class="ct-menu-link" role="menuitem">About us</a></li>
  446. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31" role="none"><a href="https://tradecontrolscompliance.com/en/trade-compliance-solutions/" class="ct-menu-link" role="menuitem">Solutions</a></li>
  447. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1808" role="none"><a href="https://tradecontrolscompliance.com/en/export-control-services/" class="ct-menu-link" role="menuitem">Services</a></li>
  448. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1865" role="none"><a href="https://tradecontrolscompliance.com/en/trade-compliance-client-services/" class="ct-menu-link" role="menuitem">Client services</a></li>
  449. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1096" role="none"><a href="https://tradecontrolscompliance.com/en/export-control-news/" class="ct-menu-link" role="menuitem">News</a></li>
  450. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36" role="none"><a href="https://tradecontrolscompliance.com/en/contact/" class="ct-menu-link" role="menuitem">Contact</a></li>
  451. </ul></nav>
  452.  
  453. </div></div></div></div></div>
  454. <div id="main-container">
  455. <header id="header" class="ct-header" data-id="type-1" itemscope="" itemtype="https://schema.org/WPHeader"><div data-device="desktop"><div data-row="middle" data-column-set="2"><div class="ct-container-fluid"><div data-column="start" data-placements="1"><div data-items="primary">
  456. <div class="site-branding"
  457. data-id="logo" data-logo="left" itemscope="itemscope" itemtype="https://schema.org/Organization">
  458.  
  459. <a href="https://tradecontrolscompliance.com/en/" class="site-logo-container" rel="home" itemprop="url" ><img fetchpriority="high" width="1000" height="330" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20330'%3E%3C/svg%3E" class="default-logo" alt="Trade Controls Compliance" decoding="async" data-lazy-srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png 1000w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-300x99.png 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-768x253.png 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png" /><noscript><img fetchpriority="high" width="1000" height="330" src="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png" class="default-logo" alt="Trade Controls Compliance" decoding="async" srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png 1000w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-300x99.png 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-768x253.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript></a>
  460. <div class="site-title-container">
  461. <span class="site-title ct-hidden-sm ct-hidden-md ct-hidden-lg" itemprop="name">
  462. <a href="https://tradecontrolscompliance.com/en/" rel="home" itemprop="url">
  463. Trade Controls Compliance </a>
  464. </span>
  465. <p class="site-description ct-hidden-sm ct-hidden-md ct-hidden-lg" itemprop="description">
  466. Your Sanctions & Export Controls Toolbox </p>
  467. </div>
  468.  </div>
  469.  
  470. </div></div><div data-column="end" data-placements="1"><div data-items="primary">
  471. <nav
  472. id="header-menu-1"
  473. class="header-menu-1 menu-container"
  474. data-id="menu" data-interaction="hover" data-menu="type-3"
  475. data-dropdown="type-2:padded" itemscope="" itemtype="https://schema.org/SiteNavigationElement" aria-label="Header Menu">
  476.  
  477. <ul id="menu-main-menu" class="menu" role="menubar"><li id="menu-item-wpml-ls-2-en" class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-menu-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-has-children menu-item-wpml-ls-2-en animated-submenu-block" role="none"><a href="https://tradecontrolscompliance.com/en/" class="ct-menu-link" role="menuitem"><img width="18" height="12"
  478.            class="wpml-ls-flag"
  479.            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
  480.            alt="English"
  481.            
  482.            
  483.    data-lazy-src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg" /><noscript><img width="18" height="12"
  484.            class="wpml-ls-flag"
  485.            src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg"
  486.            alt="English"
  487.            
  488.            
  489.    /></noscript><span class="ct-toggle-dropdown-desktop"><svg class="ct-icon" width="8" height="8" viewBox="0 0 15 15"><path d="M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z"/></svg></span></a><button class="ct-toggle-dropdown-desktop-ghost" aria-label="Expand dropdown menu" aria-haspopup="true" aria-expanded="false" role="menuitem"></button>
  490. <ul class="sub-menu" role="menu">
  491. <li id="menu-item-wpml-ls-2-nl" class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-nl wpml-ls-menu-item wpml-ls-first-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-2-nl" role="none"><a href="https://tradecontrolscompliance.com/" class="ct-menu-link" role="menuitem"><img width="18" height="12"
  492.            class="wpml-ls-flag"
  493.            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
  494.            alt="Dutch"
  495.            
  496.            
  497.    data-lazy-src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/nl.svg" /><noscript><img width="18" height="12"
  498.            class="wpml-ls-flag"
  499.            src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/nl.svg"
  500.            alt="Dutch"
  501.            
  502.            
  503.    /></noscript></a></li>
  504. </ul>
  505. </li>
  506. <li id="menu-item-29" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29" role="none"><a href="https://tradecontrolscompliance.com/en/about-us/" class="ct-menu-link" role="menuitem">About us</a></li>
  507. <li id="menu-item-31" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31" role="none"><a href="https://tradecontrolscompliance.com/en/trade-compliance-solutions/" class="ct-menu-link" role="menuitem">Solutions</a></li>
  508. <li id="menu-item-1808" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1808" role="none"><a href="https://tradecontrolscompliance.com/en/export-control-services/" class="ct-menu-link" role="menuitem">Services</a></li>
  509. <li id="menu-item-1865" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1865" role="none"><a href="https://tradecontrolscompliance.com/en/trade-compliance-client-services/" class="ct-menu-link" role="menuitem">Client services</a></li>
  510. <li id="menu-item-1096" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1096" role="none"><a href="https://tradecontrolscompliance.com/en/export-control-news/" class="ct-menu-link" role="menuitem">News</a></li>
  511. <li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36" role="none"><a href="https://tradecontrolscompliance.com/en/contact/" class="ct-menu-link" role="menuitem">Contact</a></li>
  512. </ul></nav>
  513.  
  514. </div></div></div></div></div><div data-device="mobile"><div data-row="middle" data-column-set="2"><div class="ct-container-fluid"><div data-column="start" data-placements="1"><div data-items="primary">
  515. <div class="site-branding"
  516. data-id="logo" data-logo="left" >
  517.  
  518. <a href="https://tradecontrolscompliance.com/en/" class="site-logo-container" rel="home" itemprop="url" ><img fetchpriority="high" width="1000" height="330" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20330'%3E%3C/svg%3E" class="default-logo" alt="Trade Controls Compliance" decoding="async" data-lazy-srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png 1000w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-300x99.png 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-768x253.png 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png" /><noscript><img fetchpriority="high" width="1000" height="330" src="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png" class="default-logo" alt="Trade Controls Compliance" decoding="async" srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1.png 1000w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-300x99.png 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/04/logo-color-1-768x253.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript></a>
  519. <div class="site-title-container">
  520. <span class="site-title ct-hidden-sm ct-hidden-md ct-hidden-lg" >
  521. <a href="https://tradecontrolscompliance.com/en/" rel="home" >
  522. Trade Controls Compliance </a>
  523. </span>
  524. <p class="site-description ct-hidden-sm ct-hidden-md ct-hidden-lg" >
  525. Your Sanctions & Export Controls Toolbox </p>
  526. </div>
  527.  </div>
  528.  
  529. </div></div><div data-column="end" data-placements="1"><div data-items="primary">
  530. <button
  531. data-toggle-panel="#offcanvas"
  532. class="ct-header-trigger ct-toggle "
  533. data-design="solid"
  534. data-label="right"
  535. aria-label="Menu"
  536. data-id="trigger">
  537.  
  538. <span class="ct-label ct-hidden-lg">Menu</span>
  539.  
  540. <svg
  541. class="ct-icon"
  542. width="18" height="14" viewBox="0 0 18 14"
  543. aria-hidden="true"
  544. data-type="type-2">
  545.  
  546. <rect y="0.00" width="18" height="1.7" rx="1"/>
  547. <rect y="6.15" width="18" height="1.7" rx="1"/>
  548. <rect y="12.3" width="18" height="1.7" rx="1"/>
  549. </svg>
  550. </button>
  551. </div></div></div></div></div></header>
  552. <main id="main" class="site-main hfeed">
  553.  
  554. <div data-elementor-type="wp-page" data-elementor-id="2163" class="elementor elementor-2163 elementor-9">
  555. <div class="elementor-element elementor-element-bbf1bed e-flex e-con-boxed e-con e-parent" data-id="bbf1bed" data-element_type="container">
  556. <div class="e-con-inner">
  557. <div class="elementor-element elementor-element-8ca2df8 e-flex e-con-boxed e-con e-child" data-id="8ca2df8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  558. <div class="e-con-inner">
  559. <div class="elementor-element elementor-element-2662a54 elementor-widget elementor-widget-image" data-id="2662a54" data-element_type="widget" data-widget_type="image.default">
  560. <div class="elementor-widget-container">
  561. <a href="https://tradecontrolscompliance.com/over-ons-export-control-officer/">
  562. <img decoding="async" width="1000" height="217" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20217'%3E%3C/svg%3E" class="attachment-full size-full wp-image-3455" alt="Trade Controls Compliance" data-lazy-srcset="https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1.png 1000w, https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1-300x65.png 300w, https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1-768x167.png 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1.png" /><noscript><img decoding="async" width="1000" height="217" src="https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1.png" class="attachment-full size-full wp-image-3455" alt="Trade Controls Compliance" srcset="https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1.png 1000w, https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1-300x65.png 300w, https://tradecontrolscompliance.com/wp-content/uploads/2024/04/SCR-20240430-nmcw-1-768x167.png 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </a>
  563. </div>
  564. </div>
  565. <div class="elementor-element elementor-element-b186da3 e-flex e-con-boxed e-con e-child" data-id="b186da3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  566. <div class="e-con-inner">
  567. <div class="elementor-element elementor-element-1e5bb1a elementor-widget__width-inherit elementor-widget elementor-widget-text-editor" data-id="1e5bb1a" data-element_type="widget" data-widget_type="text-editor.default">
  568. <div class="elementor-widget-container">
  569. <h1>All about Trade Controls Compliance</h1>
  570. <h2>Introduction to Trade Controls Compliance</h2>
  571. <h3>What is trade compliance?</h3>
  572. <p>First, trade compliance is about complying with international trade rules. We talk about sanctions legislation and export control, among other things. First, these are the processes and procedures companies use to comply with relevant laws and international standards. In particular, it is important when conducting international trade. If you are looking for support, read on about our compliance consultant services.</p>
  573. <h3>What is trade compliance to you?</h3>
  574. <p>When you have a trade compliance policy, you help avoid fines, delays and reputational damage from non-compliance. For this reason, it is important to maintain effective internal controls. As well as to keep up with the latest geopolitical developments and ensure security in the supply chain.</p>
  575. <h2>Your trade compliance policy</h2>
  576. <h3>Export Control Classification meaning</h3>
  577. <p>Export control classification is the classification of military and/or dual-use products, software and technology that must be identified under international law. With this, you determine which export licenses are required. In conclusion, it is important to properly classify products for export control so that there are no problems.</p>
  578. <h3>The significance of sanctions legislation</h3>
  579. <p>Sanctions laws take action to achieve a political or economic goal. They may take the form of trade restrictions or financial constraints. Failure to comply with sanctions laws can result in serious fines and reputational damage. Therefore, it is important to understand the impact of sanctions legislation on your business and have a good policy in place.</p>
  580. <h2>Your compliance consultant</h2>
  581. <p>A compliance consultant is essential to establishing an internal compliance program (ICP) that fits your business needs and best practices. We ensure that your compliance program not only complies with the law, but also provides commercial benefits. We make your compliance program practical, achievable and in line with your current processes. In addition, we provide flexibility in the program to meet legal and business changes. We also offer assistance in setting up your export control classification and sanctions policy. With a compliance consultant, you manage risks and create opportunities.</p>
  582. <h3>Why Trade Controls Compliance?</h3>
  583. <p>Our compliance consultant is ready to help you, whether you are just starting out in business or an established international player. Do you have questions or want more information? Then don&#8217;t hesitate to contact us. In summary, in a conversation we would like to discuss with you how we can best support you. We value a personal approach and providing practical solutions. With Trade Controls Compliance, you can trust that your policies will be tailored to what you care about. Because we are &#8220;Your Sanctions &amp; Export Controls Toolbox&#8221;</p>
  584. <h4><a href="https://tradecontrolscompliance.com/en/contact/">Get in touch today!</a></h4>
  585. <h4>And stay informed, we collect the latest trade compliance news for you,&nbsp;<a href="https://tradecontrolscompliance.com/en/export-control-news/">read our blog!</a></h4> </div>
  586. </div>
  587. </div>
  588. </div>
  589. </div>
  590. </div>
  591. </div>
  592. </div>
  593. <div class="elementor-element elementor-element-b116788 e-con-full e-flex e-con e-parent" data-id="b116788" data-element_type="container">
  594. <div class="elementor-element elementor-element-0fc6b16 e-flex e-con-boxed e-con e-child" data-id="0fc6b16" data-element_type="container">
  595. <div class="e-con-inner">
  596. <div class="elementor-element elementor-element-1334e38 elementor-widget elementor-widget-image" data-id="1334e38" data-element_type="widget" data-widget_type="image.default">
  597. <div class="elementor-widget-container">
  598. <a href="https://tradecontrolscompliance.com/en/trade-compliance-solutions/">
  599. <img decoding="async" width="768" height="513" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-2133" alt="export controls solutions" data-lazy-srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen-768x513.jpg 768w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen-300x200.jpg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen-768x513.jpg" /><noscript><img decoding="async" width="768" height="513" src="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen-768x513.jpg" class="attachment-medium_large size-medium_large wp-image-2133" alt="export controls solutions" srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen-768x513.jpg 768w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen-300x200.jpg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Oplossingen.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </a>
  600. </div>
  601. </div>
  602. <div class="elementor-element elementor-element-0f891c7 elementor-widget elementor-widget-heading" data-id="0f891c7" data-element_type="widget" data-widget_type="heading.default">
  603. <div class="elementor-widget-container">
  604. <h2 class="elementor-heading-title elementor-size-default"><a href="https://tradecontrolscompliance.com/en/trade-compliance-solutions/">Our solutions</a></h2> </div>
  605. </div>
  606. <div class="elementor-element elementor-element-9d09523 elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="9d09523" data-element_type="widget" data-widget_type="text-editor.default">
  607. <div class="elementor-widget-container">
  608. <p>In our toolbox we have solutions for all customers in the field of sanction &amp; export control consultant.</p>
  609. <p>No matter if you are looking for assistance in setting up an internal compliance program (ICP) or need help with export control classification , denied party screening or application of sanctions legislation, we are happy to help.</p>
  610. </div>
  611. </div>
  612. </div>
  613. </div>
  614. <div class="elementor-element elementor-element-359a8f6 e-flex e-con-boxed e-con e-child" data-id="359a8f6" data-element_type="container">
  615. <div class="e-con-inner">
  616. <div class="elementor-element elementor-element-cffdff0 elementor-widget elementor-widget-image" data-id="cffdff0" data-element_type="widget" data-widget_type="image.default">
  617. <div class="elementor-widget-container">
  618. <a href="https://tradecontrolscompliance.com/en/export-control-services/">
  619. <img loading="lazy" decoding="async" width="768" height="513" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-2134" alt="Export control specialist" data-lazy-srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services-768x513.jpg 768w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services-300x200.jpg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services-768x513.jpg" /><noscript><img loading="lazy" decoding="async" width="768" height="513" src="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services-768x513.jpg" class="attachment-medium_large size-medium_large wp-image-2134" alt="Export control specialist" srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services-768x513.jpg 768w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services-300x200.jpg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Services.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </a>
  620. </div>
  621. </div>
  622. <div class="elementor-element elementor-element-5002555 elementor-widget elementor-widget-heading" data-id="5002555" data-element_type="widget" data-widget_type="heading.default">
  623. <div class="elementor-widget-container">
  624. <h2 class="elementor-heading-title elementor-size-default"><a href="https://tradecontrolscompliance.com/en/export-control-services/">Our services</a></h2> </div>
  625. </div>
  626. <div class="elementor-element elementor-element-77803ab elementor-widget elementor-widget-text-editor" data-id="77803ab" data-element_type="widget" data-widget_type="text-editor.default">
  627. <div class="elementor-widget-container">
  628. <p>We can work with our solutions or the existing ones within your company. We provide our trade controls compliance service the way you want it.</p>
  629. <p>Think export control interim management, Export Controls Officer, Trade Compliance Manager or more specifically focused such as Export Control Auditor or Compliance Risk Manager.</p>
  630. </div>
  631. </div>
  632. </div>
  633. </div>
  634. <div class="elementor-element elementor-element-7a00040 e-flex e-con-boxed e-con e-child" data-id="7a00040" data-element_type="container">
  635. <div class="e-con-inner">
  636. <div class="elementor-element elementor-element-2252de9 elementor-widget elementor-widget-image" data-id="2252de9" data-element_type="widget" data-widget_type="image.default">
  637. <div class="elementor-widget-container">
  638. <a href="https://tradecontrolscompliance.com/en/trade-compliance-client-services/">
  639. <img loading="lazy" decoding="async" width="768" height="513" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20768%20513'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-2135" alt="Trade Controls Compliance clients" data-lazy-srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten-768x513.jpg 768w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten-300x200.jpg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten.jpg 800w" data-lazy-sizes="(max-width: 768px) 100vw, 768px" data-lazy-src="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten-768x513.jpg" /><noscript><img loading="lazy" decoding="async" width="768" height="513" src="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten-768x513.jpg" class="attachment-medium_large size-medium_large wp-image-2135" alt="Trade Controls Compliance clients" srcset="https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten-768x513.jpg 768w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten-300x200.jpg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2023/08/Trade-Controls-Compliance-Klanten.jpg 800w" sizes="(max-width: 768px) 100vw, 768px" /></noscript> </a>
  640. </div>
  641. </div>
  642. <div class="elementor-element elementor-element-8e59bba elementor-widget elementor-widget-heading" data-id="8e59bba" data-element_type="widget" data-widget_type="heading.default">
  643. <div class="elementor-widget-container">
  644. <h2 class="elementor-heading-title elementor-size-default"><a href="https://tradecontrolscompliance.com/en/trade-compliance-client-services/">Our clients</a></h2> </div>
  645. </div>
  646. <div class="elementor-element elementor-element-549f19c elementor-widget elementor-widget-text-editor" data-id="549f19c" data-element_type="widget" data-widget_type="text-editor.default">
  647. <div class="elementor-widget-container">
  648. <p>Our solutions and services can be used within business, research institutions, education, banking and insurance and can be designed in many ways.&nbsp;</p>
  649. <p>Read on to discover the many options where sanction &amp; export control specialist matter and what we can help you with.</p> </div>
  650. </div>
  651. </div>
  652. </div>
  653. </div>
  654. <div class="elementor-element elementor-element-41809dc e-flex e-con-boxed e-con e-parent" data-id="41809dc" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  655. <div class="e-con-inner">
  656. <div class="elementor-element elementor-element-7c2aa19 e-flex e-con-boxed e-con e-child" data-id="7c2aa19" data-element_type="container">
  657. <div class="e-con-inner">
  658. <div class="elementor-element elementor-element-f0b3ab9 elementor-widget elementor-widget-heading" data-id="f0b3ab9" data-element_type="widget" data-widget_type="heading.default">
  659. <div class="elementor-widget-container">
  660. <h2 class="elementor-heading-title elementor-size-default">Trade Controls Compliance Contact Form</h2> </div>
  661. </div>
  662. </div>
  663. </div>
  664. <div class="elementor-element elementor-element-28709b4 e-flex e-con-boxed e-con e-child" data-id="28709b4" data-element_type="container">
  665. <div class="e-con-inner">
  666. <div class="elementor-element elementor-element-2411bff elementor-widget elementor-widget-text-editor" data-id="2411bff" data-element_type="widget" data-widget_type="text-editor.default">
  667. <div class="elementor-widget-container">
  668. <h3>Your Sanctions &amp; Export Controls Toolbox</h3>
  669. <p>Please do not hesitate to contact us if you are interested or have any questions. Please enter your information and we will contact you as soon as possible. We treat your information with care and usually respond within two business days. Thank you for your interest in Trade Controls Compliance.  </p>
  670. <p>If you would like more information, visit our <a href="https://www.linkedin.com/company/trade-controls-compliance/">Trade Controls Compliance LinkedIn page</a> or founder <a href="http://linkedin.com/in/robert-van-de-ruit-aa04b799">Robert van de Ruit</a>&#8216;s page.</p>
  671. </div>
  672. </div>
  673. </div>
  674. </div>
  675. </div>
  676. </div>
  677. <div class="elementor-element elementor-element-fe7bebf e-flex e-con-boxed e-con e-parent" data-id="fe7bebf" data-element_type="container">
  678. <div class="e-con-inner">
  679. <div class="elementor-element elementor-element-c71c0ca elementor-widget elementor-widget-wpforms" data-id="c71c0ca" data-element_type="widget" data-widget_type="wpforms.default">
  680. <div class="elementor-widget-container">
  681. <style id="wpforms-css-vars-root">
  682. :root {
  683. --wpforms-field-border-radius: 3px;
  684. --wpforms-field-border-style: solid;
  685. --wpforms-field-border-size: 1px;
  686. --wpforms-field-background-color: #ffffff;
  687. --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
  688. --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
  689. --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
  690. --wpforms-field-menu-color: #ffffff;
  691. --wpforms-label-color: rgba( 0, 0, 0, 0.85 );
  692. --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
  693. --wpforms-label-error-color: #d63637;
  694. --wpforms-button-border-radius: 3px;
  695. --wpforms-button-border-style: none;
  696. --wpforms-button-border-size: 1px;
  697. --wpforms-button-background-color: #066aab;
  698. --wpforms-button-border-color: #066aab;
  699. --wpforms-button-text-color: #ffffff;
  700. --wpforms-page-break-color: #066aab;
  701. --wpforms-background-image: none;
  702. --wpforms-background-position: center center;
  703. --wpforms-background-repeat: no-repeat;
  704. --wpforms-background-size: cover;
  705. --wpforms-background-width: 100px;
  706. --wpforms-background-height: 100px;
  707. --wpforms-background-color: rgba( 0, 0, 0, 0 );
  708. --wpforms-background-url: none;
  709. --wpforms-container-padding: 0px;
  710. --wpforms-container-border-style: none;
  711. --wpforms-container-border-width: 1px;
  712. --wpforms-container-border-color: #000000;
  713. --wpforms-container-border-radius: 3px;
  714. --wpforms-field-size-input-height: 43px;
  715. --wpforms-field-size-input-spacing: 15px;
  716. --wpforms-field-size-font-size: 16px;
  717. --wpforms-field-size-line-height: 19px;
  718. --wpforms-field-size-padding-h: 14px;
  719. --wpforms-field-size-checkbox-size: 16px;
  720. --wpforms-field-size-sublabel-spacing: 5px;
  721. --wpforms-field-size-icon-size: 1;
  722. --wpforms-label-size-font-size: 16px;
  723. --wpforms-label-size-line-height: 19px;
  724. --wpforms-label-size-sublabel-font-size: 14px;
  725. --wpforms-label-size-sublabel-line-height: 17px;
  726. --wpforms-button-size-font-size: 17px;
  727. --wpforms-button-size-height: 41px;
  728. --wpforms-button-size-padding-h: 15px;
  729. --wpforms-button-size-margin-top: 10px;
  730. --wpforms-container-shadow-size-box-shadow: none;
  731.  
  732. }
  733. </style><style id="wpforms-css-vars-elementor-widget-c71c0ca">
  734. .elementor-widget-wpforms.elementor-element-c71c0ca {
  735. --wpforms-field-background-color: #6EC1E4;
  736. --wpforms-field-text-color: #000000;
  737. --wpforms-field-size-input-height: 43px;
  738. --wpforms-field-size-input-spacing: 15px;
  739. --wpforms-field-size-font-size: 16px;
  740. --wpforms-field-size-line-height: 19px;
  741. --wpforms-field-size-padding-h: 14px;
  742. --wpforms-field-size-checkbox-size: 16px;
  743. --wpforms-field-size-sublabel-spacing: 5px;
  744. --wpforms-field-size-icon-size: 1;
  745. --wpforms-label-size-font-size: 16px;
  746. --wpforms-label-size-line-height: 19px;
  747. --wpforms-label-size-sublabel-font-size: 14px;
  748. --wpforms-label-size-sublabel-line-height: 17px;
  749. --wpforms-button-size-font-size: 17px;
  750. --wpforms-button-size-height: 41px;
  751. --wpforms-button-size-padding-h: 15px;
  752. --wpforms-button-size-margin-top: 10px;
  753.  
  754. }
  755. </style><div class="wpforms-container wpforms-container-full wpforms-render-modern" id="wpforms-124"><form id="wpforms-form-124" class="wpforms-validate wpforms-form wpforms-ajax-form" data-formid="124" method="post" enctype="multipart/form-data" action="/en/" data-token="d17677bc6d8b32a5e1bdbea86959286d" data-token-time="1734725968"><noscript class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript><div class="wpforms-hidden" id="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</div><div class="wpforms-field-container"><div id="wpforms-124-field_0-container" class="wpforms-field wpforms-field-name" data-field-id="0"><fieldset><legend class="wpforms-field-label wpforms-label-hide" aria-hidden="false">Name <span class="wpforms-required-label" aria-hidden="true">*</span></legend><div class="wpforms-field-row wpforms-field-medium"><div class="wpforms-field-row-block wpforms-first wpforms-one-half"><input type="text" id="wpforms-124-field_0" class="wpforms-field-name-first wpforms-field-required" name="wpforms[fields][0][first]" placeholder="First name" aria-errormessage="wpforms-124-field_0-error" required><label for="wpforms-124-field_0" class="wpforms-field-sublabel after wpforms-sublabel-hide">First</label></div><div class="wpforms-field-row-block wpforms-one-half"><input type="text" id="wpforms-124-field_0-last" class="wpforms-field-name-last wpforms-field-required" name="wpforms[fields][0][last]" placeholder="Last name" aria-errormessage="wpforms-124-field_0-last-error" required><label for="wpforms-124-field_0-last" class="wpforms-field-sublabel after wpforms-sublabel-hide">Last</label></div></div></fieldset></div><div id="wpforms-124-field_1-container" class="wpforms-field wpforms-field-email" data-field-id="1"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-124-field_1" aria-hidden="false">Email <span class="wpforms-required-label" aria-hidden="true">*</span></label><input type="email" id="wpforms-124-field_1" class="wpforms-field-medium wpforms-field-required" name="wpforms[fields][1]" placeholder="Email" spellcheck="false" aria-errormessage="wpforms-124-field_1-error" required></div><div id="wpforms-124-field_7-container" class="wpforms-field wpforms-field-text" data-field-id="7"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-124-field_7" aria-hidden="false">Company <span class="wpforms-required-label" aria-hidden="true">*</span></label><input type="text" id="wpforms-124-field_7" class="wpforms-field-medium wpforms-field-required" name="wpforms[fields][7]" placeholder="Company" aria-errormessage="wpforms-124-field_7-error" required></div><div id="wpforms-124-field_4-container" class="wpforms-field wpforms-field-text" data-field-id="4"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-124-field_4" aria-hidden="false">Single Line Text</label><input type="text" id="wpforms-124-field_4" class="wpforms-field-medium" name="wpforms[fields][4]" placeholder="+316123456789" aria-errormessage="wpforms-124-field_4-error" ></div><div id="wpforms-124-field_2-container" class="wpforms-field wpforms-field-textarea" data-field-id="2"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-124-field_2" aria-hidden="false">Comment or Message</label><textarea id="wpforms-124-field_2" class="wpforms-field-medium" name="wpforms[fields][2]" placeholder="Describe interest" aria-errormessage="wpforms-124-field_2-error" ></textarea></div><div id="wpforms-124-field_8-container" class="wpforms-field wpforms-field-textarea" data-field-id="8"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-124-field_8" aria-hidden="false">Comment or Message (copy)</label><textarea id="wpforms-124-field_8" class="wpforms-field-medium" name="wpforms[fields][8]" placeholder="You can provide additional information" aria-errormessage="wpforms-124-field_8-error" ></textarea></div></div><!-- .wpforms-field-container --><div class="wpforms-recaptcha-container wpforms-is-recaptcha wpforms-is-recaptcha-type-v3" ><input type="hidden" name="wpforms[recaptcha]" value=""></div><div class="wpforms-submit-container" ><input type="hidden" name="wpforms[id]" value="124"><input type="hidden" name="page_title" value="All about Trade Controls Compliance"><input type="hidden" name="page_url" value="https://tradecontrolscompliance.com/en/"><input type="hidden" name="page_id" value="2163"><input type="hidden" name="wpforms[post_id]" value="2163"><button type="submit" name="wpforms[submit]" id="wpforms-submit-124" class="wpforms-submit" data-alt-text="Sending..." data-submit-text="Send" aria-live="assertive" value="wpforms-submit">Send</button><img loading="lazy" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2026%2026'%3E%3C/svg%3E" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading" data-lazy-src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg"><noscript><img loading="lazy" decoding="async" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading"></noscript></div></form></div>  <!-- .wpforms-container --> </div>
  756. </div>
  757. </div>
  758. </div>
  759. <div class="elementor-element elementor-element-23cd6473 e-con-full e-flex e-con e-parent" data-id="23cd6473" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
  760. <div class="elementor-element elementor-element-3718a349 e-con-full e-flex e-con e-child" data-id="3718a349" data-element_type="container">
  761. <div class="elementor-element elementor-element-749c5db7 elementor-widget elementor-widget-text-editor" data-id="749c5db7" data-element_type="widget" data-widget_type="text-editor.default">
  762. <div class="elementor-widget-container">
  763. <p><strong>Phone:</strong><br />+31647037633</p>
  764. <p><strong>Email:</strong><br /><span style="color: #ffffff;"><a style="color: #ffffff;" href="mailto:info@tradecontrolscompliance.com">info@TradeControlsCompliance.com</a> / RobertvdRuit@TradeControlsCompliance.com</span></p>
  765. <p><strong>Address:</strong><br />Groundmill 70, 3352 CC<br />Papendrecht, The Netherlands</p>
  766. <p><strong>CHAMBER OF COMMERCE:</strong><br />90285263</p>
  767. <p><strong>VAT:</strong><br />NL004734079B30</p>
  768. <p><strong>BANK:</strong><br />NL24KNAB0613863682</p>
  769. </div>
  770. </div>
  771. </div>
  772. <div class="elementor-element elementor-element-398b1ee3 e-con-full elementor-hidden-mobile e-flex e-con e-child" data-id="398b1ee3" data-element_type="container">
  773. <div class="elementor-element elementor-element-cdc2059 elementor-widget elementor-widget-image" data-id="cdc2059" data-element_type="widget" data-widget_type="image.default">
  774. <div class="elementor-widget-container">
  775. <a href="https://tradecontrolscompliance.com/contact/">
  776. <img loading="lazy" decoding="async" width="400" height="400" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3C/svg%3E" class="attachment-medium_large size-medium_large wp-image-3545" alt="Trade Controls Compliance" data-lazy-srcset="https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a.jpeg 400w, https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a-300x300.jpeg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a-150x150.jpeg 150w" data-lazy-sizes="(max-width: 400px) 100vw, 400px" data-lazy-src="https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a.jpeg" /><noscript><img loading="lazy" decoding="async" width="400" height="400" src="https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a.jpeg" class="attachment-medium_large size-medium_large wp-image-3545" alt="Trade Controls Compliance" srcset="https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a.jpeg 400w, https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a-300x300.jpeg 300w, https://tradecontrolscompliance.com/wp-content/uploads/2024/05/256EA9F8-B841-4DA2-B864-0E3CD063CB6A_1_201_a-150x150.jpeg 150w" sizes="(max-width: 400px) 100vw, 400px" /></noscript> </a>
  777. </div>
  778. </div>
  779. </div>
  780. </div>
  781. </div>
  782. </main>
  783.  
  784. <footer id="footer" class="ct-footer" data-id="type-1" itemscope="" itemtype="https://schema.org/WPFooter"><div data-row="bottom"><div class="ct-container"><div data-column="copyright">
  785. <div
  786. class="ct-footer-copyright"
  787. data-id="copyright">
  788.  
  789. <p>Copyright © 2024 - Trade Controls Compliance - <a href="/privacy">Privacy</a> - <a href="/Terms">Terms &amp; Conditions</a></p></div>
  790. </div></div></div></footer></div>
  791.  
  792.  
  793. <!--Start of Tawk.to Script (0.8.7)-->
  794. <script type="rocketlazyloadscript" id="tawk-script" data-rocket-type="text/javascript">
  795. var Tawk_API = Tawk_API || {};
  796. var Tawk_LoadStart=new Date();
  797. (function(){
  798. var s1 = document.createElement( 'script' ),s0=document.getElementsByTagName( 'script' )[0];
  799. s1.async = true;
  800. s1.src = 'https://embed.tawk.to/6632482b1ec1082f04e9d033/1hsq6jr58';
  801. s1.charset = 'UTF-8';
  802. s1.setAttribute( 'crossorigin','*' );
  803. s0.parentNode.insertBefore( s1, s0 );
  804. })();
  805. </script>
  806. <!--End of Tawk.to Script (0.8.7)-->
  807. <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
  808. const lazyloadRunObserver = () => {
  809. const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
  810. const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
  811. entries.forEach( ( entry ) => {
  812. if ( entry.isIntersecting ) {
  813. let lazyloadBackground = entry.target;
  814. if( lazyloadBackground ) {
  815. lazyloadBackground.classList.add( 'e-lazyloaded' );
  816. }
  817. lazyloadBackgroundObserver.unobserve( entry.target );
  818. }
  819. });
  820. }, { rootMargin: '200px 0px 200px 0px' } );
  821. lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
  822. lazyloadBackgroundObserver.observe( lazyloadBackground );
  823. } );
  824. };
  825. const events = [
  826. 'DOMContentLoaded',
  827. 'elementor/lazyload/observe',
  828. ];
  829. events.forEach( ( event ) => {
  830. document.addEventListener( event, lazyloadRunObserver );
  831. } );
  832. </script>
  833. <div class="wpml-ls-statics-footer wpml-ls wpml-ls-legacy-list-horizontal">
  834. <ul><li class="wpml-ls-slot-footer wpml-ls-item wpml-ls-item-nl wpml-ls-first-item wpml-ls-item-legacy-list-horizontal">
  835. <a href="https://tradecontrolscompliance.com/" class="wpml-ls-link">
  836.                                                        <img width="18" height="12"
  837.            class="wpml-ls-flag"
  838.            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
  839.            alt=""
  840.            width=18
  841.            height=12
  842.    data-lazy-src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/nl.svg" /><noscript><img width="18" height="12"
  843.            class="wpml-ls-flag"
  844.            src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/nl.svg"
  845.            alt=""
  846.            width=18
  847.            height=12
  848.    /></noscript><span class="wpml-ls-native" lang="nl">Nederlands</span><span class="wpml-ls-display"><span class="wpml-ls-bracket"> (</span>Dutch<span class="wpml-ls-bracket">)</span></span></a>
  849. </li><li class="wpml-ls-slot-footer wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-last-item wpml-ls-item-legacy-list-horizontal">
  850. <a href="https://tradecontrolscompliance.com/en/" class="wpml-ls-link">
  851.                                                        <img width="18" height="12"
  852.            class="wpml-ls-flag"
  853.            src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E"
  854.            alt=""
  855.            width=18
  856.            height=12
  857.    data-lazy-src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg" /><noscript><img width="18" height="12"
  858.            class="wpml-ls-flag"
  859.            src="https://tradecontrolscompliance.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg"
  860.            alt=""
  861.            width=18
  862.            height=12
  863.    /></noscript><span class="wpml-ls-native">English</span></a>
  864. </li></ul>
  865. </div>
  866.  
  867.  
  868.  
  869.  
  870. <script id="pa-admin-bar-js-extra">
  871. var PaDynamicAssets = {"nonce":"730f9eb25d","post_id":"2163","ajaxurl":"https:\/\/tradecontrolscompliance.com\/wp-admin\/admin-ajax.php"};
  872. </script>
  873. <script type="rocketlazyloadscript" data-minify="1" src="https://tradecontrolscompliance.com/wp-content/cache/min/1/wp-content/plugins/premium-addons-for-elementor/admin/assets/js/admin-bar.js?ver=1734713651" id="pa-admin-bar-js"></script>
  874. <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
  875. "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
  876. </script>
  877. <script id="rocket-preload-links-js-extra">
  878. var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/tradecontrolscompliance.com\/en\/","onHoverDelay":"100","rateThrottle":"3"};
  879. </script>
  880. <script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
  881. (function() {
  882. "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
  883. }());
  884. </script>
  885. <script id="ct-scripts-js-extra">
  886. var ct_localizations = {"ajax_url":"https:\/\/tradecontrolscompliance.com\/wp-admin\/admin-ajax.php","public_url":"https:\/\/tradecontrolscompliance.com\/wp-content\/themes\/blocksy\/static\/bundle\/","rest_url":"https:\/\/tradecontrolscompliance.com\/en\/wp-json\/","search_url":"https:\/\/tradecontrolscompliance.com\/en\/search\/QUERY_STRING\/","show_more_text":"Show more","more_text":"More","search_live_results":"Search results","search_live_no_results":"No results","search_live_no_result":"No results","search_live_one_result":"You got %s result. Please press Tab to select it.","search_live_many_results":"You got %s results. Please press Tab to select one.","clipboard_copied":"Copied!","clipboard_failed":"Failed to Copy","expand_submenu":"Expand dropdown menu","collapse_submenu":"Collapse dropdown menu","dynamic_js_chunks":[],"dynamic_styles":{"lazy_load":"https:\/\/tradecontrolscompliance.com\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-styles.min.css?ver=2.0.82","search_lazy":"https:\/\/tradecontrolscompliance.com\/wp-content\/themes\/blocksy\/static\/bundle\/non-critical-search-styles.min.css?ver=2.0.82","back_to_top":"https:\/\/tradecontrolscompliance.com\/wp-content\/themes\/blocksy\/static\/bundle\/back-to-top.min.css?ver=2.0.82"},"dynamic_styles_selectors":[{"selector":".ct-header-cart, #woo-cart-panel","url":"https:\/\/tradecontrolscompliance.com\/wp-content\/themes\/blocksy\/static\/bundle\/cart-header-element-lazy.min.css?ver=2.0.82"},{"selector":".flexy","url":"https:\/\/tradecontrolscompliance.com\/wp-content\/themes\/blocksy\/static\/bundle\/flexy.min.css?ver=2.0.82"}],"lang":"en"};
  887. </script>
  888. <script type="rocketlazyloadscript" data-minify="1" src="https://tradecontrolscompliance.com/wp-content/cache/min/1/wp-content/themes/blocksy/static/bundle/main.js?ver=1734713651" id="ct-scripts-js"></script>
  889. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-3d6495dceaebc28bcca3.js" id="googlesitekit-consent-mode-js"></script>
  890. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.26.2" id="elementor-webpack-runtime-js"></script>
  891. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.26.2" id="elementor-frontend-modules-js"></script>
  892. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
  893. <script type="rocketlazyloadscript" id="elementor-frontend-js-before">
  894. var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.26.2","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"e_css_smooth_scroll":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/tradecontrolscompliance.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/tradecontrolscompliance.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/tradecontrolscompliance.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"280072572f"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":2163,"title":"Trade%20Controls%20Compliance","excerpt":"Your trade compliance consultant from Trade Controls Compliance. Learn how to comply with sanctions laws and export control classification.","featuredImage":"https:\/\/tradecontrolscompliance.com\/wp-content\/uploads\/2023\/04\/cropped-avatar.png"}};
  895. </script>
  896. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.26.2" id="elementor-frontend-js"></script>
  897. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
  898. <script id="wp-util-js-extra">
  899. var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
  900. </script>
  901. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-includes/js/wp-util.min.js?ver=6.7.1" id="wp-util-js"></script>
  902. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js?ver=1.9.2.3" id="wpforms-js"></script>
  903. <script id="wpforms-elementor-js-extra">
  904. var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v3"};
  905. </script>
  906. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.9.2.3" id="wpforms-elementor-js"></script>
  907. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/lib/jquery.validate.min.js?ver=1.21.0" id="wpforms-validation-js"></script>
  908. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/lib/mailcheck.min.js?ver=1.1.2" id="wpforms-mailcheck-js"></script>
  909. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/lib/punycode.min.js?ver=1.0.0" id="wpforms-punycode-js"></script>
  910. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js?ver=1.9.2.3" id="wpforms-generic-utils-js"></script>
  911. <script type="rocketlazyloadscript" src="https://tradecontrolscompliance.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js?ver=1.9.2.3" id="wpforms-modern-js"></script>
  912. <script type="rocketlazyloadscript" src="https://www.google.com/recaptcha/api.js?render=6LdIMrUlAAAAAEsXesw-jlQL8zJVtyEPilQZVvza" id="wpforms-recaptcha-js"></script>
  913. <script type="rocketlazyloadscript" id="wpforms-recaptcha-js-after">
  914. var wpformsDispatchEvent = function (el, ev, custom) {
  915. var e = document.createEvent(custom ? "CustomEvent" : "HTMLEvents");
  916. custom ? e.initCustomEvent(ev, true, true, false) : e.initEvent(ev, true, true);
  917. el.dispatchEvent(e);
  918. };
  919. var wpformsRecaptchaV3Execute = function ( callback ) {
  920. grecaptcha.execute( "6LdIMrUlAAAAAEsXesw-jlQL8zJVtyEPilQZVvza", { action: "wpforms" } ).then( function ( token ) {
  921. Array.prototype.forEach.call( document.getElementsByName( "wpforms[recaptcha]" ), function ( el ) {
  922. el.value = token;
  923. } );
  924. if ( typeof callback === "function" ) {
  925. return callback();
  926. }
  927. } );
  928. }
  929. grecaptcha.ready( function () {
  930. wpformsDispatchEvent( document, "wpformsRecaptchaLoaded", true );
  931. } );
  932. </script>
  933. <script type='text/javascript'>
  934. /* <![CDATA[ */
  935. var wpforms_settings = {"val_required":"This field is required.","val_email":"Please enter a valid email address.","val_email_suggestion":"Did you mean {suggestion}?","val_email_suggestion_title":"Click to accept this suggestion.","val_email_restricted":"This email address is not allowed.","val_number":"Please enter a valid number.","val_number_positive":"Please enter a valid positive number.","val_minimum_price":"Amount entered is less than the required minimum.","val_confirm":"Field values do not match.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","val_limit_characters":"{count} of {limit} max characters.","val_limit_words":"{count} of {limit} max words.","val_recaptcha_fail_msg":"Google reCAPTCHA verification failed, please try again later.","val_turnstile_fail_msg":"Cloudflare Turnstile verification failed, please try again later.","val_inputmask_incomplete":"Please fill out the field in required format.","uuid_cookie":"","locale":"en","country":"","country_list_label":"Country list","wpforms_plugin_url":"https:\/\/tradecontrolscompliance.com\/wp-content\/plugins\/wpforms-lite\/","gdpr":"1","ajaxurl":"https:\/\/tradecontrolscompliance.com\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":["dev"],"is_ssl":"1","currency_code":"EUR","currency_thousands":".","currency_decimals":"2","currency_decimal":",","currency_symbol":"\u20ac","currency_symbol_pos":"right","val_requiredpayment":"Payment is required.","val_creditcard":"Please enter a valid credit card number.","css_vars":["field-border-radius","field-border-style","field-border-size","field-background-color","field-border-color","field-text-color","field-menu-color","label-color","label-sublabel-color","label-error-color","button-border-radius","button-border-style","button-border-size","button-background-color","button-border-color","button-text-color","page-break-color","background-image","background-position","background-repeat","background-size","background-width","background-height","background-color","background-url","container-padding","container-border-style","container-border-width","container-border-color","container-border-radius","field-size-input-height","field-size-input-spacing","field-size-font-size","field-size-line-height","field-size-padding-h","field-size-checkbox-size","field-size-sublabel-spacing","field-size-icon-size","label-size-font-size","label-size-line-height","label-size-sublabel-font-size","label-size-sublabel-line-height","button-size-font-size","button-size-height","button-size-padding-h","button-size-margin-top","container-shadow-size-box-shadow"],"isModernMarkupEnabled":"1","formErrorMessagePrefix":"Form error message","errorMessagePrefix":"Error message","submitBtnDisabled":"Submit button is disabled during form submission.","error_updating_token":"Error updating token. Please try again or contact support if the issue persists.","network_error":"Network error or server is unreachable. Check your connection or try again later.","token_cache_lifetime":"86400","hn_data":[]}
  936. /* ]]> */
  937. </script>
  938. <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
  939. if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
  940. images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
  941. if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://tradecontrolscompliance.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
  942. <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
  943. </html>
  944.  
  945. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1734725968 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda