/*--- REBOOT BACKGROUND ---*/
body { background-color: #1F1C1C;}
#full-height-container { background-color: transparent !important;}
#main {background-color: transparent !important;}

/*--- SPECIFIC CLASSES ---*/
@media screen and (min-width: 1366px) { 
  .break-for-desktop { display: block;}
}

/*--- SECTION INTRODUCTION ---*/
/*---------------------------*/
#introduction { padding-top:250px;}
#introduction h1 { color: rgba(255, 255, 255, 0.9);}
#introduction h2 { margin-bottom:0; font-family: 'source_sans_proregular', arial,sans-serif;}

/*--- SECTION SPEAKERS ---*/
/*-----------------------*/
#speakers { padding-top:0;}
.speakers { display:flex; flex-direction: row; flex-wrap: wrap; gap:2%;}

.speaker { margin-top:40px;}

.speaker-picture { position:relative; line-height:0;}
.speaker-picture img { width: 100%; height: auto;}
.speaker-picture a { position: absolute; bottom: 0; left: 0; height:60px; width: 60px; display: block; background-color: #CCFF00; 
background: #CCFF00 url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/ico-add.svg") no-repeat center center;}
.speaker-picture a:hover { background-color: white;}

.speaker-name { margin-top:40px; font-family: 'source_sans_prosemibold', arial,sans-serif; font-size: 20px; line-height: 24px; text-transform: uppercase;}
.speaker-title { font-size: 16px; line-height:24px;}

@media screen and (max-width: 767px) {
  .speaker { width:49%;}
}

@media screen and (min-width: 768px) {
  .speaker { width:32%; }
}

/*--- SECTION MODERATOR ---*/
/*------------------------*/
#moderator { padding-top:0;}
#moderator .cols { justify-content: center;}
#moderator [class*="col-"] { position:relative; padding:80px;}
#moderator [class*="col-"] h2, #moderator .moderator { position:relative; z-index: 2;}
#moderator [class*="col-"] h2 { text-align: center;}
.moderator { margin:0 auto; width: 200px;}
.moderator img.moderator-picture { width: 200px;}
.moderator p.moderator-name { margin-top:40px; font-family: 'source_sans_prosemibold', arial,sans-serif; font-size: 20px; line-height: 24px; text-transform: uppercase;}
.moderator p.moderator-title { font-size: 16px; line-height:24px;}
#moderator [class*="col-"] img { z-index: 1;}
.illu-moderator-card-top-left { position: absolute; top: -40px; left: -40px;}
.illu-moderator-card-top-right { position: absolute; top: -40px; right: -40px;}
.illu-moderator-card-bottom-right { position: absolute; bottom: -40px; right: -40px;}
.illu-moderator-card-bottom-left { position: absolute; bottom: -40px; left: -40px;}  

/*--- SECTION INTERESTED ---*/
/*-------------------------*/
#interested { padding-top:0;} 
#interested .btn-cta { margin-top:40px;}
/*
#interested .btn { opacity: 0.4 !important; text-decoration:none; cursor: no-drop;}
#interested .btn:hover, 
#interested .btn:active { background: #CCFF00;}
#interested .btn:hover span.ico-cta-forward { transform: translateX(5px);}
#interested .btn:focus { outline-color: transparent;}
*/

/*--- MODAL ---*/
/*------------*/    
.modal { z-index: 52; position: fixed; display: none; left: 0; top: 0; width: 100%; height: 100%;
overflow: auto; /* Enable scroll if needed */ background-color: rgba(0,0,0,0.4);}

.modal-container { display: flex; align-items: center; height: 100%;}

.modal-content { position:relative; margin: auto; width: 80%; background-color: #0044CD;}
.modal-content-header h2 { margin-bottom:12px; color: #CCFF00;}
.modal-content-header h3 { font-family: 'source_sans_proregular', arial,sans-serif;}
.modal-content-header img { width: 100%; max-width: 180px; height: auto;}
.modal-content-body { margin-top:24px;}

.modal-close { position: absolute; top: 0; right: 0; height:60px; width: 60px; display: block; background-color: #CCFF00;
background: #CCFF00 url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/ico-close.svg") no-repeat center center;}
.modal-close:hover { background-color: white;}

@media screen and (max-width: 767px) {
  .modal-content { padding: 64px 24px; width: 90%;}
  .modal-content-header { display: flex; flex-direction:column; gap: 40px;}
  .modal-content-header h2 { font-size:32px}
  .modal-content-header h3 { font-size:20px}
  .modal-content-body { font-size:14px;}
}
    
@media screen and (min-width: 768px) {
  .modal-content { padding: 64px; width: 75%;}
  .modal-content-header { display: flex; align-items:center; align-self: stretch; gap: 40px;}
}

@media screen and (min-width: 1366px) {
  .modal-content { width: 50%;}
  .modal-content-body { font-size:20px;}
}
<h1>Our speakers</h1>
<h2>Get inspired by our experts.</h2>
<p>Meet the confirmed speakers who will bring compelling subjects to the table.</p>

<div class="speakers">

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Thierry Breton" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-thierry-breton-btn.png"> 
<a aria-label="Open modal - Thierry Breton's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Thierry Breton</p>
<p class="speaker-title">European Commissioner for Internal Market</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Mathieu Michel" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-mathieu-michel-btn.png"> 
<a aria-label="Open modal - Mathieu Michel's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a> 
</div>
<p class="speaker-name">Mathieu Michel</p>
<p class="speaker-title">Secretary of State for Digitalisation, Administrative Simplification, Privacy Protection and the Buildings Agency</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Veronica Gaffey" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-veronica-gaffey-btn.png">
<a aria-label="Open modal - Veronica Gaffey's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Veronica Gaffey</p>
<p class="speaker-title">Director-General for Digital Services (DIGIT)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Maive Rute" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-maive-rute-btn.png">
<a aria-label="Open modal - Maive Rute's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Maive Rute</p>
<p class="speaker-title">Deputy Director-General & Chief Standardisation Officer, European Commission Directorate-General for Internal Market, Industry, Entrepreneurship and SMEs (GROW)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Pilar del Castillo Vera" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-pilar-del-castillo-vera-btn.png">
<a aria-label="Open modal - Pilar del Castillo Vera's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Pilar del Castillo Vera</p>
<p class="speaker-title">Member of the European Parliament (MEP) - Group of the European People's Party (Christian Democrats)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Jack Hamande" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-jack-hamande-btn.png">
<a aria-label="Open modal - Jack Hamande's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Jack Hamande</p>
<p class="speaker-title">Director-General Simplification & Digital Transformation - Belgian Federal Public Service Policy and Support (BOSA)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Amaryllis Verhoeven" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-amaryllis-verhoeven-btn.png">
<a aria-label="Open modal - Amaryllis Verhoeven's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Amaryllis Verhoeven</p>
<p class="speaker-title">Acting Director for Tourism, Textiles, Digital Transformation of Industry, and Social Economy (DG GROW)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Natalia Aristimuño Perez" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-natalia-aristtimuno-perez-btn.png">
<a aria-label="Open modal - Natalia Aristimuño Perez's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Natalia Aristimuño Perez</p>
<p class="speaker-title">Director for Digital Enablers & Innovation (DIGIT)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Monique Goyens" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-monique-goyens-btn.png">
<a aria-label="Open modal - Monique Goyens's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Monique Goyens</p>
<p class="speaker-title">Director General for The European Consumer Organisation (BEUC)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Sandra Särav" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-sandra-sarav-btn.png">
<a aria-label="Open modal - Sandra Särav's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Sandra Särav</p>
<p class="speaker-title">Deputy Secretary General for Economy and Innovation - Ministry of Economic Affairs & Communications of Estonia</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Tomislav Sokol" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-tomislav-sokol-btn.png">
<a aria-label="Open modal - Tomislav Sokol's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Tomislav Sokol</p>
<p class="speaker-title">Member of the European Parliament (MEP) - Group of the European People's Party (Christian Democrats)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Wolfgang Ebner" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-wolfgang-ebner-btn.png">
<a aria-label="Open modal - Wolfgang Ebner's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Wolfgang Ebner</p>
<p class="speaker-title">Director of the Directorate „Digitalization and E-Government” of the Austrian Ministry for Finance; President of the Austrian Center for information security.</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Friederike Dahns" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-friederike-dahn-btn.png">
<a aria-label="Open modal - Friederike Dahns's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Friederike Dahns</p>
<p class="speaker-title">Deputy Director of Digital Administration in the Federal Ministry of the Interior in Berlin, Germany</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Anna Cavazzini" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-anna-cavazzini-btn.png">
<a aria-label="Open modal - Anna Cavazzini's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Anna Cavazzini</p>
<p class="speaker-title">Member of the European Parliament (MEP), Group of the Greens/European Free Alliance, Chair of the Committee on the Internal Market and Consumer Protection (IMCO)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Mark Vermeer" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-mark-vermeer-btn.png">
<a aria-label="Open modal - Mark Vermeer's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Mark Vermeer</p>
<p class="speaker-title">Director of Digital Government, Ministry of the Interior and Kingdom Relations, the Netherlands</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Christelle Delberghe" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-christelle-delberghe-btn.png">
<a aria-label="Open modal - Christelle Delberghe's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Christelle Delberghe</p>
<p class="speaker-title">Director General of EuroCommerce</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Véronique Willems" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-veronique-willems-btn.png">
<a aria-label="Open modal - Véronique Willems's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Véronique Willems</p>
<p class="speaker-title">Secretary General of SMEunited</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Jacques Pelkmans" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-jacques-pelkmans-btn.png">
<a aria-label="Open modal - Jacques Pelkmans's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Jacques Pelkmans</p>
<p class="speaker-title">Associate Senior Research Fellow at CEPS</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Philippe Duponteil" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-philippe-duponteil-btn.png">
<a aria-label="Open modal - Philippe Duponteil's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Philippe Duponteil</p>
<p class="speaker-title">Director for Digital delivery of Customs and Taxation Policies (DG TAXUD)</p>
</div>
<!--- /SPEAKER --->

<!--- SPEAKER --->
<div class="speaker">
<div class="speaker-picture">
<img alt="Joachim De Vos" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-joachim-de-vos-btn.png">
<a aria-label="Open modal - Joachim De Vos's biography" class="speaker-picture-btn myBtn_multi" tabindex="0" href="#"></a>
</div>
<p class="speaker-name">Joachim De Vos</p>
<p class="speaker-title">Co-Chairman Living Tomorrow - Founder Tomorrow Lab</p>
</div>
<!--- /SPEAKER --->

</div> 
<div class="col-7">
<h2>Moderated by</h2>
<div class="moderator">
<img class="moderator-picture" alt="Moderator Jennifer Baker" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/moderator-jennifer-baker.png">
<p class="moderator-name">JENNIFER BAKER<p>
<!--<p class="moderator-title">European Commission</p>-->
</div>
<img alt="" aria-hidden="true" class="illu-moderator-card-top-left" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/illu-introduction-card-top-left.svg">
<img alt="" aria-hidden="true" class="illu-moderator-card-top-right" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/illu-introduction-card-top-right.svg">
<img alt="" aria-hidden="true" class="illu-moderator-card-bottom-right" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/illu-introduction-card-bottom-right.svg">
<img alt="" aria-hidden="true" class="illu-moderator-card-bottom-left" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/illu-introduction-card-bottom-left.svg"> 
</div>
<h2>Thank you for joining, <span class="break-for-desktop">share your feedback!</span></h2> 
<p>Thank you to all the participants who joined the event and made it unique. We hope you enjoyed it.<br> 
Please share your feedback with us so we can improve the event for the next Single Digital Gateway celebration.</p>
<p class="btn-cta"><a target="_blank" class="btn primary" href="https://ec.europa.eu/eusurvey/runner/72e3d7c6-18b1-05fd-dbe4-54394c4a8c06" onclick="_paq.push(['trackEvent','conversion','sdg-event-19-03-2024-agenda','claim-your-seat'])"><span>Take the survey</span><span class="ico-cta-forward"></span></a></p>

<!--
<p class="btn-cta"><a aria-disabled="true" tabindex="-1" class="btn primary"><span>Fully booked</span></a></p>
-->
<!-- MODAL SPEAKER 1 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-thierry-breton.png">
<div>
<h2>Thierry Breton</h2>
<h3>European Commissioner for Internal Market</h3>
</div>
</div>

<div class="modal-content-body">
<p>Thierry Breton has been the European Commissioner for the Internal Market since 2019. He is responsible for industry, digital, defence and space, as well as tourism, services and audio-visual. From 2009 to 2019 Mr Breton was CEO of a major European digital technology company, chairing in parallel the French National Research and Technology Association. In 2008-2009, he taught governance in Boston, USA, at Harvard Business School. In 2005, he was appointed Minister for Economic Affairs, Finance and Industry of France, a post which he held until 2007. Prior to this, he ran a number of large companies in the IT and telco sector. An engineer in computer science, Thierry Breton began his career as a tech entrepreneur.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 1 -->  

<!-- MODAL SPEAKER 2 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-mathieu-michel.png">
<div>
<h2>Mathieu Michel</h2>
<h3>Secretary of State for Digitalisation, Administrative Simplification, Privacy Protection and the Buildings Agency</h3>
</div>
</div>

<div class="modal-content-body">
<p>Since October 2020, Mathieu Michel has been State Secretary for Digitalization, in charge of Administrative Simplification, Privacy and the Buildings Administration. Previously, he held the position of President of the Provincial College of Walloon Brabant for 8 years, from 2012 to 2020. He was in charge of heritage management and digitalization. Together with the Walloon Brabant Property Development Agency, he was responsible for the development of new large-scale 'New Place of Working' (NPOW) projects. And, in terms of digital technology, Mathieu Michel has worked on the digitalization of the entire territory, turning the 27 communes of Walloon Brabant into true "smart cities". It is also with the objective to further digitize the provincial schools that they have been fully equipped with the latest computer equipment. Artificial intelligence is one of his priorities in this area. His objective is to mark Belgium's position as a European leader in the field of AI, particularly in the field of health and energy. He is keen to demystify the use of new technologies and advocates for transparency as an essential component of technological innovation and the algorithms on which it is based. Responsible for Privacy, Mathieu Michel has taken the initiative to evaluate the Belgian Privacy Act. His ambition is to strengthen the protection of our data and the fight against harmful content.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 2 -->

<!-- MODAL SPEAKER 4 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-veronica-gaffey.png">
<div>
<h2>Veronica Gaffey</h2>
<h3>Director-General for Digital Services (DIGIT)</h3>
</div>
</div>

<div class="modal-content-body">
<p>The European Commission nominated Veronica Gaffey Director-General for Digital Services (DIGIT) from 1st March 2022. This is the Commission department, which delivers high performing digital services to support the Commission’s internal administration. It also provides services to other EU institutions and agencies, and to public authorities in the Member States to enhance their interoperability. From 2019 to 2022 Veronica was Chair of the independent Regulatory Scrutiny Board. This Board, which is independent of the Commission services and has no policy-making responsibilities, examines the evidence base of all impact assessments for new policy proposals and most evaluations. Veronica was Director of the Paymaster’s Office of the Commission from 2016 to 2019 and before that was Director of Resources in the Directorate General for Regional and Urban Policy in July 2015. Veronica Gaffey worked in the area of evaluation for 23 years of her career. She was Head of Evaluation in the Directorate General for Regional and Urban Policy of the European Commission from 2007 to 2015. She joined the Evaluation Unit in 2000 from the ESF Evaluation Unit based in the Ministry for Enterprise and Employment in Dublin, Ireland. There she managed the unit from its inception in 1992. Before that, she worked in the Ministry for Labour from 1986. Her academic background is the study of English literature. </p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 4 -->  

<!-- MODAL SPEAKER 5 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-maive-rute.png">
<div>
<h2>Maive Rute</h2>
<h3>Deputy Director-General & Chief Standardisation Officer, European Commission Directorate-General for Internal Market, Industry, Entrepreneurship and SMEs (GROW)</h3>
</div>
</div>

<div class="modal-content-body">
<p>As Deputy Director-General in the European Union’s industry department, Maive Rute focusses on green transition of industries, resilience of supply chains, availability of critical raw materials and promotion of investments. In June 2022, European Commission nominated her the first ever Chief Standardisation Officer. She is also member in the Horizon Europe research framework programme steering committee and supervises the Enterprise Europe Network as well as the European Clusters work.<br> Between 2005 – 2019, Maive Rute served as Director for Entrepreneurship and SMEs, and as Director and Deputy Director-General in the research and innovation field of the European Commission. She has previously worked as Deputy Governor of the central bank of Estonia and CEO of KredEx, the Estonian business and export financing body.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 5 -->  

<!-- MODAL SPEAKER 6 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-pilar-del-castillo-vera.png">
<div>
<h2>Pilar del Castillo Vera</h2>
<h3>Member of the European Parliament (MEP) - Group of the European People's Party (Christian Democrats)</h3>
</div>
</div>

<div class="modal-content-body">
<p>Pilar del Castillo is a Spanish politician. She is former Minister of Education and Culture (2000/2004) and Executive President of the Centre for Sociological Research (CIS) (1996/2000). Del Castillo is Full Professor in Political Science and Administration. She is currently Member of the European Parliament at the Committee on Industry, Digital, and Energy (ITRE), Chair of the European Internet Forum (EIF) and  Vice President of the European Energy Forum. Del Castillo is Member of the Transatlantic Policy Network and Member of the European Parliament Special Committee on Artificial Intelligence in a Digital Age. She is the President of the Delegation for relations with the countries of the Andean Community.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 6 -->

<!-- MODAL SPEAKER 7 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-jack-hamande.png">
<div>
<h2>Jack Hamande</h2>
<h3>Director-General Simplification & Digital Transformation - Belgian Federal Public Service Policy and Support (BOSA)</h3>
</div>
</div>

<div class="modal-content-body">
<p>After obtaining his master in Organizational Psychology (ULB) and an additional degree in management, Jack Hamande acquired sound experience in international business management first at Buena Vista International (Disney Corporation), AT&T and then at Verizon Business (WorldCom). His managerial responsibilities have grown and increased over the years, especially as regards strategy, regulation, engineering and business development. In 2007, Jack Hamande joined Cisco as Manager Sales & Marketing particularly focusing on the new technologies. Two years later he took his career in a new direction by joining the public sector as Director General for personnel and organization development at the FPS Personnel & Organization. He initiated there several programs applying to the whole Belgian federal public service in areas such as efficiency, customer orientation, leadership development, performance management, NWOW and culture change. Before joining the Institute he was appointed as Director Group Public Affairs at Belgacom.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 7 -->

<!-- MODAL SPEAKER 8 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-amaryllis-verhoeven.png">
<div>
<h2>Amaryllis Verhoeven</h2>
<h3>Acting Director for Tourism, Textiles, Digital Transformation of Industry, and Social Economy (DG GROW)</h3>
</div>
</div>

<div class="modal-content-body">
<p>Dr. Amaryllis Verhoeven is Head of Unit for Digital Transformation of Industry in the Directorate General (DG) for Internal Market, Industry, Entrepreneurship and SMEs (DG GROW) at the European Commission. Before her current position, Dr. Verhoeven held different functions in the European Commission related to Intellectual Property, Single Market and Energy files. She has also worked as an attorney with Cleary, Gottlieb, Steen & Hamilton. Dr. Verhoeven holds a Ph.D. in Law and Political Philosophy from the University of Leuven, where she is also lecturing on a regular basis.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 8 -->

<!-- MODAL SPEAKER 9 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-natalia-aristimuno-perez.png">
<div>
<h2>Natalia Aristimuño Perez</h2>
<h3>Director for Digital Enablers & Innovation (DIGIT)</h3>
</div>
</div>

<div class="modal-content-body">
<p>Natalia Aristimuño Pérez is the Director for Digital Enablers & Innovation at DIGIT, European Commission. Before she has been the head of the unit delivering solutions on human resources, decision making, document management and knowledge management domains. Since she joined the European Commission in the year 2000, she has always been involved in providing solutions allowing making users’ life easier and the institution more efficient. She has an IT background, graduated in Deusto University (Bilbao, Spain) and has a deep knowledge of the business domains she works with.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 9 -->

<!-- MODAL SPEAKER 10 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-monique-goyens.png">
<div>
<h2>Monique Goyens</h2>
<h3>Director General for The European Consumer Organisation (BEUC)</h3>
</div>
</div>

<div class="modal-content-body">
<p>As Director General of BEUC, Monique represents 45 national consumer associations in 31 European countries, acting as a strong consumer voice in Brussels, ensuring that consumer interests are given weight in the development of policies.<br> Monique is a member of the Euro Retail Payments Board, as well as of the European Commission’s Consumer Policy Advisory Group.<brr> Monique is Co-Chair of the Transatlantic Consumer Dialogue (TACD) a network of EU and US consumer organisations.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 10 -->

<!-- MODAL SPEAKER 11 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-sandra-sarav.png">
<div>
<h2>Sandra Särav</h2>
<h3>Deputy Secretary General for Economy and Innovation - Ministry of Economic Affairs & Communications of Estonia</h3>
</div>
</div>

<div class="modal-content-body">
<p>Sandra Särav is the Deputy Secretary General for Economy and Innovation the Estonian Ministry of Economic Affairs and Communications. She is a seasoned digital policy expert with a robust background in government and private sector roles. Leveraging experience from the Estonian Government and EU-level decision-making, she has served in public policy at Meta (Facebook) and led regulatory and sustainability efforts at Bolt, an Estonian tech unicorn. What brought her back to government was the sense of mission of building solutions for your own country. She’s also a lecturer at TalTech, teaching legal framework of digital government and EU law. As an accomplished public speaker, she eloquently articulates complex digital policy, law, and sustainability topics, making her a sought-after voice in the field.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 11 -->

<!-- MODAL SPEAKER 12 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-tomislav-sokol.png">
<div>
<h2>Tomislav Sokol</h2>
<h3>Member of the European Parliament (MEP) - Group of the European People's Party (Christian Democrats)</h3>
</div>
</div>

<div class="modal-content-body">
<p>Tomislav Sokol was a Member of the Croatian Parliament until July 2019, when he became an MEP. He is EPP Coordinator in Committee on Public Health (SANT), EPP Vice-Coordinator in the Special Committee on the COVID-19 pandemic: lessons learned and recommendations for the future (COVI), Member of the Committee on the Internal Market and Consumer Protection (IMCO), Member of the Committee on the Environment, Public Health and Food Safety (ENVI) and Committee on Regional Development (REGI) in the European Parliament. Currently, Mr. Sokol is main Rapporteur for the European Health Data Space and EPP Shadow Rapporteur for Pharmaceutical legislation (Regulation).</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 12 -->

<!-- MODAL SPEAKER 13 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-wolfgang-ebner.png">
<div>
<h2>Wolfgang Ebner</h2>
<h3>Director of the Directorate „Digitalization and E-Government”  of the Austrian Ministry for Finance; President of the Austrian Center for information security</h3>
</div>
</div>

<div class="modal-content-body">
<p>From 2022-2023 he was Chief of Staff to State Secretary Florian Tursky, responsible for Digital and Telecommunication;  From 2012 -2018 he was Deputy Director of the Directorate „ICT and E-Government“ of the Ministry of Finance, then from 2018-2022, Deputy Director within the respective Directorate with the Ministry for Digital and Economic Affairs.  Before 2012 Wolfgang Ebner had different functions within the Austrian Ministry of the lso Interior. He was Adviser to the Minster of Interior for technical matters as well as international issues, security research, Cyber Security Coordinator and Chief of staff to the Director for public security. Wolfgang Ebner studied the law and additional studies and qualifications on information security.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 13 -->

<!-- MODAL SPEAKER 14 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-friederike-dahn.png">
<div>
<h2>Friederike Dahns</h2>
<h3>Deputy Director of Digital Administration in the Federal Ministry of the Interior in Berlin, Germany</h3>
</div>
</div>

<div class="modal-content-body">
<p>Friederike Dahns covers the dossiers for the SDG and the modernisation of registers, a landmark project interconnecting Germany‘s registers digitally and allowing the once-only principle to be fully implemented. Mrs Dahns has a long career in the German government administration with a background in international relations and resilience. She is an expert in security and defense policy and, since 2016, Chair of the NATO-Civil Protection Group (CPG). Mrs. Dahns is ADA-fellow on Digitization and Artificial Intelligence, alumna of the ZEIT-foundation and the American Council on Germany. Twice she has partnered with Work4Germany fellows to bring about digital change inside the government administration. She is an alumna of the College of Europe, Bruges, and holds an M.A. in European Political and Administrative Studies.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 14 -->

<!-- MODAL SPEAKER 15 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-anna-cavazzini.png">
<div>
<h2>Anna Cavazzini</h2>
<h3>Member of the European Parliament (MEP), Group of the Greens/European Free Alliance, Chair of the Committee on the Internal Market and Consumer Protection (IMCO)</h3>
</div>
</div>

<div class="modal-content-body">
<p>Anna Cavazzini is from Germany and has been a Member of the European Parliament for The Greens/EFA since 2019. She fights for a sustainable EU internal market and fair globalization - in short, for fair and sustainable economic structures inside and outside the EU. Since November 2020, she has been Chair of the Committee on the Internal Market and Consumer Protection. She is also a substitute member of the Committee on International Trade and vice chair of the Brazil delegation. Her constituencies are Saxony and Saxony-Anhalt. Before becoming an MEP, she herself worked in the European Parliament, for the Federal Foreign Office and the UNO and was an advisor to various NGOs.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 15 -->

<!-- MODAL SPEAKER 16 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-mark-vermeer.png">
<div>
<h2>Mark Vermeer</h2>
<h3>Director of Digital Government, Ministry of the Interior and Kingdom Relations, the Netherlands</h3>
</div>
</div>

<div class="modal-content-body">
<p>As the director of Digital Government, Mr Mark Vermeer is responsible for a digital government that works on a value-driven and open basis for all citizens and businesses. This work includes the promotion of the implementation of the Single Digital Gateway regulation, a transparent and open government, digital identity, the control of citizens and businesses over their digital lives, and the accessibility and innovation of digital public services.<br>Mark Vermeer previously worked in diverse positions at the Municipality of Rotterdam, including as the Director of innovation, information and research and as the Chief Information Officer. Mark Vermeer holds a Master of Science in Econometrics from Erasmus University Rotterdam, and a PhD from the Faculty of Computer Science of the University of Twente.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 16 -->

<!-- MODAL SPEAKER 17 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-christelle-delberghe.png">
<div>
<h2>Christelle Delberghe</h2>
<h3>Director General of EuroCommerce</h3>
</div>
</div>

<div class="modal-content-body">
<p>Christel Delberghe has been Director General of EuroCommerce since November 2021. She acts in this role as the chief advocate for the retail and wholesale sector with the EU institutions, stakeholders and the media. Before being appointed Director General, she was EuroCommerce’s Executive Director for Competitiveness and Communications, leading action on commercial relations and competition issues, as well as the interests of wholesalers and SMEs. Christel joined EuroCommerce in 2001, prior to which she worked on EU affairs for a British retailer and in a public affairs agency. Christel is a French national, and has degrees in Economics and European affairs from the University of Lyon II and the Université Libre de Bruxelles.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 17 -->

<!-- MODAL SPEAKER 18 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-veronique-willems.png">
<div>
<h2>Véronique Willems</h2>
<h3>Secretary General of SMEunited</h3>
</div>
</div>

<div class="modal-content-body">
<p>Véronique Willems serves as Secretary General of SMEunited, the association of Crafts and SMEs in Europe, as of 2017. SMEunited stands for 65 SME organisations – national crosssectoral and European sector federations - from over 30 European countries. With 25 years of experience in advocacy at local, regional, national and European level, Ms Willems builds on several years of counselling and mentoring SMEs and uses their everyday life as a basis to shape an SME-friendly business environment. Veronique holds a law degree and a master’s degree in commercial sciences/business management.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 18 -->

<!-- MODAL SPEAKER 19 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-jacques-pelkmans.png">
<div>
<h2>Jacques Pelkmans</h2>
<h3>Associate Senior Research Fellow at CEPS</h3>
</div>
</div>

<div class="modal-content-body">
<p>Jacques Pelkmans (Ph.D. in economics, Tilburg Un.y) is an Associate Senior Fellow [a Senior Fellow until 2019] at CEPS. He is also a visiting professor at the College of Europe (Bruges) since 2012 – before he was the holder of the Jan Tinbergen Chair and director of the Econ.s dept. of the College. Until the summer of 2023 he also was a visiting professor at the Economics dept. at Goethe University, Frankfurt. A little longer ago, he held professorial positions at the EUI In Florence, the European Institute of Public Administration and Maastricht University. Expert in European and ASEAN economic integration, EU-Asia trade and economic relations (esp.  with ASEAN  and China)  and international trade and investment. He has been advisor to the European Commission, OECD, World Bank, UNIDO and ASEAN. His current research interests include all those topics and technical barriers to trade.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 19 -->

<!-- MODAL SPEAKER 20 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-philippe-duponteil.png">
<div>
<h2>Philippe Duponteil</h2>
<h3>Director for Digital delivery of Customs and Taxation Policies (DG TAXUD)</h3>
</div>
</div>

<div class="modal-content-body">
<p>Philippe Duponteil is Director for customs duties and the digital agenda of EU customs and taxation policies at the European Commission’ Directorate General for EU customs and taxation (DG TAXUD). Prior to his current function, he worked as Director at the EC’s Joint Research Centre supporting EU policy making (DG JRC) and before that held various management positions at the EC’s Directorate General for trade policy (DG TRADE) including as Head of Unit, responsible for leading EU international trade negotiations with China, Japan and Korea. He has served as Minister-Counsellor at the EU Delegation in Japan. A specialist in international relations and global economic issues, prior to joining the European Commission in 1995, he served in the Office of the French Prime Minister and at the French Ministry of Foreign Affairs. Philippe Duponteil holds a MA of the Institut d’Etudes Politiques de Paris in Political Sciences, a MAS in International Foresight from the University of Paris Descartes and a Master Degree in Global Human Resources Management from Kingston University.</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 20 -->

<!-- MODAL SPEAKER 21 -->
<div class="modal modal_multi">
<div class="modal-container">
<!-- modal content -->
<div class="modal-content">

<div class="modal-content-header">
<img alt="" aria-hidden="true" src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/711852108/speaker-joachim-de-vos.png">
<div>
<h2>Joachim De Vos</h2>
<h3>Co-Chairman Living Tomorrow - Founder Tomorrow Lab</h3>
</div>
</div>

<div class="modal-content-body">
<p>Joachim De Vos is a Belgian executive, professor, and author with over 25 years of experience in innovation and future strategy. He is the founder of TomorrowLab, an innovation consulting company that has worked with over 600 companies worldwide. Joachim is also a professor of scenario planning at the University of Ghent and the author of the book "Why Innovation Fails".</p>
</div>

<a aria-label="Close modal" class="modal-close close_multi" tabindex="0" href="#"></a>
</div>
<!-- /modal content -->
</div>
</div>
<!-- /MODAL SPEAKER 21 -->
<script>

/*--- SCRIPT ONLY FOR THIS PAGE (MODAL) ---*/

         // Get the modal
        var modalparent = document.getElementsByClassName("modal_multi");

        // Get the button that opens the modal
        var modal_btn_multi = document.getElementsByClassName("myBtn_multi");

        // Get the <span> element that closes the modal
        var span_close_multi = document.getElementsByClassName("close_multi");

        // When the user clicks the button, open the modal
        function setDataIndex() {

            for (i = 0; i < modal_btn_multi.length; i++) {
                modal_btn_multi[i].setAttribute('data-index', i);
                modalparent[i].setAttribute('data-index', i);
                span_close_multi[i].setAttribute('data-index', i);
            }
        }

        for (i = 0; i < modal_btn_multi.length; i++) {
            modal_btn_multi[i].onclick = function () {
                var ElementIndex = this.getAttribute('data-index');
                modalparent[ElementIndex].style.display = "block";
            };

            // When the user clicks on <span> (x), close the modal
            span_close_multi[i].onclick = function () {
                var ElementIndex = this.getAttribute('data-index');
                modalparent[ElementIndex].style.display = "none";
            };

        }

        window.onload = function () {
            setDataIndex();
        };

        window.onclick = function (event) {
            if (event.target === modalparent[event.target.getAttribute('data-index')]) {
                modalparent[event.target.getAttribute('data-index')].style.display = "none";
            }
        };

</script>
<script>

/*--- SCRIPT ONLY FOR THIS PAGE (META NAME DESCRIPTION) ---*/  

/*--- SEO ADD TAG META NAME DESCRIPTION ---*/
var metaNameDescription = document.createElement('meta');
metaNameDescription.setAttribute('name', 'description');
metaNameDescription.content = "Event Organised by the European Commission, under the patronage of the 2024 Belgian Presidency of the Council of the EU.";
document.getElementsByTagName('head')[0].appendChild(metaNameDescription);  

</script>
<script>

/*--- SCRIPT COMMON TO ALL PAGES ---*/  

/*--- SEO ADD ATTRIBUTE lang="en" TO HTML TAG ---*/
document.getElementsByTagName("html")[0].setAttribute("lang", "en"); 

/*--- SEO REMOVE CONFLUENCE HEADING 1 ---*/  
var h1TitleText = document.getElementById("title-text");
if (h1TitleText) {
h1TitleText.remove();
}  

$(document).ready(function() {

/*--- CONFLUENCE MENU ENABLE AND DISABLE ---*/
  $('#header,#main-header,.space-tools-section').hide();

  $("#admin-toggle").click(function(){
      $("#header,#main-header,.space-tools-section").toggle();
    });
});

</script>