@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,700&family=Public+Sans:wght@400;500;700&display=swap");
/* @license MIT https://github.com/necolas/normalize.css/blob/3.0.3/LICENSE.md */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
@media (min--moz-device-pixel-ratio:0){summary{display:list-item;}}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;background:no-repeat 10px 17px;overflow-wrap:break-word;}[dir="rtl"] .messages{padding-right:35px;padding-left:20px;text-align:right;border-width:1px 0 1px 1px;background-position:right 10px top 17px;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:#325e1c;border-color:#c9e1bd #c9e1bd #c9e1bd transparent;background-color:#f3faef;background-image:url(/themes/contrib/classy/images/icons/73b355/check.svg);box-shadow:-8px 0 0 #77b259;}[dir="rtl"] .messages--status{margin-left:0;border-color:#c9e1bd transparent #c9e1bd #c9e1bd;box-shadow:8px 0 0 #77b259;}.messages--warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;background-image:url(/themes/contrib/classy/images/icons/e29700/warning.svg);box-shadow:-8px 0 0 #e09600;}[dir="rtl"] .messages--warning{border-color:#f4daa6 transparent #f4daa6 #f4daa6;box-shadow:8px 0 0 #e09600;}.messages--error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;background-image:url(/themes/contrib/classy/images/icons/e32700/error.svg);box-shadow:-8px 0 0 #e62600;}[dir="rtl"] .messages--error{border-color:#f9c9bf transparent #f9c9bf #f9c9bf;box-shadow:8px 0 0 #e62600;}.messages--error p.error{color:#a51b00;}
.node--unpublished{background-color:#fff4f4;}
.progress__track{border-color:#b3b3b3;border-radius:10em;background-color:#f2f1eb;background-image:-webkit-linear-gradient(#e7e7df,#f0f0f0);background-image:linear-gradient(#e7e7df,#f0f0f0);box-shadow:inset 0 1px 3px hsla(0,0%,0%,0.16);}.progress__bar{height:16px;margin-top:-1px;margin-left:-1px;padding:0 1px;-webkit-transition:width 0.5s ease-out;transition:width 0.5s ease-out;-webkit-animation:animate-stripes 3s linear infinite;-moz-animation:animate-stripes 3s linear infinite;border:1px #07629a solid;border-radius:10em;background:#057ec9;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15)),-webkit-linear-gradient(left top,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.15)),linear-gradient(to right bottom,#0094f0 0%,#0094f0 25%,#007ecc 25%,#007ecc 50%,#0094f0 50%,#0094f0 75%,#0094f0 100%);background-size:40px 40px;}[dir="rtl"] .progress__bar{margin-right:-1px;margin-left:0;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;animation-direction:reverse;}@media screen and (prefers-reduced-motion:reduce){.progress__bar{-webkit-transition:none;transition:none;-webkit-animation:none;-moz-animation:none;}}@-webkit-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@-ms-keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}@keyframes animate-stripes{0%{background-position:0 0,0 0;}100%{background-position:0 0,-80px 0;}}
.aria-autocomplete__wrapper{position:relative;font-size:16px;}.aria-autocomplete--hide{display:none !important;}.aria-autocomplete__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.aria-autocomplete__input{border:1px solid #606060;width:100%;min-height:44px;padding:6px 10px;border-radius:2px;box-sizing:border-box;font-family:inherit;font-size:14px;}.aria-autocomplete__input--disabled{background-color:#ebebeb;cursor:not-allowed;}.aria-autocomplete__show-all{position:absolute;top:0;right:0;width:44px;height:44px;border:1px solid #606060;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='10' viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.023L8.488 8 16 1' stroke-width='1' stroke='%23434143' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");box-sizing:border-box;}.aria-autocomplete__show-all--disabled{background-color:#ebebeb;cursor:not-allowed;}.aria-autocomplete__list{list-style:none;position:absolute;top:48px;z-index:99999;left:0;margin:0;padding:3px 0 !important;height:auto;min-height:0;max-height:304px;overflow-y:auto;overflow-x:hidden;width:100%;background:#fff;border:1px solid #606060;border-radius:2px;font-size:1em;box-sizing:border-box;box-shadow:none;}.aria-autocomplete__list--has-results[aria-label]:before{content:attr(aria-label) !important;position:absolute;top:0;left:0;width:100%;padding:3px 10px 0;font-size:13px;text-align:right;opacity:0.5;box-sizing:border-box;}@media reader,speech,aural{.aria-autocomplete__list--has-results[aria-label]:before{display:none;}}.aria-autocomplete__list--has-results[aria-label] li:first-child{margin-top:20px;}.aria-autocomplete__option{display:block;color:#434143;text-decoration:none;font-weight:normal;list-style:none;cursor:pointer;padding:7px 10px;word-break:break-word;}.aria-autocomplete__option:focus{border:none;outline:none;box-shadow:none;}.aria-autocomplete__option:hover,.aria-autocomplete__option--focused{background:#f3f3f3;color:#000;border:none;margin:0;font-weight:normal;text-decoration:underline;cursor:pointer;}.aria-autocomplete__option:hover[aria-disabled='true'],.aria-autocomplete__option--focused[aria-disabled='true']{background:#f5f5f5;}.aria-autocomplete__option--no-results,.aria-autocomplete__option[aria-disabled='true']{opacity:0.65 !important;color:#434143 !important;cursor:not-allowed !important;text-decoration:none !important;}.aria-autocomplete__option--no-results{margin-top:0 !important;background:transparent !important;}.aria-autocomplete__selected{position:relative;display:inline-flex;align-items:center;background:#606060;border:1px solid #606060;padding:0 28px 0 10px;margin:2px 4px 2px 0;font-size:13px;color:#f3f3f3;border-radius:20px;word-break:break-word;cursor:pointer;}.aria-autocomplete__selected--disabled{opacity:0.7;}.aria-autocomplete__selected:hover,.aria-autocomplete__selected:focus{background:#474747;color:#fff;}.aria-autocomplete__selected:after{content:'';position:absolute;top:50%;right:5px;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='10' viewBox='0 0 10 10' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath d='M 0.234375 10 L 5 5.21875 L 9.765625 10 L 9.988281 9.78125 L 5.21875 5 L 9.988281 0.21875 L 9.765625 0 L 5 4.78125 L 0.234375 0 L 0.0117188 0.21875 L 4.78125 5 L 0.0117188 9.78125 Z M 0.234375 10 ' style='stroke:%23ffffff;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;'/%3E%3C/g%3E%3C/svg%3E");transform:translateY(-50%);}@media speech{.aria-autocomplete__selected:after{display:none;}}.aria-autocomplete__selected--delete-all{border-color:#db0000;background:#db0000;color:#fff;}.aria-autocomplete__selected--delete-all:hover,.aria-autocomplete__selected--delete-all:focus{background:#a80000;}.aria-autocomplete__wrapper--multiple .aria-autocomplete__input{margin-bottom:5px;}.aria-autocomplete__wrapper--show-all,.aria-autocomplete__wrapper--autogrow.aria-autocomplete__wrapper--multiple.aria-autocomplete__wrapper--show-all{padding-right:43px;}.aria-autocomplete__wrapper--loading:after{content:'';position:absolute;top:0;right:0;width:24px;height:24px;margin:10px;border-radius:50%;background-color:rgba(255,255,255,0.25);border:2px solid #606060;border-color:#606060 transparent #606060 transparent;box-sizing:border-box;animation:lds-dual-ring 1.2s linear infinite;}.aria-autocomplete__wrapper--loading .aria-autocomplete__show-all{background-image:none;}.aria-autocomplete__wrapper--loading.aria-autocomplete__wrapper--autogrow:after{top:50%;margin-top:-12px;}.aria-autocomplete__wrapper--autogrow{display:flex;flex-wrap:wrap;align-items:center;border:1px solid #606060;width:100%;min-height:44px;padding:6px 10px;border-radius:2px;box-sizing:border-box;}.aria-autocomplete__wrapper--autogrow.aria-autocomplete__wrapper--disabled{background-color:#ebebeb;cursor:not-allowed;}.aria-autocomplete__wrapper--autogrow .aria-autocomplete__show-all{order:3;height:100%;border-top:none;border-right:none;border-bottom:none;}.aria-autocomplete__wrapper--autogrow .aria-autocomplete__input{max-width:100% !important;max-height:none !important;min-height:0 !important;padding:0 !important;margin:0 !important;line-height:inherit !important;text-indent:0 !important;background:none !important;border:0 none !important;outline:0 !important;box-shadow:none !important;-webkit-user-select:auto !important;height:26px;width:1px;order:2;}.aria-autocomplete__wrapper--autogrow .aria-autocomplete__list{width:calc(100% + 2px);top:calc(100% + 4px);left:-1px;}.aria-autocomplete__wrapper--autogrow .aria-autocomplete__selected{order:1;}@keyframes lds-dual-ring{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
.form-type-checkbox input,.form-type-radio input{position:absolute;left:-9999px;}.map-popin-link a::before,.item-partner a[target=_blank]::after,.collapsible-share-cta::before,.collapsible-search-cta::before,.back-top::before,.aria-autocomplete__wrapper::before,.pager__next .pager__link::after,.pager__previous .pager__link::before,.breadcrumb li:first-child a::before,.search-form .form-submit::before,.text-formatted blockquote::after,.cke_editable blockquote::after,.text-formatted blockquote::before,.cke_editable blockquote::before,.text-formatted a[target=_blank]::after,.cke_editable a[target=_blank]::after,.collapsible-filter-cta::after,.collapsible-filter-ict-cta::after,.collapsible-continent-cta::after,.icon-after.i-x::after,.icon-after.i-twitter::after,.icon-after.i-toolbox::after,.icon-after.i-teacher::after,.icon-after.i-tag::after,.icon-after.i-student::after,.icon-after.i-speech::after,.icon-after.i-share::after,.icon-after.i-send::after,.icon-after.i-search::after,.icon-after.i-rs-flux::after,.icon-after.i-reset::after,.icon-after.i-print::after,.icon-after.i-position::after,.icon-after.i-plus::after,.icon-after.i-other::after,.icon-after.i-ministry::after,.icon-after.i-mail-empty::after,.icon-after.i-mail::after,.icon-after.i-linkedin::after,.icon-after.i-link::after,.icon-after.i-home::after,.icon-after.i-filters::after,.icon-after.i-file::after,.icon-after.i-facebook::after,.icon-after.i-external-link::after,.icon-after.i-download::after,.icon-after.i-data::after,.icon-after.i-comment::after,.icon-after.i-close::after,.icon-after.i-chevron::after,.icon-after.i-check::after,.icon-after.i-calendar::after,.icon-after.i-book::after,.icon-after.i-article::after,.icon-after.i-arrow::after,.icon-before.i-x::before,.icon-before.i-twitter::before,.icon-before.i-toolbox::before,.icon-before.i-teacher::before,.icon-before.i-tag::before,.icon-before.i-student::before,.icon-before.i-speech::before,.icon-before.i-share::before,.icon-before.i-send::before,.icon-before.i-search::before,.icon-before.i-rs-flux::before,.icon-before.i-reset::before,.icon-before.i-print::before,.icon-before.i-position::before,.icon-before.i-plus::before,.icon-before.i-other::before,.icon-before.i-ministry::before,.icon-before.i-mail-empty::before,.icon-before.i-mail::before,.icon-before.i-linkedin::before,.icon-before.i-link::before,.icon-before.i-home::before,.icon-before.i-filters::before,.icon-before.i-file::before,.icon-before.i-facebook::before,.icon-before.i-external-link::before,.icon-before.i-download::before,.icon-before.i-data::before,.icon-before.i-comment::before,.icon-before.i-close::before,.icon-before.i-chevron::before,.icon-before.i-check::before,.icon-before.i-calendar::before,.icon-before.i-book::before,.icon-before.i-article::before,.icon-before.i-arrow::before,.btn-print::before,.btn-download::before,.btn-A::after,.filter-form-facet .type-checkbox::after,.form-type-checkbox input:checked + label::after,.form-type-checkbox label::after,.publication-bottom a::before,.footer-menu .menu-link::before{display:block;font-family:"icomoon",sans-serif;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.menu--main button,.collapsible-share-cta,.collapsible-search-cta,.back-top,.slick-dots li button,.sitemap .menu > li > button,.sitemap-box .menu > li > button,.collapsible-main-menu-cta,.collapsible-filter-cta,.collapsible-filter-ict-cta,.collapsible-continent-cta,.icon-after.i-share,.icon-before.i-share{display:block;padding:0;border:none;border-radius:0;background:none;color:inherit;text-align:inherit;white-space:normal;box-shadow:none;}.item,.item-quick-access,.item-partner,.item-news-highlight,.item-glossary,.item-community,.item-blog,.item-blog-highlight{position:relative;}.item a::before,.item-quick-access a::before,.item-partner a::before,.item-news-highlight a::before,.item-glossary a::before,.item-community a::before,.item-blog a::before,.item-blog-highlight a::before{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1;}.sitemap .menu-submenu-list > *::before,.sitemap-box .menu-submenu-list > *::before,.list-countries > *::before,.text-formatted .highlight ul > *::before,.cke_editable .highlight ul > *::before,.text-formatted ul > *::before,.cke_editable ul > *::before{position:absolute;right:100%;margin-right:0.5em;transform:translateY(-50%);}.sitemap .menu > li > a,.sitemap .menu > li > button,.sitemap-box .menu > li > a,.sitemap-box .menu > li > button,.sitemap h2,.sitemap .content > a,.sitemap-box h2,.sitemap-box .content > a,h1,h2,h3,h4,h5,h6{margin:0 0 0.75em;font-weight:600;}.footer .block-title{margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.2;text-transform:uppercase;}@media screen and (min-width:40.6875em){.footer .block-title{margin-bottom:1.5rem;}}.map-popin-link a,.block-local-tasks-block .tabs.primary a,.contextual.open .contextual-links a,.collapsible-description-cta,.btn-reply,.btn-print,.btn-download,.btn-B,.btn-A,.btn,.form-submit{display:inline-block;padding:1.5rem 3rem;border:none;font-size:1.8rem;text-decoration:none;transition:color 0.3s ease-in-out,background-color 0.3s ease-in-out,border-color 0.3s ease-in-out;}.back-top,.icon-after.i-toolbox,.icon-before.i-toolbox{width:7.6rem;height:7.6rem;}.social.share a,.social.share button,.collapsible-share-cta,.icon-after.i-share,.icon-before.i-share,.btn-print{width:7rem;height:7rem;}.publication-bottom a::before,.footer-menu .menu-link::before{content:"\e91d";font-size:0.75em;}.publication-bottom a::before,.footer-menu .menu-link::before{display:inline-block;margin-right:0.5rem;transform:rotate(-45deg);}.publication-bottom a:hover,.footer-menu .menu-link:hover{text-decoration:underline;}.filter-form-facet .type-checkbox,.form-type-checkbox label,.form-type-radio label{position:relative;padding-left:3rem;color:inherit;}.filter-form-facet .type-checkbox::before,.form-type-checkbox label::before,.form-type-radio label::before,.filter-form-facet .type-checkbox::after,.form-type-checkbox label::after,.form-type-radio label::after{content:"";position:absolute;top:0.6em;left:1rem;transform:translate(-50%,-50%);transition:all 0.3s ease-in-out;}.filter-form-facet .type-checkbox::after,.form-type-checkbox label::after,.form-type-radio label::after{opacity:0;}.form-type-checkbox label:focus::before,.form-type-checkbox label:hover::before,.form-type-radio label:focus::before,.form-type-radio label:hover::before{border-color:#062f5d;box-shadow:#062f5d 0 0 0 1px;}.filter-form-facet .type-checkbox.is-active::after,.form-type-radio input:checked + label::after,.form-type-checkbox input:checked + label::after{opacity:1;}.form-type-radio label::before,.form-type-radio label::after{border-radius:50%;}.form-type-radio label::before{width:1.5rem;height:1.5rem;border:1px solid #062f5d;}.form-type-radio label::after{width:0.6rem;height:0.6rem;background:#062f5d;}.filter-form-facet .type-checkbox::before,.form-type-checkbox input:checked + label::before,.form-type-checkbox label::before{width:2rem;height:2rem;background:#dae5e8;}.filter-form-facet .type-checkbox::before,.filter-form-facet .form-type-checkbox label::before,.form-type-checkbox .filter-form-facet label::before{width:1.5rem;height:1.5rem;}.filter-form-facet .type-checkbox::after,.form-type-checkbox input:checked + label::after,.form-type-checkbox label::after{content:"\e906";font-size:1.1rem;top:1.3rem;left:0.9rem;margin-left:0.2rem;color:#0069B4;}.filter-form-facet .type-checkbox::after,.filter-form-facet .form-type-checkbox label::after,.form-type-checkbox .filter-form-facet label::after,.filter-ict-facet .form-type-checkbox label::after,.form-type-checkbox .filter-ict-facet label::after{font-size:1rem;top:1.1rem;left:1rem;margin:0;}.block-informed-submit .stay-informed > .stay-informed-media img,.presentation-media img,.item-news-highlight-media img,.item-community-media img,.block-informed-follow-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.page-title,.page-teaser{text-align:center;}.heading .page-title,.heading .page-teaser{color:#fff;}.page-title{position:relative;color:#0069B4;margin-bottom:6.5rem;}.page-title::after{position:absolute;bottom:-2.5rem;display:block;width:3rem;height:0.5rem;content:"";background-color:#448869;position:absolute;left:50%;transform:translateX(-50%);}.page-teaser{max-width:68rem;margin:6.5rem auto;color:#062f5d;font-size:2rem;font-weight:500;}.text-center{text-align:center;}@media screen and (max-width:28.125em){.columns.xs-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:40.625em){.columns.sm-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:53.125em){.columns.md-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:68.75em){.columns.lg-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em) and (max-width:40.625em){.columns.xs-sm-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-sm-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:53.125em){.columns.sm-md-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-md-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:68.75em){.columns.sm-lg-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-lg-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.columns.md-lg-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-lg-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em){.columns.xs-up-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-up-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em){.columns.sm-up-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-up-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em){.columns.md-up-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-up-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:68.8125em){.columns.lg-up-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-up-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:87.5625em){.columns.xlg-up-columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xlg-up-columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}.columns .columns-1{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns .columns-1 > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}@media screen and (max-width:28.125em){.columns.xs-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:40.625em){.columns.sm-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:53.125em){.columns.md-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:68.75em){.columns.lg-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em) and (max-width:40.625em){.columns.xs-sm-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-sm-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:53.125em){.columns.sm-md-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-md-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:68.75em){.columns.sm-lg-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-lg-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.columns.md-lg-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-lg-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em){.columns.xs-up-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-up-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em){.columns.sm-up-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-up-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em){.columns.md-up-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-up-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:68.8125em){.columns.lg-up-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-up-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:87.5625em){.columns.xlg-up-columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xlg-up-columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}.columns .columns-2{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns .columns-2 > *{width:calc(100% / 2 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}@media screen and (max-width:28.125em){.columns.xs-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:40.625em){.columns.sm-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:53.125em){.columns.md-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:68.75em){.columns.lg-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em) and (max-width:40.625em){.columns.xs-sm-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-sm-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:53.125em){.columns.sm-md-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-md-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:68.75em){.columns.sm-lg-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-lg-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.columns.md-lg-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-lg-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em){.columns.xs-up-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-up-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em){.columns.sm-up-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-up-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em){.columns.md-up-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-up-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:68.8125em){.columns.lg-up-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-up-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:87.5625em){.columns.xlg-up-columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xlg-up-columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}.columns .columns-3{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns .columns-3 > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}@media screen and (max-width:28.125em){.columns.xs-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:40.625em){.columns.sm-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:53.125em){.columns.md-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:68.75em){.columns.lg-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em) and (max-width:40.625em){.columns.xs-sm-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-sm-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:53.125em){.columns.sm-md-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-md-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:68.75em){.columns.sm-lg-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-lg-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.columns.md-lg-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-lg-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em){.columns.xs-up-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-up-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em){.columns.sm-up-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-up-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em){.columns.md-up-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-up-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:68.8125em){.columns.lg-up-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-up-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:87.5625em){.columns.xlg-up-columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xlg-up-columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}.columns .columns-4{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns .columns-4 > *{width:calc(100% / 4 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}@media screen and (max-width:28.125em){.columns.xs-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:40.625em){.columns.sm-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:53.125em){.columns.md-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (max-width:68.75em){.columns.lg-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em) and (max-width:40.625em){.columns.xs-sm-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-sm-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:53.125em){.columns.sm-md-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-md-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em) and (max-width:68.75em){.columns.sm-lg-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-lg-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.columns.md-lg-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-lg-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:28.1875em){.columns.xs-up-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xs-up-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:40.6875em){.columns.sm-up-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.sm-up-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:53.1875em){.columns.md-up-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.md-up-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:68.8125em){.columns.lg-up-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.lg-up-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}@media screen and (min-width:87.5625em){.columns.xlg-up-columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns.xlg-up-columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}}.columns .columns-5{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.columns .columns-5 > *{width:calc(100% / 5 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}.result-count{font-size:1.4rem;text-transform:uppercase;}.result-count span{font-weight:500;}.arrow-left::before{transform:rotate(180deg);}::-moz-placeholder{color:inherit;opacity:0.8;}::placeholder{color:inherit;opacity:0.8;}label{display:inline-block;margin-bottom:0.5em;color:#062f5d;font-size:2rem;font-weight:600;}input[type=text],input[type=email],input[type=password],input[type=search],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=time],input[type=file],textarea,select{display:block;width:100%;padding:1.5rem 1rem 1.5rem 2rem;margin-bottom:1em;border:none;border-radius:0;background-color:#dae5e8;color:#3d3d3d;}input[type=text].error,input[type=email].error,input[type=password].error,input[type=search].error,input[type=url].error,input[type=tel].error,input[type=number].error,input[type=date].error,input[type=time].error,input[type=file].error,textarea.error,select.error{border-color:#f00;color:#f00;}input[type=search]{box-sizing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:4rem;background-image:url(/themes/custom/customer/images/arrow.svg);background-position:right 18px center;background-repeat:no-repeat;background-size:1.4rem auto;}select::-ms-expand{display:none;}textarea{min-height:10em;min-width:100%;max-width:100%;}fieldset{padding:0;margin:0;border:none;}legend{margin:0 0 0.5em;color:#062f5d;font-size:2rem;font-weight:600;}legend .form-required::after{content:"*";color:#f00;}.form-col{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.form-col > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}@media screen and (min-width:40.6875em){.form-col > *{width:calc(100% / 2 - 0.1px);}}@media print{.form-actions{display:none;}}.form-submit{background-color:#0069B4;color:#fff;margin:0 auto;border:2px solid #0069B4;}.form-submit:hover,.form-submit:focus{background-color:#fff;color:#0069B4;}.form-description{margin:-0.7em 0 1em;font-size:1.6rem;}.form-description.error{color:#f00;font-weight:bold;}.form-radios.columns{margin-left:0;margin-right:0;}.form-radios.columns > *{padding-left:0;padding-right:0;}.form-type-checkbox label,.form-type-radio label{font-size:1.4rem;font-weight:400;cursor:pointer;}.search-establishment-form .form-type-checkbox label{display:block;margin-bottom:0;font-size:1.2rem;font-weight:normal;}.form-type-radio input + label::after{background:#062f5d;}.form-type-icon:is(label){display:inline-block;position:relative;padding:1rem 4.5rem 1rem 4.5rem;font-size:1.8rem;font-weight:500;background-color:transparent;border:1px solid transparent;box-shadow:inset 0 0 0 3px #dae5e8;transition:all 0.3s ease-in-out;width:100%;}input + .form-type-icon:is(label)::before{top:2.3rem;left:2.5rem;background-image:url(/themes/custom/customer/images/radio-unchecked.svg);background-position:center;}input + .form-type-icon:is(label)::after{position:absolute;top:50%;transform:translateY(-50%);left:auto;right:1rem;width:3rem;height:3rem;opacity:1;line-height:1;color:#448869;font-size:3rem;background-color:transparent;border-radius:0;}input:checked + .form-type-icon:is(label){background-color:#448869;color:#fff;box-shadow:inset 0 0 0 3px #448869;}input:checked + .form-type-icon:is(label)::before{background-image:url(/themes/custom/customer/images/radio-checked.svg);}input:checked + .form-type-icon:is(label)::after{color:#fff;}@media screen and (min-width:68.8125em){.filter-sort{display:flex;align-items:baseline;}}.subscription-lang .fieldset-wrapper{display:flex;align-items:baseline;margin-left:3rem;}.subscription-lang .fieldset-wrapper .form-no-label{margin-right:1rem;font-size:1.4rem;}.form-comment{position:relative;margin:3rem 0;}@media screen and (min-width:53.1875em){.form-comment{margin:8rem 0 3rem;padding-top:7rem;}}.form-comment::before{position:absolute;top:0;right:0;left:0;content:"";width:100%;height:1px;background-color:#dae5e8;}span.required{margin:0 0.2em;color:#f00;font-style:normal;font-weight:normal;}.webform-radios-other .form-item-occupation-radios{width:auto;}table{clear:both;width:100%;max-width:100%;border-collapse:collapse;background:#fff;color:#3d3d3d;line-height:normal;}.no-js table{margin-bottom:2rem;}caption{margin-bottom:0.25em;font-weight:bold;}th,td{padding:0.5em;text-align:left;}th{background:#062f5d;color:#fff;}.rwd-table{width:100%;overflow:auto;margin-bottom:2rem;}@font-face{font-family:"icomoon";src:url(/themes/custom/customer/fonts/icomoon.eot#iefix) format("embedded-opentype"),url(/themes/custom/customer/fonts/icomoon.woff) format("woff"),url(/themes/custom/customer/fonts/icomoon.ttf) format("truetype"),url(/themes/custom/customer/fonts/icomoon.svg#icomoon) format("svg"),url(/themes/custom/customer/fonts/icomoon.eot#iefix) format("embedded-opentype"),url(/themes/custom/customer/fonts/icomoon.woff) format("woff"),url(/themes/custom/customer/fonts/icomoon.ttf) format("truetype"),url(/themes/custom/customer/fonts/icomoon.svg#icomoon) format("svg");font-style:normal;font-weight:normal;}::-moz-selection{background-color:#000;color:#fff;}::selection{background-color:#000;color:#fff;}*,*::before,*::after{box-sizing:inherit;}html{font-size:0.625em;box-sizing:border-box;}body{line-height:1.5;font-family:"Poppins",Arial,sans-serif;font-size:1.6rem;-webkit-font-smoothing:antialiased;color:#3d3d3d;background:#fff;}@media print{html,body{overflow:inherit;}}p{margin:0;}h1{font-size:3.6rem;}h2{font-size:2.4rem;}h3{font-size:2rem;}h4{font-size:1.8rem;}h5{font-size:1.6rem;}ul,ol,li{padding:0;margin:0;}li{list-style:none;}figure{margin:0;}figcaption{margin-top:1rem;font-size:1.2rem;color:#5d5d5d;}img{display:block;max-width:100%;height:auto;flex:none;}a{word-break:break-word;text-decoration:none;transition:color 0.3s ease-in-out,background-color 0.3s ease-in-out,border-color 0.3s ease-in-out;}@media print{img,tr{page-break-inside:avoid;}}button{cursor:pointer;}hr{height:3px;margin-top:4rem;margin-bottom:4rem;background-color:#0069B4;border:none;}.main-content{position:relative;}.layout-container{position:relative;margin:0 auto;}.layout-content{margin:0 auto;}.layout-content-small{max-width:89rem;margin:0 auto;}.layout-content-medium{max-width:116rem;margin:0 auto;}.layout-content-large{max-width:123rem;margin:0 auto;}.layout-content-xlarge{max-width:136.6rem;margin:0 auto;}@media screen and (min-width:68.8125em){.layout-content-aside-left,.layout-content-aside-right{display:flex;justify-content:space-between;}}.content-type-B{padding:0 2rem 10rem 2rem;}.content-type-C{padding:7rem 2rem 10rem 2rem;}.content-main{position:relative;padding:4rem;background-color:#fff;}.layout-type-A .content-main{position:relative;z-index:2;margin-top:-25rem;}.layout-type-B .content-main{position:relative;z-index:2;margin-top:-33rem;}.layout-type-C .content-main{position:relative;z-index:2;margin-top:-49rem;}.layout-type-D .content-main{position:relative;z-index:2;margin-top:-45rem;}.layout-content-aside-right .content-main{margin-bottom:6rem;padding:5rem 0;}.page-type-list .content-main{padding:0;}.layout-content-aside-left .content-main{margin:2.5rem;padding:0;}@media screen and (min-width:68.8125em){.content-main{padding:10rem;}.layout-content-aside-left .content-main{flex-grow:1;margin:3.5rem;}.layout-content-aside-right .content-main{flex-basis:83rem;flex-shrink:0;margin-right:5%;margin-bottom:0;}}@media screen and (min-width:68.8125em){.content-aside-left,.content-aside-right{flex-shrink:0;}}.content-aside-left{position:relative;}.content-aside-left::before{position:absolute;top:0;right:0;bottom:0;left:-999rem;z-index:0;content:"";background-color:#062f5d;}@media screen and (min-width:68.8125em){.content-aside-left{width:30%;}}@media screen and (min-width:68.8125em){.content-aside-right{flex-basis:33.5rem;}}.btn{background-color:#062f5d;color:#fff;border-color:#062f5d;border:2px solid;}.btn:hover,.btn:focus{background-color:#fff;color:#062f5d;border-color:#062f5d;}.btn-A{background-color:#062f5d;color:#fff;border-color:#062f5d;position:relative;padding:1rem 3rem 1rem 5rem;border:2px solid;}.btn-A:hover,.btn-A:focus{background-color:#fff;color:#062f5d;border-color:#062f5d;}.btn-A::before{position:absolute;top:50%;transform:translateY(-50%);left:2.4rem;content:"";display:block;width:1.6rem;height:1.6rem;background-color:#fff;border-radius:50%;}.btn-A::after{content:"\e902";font-size:0.8rem;position:absolute;top:50%;transform:translateY(-50%);color:#062f5d;left:2.8rem;}.btn-B{background-color:#0069B4;color:#fff;border:2px solid #0069B4;}.btn-B:hover,.btn-B:focus{background-color:#fff;color:#0069B4;}.btn-download{background-color:#fff;color:#3d3d3d;border-color:#448869;position:relative;padding:0.5rem 2rem 0.5rem 4rem;border-width:2px;border-style:solid;font-size:1.4rem;}.btn-download:hover,.btn-download:focus{background-color:#3d3d3d;color:#fff;border-color:#fff;}.btn-download:hover,.btn-download:focus{background-color:#448869;color:#fff;border-color:#448869;}.btn-download::before{content:"\e918";font-size:1.2rem;position:absolute;top:50%;transform:translateY(-50%);left:2rem;color:#448869;transition:all 0.3s ease-in-out;}.btn-download:hover::before,.btn-download:focus::before{color:#fff;}.btn-download span{font-weight:bold;}.btn-print{background-color:#448869;color:#fff;position:relative;border:1px solid #448869;}.btn-print:hover,.btn-print:focus{background-color:#fff;color:#448869;}.btn-print::before{content:"\e90a";font-size:2.2rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:inherit;}.btn-reply{background-color:#fff;color:#448869;border-color:#fff;position:relative;padding:0.5rem 2rem;border-width:2px;border-style:solid;font-size:1.2rem;}.btn-reply:hover,.btn-reply:focus{background-color:#448869;color:#fff;border-color:#fff;}.btn-reply:hover,.btn-reply:focus{background-color:#fff;color:#448869;border-color:#fff;}.btn-reply:hover,.btn-reply:focus{border-color:#448869;}.btn.icon{display:inline-flex;}.btn.icon.icon-before{gap:0.5rem;}.btn.icon.icon-before::before{font-size:1rem;}.icon{text-decoration:none;}.icon-inline,.icon-inline-flex{display:flex;align-items:center;}.icon-inline::before,.icon-inline-flex::before{margin-right:0.25em;}.icon-inline::after,.icon-inline-flex::after{margin-left:0.25em;}.icon-inline-flex{display:inline-flex;}.icon-before.i-arrow::before{content:"\e91d";}.icon-before.i-article::before{content:"\e903";}.icon-before.i-book::before{content:"\e90c";}.icon-before.i-calendar::before{content:"\e901";}.icon-before.i-check::before{content:"\e906";}.icon-before.i-chevron::before{content:"\e915";}.icon-before.i-close::before{content:"\e911";}.icon-before.i-comment::before{content:"\e916";}.icon-before.i-data::before{content:"\e921";}.icon-before.i-download::before{content:"\e918";}.icon-before.i-external-link::before{content:"\e912";}.icon-before.i-facebook::before{content:"\e917";}.icon-before.i-file::before{content:"\e900";}.icon-before.i-filters::before{content:"\e919";}.icon-before.i-home::before{content:"\e923";}.icon-before.i-link::before{content:"\e91c";}.icon-before.i-linkedin::before{content:"\e904";}.icon-before.i-mail::before{content:"\e913";}.icon-before.i-mail-empty::before{content:"\e90f";}.icon-before.i-ministry::before{content:"\e90b";}.icon-before.i-other::before{content:"\e907";}.icon-before.i-plus::before{content:"\e902";}.icon-before.i-position::before{content:"\e91e";}.icon-before.i-print::before{content:"\e90a";}.icon-before.i-reset::before{content:"\e905";}.icon-before.i-rs-flux::before{content:"\e920";}.icon-before.i-search::before{content:"\e914";}.icon-before.i-send::before{content:"\e91f";}.icon-before.i-share::before{content:"\e909";}.icon-before.i-speech::before{content:"\e90d";}.icon-before.i-student::before{content:"\e908";}.icon-before.i-tag::before{content:"\e910";}.icon-before.i-teacher::before{content:"\e922";}.icon-before.i-toolbox::before{content:"\e91a";}.icon-before.i-twitter::before{content:"\e925";}.icon-before.i-x::before{content:"\e925";}.icon-before.i-arrow.angle::before{transform:rotate(-45deg);}.icon-before.i-arrow.reverse{position:absolute;top:-3.5rem;left:0;color:#fff;font-size:1.4rem;}.icon-before.i-arrow.reverse::before{margin-right:1rem;color:#0069B4;font-size:1.2rem;transform:rotate(180deg);}.icon-before.i-send.form-submit{background-color:#0069B4;color:#fff;border:2px solid #0069B4;}.icon-before.i-send.form-submit:hover,.icon-before.i-send.form-submit:focus{background-color:#fff;color:#0069B4;}.icon-before.i-send.form-submit::before{margin-right:1rem;font-size:1.4rem;}.icon-before.i-share{background-color:#062f5d;color:#fff;position:relative;border:1px solid #062f5d;}.icon-before.i-share:hover,.icon-before.i-share:focus{background-color:#fff;color:#062f5d;}.icon-before.i-share::before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.8rem;}.icon-before.i-toolbox{background-color:#448869;color:#fff;display:flex;justify-content:center;border:1px solid #448869;padding:4rem 1.5rem 1rem 1.5rem;position:relative;font-size:1.2rem;font-weight:600;text-transform:uppercase;}.icon-before.i-toolbox:hover,.icon-before.i-toolbox:focus{background-color:#fff;color:#448869;}html[lang=es] .icon-before.i-toolbox{font-size:1rem;}.icon-before.i-toolbox::before{position:absolute;left:50%;transform:translateX(-50%);top:0.8rem;margin:0;font-size:2.4rem;}.icon-after.i-arrow::after{content:"\e91d";}.icon-after.i-article::after{content:"\e903";}.icon-after.i-book::after{content:"\e90c";}.icon-after.i-calendar::after{content:"\e901";}.icon-after.i-check::after{content:"\e906";}.icon-after.i-chevron::after{content:"\e915";}.icon-after.i-close::after{content:"\e911";}.icon-after.i-comment::after{content:"\e916";}.icon-after.i-data::after{content:"\e921";}.icon-after.i-download::after{content:"\e918";}.icon-after.i-external-link::after{content:"\e912";}.icon-after.i-facebook::after{content:"\e917";}.icon-after.i-file::after{content:"\e900";}.icon-after.i-filters::after{content:"\e919";}.icon-after.i-home::after{content:"\e923";}.icon-after.i-link::after{content:"\e91c";}.icon-after.i-linkedin::after{content:"\e904";}.icon-after.i-mail::after{content:"\e913";}.icon-after.i-mail-empty::after{content:"\e90f";}.icon-after.i-ministry::after{content:"\e90b";}.icon-after.i-other::after{content:"\e907";}.icon-after.i-plus::after{content:"\e902";}.icon-after.i-position::after{content:"\e91e";}.icon-after.i-print::after{content:"\e90a";}.icon-after.i-reset::after{content:"\e905";}.icon-after.i-rs-flux::after{content:"\e920";}.icon-after.i-search::after{content:"\e914";}.icon-after.i-send::after{content:"\e91f";}.icon-after.i-share::after{content:"\e909";}.icon-after.i-speech::after{content:"\e90d";}.icon-after.i-student::after{content:"\e908";}.icon-after.i-tag::after{content:"\e910";}.icon-after.i-teacher::after{content:"\e922";}.icon-after.i-toolbox::after{content:"\e91a";}.icon-after.i-twitter::after{content:"\e925";}.icon-after.i-x::after{content:"\e925";}.icon-after.i-arrow.angle::before{transform:rotate(-45deg);}.icon-after.i-arrow.reverse{position:absolute;top:-3.5rem;left:0;color:#fff;font-size:1.4rem;}.icon-after.i-arrow.reverse::before{margin-right:1rem;color:#0069B4;font-size:1.2rem;transform:rotate(180deg);}.icon-after.i-send.form-submit{background-color:#0069B4;color:#fff;border:2px solid #0069B4;}.icon-after.i-send.form-submit:hover,.icon-after.i-send.form-submit:focus{background-color:#fff;color:#0069B4;}.icon-after.i-send.form-submit::before{margin-right:1rem;font-size:1.4rem;}.icon-after.i-share{background-color:#062f5d;color:#fff;position:relative;border:1px solid #062f5d;}.icon-after.i-share:hover,.icon-after.i-share:focus{background-color:#fff;color:#062f5d;}.icon-after.i-share::before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.8rem;}.icon-after.i-toolbox{background-color:#448869;color:#fff;display:flex;justify-content:center;border:1px solid #448869;padding:4rem 1.5rem 1rem 1.5rem;position:relative;font-size:1.2rem;font-weight:600;text-transform:uppercase;}.icon-after.i-toolbox:hover,.icon-after.i-toolbox:focus{background-color:#fff;color:#448869;}html[lang=es] .icon-after.i-toolbox{font-size:1rem;}.icon-after.i-toolbox::before{position:absolute;left:50%;transform:translateX(-50%);top:0.8rem;margin:0;font-size:2.4rem;}.bg-color-A{background-color:#ebf3f5;}.bg-color-B{background-color:#062f5d;}.bg-color-C{background-color:#0069B4;}.bg-color-D{background-color:#0069B4;}.bg-color-E{background-color:#f4f7f8;}.block-list li{padding:3rem 0;border-top:1px solid #dae5e8;}.find-out-more .block-list li{padding-bottom:0;}@media screen and (min-width:53.1875em){.find-out-more .block-list li{padding-top:1rem;padding-bottom:1rem;}}.latest-blogpost .block-list li{padding:2rem 0;}.block-list li:last-child{border-bottom:1px solid #dae5e8;}.block-list-wrapper{background-color:#fff;padding:3rem 2rem;}@media screen and (min-width:40.6875em){.block-list-wrapper{padding:5rem 8rem;}}@media screen and (min-width:68.8125em){.block-list-wrapper{padding:5rem 0;}}@media screen and (min-width:68.8125em){.block-list-wrapper.latest-blogpost{padding:10rem 0;}}.block-list-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;margin-bottom:3rem;}.in-the-media .block-list-header{margin-bottom:0;}@media screen and (min-width:53.1875em){.block-list-header{padding:0;}}.block-list-title{color:#062f5d;font-size:2.8rem;font-weight:400;text-transform:uppercase;}.is-front .block-list-title{font-size:2.4rem;}.find-out-more .block-list-title,.latest-news .block-list-title,.community .block-list-title,.topic .block-list-title{margin-bottom:0;}.in-the-media .block-list-title{color:#fff;}.community .block-list-title{font-weight:400;line-height:1.2;}.block-list-title span{font-weight:bold;}.latest-blogpost .block-list-link{color:#3d3d3d;margin-top:2rem;}@media screen and (min-width:28.1875em){.latest-blogpost .block-list-link{margin-top:0;}}.find-out-more .block-list-link{color:#062f5d;margin-top:2rem;}@media screen and (min-width:28.1875em){.find-out-more .block-list-link{margin-top:5rem;}}.latest-news .block-list-link{margin-top:2rem;}@media screen and (min-width:28.1875em){.latest-news .block-list-link{margin-top:0;}}.block-list-link a{color:inherit;font-size:1.8rem;font-weight:500;line-height:1.2;text-decoration:underline;}.collapsible-continent{position:relative;z-index:1;}.collapsible-continent-cta{position:relative;display:flex;justify-content:space-between;width:100%;padding:1.5rem 2rem 1.5rem 0.5rem;font-size:1.8rem;font-weight:500;border-bottom:1px solid #448869;color:#448869;}.collapsible-continent-cta::after{content:"\e915";font-size:1rem;position:absolute;top:50%;transform:translateY(-50%);right:0;transition:all 0.3s ease-in-out;}.js-collapsible.is-expanded > .collapsible-continent-cta::after{transform:rotate(-180deg) translateY(50%);}.collapsible-continent-content{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.4s ease-in-out,opacity 0.3s ease-in;}.is-expanded > .collapsible-continent-content{max-height:100%;opacity:1;}.collapsible-description{margin-top:1.5rem;}.collapsible-description-cta{background-color:#062f5d;color:#fff;}.collapsible-description-cta:hover,.collapsible-description-cta:focus{background-color:#fff;color:#062f5d;}.collapsible-description-content{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.4s ease-in-out,opacity 0.3s ease-in;}.is-expanded > .collapsible-description-content{max-height:100%;opacity:1;}.text-formatted figure .collapsible-description-inner p{margin-top:0.7rem;}.collapsible-filter-ict{display:grid;grid-template-rows:min-content 0fr;transition:all 0.3s ease-in-out;margin-bottom:2rem;border:2px solid #c6d6db;}.collapsible-filter-ict.is-expanded{grid-template-rows:min-content 1fr;}.collapsible-filter-ict-content{overflow:hidden;visibility:hidden;opacity:0;min-height:0;transition:all 0.3s ease-in-out;}.collapsible-filter-ict.is-expanded > .collapsible-filter-ict-content{overflow:visible;visibility:visible;opacity:1;}.collapsible-filter-ict-cta{position:relative;width:100%;padding:1.5rem 6rem 1.5rem 2rem;color:#448869;font-size:1.6rem;font-weight:500;}.collapsible-filter-ict-cta::after{content:"\e915";font-size:1rem;position:absolute;top:50%;transform:translateY(-50%);right:2rem;transition:all 0.3s ease-in-out;}.collapsible-filter-ict.is-expanded > .collapsible-filter-ict-cta::after{transform:translateY(-50%) rotate(180deg);}.collapsible-filter-ict-inner{padding-inline:2rem;}.collapsible-filter-cta{position:relative;width:100%;margin-bottom:1.5rem;padding-right:6rem;font-size:1.8rem;font-weight:500;}.collapsible-filter-cta::after{content:"\e915";font-size:1.7rem;position:absolute;top:50%;transform:translateY(-50%);right:2rem;transition:all 0.3s ease-in-out;}.collapsible-filter.is-expanded > .collapsible-filter-cta::after{transform:translateY(-50%) rotate(180deg);}.collapsible-filter-content{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.4s ease-in-out,opacity 0.3s ease-in;}.is-expanded > .collapsible-filter-content{max-height:100%;opacity:1;}@media screen and (min-width:53.1875em){.collapsible-main-menu{margin-left:auto;}}.collapsible-main-menu-content{width:100%;background-color:inherit;}@media screen and (max-width:53.125em){.collapsible-main-menu-content{position:absolute;top:100%;left:0;display:none;}}.collapsible-main-menu.is-expanded > .collapsible-main-menu-content{display:block;}.collapsible-main-menu-cta{display:flex;align-items:center;justify-content:center;width:13rem;height:5rem;margin:0.5rem 0;padding-right:1rem;font-size:2rem;}@media screen and (min-width:53.1875em){.collapsible-main-menu-cta{display:none;}}.collapsible-main-menu-cta:focus{outline:2px dotted #062f5d;}.collapsible-main-menu-cta .icon-menu{width:2.4rem;height:1.6rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;margin:0 1.5rem;}.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu{height:2.4rem;}.collapsible-main-menu-cta .icon-menu span{width:100%;height:2px;display:block;background:#062f5d;border-radius:2px;transition:all 0.15s ease-in-out;transform-origin:left;}.collapsible-main-menu-cta .icon-menu span:first-of-type{transform-origin:top left;transition-duration:0.2s;}.collapsible-main-menu-cta .icon-menu span:last-of-type{transform-origin:bottom right;transition-duration:0.2s;}.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu span{width:2.8rem;height:3px;transform:translateX(40px);transition-delay:0.1s;}.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu span:first-of-type{transform:rotate(45deg) translate(2px,-2px);transition-delay:0.2s;}.collapsible-main-menu.is-expanded > .collapsible-main-menu-cta .icon-menu span:last-of-type{transform:rotate(-45deg) translate(12px,-19px);transition-delay:0.2s;}.text-formatted h2,.text-formatted h3,.text-formatted h4,.text-formatted h5,.cke_editable h2,.cke_editable h3,.cke_editable h4,.cke_editable h5{color:#0069B4;}.text-formatted p,.text-formatted blockquote,.text-formatted ul,.text-formatted ol,.text-formatted iframe,.cke_editable p,.cke_editable blockquote,.cke_editable ul,.cke_editable ol,.cke_editable iframe{margin-bottom:2rem;}.text-formatted p,.text-formatted ul,.text-formatted ol,.cke_editable p,.cke_editable ul,.cke_editable ol{overflow:hidden;}.text-formatted p[style*=text-align] img,.cke_editable p[style*=text-align] img{display:inline-block;}.text-formatted iframe,.cke_editable iframe{clear:both;}.text-formatted ul > *,.cke_editable ul > *{position:relative;margin-left:1.5em;}.text-formatted ul > *::before,.cke_editable ul > *::before{content:"";top:0.7em;width:4px;height:4px;background-color:#448869;border-radius:50%;}.text-formatted ol,.cke_editable ol{counter-reset:i;}.text-formatted ol > *,.cke_editable ol > *{position:relative;margin-left:1.5em;}.text-formatted ol > *::before,.cke_editable ol > *::before{content:counter(i) ".";counter-increment:i;position:absolute;top:0;right:100%;margin-right:0.25em;color:#448869;}.text-formatted li,.cke_editable li{margin-bottom:1rem;}.text-formatted a,.cke_editable a{position:relative;z-index:1;}.text-formatted a:not(.btn),.cke_editable a:not(.btn){color:#448869;border-bottom:1px dashed;}.text-formatted a:not(.btn):hover,.text-formatted a:not(.btn):focus,.cke_editable a:not(.btn):hover,.cke_editable a:not(.btn):focus{color:#062f5d;border-bottom:1px solid;}.text-formatted a[target=_blank]::after,.cke_editable a[target=_blank]::after{content:"\e912";font-size:1em;display:inline-block;padding-left:0.5rem;padding-right:0.5rem;}.text-formatted a.cta-button,.cke_editable a.cta-button{display:inline-block;color:#fff;background-color:#0069B4;border:2px solid #0069B4;text-decoration:none;border-radius:2.5rem;font-size:2rem;padding:1rem 2rem;line-height:1;}.text-formatted a.cta-button:hover,.text-formatted a.cta-button:focus,.cke_editable a.cta-button:hover,.cke_editable a.cta-button:focus{background-color:#fff;border-bottom:2px solid #0069B4;color:#0069B4;}.text-formatted figure,.cke_editable figure{clear:both;display:block;margin-bottom:2em;}.text-formatted figure p,.text-formatted figure figcaption,.cke_editable figure p,.cke_editable figure figcaption{display:block;margin-top:0.75em;}.text-formatted blockquote,.cke_editable blockquote{position:relative;padding:0;margin:5rem 0;text-align:center;}.text-formatted blockquote::before,.cke_editable blockquote::before{content:"\e924";font-size:1em;top:-0.5rem;left:-2rem;transform:rotate(180deg);}.text-formatted blockquote::after,.cke_editable blockquote::after{content:"\e924";font-size:1em;}.text-formatted blockquote::before,.text-formatted blockquote::after,.cke_editable blockquote::before,.cke_editable blockquote::after{position:absolute;font-size:2.2rem;color:#dae5e8;}@media screen and (min-width:53.1875em){.text-formatted blockquote::before,.text-formatted blockquote::after,.cke_editable blockquote::before,.cke_editable blockquote::after{font-size:3rem;}}.text-formatted blockquote::before,.cke_editable blockquote::before{top:-0.5rem;left:-3rem;}@media screen and (min-width:68.8125em){.text-formatted blockquote::before,.cke_editable blockquote::before{left:-4rem;}}.text-formatted blockquote::after,.cke_editable blockquote::after{bottom:4rem;right:-3rem;}@media screen and (min-width:68.8125em){.text-formatted blockquote::after,.cke_editable blockquote::after{right:-4rem;}}.text-formatted blockquote p,.cke_editable blockquote p{display:block;margin-bottom:1rem;color:#062f5d;font-size:2rem;font-style:italic;font-weight:500;}.text-formatted blockquote cite,.cke_editable blockquote cite{color:#0069B4;font-size:1.4rem;font-style:normal;}.text-formatted strong,.cke_editable strong{color:#448869;}.text-formatted .align-center,.cke_editable .align-center{text-align:center;}.text-formatted .align-center img,.cke_editable .align-center img{margin-left:auto;margin-right:auto;}@media screen and (max-width:40.625em){.text-formatted .align-left,.text-formatted .align-right,.cke_editable .align-left,.cke_editable .align-right{float:none;}}@media screen and (min-width:40.6875em){.text-formatted .align-left,.text-formatted .align-right,.cke_editable .align-left,.cke_editable .align-right{max-width:50%;}}@media screen and (min-width:40.6875em){.text-formatted .align-left,.cke_editable .align-left{margin-right:2em;}.text-formatted .align-left + *,.cke_editable .align-left + *{clear:right;}}@media screen and (min-width:40.6875em){.text-formatted .align-right,.cke_editable .align-right{margin-left:2em;}.text-formatted .align-right + *,.cke_editable .align-right + *{clear:left;}}.text-formatted .highlight,.cke_editable .highlight{background-color:#0069B4;color:#fff;padding:2rem;margin-bottom:2rem;}.text-formatted .highlight p:last-of-type,.cke_editable .highlight p:last-of-type{margin-bottom:0;}.text-formatted .highlight strong,.text-formatted .highlight em,.cke_editable .highlight strong,.cke_editable .highlight em{color:#fff;}.text-formatted .highlight ul,.text-formatted .highlight ol,.cke_editable .highlight ul,.cke_editable .highlight ol{margin-top:1rem;}.text-formatted .highlight ul:last-child,.text-formatted .highlight ol:last-child,.cke_editable .highlight ul:last-child,.cke_editable .highlight ol:last-child{margin-bottom:0;}.text-formatted .highlight ul li:last-of-type,.text-formatted .highlight ol li:last-of-type,.cke_editable .highlight ul li:last-of-type,.cke_editable .highlight ol li:last-of-type{margin-bottom:0;}.text-formatted .highlight ul > *,.cke_editable .highlight ul > *{position:relative;margin-left:1.5em;}.text-formatted .highlight ul > *::before,.cke_editable .highlight ul > *::before{content:"";top:0.75em;width:6px;height:6px;background-color:#fff;border-radius:50%;}.text-formatted .highlight ol,.cke_editable .highlight ol{counter-reset:i;}.text-formatted .highlight ol > *,.cke_editable .highlight ol > *{position:relative;margin-left:1.5em;}.text-formatted .highlight ol > *::before,.cke_editable .highlight ol > *::before{content:counter(i) ".";counter-increment:i;position:absolute;top:0;right:100%;margin-right:0.25em;color:#fff;}.text-formatted .highlight a,.cke_editable .highlight a{color:inherit;font-weight:700;text-decoration:underline;border-bottom:none;}.text-formatted .highlight a:hover,.text-formatted .highlight a:focus,.cke_editable .highlight a:hover,.cke_editable .highlight a:focus{color:inherit;border-bottom:none;text-decoration:none;}.filter-form{position:relative;z-index:1;padding:3rem;background-color:#062f5d;color:#fff;}@media screen and (min-width:53.1875em){.filter-form{padding:5rem 5rem 5rem 4rem;}}.filter-form-title{font-size:2.8rem;}.filter-form-title::before{margin-right:1rem;font-size:2.2rem;}.filter-form-content > div:not(:last-of-type){margin-bottom:3rem;}.filter-form-facet{margin-bottom:1.5rem;}.filter-form-facet .type-checkbox{display:block;}.filter-form .block-facet--range-date-dropdowns .facet-active .facets-widget-range_date_dropdowns label,.filter-form .block-facet--range-date-dropdowns .facet-inactive .facets-widget-range_date_dropdowns label{color:#fff;font-size:1.6rem;font-weight:normal;}.filter-form .form-submit{background-color:#062f5d;color:#fff;border-color:#fff;margin-top:4rem;justify-content:center;border-width:1px;border-style:solid;}.filter-form .form-submit:hover,.filter-form .form-submit:focus{background-color:#fff;color:#062f5d;border-color:#062f5d;}.filter-form .form-submit::before{margin-right:1rem;transition:all 0.3s ease-in-out;}.filter-form .form-submit:hover::before,.filter-form .form-submit:focus::before{transform:rotate(90deg);}.filter-form .facets-soft-limit-link{display:inline-block;margin-left:3rem;color:#fff;border-bottom:1px dashed;}.filter-form .facets-soft-limit-link:hover,.filter-form .facets-soft-limit-link:focus{border-bottom-style:solid;}.filter-ict{display:grid;margin-bottom:4rem;}.filter-ict-title{margin-bottom:1rem;color:#0069B4;}.filter-ict-content form > div{margin-bottom:1rem;}.filter-ict .form-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;}.filter-ict .form-submit{background-color:#062f5d;color:#fff;border-color:#fff;justify-content:center;margin:0;border-width:1px;border-style:solid;}.filter-ict .form-submit:hover,.filter-ict .form-submit:focus{background-color:#fff;color:#062f5d;border-color:#062f5d;}.form-search-header.search-form{flex-wrap:nowrap;align-items:center;}.form-search-header.search-form .form-search{height:auto;margin:1rem 0.5rem 1rem 1.5rem;padding:1rem 1rem 0.5rem 3.5rem;border-bottom:2px solid #0069B4;}@media screen and (min-width:40.6875em){.form-search-header.search-form .form-search{margin:2rem 0.5rem 2rem 0;}}.form-search-header.search-form .form-actions{align-self:unset;width:auto;}.form-search-header.search-form .form-submit{width:3.5rem;height:3.5rem;padding:0;border:2px solid #0069B4;border-radius:50%;background-color:#0069B4;color:#fff;}.form-search-header.search-form .form-submit::before{padding:0;font-size:1.8rem;}.form-search-presentation.search-form{justify-content:center;align-items:stretch;}@media screen and (min-width:40.6875em){.form-search-presentation.search-form{flex-wrap:nowrap;}}.form-search-presentation.search-form .form-type-search{width:100%;}@media screen and (min-width:40.6875em){.form-search-presentation.search-form .form-type-search{max-width:43rem;margin-right:2px;}}.form-search-presentation.search-form .form-type-select{width:58%;}@media screen and (min-width:40.6875em){.form-search-presentation.search-form .form-type-select{max-width:16.6rem;}}.form-search-presentation.search-form .form-actions{width:42%;}@media screen and (min-width:40.6875em){.form-search-presentation.search-form .form-actions{width:auto;}}.form-search-presentation.search-form .form-search,.form-search-presentation.search-form .form-submit,.form-search-presentation.search-form .form-select{width:100%;height:5rem;margin:0;}.form-search-presentation.search-form .form-search{margin-bottom:2rem;padding:0 3rem;border-radius:2.5rem;}@media screen and (min-width:40.6875em){.form-search-presentation.search-form .form-search{margin-bottom:0;border-radius:2.5rem 0 0 2.5rem;}}.form-search-presentation.search-form .form-select{background-color:#fff;border-radius:2.5rem 0 0 2.5rem;}@media screen and (min-width:40.6875em){.form-search-presentation.search-form .form-select{border-radius:0;}}.form-search-presentation.search-form .form-submit{border-radius:0 2.5rem 2.5rem 0;border:2px solid #0069B4;}.form-search-presentation.search-form .form-submit::before{content:none;}.user-register-form,.user-login-form,.user-pass{max-width:71.5rem;padding-bottom:6rem;margin-left:auto;margin-right:auto;}.user-register-form .form-item,.user-login-form .form-item,.user-pass .form-item{margin-bottom:2em;}.user-register-form label.form-required::after,.user-login-form label.form-required::after,.user-pass label.form-required::after{content:none;}.user-register-form label span.required,.user-login-form label span.required,.user-pass label span.required{color:#f00;}.user-register-form input,.user-login-form input,.user-pass input{margin-bottom:0.5em;}.user-register-form .form-description,.user-login-form .form-description,.user-pass .form-description{margin-top:-0.5rem;font-style:italic;}.user-register-form .form-actions,.user-login-form .form-actions,.user-pass .form-actions{text-align:center;}.user-register-form .form-submit,.user-login-form .form-submit,.user-pass .form-submit{border:2px solid #0069B4;}.search-form{display:flex;flex-wrap:wrap;}@media screen and (min-width:40.6875em){.search-form{flex-wrap:nowrap;align-items:center;align-content:stretch;}}.search-form .search-label{padding-right:3.5rem;color:#fff;}@media screen and (min-width:53.1875em){.search-form .search-label{min-width:-moz-max-content;min-width:max-content;}}.search-form .form-type-search{display:flex;flex-wrap:wrap;flex-grow:1;align-items:baseline;}@media screen and (min-width:53.1875em){.search-form .form-type-search{flex-wrap:nowrap;}}.search-form .form-search{height:5.3rem;margin-bottom:0;border-right:0;background-color:#fff;text-overflow:ellipsis;}.search-form .form-actions{align-self:flex-end;width:100%;}@media screen and (min-width:40.6875em){.search-form .form-actions{width:auto;}}.search-form .form-submit{display:flex;align-items:center;justify-content:center;width:100%;padding:1.5rem 3.5rem 1.5rem 2.5rem;border:1px solid #062f5d;}.search-form .form-submit::before{content:"\e914";font-size:1.5rem;display:inline-block;padding-right:1rem;}@media screen and (min-width:53.1875em){.search-form .form-submit{width:auto;}}@media print{.search-form{display:none;}}.contextual-region{position:static;}.contextual{top:auto;right:auto;margin:-8px 0 0 -8px;}@media print{.contextual{display:none;}}.contextual .trigger{float:left;}.contextual.open .contextual-links a{background-color:#062f5d;color:#fff;display:block;}.contextual.open .contextual-links a:hover,.contextual.open .contextual-links a:focus{background-color:#fff;color:#062f5d;}.block-local-tasks-block nav.tabs{max-width:116rem;margin:0 auto;}.block-local-tasks-block .tabs.primary li{display:inline-block;margin:4px;}.block-local-tasks-block .tabs.primary a{background-color:#062f5d;color:#fff;border:2px solid #062f5d;}.block-local-tasks-block .tabs.primary a:hover,.block-local-tasks-block .tabs.primary a:focus{background-color:#fff;color:#062f5d;}.quickedit-toolbar-container{z-index:501;}.quickedit-toolbar-label{padding:0.345em;margin-top:2px;}.quickedit .icon-close::before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}.messages{padding:1em 1.5em;margin:0 0 2em;border:5px solid;border-radius:0;box-shadow:none;background:none;color:#062f5d;font-weight:600;}.messages--error{border-color:transparent;background:#f00;color:#fff;}.messages--warning{color:#f00;}.list-countries{padding:1rem;}.list-countries > *{position:relative;margin-left:1.5em;}.list-countries > *::before{content:"";top:0.7em;width:4px;height:4px;background-color:#448869;border-radius:50%;}.list-countries > *{margin-top:0.5rem;}.list-countries a{color:#3d3d3d;}.list-countries a:hover{text-decoration:underline;}.list-type-A{padding:0 5rem;}.list-type-A li{padding:2.5rem 0;border-bottom:1px solid #dae5e8;}.list-type-B{padding:0 3.5rem;}.list-type-B li{padding:3rem 0;border-bottom:1px solid #dae5e8;}.list-type-B li:last-child{border-bottom:none;}.list-type-C{padding:2rem;display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}@media screen and (min-width:53.1875em){.list-type-C{padding:4rem 3.5rem 1.5rem;}}.list-type-C > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}@media screen and (min-width:40.6875em){.list-type-C > *{width:calc(100% / 2 - 0.1px);}}@media screen and (min-width:53.1875em){.list-type-C > *{width:calc(100% / 4 - 0.1px);}}.list-comments ul{margin-left:8%;}.breadcrumb{position:absolute;top:0;right:0;left:0;z-index:1;font-size:1.4rem;color:#fff;background-color:rgba(0,0,0,0.5);}body.user-logged-in .breadcrumb,body.path-user .breadcrumb{position:relative;}.breadcrumb ol{display:flex;flex-wrap:wrap;padding:1.4rem 0.5rem 1.1rem;}.breadcrumb li:not(:first-child)::before{content:" > ";}.breadcrumb li:first-child a{position:relative;display:inline-block;width:2rem;height:2rem;padding:0;overflow:hidden;white-space:nowrap;font-size:1.2rem;}.breadcrumb li:first-child a::before{content:"\e923";font-size:1em;}.breadcrumb li:first-child a::before{text-indent:0;}.breadcrumb li a{padding:0.5rem;}.breadcrumb a{color:inherit;}.breadcrumb a:hover,.breadcrumb a:focus{text-decoration:underline;}@media print{.breadcrumb{display:none;}}.menu--language .links{display:flex;align-items:baseline;}.menu--language .links li{position:relative;display:flex;align-items:center;padding:0 1rem;}@media screen and (min-width:40.6875em){.menu--language .links li{padding:1rem;}}.menu--language .links li:not(:last-of-type)::after{content:"";position:absolute;right:-0.2rem;width:0.2rem;height:1.5rem;background-color:#0069B4;}.menu--language .links li a,.menu--language .links li span{color:inherit;font-family:"Public Sans",Arial,sans-serif;font-size:1.4rem;text-transform:uppercase;}.menu--language .links li a[aria-current=true],.menu--language .links li span[aria-current=true]{border-bottom:2px solid #0069B4;font-weight:bold;}.menu--language .links li span{text-decoration:line-through;}.pager{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;min-height:7.5rem;margin:0;padding:1rem;color:#448869;background-color:#f4f7f8;}@media print{.pager{display:none;}}.pager__items{flex-grow:1;display:flex;justify-content:center;align-items:center;}@media screen and (max-width:40.625em){.pager__items{flex-wrap:wrap;}}.pager__next,.pager__previous{position:relative;text-align:center;}@media screen and (max-width:40.625em){.pager__next,.pager__previous{width:100%;}}.pager__next:hover,.pager__previous:hover{text-decoration:underline;}.pager__next{margin-left:auto;}.pager__previous{margin-right:auto;}.pager__link{display:inline-flex;align-items:center;min-width:3rem;min-height:3rem;padding:0.5em;font-size:1.4rem;font-weight:500;color:inherit;text-decoration:underline;}.pager__link:hover,.pager__link:focus{text-decoration:underline;color:#3d3d3d;}.pager__item.is-active .pager__link{text-decoration:none;font-weight:600;color:#3d3d3d;}.pager__previous .pager__link,.pager__next .pager__link{position:relative;padding-left:2rem;padding-right:2rem;text-decoration:none;color:#3d3d3d;}.pager__previous .pager__link:hover span,.pager__next .pager__link:hover span{text-decoration:underline;}.pager__previous .pager__link::before{content:"\e91d";font-size:1em;}.pager__previous .pager__link::before{transform:scaleX(-1);margin-right:1rem;color:#448869;}.pager__next .pager__link::after{content:"\e91d";font-size:1em;}.pager__next .pager__link::after{margin-left:1rem;color:#448869;}.sitemap h2,.sitemap .content > a,.sitemap-box h2,.sitemap-box .content > a{font-size:2.4rem;color:#0069B4;}.sitemap h2:not(:first-child),.sitemap h3:not(:first-child),.sitemap-box h2:not(:first-child),.sitemap-box h3:not(:first-child){margin-top:2rem;}.sitemap .menu + .menu,.sitemap-box .menu + .menu{margin-top:2rem;}.sitemap .menu > li + li,.sitemap-box .menu > li + li{margin-top:2rem;}.sitemap .menu > li > a,.sitemap .menu > li > button,.sitemap-box .menu > li > a,.sitemap-box .menu > li > button{font-size:2rem;}.sitemap .menu > li > a:hover,.sitemap .menu > li > a:focus,.sitemap .menu > li > button:hover,.sitemap .menu > li > button:focus,.sitemap-box .menu > li > a:hover,.sitemap-box .menu > li > a:focus,.sitemap-box .menu > li > button:hover,.sitemap-box .menu > li > button:focus{text-decoration:underline;}.sitemap .menu-submenu-list,.sitemap-box .menu-submenu-list{border-left:2px solid #448869;}.sitemap .menu-submenu-list > *,.sitemap-box .menu-submenu-list > *{position:relative;margin-left:1.5em;}.sitemap .menu-submenu-list > *::before,.sitemap-box .menu-submenu-list > *::before{content:"";top:0.7em;width:4px;height:4px;background-color:#448869;border-radius:50%;}.sitemap .menu-submenu-list .menu-submenu-list,.sitemap-box .menu-submenu-list .menu-submenu-list{margin-left:-1rem;}.sitemap .menu-submenu-list ul,.sitemap-box .menu-submenu-list ul{margin-top:1rem;margin-bottom:1rem;}.sitemap .menu-submenu-list li,.sitemap-box .menu-submenu-list li{margin-left:3rem;}.sitemap .menu-submenu-list li a,.sitemap-box .menu-submenu-list li a{color:#3d3d3d;}.sitemap .menu-submenu-list li a:hover,.sitemap-box .menu-submenu-list li a:hover{text-decoration:underline;}.slick-vertical .slick-slide{width:100% !important;}@media screen and (max-width:53.125em){.slick-dots{position:absolute;left:50%;transform:translateX(-50%);display:flex;bottom:2.5rem;}}@media screen and (min-width:53.1875em){.slick-dots{position:absolute;top:50%;transform:translateY(-50%);right:2.5rem;}}@media screen and (max-width:53.125em){.slick-dots li:not(:last-child){margin-right:0.8rem;}}@media screen and (min-width:53.1875em){.slick-dots li:not(:last-child){margin-bottom:0.8rem;}}.slick-dots li button{width:1.2rem;height:1.2rem;border:1px solid #062f5d;border-radius:50%;text-indent:-999rem;transition:all 0.3s ease-in-out;}.slick-dots li button:hover,.slick-dots li button:focus{background-color:#448869;}.slick-dots li.slick-active button{background-color:#062f5d;}.in-the-media .social-wall{height:100%;}.in-the-media .social-wall ul{height:100%;}.share-buttons{position:absolute;top:-7rem;left:0;}@media screen and (min-width:68.8125em){.share-buttons{top:0;right:-7rem;left:auto;}}.share-buttons-list{display:flex;}@media screen and (min-width:68.8125em){.share-buttons-list{flex-direction:column;}}.share-buttons li{height:7rem;}@media screen and (min-width:40.6875em){.author{display:flex;align-items:center;}}.author-title{color:#448869;font-weight:700;}.author-wrapper{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;}@media screen and (max-width:40.625em){.author-media{margin-bottom:2.5rem;}}@media screen and (min-width:40.6875em){.author-media{flex:0 0 auto;margin-right:2.5rem;}}.author-media img{border-radius:50%;}.author-name{font-size:1.8rem;font-weight:700;}.author-position{font-style:italic;}.aria-autocomplete__wrapper{margin-bottom:2rem;font-size:inherit;border:none;}.aria-autocomplete__wrapper::before{content:"\e914";font-size:1em;position:absolute;top:0.2rem;right:0.5rem;color:#062f5d;}.aria-autocomplete__wrapper--multiple .aria-autocomplete__input{min-height:3rem;padding:0 3rem 0 0;margin-bottom:1.5rem;font-size:1.4rem;font-weight:600;background-color:#fff;border-bottom:1px solid #c6d6db;}.aria-autocomplete__wrapper--multiple .aria-autocomplete__input:focus{outline:none;border-bottom:1px solid #062f5d;}.aria-autocomplete__list{padding:0;margin-top:-1rem;border:2px solid #c6d6db;border-radius:0;}.aria-autocomplete__option{padding-block:0.5rem;}.aria-autocomplete__selected{padding:0.5rem 3rem 0.5rem 1rem;margin:0 0.5rem 0.5rem 0;font-size:1.4rem;background-color:#062f5d;color:#fff;border-width:0;transition:all 0.3s ease-in-out;}.aria-autocomplete__selected:hover,.aria-autocomplete__selected:focus{background-color:#0069B4;}.back-top{background-color:#fff;color:#448869;border-color:#dae5e8;z-index:1;opacity:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border-width:1px;border-style:solid;font-size:1.4rem;font-weight:600;text-transform:uppercase;transition:all 0.3s ease-in-out;}.back-top:hover,.back-top:focus{background-color:#448869;color:#fff;border-color:#fff;}.back-top::before{content:"\e91d";font-size:1.5em;transform:rotate(-90deg);}@media screen and (min-width:53.1875em){.back-top{right:0;bottom:0;}}.back-top.show{opacity:1;}.back-top.sticky{position:fixed;bottom:0;}.back-top-wrapper{position:absolute;right:0;left:0;display:flex;justify-content:flex-end;align-items:flex-end;width:100%;height:0;margin:0 auto;}.back-top span{margin-top:0.5rem;}.block-informed-follow{position:relative;}.block-informed-follow-media{position:absolute;top:0;right:0;bottom:0;left:0;}.block-informed-follow-media::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:rgba(0,0,0,0.5);}.block-informed-follow-media div{height:100%;}.block-informed-follow-content{position:relative;display:flex;flex-wrap:wrap;width:100%;padding:3rem 2rem;}.is-front .block-informed-follow-content{justify-content:space-between;}@media screen and (min-width:40.6875em){.block-informed-follow-content{padding:4rem 3rem;}}@media screen and (min-width:53.1875em){.block-informed-follow-content{flex-wrap:nowrap;padding-right:10rem;}}@media screen and (min-width:68.8125em){.block-informed-follow-content{padding:3.5rem 22rem 3.5rem 10rem;}}.block-informed-follow-content > :last-child{margin-top:3rem;}@media screen and (min-width:53.1875em){.block-informed-follow-content > :last-child{margin-top:0;}}.block-informed-submit{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;margin-left:0;margin-right:0;}.block-informed-submit > *{width:calc(100% / 1 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;margin-bottom:0;padding:0;}@media screen and (min-width:53.1875em){.block-informed-submit > *{width:calc(100% / 2 - 0.1px);}}.buttons-bottom-content{display:flex;justify-content:center;flex-wrap:wrap;margin-top:2.5rem;gap:2.5rem;}@media screen and (min-width:53.1875em){.buttons-bottom-content{margin-top:3.5rem;justify-content:space-between;}}.buttons-bottom-content .btn{background-color:#448869;color:#fff;border-color:#448869;padding:1rem 2rem;}.buttons-bottom-content .btn:hover,.buttons-bottom-content .btn:focus{background-color:#fff;color:#448869;border-color:#448869;}.buttons-bottom-content .i-arrow::before{font-size:1.4rem;}.collapsible-search{z-index:2;display:flex;align-items:center;}.collapsible-search-content{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.4s ease-in-out,opacity 0.3s ease-in;position:absolute;right:0;width:0;background-color:#fff;transition:all ease-in-out 0.3s;}.is-expanded > .collapsible-search-content{max-height:100%;opacity:1;}.collapsible-search.is-expanded > .collapsible-search-content{width:100%;max-width:85.5%;}@media screen and (min-width:53.1875em){.collapsible-search.is-expanded > .collapsible-search-content{max-width:100%;}}.collapsible-search-cta{z-index:2;overflow:hidden;position:relative;display:block;width:3.5rem;height:3.5rem;margin-left:auto;margin-right:1rem;border:2px solid #0069B4;border-radius:50%;transition:all ease-in-out 0.3s;}.collapsible-search.is-expanded > .collapsible-search-cta{position:absolute;left:17.5%;border:none;}@media screen and (min-width:40.6875em){.collapsible-search.is-expanded > .collapsible-search-cta{left:14.5%;}}@media screen and (min-width:53.1875em){.collapsible-search.is-expanded > .collapsible-search-cta{left:0;}}.collapsible-search-cta::before{content:"\e914";font-size:1.8rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#0069B4;text-indent:0;}.collapsible-search.is-expanded > .collapsible-search-cta::before{content:"\e911";}.collapsible-share{display:grid;grid-template-rows:min-content 0fr;transition:all 0.3s ease-in-out;position:relative;z-index:1;}.collapsible-share.is-expanded{grid-template-rows:min-content 1fr;}.collapsible-share-content{overflow:hidden;visibility:hidden;opacity:0;min-height:0;transition:all 0.3s ease-in-out;}.collapsible-share.is-expanded > .collapsible-share-content{overflow:visible;visibility:visible;opacity:1;}.collapsible-share-content{position:absolute;top:100%;left:0;}.collapsible-share-cta{background-color:#062f5d;color:#fff;position:relative;overflow:hidden;text-indent:100%;border:1px solid #062f5d;transition:all 0.3s ease-in-out;}.collapsible-share-cta:hover,.collapsible-share-cta:focus{background-color:#fff;color:#062f5d;}.collapsible-share-cta::before{content:"\e909";font-size:1.8rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-indent:0;}.collapsible-share.is-expanded > .collapsible-share-cta{background-color:#fff;color:#062f5d;}.collapsible-tools{display:none;color:#fff;}@media screen and (min-width:53.1875em){.collapsible-tools{display:flex;flex-direction:column;position:fixed;right:0;top:47%;z-index:3;}}.collapsible-tools-cta{align-self:flex-end;line-height:normal;}.collapsible-tools.is-expanded > .collapsible-tools-cta{width:100%;}html[lang=es] .collapsible-tools-cta{width:8rem;height:8rem;}.collapsible-tools-content{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.4s ease-in-out,opacity 0.3s ease-in;}.collapsible-tools.is-expanded > .collapsible-tools-content{max-height:100%;opacity:1;}.collapsible-tools-list a{display:block;padding:1.5rem;font-size:1.4rem;font-weight:600;color:inherit;background-color:#3c775c;border:1px solid #dae5e8;}.collapsible-tools-list a:hover,.collapsible-tools-list a:focus{background-color:#2b5542;}.community{padding:4rem 2rem 3rem;}@media screen and (min-width:53.1875em){.community{padding:6rem 1rem;}}.community-list li{display:flex;margin:0 0 2rem;}@media screen and (min-width:53.1875em){.community-list li{margin:0;}}.community-submit{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;}@media screen and (min-width:53.1875em){.community-submit{margin-top:3rem;}}@media print{.community-submit{display:none;}}.community-submit > *{padding-left:1.5rem;padding-right:1.5rem;}.community-submit-title{font-size:2.4rem;}.country + .country{margin-top:4.5rem;}.country-info{margin-top:2rem;}.country-info-title{color:#0069B4;}.country-info ul{margin-top:1rem;}.country-info > li:not(:first-child){margin-top:2rem;}.country-info > li li:not(:first-child){margin-top:1rem;}.country-info span{color:#448869;font-weight:500;}.country-info a span{color:#3d3d3d;transition:all 0.3s ease-in-out;}.country-info a:hover span,.country-info a:focus span{color:#fff;}.country-info-website a{color:#0069B4;text-decoration:underline;}.footer{font-size:1.4rem;}.footer-main{position:relative;z-index:1;}.footer-main::before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";max-width:125rem;margin:1.5rem auto 0;background-position:calc(100% - 1.5rem) 0;background-repeat:no-repeat;background-image:url(/themes/custom/customer/images/footer-angle.svg);}.footer-main .columns{padding:1rem;}.footer-main .columns > *{padding:1rem;}@media screen and (min-width:53.1875em){.footer-main .columns{padding:4rem 0 2.5rem;margin:0 1rem;}}.footer-contact .icon-inline.icon-before{display:inline-block;padding:0.3rem 0 0.4rem;}.footer-contact .icon-inline.icon-before:hover{text-decoration:underline;}.footer-contact .icon-inline.icon-before::before{display:inline-block;width:1rem;font-size:1.2rem;margin-right:1rem;}.footer-secondary{position:relative;z-index:2;padding:0.5rem;color:#fff;font-family:"Public Sans",Arial,sans-serif;}@media screen and (min-width:40.6875em){.footer-secondary .menu{display:flex;justify-content:center;flex-wrap:wrap;}}.footer-secondary .menu-item{position:relative;padding:0 1rem;text-align:center;}.footer-secondary .menu-item:not(:first-of-type)::before{position:absolute;left:50%;transform:translateX(-50%);top:0;content:"";width:1.8rem;height:2px;background:#0069B4;}@media screen and (min-width:40.6875em){.footer-secondary .menu-item:not(:first-of-type)::before{position:absolute;top:50%;transform:translateY(-50%);left:0;height:1.8rem;width:2px;}}.footer-secondary .menu-link{display:block;padding:1rem;font-size:1.4rem;font-weight:500;color:inherit;text-transform:uppercase;}.footer-secondary .menu-link:hover,.footer-secondary .menu-link:focus,.footer-secondary .menu-link:active{text-decoration:underline;}.footer{color:#fff;font-family:"Public Sans",Arial,sans-serif;}@media print{.footer{display:none;}}.footer a{color:inherit;}.glossary-menu-link{position:relative;display:block;padding:0.5rem;line-height:1;text-transform:uppercase;font-weight:600;}.glossary-menu-link.available::after,.glossary-menu-link.active::after{position:absolute;right:0.5rem;bottom:0.25rem;left:0.5rem;content:"";display:block;height:1px;background-color:currentColor;transition:all 0.3s ease-in-out;}.glossary-menu-link.available:hover::after,.glossary-menu-link.available:focus::after,.glossary-menu-link.active:hover::after,.glossary-menu-link.active:focus::after{height:2px;}.glossary-menu-link.available{color:#448869;}.glossary-menu-link.available:hover,.glossary-menu-link.available:focus{color:#3d3d3d;}.glossary-menu-link.active{background-color:#448869;color:#fff;}.glossary-menu-link.active:hover,.glossary-menu-link.active:focus{background-color:#3d3d3d;}.glossary-menu{padding:1.5rem;background-color:#f4f7f8;color:#3d3d3d;}@media screen and (min-width:53.1875em){.glossary-menu{padding:3rem 3rem 2rem;}}@media print{.glossary-menu{display:none;}}.glossary-menu-list{display:flex;flex-wrap:wrap;}@media screen and (min-width:53.1875em){.glossary-menu-list{justify-content:space-between;}}.glossary-menu-item{margin:0.5rem;}@media screen and (min-width:53.1875em){.glossary-menu-item{margin:0;}}.glossary-menu-cta{display:flex;justify-content:flex-end;margin-top:2rem;}.glossary-menu-cta a{color:inherit;}.glossary-menu-cta a:hover,.glossary-menu-cta a:focus{color:#448869;}.glossary-menu-cta a::after{margin-left:1rem;font-size:1.2rem;}.header{position:relative;background-color:transparent;color:#000;transition:all 0.3s ease-in-out;}@media screen and (min-width:40.6875em){.header{position:sticky;top:0;z-index:100;width:100%;color:#fff;}}.header.is-sticky,.header:hover,.header:focus-within,body:not(.is-front) .header{background-color:#fff;color:#000;}@media screen and (min-width:40.6875em){body.user-logged-in .header{top:54px;}}@media screen and (min-width:40.6875em){body.is-front .header{position:fixed;}}.header-wrapper{display:flex;flex-direction:column;align-items:center;position:relative;z-index:5;}.header-content{display:flex;flex-direction:column;justify-content:space-between;width:100%;}@media screen and (min-width:53.1875em){.header-content{flex-direction:row;}}.header a{transition:none;}.header-top,.region-header-top{display:flex;align-items:baseline;}@media screen and (min-width:53.1875em){.header-top,.region-header-top{flex-direction:row;}}.region-header-top{flex-wrap:wrap;justify-content:space-between;width:100%;}.region-header-top .copyright{padding:0.5rem 1rem;color:inherit;font-size:1rem;}@media screen and (min-width:40.6875em){.region-header-top .copyright{padding:0;font-size:1.2rem;}}.region-header-top .copyright a{color:inherit;border-bottom:1px solid #0069B4;font-weight:bold;}.region-header-top .header-top{flex-wrap:wrap;justify-content:center;width:100%;margin-bottom:0.8rem;}@media screen and (min-width:53.1875em){.region-header-top .header-top{width:auto;}}@media screen and (min-width:28.1875em){.region-header-top .header-top{justify-content:space-between;margin:0;}}.region-header .header-logo{display:flex;}@media screen and (max-width:53.125em){.region-header .header-logo{padding-left:1rem;}}.region-navigation{position:relative;display:flex;justify-content:space-between;width:100%;}@media print{.region-navigation{display:none;}}@media screen and (min-width:53.1875em){.region-navigation{max-width:50rem;}}@media screen and (min-width:68.8125em){.region-navigation{max-width:67rem;}}.region-navigation .block-search{display:flex;width:auto;}.heading{position:relative;min-height:65.5rem;padding:10rem 2rem 30rem;background-repeat:no-repeat;background-position:50%;background-size:cover;background-color:#062f5d;color:#fff;}.heading:has(.subheading){min-height:inherit;}.heading::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:rgba(0,0,0,0.3);}.heading.type-small{min-height:40.5rem;padding-bottom:3rem;}.heading-wrapper{position:relative;z-index:1;}.in-the-media{padding:3rem 2rem;color:#fff;background:url(/themes/custom/customer/images/bg-media-B.jpg) top no-repeat;background-size:cover;}@media screen and (min-width:53.1875em){.in-the-media{padding:4.5rem 0;}}.in-the-media-list{display:flex;flex-wrap:wrap;margin-right:-2.75rem;margin-left:-2.75rem;}.in-the-media-list > *{width:calc(100% / 1 - 0.1px);padding-right:2.75rem;padding-left:2.75rem;margin-bottom:5.5rem;}@media screen and (min-width:40.6875em){.in-the-media-list > *{width:calc(100% / 2 - 0.1px);}}@media screen and (min-width:53.1875em){.in-the-media-list > *{width:calc(100% / 3 - 0.1px);}}.in-the-media li{margin-bottom:2rem;}@media screen and (min-width:53.1875em){.in-the-media li{margin-bottom:0;}}.in-the-media .block-social-wall{height:100%;}.item-blog-highlight{padding:2rem 5rem 5rem 5rem;}.item-blog-highlight::after{position:absolute;right:0;bottom:0;left:0;content:"";width:100%;height:1px;background-color:#dae5e8;}.item-blog-highlight:hover .item-blog-highlight-title a:hover,.item-blog-highlight:hover .item-blog-highlight-title a:focus{text-decoration:underline;}.item-blog-highlight:hover .item-blog-highlight-cta::after{transform:translateX(0.5rem);}.item-blog-highlight-title{color:#0069B4;font-size:2.4rem;}.item-blog-highlight a{color:inherit;}.item-blog-highlight-date-comments{display:flex;margin-bottom:1.5rem;font-size:1.4rem;}.item-blog-highlight-media{margin:4rem 0;}.item-blog-highlight-cta{display:inline-block;position:relative;margin-top:2rem;padding-right:1.5rem;font-size:1.8rem;font-weight:500;}.item-blog-highlight-cta::after{position:absolute;top:0.7rem;right:0;color:#0069B4;font-size:1.2rem;transition:all 0.3s ease-in-out;}@media screen and (min-width:53.1875em){.item-blog{display:flex;}}.item-blog-media{display:flex;align-items:center;flex-shrink:0;}@media screen and (max-width:53.125em){.item-blog-media{justify-content:center;}}.item-blog-content{padding:0.5rem 2rem 0.5rem 2rem;}.item-blog-title{font-size:2rem;font-weight:500;}.item-blog a{color:inherit;}.item-blog a:hover,.item-blog a:focus{text-decoration:underline;}.item-blog-author{color:#448869;font-weight:500;}.item-blog-highlight .item-blog-author{margin-bottom:1.5rem;}.item-comment{padding-top:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #c6d6db;}.item-comment-header{display:flex;justify-content:space-between;margin-left:-1rem;margin-right:-1rem;font-size:1.2rem;}.item-comment-header > *{padding:1rem;}.item-comment-author{color:#448869;font-weight:500;}.item-comment-highlight .item-comment-author{margin-bottom:1.5rem;}.item-comment-footer{margin-top:0.5rem;}.item-community{width:100%;min-height:19rem;background-color:#0069B4;}.item-community a{color:inherit;}.item-community a:hover,.item-community a:focus{text-decoration:underline;}.item-community-media{position:absolute;top:0;right:0;bottom:0;left:0;}.item-community-media div{height:100%;}.item-community-media img{opacity:0.2;}.item-community-title{font-size:2.2rem;font-weight:700;}.item-community-content{position:relative;height:100%;padding:1.5rem 2rem;color:#fff;}@media screen and (min-width:40.6875em){.item-community-content{padding:3rem;}}.item-glossary{display:flex;flex-direction:column;justify-content:space-between;width:100%;}.item-glossary-media{display:flex;justify-content:center;}.item-glossary-media img{width:100%;}.item-glossary-title{margin-bottom:0;}.item-glossary a{display:flex;align-items:center;min-height:6.6rem;padding:1.5rem;font-size:1.4rem;font-weight:500;background-color:#dae5e8;color:#0069B4;outline-offset:-2px;}.item-glossary a:hover,.item-glossary a:focus{background-color:#062f5d;color:#fff;}.item-news-highlight{display:flex;align-items:stretch;min-height:20rem;color:#fff;background-color:#062f5d;}@media screen and (min-width:53.1875em){.item-news-highlight{width:100%;min-height:42rem;height:100%;}}.item-news-highlight-media{position:absolute;top:0;right:0;bottom:0;left:0;}.item-news-highlight-media div{height:100%;}.item-news-highlight-content{position:relative;width:100%;padding:2rem;background-color:rgba(6,47,93,0.7);}@media screen and (min-width:53.1875em){.item-news-highlight-content{padding:7.5rem 5.5rem 3rem;}}.item-news-highlight-title{font-size:2rem;margin-bottom:0;}@media screen and (min-width:53.1875em){.item-news-highlight-title{font-size:3rem;}}.item-news-highlight a{color:inherit;}.item-news-highlight a:hover,.item-news-highlight a:focus{text-decoration:underline;}.item-partner{display:flex;flex-direction:column;min-height:19rem;background-color:#dae5e8;}@media screen and (min-width:53.1875em){.item-partner{display:grid;grid-template-columns:auto;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:0;}.item-partner:hover .item-partner-content,.item-partner:focus-within .item-partner-content{opacity:1;}.item-partner > div{grid-area:1/1/2/2;}}.item-partner-media{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:2rem;}@media screen and (min-width:53.1875em){.item-partner-content,.item-partner-title{display:flex;justify-content:stretch;align-items:stretch;width:100%;}}.item-partner-content{margin-top:auto;}@media screen and (min-width:53.1875em){.item-partner-content{margin-top:0;transition:all 0.3s ease-in-out;opacity:0;}}.item-partner-title{display:flex;justify-content:center;align-items:center;margin-bottom:0;background-color:#062f5d;}.item-partner a{width:100%;padding:1.5rem;font-size:1.2rem;color:#fff;outline-offset:-2px;}.item-partner a[target=_blank]::after{content:"\e912";font-size:1em;display:inline-block;padding-left:0.5rem;padding-right:0.5rem;}.item-press{position:relative;}@media screen and (min-width:53.1875em){.item-press{display:flex;}}.item-press-media{display:flex;align-items:center;}@media screen and (max-width:53.125em){.item-press-media{justify-content:center;}}@media screen and (min-width:53.1875em){.item-press-media{flex-basis:17rem;flex-shrink:0;}}.item-press-content{flex-grow:1;padding:2rem;}.item-press-title{margin-bottom:0;font-size:2rem;font-weight:500;}.item-press-title a{color:inherit;}.item-press-title a:hover,.item-press-title a:focus{text-decoration:underline;}.item-press-info{font-size:1.4rem;}@media screen and (max-width:53.125em){.item-press-info{margin-top:0.5rem;}}.item-press-newspaper{color:#448869;font-weight:500;}.item-press-date + .item-press-country{position:relative;padding-left:0.5rem;}.item-press-date + .item-press-country::before{position:absolute;top:50%;transform:translateY(-50%);top:1rem;left:1px;content:"";width:1px;height:1.5rem;background-color:#3d3d3d;}.item-publication{position:relative;}@media screen and (min-width:53.1875em){.item-publication{display:flex;}}.item-publication-media{display:flex;align-items:center;}@media screen and (max-width:53.125em){.item-publication-media{justify-content:center;}}@media screen and (min-width:53.1875em){.item-publication-media{flex-basis:9.7rem;flex-shrink:0;}}.item-publication-content{flex-grow:1;padding:2rem;}.item-publication-title{margin-bottom:0;font-size:2rem;font-weight:500;}.item-publication-title a{color:inherit;}.item-publication-title a:hover,.item-publication-title a:focus{text-decoration:underline;}@media screen and (max-width:53.125em){.item-publication-info,.item-publication-cta{margin-top:0.5rem;}}.item-publication-info{font-size:1.4rem;}.item-publication-author{color:#448869;font-weight:500;}.item-publication-pages:not(:only-child){position:relative;padding-left:0.5rem;}.item-publication-pages:not(:only-child)::before{content:"";display:inline-block;vertical-align:middle;width:1px;height:1.5rem;background-color:#3d3d3d;transform:translate(-0.2rem,-0.2rem);}@media screen and (min-width:53.1875em){.item-publication-cta{position:absolute;right:0;bottom:0;}}.item-publication-cta a{margin-bottom:1rem;}.item-quick-access{background-color:#fff;background-position:calc(100% - 2rem) 50%;background-repeat:no-repeat;background-size:3rem auto;}@media screen and (min-width:40.6875em){.item-quick-access{background-size:6rem auto;}}.item-quick-access a{display:flex;align-items:center;min-height:10.4rem;padding:1.5rem 6rem 1.5rem 1.5rem;text-decoration:none;font-size:1.8rem;font-weight:600;color:inherit;}@media screen and (min-width:40.6875em){.item-quick-access a{padding:1rem 9rem 1rem 3rem;}}.item-quick-access a:hover,.item-quick-access a:focus{text-decoration:underline;}.item-quick-access.quick-access-A{background-image:url(/themes/custom/customer/images/quick-access/quick-access-a.svg);}.item-quick-access.quick-access-B{background-image:url(/themes/custom/customer/images/quick-access/quick-access-b.svg);}.item-quick-access.quick-access-C{background-image:url(/themes/custom/customer/images/quick-access/quick-access-c.svg);}.item-resource{position:relative;}@media screen and (min-width:53.1875em){.item-resource{display:flex;}}.item-resource-media{display:flex;align-items:center;}@media screen and (max-width:53.125em){.item-resource-media{justify-content:center;}}@media screen and (min-width:53.1875em){.item-resource-media{flex-basis:15.5rem;flex-shrink:0;}}.item-resource-content{flex-grow:1;padding:2rem;}.item-resource-title{margin-bottom:0;font-size:2rem;font-weight:500;}.item-resource-title a{color:inherit;}.item-resource-title a:hover,.item-resource-title a:focus{text-decoration:underline;}.item-resource-teaser p{margin-bottom:0;}@media screen and (max-width:53.125em){.item-resource-info{margin-top:0.5rem;}}.item-resource-author{color:#448869;font-size:1.4rem;font-weight:500;}.item-resource-imprint{font-size:1.6rem;}.item-topic a{display:flex;align-items:center;min-height:7.4rem;padding:1rem 0;color:#3d3d3d;font-size:1.8rem;font-weight:700;}.item-topic a:hover,.item-topic a:focus{text-decoration:underline;}.item-twitter{height:100%;padding:3rem 2.5rem 4rem 2.5rem;color:#3d3d3d;background-color:#fff;}.item-twitter-time,.item-twitter-body{margin-bottom:1rem;}.item-twitter-time span{margin-right:2rem;color:#448869;text-transform:uppercase;}.item-twitter-time time{color:#5d5d5d;}.item-twitter-user a{color:#448869;font-weight:600;}.item-twitter-user a:hover,.item-twitter-user a:focus{text-decoration:underline;}.item{padding:2.5rem 0;border-top:1px solid #dae5e8;color:#3d3d3d;background-color:#fff;}.item.type-media,.item.type-news,.item.type-resource{height:100%;padding:0;border:none;}.latest-news .item.type-news{width:100%;}@media screen and (min-width:53.1875em){.item{display:flex;}}.item-media{display:flex;align-items:center;flex-shrink:0;}@media screen and (max-width:53.125em){.item-media{justify-content:center;}}.item-content{padding:2rem 2rem;flex-grow:1;}.item.type-news .item-content{padding:2rem;}@media screen and (min-width:40.6875em){.item.type-news .item-content{padding:3rem;}}@media screen and (max-width:53.125em){.item.type-media .item-content{padding-bottom:5rem;}}@media screen and (min-width:53.1875em){.item.type-media .item-content{padding-right:5rem;}}.in-the-media .item-content{padding:3rem 2.5rem 4rem 2.5rem;}.item-content-top,.item-content-bottom{display:flex;font-size:1.4rem;}.item-news-highlight .item-content-top,.item-news-highlight .item-content-bottom{margin-bottom:1rem;}.in-the-media .item-content-top{margin-bottom:1rem;}.text-center .item-content-top{justify-content:center;}.in-the-media .item-content-bottom{margin-top:1rem;}.item-category,.item-comments{position:relative;padding-left:2rem;color:#448869;text-transform:uppercase;}.heading .item-category,.item-news-highlight .item-category,.heading .item-comments,.item-news-highlight .item-comments{color:#fff;}.heading .item-category::before,.item-news-highlight .item-category::before,.heading .item-comments::before,.item-news-highlight .item-comments::before{background-color:#fff;}.item-category::before,.item-comments::before{position:absolute;top:50%;transform:translateY(-50%);left:1rem;content:"";width:1px;height:1.5rem;background-color:#448869;}.item-title{margin-top:1rem;line-height:1.35;font-size:2rem;font-weight:500;}.item.type-news .item-title,.item.type-media .item-title,.item.type-resource .item-title{margin-bottom:0;}.item a{color:inherit;}.item a:hover,.item a:focus{text-decoration:underline;}.item-author-topic{color:#448869;font-size:1.4rem;}.latest-news{padding:3rem 2rem 4rem;}@media screen and (min-width:53.1875em){.latest-news{padding:6rem 1rem;}}@media screen and (min-width:53.1875em){.latest-news-list{display:grid;grid-template-columns:repeat(2,calc(50% - 1rem));grid-template-rows:repeat(2,auto);grid-column-gap:2rem;grid-row-gap:2rem;}}@media screen and (min-width:53.1875em){.latest-news li{display:flex;align-items:stretch;}.latest-news li:nth-child(1){grid-area:1/1/3/2;}.latest-news li:nth-child(2){grid-area:1/2/2/3;}.latest-news li:nth-child(3){grid-area:2/2/3/3;}}.latest-news li:not(:first-child){margin-top:2rem;}@media screen and (min-width:53.1875em){.latest-news li:not(:first-child){margin-top:0;}}.list-top{padding:1rem 0;background-color:#ebf3f5;}@media screen and (max-width:68.75em){.list-top > *:not(:last-child){margin-bottom:2rem;}}@media screen and (min-width:68.8125em){.list-top{display:flex;align-items:baseline;justify-content:space-between;}}@media screen and (min-width:68.8125em){.list-top .search-api-sorts{display:flex;}}.list-top .search-api-sorts li{font-size:1.4rem;text-transform:uppercase;}@media screen and (max-width:68.75em){.list-top .search-api-sorts li:first-child{margin-bottom:1rem;}}@media screen and (min-width:68.8125em){.list-top .search-api-sorts li:first-child{margin-right:2rem;}}.list-top .search-api-sorts a{color:inherit;}.list-top .search-api-sorts a:hover,.list-top .search-api-sorts a:focus{text-decoration:underline;}.list-top .search-api-sorts .is-active{font-weight:500;text-decoration:underline;}.site-logo{display:flex;align-items:center;}.site-logo-img{height:7.5rem;width:13.9rem;background-size:81%;background-repeat:no-repeat;background-image:url(/themes/custom/customer/images/logo-black.png);}@media screen and (min-width:40.6875em){body.is-front .site-logo-img{background-image:url(/themes/custom/customer/images/logo.png);}}body.is-front .header:focus-within .site-logo-img,body.is-front .header:hover .site-logo-img,body.is-front .header.is-sticky .site-logo-img{background-image:url(/themes/custom/customer/images/logo-black.png);}.site-logo-link{margin:0;padding-left:2rem;color:inherit;font-size:3.6rem;font-weight:600;text-transform:uppercase;}@media screen and (min-width:28.1875em){.site-logo-link{font-size:5rem;}}.map{margin-bottom:1.5rem;}.map-legend{margin-top:5rem;}.map-embed{min-height:40rem;}@media screen and (min-width:53.1875em){.map-embed{aspect-ratio:690/500;}}.map .gm-style-iw{font-family:"Poppins",Arial,sans-serif;font-size:1.4rem;font-weight:400;border-radius:0;}.map .gm-style-iw > button{top:-4px;right:-4px;transform:scale(1.5);}.map-popin{max-width:30rem;padding-inline:0.3rem;}.map-popin-title{margin-top:0.5rem;margin-bottom:1.5rem;font-size:1.8rem;text-transform:uppercase;}.map-popin-title a{color:#0069B4;text-decoration:underline;}.map-popin-title a:hover,.map-popin-title a:focus{color:#062f5d;}.map-popin-title,.map-popin-date,.map-popin-conduct-year,.map-popin-conduct-title{font-weight:700;line-height:1.4;color:#062f5d;}.map-popin-date,.map-popin-conduct-year,.map-popin-conduct-title{margin-bottom:1.5rem;}.map-popin-tag{display:inline-block;padding:0 0.5rem;margin:0 0.3rem 0.3rem 0;background-color:#3d3d3d;color:#fff;font-size:1.2rem;font-weight:500;line-height:1.6rem;text-transform:uppercase;}.map-popin-tag.type-ict-tool{background-color:#0069B4;}.map-popin-tag.type-organization{background-color:#448869;}.map-popin-tag.type-statistical{background-color:#e16034;}.map-popin-tag.type-training{background-color:#3a2e5e;}.map-popin-description{margin-top:0.5rem;font-weight:500;}.map-popin-initiative + .map-popin-initiative{margin-top:1.5rem;}.map-popin-link a{background-color:#fff;color:#3d3d3d;border-color:#448869;position:relative;padding:0.5rem 2rem 0.5rem 4rem;font-size:1.4rem;font-weight:700;border-width:1px;border-style:solid;}.map-popin-link a:hover,.map-popin-link a:focus{background-color:#3d3d3d;color:#fff;border-color:#fff;}.map-popin-link a:hover,.map-popin-link a:focus{background-color:#448869;color:#fff;border-color:#448869;}.map-popin-link a::before{content:"\e91c";font-size:1.2rem;position:absolute;top:50%;transform:translateY(-50%);left:2rem;color:#448869;transition:all 0.3s ease-in-out;}.map-popin-link a:hover::before,.map-popin-link a:focus::before{color:#fff;}.menu--main{display:flex;background-color:#fff;color:#000;}@media screen and (min-width:53.1875em){.menu--main{background-color:transparent;color:inherit;}}.menu--main a,.menu--main button{color:inherit;font-weight:500;}.menu--main a:focus,.menu--main a:hover,.menu--main button:focus,.menu--main button:hover{font-weight:bold;}.menu--main .is-expanded > .no-link + .menu-submenu{display:flex;}.menu--main > .menu{width:100%;}@media screen and (min-width:53.1875em){.menu--main > .menu{display:flex;}}.menu--main > .menu > .menu-item{flex-grow:1;}@media screen and (min-width:53.1875em){.menu--main > .menu > .menu-item{text-align:center;}}.menu--main > .menu > .menu-item.is-expanded .menu-link,.menu--main > .menu > .menu-item--active-trail .menu-link{font-weight:bold;}.menu--main > .menu > .menu-item.is-expanded span,.menu--main > .menu > .menu-item--active-trail span{position:relative;}.menu--main > .menu > .menu-item.is-expanded span::after,.menu--main > .menu > .menu-item--active-trail span::after{content:"";position:absolute;bottom:-3.1rem;left:0;width:100%;height:0.5rem;background-color:#062f5d;}.menu--main > .menu > .menu-item .menu-link{display:block;width:100%;padding:3rem 2rem;font-size:1.8rem;text-transform:uppercase;}.menu--main > .menu .menu-submenu{display:none;padding:0 3rem 3rem;background-color:#0069B4;text-align:left;}@media screen and (min-width:53.1875em){.menu--main > .menu .menu-submenu{position:absolute;right:0;width:100vw;max-width:116rem;padding:2rem 2.5rem 3.5rem;}}.menu--main > .menu .menu-submenu .submenu{width:100%;}@media screen and (min-width:53.1875em){.menu--main > .menu .menu-submenu .submenu{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem;}.menu--main > .menu .menu-submenu .submenu > *{width:calc(100% / 3 - 0.1px);padding-right:1rem;padding-left:1rem;margin-bottom:2rem;}.menu--main > .menu .menu-submenu .submenu > *{margin-bottom:0;}}.menu--main > .menu .menu-submenu .submenu .menu-item{-moz-column-break-inside:avoid;break-inside:avoid;}.menu--main > .menu .menu-submenu .submenu .menu-link{padding:2rem 2.5rem 0;color:#fff;text-transform:initial;font-weight:normal;}.menu--main > .menu .menu-submenu .submenu .menu-link:focus,.menu--main > .menu .menu-submenu .submenu .menu-link:hover,.menu--main > .menu .menu-submenu .submenu .menu-link.is-active{text-decoration:underline;font-weight:700;}.menu--secondary .menu{display:flex;}.menu--secondary .menu li{position:relative;display:flex;align-items:center;padding:0.8rem;}@media screen and (min-width:40.6875em){.menu--secondary .menu li{padding:1.5rem;}}.menu--secondary .menu li:not(:last-of-type)::after{content:"";position:absolute;right:-0.2rem;width:0.2rem;height:1.5rem;background-color:#0069B4;}.menu--secondary .menu li a{color:inherit;font-family:"Public Sans",Arial,sans-serif;font-size:1.4rem;font-weight:bold;text-transform:uppercase;}.newsletter-form .form-wrapper{display:flex;flex-wrap:wrap;}.block-informed-submit .newsletter-form .form-wrapper{max-width:46rem;justify-content:flex-end;}.block-informed-follow .newsletter-form .form-wrapper{justify-content:flex-end;}@media screen and (min-width:40.6875em){.newsletter-form .form-wrapper{flex-wrap:nowrap;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.block-informed-submit .newsletter-form .form-wrapper{flex-wrap:wrap;}}.newsletter-form .form-item{flex-grow:1;}.newsletter-form input[type=email]{height:5rem;margin-bottom:0;border-top-right-radius:2.5rem;border-top-left-radius:2.5rem;background-color:#fff;}@media screen and (min-width:40.6875em){.newsletter-form input[type=email]{border-top-right-radius:0;border-bottom-left-radius:2.5rem;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.block-informed-submit .newsletter-form input[type=email]{border-top-right-radius:2.5rem;border-top-left-radius:2.5rem;border-bottom-left-radius:0;}}.newsletter-form input[type=email]:focus{outline:none;box-shadow:#0069B4 0 0 1rem;}.newsletter-form .form-submit{background-color:#0069B4;color:#fff;justify-content:center;width:100%;height:5rem;padding:1.5rem 3rem 1.5rem 2rem;border:2px solid #0069B4;border-radius:2.5rem;font-size:1.6rem;text-align:center;}.newsletter-form .form-submit:hover,.newsletter-form .form-submit:focus{background-color:#fff;color:#0069B4;}@media screen and (min-width:40.6875em){.newsletter-form .form-submit{width:auto;border-radius:2.5rem;font-size:2rem;}}@media screen and (min-width:53.1875em) and (max-width:68.75em){.block-informed-submit .newsletter-form .form-submit{width:100%;}}.stay-informed .newsletter-form .form-submit{margin:0;}.newsletter-form .form-submit::before{margin-right:1rem;font-size:1.2rem;}.partners-menu-link{display:block;padding:1rem 0.75rem;line-height:1;font-size:1.4rem;font-weight:500;color:#3d3d3d;text-decoration:underline;}.partners-menu-link:hover,.partners-menu-link:focus{color:#062f5d;text-decoration:none;}.partners-menu-link.is-active{background-color:#0069B4;color:#fff;text-decoration:none;}.partners-menu-link.is-active:hover,.partners-menu-link.is-active:focus{background-color:#062f5d;}.partners-menu{padding:1rem;background-color:#f4f7f8;color:#3d3d3d;}@media screen and (min-width:53.1875em){.partners-menu{padding:2rem 3rem;}}@media print{.partners-menu{display:none;}}.partners-menu-list{display:flex;flex-wrap:wrap;}@media screen and (min-width:53.1875em){.partners-menu-list{justify-content:space-between;}}.partners-menu-item{margin:0.5rem;}@media screen and (min-width:53.1875em){.partners-menu-item{margin:0;}}.presentation{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:0;padding:3rem 1.5rem 10rem;background-color:#062f5d;}@media screen and (min-width:40.6875em){.presentation{min-height:53rem;padding:calc(2 * 7rem) 1.5rem;}}.presentation-media{position:absolute;top:0;right:0;bottom:0;left:0;}.presentation-media::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:rgba(0,0,0,0.5);}.presentation-media div{height:100%;}.presentation-content{position:relative;}.presentation .layout-content-small{max-width:100%;}.presentation-title{margin:0 auto;max-width:100rem;text-align:center;color:#fff;font-size:2.8rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,0.65);}@media screen and (min-width:40.6875em){.presentation-title{font-size:3.6rem;}}.presentation-search{max-width:42rem;margin:2rem auto 0;}@media screen and (min-width:40.6875em){.presentation-search{max-width:none;margin-top:3rem;}}.publication-bottom{margin-top:2rem;font-weight:500;}.publication-bottom a{display:block;}.publication-bottom a,.publication-bottom span{color:#448869;}.publication-bottom li:not(:last-child){margin-bottom:1.5rem;}.publication-bottom-notes{font-weight:400;}.publication-bottom-notes span{display:block;font-weight:500;}.publication-keywords{padding:4rem;color:#004665;font-size:1.4rem;line-height:1.6;}@media screen and (min-width:68.8125em){.publication-keywords{padding:8rem 10rem;}}@media screen and (min-width:53.1875em){.publication-keywords-list{display:flex;justify-content:space-between;}}.publication-keywords-item{position:relative;align-self:flex-start;}.publication-keywords-item::before{position:absolute;left:-1.3rem;content:"";width:3px;height:100%;background-color:#448869;}@media screen and (max-width:53.125em){.publication-keywords-item:first-child{margin-bottom:2rem;}}@media screen and (min-width:53.1875em){.publication-keywords-item{width:48%;}}.publication-top{margin-bottom:3rem;}@media screen and (min-width:53.1875em){.publication-top-wrapper{display:flex;}}.publication-top-media{display:flex;align-items:center;justify-content:center;}@media screen and (min-width:53.1875em){.publication-top-media{flex-basis:19.3rem;flex-shrink:0;}}@media screen and (max-width:53.125em){.publication-top-content{margin-top:2rem;}}@media screen and (min-width:53.1875em){.publication-top-content{padding:0 3rem;}}.publication-top-title{position:relative;color:#0069B4;margin-bottom:5rem;font-size:2.6rem;}.publication-top-title::after{position:absolute;bottom:-2.5rem;display:block;width:3rem;height:0.5rem;content:"";background-color:#448869;}.publication-top-information{font-size:1.4rem;font-weight:500;}.publication-top-information p:not(:last-child){margin-bottom:1.5rem;}.publication-top-organization span,.publication-top-imprint span,.publication-top-collation span,.publication-top-author span,.publication-top-editor span,.publication-top-notes span,.publication-top-series span{color:#448869;}.publication-top-download{margin-top:3rem;}.publication-top-download a{min-width:24rem;margin-bottom:1rem;}.quick-access{margin-top:-7rem;}@media screen and (min-width:53.1875em){.quick-access{margin-top:-5rem;}}.quick-access li{margin:2rem 2rem 0;}@media screen and (min-width:53.1875em){.quick-access li{margin:0;}}.section-media{padding:2rem 2.5rem;background:url(/themes/custom/customer/images/bg-media-A.jpg) top no-repeat;}.section-media-wrapper{max-width:136.6rem;margin:0 auto;}@media screen and (min-width:53.1875em){.section-media-wrapper{display:flex;}}.section-media-title{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:0;padding:1rem;background-color:#062f5d;color:#fff;font-weight:500;text-transform:uppercase;line-height:3rem;}@media screen and (min-width:53.1875em){.section-media-title{flex-basis:22rem;flex-shrink:0;}}.section-media-title span{font-weight:bold;}.section-media-content{flex-grow:1;}.section-search-form{padding:4.5rem;}.side-block{padding:4rem 4rem 5rem 4rem;color:#fff;}.side-block.type-comments{border-bottom:1px solid #dae5e8;}.side-block.type-comments li:not(:last-of-type){margin-bottom:2rem;}.side-block-title{margin-bottom:3rem;font-size:2.2rem;text-transform:uppercase;}.side-block-title::before{margin-right:1rem;}.side-block li:not(:last-of-type){margin-bottom:1.5rem;}.side-block a{position:relative;padding-left:1.5rem;color:inherit;font-size:1.4rem;cursor:pointer;}.side-block a::before{position:absolute;top:0.6rem;left:0;content:"";width:0;height:0;border-style:solid;border-width:4px 0 4px 8px;border-color:transparent transparent transparent #dae5e8;}.side-block a:hover,.side-block a:focus{text-decoration:underline;}.skip-link a{position:fixed;top:-200px;z-index:1;font-size:1.2rem;display:inline-block;padding:0.5em;background:#062f5d;color:#fff;text-decoration:underline;}.skip-link a:focus,.skip-link a:active{top:0;}@media print{.skip-link{display:none;}}.block-informed-follow .social{z-index:1;}@media screen and (min-width:53.1875em){.block-informed-follow .social{padding-left:8rem;}}@media screen and (min-width:87.5625em){.block-informed-follow .social{padding-left:12rem;}}.social.type-dark{color:#fff;}.social.type-dark a:hover,.social.type-dark a:focus,.social.type-dark button:hover,.social.type-dark button:focus{background-color:#0069B4;}.social.share ul{display:block;margin-left:0;margin-right:0;}.social.share li{margin:0;}.social.share a,.social.share button{background-color:#062f5d;color:#fff;margin-top:-1px;border:1px solid #062f5d;border-radius:0;}.social.share a:hover,.social.share a:focus,.social.share button:hover,.social.share button:focus{background-color:#fff;color:#062f5d;}@media print{.social{display:none;}}.social-title{margin:0 0 1em;font-size:2.4rem;text-transform:uppercase;}.social-title span{font-weight:bold;}.social ul{display:flex;margin-left:-1rem;margin-right:-1rem;}.social li{margin:0 1rem;}.social a,.social button{display:flex;justify-content:center;align-items:center;width:5rem;height:5rem;padding:0.5em;color:inherit;border:2px solid;border-radius:50%;}.social a::before,.social button::before{font-size:2.2rem;}.social a:hover,.social a:focus,.social button:hover,.social button:focus{color:#fff;background-color:#3d3d3d;}.social button{border:none;background:transparent;}.stay-informed{position:relative;height:100%;color:#fff;}@media screen and (min-width:68.8125em){.is-front .stay-informed{width:100%;}}.block-informed-submit .stay-informed > .stay-informed-media{position:absolute;top:0;right:0;bottom:0;left:0;}.block-informed-submit .stay-informed > .stay-informed-media::before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:rgba(0,0,0,0.5);}.block-informed-submit .stay-informed > .stay-informed-media div{height:100%;}.block-informed-submit .stay-informed > .stay-informed-content{position:relative;padding:3rem 2rem;}@media screen and (min-width:40.6875em){.block-informed-submit .stay-informed > .stay-informed-content{padding:6rem 7rem;}}@media screen and (min-width:53.1875em){.block-informed-submit .stay-informed > .stay-informed-content{padding-left:4rem;padding-right:4rem;}}@media screen and (min-width:68.8125em){.block-informed-submit .stay-informed > .stay-informed-content{padding:8rem 2rem 8rem calc(50vw - 116rem / 2);}}.stay-informed-content .stay-informed-title{margin-bottom:2rem;font-size:2.4rem;text-transform:uppercase;}.block-informed-submit .stay-informed > .stay-informed-content .stay-informed-title{margin-bottom:2rem;}@media screen and (min-width:53.1875em){.block-informed-submit .stay-informed > .stay-informed-content .stay-informed-title{margin-bottom:3rem;}}.stay-informed-content .stay-informed-title span{font-weight:bold;}.block-informed-submit .stay-informed > .stay-informed-content .stay-informed-title span{display:block;}.stay-informed-content .stay-informed-block{display:flex;align-items:initial;flex-direction:column;justify-content:space-between;font-size:1.6rem;}@media screen and (min-width:68.8125em){.stay-informed-content .stay-informed-block{flex-direction:row;align-items:center;margin-bottom:2rem;}}.block-informed-submit .stay-informed > .stay-informed-content .stay-informed-block{align-items:initial;flex-direction:column;font-size:1.8rem;}.stay-informed-content .stay-informed-block .stay-informed-text{margin:0 2rem 2rem 0;font-weight:500;gap:4rem;}@media screen and (min-width:68.8125em){.stay-informed-content .stay-informed-block .stay-informed-text{max-width:25rem;margin-right:0 4rem 0 0;margin-bottom:0;}}@media screen and (min-width:87.5625em){.stay-informed-content .stay-informed-block .stay-informed-text{margin-right:6rem;}}.block-informed-submit .stay-informed > .stay-informed-content .stay-informed-block .stay-informed-text{margin:0 0 2.5rem 0;}@media screen and (min-width:53.1875em){.block-informed-submit .stay-informed > .stay-informed-content .stay-informed-block .stay-informed-text{margin-bottom:4.5rem;max-width:34rem;}}@media screen and (min-width:53.1875em){.block-informed-submit .stay-informed > .stay-informed-content .stay-informed-block .stay-informed-subscribe{max-width:34rem;}}.stay-informed-content .stay-informed-footer{margin-top:1.5rem;text-align:right;}.stay-informed-content .stay-informed-footer a{color:inherit;font-size:1.8rem;font-weight:500;text-decoration:underline;}.subheading-title{margin-top:2rem;color:#fff;}.submit-content{padding:3rem 2rem;background-color:#062f5d;color:#fff;}@media screen and (min-width:40.6875em){.submit-content{padding:6rem 7rem;}}@media screen and (min-width:53.1875em){.submit-content{padding-left:4rem;padding-right:4rem;}}@media screen and (min-width:68.8125em){.submit-content{padding:8rem calc(50vw - 116rem / 2) 8rem 2rem;}.submit-content > *{width:100%;max-width:46rem;margin-left:auto;}}.submit-content-title{font-size:2.4rem;text-transform:uppercase;}.submit-content-title span{font-weight:bold;display:block;}.submit-content-hook{padding:3rem 0 4rem;font-weight:500;font-size:1.8rem;}.submit-content-link a{border:1px solid;}.topic{padding:3rem 2rem 1rem;background-color:#fff;}@media screen and (min-width:53.1875em){.topic{padding:4rem 1rem 3rem;}}@media screen and (min-width:53.1875em){.topic-wrapper{display:flex;justify-content:space-between;align-items:flex-start;}}.topic-header{margin-bottom:0;}@media screen and (min-width:53.1875em){.topic-header{width:24%;margin-top:2.5rem;}}@media screen and (min-width:40.6875em){.topic-list{-moz-columns:2;columns:2;}}@media screen and (min-width:40.6875em){.topic-list-wrapper{overflow:hidden;}}@media screen and (min-width:53.1875em){.topic-list-wrapper{width:76%;}}.topic li{margin-bottom:0;border-top:2px solid #062f5d;}@media screen and (min-width:40.6875em){.topic li{max-width:37rem;transform:translateY(-2px);}}.topic li:first-child{border-color:transparent;}.topic a{outline-offset:-2px;}
