/*------------------------------------------------*/
/*---OOH PROJECTATONS DETAIL PAGE - 24-04-2024---*/
/*----------------------------------------------*/ 

#main-content p:empty { display: none;}
.mb-0 { margin-bottom:0;}

/*---INTRODUCTION---*/
#introduction { }

/*reboot*/ 
#introduction .container .cols { margin:0;}
#introduction .container .cols .col-10 { padding:0;}

#introduction .cols { justify-content: center;}
#introduction p.lead { margin-bottom:40px;}
#introduction .information-illu {margin-bottom:0; }
#introduction img {  max-width: 100%; height: auto; border-radius: 12px;}

/*---INFORMATION---*/
#information { margin-top:-9rem; padding-top:9rem; padding-bottom:18rem; background-color: #F3F4F7;}

/*reboot*/ 
#information .container .cols { margin:0;}
#information .container .cols .col-10 { padding:0;}

#information .cols { justify-content: center;}

@media screen and (min-width: 769px) {
  #information { margin-top:-18rem; padding-top:18rem;}
}

/*---BOX CTA REPORT---*/
#box-cta-report { margin-top:-12rem; padding-top:0; position:relative;}
#box-cta-report .projectathon-box { padding:1.5rem; background-color: #00284A; border-radius:20px;}
#box-cta-report .container .cols { margin-bottom:-1rem;}
#box-cta-report .projectathon-box-col-illu { margin-bottom:1rem;}
#box-cta-report .projectathon-box-col-illu img { width: 120px; height:auto;}
#box-cta-report h3, #box-cta-report p { color: white;}
#box-cta-report p.p-opacity { opacity: 0.75}
#box-cta-report p:last-of-type { margin-bottom:0;}
/*hack - remove empty p from confluence*/
#box-cta-report .container > p:first-child, #box-cta-events .container > p:last-child { display: none; border:1px solid green;}

@media screen and (min-width: 769px) {
 #box-cta-report .projectathon-box { padding:2.5rem;}
 #box-cta-report .projectathon-box-cols { display: flex; align-items: center;}
 #box-cta-report .projectathon-box-col-illu { margin-bottom:0; padding:0 3rem 0 0}
}

@media screen and (min-width: 1366px) {
 #box-cta-report .projectathon-box { padding:5rem;}
}

/*---GALLERY---*/
#gallery { position: relative; z-index: 2; padding-top:0; padding-bottom:0;}

/*reboot*/ 
#gallery .container .cols { margin:0;}
#gallery .container .cols .col-10 { padding:0;}

#gallery .container .cols > div p:first-child, #gallery .container .cols > div p:last-child { display: none;}
#gallery .cols { justify-content: center;}
.wiki-content .gallery-p { margin:0 0 2rem 0;}
.wiki-content .gallery-cta { margin:2rem 0 0 0;}

.gallery { margin: 0 -5px!important; width:100%;}
.gallery table { width:100%;}
.gallery table td { width:20%;}
.gallery table td img { margin: 0 !important; padding: 5px; width: 100%; max-width: 400px; height: auto; border-radius: 16px;}
.gallery table td img:hover { cursor: pointer;}

