* {
	font-family: Helvetica, sans-serif;
	font-size: 20pt;
	box-sizing: border-box;
	margin:0;
	padding:0;
	color: #575757;
}

p + p {
	margin-top: 18px;
}

b,
ul *,
ol *,
p,
span {
	font-size: 20px;
	margin:0;
	padding:0;
}

table{
	width: 100%
}

table *{
	font-size: 16px;
}

table thead{
    font-weight: bold;
}

table td{
    padding: 5px;
}

p.small, span.small{
		font-size: 18px;
		margin-bottom: 15px;
}

p.small br, span.small br{
		font-size: 18px;
}

h1, h1 *{
		font-size: 40px;
}

h2, h2 *{
		font-size: 34px;
		margin-bottom: 15px;
}

h3, h3 *{
	font-size: 23px;
	margin-bottom: 15px;
}

h4, h4 *{
	font-size: 18px;
	margin-bottom: 15px;
}

h1,h2,h3,h4,h1 *,h2 *,h3 *,h4 *{
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color: #38474E;
}

ol,
ul {
	margin-left: 25px;
	margin-bottom: 20px;
}

ul:last-child {
	padding-bottom: 5px;
}

ol > li span {
	text-decoration: underline;
}

li {
	margin-bottom: 15px;
}

a{
	font-size: 24pt;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}

a:not(.video){
	color: #5BCA43;
	text-decoration: none;
}

a.video{
	text-decoration: none;
}

a.lvl2{
	font-size: 20px;
	font-weight: 600;
	display: block;
}

a.lvl3{
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
}

body #cookie-bar div + a.cb-enable,
div.button  {
	margin-left:24px;
	padding: 10px 20px;
  background-color: #5bca43;
	radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display:inline-block;
}

body #cookie-bar div + a.cb-enable,
div.button > a  {
  color: #fff;
	text-decoration: none;
}

div.button:hover  {
  background-color: #439532;
	cursor: pointer;
}

div.button.download,
.green div.button {
  color: #5bca43;
  background-color: white;
}

div.button.download > a,
.green div.button > a {
  color: #5bca43;
  text-decoration: none;
}

div.button.download:hover,
.green div.button:hover  {
  background-color: #5bca43;
}

div.button.download:hover > a,
.green div.button:hover > a  {
  color: #fff;
}

.green div.button{
  text-align: center;
}

.green div.button:not(.download) {
  padding-bottom: 0px;
  padding-top: 15px;
}

.part4 .en .green div.button{
  padding-bottom: 0px;
  padding-top: 15px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.main {
    display:block;
    flex-direction: column;
    height: 100vh;
		margin-bottom: -50px;
}

/********************************** content **********************/


.main-content {
	width: 100%;
}

.main-content .col .row.green{
	background-color: #5bca43 !important;
}

.main-content .col .row.green :not(.button) a{
	color: rgba(255, 255, 255, 1);
}

.main-content .col .row.green :not(.button) a:hover{
	color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1441px) {

	.main-content .content{
		margin:0;
		padding: 0;
	}

}

.main-content div.button::after {
  content: "›";
  padding-left:5px;
	color: #fff;
}

.main-content .green div.button::after  {
	color: #5bca43;
}

.main-content div.button.download::after{
	content: "\00a0 \00a0 ";
	background-image: url('/public/images/download.png?v=1.24.2.78347.f7a50d39');
	background-repeat: no-repeat;
	background-position-y: 5px;
	background-position-x: 5px;
	padding-left:5px;
	color: #5bca43;
 }

.main-content .green div.button:hover::after {
	color: #fff;
}

.main-content div.button.download:hover::after {
	background-image: url('/public/images/download_white.png?v=1.24.2.78347.f7a50d39');
}

.main-content div.button{
	border: 1px solid white;
	margin: 0;
}

.main-content div.button * {
	font-weight: normal;
	font-size: 20px;
}

.main-content .green div.button {
	border: 1px solid #fff;
}

.main-content div.button.download {
	border: 1px solid #fff;
}

.main-content .frame {
  radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.main-content .frame .left {
	radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}

.main-content .frame .right {
	radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}

.main-content :not(.button):not(p):not(li) > a:not(.video)::after {
	content: "›";
  padding-left:5px;
  font-size: 16pt;
}

.main-content .question  + p.answer {
	display: none;
}

.main-content .question.folded + p.answer {
	display: block;
}

.main-content .question.folded + p.answer a{
	color:inherit;
	text-decoration:underline;
	font-weight:normal;
}

.main-content .question.folded + p.answer ul {
	margin-left: 40px;
}

.main-content .question.folded + p.answer ul li {
	margin-bottom:10px
}

.main-content .question.folded + p.answer ul * {
	font-size:17px;
}

.main-content a.folded::after {
	content: "›";
	margin-top: 5px;
	margin-left: 5px;
  font-size: 16pt;
	display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-content .green.row p,
.main-content .green.row span,
.main-content .green.row h3,
.main-content .row .info p,
.main-content .row .info span,
.main-content .row .info h3{
	color: #fff;
}


.main-content .row .csam {
	height: 28px;
	width: 80px;
}

.main-content .row .ss {
	height: 32px;
}

.main-content a p.small{
	font-weight: normal;
}

.main-content p a{
	font-weight: 600;
	font-size: 21px;
}

.main-content a.lvl3 + p a{
	font-size: 18px;
	font-family: Helvetica, sans-serif;
}

/********************************** header **********************/

.header *, .footer * {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	font-weight: normal;
}

.header, .footer, .main-content, .warning {
	width: 1441px;
	margin-left: auto;
	margin-right: auto;
}

.nav-main{
	border-bottom: 7px solid #5bca43;
	height: 100px;

}

.nav-main, .footer-group {
    background-color: #38474e;
    color: #fff;
}

.nav-main .nav-main-group {
	padding: 24px 0px;
	height: 94px;
}

.nav-main .nav-main-group {
	margin: 0px 130px;
}

.nav-main .nav-main-group div {
	display: inline-block;
	vertical-align: middle;
}

.nav-main .nav-main-group .link-group{
	float: right;

}


.nav-main .nav-main-group div.link > a {
		margin-left:24px;
		text-decoration: none;
		color: #fff;
		padding: 3px;
}

.nav-main .nav-main-group a {
	font-size: 15pt;
}

.nav-main .link-group div.link a:hover {
	color: rgba(255, 255, 255, 0.75);
}

.nav-main .nav-main-group div > a.active {
		border-bottom: 2px solid #5bca43;
}


.nav-info {
	height: 52px;
}

.nav-info > .nav-info-group-link {
	display: inline-block;
	height: 43px;
	padding: 15px 0px 5px 0px;
	margin-left: 150px;
	border-bottom: 3px solid black;
	width: calc(99% - 330px);

}

.nav-info > .nav-info-group-link > span {
		font-size: 12pt;
		padding-right: 15px;
}

.nav-info .languages a  {
	padding: 1px 4px;
	border: 1px solid #6b6b6b;
	background-color: #cccccc;
	color: #6b6b6b;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-right: 3px;
	text-decoration: none;
}

.nav-info .languages a:hover:not(.active){
	border: 1px solid #5bca43;
}

.nav-info .languages .active  {
	border: 1px solid #999933;
	color: #fff;
	background-color: #666666;
}

.nav-info .info{
		float: right;
		font-size: 12pt;
}

.nav-info .info a{
		font-size: 12pt;
		color: #38474E;
}

.nav-info .belgium.logo {
	background-image: url('/public/images/www.belgium.be.png?v=1.24.2.78347.f7a50d39');
	background-repeat: no-repeat;
	background-size: 32px 28px;
	width: 32px;
	height: 28px;
	display: initial;
  padding: 18px;
  margin-left: 2px;
  background-position-y: 18px;
  z-index: -1;
  position: relative;
}

.header .logo, .footer .logo {
	height: 53px;
	width: 204px;
	background-image: url('/public/images/Logo/belgianid.png?v=1.24.2.78347.f7a50d39');
	background-repeat: no-repeat;
}

.nav-main .logo {
	margin-top: -5px;
}


.nav-main, .footer {
    background-color: #38474e;
    color: #fff;
}

.header .link-group a:hover, .footer .link-group a:hover {
		color: #EAEAEA;
}
/******************************** Warning ***********************/

.warning {

    display: flex;
    padding: 10px 130px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background-color: #557989;
}
.warning *{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
}

/********************************** footer **********************/

.footer{
	padding-top:95px;
	padding-bottom:85px;
}

.footer .footer-group {
	margin-left: 130px;
}

.footer .footer-group .col {
	margin-right: 110px;
	width: 234px;
	display:inline-block;
	vertical-align: top;
}

.footer .footer-group > .col {

}

.footer .footer-group > .col + .col,
.footer .footer-group > .col + .col + .col{
	margin-right: 67px;
	width: 378px;
}

.nav-main .nav-main-group {

}

.footer-group .logo {
	width: 234px;
	height: 63px;
	background-size: 234px 63px;
	margin-top: -7px;
}

.footer .footer-group .link a{
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #fff;
	font-size: 14pt;
	width: 100%;
	text-decoration: none;

	display: block;
	margin-bottom: 38px;
	margin-top: -3px;
}

.footer .footer-group .link a:hover {
	color: rgba(255, 255, 255, 0.75);
}

.footer .footer-group .button a{
	font-size: 14pt;
}

.footer .footer-group .button{
	margin:0px;
	display: inline-block;
}

.footer .footer-group .link .form {
  radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  display:inline-block;
	margin-bottom: 0px;
	color: rgba(255, 255, 255, 0.5);
}

.footer .footer-group .link .form::after {
  content: "\00a0 ›";
  padding-left:5px;
  font-size: 16pt;
}

.footer .footer-group .link .form:hover {
	color: rgba(255, 255, 255, 0.85);
}

.footer .footer-group .copyright  {
	color: #EAEAEA;
	font-size: 13pt;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
	height: 20px;
}

.footer .footer-group .copyright img {
	display: inline-block;
	height: 20px;
	vertical-align: middle;

}

body #cookie-bar *{
	font-family: Helvetica, sans-serif;
}

body #cookie-bar {
    border-top: 3px solid #5bca43;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 10;
    padding-bottom: 20px;
    background-color: rgba(56,71,78,0.85);
}

body #cookie-bar > div p{
	color: #fff;
	font-size: 18px;
}

