:root{--brand-ictsolve: #7200FF;--brand: #7200FF;--brand-on-dark: #7200FF;--brand-20: rgba(114, 0, 255, .2);--brand-40: rgba(114, 0, 255, .4);--brand-60: rgba(114, 0, 255, .6);--brand-80: rgba(114, 0, 255, .8);--brand-contrast: #FFFFFF;--surface-white: #FFFFFF;--surface-wash: #FAF8FF;--surface-dark: #0A0A0F;--ink-strong: #0A0A12;--ink-body: #1F1F2B;--ink-muted: #5B5B6B;--line: rgba(0, 0, 0, .08);--line-strong: rgba(0, 0, 0, .18);--line-dark: rgba(255, 255, 255, .08);--font-sans: var(--font-nunito), system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--step--1: clamp(.85rem, .82rem + .1vw, .9rem);--step-0: clamp(1rem, .95rem + .2vw, 1.0625rem);--step-1: clamp(1.15rem, 1.08rem + .35vw, 1.3rem);--step-2: clamp(1.4rem, 1.25rem + .6vw, 1.65rem);--step-3: clamp(1.75rem, 1.5rem + 1vw, 2.15rem);--step-4: clamp(2.25rem, 1.85rem + 1.6vw, 3.1rem);--step-5: clamp(2.85rem, 2.25rem + 2.4vw, 4.25rem);--display: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);--weight-regular: 400;--weight-semibold: 600;--weight-bold: 700;--weight-display: 800;--lh-body: 1.55;--lh-lead: 1.5;--lh-h3: 1.2;--lh-h2: 1.1;--lh-h1: 1.05;--lh-display: 1.02;--tracking-body: 0;--tracking-heading: -.01em;--tracking-display: -.02em;--tracking-eyebrow: .08em;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4.5rem;--space-9: 6.5rem;--space-10: 9rem;--measure: 68ch;--container: 1200px;--container-narrow: 820px;--radius: 4px;--radius-sm: 2px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(0, 0, 0, .04), 0 2px 8px rgba(0, 0, 0, .04);--shadow-hover-brand: 0 14px 40px -22px rgba(114, 0, 255, .35);--shadow-hover-green: 0 14px 40px -22px rgba(0, 128, 0, .35);--ease: cubic-bezier(.2, .7, .2, 1);--t-fast: .16s;--t-med: .26s;--t-slow: .42s;--z-base: 0;--z-raised: 10;--z-header: 50;--z-modal: 100}:root[data-theme=mxsoft]{--brand: #008000;--brand-on-dark: #00A300;--brand-20: rgba(0, 128, 0, .2);--brand-40: rgba(0, 128, 0, .4);--brand-60: rgba(0, 128, 0, .6);--brand-80: rgba(0, 128, 0, .8);--surface-wash: #F5FBF5;--shadow-hover-brand: var(--shadow-hover-green)}@media(prefers-reduced-motion:reduce){:root{--t-fast: 0ms;--t-med: 0ms;--t-slow: 0ms}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:var(--font-sans);line-height:var(--lh-body);color:var(--ink-body);background:var(--surface-white);tab-size:4}body{margin:0;min-height:100dvh;font-size:var(--step-0);font-weight:var(--weight-regular);letter-spacing:var(--tracking-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-block:0 var(--space-4);color:var(--ink-strong);font-weight:var(--weight-bold);line-height:var(--lh-h2);letter-spacing:var(--tracking-heading)}h1{font-size:var(--step-5);font-weight:var(--weight-display);line-height:var(--lh-h1)}h2{font-size:var(--step-4)}h3{font-size:var(--step-2);font-weight:var(--weight-semibold);line-height:var(--lh-h3)}h4{font-size:var(--step-1);font-weight:var(--weight-semibold)}p{margin-block:0 var(--space-4);max-width:var(--measure)}a{color:var(--brand);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}a:hover,a:focus-visible{text-decoration-thickness:2px}::selection{background:var(--brand);color:var(--brand-contrast)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}img,svg,video{max-width:100%;height:auto}ul,ol{margin-block:0 var(--space-4);padding-inline-start:var(--space-5)}.container{width:min(100% - (var(--space-5) * 2),var(--container));margin-inline:auto}.container-narrow{width:min(100% - (var(--space-5) * 2),var(--container-narrow));margin-inline:auto}.section{padding-block:var(--space-9)}.section--hero{padding-block:var(--space-10) var(--space-9)}.stack>*+*{margin-block-start:var(--space-4)}.stack-lg>*+*{margin-block-start:var(--space-6)}.stack-xl>*+*{margin-block-start:var(--space-7)}.cluster{display:flex;flex-wrap:wrap;gap:var(--space-5);align-items:center}.grid-2{display:grid;gap:var(--space-6);grid-template-columns:1fr}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;gap:var(--space-6);grid-template-columns:1fr}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.site-header{position:sticky;top:0;z-index:var(--z-header);background:#fffffff5;backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-block:var(--space-4)}.site-footer{padding-block:var(--space-8) var(--space-6);border-top:1px solid var(--line);color:var(--ink-muted);font-size:var(--step--1)}main{display:block}.brand-lockup{display:inline-flex;align-items:baseline;gap:0;font-family:var(--font-sans);font-weight:var(--weight-display);letter-spacing:var(--tracking-heading);color:var(--ink-strong);text-decoration:none;line-height:1;white-space:nowrap}.brand-lockup .bl-eq{display:inline-block;height:.72em;width:auto;margin-right:.48em;flex-shrink:0;fill:var(--brand-ictsolve);overflow:visible}.brand-lockup .brand-name{color:inherit}.brand-lockup--dark{color:var(--surface-white)}.brand-lockup--dark .bl-eq{fill:var(--brand-ictsolve)}.brand-lockup--mxsoft{color:var(--ink-strong)}.brand-lockup--mxsoft .bl-eq{fill:var(--brand-ictsolve)}.brand-lockup--sm{font-size:1rem}.brand-lockup--md{font-size:1.35rem}.brand-lockup--lg{font-size:var(--step-2)}.brand-lockup--xl{font-size:var(--step-5)}.eq-divider{width:62px;height:36px;position:relative;margin:var(--space-6) auto}.eq-divider:before,.eq-divider:after{content:"";position:absolute;left:0;width:62px;height:12px;background:var(--brand)}.eq-divider:before{top:0}.eq-divider:after{top:24px}.eq-divider.eq--locked:before,.eq-divider.eq--locked:after{background:var(--brand-ictsolve)}.h-eq{position:relative;padding-bottom:var(--space-3)}.h-eq:after{content:"";display:block;width:62px;height:36px;margin-top:var(--space-3);background:linear-gradient(to bottom,var(--brand) 0,var(--brand) 12px,transparent 12px,transparent 24px,var(--brand) 24px,var(--brand) 36px)}.eq-underline{display:none}.eq-marker,.eq-breadcrumb{color:var(--brand);font-weight:var(--weight-bold);font-size:var(--step-1);line-height:1}.eq-marker.eq--locked,.eq-breadcrumb.eq--locked{color:var(--brand-ictsolve)}.eq-breadcrumb{margin-inline:var(--space-3)}.eq-hover-mark{display:inline-block;width:24px;height:6px;background:var(--brand);vertical-align:middle}.eq-hover-mark.eq--locked{background:var(--brand-ictsolve)}.surface-grid{background-color:var(--surface-dark);background-image:url(/img/ictsgridbg1.png);background-repeat:repeat-y;background-position:left top;background-size:auto;color:#ffffffe6;position:relative;overflow:hidden}.surface-grid>*{position:relative;z-index:var(--z-raised)}.surface-grid h1,.surface-grid h2,.surface-grid h3,.surface-grid h4{color:var(--surface-white)}.surface-dark{background-color:var(--surface-dark);color:#ffffffe6;position:relative;overflow:hidden}.surface-dark>*{position:relative;z-index:var(--z-raised)}.surface-dark h1,.surface-dark h2,.surface-dark h3,.surface-dark h4{color:var(--surface-white)}.section{padding:var(--space-9) 0}.section--hero{padding:calc(72px + var(--space-10)) 0 var(--space-9)}.section-header{margin-bottom:var(--space-7);max-width:var(--measure)}.section-header>.eyebrow{margin-bottom:var(--space-3)}.section-header--dark .section-heading,.section-header--dark .section-lede{color:var(--surface-white)}.eyebrow{font-size:var(--step--1);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--brand);margin:0}.surface-grid .eyebrow,.surface-dark .eyebrow{color:var(--brand-on-dark)}.section-heading{font-size:var(--step-4);font-weight:var(--weight-bold);line-height:var(--lh-h2);letter-spacing:var(--tracking-heading);color:var(--ink-strong);margin:0}.section-lede{font-size:var(--step-1);line-height:var(--lh-lead);color:var(--ink-body);margin-top:var(--space-3)}.surface-grid .section-lede,.surface-dark .section-lede{color:#ffffffb8}.hero__heading{font-size:var(--display);font-weight:var(--weight-display);line-height:var(--lh-display);letter-spacing:var(--tracking-display);color:var(--surface-white);max-width:18ch;margin:var(--space-5) 0 0}.hero__body{font-size:var(--step-2);line-height:1.45;color:#ffffffb8;max-width:60ch;margin-top:var(--space-5)}.hero__body p{margin:0 0 var(--space-4)}.hero__body p:last-child{margin-bottom:0}.hero-eq{color:var(--brand);font-weight:var(--weight-display);font-style:normal}.surface-grid .hero-eq{color:var(--brand-on-dark)}.hero__cta-cluster{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-7)}.cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:inherit;font-weight:var(--weight-bold);line-height:1;border-radius:var(--radius);min-height:44px;transition:transform var(--t-fast) var(--ease),box-shadow var(--t-fast) var(--ease),background-color var(--t-fast) var(--ease),color var(--t-fast) var(--ease),border-color var(--t-fast) var(--ease)}.cta--md{font-size:var(--step-0);padding:var(--space-3) var(--space-5)}.cta--lg{font-size:var(--step-1);padding:var(--space-4) var(--space-6)}.cta--primary{background:var(--brand);color:var(--brand-contrast);border:1px solid var(--brand)}.cta--primary:hover,.cta--primary:focus-visible{transform:translateY(-1px);box-shadow:var(--shadow-hover-brand)}.cta--secondary{background:transparent;color:var(--ink-strong);border:1px solid var(--line-strong)}.cta--secondary:hover,.cta--secondary:focus-visible{color:var(--brand);border-color:var(--brand)}.surface-grid .cta--secondary,.surface-dark .cta--secondary{color:var(--surface-white);border-color:#ffffff3d}.surface-grid .cta--secondary:hover,.surface-grid .cta--secondary:focus-visible,.surface-dark .cta--secondary:hover,.surface-dark .cta--secondary:focus-visible{color:var(--brand-on-dark);border-color:var(--brand-on-dark)}.cta:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.section--pillars{background:var(--surface-white)}.grid-pillars{display:grid;gap:var(--space-7);grid-template-columns:1fr}@media(min-width:640px){.grid-pillars--2,.grid-pillars--3,.grid-pillars--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-pillars--3{grid-template-columns:repeat(3,1fr)}.grid-pillars--4{grid-template-columns:repeat(4,1fr)}}.pillar-card{padding:var(--space-5);border-top:4px solid var(--brand);background:var(--surface-white);border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-card)}.pillar-card__title{font-size:var(--step-2);font-weight:var(--weight-semibold);line-height:var(--lh-h3);color:var(--ink-strong);margin:0 0 var(--space-3)}.pillar-card__body{font-size:var(--step-0);line-height:var(--lh-body);color:var(--ink-body);margin:0}.approach-steps{list-style:none;margin:0;padding:0}.approach-step{display:grid;grid-template-columns:auto 1fr;gap:var(--space-5);margin-bottom:var(--space-7)}.approach-step:last-child{margin-bottom:0}.approach-step__num{font-size:var(--step-3);font-weight:var(--weight-display);line-height:1;color:var(--brand)}.surface-grid .approach-step__num,.surface-dark .approach-step__num{color:var(--brand-on-dark)}.approach-step__title{font-size:var(--step-2);font-weight:var(--weight-semibold);line-height:var(--lh-h3);color:var(--surface-white);margin:0 0 var(--space-2)}.approach-step__desc{font-size:var(--step-0);line-height:var(--lh-body);color:#ffffffb8;max-width:var(--measure);margin:0}.section--features{background:var(--surface-wash)}.grid-features{display:grid;gap:var(--space-7);grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.feature-card{display:flex;flex-direction:column;gap:var(--space-3)}.feature-card__marker{display:inline-block}.feature-card__title{font-size:var(--step-2);font-weight:var(--weight-semibold);line-height:var(--lh-h3);color:var(--ink-strong);margin:0}.feature-card__body{font-size:var(--step-0);line-height:var(--lh-body);color:var(--ink-body);margin:0}.grid-modules{display:grid;gap:var(--space-6);grid-template-columns:1fr}@media(min-width:640px){.grid-modules{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-modules{grid-template-columns:repeat(3,1fr)}}.module-card{background:#ffffff08;border:1px solid var(--line-dark);padding:var(--space-6) var(--space-5);border-radius:var(--radius);display:flex;flex-direction:column;gap:var(--space-4)}.module-card__name{font-size:var(--step-3);font-weight:var(--weight-bold);line-height:var(--lh-h2);color:var(--surface-white);margin:0;display:flex;align-items:center;gap:var(--space-2)}.module-card__tagline{font-size:var(--step-0);font-weight:var(--weight-semibold);line-height:1.4;color:#ffffffb8;margin:0}.module-card__divider{margin:var(--space-2) 0}.module-card__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.module-card__features li{display:flex;align-items:baseline;gap:var(--space-2);font-size:var(--step-0);line-height:1.4;color:#ffffffe6}.modules-footnote{margin-top:var(--space-7);font-size:var(--step--1);font-style:italic;color:#ffffffb8;max-width:var(--measure)}.section--mxsoft-features{background:var(--surface-wash)}.grid-mxsoft-features{display:grid;gap:var(--space-6);grid-template-columns:1fr}@media(min-width:640px){.grid-mxsoft-features{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-mxsoft-features{grid-template-columns:repeat(4,1fr)}}.mxsoft-feature-card{background:var(--surface-white);padding:var(--space-5);border-radius:var(--radius);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:var(--space-3);transition:transform var(--t-fast) var(--ease),box-shadow var(--t-fast) var(--ease)}.mxsoft-feature-card__marker{display:inline-block}.mxsoft-feature-card__title{font-size:var(--step-2);font-weight:var(--weight-semibold);line-height:var(--lh-h3);color:var(--ink-strong);margin:0}.mxsoft-feature-card__body{font-size:var(--step-0);line-height:var(--lh-body);color:var(--ink-body);margin:0}.mxsoft-feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover-brand)}.section--contact.section--contact-wash{background:var(--surface-wash)}.grid-contact{display:grid;gap:var(--space-6);grid-template-columns:1fr;margin-top:var(--space-7)}@media(min-width:768px){.grid-contact{grid-template-columns:repeat(3,1fr)}}.contact-card{padding:var(--space-6) var(--space-5);background:#ffffff0a;border:1px solid var(--line-dark);border-radius:var(--radius);display:flex;flex-direction:column;gap:var(--space-3)}.section--contact-wash .contact-card{background:var(--surface-white);border-color:var(--line-strong)}.contact-card__marker{display:inline-block}.contact-card__label{font-size:var(--step--1);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-eyebrow);color:var(--surface-white);margin:0}.section--contact-wash .contact-card__label{color:var(--ink-strong)}.contact-card__detail{font-size:var(--step--1);color:#ffffffb8;margin:0}.section--contact-wash .contact-card__detail{color:var(--ink-muted)}.contact-card__value{font-size:var(--step-0);font-weight:var(--weight-semibold);color:var(--surface-white);text-decoration:none;margin:0}.section--contact-wash .contact-card__value{color:var(--ink-strong)}.contact-card__value:hover{color:var(--brand-on-dark)}.contact-cta-cluster{margin-top:var(--space-7);display:flex;justify-content:center}.section--richtext-white{background:var(--surface-white)}.section--richtext-wash{background:var(--surface-wash)}.container-narrow{max-width:var(--container-narrow);margin-inline:auto;padding-inline:var(--space-5)}.richtext__body{font-size:var(--step-0);line-height:var(--lh-body);color:var(--ink-body);max-width:var(--measure)}.richtext__body p{margin:0 0 var(--space-4)}.richtext__body p:last-child{margin-bottom:0}.richtext__quote-wrap{margin-top:var(--space-8);text-align:center}.richtext__quote{font-style:italic;font-size:var(--step-1);line-height:var(--lh-lead);color:var(--ink-muted);max-width:48ch;margin:var(--space-4) auto 0;padding:0;border:0}.skip-link{position:absolute;top:0;left:0;padding:var(--space-3) var(--space-4);background:var(--brand);color:var(--brand-contrast);font-size:var(--step--1);font-weight:var(--weight-semibold);text-decoration:none;border-radius:0 0 var(--radius) 0;z-index:var(--z-modal);clip-path:inset(50%);transition:clip-path var(--t-fast) var(--ease)}.skip-link:focus,.skip-link:focus-visible{clip-path:inset(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-header, 50);background:transparent;border-bottom:1px solid transparent;transition:background var(--t-med) var(--ease),border-color var(--t-med) var(--ease)}.site-header.is-scrolled{background:var(--brand);border-bottom-color:var(--brand)}.site-header.is-scrolled .site-nav__toggle,.site-header.is-scrolled .site-nav__link{color:var(--surface-white)}.site-header.is-scrolled .site-nav__link:hover,.site-header.is-scrolled .site-nav__link:focus-visible{color:#ffffffb3}.site-header.is-scrolled .brand-logo--default{display:none}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);padding:var(--space-4) var(--space-5);min-height:72px}.site-header__brands{display:inline-flex;align-items:center;gap:var(--space-5);flex-shrink:0}.brand-logo-link{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{display:block;height:1.6rem;width:auto}.brand-logo--default{display:block}.brand-logo--dark,.site-header.is-scrolled .brand-logo--default{display:none}.site-header.is-scrolled .brand-logo--dark{display:block}.brand-sep{color:#fff6;font-size:var(--step-1);font-weight:var(--weight-regular);line-height:1;user-select:none}.mxsoft-lockup{display:inline-flex;align-items:center;text-decoration:none}.mxsoft-lockup__logo{height:2.4rem;width:auto}.site-nav{flex:1;display:flex;justify-content:center}.site-nav__disclosure{width:100%;max-width:480px}.site-nav__toggle{list-style:none;cursor:pointer;display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);min-height:44px;font-size:var(--step-0);font-weight:var(--weight-semibold);color:var(--surface-white)}.site-nav__toggle::-webkit-details-marker{display:none}.site-nav__list{list-style:none;margin:var(--space-3) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.site-nav__link{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);min-height:44px;font-size:var(--step-0);font-weight:var(--weight-semibold);color:var(--surface-white);text-decoration:none}.site-nav__link:hover,.site-nav__link:focus-visible{color:#ffffffb3}.site-nav__item.is-active .site-nav__link{cursor:default}@media(min-width:640px){.site-nav__disclosure>summary{display:none}.site-nav__list{margin-top:0;flex-direction:row;gap:var(--space-5);justify-content:center}}.lang-switch{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);min-height:44px;font-size:var(--step--1);font-weight:var(--weight-semibold);letter-spacing:.04em}.lang-switch__current{color:var(--surface-white);font-weight:var(--weight-bold)}.lang-switch__sep{color:#fff6}.lang-switch__other{color:#ffffffb8;text-decoration:none}.lang-switch__other:hover,.lang-switch__other:focus-visible{color:var(--surface-white);text-decoration:underline;text-underline-offset:2px}.site-footer{padding:var(--space-8) 0 var(--space-7);margin-top:var(--space-9)}.site-footer__inner{display:flex;flex-direction:column;gap:var(--space-6)}@media(min-width:768px){.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:var(--space-7)}}.site-footer__brand{display:flex;flex-direction:column;gap:var(--space-3)}.site-footer__note,.site-footer__copyright{font-size:var(--step--1);color:#ffffffb8;margin:0}.site-footer__note{max-width:40ch}.root-picker{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-7) var(--space-5)}.root-picker__stage{display:flex;flex-direction:column;align-items:center;gap:var(--space-8)}.root-picker__list{list-style:none;margin:0;padding:0;display:flex;gap:var(--space-6)}.root-picker__link{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-4) var(--space-6);min-height:44px;font-size:var(--step-1);font-weight:var(--weight-bold);color:var(--ink-strong);text-decoration:none;border:1px solid var(--line-strong);border-radius:var(--radius)}.root-picker__link:hover,.root-picker__link:focus-visible{color:var(--brand);border-color:var(--brand)}.u-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.not-found{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-block:var(--space-9);gap:var(--space-7)}.not-found .copy{display:flex;flex-direction:column;align-items:center;gap:var(--space-5);max-width:var(--measure)}.not-found .copy+.copy{margin-top:var(--space-6)}.not-found .eyebrow{font-size:var(--step--1);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-ictsolve);margin:0}.not-found .nf-title{font-size:var(--step-4);font-weight:var(--weight-bold);line-height:1.1;color:var(--ink-strong);margin:var(--space-3) 0 var(--space-5);max-width:16ch}.not-found .nf-lede{font-size:var(--step-1);font-weight:var(--weight-regular);line-height:1.5;color:var(--ink-body);margin:0 0 var(--space-6)}[data-lang=nl] .copy-en,[data-lang=en] .copy-nl{display:none}
