:root{
  --sc-ref-bg:#010a17;
  --sc-ref-bg2:#031224;
  --sc-ref-panel:#06182b;
  --sc-ref-panel2:#081f35;
  --sc-ref-line:rgba(56,121,168,.38);
  --sc-ref-line-strong:rgba(67,151,205,.62);
  --sc-ref-cyan:#24c8f4;
  --sc-ref-blue:#168cff;
  --sc-ref-orange:#ff9800;
  --sc-ref-green:#72d147;
  --sc-ref-text:#f5f7fa;
  --sc-ref-muted:#9bb4c8;
  --sc-ref-soft:#6f8aa0;
  --sc-ref-max:1398px;
  --sc-ref-radius:9px;
  --sc-ref-shadow:0 22px 58px rgba(0,0,0,.28);
  color-scheme:dark;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{min-width:0;overflow-x:clip;background:var(--sc-ref-bg);scroll-behavior:smooth}
body.sc-reference-page{min-width:0;margin:0;overflow-x:hidden;color:var(--sc-ref-text);background:radial-gradient(circle at 68% -10%,rgba(0,131,220,.13),transparent 31%),linear-gradient(180deg,#010a17 0%,#031326 52%,#010a17 100%);font-size:14px;line-height:1.48}
body.sc-reference-page:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.13;background-image:linear-gradient(rgba(31,158,214,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(31,158,214,.08) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(#000,rgba(0,0,0,.5) 68%,transparent)}
.sc-ref-shell{width:min(var(--sc-ref-max),calc(100% - 44px));margin:0 auto;min-width:0}
.sc-reference-page a{color:inherit;text-decoration:none}
.sc-reference-page img{display:block;max-width:100%}
.sc-reference-page button,.sc-reference-page input,.sc-reference-page select{font:inherit}
.sc-reference-page a:focus-visible,.sc-reference-page button:focus-visible,.sc-reference-page summary:focus-visible{outline:2px solid var(--sc-ref-cyan);outline-offset:3px}

/* header */
.sc-ref-header{position:relative;z-index:80;height:58px;border-bottom:1px solid rgba(43,104,145,.28);background:rgba(1,9,21,.97)}
.sc-ref-header-in{height:58px;display:flex;align-items:center;gap:28px}
.sc-ref-logo{display:flex;align-items:center;flex:0 0 176px;height:48px}
.sc-ref-logo img{width:170px;height:45px;object-fit:contain;object-position:left center}
.sc-ref-nav{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:29px;min-width:0;font-size:13px;font-weight:650}
.sc-ref-nav>a{white-space:nowrap;color:#eef3f7}
.sc-ref-nav>a:hover{color:var(--sc-ref-cyan)}
.sc-ref-nav-divider{width:1px;height:30px;background:rgba(113,155,183,.27)}
.sc-ref-cta{display:inline-flex!important;align-items:center;justify-content:center;min-height:34px;padding:0 19px;border:1px solid #ffad2d;border-radius:7px;color:#07111a!important;background:linear-gradient(180deg,#ffad29,#ef8700);box-shadow:0 8px 22px rgba(255,152,0,.16),inset 0 1px rgba(255,255,255,.32)}
.sc-ref-mobile{display:none;position:relative;margin-left:auto}
.sc-ref-mobile summary{list-style:none;cursor:pointer;color:#fff;font-size:24px}.sc-ref-mobile summary::-webkit-details-marker{display:none}
.sc-ref-mobile-menu{position:absolute;top:38px;right:0;width:min(300px,calc(100vw - 30px));display:grid;gap:3px;padding:10px;border:1px solid var(--sc-ref-line-strong);border-radius:8px;background:#041426;box-shadow:var(--sc-ref-shadow)}
.sc-ref-mobile-menu a{padding:9px 11px;border-radius:5px}.sc-ref-mobile-menu a:hover{background:#0a2840}

/* NL hero */
.sc-ref-home-hero{position:relative;overflow:hidden;min-height:274px;border-bottom:1px solid rgba(50,116,158,.18);background:linear-gradient(90deg,rgba(1,10,23,.99) 0%,rgba(1,12,26,.97) 42%,rgba(2,16,32,.78) 61%,rgba(1,9,21,.96) 100%)}
.sc-ref-home-hero:before{content:"";position:absolute;inset:0 0 0 43%;pointer-events:none;opacity:1;background-image:linear-gradient(rgba(36,200,244,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(36,200,244,.055) 1px,transparent 1px),linear-gradient(90deg,#010a17 0%,rgba(1,10,23,.2) 34%,rgba(1,10,23,.06) 78%,#010a17 100%);background-size:34px 34px,34px 34px,100% 100%;background-position:center}
.sc-ref-home-hero:after{content:"";position:absolute;right:7.5%;top:14px;width:min(39vw,520px);height:250px;background:none center/contain no-repeat;opacity:1;mix-blend-mode:normal;pointer-events:none}
.sc-ref-home-hero-in{position:relative;z-index:2;display:grid;grid-template-columns:52% 48%;min-height:274px;align-items:center}
.sc-ref-home-copy{padding:26px 0 20px;max-width:665px}
.sc-ref-kicker{display:block;margin-bottom:8px;color:#ffb12a;font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}
.sc-ref-home-copy h1,.sc-ref-eu-copy h1{margin:0;color:#f5f6f7;font-size:35px;line-height:1.05;letter-spacing:-.034em;font-weight:800}
.sc-ref-home-copy>p,.sc-ref-eu-copy>p{margin:8px 0 0;color:#a8bfd2;font-size:15px}
.sc-ref-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:22px;max-width:630px}
.sc-ref-trust article{display:grid;grid-template-columns:28px 1fr;gap:9px;min-width:0;padding-right:17px}
.sc-ref-trust article+article{padding-left:18px;border-left:1px solid rgba(66,128,168,.32)}
.sc-ref-trust-icon{display:grid;place-items:center;width:24px;height:24px;margin-top:1px;color:#f1f5f8;border:1px solid #8aa7ba;border-radius:50%;font-size:12px}
.sc-ref-trust strong{display:block;color:#f2f5f7;font-size:11px}.sc-ref-trust span{display:block;margin-top:2px;color:#7f9aae;font-size:10px;line-height:1.45}
.sc-ref-actions{display:flex;gap:13px;margin-top:24px}
.sc-ref-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:30px;padding:0 17px;border:1px solid #214a68;border-radius:4px;color:#eaf2f7;background:rgba(5,23,40,.78);font-size:11px;font-weight:750}
.sc-ref-button:hover{border-color:var(--sc-ref-cyan)}
.sc-ref-button.primary{border-color:#ffac26;color:#07111a;background:linear-gradient(180deg,#ffad27,#ef8700)}
.sc-ref-button .arr{font-size:16px;line-height:1}

/* Home workflow */
.sc-ref-workflow{padding:0 0 10px;background:linear-gradient(180deg,#010b18,#02101f)}
.sc-ref-three{display:grid;grid-template-columns:1fr 1.04fr 1fr;gap:10px;margin-top:0}
.sc-ref-machine-card{position:relative;min-width:0;height:329px;overflow:hidden;border:1px solid var(--sc-ref-line);border-radius:9px;background:linear-gradient(180deg,rgba(6,24,42,.98),rgba(3,15,28,.99));box-shadow:0 14px 40px rgba(0,0,0,.2)}
.sc-ref-card-head{display:flex;align-items:baseline;gap:9px;padding:13px 18px 0}.sc-ref-card-no{color:var(--sc-ref-orange);font-size:27px;font-weight:900;line-height:1}.sc-ref-card-head h2{margin:0;font-size:17px;letter-spacing:-.015em}
.sc-ref-card-copy{margin:6px 18px 0;color:#a3b8c8;font-size:10px;line-height:1.55}
.sc-ref-card-body{position:absolute;inset:80px 14px 42px;min-height:0}
.sc-ref-card-action{position:absolute;left:18px;bottom:10px;display:inline-flex;align-items:center;gap:14px;min-height:28px;padding:0 12px;border:1px solid rgba(62,126,168,.34);border-radius:3px;color:#e8f0f5;background:#07192b;font-size:10px;font-weight:750}
.sc-ref-card-action:hover{border-color:var(--sc-ref-cyan)}

/* files card */
.sc-ref-file-stage{display:grid;grid-template-columns:1fr .68fr;gap:8px;height:112px}
.sc-ref-dropzone{display:grid;place-items:center;border:1px dashed rgba(255,152,0,.42);border-radius:5px;background:linear-gradient(180deg,rgba(6,29,49,.76),rgba(4,19,34,.72));text-align:center;color:#a7bbca;font-size:9px}.sc-ref-drop-icon{font-size:25px;color:#8aa9bd}.sc-ref-dropzone strong{display:block;color:#dfe9ef;font-size:9px}.sc-ref-format-list{display:grid;align-content:start;border:1px solid rgba(54,116,157,.26);border-radius:5px;overflow:hidden}.sc-ref-format-list span{padding:6px 9px;border-bottom:1px solid rgba(55,115,154,.2);color:#d4e0e8;font-size:9px}.sc-ref-format-list span:last-child{border-bottom:0}
.sc-ref-mini-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-top:7px}.sc-ref-mini-stats div{min-height:43px;padding:6px 8px;border:1px solid rgba(55,118,158,.28);border-radius:4px;background:#06182b}.sc-ref-mini-stats small{display:block;color:#7993a7;font-size:7px;text-transform:uppercase;letter-spacing:.05em}.sc-ref-mini-stats strong{display:block;margin-top:4px;color:#f0f5f8;font-size:10px}.sc-ref-mini-stats strong.cyan{color:var(--sc-ref-cyan)}.sc-ref-mini-stats strong.orange{color:var(--sc-ref-orange)}.sc-ref-mini-stats strong.green{color:var(--sc-ref-green)}

/* control card */
.sc-ref-control-stage{display:grid;grid-template-columns:1fr .86fr;gap:7px;height:146px}.sc-ref-control-list{display:grid;align-content:start;gap:6px;padding-top:2px}.sc-ref-control-list span{display:flex;align-items:center;gap:7px;color:#d4e0e8;font-size:9px}.sc-ref-control-list i{display:grid;place-items:center;width:15px;height:15px;border:1px solid rgba(106,162,196,.48);border-radius:3px;color:var(--sc-ref-cyan);font-style:normal;font-size:8px}
.sc-ref-control-preview{position:relative;overflow:hidden;border:1px solid rgba(53,125,170,.38);border-radius:5px;background:#02101f}.sc-ref-control-preview img{width:100%;height:100%;object-fit:contain;opacity:1;padding:3px;background:#02101f}.sc-ref-control-preview:after{content:"Lagen\A● Punten\A● Lijnen\A● Profielen";white-space:pre;position:absolute;right:5px;top:5px;padding:5px 7px;border:1px solid rgba(58,123,166,.28);border-radius:3px;color:#b9cad5;background:rgba(2,13,24,.82);font-size:7px;line-height:1.55}
.sc-ref-profile{position:relative;height:51px;margin-top:7px;border:1px solid rgba(54,118,159,.28);border-radius:4px;background:linear-gradient(rgba(45,108,146,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(45,108,146,.12) 1px,transparent 1px),#051522;background-size:20px 20px}.sc-ref-profile svg{display:block;width:100%;height:100%}
.sc-ref-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;height:30px;margin-top:6px}.sc-ref-thumbs span{overflow:hidden;border:1px solid rgba(52,112,151,.28);border-radius:2px;background:none center/contain no-repeat #02101f}.sc-ref-thumbs span:nth-child(2),.sc-ref-thumbs span:nth-child(3){background-image:none}.sc-ref-thumbs span:nth-child(4){background-image:none}

/* output card */
.sc-ref-output-stage{display:grid;grid-template-columns:1fr .92fr;gap:8px;height:194px}.sc-ref-preflight{display:grid;align-content:start;gap:7px;padding-top:4px}.sc-ref-preflight>span{display:flex;align-items:center;gap:7px;color:#d5e0e7;font-size:9px}.sc-ref-check{display:grid;place-items:center;width:15px;height:15px;border:1px solid rgba(96,157,191,.5);border-radius:3px;color:#d8e7ef;font-size:8px}.sc-ref-preflight-box{margin-top:3px;padding:7px;border:1px solid rgba(59,125,166,.3);border-radius:4px;background:#051522}.sc-ref-preflight-box small{display:block;color:#9db2c1;font-size:7px}.sc-ref-preflight-box b{display:block;margin-top:3px;color:var(--sc-ref-green);font-size:7px}.sc-ref-report-stack{position:relative;min-height:0}.sc-ref-paper{position:absolute;right:14px;top:10px;width:88px;height:128px;border-radius:2px;background:#f1f2ef;box-shadow:-7px 5px 0 #d2d6d5,-14px 10px 0 #acb4b5;transform:rotate(4deg)}.sc-ref-paper:before{content:"SURVEY CONTROL\A\ACONTROLERAPPORT";white-space:pre;position:absolute;left:7px;right:7px;top:8px;color:#15232b;font-size:6px;font-weight:900;line-height:1.35}.sc-ref-paper:after{content:"";position:absolute;left:9px;right:9px;top:39px;height:45px;border:1px solid #98a5a7;background:linear-gradient(135deg,#c5d0d1 1px,transparent 1px);background-size:8px 8px}.sc-ref-export-icons{position:absolute;left:3px;bottom:3px;display:flex;gap:8px;align-items:end}.sc-ref-export-icons span{display:grid;place-items:center;width:40px;height:52px;border:1px solid #a54343;border-radius:4px;background:#651313;color:#fff;font-size:8px;font-weight:900}.sc-ref-export-icons span:last-child{border-color:#5a6a75;background:#131c26}

/* integrity strip */
.sc-ref-integrity{padding:0 0 10px;background:#02101f}.sc-ref-integrity-box{display:grid;grid-template-columns:1.08fr repeat(3,1fr);gap:8px;min-height:108px;border:1px solid var(--sc-ref-line);border-radius:8px;background:linear-gradient(180deg,#06182a,#041320);overflow:hidden}.sc-ref-integrity-lead{padding:12px 18px}.sc-ref-integrity-lead .label{display:block;color:var(--sc-ref-cyan);font-size:9px;font-weight:900;letter-spacing:.12em}.sc-ref-integrity-lead h2{margin:4px 0 3px;font-size:20px;line-height:1.02}.sc-ref-integrity-lead p{margin:0;color:#8da6b8;font-size:8px;line-height:1.45}.sc-ref-integrity article{position:relative;overflow:hidden;margin:6px 0;padding:11px 13px;border-left:1px solid rgba(55,120,160,.26);background:linear-gradient(110deg,rgba(8,29,48,.64),rgba(4,17,31,.3))}.sc-ref-integrity article:after{content:"";position:absolute;right:7px;bottom:4px;width:118px;height:82px;background-position:center;background-size:contain;background-repeat:no-repeat;opacity:.72}.sc-ref-integrity article:nth-of-type(1):after{background-image:none}.sc-ref-integrity article:nth-of-type(2):after{background-image:none}.sc-ref-integrity article:nth-of-type(3):after{background-image:none}.sc-ref-integrity article strong{position:relative;z-index:2;color:var(--sc-ref-orange);font-size:9px;letter-spacing:.04em}.sc-ref-integrity article p{position:relative;z-index:2;max-width:150px;margin:7px 0 0;color:#a8bbc8;font-size:8px;line-height:1.5}

/* public footer */
.sc-ref-footer{border-top:1px solid rgba(50,116,158,.22);background:#010a17}.sc-ref-footer-in{display:grid;grid-template-columns:1.05fr 1fr 1fr 1fr 1.45fr;gap:28px;min-height:142px;padding:15px 0 9px}.sc-ref-footer h3{margin:0 0 5px;color:#38bee8;font-size:8px;letter-spacing:.06em}.sc-ref-footer a,.sc-ref-footer p{display:block;margin:3px 0;color:#8ca4b6;font-size:8px}.sc-ref-footer a:hover{color:#fff}.sc-ref-footer-brand{padding-left:13px}.sc-ref-footer-brand img{width:160px;height:40px;object-fit:contain;object-position:left center}.sc-ref-footer-brand p{max-width:190px;margin-top:7px;line-height:1.45}.sc-ref-footer-art{position:relative;min-height:100px}.sc-ref-footer-art:after{content:"";position:absolute;inset:24px 0 0;background:none right bottom/190px auto no-repeat;opacity:.72}.sc-ref-copy{grid-column:1/-1;margin-top:-4px;color:#546d80;font-size:7px}

/* Europe hero */
.sc-ref-eu-hero{position:relative;overflow:hidden;min-height:320px;border-bottom:1px solid rgba(48,113,154,.16);background:linear-gradient(90deg,#010b18 0%,#031327 48%,#021021 100%)}
.sc-ref-eu-hero:before{content:"";position:absolute;inset:0 0 0 41%;pointer-events:none;opacity:1;background-image:linear-gradient(rgba(36,200,244,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(36,200,244,.055) 1px,transparent 1px),linear-gradient(90deg,#010a17 0%,rgba(1,10,23,.2) 34%,rgba(1,10,23,.06) 78%,#010a17 100%);background-size:34px 34px,34px 34px,100% 100%;background-position:center}
.sc-ref-eu-hero:after{content:"";position:absolute;right:3%;top:8px;width:min(50vw,650px);height:300px;background:none center/contain no-repeat;opacity:1;mix-blend-mode:normal}
.sc-ref-eu-hero-in{position:relative;z-index:2;display:grid;grid-template-columns:48% 52%;min-height:320px;align-items:center}.sc-ref-eu-copy{max-width:590px;padding:32px 0 30px}.sc-ref-eu-copy h1{font-size:50px}.sc-ref-eu-copy>p{font-size:16px}.sc-ref-eu-copy .sc-ref-trust{margin-top:25px}.sc-ref-eu-copy .sc-ref-trust strong{font-size:10px}.sc-ref-eu-copy .sc-ref-trust span{font-size:9px}

/* Country cards */
.sc-ref-country-section{padding:0 0 13px;background:#02101f}.sc-ref-country-top,.sc-ref-country-bottom{display:grid;gap:10px}.sc-ref-country-top{grid-template-columns:repeat(3,1fr)}.sc-ref-country-bottom{grid-template-columns:repeat(4,1fr);margin-top:10px}.sc-ref-country-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--sc-ref-line);border-radius:9px;background:linear-gradient(180deg,#071b30,#041425)}.sc-ref-country-top .sc-ref-country-card{height:190px}.sc-ref-country-bottom .sc-ref-country-card{height:188px}.sc-ref-country-art{position:absolute;inset:0 auto 0 0;width:41%;overflow:hidden;border-right:1px solid rgba(56,120,161,.18);background-image:linear-gradient(rgba(36,200,244,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(36,200,244,.06) 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(22,140,255,.13),transparent 56%);background-size:24px 24px,24px 24px,100% 100%;background-color:#020d19;opacity:1}.sc-ref-country-art:before{content:attr(data-mark);position:absolute;left:16px;bottom:7px;color:transparent;-webkit-text-stroke:1px rgba(58,208,247,.28);font-size:55px;font-weight:900;letter-spacing:-.06em}.sc-ref-country-art:after{content:"";position:absolute;inset:9px 8px;opacity:1;mix-blend-mode:normal;background-repeat:no-repeat;background-position:center;background-size:contain}.sc-ref-country-art[data-mark="NL"]:after{background-image:none}.sc-ref-country-art[data-mark="EN"]:after{background-image:none}.sc-ref-country-art[data-mark="DE"]:after{background-image:none}.sc-ref-country-art[data-mark="FR"]:after{background-image:none}.sc-ref-country-art[data-mark="ES"]:after{background-image:none}.sc-ref-country-art[data-landmark="atomium"]:after{background-image:none}.sc-ref-country-art[data-landmark="townhall"]:after{background-image:none}.sc-ref-country-copy{position:absolute;inset:0 0 0 41%;display:flex;flex-direction:column;justify-content:center;padding:17px 18px}.sc-ref-country-tag{color:#ffb127;font-size:9px;font-weight:900;letter-spacing:.16em}.sc-ref-country-copy h2{margin:9px 0 7px;font-size:17px;line-height:1.2}.sc-ref-country-copy p{margin:0;color:#9db4c4;font-size:10px;line-height:1.45}.sc-ref-country-go{margin-top:auto;padding-top:8px;color:#ffb127;font-size:10px;font-weight:800}.sc-ref-country-go span{margin-left:8px;font-size:13px}.sc-ref-country-card:hover{border-color:var(--sc-ref-line-strong)}
.sc-ref-country-bottom .sc-ref-country-art{width:37%}.sc-ref-country-bottom .sc-ref-country-copy{left:37%;padding:15px}.sc-ref-country-bottom .sc-ref-country-copy h2{font-size:16px}.sc-ref-country-bottom .sc-ref-country-copy p{font-size:9px}

/* Europe footer safety box */
.sc-ref-security{display:flex;gap:10px;align-items:flex-start;margin-top:1px;padding:10px 12px;border:1px solid rgba(52,116,156,.28);border-radius:7px;background:#06182b}.sc-ref-security-icon{display:grid;place-items:center;flex:0 0 28px;width:28px;height:34px;color:var(--sc-ref-cyan);border:1px solid rgba(42,191,235,.56);border-radius:8px 8px 10px 10px;font-size:13px}.sc-ref-security strong{display:block;color:#f0f5f8;font-size:9px}.sc-ref-security p{margin:3px 0 0;font-size:7px}.sc-ref-security a{margin-top:5px;color:#ffb127;font-weight:750}

@media(max-width:1180px){
  .sc-ref-shell{width:min(var(--sc-ref-max),calc(100% - 34px))}.sc-ref-nav{gap:18px;font-size:12px}.sc-ref-home-hero:after,.sc-ref-eu-hero:after{right:4%}.sc-ref-country-copy h2{font-size:15px}
}
@media(max-width:900px){
  .sc-ref-header{height:64px}.sc-ref-header-in{height:64px}.sc-ref-nav{display:none}.sc-ref-mobile{display:block}.sc-ref-logo{flex-basis:180px}
  .sc-ref-home-hero,.sc-ref-home-hero-in,.sc-ref-eu-hero,.sc-ref-eu-hero-in{min-height:auto}.sc-ref-home-hero-in,.sc-ref-eu-hero-in{grid-template-columns:1fr}.sc-ref-home-copy,.sc-ref-eu-copy{max-width:none;padding:38px 0 185px}.sc-ref-home-hero:before,.sc-ref-eu-hero:before{inset:auto 0 0;height:210px}.sc-ref-home-hero:after,.sc-ref-eu-hero:after{top:auto;right:7%;bottom:-10px;width:300px;height:205px}.sc-ref-trust{max-width:none}
  .sc-ref-three{grid-template-columns:1fr}.sc-ref-machine-card{height:330px}.sc-ref-integrity-box{grid-template-columns:1fr 1fr}.sc-ref-integrity-lead{grid-column:1/-1}.sc-ref-integrity article:nth-of-type(1){border-left:0}
  .sc-ref-footer-in{grid-template-columns:1fr 1fr 1fr}.sc-ref-footer-art{grid-column:1/-1;min-height:70px}.sc-ref-copy{grid-column:1/-1}
  .sc-ref-country-top{grid-template-columns:1fr}.sc-ref-country-bottom{grid-template-columns:1fr 1fr}.sc-ref-country-top .sc-ref-country-card,.sc-ref-country-bottom .sc-ref-country-card{height:190px}
}
@media(max-width:560px){
  .sc-ref-shell{width:min(var(--sc-ref-max),calc(100% - 24px))}.sc-ref-logo img{width:164px}.sc-ref-home-copy,.sc-ref-eu-copy{padding:32px 0 170px}.sc-ref-home-copy h1{font-size:31px}.sc-ref-eu-copy h1{font-size:40px}.sc-ref-trust{grid-template-columns:1fr;gap:10px}.sc-ref-trust article+article{padding-left:0;border-left:0}.sc-ref-trust article{padding-right:0}.sc-ref-actions{flex-wrap:wrap}.sc-ref-button{min-height:36px}
  .sc-ref-integrity-box{grid-template-columns:1fr}.sc-ref-integrity-lead{grid-column:auto}.sc-ref-integrity article{margin:0 8px;padding:10px;border-left:0;border-top:1px solid rgba(55,120,160,.26)}
  .sc-ref-footer-in{grid-template-columns:1fr 1fr;gap:18px}.sc-ref-footer-brand{padding-left:0}.sc-ref-country-bottom{grid-template-columns:1fr}.sc-ref-country-art,.sc-ref-country-bottom .sc-ref-country-art{width:38%}.sc-ref-country-copy,.sc-ref-country-bottom .sc-ref-country-copy{left:38%}.sc-ref-country-copy h2,.sc-ref-country-bottom .sc-ref-country-copy h2{font-size:15px}
}