body #cookie-bar > div a{
	font-weight:bold;
	color: #fff;
	text-decoration:underline;
	font-size: 16px;
}

body #cookie-bar h3{
  padding:0;
  margin:0;
  padding-top:15px;
	font-size: 120%;
}

body #cookie-bar h3 *{
	color: #fff;
}

body #cookie-bar div + a.cb-enable {
  float:right;
  background-color:#5bca43;
	font-size: 18px;
	font-weight: normal;
}

/********************* Home *********************/













.part-group{
  width: 100%;
  margin-bottom: 100px;
}

.part-group .col.right .row.max-height:first-child  {
    height: 100%;
}

/********************* Home part1*********************/

.part-group.part1.fr {
  background-image: url('/public/images/home_header_fr.jpg?v=1.24.2.78347.f7a50d39');
}

.part-group.part1.nl {
  background-image: url('/public/images/home_header_nl.jpg?v=1.24.2.78347.f7a50d39');
}

.part-group.part1.de {
  background-image: url('/public/images/home_header_de.jpg?v=1.24.2.78347.f7a50d39');
}

.part-group.part1.en {
  background-image: url('/public/images/home_header_en.jpg?v=1.24.2.78347.f7a50d39');
}

.part-group.part1 {
  height: 534px;
  /* padding: 0px 0px 0px 130px; */
  background-repeat: no-repeat;
  background-size: 1010px 600px;
  background-position: right;
}

.part1 .info-group {
  margin-top: 60px;
  width: 582px;
  padding: 45px 33px;
  background-color: rgba(255, 255, 255, 0.85);

  z-index: 1;
  position: relative;
}

.part1 .info-group .info {
  width: 485px;
}

.part1.page1 .info-group .info,
.part1.page2 .info-group .info,
.part1.page3 .info-group .info {
    width: 100%;
}

.part1 .info-group .button,
.part1 .info-group .link {
  margin-top: 20px;
}

.part1 .info-group .link a {
  display: inline;
  margin-right: 50px;
}

/********************* page1 part1 *********************/

.part-group.page1.part1 {
  height: 540px;
  background-image: url('/public/images/Header_04.jpg?v=1.24.2.78347.f7a50d39');
  background-size: 100% 540px;
}

.part1.page1 .info-group {
  margin-top: 100px;
  width: 780px;
}

/********************* page2 part1 *********************/

.part-group.page2.part1 {
  height: 540px;
  background-image: url('/public/images/Header_03.jpg?v=1.24.2.78347.f7a50d39');
  background-size: 100% 540px;
}

.part1.page2 .info-group {
  margin-top: 100px;
  width: 780px;
}

/********************* page3 part1 *********************/

.part-group.page3.part1 {
  height: 440px;
  background-image: url('/public/images/Header_02.jpg?v=1.24.2.78347.f7a50d39');
  background-size: 100% 440px;
}

.part1.page3 .info-group {
  margin-top: 100px;
  width: 780px;
}


/********************* Home part2*********************/

.part-group{
  padding: 0 130px;
  /* height: 890px; */
  display: inline-block;
}

.part-group .col {
  height: 100%;
}

.part-group .col.left {
  float: left;
  width: 780px;
}

.part-group .col.right {
  float: right;
  width: 380px;
}

.part-group:not(.faq) .col .row:not(.interview)  {
    background-color: #EAEAEA;
}


.part-group.page3 .col.left .row:first-child {
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.part-group.page3 .col.left .row {
    padding: 50px;
    height: auto;
}

.part-group.disclaimer .col.left .row,
.part-group.cookies .col.left .row,
.part-group.page1 .col.left .row,
.part-group.page3 .col.left .row {
    background-color: inherit;
}

.part-group.page1 .col.left .row {
    padding-left: 40px;
    padding-right: 40px;
}

.part-group.disclaimer .col.left .row p:last-child,
.part-group.cookies .col.left .row p:last-child,
.part-group.page1 .col.left .row p:last-child {
    padding-bottom: 20px;
}

.part-group.page1 .col.left .row.image {
  margin-top: 40px;
  margin-bottom: 50px;
  height: 400px;
  background-image: url('/public/images/image.jpg?v=1.24.2.78347.f7a50d39');
  background-repeat: no-repeat;
  background-size: 100%;
}

.part-group .col.left .row .filter {
  padding: 20px 35px;
}

.part-group .col.right .row {
  padding: 10px 35px;
}

.part-group .col.right .row h3{
  line-height: 1.1;
  margin-bottom: 10px;
}

.part-group .col.right .row {
    display: inline-grid;
}

.part-group.home .col.left .row:first-child,
.part-group.page2 .col.left .row:first-child {
  background-image: url('/public/images/video_01.jpg?v=1.24.2.78347.f7a50d39');
  background-repeat: no-repeat;
  background-size: 100%;
}

.part-group .col.left .row .filter:hover {
 filter: brightness(1);
}

.part-group .col.left .row .filter {
	filter: brightness(0.90);
  height: 434px;
  background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,0) 50%);
  background-image: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,0) 50%);
  overflow: hidden;
}