/*---AGENDA BOX---*/
.agenda-content-box { position: relative; padding:80px; background-color:#00284A; border-radius:60px;}
.agenda-content-box:nth-child(1) { margin-bottom:80px;}
.agenda-content-box:nth-child(2) { margin-top:40px;}
.agenda-content-box > p:first-child { display:none; border:1px solid red;}

@media screen and (max-width: 768px) {
  .agenda-content-box { padding:20px; border-radius:20px;}
}

.agenda-content-box h2 { margin-bottom:40px; color: #FFF;}

.agenda-hour-cols { display: flex;}
.agenda-hour-col:nth-child(1) { padding:1rem 0; width: 25%; font-family: Source Sans Pro SB;}
.agenda-hour-col:nth-child(2) { padding:1rem 0; width: 75%; border-bottom: 1px dashed rgba(255, 255, 255, 0.25);}
.agenda-hour li:last-child .agenda-hour-cols  .agenda-hour-col:nth-child(2) { border-bottom:none;}

@media screen and (min-width: 769px) {
	.agenda-cols { display: flex;}
	.agenda-col:nth-child(1) { width: 30%;}
	.agenda-col:nth-child(2) { width: 70%}
}

/*hour*/
.agenda-hour { margin: 0; padding:0;}
.agenda-hour li { list-style: none;}
.agenda-hour li:first-child { padding-top:0;}
.agenda-hour li:last-child { padding-bottom:0; border-bottom: 1px dashed transparent;}
.agenda-hour li .agenda-hour-col:nth-child(1) {color: #FFF;}
.agenda-hour li .agenda-hour-col:nth-child(2) {color: rgba(255, 255, 255, 0.75);}

/*ico-location*/
.location { display: inline-flex; flex-direction: row; align-items: center; gap: 6px;}
.location span:nth-child(1) { display: inline-block; width: 16px; height: 16px;}
.location.room-1 span:nth-child(1) { background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/716149200/ico-room-1.svg") no-repeat center;}
.location.room-1 span:nth-child(2) { color:#FBC11D;}
.location.room-2 span:nth-child(1) { background: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/716149200/ico-room-2.svg") no-repeat center;}
.location.room-2 span:nth-child(2) { color:#EC8FFF;}

/*add illu*/
.illu-projectathon-agenda { position: absolute; bottom: -65px; right: 50px;}
.illu-projectathon-agenda img {width: 90px;}

@media screen and (min-width: 769px) {
  .illu-projectathon-agenda { bottom: -110px; right: 100px;}
  .illu-projectathon-agenda img {width: 180px;}
}

/*macro expand*/
.expand-container { margin:0; padding:0; border-bottom: 1px solid rgba(255, 255, 255, 0.12);}
.expand-container:last-child { border-bottom: 1px solid transparent;}
.expand-container .aui-icon::before { font-size: 20px !important; color: #FFF;}
.expand-container [aria-expanded="true"] .aui-iconfont-chevron-down { transform: rotate(180deg);}
.expand-container [aria-expanded="false"] .aui-iconfont-chevron-right { transform: rotate(90deg);}
.expand-control { display: flex; align-items: center;  margin-bottom:0; padding:40px 0;}
.expand-control button { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items:end; gap: 24px; width:100%;}
.expand-control button.aui-button.aui-button-link { color: transparent;}
.expand-control button span:nth-child(1) {}
.expand-control button span:nth-child(2) { text-align: left;}
.expand-control-text {width: 100%; font-size: 20px; color: #FFF;}
.expand-content { margin:0; padding: 0; color: #5E748E;}

@media screen and (max-width: 768px) {
  .expand-control-text { font-size: 16px;}
}
<div class="cols">
<div class="col-10">

<p><a class="link-cta primary before" href="https://ec.europa.eu/digital-building-blocks/sites/display/OOTS/Events+calendar"><span>Back to the events calendar</span></a></p>
<h1>Europe goes Once-Only - Finland edition</h1>
<p class="lead">Intensifying the ongoing work to onboard national Competent Authorities to the Once-Only Technical System.</p>
<p><span class="badge neutral">Past event</span></p>
<p class="information-illu"><img aria-hidden="true" alt="" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/762151088/illu-introduction-finland-24-10-2024.jpg"></p>

</div>
</div>
<div class="cols">
<div class="col-10">

<p>This event intensified the ongoing work to onboard national Competent Authorities to the Once-Only Technical System. This event consisted of expert presentations with examples of progress of Once-Only in the Nordic/Baltic region and best practices in onboarding competent authorities.</p>
<p style="margin-bottom:0;">Dedicated workshops provided by national experts and Commission representatives looked at how to make connecting to the OOTS as easy as possible for Competent Authorities. These sessions helped to clarify what evidence and data should be exchanged in order for users to complete the procedures covered by the OOTS. Discussions contributed to ongoing work in specific priority domains (population, education, vehicles, businesses).</p>
<br>
<p>This event was organised by the Finnish KEHA-Centre with the support of the Commission.</p>

<div style="display:none;">
<h2>Video</h2>
<p class="gallery-p">Discover how this Projectathon helped Member States prepare for the OOTS launch.</p>
<div class="video-container-iframe">
<iframe src="https://europa.eu/webtools/crs/iframe/?oriurl=https%3A%2F%2Fwww.youtube.com%2fembed%2f5SdH0s57VNY" allowfullscreen="" width="100%" height="315" frameborder="0"></iframe>
</div>
</div>

</div>
</div>
<div class="cols justify-content-center">

<div class="col-7">
<div class="projectathon-box">
<div class="projectathon-box-cols">

<div class="projectathon-box-col-illu">
<img aria-hidden="true" alt="" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-projectathon-report.png">  
</div>

<div class="projectathon-box-col-content">
<h3 class="h5">Europe goes Once-Only - Finland edition event summary</h3>
<p class="p-opacity">This report summarises key results from the event that took place from 8-9 October 2024.</p>
<!--<p><span class="badge warning">Coming soon</span></p>-->
<p><a class="btn primary-negative" target="_blank" href="https://ec.europa.eu/digital-building-blocks/wikis/display/OOTSICS/8-9+October+2024+%7C+Europe+goes+Once-Only+-+Finland+edition" onclick="_paq.push(['trackEvent','conversion','oots-event-finland-8-9-october','button-download-report'])"><span>Download the Report</span><span class="ico-download"></span></a></p>
<p class="p-opacity">(access restricted to OOTS implementers)</p>
</div>

</div>
</div>
</div>

</div>
<h2>Gallery</h2>
<p class="gallery-p">Experience the event in its entirety and relive every moment with our gallery.</p>

<h2 class="h3">Agenda</h2>
<p class="illu-projectathon-agenda"><img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/645595199/illu-projectathon-agenda.png"></p>
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col"></div>
<div class="agenda-hour-col"><span class="location room-1"><span></span><span>Hotel Mestari, Fredrikinkatu 51-53, 00100 Helsinki</span></span></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">11:00 - 12:00</div>
<div class="agenda-hour-col"><strong>Registration and lunch</strong>
<br><span class="location room-1"><span></span><span>Restaurant Maestro 51</span></span>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12:00 - 12:10</div>
<div class="agenda-hour-col"><strong>Welcome!</strong>
<br><i>Jarmo Kovero, Director, Keha-Centre, Finland</i>
<br><i>Thomas Fillis, European Commission (EXT)</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12:10 - 12:40</div>
<div class="agenda-hour-col"><strong>Opening remarks and welcome</strong>
<br><i>Amaryllis Verhoeven, Director, DG GROW, European Commission</i>
<br><i>Dan Koivulaakso, Head of Department for Growth and Climate, Nordic Council of Ministers </i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12:40 - 13:20</div>
<div class="agenda-hour-col"><strong>Keynote speakers:</strong><br><br>
<strong>12:40 - Towards a well-functioning Single Market through digitalisation</strong><br>
<i>Liisa Huhtala, Head of Single Market and Business law Unit, Ministry of economic affairs and employment, Finland</i><br><br>
<strong>13:00 - Easier procedures for citizens, businesses and Competent Authorities</strong><br>
<i>Alexis Lubow, Policy & Legal Officer, DG GROW, European Commission</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13:20 - 13:35</div>
<div class="agenda-hour-col"><strong>​Introduction to workshops: How to make implementation of OOTS easier for Data Requesters and Data Providers</strong><br>
<i>Nils Mc Grath, European Commission (EXT)</i>
</div>
</div>
</li>
<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">13:35 - 14:00</div>
<div class="agenda-hour-col"><strong>​Coffee</strong></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">14:00 - 16:30</div>
<div class="agenda-hour-col">
<span class="badge warning">Parallel Workshops</span>
<br><br><strong>​Competent authority track</strong>
<br><br><strong>1. Introduction to the Once-Only Technical System for Competent Authorities</strong>
<br>In this session, the European Commission will present the vision and benefits of the OOTS. Participants will then be divided into groups to discuss key implementation challenges and brainstorm potential solutions.
<br><br><strong>- Break -</strong>
<br><br><strong>2. Defining next steps towards exchange evidence</strong>
<br>In this session, the Commission will present the evidence mapping process. Then participants will be matched up to discuss the evidence they will exchange through the OOTS and will have the opportunity to start to outline a plan to test together at a future OOTS testing event. 
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">14:00 - 16:30</div>
<div class="agenda-hour-col">
<span class="badge warning">Parallel Workshops</span>
<br><br><strong>SDG Coordinators track</strong>
<br><br><strong>1. Technical testing and support</strong>
<br>Support for implementation and testing: What is in place and what is missing.
<br><br><strong>- Break -</strong>
<br><br><strong>2. The Commission will organise a round table for coordinators of work on the OOTS to discuss various topics including best practices for engaging competent authorities</strong>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">16:30</div>
<div class="agenda-hour-col"><strong>​Closing remarks</strong><br>
<i>Jarmo Kovero, Director, Keha-Centre, Finland</i><br>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">18:00 - 21:00</div>
<div class="agenda-hour-col"><strong>​Social Event</strong>
</div>
</div>
</li>

</ul>
<ul class="agenda-hour">

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col"></div>
<div class="agenda-hour-col"><span class="location room-1"><span></span><span>Hotel Mestari, Fredrikinkatu 51-53, 00100 Helsinki</span></span></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">08:30 - 09:00</div>
<div class="agenda-hour-col"><strong>Registration and Coffee</strong></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:00 - 09:05</div>
<div class="agenda-hour-col"><strong>Welcome</strong></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:05 - 09:20</div>
<div class="agenda-hour-col"><strong>Summary of workshops from Day 1</strong></div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">09:20 - 10:00</div>
<div class="agenda-hour-col"><strong>Panel: Where are we in terms of OOTS development and what benefits does it bring to the Competent Authorities</strong>
<br><br>
<i>Linda Lejiete, Latvia
<br>Kulliki Lugenberg, Estonia
<br>Eglė Šimukėnaitė, Lithuania
<br>Elna Fredriksson, Sweden
<br>Kirsi Mikkonen, Finland
</i>
<br><br><strong>Presenter</strong>
<br><i>Thomas Fillis, European Commission (EXT)</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">10:00 - 10:40</div>
<div class="agenda-hour-col"><strong>Best practices in OOTS implementation</strong>
<br><br><strong>10:00 - Implementing Study benefits to OOTS</strong>
<br><i>Casper Von Nandelstadh, Senior Advisor Social Insurance Institution of Finland, KELA, Finland</i>
<br><br><strong>10:20 - Implementing population data to OOTS</strong>
<br><i>Torbjörn Sandell, Senior Specialist, Legal Digital and Population Data Services Agency, DVV, Finland</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">10:40 - 11:10</div>
<div class="agenda-hour-col"><strong>Networking and coffee</strong><br>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">11:10 - 12:10</div>
<div class="agenda-hour-col"><strong>Best practices in OOTS implementation</strong>
<br><br><strong>11:10 - Experience of the Population Register</strong>
<br><i>Margit Aus, Business Analyst Ministry of the Interior (the Population Register), Estonia</i>
<br><br><strong>11:30 - Developing the National OOTS in Lithuania: Implementation Insights</strong>
<br><i>Žydrūnas Nevardauskas, Advisor, State Digital Solution Agency, Lithuania</i>
<br><i>Eglė Šimukėnaite, Advisor, State Digital Solutions Agency, Lithuania</i>
<br><i>Ainis Pumputis, Team Lead of the Development Team Asserte, Lt, Lithuania</i>
<br><br><strong>11:50 - Unified Data Management: The power of centralised IT solution</strong>
<br><i>Pēteris Trokša, System and business process analyst, State Digital Development Agency, Latvia</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12:10 - 12:30</div>
<div class="agenda-hour-col"><strong>Closing remarks</strong>
<br><i>Jarmo Kovero, Director, Keha-Centre, Finland</i>
</div>
</div>
</li>

<li>
<div class="agenda-hour-cols">
<div class="agenda-hour-col">12:30</div>
<div class="agenda-hour-col"><strong>​Lunch and goodbye!</strong>
<br><span class="location room-1"><span></span><span>Restaurant Maestro 51</span></span>
</div>
</div>
</li>

</ul>