.part-group.page1 .col.left .row:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

.part-group.page1 .col.left .row:last-child .play,
.part-group .col.left .row:first-child .play {
  background-image: url('/public/images/play.png?v=1.24.2.78347.f7a50d39');
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}

.part-group .col.left .row .filter .play:hover {
  filter: brightness(1);
  cursor: pointer;
}

.part-group .col.left .row + .row,
.part-group .col.right .row + .row,
.part-group .col.right .row + .row + .row  {
  margin-top: 20px;
}

.part-group .col.right .row:first-child:not(.green)  {
  height: 265px;
}

.part-group .col.right .row:first-child + .row{
  height: 185px;
}

.part-group .col.right .row:first-child + .row + .row{
  height: 398px;
}

html[lang=de] .part-group .col.right .row:first-child:not(.green)  {
  height: 245px;
}


html[lang=de] .part-group .col.right .row:first-child + .row{
  height: 215px;
}

html[lang=de] .part-group .col.right .row:first-child + .row + .row{
  height: 388px;
}

.part-group .col .partner{
  margin-top: 20px;
}

.part-group .col .partner img + img{
  margin-left: 15px;
}

.part-group .col .partner span{
  font-size: 14px;
  height: 32px;
  display: inline-block;
  margin-left: -7px;
  vertical-align:middle;
}

.col .row.interview {
  background-color: #557989;
  height: 434px;
}

.part-group.page1 .col.left .row.interview {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 35px;
  display: inline-block;
  height: inherit;
  width: 100%;
}

.part-group.page1 .col.left .row.interview .description
{
  margin-top: 40px;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
}

.part-group.page1 .col.left .row.interview .description p
{
  margin:0;
  padding: 0;
}

.part-group.home .col.left .row.interview p {
  color: #fff;
}


.part-group .interview {
  position: relative;
}

.part-group .interview .video {
  position: absolute;
  width:50%;
  height:100%;
}

.part-group .col.left .row:nth-child(odd).frame.interview .video {
	right:0;
}

.part-group .col.left .row:nth-child(odd).frame.interview .video .play {
	margin-left:0;
	margin-right:255px;
	float:right;
}

.part-group .interview .video.play {
  margin:0;
  width:780px;
  height:434px;
  z-index:1;
}

.part-group .interview .video.play video {
  background-color:black;
  width:780px;
  height:434px;
}

.part-group .interview  .close:hover::after{
  filter: brightness(1);
  cursor: pointer;
}

.part-group .interview  .close::after {
  filter: brightness(0.75);
  color:white;
  content:"X";
  position:absolute;
  z-index:2;
  right:15px;
  top:10px;
  radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size:12px;
  border:1px solid white;
  padding:7px 10px;
}

.part-group .interview  .video .play:hover {
  filter: brightness(0.2);
  cursor: pointer;
}

.part-group .interview  .video .play {
   background-image: url('/public/images/play.png?v=new_designe_v2.129901.b3f2df4');
   background-repeat: no-repeat;
   background-size: 100%;
   filter: brightness(0.55);
   height:50px;
   width:50px;
   border: none;
   margin-top: 370px;
   margin-left:255px;
   float:left;
}

.part-group .col.left .row + .row .photo {
  max-width: 330px;
  max-height: 434px;
}


.part-group .col.left .row + .row.pluged .photo {
    height:100%;
}

.part-group .col.left .row .photo {
  float: left;
}

.part-group.page1 .col.left .row .content {
  padding: 0px;
}

.part-group .col.left .row .content {
  width: 445px;
  float: right;
  padding: 20px 35px;
  height: 100%;
}

.part-group.page1 .col.left .row .content .logo {
  margin-bottom: 15px;
}

.part-group .col.left .row .content .logo {
  width: 100%;
  display: inline-block;
  height: 70px;
}

.part-group .col.left .row .content .logo img {
  float: right;
  max-width: 200px;
  max-height: 70px;
}

.part-group .col.left .row .photo {
  border-radius: 10px 0 0 10px;
}

.part-group .col.left .row:nth-child(odd) .photo {
  float: right;
}

.part-group .col.left .row:nth-child(odd) .content .logo img {
  float: left;
}

.part-group .col.left .row:nth-child(odd) .photo {
  border-radius: 0 10px 10px 0
}

.part-group .col.left .row .content .text p::before {
  content: "\201C\00a0";
  height: 5px;
  display: inline;
  color: #575757;
  font-weight: bold;
}

.part-group .col.left .row .content .text p::after {
  content: "\201D";
  height: 5px;
  display: inline;
  color: #575757;
  font-weight: bold;
}

.part-group.page1 .col.left .row .content .text {
  padding: 10px;
  height: inherit;
}

.part-group.page1 .col.left .row .content {
  padding-left: 10px;
  padding-right: 10px;
}

.part-group .col.left .row .content .text {
  height: 225px;
  vertical-align: middle;
  display: table-cell;
  line-height: 30px;
}

.part-group .col.left .row .content .text p {
  font-size: 22px;
  margin: 0;
}

.part-group.page1 .col.left .row .content .person {
  padding: 0 10px;
}

.part-group .col.left .row .content .person {
  color: rgba(255,255,255,0.5);
  height: 30px;
}

.part-group.page1 .col.left .row .content .person p {
  color: #575757;
}

.part-group .col.left .row .content .person p {
  margin: 0;
  color: #EAEAEA;
}

.part-group .col.left .row .content .nav {
  height: 50px;
  float: right;
  margin-top: 20px;
}

.part-group .col.left .row .content .nav div {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
  background-color: rgba(36,74,90,1);
  radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding-top: 7px;
  padding-left: 20px;
  color: #fff
}

.part-group .col.left .row .content .nav div[disabled],
.part-group .col.left .row .content .nav div:hover {
  filter: brightness(2);
  background-color: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.5);
}

.part-group .col.left .row .content .nav div:not([disabled]) {
  cursor: pointer;
}

.part-group .col.left .row .content .nav .first,
.part-group .col.left .row .content .nav .last {
    background-color: rgba(36,74,90,0.6);
}

.part-group .col.left .row.steps{
  padding: 50px;
  height: auto;
}


.part-group .col.left .row.steps .block-col.left .separator{
  height: 58px;
  width: 10px;
  margin-left: 35px;
  background-color: #557989;
}

.part-group .block-row:first-child {
  padding-bottom: 20px;
}

.part-group .block-row {
  display: inline-block;
  width: 100%;
}

.part-group .block-row .block-col{
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.part-group .block-row .block-col.right{
  width: 565px;
}

.row.images.steps .icon {
  height: 80px;
  width: 80px;
  radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;

  background-size: 33%;
}


/********************* Home part3*********************/

.part3 {
  padding: 0 130px;
  height: 755px;
}

.part3,
.part-group .col.left .row.steps{
  background-color: #38474e;
}

.part3 h2,
.part3 h3,
.part3 p,
.part-group .col.left .row.steps h2,
.part-group .col.left .row.steps h3,
.part-group .col.left .row.steps p{
    color: #fff;
}

.part3 h2,
.part3 h3,
.part3 p  {
  text-align: center;
  margin: 0;
 }

 .part3 h2 span  {
   color: #5bca43;
  }

.part3 .row {
  width: 100%;
}

.part3 .row:first-child{
  margin-top: 90px;

}

.part3 .row + .row {
  margin-top: 60px;
  height: 120px;
}

.part3 .row + .row  + .row{
  margin-top: 30px;
  height: 95px;
  text-align: center;
}

.part3 .row > div {
  display: inline-block;
}

.part3 .row .title{
  text-align: center;
  display: inline;
}

.part3 .row.images {
    padding-left: 55px;
}

.part3 .row.images .separator {
  height: 10px;
  width: 140px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #557989;
  margin-bottom:52px;
  radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.row.images .icon {
  height: 120px;
  width: 120px;
  background-color: #5bca43;
  radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}

.row.images .icon.doc {
  background-image: url('/public/images/step_icon1.png?v=1.24.2.78347.f7a50d39');
}

.row.images .icon.users {
  background-image: url('/public/images/step_icon2.png?v=1.24.2.78347.f7a50d39');
}
.row.images .icon.localisation {
  background-image: url('/public/images/step_icon3.png?v=1.24.2.78347.f7a50d39');
}
.row.images .icon.send {
  background-image: url('/public/images/step_icon4.png?v=1.24.2.78347.f7a50d39');
}

.part3 .row.descriptions h3 {
	margin-bottom:15px
}

.part3 .row.descriptions .col {
  width: 205px;
  vertical-align: top;
}

.part3 .row.descriptions .col + .col {
  margin-left: 104px;
}

.part-group .row.steps .block-col.right p,
.part3 .row.descriptions p {
  color: #EAEAEA;
}


/********************* Home part4*********************/

.part-group.home.part4{
  padding: 0 130px;
  height: 760px;
  margin-top: -325px;
}

.part-group .right.en .row.download {
    padding: 72px 35px 30px 35px;
}

.part-group .right.en .row.download .image{
    height: 415px;
    background-image: url('/public/images/Handleiding.png?v=1.24.2.78347.f7a50d39');
    background-repeat: no-repeat;
    background-size: 345px 390px;
    background-position-y:-5px;
    background-position-x:-23px;
    width: 100%;
}

.part-group .right:not(.en) .row.download .image{
    height: 315px;
    background-image: url('/public/images/Handleiding.png?v=1.24.2.78347.f7a50d39');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y:-5px;
    background-position-x:0px;
    width: 100%;
}

.part-group .right:not(.en) .row.download > h3 {
    margin-bottom: 4px;
    margin-top: 20px;
    line-height: 26px;
 }


.part-group.page1 .col.left .row:last-child,
.part-group.part4 .col.left .row:first-child {
  background-image: url('/public/images/video_02.jpg?v=1.24.2.78347.f7a50d39');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}

.part-group .col.left .row a.video .filter {
  width: 100%;
}

.part-group .col.left .row a.video .info{
  position:absolute;
  width: 770px;
}
.part-group .col.left .row a.video .info p{
  display: inline-block;
  width: 80%;
}

.part-group .col.left .row a.video + video {
   margin-top:-434px;
   width:780px;
   z-index:-1;
   position:absolute;
}

.part-group.part4  .col.left .row + .row .photo {
  width: 400px;
  height: 304px;
}

.part-group.part4 .col.left .row + .row .photo.fr {
  background-image: url('/public/images/home_header_fr.jpg?v=1.24.2.78347.f7a50d39');
}

.part-group.part4 .col.left .row + .row .photo.nl {
  background-image: url('/public/images/home_header_nl.jpg?v=1.24.2.78347.f7a50d39');
}

.part-group.part4 .col.left .row + .row .photo.en {
  background-image: url('/public/images/home_header_en.jpg?v=1.24.2.78347.f7a50d39');
}

.part-group.part4 .col.left .row + .row .photo.de {
  background-image: url('/public/images/home_header_de.jpg?v=1.24.2.78347.f7a50d39');
}


.part-group.part4 .col.left .row + .row .photo {
  background-repeat: no-repeat;
  background-size: 130%;
  background-position-x: -80px;
}

.part-group.part4 .col.left .row + .row .content {
  width: 380px;
  float: right;
  padding: 22px 35px;
  height: 304px;
}

.part-group.part4 .col.left .row {
  display: inline-block;
  height: auto;
}


/********************* Home part5*********************/

.faq{
  padding: 0 130px;
  height: inherit;
  min-height: 215px;
  display:inline-block;
}

.faq .col .row a {
  font-weight: bold;
}

.faq .col .row {
	min-height:50px;
	display:inline-block;
	width: 540px;
}

.faq .col .row:first-child{
  height:90px;
}

.faq .col h2 {
	margin:0;
}

.faq .col + .col .row:first-child p {
  text-align: right;
  color: #5bca43;
}


.faq .col + .col{
  float: right;
}

.faq .col .row{
  background-color: initial;
}

.faq .col .row p {
	margin-top:15px;
}

.faq .col .row + .row {
	margin-bottom:1px;
	display:inline-block;
	margin-bottom:15px;
}

.faq .col{
  width: 540px;
  margin-left: 38px;
  display: inline-block;
  float: left;
}


[class^="orejime-"] {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 color: inherit;
	 vertical-align: baseline;
	 float: none;
	 width: auto;
	 text-align: left;
	 font-weight: normal;
}
 [class^="orejime-"] h1:after {
	 width: inherit;
}
 .orejime-Main {
	 font-size: 1em;
	 line-height: 1.5;
}
 .orejime-Modal {
	 font-size: 1em;
	 line-height: 1.5;
	 background: white;
	 padding: 2em;
}
 .orejime-Button {
	 margin: 0.5em;
	 cursor: pointer;
	 text-decoration: underline;
}
 .orejime-Button[disabled] {
	 opacity: 0.75;
	 cursor: default;
}
 .orejime-Notice {
	 background: white;
	 position: fixed;
	 z-index: 1000;
	 width: 100%;
	 bottom: 0;
	 left: 0;
	 right: 0;
}
 .orejime-Notice--mandatory {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
	 max-width: none;
}
 .orejime-Notice--hidden {
	 display: none !important;
}
 .orejime-Notice-body {
	 padding: 1em;
}
 .orejime-Notice-logo {
	 max-width: 200px;
}
 .orejime-Notice-description, .orejime-Notice-title {
	 margin-bottom: 0.5em;
}
 .orejime-Notice-changes {
	 font-weight: bold;
}
 .orejime-Notice-actions {
	 display: block;
}
 .orejime-Notice-actionItem {
	 display: inline;
}
 .orejime-Notice-learnMoreButton {
	 display: inline-block;
}
 .orejimeHtml-WithModalOpen {
	 height: 100%;
}
 .orejimeHtml-WithModalOpen body {
	 position: fixed;
	 overflow: hidden;
	 height: 100%;
	 width: 100%;
}
 .orejime-ModalOverlay, .orejime-NoticeOverlay {
	 z-index: 1000;
	 background: rgba(0, 0, 0, 0.5);
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 .orejime-ModalWrapper {
	 z-index: 1001;
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 margin: 0;
	 width: 640px;
	 max-width: 100%;
	 max-height: 100%;
	 overflow: auto;
}
 .orejime-Modal-closeButton {
	 border: none;
	 background: none;
	 color: inherit;
	 position: absolute;
	 top: 0.75em;
	 right: 0.75em;
	 cursor: pointer;
}
 .orejime-CloseIcon {
	 stroke: currentColor;
	 width: 12px;
}
 .orejime-Modal-body, .orejime-Modal-footer {
	 padding: 1em;
}
 .orejime-Modal-poweredByLink, .orejime-Modal-privacyPolicyLink {
	 cursor: pointer;
	 text-decoration: underline;
	 color: inherit;
}
 .orejime-Modal-poweredByLink:active, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:hover {
	 color: inherit;
	 text-decoration: underline;
}
 .orejime-Modal-privacyPolicyLink:active, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:hover {
	 color: inherit;
	 text-decoration: underline;
}
 .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:hover {
	 text-decoration: none;
}
 .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:hover {
	 text-decoration: none;
}
 .orejime-AppList {
	 display: block;
	 padding: 0;
	 margin: 0;
}
 .orejime-AppList-item {
	 display: block;
	 position: relative;
	 line-height: 1.25;
	 padding-left: 120px;
	 min-height: 40px;
	 margin-top: 0.7em;
}
 .orejime-AppList-item:first-child {
	 margin-top: 0;
}
 .orejime-AppItem-title {
	 cursor: pointer;
}
 .orejime-AppItem-description, .orejime-AppItem-purposes {
	 font-size: 0.8em;
}
 .orejime-AppItem-optOut, .orejime-AppItem-required {
	 padding-left: 0.2em;
	 font-size: 0.8em;
}
 .orejime-AppItem-input {
	 position: absolute;
	 top: 0;
	 left: 0;
	 opacity: 0;
	 width: 50px;
	 height: 30px;
}
 .orejime-AppItem-switch {
	 position: absolute;
	 left: 0;
	 top: 3px;
	 display: inline-block;
	 width: 50px;
	 height: 30px;
}
 .orejime-AppItem-slider {
	 position: absolute;
	 cursor: pointer;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: gray;
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
	 width: 50px;
	 display: inline-block;
	 border-radius: 30px;
}
 .orejime-AppItem-slider:before {
	 position: absolute;
	 content: "";
	 height: 20px;
	 width: 20px;
	 left: 5px;
	 bottom: 5px;
	 background-color: white;
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
	 border-radius: 50%;
	 border: 1px solid #555;
}
 .orejime-AppItem-switchLabel {
	 position: absolute;
	 width: 50px;
	 top: 34px;
	 overflow: ellipsis;
	 font-size: 0.8em;
	 text-align: center;
}
 .orejime-AppItem-switch--disabled .orejime-AppItem-slider {
	 cursor: default;
	 opacity: 0.5;
}
 .orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
	 color: gray;
}
 .orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
	 border-color: white;
}
 .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
	 -webkit-transform: translateX(20px);
	 -ms-transform: translateX(20px);
	 transform: translateX(20px);
}
 .orejime-AppToggles {
	 margin-bottom: 1em;
	 display: block;
}
 .orejime-AppToggles-item {
	 display: inline;
}
 .theme--light [class^="orejime-"] {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 vertical-align: baseline;
	 float: none;
	 width: auto;
	 text-align: left;
	 font-weight: normal;
}
 .theme--light .theme--light [class^="orejime-"] {
	 color: #38474e;
}
 .theme--dark .theme--light [class^="orejime-"] {
	 color: white;
}
 .theme--light .orejime-Button {
	 border: 0;
	 border-radius: 2em;
	 padding: 0.5rem 1em;
	 margin-right: 0.5em;
	 margin-bottom: 0.5em;
	 border: 1px solid transparent;
	 line-height: 1.3em;
	 min-width: auto !important;
	 text-decoration: none;
}
 .theme--light .orejime-Button--accept, .theme--light .orejime-Button--save {
	 color: white;
}
 .theme--light .orejime-Button {
	 border: 1px solid #c7c7c7;
	 background: transparent;
	 text-decoration: none;
}
 .theme--light .orejime-AppToggles-enableAll {
	 border: 0;
}
 .theme--light .orejime-Notice {
	 position: fixed;
	 z-index: 1000;
	 width: 100%;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 font-size: 0.8em;
}
 .theme--light .orejime-Notice button {
	 cursor: pointer;
}
 .theme--light .orejime-Notice--mandatory {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
	 max-width: none;
}
 .theme--light .orejime-Notice--hidden {
	 display: none !important;
}
 .theme--light .orejime-Notice-body {
	 padding: 1.5em;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: nowrap;
}
 .theme--light .orejime-Notice-logo {
	 max-width: 14em;
	 padding-right: 1.5em;
}
 .theme--light .orejime-Notice-logo img {
	 width: 100%;
}
 .theme--light .orejime-Notice-description, .theme--light .orejime-Notice-title {
	 width: 100%;
	 margin-bottom: 0.5em;
}
 .theme--light .orejime-Notice-description a, .theme--light .orejime-Notice-title a {
	 text-decoration: underline;
}
 .theme--light .orejime-Notice-description a:focus, .theme--light .orejime-Notice-description a:hover {
	 text-decoration: none;
}
 .theme--light .orejime-Notice-title a:focus, .theme--light .orejime-Notice-title a:hover {
	 text-decoration: none;
}
 .theme--light .orejime-Notice-description {
	 margin-bottom: 1em;
}
 .theme--light .orejime-Notice-title {
	 font-weight: bold;
	 font-size: 1.2em;
	 line-height: 1.3;
}
 .theme--light .orejime-Notice-changes {
	 margin-bottom: 0.5em;
	 font-weight: bold;
}
 .theme--light .orejime-Notice-privacyPolicyLink {
	 text-decoration: underline;
	 cursor: pointer;
}
 .theme--light .orejime-Notice-privacyPolicyLink:hover {
	 color: inherit;
}
 .theme--light .orejime-Notice-privacyPolicyLink:focus, .theme--light .orejime-Notice-privacyPolicyLink:hover {
	 text-decoration: none;
}
 .theme--light .orejime-Notice-actions {
	 display: block;
	 width: 100%;
}
 .theme--light .orejime-Notice-actionItem {
	 display: inline;
}
 .theme--light .orejime-Notice-learnMoreButton {
	 display: inline-block;
}
 .theme--light .orejimeHtml-WithModalOpen {
	 height: 100%;
}
 .theme--light .orejimeHtml-WithModalOpen body {
	 position: fixed;
	 overflow: hidden;
	 height: 100%;
	 width: 100%;
}
 .theme--light .orejime-ModalOverlay, .theme--light .orejime-NoticeOverlay {
	 z-index: 1000;
	 background: rgba(0, 0, 0, 0.5);
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 .theme--light .orejime-ModalWrapper {
	 z-index: 1001;
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 margin: 0;
	 width: 640px;
	 max-width: 100%;
	 max-height: 100%;
	 overflow: auto;
}
 .theme--light .orejime-Modal {
	 border-radius: 0;
	 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
 .theme--light .orejime-Modal-header {
	 padding: 1em;
	 border-bottom: 1px solid #c7c7c7;
}
 .theme--light .orejime-Modal-title {
	 margin: 0;
	 font-size: 2em;
	 display: block;
	 font-weight: bold;
	 padding-right: 20px;
}
 .theme--light .orejime-Modal-closeButton {
	 display: block;
	 height: 12px !important;
	 width: 12px !important;
	 min-width: none !important;
	 padding: 12px !important;
	 background: transparent;
	 border-radius: 50%;
	 border: 1px solid transparent;
	 position: absolute;
	 top: 0.75em;
	 right: 0.75em;
}
 .theme--light .orejime-Modal-closeButton:focus, .theme--light .orejime-Modal-closeButton:hover {
	 border: 1px solid black;
}
 .theme--light .orejime-CloseIcon {
	 top: 6px !important;
	 left: 6px !important;
	 transform-origin: center center;
	 position: absolute;
	 z-index: 0;
	 stroke: currentColor;
	 width: 12px;
}
 .theme--light .orejime-Modal-body {
	 padding: 1em;
}
 .theme--light .orejime-Modal-footer {
	 padding: 1em;
	 border-top: 1px solid #c7c7c7;
}
 .theme--light .orejime-Modal-poweredByLink, .theme--light .orejime-Modal-privacyPolicyLink {
	 cursor: pointer;
	 text-decoration: underline;
	 color: inherit;
}
 .theme--light .orejime-Modal-poweredByLink:active, .theme--light .orejime-Modal-poweredByLink:focus, .theme--light .orejime-Modal-poweredByLink:hover {
	 color: inherit;
}
 .theme--light .orejime-Modal-privacyPolicyLink:active, .theme--light .orejime-Modal-privacyPolicyLink:focus, .theme--light .orejime-Modal-privacyPolicyLink:hover {
	 color: inherit;
}
 .theme--light .orejime-Modal-poweredByLink:focus, .theme--light .orejime-Modal-poweredByLink:hover {
	 text-decoration: none;
}
 .theme--light .orejime-Modal-privacyPolicyLink:focus, .theme--light .orejime-Modal-privacyPolicyLink:hover {
	 text-decoration: none;
}
 .theme--light .orejime-Modal-poweredByLink {
	 position: absolute;
	 right: 1em;
	 font-size: 0.8em;
	 padding: 6px 0;
}
 .theme--light .orejime-AppList {
	 display: block;
	 padding: 0;
	 margin: 0;
}
 .theme--light .orejime-AppList-item {
	 display: inline-block;
	 position: relative;
	 line-height: 1.25;
	 vertical-align: middle;
	 padding-left: 120px;
	 min-height: 40px;
	 margin-top: 0.7em;
}
 .theme--light .orejime-AppList-item:first-child {
	 margin-top: 0;
}
 .theme--light .orejime-AppItem-title {
	 font-weight: 600;
	 cursor: pointer;
}
 .theme--light .orejime-AppItem-description {
	 font-size: 0.8em;
}
 .theme--light .orejime-AppItem-description a {
	 text-decoration: underline;
}
 .theme--light .orejime-AppItem-description a:focus, .theme--light .orejime-AppItem-description a:hover {
	 text-decoration: none;
}
 .theme--light .orejime-AppItem-purposes {
	 font-size: 0.8em;
}
 .theme--light .orejime-AppItem-optOut, .theme--light .orejime-AppItem-required {
	 padding-left: 0.2em;
	 font-size: 0.8em;
}
 .theme--light .orejime-AppItem-input {
	 position: absolute;
	 top: 0;
	 left: 0;
	 opacity: 0;
	 width: 50px;
	 height: 30px;
}
 .theme--light .orejime-AppItem-switch {
	 position: absolute;
	 left: 0;
	 top: 3px;
	 display: inline-block;
	 width: 50px;
	 height: 24px;
}
 .theme--light .orejime-AppItem-slider {
	 position: absolute;
	 cursor: pointer;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: #aaa;
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
	 width: 50px;
	 display: inline-block;
	 border-radius: 30px;
	 border: 0;
}
 .theme--light .orejime-AppItem-slider:before {
	 position: absolute;
	 content: "";
	 height: 20px;
	 width: 20px;
	 left: 1px;
	 bottom: 1px;
	 background-color: white;
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
	 border-radius: 50%;
	 border: 1px solid #555;
}
 .theme--light .orejime-AppItem-switchLabel {
	 position: absolute;
	 width: 50px;
	 top: 34px;
	 overflow: ellipsis;
	 font-size: 0.8em;
	 text-align: center;
}
 .theme--light .orejime-AppItem-label {
	 background: none !important;
}
 .theme--light .orejime-AppItem-switch--disabled .orejime-AppItem-slider {
	 cursor: default;
	 opacity: 0.5;
}
 .theme--light .orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
	 border-color: white;
	 outline-offset: 2px;
}
 .theme--light .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
	 -webkit-transform: translateX(26px);
	 -ms-transform: translateX(26px);
	 transform: translateX(26px);
}
 .theme--light .orejime-AppToggles {
	 margin-bottom: 1em;
	 display: block;
}
 .theme--light .orejime-AppToggles-item {
	 display: inline;
}
 @media (max-width: 989px) {
	 .theme--light .orejime-Button {
		 margin-top: 0.25em;
		 margin-bottom: 0.25em;
	}
}
 @media (min-width: 990px) {
	 .theme--light .orejime-Notice {
		 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
		 border-radius: 0;
	}
}
 @media (max-width: 989px) {
	 .theme--light .orejime-Notice {
		 border: none;
		 border-radius: 0;
	}
}
 @media (max-width: 989px) {
	 .theme--light .orejime-Notice-body {
		 flex-direction: column;
	}
}
 .theme--dark [class^="orejime-"] {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 vertical-align: baseline;
	 float: none;
	 width: auto;
	 text-align: left;
	 font-weight: normal;
}
 .theme--light .theme--dark [class^="orejime-"] {
	 color: #38474e;
}
 .theme--dark .theme--dark [class^="orejime-"] {
	 color: white;
}
 .theme--dark .orejime-Button {
	 border: 0;
	 border-radius: 2em;
	 padding: 0.5rem 1em;
	 margin-right: 0.5em;
	 margin-bottom: 0.5em;
	 border: 1px solid transparent;
	 line-height: 1.3em;
	 min-width: auto !important;
	 text-decoration: none;
}
 .theme--dark .orejime-Button--accept, .theme--dark .orejime-Button--save {
	 color: white;
}
 .theme--dark .orejime-Button {
	 border: 1px solid #c7c7c7;
	 background: transparent;
	 text-decoration: none;
}
 .theme--dark .orejime-AppToggles-enableAll {
	 border: 0;
}
 .theme--dark .orejime-Notice {
	 position: fixed;
	 z-index: 1000;
	 width: 100%;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 font-size: 0.8em;
}
 .theme--dark .orejime-Notice button {
	 cursor: pointer;
}
 .theme--dark .orejime-Notice--mandatory {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
	 max-width: none;
}
 .theme--dark .orejime-Notice--hidden {
	 display: none !important;
}
 .theme--dark .orejime-Notice-body {
	 padding: 1.5em;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: nowrap;
}
 .theme--dark .orejime-Notice-logo {
	 max-width: 14em;
	 padding-right: 1.5em;
}
 .theme--dark .orejime-Notice-logo img {
	 width: 100%;
}
 .theme--dark .orejime-Notice-description, .theme--dark .orejime-Notice-title {
	 width: 100%;
	 margin-bottom: 0.5em;
}
 .theme--dark .orejime-Notice-description a, .theme--dark .orejime-Notice-title a {
	 text-decoration: underline;
}
 .theme--dark .orejime-Notice-description a:focus, .theme--dark .orejime-Notice-description a:hover {
	 text-decoration: none;
}
 .theme--dark .orejime-Notice-title a:focus, .theme--dark .orejime-Notice-title a:hover {
	 text-decoration: none;
}
 .theme--dark .orejime-Notice-description {
	 margin-bottom: 1em;
}
 .theme--dark .orejime-Notice-title {
	 font-weight: bold;
	 font-size: 1.2em;
	 line-height: 1.3;
}
 .theme--dark .orejime-Notice-changes {
	 margin-bottom: 0.5em;
	 font-weight: bold;
}
 .theme--dark .orejime-Notice-privacyPolicyLink {
	 text-decoration: underline;
	 cursor: pointer;
}
 .theme--dark .orejime-Notice-privacyPolicyLink:hover {
	 color: inherit;
}
 .theme--dark .orejime-Notice-privacyPolicyLink:focus, .theme--dark .orejime-Notice-privacyPolicyLink:hover {
	 text-decoration: none;
}
 .theme--dark .orejime-Notice-actions {
	 display: block;
	 width: 100%;
}
 .theme--dark .orejime-Notice-actionItem {
	 display: inline;
}
 .theme--dark .orejime-Notice-learnMoreButton {
	 display: inline-block;
}
 .theme--dark .orejimeHtml-WithModalOpen {
	 height: 100%;
}
 .theme--dark .orejimeHtml-WithModalOpen body {
	 position: fixed;
	 overflow: hidden;
	 height: 100%;
	 width: 100%;
}
 .theme--dark .orejime-ModalOverlay, .theme--dark .orejime-NoticeOverlay {
	 z-index: 1000;
	 background: rgba(0, 0, 0, 0.5);
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 .theme--dark .orejime-ModalWrapper {
	 z-index: 1001;
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 margin: 0;
	 width: 640px;
	 max-width: 100%;
	 max-height: 100%;
	 overflow: auto;
}
 .theme--dark .orejime-Modal {
	 border-radius: 0;
	 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
 .theme--dark .orejime-Modal-header {
	 padding: 1em;
	 border-bottom: 1px solid #c7c7c7;
}
 .theme--dark .orejime-Modal-title {
	 margin: 0;
	 font-size: 2em;
	 display: block;
	 font-weight: bold;
	 padding-right: 20px;
}
 .theme--dark .orejime-Modal-closeButton {
	 display: block;
	 height: 12px !important;
	 width: 12px !important;
	 min-width: none !important;
	 padding: 12px !important;
	 background: transparent;
	 border-radius: 50%;
	 border: 1px solid transparent;
	 position: absolute;
	 top: 0.75em;
	 right: 0.75em;
}
 .theme--dark .orejime-Modal-closeButton:focus, .theme--dark .orejime-Modal-closeButton:hover {
	 border: 1px solid black;
}
 .theme--dark .orejime-CloseIcon {
	 top: 6px !important;
	 left: 6px !important;
	 transform-origin: center center;
	 position: absolute;
	 z-index: 0;
	 stroke: currentColor;
	 width: 12px;
}
 .theme--dark .orejime-Modal-body {
	 padding: 1em;
}
 .theme--dark .orejime-Modal-footer {
	 padding: 1em;
	 border-top: 1px solid #c7c7c7;
}
 .theme--dark .orejime-Modal-poweredByLink, .theme--dark .orejime-Modal-privacyPolicyLink {
	 cursor: pointer;
	 text-decoration: underline;
	 color: inherit;
}
 .theme--dark .orejime-Modal-poweredByLink:active, .theme--dark .orejime-Modal-poweredByLink:focus, .theme--dark .orejime-Modal-poweredByLink:hover {
	 color: inherit;
}
 .theme--dark .orejime-Modal-privacyPolicyLink:active, .theme--dark .orejime-Modal-privacyPolicyLink:focus, .theme--dark .orejime-Modal-privacyPolicyLink:hover {
	 color: inherit;
}
 .theme--dark .orejime-Modal-poweredByLink:focus, .theme--dark .orejime-Modal-poweredByLink:hover {
	 text-decoration: none;
}
 .theme--dark .orejime-Modal-privacyPolicyLink:focus, .theme--dark .orejime-Modal-privacyPolicyLink:hover {
	 text-decoration: none;
}
 .theme--dark .orejime-Modal-poweredByLink {
	 position: absolute;
	 right: 1em;
	 font-size: 0.8em;
	 padding: 6px 0;
}
 .theme--dark .orejime-AppList {
	 display: block;
	 padding: 0;
	 margin: 0;
}
 .theme--dark .orejime-AppList-item {
	 display: inline-block;
	 position: relative;
	 line-height: 1.25;
	 vertical-align: middle;
	 padding-left: 120px;
	 min-height: 40px;
	 margin-top: 0.7em;
}
 .theme--dark .orejime-AppList-item:first-child {
	 margin-top: 0;
}
 .theme--dark .orejime-AppItem-title {
	 font-weight: 600;
	 cursor: pointer;
	 color: white;
}
 .theme--dark .orejime-AppItem-description {
	 font-size: 0.8em;
	 color: white;
}
 .theme--dark .orejime-AppItem-description a {
	 text-decoration: underline;
}
 .theme--dark .orejime-AppItem-description a:focus, .theme--dark .orejime-AppItem-description a:hover {
	 text-decoration: none;
}
 .theme--dark .orejime-AppItem-purposes {
	 font-size: 0.8em;
}
 .theme--dark .orejime-AppItem-optOut, .theme--dark .orejime-AppItem-required {
	 padding-left: 0.2em;
	 font-size: 0.8em;
}
 .theme--dark .orejime-AppItem-input {
	 position: absolute;
	 top: 0;
	 left: 0;
	 opacity: 0;
	 width: 50px;
	 height: 30px;
}
 .theme--dark .orejime-AppItem-switch {
	 position: absolute;
	 left: 0;
	 top: 3px;
	 display: inline-block;
	 width: 50px;
	 height: 24px;
}
 .theme--dark .orejime-AppItem-slider {
	 position: absolute;
	 cursor: pointer;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: #aaa;
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
	 width: 50px;
	 display: inline-block;
	 border-radius: 30px;
	 border: 0;
}
 .theme--dark .orejime-AppItem-slider:before {
	 position: absolute;
	 content: "";
	 height: 20px;
	 width: 20px;
	 left: 1px;
	 bottom: 1px;
	 background-color: white;
	 -webkit-transition: 0.4s;
	 transition: 0.4s;
	 border-radius: 50%;
	 border: 1px solid #555;
}
 .theme--dark .orejime-AppItem-switchLabel {
	 position: absolute;
	 width: 50px;
	 top: 34px;
	 overflow: ellipsis;
	 font-size: 0.8em;
	 text-align: center;
	 color: rgba(255, 255, 255, 0.75);
}
 .theme--dark .orejime-AppItem-label {
	 background: none !important;
}
 .theme--dark .orejime-AppItem-switch--disabled .orejime-AppItem-slider {
	 cursor: default;
	 opacity: 0.5;
}
 .theme--dark .orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
	 border-color: white;
	 outline-offset: 2px;
}
 .theme--dark .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
	 -webkit-transform: translateX(26px);
	 -ms-transform: translateX(26px);
	 transform: translateX(26px);
}
 .theme--dark .orejime-AppToggles {
	 margin-bottom: 1em;
	 display: block;
}
 .theme--dark .orejime-AppToggles-item {
	 display: inline;
}
 @media (max-width: 989px) {
	 .theme--dark .orejime-Button {
		 margin-top: 0.25em;
		 margin-bottom: 0.25em;
	}
}
 @media (min-width: 990px) {
	 .theme--dark .orejime-Notice {
		 box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
		 border-radius: 0;
	}
}
 @media (max-width: 989px) {
	 .theme--dark .orejime-Notice {
		 border: none;
		 border-radius: 0;
	}
}
 @media (max-width: 989px) {
	 .theme--dark .orejime-Notice-body {
		 flex-direction: column;
	}
}
 .theme--light .orejime-Button {
	 color: #6a7070;
}
 .theme--dark .orejime-Button {
	 color: rgba(255, 255, 255, 0.75);
}
 .orejime-Button {
	 padding: 10px 20px;
	 border-radius: 40px;
}
 .orejime-Button:focus, .orejime-Button:hover {
	 background: #fff;
}
 .theme--light .orejime-Button:focus, .theme--light .orejime-Button:hover {
	 color: black;
	 border-color: black;
}
 .theme--dark .orejime-Button:focus, .theme--dark .orejime-Button:hover {
	 color: black;
	 border-color: black;
}
 .theme--light .orejime-Button[disabled] {
	 background: #f5f5f5 !important;
	 color: #6a7070 !important;
	 border: 0 !important;
}
 .theme--dark .orejime-Button[disabled] {
	 background: #6a7070 !important;
	 color: rgba(255, 255, 255, 0.75) !important;
	 border: 0 !important;
}
 .orejime-AppToggles-enableAll {
	 color: #fff !important;
}
 .theme--light .orejime-AppToggles-enableAll {
	 background: #73b957;
}
 .theme--dark .orejime-AppToggles-enableAll {
	 background: #4098c1;
}
 .theme--light .orejime-AppToggles-enableAll:focus, .theme--light .orejime-AppToggles-enableAll:hover {
	 background: rgba(115, 185, 87, 1);
}
 .theme--dark .orejime-AppToggles-enableAll:focus, .theme--dark .orejime-AppToggles-enableAll:hover {
	 background: #327a9c;
}
 .orejime-AppToggles-disableAll {
	 color: #000 !important;
	 border: 0 !important;
}
 .theme--light .orejime-AppToggles-disableAll, .theme--dark .orejime-AppToggles-disableAll {
	 background: #ffb81c;
}
 .theme--light .orejime-AppToggles-disableAll:focus, .theme--light .orejime-AppToggles-disableAll:hover {
	 background: #ff9a19;
}
 .theme--dark .orejime-AppToggles-disableAll:focus, .theme--dark .orejime-AppToggles-disableAll:hover {
	 background: #ff9a19;
}
 .theme--light .orejime-Notice {
	 background: #fff;
}
 .theme--dark .orejime-Notice {
	 background: #38474e;
}
 .theme--light .orejime-Modal-closeButton {
	 background: #fff;
}
 .theme--dark .orejime-Modal-closeButton {
	 background: #38474e;
}
 .theme--light .orejime-Modal-closeButton:focus, .theme--light .orejime-Modal-closeButton:hover {
	 border: 1px solid #000;
}
 .theme--dark .orejime-Modal-closeButton:focus, .theme--dark .orejime-Modal-closeButton:hover {
	 border: 1px solid #fff;
}
 .theme--light .orejime-Modal-closeButton .orejime-CloseIcon line {
	 color: #38474e;
}
 .theme--dark .orejime-Modal-closeButton .orejime-CloseIcon line {
	 color: white;
}
 .theme--light .orejime-Notice-description, .theme--light .orejime-Notice-title {
	 color: #38474e;
}
 .theme--dark .orejime-Notice-description, .theme--dark .orejime-Notice-title {
	 color: white;
}
 .theme--light .orejime-Notice-description a, .theme--light .orejime-Notice-title a {
	 color: #047a9c;
}
 .theme--dark .orejime-Notice-description a, .theme--dark .orejime-Notice-title a {
	 color: #4098c1;
}
 .theme--light .orejime-Notice-description a:focus, .theme--light .orejime-Notice-description a:hover {
	 color: #047a9c;
}
 .theme--light .orejime-Notice-title a:focus, .theme--light .orejime-Notice-title a:hover {
	 color: #047a9c;
}
 .theme--dark .orejime-Notice-description a:focus, .theme--dark .orejime-Notice-description a:hover {
	 color: #4098c1;
}
 .theme--dark .orejime-Notice-title a:focus, .theme--dark .orejime-Notice-title a:hover {
	 color: #4098c1;
}
 .theme--light .orejime-Notice-purposes {
	 color: #38474e;
}
 .theme--dark .orejime-Notice-purposes {
	 color: white;
}
 .theme--light .orejime-Notice-changes {
	 color: #38474e;
}
 .theme--dark .orejime-Notice-changes {
	 color: white;
}
 .theme--light .orejime-Modal {
	 background: #fff;
}
 .theme--dark .orejime-Modal {
	 background: #38474e;
}
 .theme--light .orejime-Modal {
	 color: #38474e;
}
 .theme--dark .orejime-Modal {
	 color: white;
}
 .theme--light .orejime-Modal-poweredByLink {
	 color: #6a7070;
}
 .theme--dark .orejime-Modal-poweredByLink {
	 color: rgba(255, 255, 255, 0.75);
}
 .theme--light .orejime-Modal-poweredByLink:active, .theme--light .orejime-Modal-poweredByLink:focus, .theme--light .orejime-Modal-poweredByLink:hover {
	 color: #383c3c;
}
 .theme--dark .orejime-Modal-poweredByLink:active, .theme--dark .orejime-Modal-poweredByLink:focus, .theme--dark .orejime-Modal-poweredByLink:hover {
	 color: #b6b6b6;
}
 .theme--light .orejime-AppItem-description a {
	 color: #047a9c;
}
 .theme--dark .orejime-AppItem-description a {
	 color: #4098c1;
}
 .theme--light .orejime-AppItem-description a:focus, .theme--light .orejime-AppItem-description a:hover {
	 color: #38474e;
}
 .theme--dark .orejime-AppItem-description a:focus, .theme--dark .orejime-AppItem-description a:hover {
	 color: white;
}
 .theme--light .orejime-AppItem-purposes {
	 color: #6a7070;
}
 .theme--dark .orejime-AppItem-purposes {
	 color: rgba(255, 255, 255, 0.75);
}
 .theme--light .orejime-AppItem-optOut, .theme--light .orejime-AppItem-required {
	 color: #6a7070;
}
 .theme--dark .orejime-AppItem-optOut, .theme--dark .orejime-AppItem-required {
	 color: rgba(255, 255, 255, 0.75);
}
 .theme--light .orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
	 color: #6a7070;
}
 .theme--dark .orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
	 color: rgba(255, 255, 255, 0.75);
}
 .theme--light .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
	 background-color: #316e2d;
}
 .theme--dark .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
	 background-color: #5bca43;
}
 body.page--language-selection-page div#fedconsent, .aria-accordion__panel[hidden] {
	 display: none;
}
 .aria-accordion__panel--transition {
	 height: auto;
	 max-height: 80vh;
	 overflow: auto;
	 visibility: visible;
	 opacity: 1;
	 -webkit-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s, opacity 0.5s;
	 -o-transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s, opacity 0.5s;
	 transition: max-height 0.3s, padding-top 0.3s, padding-bottom 0.3s, opacity 0.5s;
}
 .aria-accordion__panel--transition[hidden] {
	 display: block;
	 max-height: 0;
	 padding-top: 0;
	 padding-bottom: 0;
	 visibility: hidden;
	 opacity: 0;
}
 .theme--light .orejime-AppToggles-enableAll {
	 background: #5bca43;
}
 .theme--light .orejime-AppToggles-enableAll:focus, .theme--light .orejime-AppToggles-enableAll:hover {
	 background: #439532;
}

